@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{font-family:Manrope,sans-serif;line-height:1.5;font-weight:500;color:#101312;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;min-height:100vh;background:transparent}body,input,button,textarea{font-family:Manrope,sans-serif}a{color:inherit}button,input,textarea{font:inherit}:root{--color-primary: #FFFFFF;--color-secondary: #101312;--color-accent: #BAF91A;--color-danger: #DC2626;--border: rgba(16, 19, 18, .18);--surface: #FFFFFF;--surface-soft: rgba(186, 249, 26, .14);--surface-muted: rgba(16, 19, 18, .04);--text: #101312;--text-muted: rgba(16, 19, 18, .68);--text-faint: rgba(16, 19, 18, .5);--shadow-sm: 0 8px 20px rgba(16, 19, 18, .08)}.court-ui{position:relative;min-height:100vh;padding:24px 20px 40px;color:var(--text);background:var(--color-primary)}.inline-alert--centered{text-align:center}:where(button,[role=tab],a,input,textarea,select):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;box-shadow:0 0 0 3px #baf91a33}.court-ui__glow{display:none}.topbar,.dashboard,.page-shell{position:relative;z-index:1}.topbar{max-width:1440px;margin:0 auto 18px;padding:16px 20px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm)}.topbar--centered{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.topbar__slot{min-height:1px}.topbar__title{text-align:center;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:clamp(1.16rem,2vw,1.42rem);font-weight:700;letter-spacing:-.02em}.topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.topbar__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-lockup__mark{width:16px;height:16px;border-radius:50%;background:var(--color-accent)}.brand-lockup__title{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700}.brand-lockup__subtitle{margin-top:2px;color:var(--text-muted);font-size:.86rem}.dashboard,.page-shell{max-width:1440px;margin:0 auto;display:grid;gap:18px}.page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:4px 2px 2px}.page-hero__eyebrow{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-hero__title{margin:6px 0 0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:700;letter-spacing:-.04em}.page-hero__subtitle{margin-top:6px;color:var(--text-muted);font-size:.94rem;font-weight:600}.dashboard__top{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard__top--single{grid-template-columns:1fr}.dashboard__main{display:grid;gap:18px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}.dashboard__main--single{grid-template-columns:1fr}.dashboard__left,.dashboard__right,.page-grid__main,.page-grid__side{display:grid;gap:18px;align-content:start}.dashboard__left--full{width:100%}.page-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}.page-grid--single{grid-template-columns:1fr}.shell-card{border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);overflow:hidden}.shell-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 20px 14px;border-bottom:1px solid var(--border)}.shell-card__eyebrow{color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.shell-card__title{margin:6px 0 0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.12rem;font-weight:700}.shell-card__body{padding:20px}.card-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.metric-tile{min-width:110px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface-soft);display:grid;gap:6px}.metric-tile span{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.metric-tile strong{color:var(--text);font-size:.96rem;font-weight:800;overflow-wrap:anywhere}.metric-tile--success,.metric-tile--blue,.metric-tile--purple{background:var(--surface-soft)}.tag,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border)}.tag--neutral,.status-badge--neutral{color:var(--text-muted);background:var(--surface)}.tag--success,.status-badge--success,.status-badge--active{color:var(--text);background:var(--surface-soft)}.status-badge--danger{color:var(--color-danger);background:#dc262614;border-color:#dc262640}.field{display:grid;gap:8px}.field--full{grid-column:1 / -1}.field--toggle{align-content:start}.field span{color:var(--text);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.form-grid{display:grid;gap:15px;grid-template-columns:repeat(2,minmax(0,1fr))}.input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px 13px;background:var(--surface);color:var(--text);font:inherit;transition:border-color .14s ease,box-shadow .14s ease}.input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #baf91a40}.input:disabled{background:#1013120a;color:var(--text-faint)}.input--file{padding-block:10px}.input--textarea{min-height:170px;resize:vertical}.toggle{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text-muted);font-weight:700}.toggle input{width:18px;height:18px;accent-color:var(--color-accent)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid transparent;border-radius:12px;padding:0 14px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;transition:opacity .14s ease,transform .14s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button--block{width:100%}.button--start-processing-limited{width:40%}.button--compact{min-height:34px;padding:0 11px;border-radius:10px;font-size:.8rem}.button--primary,.button--success,.button--active{color:var(--text);background:var(--color-accent);border-color:#10131242}.button--danger{color:#fff;background:var(--color-danger);border-color:#10131233}.button--ghost,.button--quiet{color:var(--text);background:var(--surface);border-color:var(--border)}.upload-strip{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted)}.upload-strip__label{font-size:.88rem;font-weight:700;color:var(--text);overflow-wrap:anywhere}.upload-strip__types{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.status-panel{display:grid;gap:14px}.status-panel__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.status-panel__jobid{color:var(--text);font-size:.9rem;font-weight:800}.status-panel__time{color:var(--text-muted);font-size:.82rem}.status-panel__metrics,.detail-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.status-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.status-timeline__step{position:relative;padding:10px 12px;display:grid;gap:5px}.status-timeline__step+.status-timeline__step{border-left:1px solid var(--border)}.status-timeline__dot{width:10px;height:10px;border-radius:50%;border:1px solid var(--border);background:var(--surface-muted)}.status-timeline__label{color:var(--text);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.status-timeline__time{color:var(--text-muted);font-size:.76rem;font-weight:700}.status-timeline__step--completed .status-timeline__dot,.status-timeline__step--active .status-timeline__dot{background:var(--color-accent);border-color:#1013124d}.status-timeline__step--active{background:var(--surface-soft)}.status-timeline__step--skipped{background:var(--surface-muted)}.status-timeline__step--skipped .status-timeline__dot{background:transparent;border-style:dashed}.status-downloads{display:grid;gap:8px}.status-downloads__label{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.progress-bar{width:100%;height:8px;border-radius:999px;background:#10131214;overflow:hidden}.progress-bar__fill{height:100%;border-radius:inherit;background:var(--color-accent)}.status-note{border-radius:12px;padding:12px 13px;font-size:.9rem;font-weight:700;border:1px solid var(--border)}.status-note--success,.status-note--active,.status-note--neutral{color:var(--text);background:var(--surface-soft)}.status-note--danger{color:var(--color-danger);background:#dc26260f;border-color:#dc262640}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.history-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.history-toolbar__left,.history-toolbar__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.history-toolbar__right{margin-left:auto}.history-toolbar__count{color:var(--text-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.history-search__input{min-width:min(320px,100%);min-height:38px;border:1px solid var(--border);border-radius:11px;padding:0 12px;background:var(--surface);color:var(--text);font:inherit;font-size:.84rem;font-weight:700;transition:border-color .14s ease,box-shadow .14s ease}.history-search__input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #baf91a40}.history-select{min-height:38px;border:1px solid var(--border);border-radius:11px;padding:0 12px;background:var(--surface);color:var(--text);font:inherit;font-size:.82rem;font-weight:700}.history-filter{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;background:var(--surface);border:1px solid var(--border)}.history-filter__button{min-height:30px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:var(--text-muted);font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.history-filter__button--active{color:var(--text);background:var(--color-accent)}.history-table{width:100%;border-collapse:collapse;min-width:1080px}.history-table th,.history-table td{padding:13px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.history-table th{position:sticky;top:0;z-index:1;color:var(--color-primary);background:var(--color-secondary);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.history-table tbody tr:nth-child(2n){background:#10131205}.history-table tbody tr:nth-child(2n) td.history-table__action{background:#10131205}.history-table__col-file{min-width:330px}.history-table__col-date{min-width:210px}.history-table__col-status{min-width:120px}.history-table__col-progress{min-width:170px}.history-table__col-action{min-width:320px}.history-table__file{color:var(--text);font-weight:700;overflow-wrap:anywhere}.history-table__meta{margin-top:5px;color:var(--text-faint);font-size:.74rem;letter-spacing:.06em}.history-table__quickmeta{margin-top:7px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--text-muted);font-size:.76rem;font-weight:700}.history-table__quickmeta span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border:1px solid var(--border);border-radius:999px;background:var(--surface-muted)}.history-table__progress{display:grid;gap:8px;grid-template-columns:minmax(130px,1fr) auto;align-items:center}.history-table__progress span{color:var(--text-muted);font-size:.8rem;font-weight:700}.history-table__action{text-align:right;position:sticky;right:0;z-index:2;background:var(--surface)}.history-table th.history-table__action{z-index:4;background:var(--color-secondary)}.history-table__actions{display:inline-flex;justify-content:flex-end;gap:8px;flex-wrap:nowrap;white-space:nowrap;margin-left:auto}.history-table__actions .button--compact{flex:0 0 auto}.history-table__details{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.history-table__details--drawer{margin-top:2px}.history-detail{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 9px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.74rem;font-weight:700;white-space:nowrap}.history-detail strong{color:var(--text);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.history-table__drawer-row td{background:var(--surface-muted)}.history-table__drawer{display:grid;gap:8px}.history-table__drawer-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.history-table__drawer-label{color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.history-downloads{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-downloads__link{text-decoration:none}.history-downloads__empty{color:var(--text-faint);font-size:.82rem;font-weight:700}.history-table tbody tr:hover,.history-table tbody tr:hover td.history-table__action{background:#baf91a1a}.history-table tbody tr.is-active,.history-table tbody tr.is-active td.history-table__action{background:#baf91a24}.history-table tbody tr.is-previewing{box-shadow:inset 4px 0 0 var(--color-accent)}.transcript-panel,.stack-block{display:grid;gap:14px}.preview-panel{display:grid;gap:16px;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);align-items:start}.preview-panel__audio,.preview-script-panel{display:grid;gap:12px;border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:14px}.preview-panel__audio-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.preview-panel__audio-label{color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.preview-panel__audio-value{margin-top:4px;color:var(--text);font-size:.95rem;font-weight:800}.preview-panel__audio-actions{display:inline-flex;align-items:center;gap:8px}.tab-row{display:flex;flex-wrap:wrap;gap:10px}.tab-button{min-height:36px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-muted);font:inherit;font-weight:800;cursor:pointer}.tab-button--active{color:var(--text);background:var(--color-accent)}.transcript-area{min-height:300px;line-height:1.6}.transcript-comment-area{min-height:140px;line-height:1.55}.transcript-section-title{color:#0a2137;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.transcript-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.transcript-notice{color:#1f7a3d;font-size:.82rem;font-weight:700}.transcript-summary-controls{display:flex;justify-content:flex-start}.conversation-summary{border:1px solid rgba(10,33,55,.1);border-radius:16px;background:#0a213708;padding:12px 14px}.conversation-summary__list{margin:10px 0 0;padding-left:20px;display:grid;gap:8px}.translation-summary{padding:14px 15px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.translation-summary-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.translation-summary__label{color:var(--text);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.translation-summary p{margin:9px 0 0;color:var(--text-muted);line-height:1.6}.translation-summary--active{background:#baf91a33}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:#10131233}.modal{width:min(460px,100%);border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 24px 50px #10131226;padding:20px}.modal h3{margin:0;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.18rem}.modal p{margin:9px 0 0;color:var(--text-muted)}.modal__inline-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.radio-list{margin-top:14px;display:grid;gap:9px}.radio-option{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font-weight:700}.radio-option input{width:18px;height:18px;accent-color:var(--color-accent)}.modal__actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.audio-player{width:100%}.waveform-card{display:grid;gap:0;padding:0;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.waveform{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(3px,1fr);align-items:center;gap:1px;width:100%;min-height:84px;padding:10px 8px;border:0;border-radius:8px;background:var(--surface-soft);cursor:pointer;overflow:hidden}.waveform__baseline{position:absolute;inset:50% 0 auto;height:1px;z-index:0;transform:translateY(-50%);background:#10131233}.waveform__bar{position:relative;z-index:2;align-self:center;width:100%;height:clamp(4px,var(--waveform-bar-size),92%);min-height:3px;border-radius:999px;background:var(--color-secondary)}.waveform-placeholder{padding:14px;border:1px dashed var(--border);border-radius:12px;color:var(--text-muted);background:var(--surface)}.waveform-placeholder--error{border-color:#dc262659;color:var(--color-danger);background:#dc26260d}.preview-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.preview-controls__label{color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.preview-speed{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.preview-sync-status{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);padding:10px 12px}.preview-sync-status__meta{display:grid;gap:4px;min-width:0}.preview-sync-status__label{color:var(--text-muted);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.preview-sync-status__value{color:var(--text);font-size:.88rem;font-weight:800}.preview-sync-status__value--success,.preview-sync-status__value--active{color:var(--text)}.preview-sync-status__value--danger{color:var(--color-danger)}.preview-sync-status__value--neutral{color:var(--text-muted)}.preview-sync-note{margin-top:-4px;padding:8px 10px;border-radius:10px;font-size:.8rem;font-weight:700;border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.preview-sync-note--active,.preview-sync-note--success{border-color:#10131233;background:var(--surface-soft);color:var(--text)}.preview-sync-note--danger{border-color:#dc262659;background:#dc26260f;color:var(--color-danger)}.preview-live{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2px}.preview-live__row{display:grid;gap:6px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted)}.preview-live__label{color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.preview-live__row strong{color:var(--text);font-size:.92rem;font-weight:800}.preview-panel__timeline{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden;min-height:420px;display:grid;grid-template-rows:auto 1fr}.preview-panel__timeline-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border)}.preview-panel__timeline-head span{color:var(--text-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-panel__timeline-head strong{color:var(--text);font-size:.84rem;font-weight:800}.preview-panel__list{display:grid;gap:8px;max-height:520px;overflow:auto;padding:12px}.preview-segment{width:100%;display:grid;gap:6px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-align:left;cursor:pointer}.preview-segment:hover{border-color:#10131257}.preview-segment--active{border-color:#10131257;background:#baf91a38;box-shadow:0 0 0 2px #baf91a5c;transform:translate(2px)}.preview-segment__time{color:var(--text);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-segment__speaker{color:var(--text);font-size:.83rem;font-weight:800}.preview-segment__text{color:var(--text-muted);line-height:1.55}.audio-player--compact{margin-top:10px}.chunk-stack{display:grid;gap:12px;max-height:360px;overflow:auto;padding-right:4px}.chunk-card{border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface)}.chunk-card__head,.chunk-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.chunk-card__head strong{color:var(--text);font-size:.92rem}.chunk-card__meta{margin-top:8px;color:var(--text-muted);font-size:.8rem}.saved-comment{border:1px solid var(--border);border-radius:12px;padding:14px;background:var(--surface-soft);color:var(--text);line-height:1.62;white-space:pre-wrap}.empty-panel{border:1px dashed var(--border);border-radius:12px;padding:16px;color:var(--text-muted);background:var(--surface)}.inline-alert{position:relative;z-index:1;max-width:1440px;margin:0 auto 12px;padding:12px 14px;border-radius:12px;font-size:.88rem;font-weight:700;border:1px solid var(--border)}.inline-alert--danger{color:var(--color-danger);background:#dc26260f;border-color:#dc262640}.inline-alert--soft{color:var(--text);background:var(--surface-soft)}.toast{position:fixed;right:20px;bottom:20px;z-index:60;max-width:min(440px,calc(100vw - 32px));padding:11px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text);font-size:.84rem;font-weight:700;box-shadow:0 12px 24px #1013121a}.toast--success{background:var(--surface-soft)}.toast--danger{color:var(--color-danger);border-color:#dc262640;background:#dc26260d}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--color-primary)}.login-panel{width:min(460px,100%);border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-sm);padding:28px}.login-mark{display:flex;gap:8px;margin-bottom:18px}.login-mark__dot{width:14px;height:14px;border-radius:50%;background:var(--color-secondary)}.login-mark__dot--alt{background:var(--color-accent)}.login-copy{margin-bottom:22px}.login-copy__brand{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.9rem;font-weight:700;letter-spacing:-.05em}.login-copy__subtitle{margin-top:6px;color:var(--text-muted)}.login-form{display:grid;gap:16px}@media(max-width:1180px){.dashboard__top,.dashboard__main,.page-grid{grid-template-columns:1fr}}@media(max-width:760px){.court-ui{padding-inline:14px}.page-hero,.shell-card__head,.status-panel__row,.chunk-card__head,.chunk-card__meta{flex-direction:column;align-items:stretch}.topbar--centered{grid-template-columns:1fr;gap:10px}.topbar__slot{display:none}.topbar__title,.topbar__actions,.tab-row{width:100%}.topbar__title{text-align:left}.topbar__actions{justify-content:flex-start}.form-grid,.status-panel__metrics,.status-timeline,.detail-grid,.preview-live,.preview-panel{grid-template-columns:1fr}.preview-panel__audio-head{flex-direction:column;align-items:stretch}.preview-panel__audio-actions{justify-content:flex-start}.preview-sync-status{flex-direction:column;align-items:stretch}.history-table__progress{grid-template-columns:1fr}.history-table__action{text-align:left}.history-toolbar__left,.history-toolbar__right{width:100%;justify-content:flex-start}.history-search__input{width:100%;min-width:0}.history-table__actions,.history-table__details{justify-content:flex-start}.history-table__drawer-grid{grid-template-columns:1fr}.preview-panel__timeline-head{flex-direction:column;align-items:stretch}.toast{right:12px;bottom:12px}}
