:root{--bg: #faf8f5;--bg-card: #ffffff;--text: #1a1612;--text-muted: #6b6560;--accent: #c45d3e;--accent-soft: #f4e4dc;--border: #e8e2da;--radius: 12px;--shadow: 0 2px 12px rgba(26, 22, 18, .06);--font-sans: "DM Sans", system-ui, sans-serif;--font-serif: "Instrument Serif", Georgia, serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;width:min(920px,100%);margin:0 auto;padding:1.5rem 1.25rem 3rem}.app-main:has(.search-page--results){display:flex;flex-direction:column;padding-top:.75rem;padding-bottom:1rem;min-height:0}.search-page--results,.search-page--results .search-main-column{flex:1;display:flex;flex-direction:column;min-height:0}.search-hero--compact .search-form{margin-bottom:.5rem}.search-hero--compact .chip-strip{margin-top:.5rem}.search-page--results .results-toolbar{margin-top:.75rem;margin-bottom:.5rem}.search-page--results .results-list{flex:1;min-height:280px}.results-list{height:60vh;overflow:auto}.results-list .virtual-row{padding-bottom:.5rem}.results-list .virtual-row .result-card{margin-bottom:0}.site-header{border-bottom:1px solid var(--border);background:var(--bg-card);position:sticky;top:0;z-index:10}.header-inner{max-width:920px;margin:0 auto;padding:.875rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text);font-weight:600;font-size:1.05rem}.brand-text em{font-family:var(--font-serif);font-style:italic;font-weight:400}.brand-version{font-size:.58em;font-weight:500;color:var(--text-muted);margin-left:.2em;letter-spacing:.01em}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.9rem;padding:.35rem .75rem;border-radius:8px;transition:background .15s,color .15s}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--accent-soft)}.search-headline{font-family:var(--font-serif);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400;margin:0 0 .5rem;line-height:1.2}.search-subhead{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem}.search-form{margin-bottom:.75rem}.search-input-row{display:flex;gap:.5rem;flex-wrap:wrap}.search-mode-row{display:flex;gap:.5rem;align-items:stretch}.search-input{flex:1 1 240px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-family:inherit;background:var(--bg-card);transition:border-color .15s,box-shadow .15s}.search-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.mode-select{padding:.75rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;background:var(--bg-card)}.search-button{padding:.75rem 1.25rem;background:var(--accent);color:#fff;border:none;border-radius:var(--radius);font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}.search-button:hover:not(:disabled){opacity:.9}.search-button:disabled{opacity:.5;cursor:not-allowed}.chip-strip{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;align-items:center}.chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:.85rem;border:1px solid var(--border);background:var(--bg-card)}.chip-anchor{background:var(--accent-soft);border-color:transparent;font-weight:500}.chip-removable{cursor:pointer;font-family:inherit;transition:background .1s}.chip-removable:hover{background:#fee2e2;border-color:#fecaca}.chip-inactive{opacity:.72;border-style:dashed;background:var(--bg);color:var(--text-muted)}.chip-inactive:hover{background:#ecfdf5;border-color:#a7f3d0;color:var(--text)}.chip-action{font-size:.75rem;opacity:.6}.chip-loading{font-size:.85rem;color:var(--text-muted)}.no-results-suggestions{margin-top:0}.no-results-suggestions .status-message{margin-bottom:.75rem}.suggestion-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.chip-suggestion{cursor:pointer;border:1px solid var(--border);background:var(--bg-card);font-family:inherit;font-size:.85rem;transition:border-color .15s,background-color .15s}.chip-suggestion:hover{border-color:var(--accent);background:var(--accent-soft)}.suggestion-hint{margin:0;font-size:.85rem;color:var(--text-muted)}.suggestion-hint code{font-size:.8rem;background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:.1rem .35rem}.results-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin:1.5rem 0 1rem;min-height:2rem}.results-toolbar-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.results-toolbar-primary{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.toolbar-sep{color:var(--text-muted);font-size:.9rem;-webkit-user-select:none;user-select:none}.show-filter-trigger{border:none;background:none;padding:0;font-family:inherit;font-size:.9rem;color:var(--text-muted);cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.15em;transition:color .15s ease,text-decoration-color .15s ease}.show-filter-trigger:hover,.show-filter-trigger.open{color:var(--text);text-decoration-color:currentColor}.show-filter-trigger.active{color:var(--accent);font-weight:500}.show-filter-chevron{text-decoration:none}.show-filter-panel{border:1px solid var(--border);border-radius:10px;background:var(--bg-card);padding:.85rem 1rem;animation:show-filter-slide .18s ease-out}@keyframes show-filter-slide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.show-filter-panel-header{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.65rem}.show-filter-panel-title{font-size:.85rem;font-weight:600;color:var(--text)}.show-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.show-filter-quick-actions{display:flex;gap:.35rem}.show-filter-quick-btn{border:1px solid var(--border);border-radius:6px;background:var(--bg);padding:.2rem .55rem;font-family:inherit;font-size:.75rem;color:var(--text-muted);cursor:pointer}.show-filter-quick-btn:hover{color:var(--text);border-color:var(--text-muted)}.show-filter-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1.25rem}.show-filter-option{display:flex;align-items:flex-start;gap:.55rem;font-size:.85rem;line-height:1.35;color:var(--text);cursor:pointer}.show-filter-option input{margin-top:.15rem;flex-shrink:0}.show-filter-apply-btn{border:none;border-radius:8px;background:var(--accent);color:#fff;padding:.4rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.show-filter-apply-btn:hover{filter:brightness(.95)}.export-for-ai-trigger{border:none;background:none;padding:0;font-family:inherit;font-size:.9rem;color:var(--text-muted);cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.15em;transition:color .15s ease,text-decoration-color .15s ease}.export-for-ai-trigger:hover{color:var(--text);text-decoration-color:currentColor}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a161273;z-index:30;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-panel{width:min(100%,480px);max-height:calc(100vh - 2rem);overflow:auto;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 48px #1a16122e}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem 0}.modal-title{font-family:var(--font-serif);font-size:1.35rem;font-weight:400;margin:0}.modal-close{border:none;background:none;font-size:1.5rem;line-height:1;color:var(--text-muted);cursor:pointer;padding:.15rem .35rem}.modal-close:hover{color:var(--text)}.export-modal-intro{margin:.65rem 1.1rem 1rem;color:var(--text-muted);font-size:.9rem;line-height:1.5}.export-modal-field{margin:0 1.1rem 1rem}.export-modal-field-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.export-modal-field-header label{font-size:.9rem;font-weight:600}.export-modal-field-value{font-size:.9rem;font-weight:600;color:var(--accent);font-variant-numeric:tabular-nums}.export-modal-field input[type=range]{width:100%;accent-color:var(--accent)}.export-modal-hint{margin:.35rem 0 0;font-size:.8rem;color:var(--text-muted)}.export-modal-fieldset{border:none;padding:0;min-width:0}.export-modal-fieldset legend{font-size:.9rem;font-weight:600;margin-bottom:.45rem;padding:0}.export-modal-fieldset .radio-label{font-size:.9rem}.export-size-preview{margin:0 1.1rem 1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:var(--bg);display:flex;flex-direction:column;gap:.2rem}.export-size-preview-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.export-size-preview strong{font-size:1rem;font-weight:600}.export-size-preview-detail{font-size:.85rem;color:var(--text-muted)}.export-modal-notice{margin:0 1.1rem 1rem;padding:.65rem .85rem;border-radius:8px;font-size:.85rem;line-height:1.45}.export-modal-notice--warn{background:color-mix(in srgb,var(--accent) 12%,var(--bg));border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));color:var(--text)}.export-modal-notice--blocked{background:color-mix(in srgb,#c0392b 10%,var(--bg));border:1px solid color-mix(in srgb,#c0392b 35%,var(--border));color:var(--text)}.export-download-btn:disabled{opacity:.45;cursor:not-allowed}.export-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:0 1.1rem 1.1rem}.export-cancel-btn,.export-download-btn{border-radius:8px;padding:.45rem .95rem;font-family:inherit;font-size:.85rem;cursor:pointer}.export-cancel-btn{border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted)}.export-cancel-btn:hover{color:var(--text)}.export-download-btn{border:none;background:var(--accent);color:#fff;font-weight:600}.export-download-btn:hover{filter:brightness(.95)}.results-count{font-size:.9rem;color:var(--text-muted)}.results-toolbar-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.sort-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.sort-toggle button{padding:.35rem .85rem;border:none;background:var(--bg-card);font-family:inherit;font-size:.85rem;cursor:pointer;color:var(--text-muted)}.sort-toggle button.active{background:var(--accent-soft);color:var(--text);font-weight:500}.sort-toggle button+button{border-left:1px solid var(--border)}.view-toggle{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.view-toggle button{padding:.35rem .85rem;border:none;background:var(--bg-card);font-family:inherit;font-size:.85rem;cursor:pointer;color:var(--text-muted)}.view-toggle button.active{background:var(--accent-soft);color:var(--text);font-weight:500}.view-toggle button+button{border-left:1px solid var(--border)}.search-page{position:relative}.search-main-column{min-width:0}.result-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:.75rem;box-shadow:var(--shadow)}.result-card-collapsible,.result-card-collapsible .result-header{cursor:pointer}.result-hit-section{margin-top:.75rem;border-top:1px solid var(--border);cursor:pointer;border-radius:8px;margin-left:-.5rem;margin-right:-.5rem;padding:.75rem .5rem .25rem;transition:border-color .15s,background-color .15s}.result-hit-section:first-of-type{margin-top:.25rem;padding-top:0;border-top:none}.result-hit-section:hover{background:var(--accent-soft)}.result-hit-section.selected{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.result-hit-row{margin-top:.25rem}.match-counter{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.hit-section-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.paragraph-timecode{font-size:.7rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--text-muted);opacity:.55;white-space:nowrap;flex-shrink:0}.result-snippet.list-view{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.result-meta-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.corpus-badge{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--accent);background:var(--accent-soft);padding:.15rem .5rem;border-radius:4px}.result-date,.result-show{font-size:.8rem;color:var(--text-muted)}.result-show:before{content:"·";margin-right:.75rem;color:var(--border)}.result-title{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.result-card-thin{--thin-badge-col: 5.75rem;--thin-date-col: 5.25rem;padding:.35rem 1rem;margin-bottom:.5rem;cursor:pointer;transition:border-color .15s,background-color .15s}.result-card-thin:hover{border-color:var(--accent);background:var(--accent-soft)}.thin-row{display:grid;grid-template-columns:var(--thin-badge-col) var(--thin-date-col) minmax(0,1fr) auto;grid-template-rows:1rem 1rem;column-gap:.4rem;row-gap:0;align-items:center;min-width:0}.thin-show-line{display:contents}.thin-corpus-short{display:none}.thin-corpus-long{display:inline}.thin-corpus{grid-column:1;grid-row:1 / -1;align-self:center;justify-self:start;max-width:var(--thin-badge-col);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thin-date{grid-column:2;grid-row:1 / -1;align-self:center;font-size:.75rem;font-variant-numeric:tabular-nums}.thin-show{grid-column:3;grid-row:1;min-width:0;font-size:.7rem;line-height:1rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thin-show:empty{visibility:hidden}.thin-title{grid-column:3;grid-row:2;min-width:0;font-size:.85rem;font-weight:500;line-height:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thin-hit-count{grid-column:4;grid-row:1 / -1;align-self:center;justify-self:end;font-size:.75rem;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:.15rem .5rem;border-radius:999px;white-space:nowrap}.result-match-count{font-size:.8rem;color:var(--text-muted);margin:0 0 .75rem}.result-snippet,.hit-snippet{font-size:.95rem;line-height:1.6;margin:0}.hit-block{padding:.75rem 0;border-top:1px solid var(--border)}.hit-block:first-child{border-top:none;padding-top:0}.speaker-label{display:inline-block;font-size:.75rem;font-weight:600;color:var(--text-muted)}.transcript-paragraph-meta{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.transcript-paragraph-meta .speaker-label{margin-bottom:0}.result-hit-section .speaker-label{margin-bottom:.25rem}.media-link{display:inline-block;margin-top:.75rem;font-size:.85rem;color:var(--accent);text-decoration:none;font-weight:500}.media-link:hover{text-decoration:underline}.transcript-backdrop,.transcript-panel-handle{display:none}.transcript-panel{position:fixed;top:53px;right:0;width:min(440px,42vw);height:calc(100vh - 53px);background:var(--bg-card);border-left:1px solid var(--border);box-shadow:-4px 0 24px #1a161214;z-index:20;display:flex;flex-direction:column}.transcript-panel-header{position:relative;padding:1rem 2.5rem .75rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.transcript-panel-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.35rem}.transcript-panel-title{font-size:1rem;font-weight:600;margin:0 0 .25rem;line-height:1.35}.transcript-panel-meta{font-size:.8rem;color:var(--text-muted);margin:0}.transcript-panel-close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border:none;border-radius:6px;background:var(--bg);color:var(--text-muted);font-size:1rem;cursor:pointer;line-height:1}.transcript-panel-close:hover{background:var(--border);color:var(--text)}.transcript-panel-body{flex:1;overflow-y:auto;padding:.75rem 1rem 1.5rem}.transcript-paragraph{padding:.75rem;margin-bottom:.5rem;border-radius:8px;border:1px solid transparent}.transcript-paragraph.is-hit{background:var(--bg)}.transcript-paragraph.active{border-color:var(--accent);background:var(--accent-soft)}.transcript-paragraph-text{font-size:.9rem;line-height:1.65;margin:.25rem 0 0}.transcript-panel-footer{padding:.75rem 1rem;border-top:1px solid var(--border);flex-shrink:0}.status-message{color:var(--text-muted);font-size:.95rem}.status-message.error{color:#b91c1c}.status-message.warning{margin-top:.75rem;padding:.6rem .85rem;color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px}.status-message.warning .fallback-detail{display:block;margin-top:.35rem;font-size:.85rem;opacity:.95}.status-message code{font-size:.85rem;background:var(--border);padding:.1rem .35rem;border-radius:4px}.index-loading{margin-top:1.25rem;padding:.25rem 0;max-height:8rem;overflow:hidden}.index-loading--out{animation:index-loading-fade-out .55s ease forwards;pointer-events:none}@keyframes index-loading-fade-out{0%{opacity:1;max-height:8rem;margin-top:1.25rem}to{opacity:0;max-height:0;margin-top:0;padding-top:0;padding-bottom:0}}.index-loading-copy{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.index-loading-title{margin:0;font-size:.95rem;color:var(--text)}.index-loading-stage{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.index-loading-track{position:relative;height:2.75rem;border-radius:999px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffd9,#faf8f5f2),repeating-linear-gradient(90deg,rgba(196,93,62,.04) 0,rgba(196,93,62,.04) 8px,transparent 8px,transparent 16px);overflow:visible;box-shadow:inset 0 1px 2px #1a16120d}.index-loading-fill{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:left center;will-change:transform;overflow:hidden;background:linear-gradient(90deg,#f4c4a8 0%,#e8896a 38%,var(--accent) 72%,#a94528 100%);border-radius:inherit;box-shadow:inset 0 -1px #ffffff40}.index-loading-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.28) 45%,transparent 65%);animation:index-shimmer 1.35s ease-in-out infinite}@keyframes index-shimmer{0%{transform:translate(-120%)}to{transform:translate(120%)}}.index-loading-crew{position:absolute;top:50%;z-index:2;display:flex;flex-direction:row-reverse;align-items:flex-end;gap:.12rem;transform:translate(-100%,-50%);pointer-events:none;filter:drop-shadow(0 1px 2px rgba(26,22,18,.12))}.index-loading-glyph{--delay: 0s;width:1.42rem;height:1.42rem;flex-shrink:0;animation:index-glyph-bop .85s ease-in-out infinite;animation-delay:var(--delay);transform-origin:center bottom}.index-loading-glyph svg{display:block;width:100%;height:100%}@keyframes index-glyph-bop{0%,to{transform:translateY(0) rotate(-6deg) scale(1)}20%{transform:translateY(-6px) rotate(3deg) scale(1.06)}45%{transform:translateY(1px) rotate(7deg) scale(.96)}70%{transform:translateY(-4px) rotate(-4deg) scale(1.03)}}.index-loading-percent{margin:.45rem 0 0;font-size:.78rem;font-variant-numeric:tabular-nums;color:var(--text-muted);text-align:right}.index-load-error{margin-top:1.25rem;padding:.85rem 1rem;border:1px solid #fecaca;border-radius:10px;background:#fef2f2}.index-load-error-message{margin:0;color:#991b1b;font-size:.95rem}.index-load-error-hint{margin:.5rem 0 0;color:#7f1d1d;font-size:.85rem}.index-load-error-hint code{font-size:.8rem;background:#ffffffa6;padding:.1rem .35rem;border-radius:4px}.index-load-error-retry{margin-top:.75rem;border:none;border-radius:8px;background:var(--accent);color:#fff;padding:.4rem .95rem;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer}.index-load-error-retry:hover{filter:brightness(.95)}@media(prefers-reduced-motion:reduce){.index-loading-shimmer,.index-loading-glyph{animation:none}.index-loading--out{animation:none;opacity:0;max-height:0;margin-top:0}}.settings-toolbar{margin-bottom:1rem}.settings-back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;color:var(--text-muted);text-decoration:none}.settings-back-link:hover{color:var(--text)}.settings-title{font-family:var(--font-serif);font-size:2rem;font-weight:400;margin:0 0 .5rem}.settings-intro{color:var(--text-muted);margin:0 0 2rem}.settings-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.settings-section h2{font-size:1rem;margin:0 0 1rem}.settings-fieldset{border:none;padding:0;margin:0 0 1rem}.radio-label,.select-label,.color-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem}.select-label{flex-direction:column;align-items:flex-start}.select-label select{padding:.5rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;min-width:200px}.preview-strip{margin-top:1rem;padding:1rem;background:var(--bg);border-radius:8px}.preview-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.preview-text{margin:.5rem 0 0}.reset-button{padding:.6rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--bg);font-family:inherit;cursor:pointer}.reset-button:hover{background:var(--border)}.settings-actions{margin-top:1.5rem;display:flex;justify-content:flex-start}.settings-return-button{padding:.65rem 1.25rem;border:none;border-radius:8px;background:var(--accent);color:#fff;font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer}.settings-return-button:hover{filter:brightness(1.05)}mark{padding:0 .15em;border-radius:2px}@media(max-width:600px){.search-input-row{flex-direction:column}.search-input{flex:none;width:100%}.search-mode-row{width:100%}.mode-select{flex:1;min-width:0;width:auto}.search-button{width:auto;flex-shrink:0}.chip-strip{gap:.4rem}.chip-removable{min-height:36px}.show-filter-list{grid-template-columns:1fr;max-height:220px;overflow:auto}.results-toolbar-controls{flex-wrap:nowrap;gap:.35rem;width:100%}.sort-toggle button,.view-toggle button{padding:.28rem .45rem;font-size:.72rem}.thin-row{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:1.125rem 1.125rem}.thin-corpus-long{display:none}.thin-corpus-short{display:inline}.thin-corpus{grid-column:1;grid-row:1;align-self:center;max-width:2.75rem;font-size:.6rem;padding:.1rem .3rem;letter-spacing:.02em}.thin-show-line{display:flex;grid-column:2;grid-row:1;align-items:center;min-width:0;overflow:hidden;font-size:.7rem;line-height:1.125rem;color:var(--text-muted)}.thin-show{grid-column:unset;grid-row:unset;flex:0 1 auto;min-width:0}.thin-date{grid-column:unset;grid-row:unset;flex-shrink:0;font-size:.7rem}.thin-show:not(:empty)+.thin-date:before{content:"·";margin:0 .35rem;color:var(--border)}.thin-title{grid-column:1 / 3;grid-row:2}.thin-hit-count{font-size:.7rem;padding:.1rem .4rem}.result-card-mobile-expanded{cursor:pointer}.result-card-mobile-expanded .result-hit-section{margin-top:.35rem;padding-top:.35rem;margin-left:0;margin-right:0;padding-left:0;padding-right:0;padding-bottom:.15rem}.result-card-mobile-expanded .result-hit-section:first-of-type{margin-top:.25rem;padding-top:.25rem}.result-card-mobile-expanded .match-counter{font-size:.65rem;margin-bottom:.2rem}.result-card-mobile-expanded .speaker-label{font-size:.65rem}.result-card-mobile-expanded .result-snippet{font-size:.8rem;line-height:1.45}.result-card-mobile-expanded .media-link{margin-top:.5rem;font-size:.8rem}.transcript-panel-header{padding:.35rem 2.1rem .45rem .75rem}.transcript-panel-title-row{flex-wrap:nowrap;gap:.35rem;margin-bottom:.15rem;min-width:0}.transcript-panel-header .corpus-badge{font-size:.6rem;padding:.08rem .3rem;letter-spacing:.02em;flex-shrink:0}.transcript-panel-header .result-date{font-size:.68rem;flex-shrink:0;white-space:nowrap}.transcript-panel-header .result-show{display:none}.transcript-panel-title{font-size:.82rem;line-height:1.25;margin:0 0 .1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.transcript-panel-meta{font-size:.68rem}.transcript-panel-close{top:.3rem;right:.45rem;width:1.65rem;height:1.65rem;font-size:.85rem}}@media(max-width:600px)and (orientation:portrait){.transcript-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#1a16126b;z-index:19;border:none;padding:0;cursor:pointer}.transcript-panel{top:auto;bottom:0;left:0;right:0;width:100%;height:var(--sheet-height, 70vh);border-left:none;border-top:1px solid var(--border);border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #1a16121f;transition:height .2s ease}.transcript-panel-handle{display:block;flex-shrink:0;padding:.55rem 0 .35rem;cursor:grab;touch-action:none}.transcript-panel-handle:before{content:"";display:block;width:2.5rem;height:4px;margin:0 auto;background:var(--border);border-radius:999px}.transcript-panel-handle:active{cursor:grabbing}}
