:root,[data-theme=light]{--bg: #ffffff;--bg-elev: #fafafa;--bg-block: #ffffff;--bg-hover: #f3f4f6;--bg-topbar: #ffffffcc;--text: #1f2328;--text-muted: #6b7280;--text-faint: #9ca3af;--border: #e5e7eb;--border-strong: #d1d5db;--accent: #3b82f6;--accent-strong: #2563eb;--accent-soft: #dbeafe;--hl-bg: #fef3c7;--active-bg: #dbeafe;--active-fg: #1d4ed8;--todo: #16a34a;--todo-bg: #dcfce7;--qa: #9333ea;--qa-bg: #f3e8ff;--shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-strong: 0 4px 12px rgba(15, 23, 42, .08);--resizer: transparent;--resizer-hover: #93c5fd;--quote-bar: #d1d5db;color-scheme:light}[data-theme=dark]{--bg: #18181b;--bg-elev: #1f1f23;--bg-block: #232328;--bg-hover: #2a2a30;--bg-topbar: #18181bcc;--text: #e7e7ea;--text-muted: #9ca3af;--text-faint: #6b7280;--border: #2e2e34;--border-strong: #3f3f46;--accent: #60a5fa;--accent-strong: #93c5fd;--accent-soft: #1e3a5f;--hl-bg: #524022;--active-bg: #1e3a5f;--active-fg: #93c5fd;--todo: #4ade80;--todo-bg: #14361f;--qa: #c084fc;--qa-bg: #36234d;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 3px rgba(0, 0, 0, .5);--shadow-strong: 0 4px 12px rgba(0, 0, 0, .5);--resizer: transparent;--resizer-hover: #3b82f6;--quote-bar: #3f3f46;color-scheme:dark}[data-theme=sepia]{--bg: #f5ecd6;--bg-elev: #efe5c8;--bg-block: #faf2dc;--bg-hover: #e9dcb6;--bg-topbar: #f5ecd6cc;--text: #443322;--text-muted: #806a4a;--text-faint: #a89366;--border: #d9c79a;--border-strong: #c2ad7a;--accent: #a8651f;--accent-strong: #8a4f15;--accent-soft: #ecd9b5;--hl-bg: #f1d97a;--active-bg: #ecd9b5;--active-fg: #8a4f15;--todo: #5a7d2e;--todo-bg: #e1d99a;--qa: #87532b;--qa-bg: #ead7b3;--shadow: 0 1px 2px rgba(101, 67, 33, .06), 0 1px 3px rgba(101, 67, 33, .1);--shadow-strong: 0 4px 12px rgba(101, 67, 33, .15);--resizer: transparent;--resizer-hover: #c2986a;--quote-bar: #c2ad7a;color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font:inherit;color:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em;background:var(--bg-elev);padding:1px 5px;border-radius:4px;border:1px solid var(--border)}pre{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--bg-elev);border:1px solid var(--border);border-radius:6px;padding:12px;overflow:auto;font-size:12.5px;line-height:1.55}.muted{color:var(--text-muted)}.app{display:flex;flex-direction:column;height:100vh;background:var(--bg);--player-h: 0px}.app.has-player{--player-h: 78px}.app.has-player.player-collapsed{--player-h: 36px}.layout{flex:1;display:flex;min-height:0}.pane{height:100%;overflow:auto;background:var(--bg)}.pane-left{border-right:1px solid var(--border);background:var(--bg-elev);flex-shrink:0}.pane-main{flex:1;min-width:0}.pane-right{border-left:1px solid var(--border);background:var(--bg-elev);flex-shrink:0}.resizer{width:4px;cursor:col-resize;background:var(--resizer);flex-shrink:0;position:relative;z-index:1;transition:background .12s}.resizer:hover,.resizer:active{background:var(--resizer-hover)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--bg-topbar);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);flex-shrink:0;position:sticky;top:0;z-index:10;gap:12px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:10px;min-width:0}.brand{font-weight:600;font-size:13px;color:var(--text);white-space:nowrap}.brand-divider{color:var(--text-faint)}.brand-title{color:var(--text-muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:36vw}.iconbtn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:6px;background:var(--bg);cursor:pointer;font-size:14px;color:var(--text-muted);transition:all .12s}.iconbtn:hover{background:var(--bg-hover);color:var(--text);border-color:var(--border-strong)}.topbar-group{display:inline-flex;align-items:center;gap:6px}.topbar-label{font-size:11px;color:var(--text-faint);white-space:nowrap;letter-spacing:.04em}.seg{display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:2px;gap:2px}.seg-tight{border-radius:6px}.seg-btn{border:0;background:transparent;padding:4px 10px;border-radius:6px;cursor:pointer;font-size:12.5px;color:var(--text-muted);white-space:nowrap;transition:all .12s}.seg-tight .seg-btn{padding:3px 8px;font-size:12px;border-radius:4px}.seg-btn:hover{color:var(--text);background:var(--bg-hover)}.seg-btn.active{background:var(--accent);color:#fff}.seg-btn.active:hover{background:var(--accent-strong)}.seg-count{margin-left:4px;font-size:10px;opacity:.85;font-variant-numeric:tabular-nums}.seg-small .seg-btn{padding:3px 6px;font-size:11.5px}.toc{padding:14px 8px calc(var(--player-h, 0px) + 60px);font-size:13px;-webkit-user-select:none;user-select:none}.toc-header{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--text-faint);text-transform:uppercase;padding:4px 8px 10px}.toc-list,.toc-sublist{list-style:none;padding:0;margin:0}.toc-sublist{margin-left:18px;border-left:1px dashed var(--border);padding-left:6px;margin-top:2px;margin-bottom:4px}.toc-row{display:flex;align-items:stretch}.toc-toggle{width:18px;border:0;background:transparent;color:var(--text-muted);cursor:pointer;padding:0;font-size:11px;flex-shrink:0}.toc-toggle-empty{display:inline-flex;align-items:center;justify-content:center;cursor:default;color:var(--text-faint)}.toc-link{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 8px;border:0;background:transparent;text-align:left;cursor:pointer;border-radius:5px;color:var(--text);min-width:0;transition:background .12s}.toc-link:hover{background:var(--bg-hover)}.toc-link-chapter{font-weight:600}.toc-link-para{font-weight:400;color:var(--text-muted);font-size:12.5px}.toc-title-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.toc-time{font-size:11px;color:var(--text-faint);font-variant-numeric:tabular-nums;flex-shrink:0}.document{margin:0 auto;padding:36px 28px calc(var(--player-h, 0px) + 200px);--doc-text-size: 15px;--doc-line-height: 1.85;--doc-summary-size: 12.5px}.document.width-narrow{max-width:600px}.document.width-medium{max-width:760px}.document.width-wide{max-width:980px}.document.width-full{max-width:none}.document.font-s{--doc-text-size: 13px;--doc-line-height: 1.78;--doc-summary-size: 11.5px}.document.font-m{--doc-text-size: 15px;--doc-line-height: 1.85;--doc-summary-size: 12.5px}.document.font-l{--doc-text-size: 17px;--doc-line-height: 1.9;--doc-summary-size: 13.5px}.document.font-xl{--doc-text-size: 19.5px;--doc-line-height: 1.95;--doc-summary-size: 14.5px}.doc-header{margin-bottom:28px}.doc-title{font-size:26px;font-weight:700;margin:0 0 10px;letter-spacing:-.01em;color:var(--text)}.doc-summary{background:var(--bg-elev);border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:13px}.doc-summary>summary{cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;font-weight:500}.doc-summary-body{margin-top:8px;padding-top:8px;border-top:1px dashed var(--border);color:var(--text-muted);line-height:1.7;white-space:pre-wrap}.doc-summary-body p{margin:0 0 6px}.chapter-block{margin-top:36px;scroll-margin-top:60px}.chapter-title{display:flex;align-items:baseline;gap:10px;margin:0 0 14px;padding:10px 14px;font-size:19px;font-weight:600;background:var(--bg-elev);border-radius:8px;border-left:3px solid var(--accent);color:var(--text);scroll-margin-top:60px}.chapter-bullet{color:var(--accent);font-weight:500;font-size:15px}.chapter-title-text{flex:1}.chapter-time{font-size:12px;color:var(--text-faint);font-variant-numeric:tabular-nums;font-weight:400}.para-block{margin:12px 0 18px;padding:16px 18px;background:var(--bg-block);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);scroll-margin-top:60px;transition:border-color .12s}.para-block:hover{border-color:var(--border-strong)}.para-title{display:flex;align-items:baseline;gap:10px;margin:0 0 12px;font-size:15px;font-weight:600;color:var(--text)}.para-title-text{flex:1}.para-time{font-size:11.5px;color:var(--text-faint);font-variant-numeric:tabular-nums;font-weight:400}.para-body{display:flex;flex-direction:column;gap:10px}.speaker-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-size:12px;color:var(--text-muted)}.speaker-avatar{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:600}.speaker-name{font-weight:500;color:var(--text)}.speaker-time{font-variant-numeric:tabular-nums;color:var(--text-faint)}.speaker-content{margin:0;font-size:var(--doc-text-size);line-height:var(--doc-line-height);color:var(--text)}.sentence{border-radius:3px;padding:0 1px;transition:background-color .12s,color .12s}.sentence:hover{background:var(--bg-hover)}.document.has-audio .sentence{cursor:pointer}.document.has-audio .sentence:hover{background:var(--bg-hover);outline:1px solid var(--border-strong);outline-offset:0}.sentence:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.sentence-hl{background:var(--hl-bg)!important;transition:background-color 1.4s ease-out}.sentence-active{font-weight:600;color:var(--active-fg);background:var(--active-bg)}.document.has-audio .sentence-active:hover{background:var(--active-bg);outline-color:var(--active-fg)}.para-summary{margin-top:14px;padding-top:10px;border-top:1px dashed var(--border);font-size:var(--doc-summary-size);line-height:1.7;color:var(--text-muted);display:flex;gap:8px}.summary-label{display:inline-block;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);background:var(--bg-elev);padding:2px 6px;border-radius:4px;flex-shrink:0;margin-top:1px;border:1px solid var(--border)}.summary-text{flex:1}.empty-line{margin:0;font-style:italic}.comments{display:flex;flex-direction:column;height:100%}.comments-header{position:sticky;top:0;z-index:1;background:var(--bg-elev);padding:12px 14px 10px;border-bottom:1px solid var(--border)}.comments-title{font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);margin-bottom:8px}.comments-controls{display:flex;flex-direction:column;gap:6px}.comments-list{padding:12px 12px calc(var(--player-h, 0px) + 40px);display:flex;flex-direction:column;gap:10px}.comment-card{background:var(--bg-block);border:1px solid var(--border);border-radius:8px;padding:10px 12px;cursor:pointer;transition:all .12s;position:relative}.comment-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-strong);transform:translateY(-1px)}.comment-card.comment-todo{border-left:3px solid var(--todo)}.comment-card.comment-qa{border-left:3px solid var(--qa)}.comment-body{white-space:pre-line}.comment-head{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:11.5px;color:var(--text-muted)}.badge{font-size:10.5px;font-weight:600;padding:1px 6px;border-radius:3px}.badge-todo{background:var(--todo-bg);color:var(--todo)}.badge-qa{background:var(--qa-bg);color:var(--qa)}.comment-time{font-variant-numeric:tabular-nums;color:var(--text-faint)}.comment-meta{color:var(--text-muted);font-size:11.5px}.comment-body{font-size:13px;line-height:1.6;color:var(--text);white-space:pre-wrap;word-break:break-word}.comment-quote{margin:8px 0 0;padding:6px 8px 6px 10px;border-left:2px solid var(--quote-bar);background:var(--bg-elev);border-radius:0 4px 4px 0;display:flex;gap:4px;font-size:11.5px;color:var(--text-muted);line-height:1.55}.quote-mark{color:var(--text-faint);flex-shrink:0}.quote-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.comment-foot{margin-top:6px;padding-top:6px;border-top:1px dashed var(--border)}.comments-empty{text-align:center;padding:32px 16px;color:var(--text-muted)}.comments-empty-icon{font-size:36px;color:var(--text-faint);margin-bottom:6px}.comments-empty-hint{font-size:12px;margin-top:6px}.status-msg{padding:32px 24px;color:var(--text-muted);max-width:760px;margin:0 auto}.status-error{color:var(--text)}.status-error pre{white-space:pre-wrap;color:#b91c1c}[data-theme=dark] .status-error pre{color:#fca5a5}[data-theme=sepia] .status-error pre{color:#a02410}.status-error .hint{font-size:12.5px;color:var(--text-muted)}.empty{max-width:720px;margin:0 auto;padding:40px 28px 80px;line-height:1.7}.empty h1{margin:0 0 8px;font-size:22px}.empty h3{margin:24px 0 8px;font-size:14px;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.empty-list{padding-left:18px}.empty-list li{margin-bottom:12px}.empty-eg{margin-top:4px;font-size:12.5px;color:var(--text-muted)}.empty-eg code{font-size:11.5px;word-break:break-all}.empty-code{margin:4px 0}.empty-form{display:flex;flex-direction:column;gap:10px;background:var(--bg-elev);border:1px solid var(--border);border-radius:8px;padding:14px}.empty-field{display:grid;grid-template-columns:80px 1fr;align-items:center;gap:10px}.empty-field-wide input{font-size:14px}.empty-field span{color:var(--text-muted);font-size:12.5px}.empty-field input{font:inherit;background:var(--bg);border:1px solid var(--border);color:var(--text);padding:7px 10px;border-radius:5px;outline:none;transition:border-color .12s}.empty-field input:focus{border-color:var(--accent)}.empty-toggle{align-self:flex-start;background:transparent;border:0;color:var(--text-muted);cursor:pointer;font-size:12px;padding:2px 0}.empty-toggle:hover{color:var(--text)}.empty-overrides{display:flex;flex-direction:column;gap:8px;padding-left:12px;border-left:2px solid var(--border)}.empty-go{align-self:flex-end;border:0;background:var(--accent);color:#fff;padding:7px 18px;border-radius:6px;cursor:pointer;font-weight:500}.empty-go:hover{background:var(--accent-strong)}.empty-hint{margin-top:14px;font-size:12px}.player{position:fixed;left:0;right:0;bottom:0;background:var(--bg-elev);border-top:1px solid var(--border);z-index:20;box-shadow:0 -4px 16px #0000000f;transition:transform .2s}[data-theme=dark] .player{box-shadow:0 -4px 16px #0006}.player-toggle{position:absolute;top:-14px;right:16px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-elev);border:1px solid var(--border);border-radius:50%;cursor:pointer;color:var(--text-muted);font-size:12px;z-index:1}.player-toggle:hover{color:var(--text);border-color:var(--border-strong)}.player-body{display:flex;align-items:center;gap:12px;padding:12px 18px}.player-icon{border:1px solid var(--border);background:var(--bg);border-radius:6px;padding:4px 8px;font-size:11px;cursor:pointer;color:var(--text-muted);font-variant-numeric:tabular-nums}.player-icon:hover{color:var(--text);border-color:var(--border-strong)}.player-play{width:38px;height:38px;border-radius:50%;border:1px solid var(--border-strong);background:var(--bg);cursor:pointer;font-size:13px;color:var(--text);display:flex;align-items:center;justify-content:center;transition:all .12s}.player-play:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.player-time{font-variant-numeric:tabular-nums;font-size:12px;color:var(--text-muted);min-width:42px;text-align:center;white-space:nowrap}.player-progress-wrap{flex:1;position:relative;height:24px;display:flex;align-items:center}.player-progress{width:100%;height:6px;background:var(--border);border-radius:3px;position:relative;cursor:pointer}.player-progress:hover{height:8px}.player-progress-fill{position:absolute;left:0;top:0;bottom:0;background:var(--accent);border-radius:3px;pointer-events:none}.player-progress-ghost{position:absolute;left:0;top:0;bottom:0;background:var(--accent);opacity:.18;border-radius:3px;pointer-events:none}.player-progress-cursor{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;background:var(--accent);transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 0 0 2px var(--bg-elev)}.player-poptip{position:absolute;bottom:calc(100% + 8px);transform:translate(-50%);background:var(--bg);border:1px solid var(--border-strong);border-radius:8px;box-shadow:var(--shadow-strong);padding:8px 10px;min-width:220px;max-width:360px;font-size:12px;pointer-events:none;z-index:2}.player-poptip:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:var(--bg);border-right:1px solid var(--border-strong);border-bottom:1px solid var(--border-strong)}.poptip-time{font-variant-numeric:tabular-nums;font-weight:600;margin-bottom:4px;color:var(--text)}.poptip-chapter{color:var(--accent);font-size:11px;margin-bottom:2px;font-weight:500}.poptip-para{color:var(--text-muted);font-size:11.5px;margin-bottom:4px}.poptip-sent{color:var(--text);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.player-rate{font:inherit;font-size:12px;background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:4px 6px;color:var(--text);cursor:pointer;outline:none}.player-rate:hover{border-color:var(--border-strong)}.player-mini{display:flex;align-items:center;gap:10px;padding:6px 18px;height:36px}.player-play-mini{width:26px;height:26px;font-size:11px}.player-mini-bar{flex:1;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.player-mini-fill{height:100%;background:var(--accent)}@media (max-width: 900px){.pane-left,.pane-right,.resizer,.topbar-label{display:none}}.upload-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 18px;background:var(--bg-elev)}.upload-card{width:min(620px,100%);padding:38px;background:var(--bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-strong)}.upload-brand{margin-bottom:16px;color:var(--accent-strong);font-size:14px;font-weight:700;letter-spacing:.04em}.upload-card h1{margin:0;font-size:28px;line-height:1.35;letter-spacing:-.02em}.upload-intro{margin:14px 0 26px;color:var(--text-muted);font-size:15px;line-height:1.8}.file-picker{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:148px;padding:24px;border:1.5px dashed var(--border-strong);border-radius:10px;background:var(--bg-elev);cursor:pointer;text-align:center}.file-picker:hover{border-color:var(--accent);background:var(--accent-soft)}.file-picker input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.file-picker-disabled{cursor:not-allowed;opacity:.68}.file-picker-disabled input{cursor:not-allowed}.file-picker-title{color:var(--accent-strong);font-size:16px;font-weight:600}.file-picker-hint{margin-top:8px;color:var(--text-muted);font-size:13px}.selected-file{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--bg-block)}.selected-file-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;border-radius:50%;color:var(--accent-strong);background:var(--accent-soft);font-size:18px}.selected-file-details{min-width:0}.selected-file-name{overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.selected-file-size{margin-top:3px;color:var(--text-muted);font-size:12px}.task-status{margin-top:16px;padding:14px;border:1px solid var(--border);border-radius:8px;background:var(--bg-elev)}.task-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.task-status-row span{color:var(--text-muted);font-variant-numeric:tabular-nums}.task-status p{margin:10px 0 0;color:var(--text-muted);line-height:1.6}.task-progress{height:6px;margin-top:10px;overflow:hidden;border-radius:3px;background:var(--border)}.task-progress-fill{height:100%;border-radius:3px;background:var(--accent);transition:width .18s ease-out}.upload-error{display:flex;flex-direction:column;gap:5px;margin-top:16px;padding:12px 14px;border:1px solid #ef4444;border-radius:8px;color:#991b1b;background:#fef2f2}[data-theme=dark] .upload-error{color:#fecaca;background:#3b1518}.upload-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.button-primary,.button-secondary,.new-task-btn{min-height:38px;padding:8px 16px;border-radius:7px;cursor:pointer;font-weight:600}.button-primary{border:1px solid var(--accent-strong);color:#fff;background:var(--accent-strong)}.button-primary:hover:not(:disabled){background:var(--accent)}.button-primary:disabled{border-color:var(--border-strong);color:var(--text-faint);background:var(--bg-elev);cursor:not-allowed}.button-secondary,.new-task-btn{border:1px solid var(--border-strong);color:var(--text);background:var(--bg)}.button-secondary:hover,.new-task-btn:hover{background:var(--bg-hover)}.security-notice{margin:18px 0 0;color:var(--text-faint);font-size:12px;text-align:center}.new-task-btn{min-height:30px;padding:4px 10px;font-size:12px;white-space:nowrap}.result-status{padding:3px 8px;border-radius:999px;color:var(--todo);background:var(--todo-bg);font-size:11px;font-weight:600;white-space:nowrap}@media (max-width: 700px){.upload-page{align-items:flex-start;padding:16px}.upload-card{padding:26px 20px}.upload-card h1{font-size:24px}.topbar{flex-wrap:wrap}.topbar-right{width:100%;overflow-x:auto}.brand-title,.result-status{display:none}}:root,[data-theme=light]{--bg: #edf7fd;--bg-elev: rgba(247, 252, 255, .72);--bg-block: rgba(255, 255, 255, .68);--bg-hover: rgba(217, 246, 255, .7);--bg-topbar: rgba(244, 251, 255, .74);--text: #183757;--text-muted: #58708e;--text-faint: #88a0b9;--border: rgba(128, 174, 207, .24);--border-strong: rgba(91, 155, 201, .4);--accent: #1ec8e8;--accent-strong: #2c78e8;--accent-soft: rgba(74, 209, 238, .16);--hl-bg: rgba(255, 228, 130, .5);--active-bg: rgba(45, 200, 239, .2);--active-fg: #075fa5;--todo: #0a9b7f;--todo-bg: rgba(35, 213, 173, .14);--qa: #6c63d9;--qa-bg: rgba(120, 112, 229, .13);--shadow: 0 14px 36px rgba(56, 116, 156, .09), inset 0 1px 0 rgba(255, 255, 255, .9);--shadow-strong: 0 24px 64px rgba(45, 108, 151, .17), inset 0 1px 0 rgba(255, 255, 255, .94);--resizer-hover: rgba(47, 191, 224, .5);--quote-bar: rgba(48, 172, 208, .46)}[data-theme=dark]{--bg: #071522;--bg-elev: rgba(11, 30, 45, .78);--bg-block: rgba(14, 38, 56, .8);--bg-hover: rgba(27, 75, 99, .66);--bg-topbar: rgba(8, 27, 42, .8);--text: #e6f8ff;--text-muted: #9fc2d6;--text-faint: #668da5;--border: rgba(127, 200, 228, .17);--border-strong: rgba(102, 214, 242, .34);--accent: #32d7ef;--accent-strong: #65a9ff;--accent-soft: rgba(50, 215, 239, .13);--shadow: 0 16px 40px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(203, 244, 255, .08);--shadow-strong: 0 28px 70px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(203, 244, 255, .11)}body{background:radial-gradient(circle at 14% 8%,rgba(255,255,255,.98),transparent 32%),radial-gradient(circle at 84% 16%,rgba(157,223,255,.45),transparent 28%),linear-gradient(145deg,#f8fcff 0%,var(--bg) 48%,#dceef9 100%);background-attachment:fixed}[data-theme=dark] body{background:radial-gradient(circle at 16% 8%,rgba(33,108,140,.28),transparent 32%),radial-gradient(circle at 84% 14%,rgba(28,173,211,.18),transparent 30%),linear-gradient(145deg,#07111b,var(--bg))}button,label,select{-webkit-tap-highlight-color:transparent}.upload-page{position:relative;min-height:100vh;display:block;overflow:hidden auto;padding:22px;background:radial-gradient(circle at 75% 18%,rgba(91,210,255,.26),transparent 28%),radial-gradient(circle at 18% 88%,rgba(138,176,255,.2),transparent 26%),linear-gradient(145deg,#fbfdff,#edf7fd,#dceef8)}.glass-grid{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(111,161,196,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(111,161,196,.08) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 28%,transparent 88%);mask-image:linear-gradient(to bottom,transparent,#000 28%,transparent 88%)}.glass-orb{position:fixed;border-radius:50%;pointer-events:none;filter:blur(2px);opacity:.78}.glass-orb:after{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:inherit;border:1px solid rgba(255,255,255,.75);box-shadow:inset -20px -28px 42px #43acdc38}.glass-orb-one{width:290px;height:290px;right:-90px;top:-95px;background:radial-gradient(circle at 32% 25%,#fffffff2,#80daff6b 42%,#7695f21a 70%);box-shadow:0 34px 70px #3f92be33}.glass-orb-two{width:190px;height:190px;left:-62px;bottom:8%;background:radial-gradient(circle at 30% 24%,#ffffffe6,#60e8ef4d 45%,#7c86eb14 72%);box-shadow:0 30px 68px #3993bd2b}.landing-shell{position:relative;z-index:1;width:min(1180px,100%);min-height:calc(100vh - 44px);margin:0 auto;padding:20px;border:1px solid rgba(255,255,255,.88);border-radius:32px;background:linear-gradient(145deg,#ffffffb3,#eaf7ff85);box-shadow:0 30px 90px #34709724,inset 0 0 0 1px #75afd329,inset 0 1px #fffffffa;-webkit-backdrop-filter:blur(28px) saturate(128%);backdrop-filter:blur(28px) saturate(128%)}.landing-nav{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 20px;border-bottom:1px solid rgba(111,164,200,.18)}.landing-brand{display:flex;align-items:center;gap:12px}.landing-brand>span:last-child{display:flex;flex-direction:column;gap:2px}.landing-brand strong{color:#173a5b;font-size:16px;letter-spacing:.08em}.landing-brand small,.brand-lockup small{color:#7890a9;font-size:8px;letter-spacing:.17em}.landing-logo,.topbar-logo{position:relative;display:inline-grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border:1px solid rgba(255,255,255,.95);border-radius:13px;background:linear-gradient(145deg,#ffffffe6,#b0e6f973);box-shadow:0 9px 18px #3584ae24,inset 0 0 0 1px #4ca1d02e}.landing-logo:before,.landing-logo:after,.topbar-logo:before,.topbar-logo:after,.landing-logo i,.topbar-logo i{content:"";position:absolute;width:6px;height:20px;border-radius:10px;transform:skew(-24deg)}.landing-logo:before,.topbar-logo:before{left:10px;background:linear-gradient(#6b8ef0,#27d1e8)}.landing-logo:after,.topbar-logo:after{right:10px;background:linear-gradient(#22cce6,#6b8ef0)}.landing-logo i,.topbar-logo i{width:5px;height:13px;background:#fff;box-shadow:0 0 8px #fff}.service-pill,.landing-kicker,.upload-step{display:inline-flex;align-items:center;gap:8px;color:#516c89;font-size:11px;font-weight:650;letter-spacing:.09em}.service-pill{min-height:36px;padding:0 15px;border:1px solid rgba(92,157,199,.24);border-radius:999px;background:#ffffff7a;box-shadow:inset 0 1px #ffffffeb}.service-dot{width:7px;height:7px;border-radius:50%;background:#27cde7;box-shadow:0 0 0 5px #27cde71f,0 0 14px #27cde7b3}.landing-main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:28px;min-height:590px;padding:28px 10px 24px}.landing-copy{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:36px 38px;overflow:hidden;border:1px solid rgba(255,255,255,.88);border-radius:26px;background:linear-gradient(125deg,#ffffffb8,#dcf4fe54),radial-gradient(circle at 82% 24%,rgba(84,204,242,.2),transparent 34%);box-shadow:inset 0 0 0 1px #70a6c924,0 18px 50px #3a749914}.landing-kicker{margin-bottom:26px}.landing-kicker span{color:#5c79ec;font-size:15px}.landing-copy h1{position:relative;z-index:2;margin:0;color:#153552;font-size:clamp(42px,5vw,72px);font-weight:680;line-height:1.06;letter-spacing:-.055em}.landing-copy h1 span{display:block;color:transparent;background:linear-gradient(90deg,#225ca4,#4f8aea 42%,#18cadd 88%);background-clip:text;-webkit-background-clip:text;text-shadow:0 16px 34px rgba(58,137,199,.13)}.landing-copy .upload-intro{position:relative;z-index:2;max-width:560px;margin:24px 0 28px;color:#58708b;font-size:15px;line-height:1.8}.landing-tags{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:9px}.landing-tags span{padding:9px 13px;border:1px solid rgba(102,159,201,.2);border-radius:999px;color:#476683;background:#ffffff7a;font-size:12px;box-shadow:inset 0 1px #ffffffe6}.landing-tags b{margin-right:7px;color:#2c8fd2;font-size:9px;letter-spacing:.08em}.crystal-sculpture{position:absolute;right:-68px;bottom:-92px;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.94) 0 6%,transparent 18%),radial-gradient(circle at 50% 50%,rgba(74,214,236,.24),rgba(88,146,239,.08) 46%,transparent 68%);filter:drop-shadow(0 35px 38px rgba(49,137,181,.17));transform:rotate(-14deg)}.crystal-ring{position:absolute;top:40px;right:40px;bottom:40px;left:40px;border:24px solid rgba(255,255,255,.38);border-left-color:#40c9e74f;border-right-color:#5a77e936;border-radius:42% 58% 61% 39%/53% 39% 61% 47%;box-shadow:inset 13px 8px 15px #ffffffd1,inset -12px -10px 22px #4896d733,0 0 0 1px #ffffffbd}.crystal-ring-b{top:82px;right:82px;bottom:82px;left:82px;transform:rotate(74deg);border-width:16px}.crystal-core{position:absolute;top:116px;right:116px;bottom:116px;left:116px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.9);border-radius:50%;color:#fffffff0;background:linear-gradient(145deg,#36d5e9cc,#4a74e9b8);box-shadow:0 16px 30px #298bbc47,inset 0 3px 8px #ffffffb3;font-size:26px}.crystal-flare{position:absolute;right:74px;top:48px;width:9px;height:9px;background:#fff;box-shadow:0 0 20px 8px #64dcffb3;transform:rotate(45deg)}.upload-card{align-self:center;width:100%;padding:24px;border:1px solid rgba(255,255,255,.95);border-radius:26px;background:linear-gradient(145deg,#ffffffc2,#e3f5fd8f);box-shadow:0 24px 58px #376f9421,inset 0 0 0 1px #6ea9cd29,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(24px) saturate(140%);backdrop-filter:blur(24px) saturate(140%)}.upload-card-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.upload-card-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.95);border-radius:15px;color:#fff;background:linear-gradient(145deg,#6b8df1,#21cae4);box-shadow:0 12px 22px #338ece47,inset 0 2px 3px #ffffff9e;font-size:19px}.upload-card-head>div:nth-child(2){flex:1}.upload-brand{margin:0 0 3px;color:#183c5d;font-size:16px;font-weight:700;letter-spacing:.02em}.upload-card-head p{margin:0;color:#7890a8;font-size:12px}.upload-step{color:#8097ae;font-size:9px}.file-picker{min-height:210px;border:1px solid rgba(92,161,205,.32);border-radius:22px;background:linear-gradient(145deg,#ffffff94,#c6eefa45);box-shadow:inset 0 1px #ffffffeb,inset 0 -14px 30px #43aed80f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.file-picker:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px dashed rgba(89,163,207,.25);border-radius:17px;pointer-events:none}.file-picker:hover{transform:translateY(-2px);border-color:#1cc4e2ad;background:#e9faffad;box-shadow:0 18px 32px #3684af1c,inset 0 1px #fff}.picker-glyph{position:relative;width:76px;height:76px;display:grid;place-items:center;margin-bottom:15px;border:1px solid rgba(255,255,255,.92);border-radius:50%;background:radial-gradient(circle at 34% 24%,#fffffffa,#52d3e942 48%,#5579ea29);box-shadow:0 18px 32px #308dbc2e,inset 0 0 0 1px #3fa1d32e}.picker-wave{width:26px;height:24px;background:repeating-linear-gradient(90deg,#319bd0 0 3px,transparent 3px 6px);-webkit-mask-image:radial-gradient(ellipse,#000 48%,transparent 70%);mask-image:radial-gradient(ellipse,#000 48%,transparent 70%)}.picker-plus{position:absolute;right:-1px;bottom:1px;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#7185ef,#18d1df);box-shadow:0 5px 12px #3287ca4d;font-style:normal}.file-picker-title{color:#1b5b8b;font-size:15px}.file-picker-hint{color:#7690a8;font-size:11px;letter-spacing:.03em}.selected-file,.task-status,.upload-error{border-radius:16px;border-color:#639fc73d;background:#ffffff8a;box-shadow:inset 0 1px #ffffffe6}.selected-file{padding:13px 14px}.selected-file-icon{border:1px solid rgba(255,255,255,.92);background:linear-gradient(145deg,#ffffffe0,#46cfe833);box-shadow:0 8px 16px #3689b521}.selected-check{margin-left:auto;display:grid;place-items:center;width:25px;height:25px;border-radius:9px;color:#fff;background:linear-gradient(145deg,#28d3ba,#18a489);box-shadow:0 7px 14px #17a48933}.task-progress{height:8px;border:1px solid rgba(255,255,255,.9);background:#86b3cf2e;box-shadow:inset 0 1px 3px #39709121}.task-progress-fill{background:linear-gradient(90deg,#7388ee,#21cce4);box-shadow:0 0 16px #21cce48c}.upload-actions{margin-top:18px}.button-primary,.button-secondary,.new-task-btn{border-radius:999px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.button-primary{min-height:48px;flex:1;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid rgba(255,255,255,.84);background:linear-gradient(105deg,#7183ef,#278fe5 46%,#20cee0);box-shadow:0 14px 28px #3183cd40,inset 0 2px 2px #ffffff85}.button-primary:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(105deg,#6378ec,#158add,#16c5d8);box-shadow:0 18px 32px #3183cd52,inset 0 2px 2px #ffffff8c}.button-primary:disabled{border-color:#74a5c53d;color:#99adbf;background:#e2eff7a6;box-shadow:inset 0 1px #fff}.button-secondary{min-height:48px;background:#ffffff94}.security-notice{display:flex;align-items:center;justify-content:center;gap:6px;color:#7891a8}.landing-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 10px 4px;border-top:1px solid rgba(111,164,200,.18)}.landing-stats>div{display:grid;grid-template-columns:38px 1fr;align-items:center;column-gap:11px;min-height:64px;padding:10px 14px;border:1px solid rgba(255,255,255,.82);border-radius:18px;background:#ffffff59;box-shadow:inset 0 0 0 1px #6ba3c61a}.landing-stats strong{align-self:end;color:#294d6d;font-size:13px}.landing-stats small{align-self:start;color:#7990a7;font-size:10.5px}.stat-icon{grid-row:1 / 3;display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.9);border-radius:13px;color:#3989c1;background:linear-gradient(145deg,#ffffffd9,#52d0e629);box-shadow:0 8px 16px #307ca71a;font-size:18px}.app{padding:12px;gap:12px;background:radial-gradient(circle at 80% 0%,rgba(102,216,245,.18),transparent 34%),linear-gradient(145deg,#f8fdfff0,#e0f1fae0)}.topbar{min-height:62px;padding:9px 13px;border:1px solid rgba(255,255,255,.9);border-radius:21px;background:var(--bg-topbar);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%)}.topbar-left{gap:9px}.topbar-logo{width:34px;height:34px;border-radius:12px}.topbar-logo:before{left:9px}.topbar-logo:after{right:9px}.brand-lockup{display:flex;flex-direction:column;gap:1px}.brand{color:var(--text);font-size:13px;letter-spacing:.03em}.brand-lockup small{font-size:6.5px}.brand-divider{margin-left:2px}.result-status{border:1px solid rgba(49,201,170,.18);box-shadow:inset 0 1px #fffc}.iconbtn,.seg,.new-task-btn,.player-icon,.player-rate{border-color:#5f9bc33d;background:#ffffff80;box-shadow:inset 0 1px #ffffffe0}.iconbtn{border-radius:11px}.seg{border-radius:999px;padding:3px}.seg-tight,.seg-btn,.seg-tight .seg-btn{border-radius:999px}.seg-btn.active{color:#fff;background:linear-gradient(135deg,#6689ed,#20c8df);box-shadow:0 5px 12px #2f91cc33,inset 0 1px #fff6}.new-task-btn{min-height:34px;padding:6px 14px}.layout{gap:10px}.pane{border:1px solid rgba(255,255,255,.78);border-radius:22px;background:#fafdff94;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(20px) saturate(130%);backdrop-filter:blur(20px) saturate(130%)}.pane-left,.pane-right{border:1px solid rgba(255,255,255,.78);background:#f2fafe8f}.resizer{width:2px;border-radius:999px}.toc-header,.comments-title{color:#5f7891;letter-spacing:.12em}.toc-link:hover{background:#b7e8f647}.document{padding-top:42px}.doc-title{color:var(--text);font-size:clamp(27px,3vw,38px);letter-spacing:-.035em}.doc-summary,.chapter-title,.para-block,.comment-card{border-color:#6aa5c933;background:#ffffff94;box-shadow:0 15px 34px #37709514,inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.doc-summary{border-radius:16px;padding:11px 14px}.chapter-title{border-left:0;border-radius:17px;padding:13px 16px}.chapter-bullet{display:grid;place-items:center;width:24px;height:24px;border-radius:9px;color:#fff;background:linear-gradient(145deg,#6c84ed,#20c9df);box-shadow:0 6px 13px #358ccc33}.para-block{border-radius:19px;padding:19px 21px}.para-block:hover{border-color:#29bdda75;box-shadow:0 18px 42px #3770951f,inset 0 1px #fffffff0}.speaker-avatar{width:24px;height:24px;border:1px solid rgba(255,255,255,.9);background:linear-gradient(145deg,#ffffffe6,#3bc7e438);box-shadow:0 6px 12px #3386b01f}.summary-label{border-radius:8px}.comments-header{margin:8px;border:1px solid rgba(255,255,255,.8);border-radius:16px;background:#ffffff70;box-shadow:inset 0 1px #fff}.comment-card{border-radius:16px}.comments-empty-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 12px;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:linear-gradient(145deg,#fffc,#49cbe61f);box-shadow:0 16px 30px #3780a81a}.player{left:16px;right:16px;bottom:12px;border:1px solid rgba(255,255,255,.9);border-radius:23px;background:#f6fcffc7;box-shadow:0 24px 54px #27608433,inset 0 1px #fff;-webkit-backdrop-filter:blur(26px) saturate(145%);backdrop-filter:blur(26px) saturate(145%)}.player-toggle{top:-13px;right:20px;border-color:#65a1c742;background:#f7fcffe6;box-shadow:0 7px 16px #36729724}.player-body{padding:13px 17px}.player-play{border:1px solid rgba(255,255,255,.9);color:#fff;background:linear-gradient(145deg,#6c83ed,#1bc8dd);box-shadow:0 10px 21px #2d89ca40,inset 0 2px #ffffff8c}.player-play:hover{transform:scale(1.04);background:linear-gradient(145deg,#6077e8,#11bcd2)}.player-progress{height:7px;border:1px solid rgba(255,255,255,.9);background:#79a9c72e;box-shadow:inset 0 1px 3px #396f9121}.player-progress-fill{background:linear-gradient(90deg,#7185ed,#1bcbdc);box-shadow:0 0 14px #1bcbdc70}.player-progress-cursor{width:15px;height:15px;border:2px solid white;background:#20c8dc;box-shadow:0 3px 10px #2584bb52}[data-theme=dark] .landing-shell,[data-theme=dark] .landing-copy,[data-theme=dark] .upload-card,[data-theme=dark] .landing-stats>div{background:#0a1f2fb8;border-color:#8ddaef2e}[data-theme=dark] .landing-copy h1,[data-theme=dark] .landing-brand strong,[data-theme=dark] .upload-brand{color:#e7f9ff}@media (max-width: 980px){.landing-main{grid-template-columns:1fr}.landing-copy{min-height:460px}.upload-card{max-width:650px;margin:0 auto}.landing-stats{grid-template-columns:1fr}.topbar-logo,.brand-lockup small{display:none}}@media (max-width: 700px){.upload-page{padding:10px}.landing-shell{min-height:calc(100vh - 20px);padding:12px;border-radius:24px}.landing-nav{padding:6px 4px 14px}.service-pill{padding:0 10px;font-size:9px}.landing-main{padding:14px 0;gap:14px}.landing-copy{min-height:390px;padding:26px 22px;border-radius:21px}.landing-copy h1{font-size:clamp(37px,12vw,54px)}.landing-copy .upload-intro{font-size:14px}.crystal-sculpture{right:-120px;bottom:-140px;opacity:.7}.upload-card{padding:18px;border-radius:21px}.file-picker{min-height:180px}.landing-stats{padding:14px 0 0}.app{padding:6px;gap:6px}.topbar{border-radius:17px}.pane{border-radius:18px}.player{left:8px;right:8px;bottom:7px}.brand-lockup{display:none}}@media (prefers-reduced-motion: reduce){.file-picker,.button-primary,.comment-card,.para-block{transition:none}}.upload-page{display:flex}.landing-shell{min-height:0;margin:auto}.landing-main{align-items:stretch}.landing-main.upload-only{grid-template-columns:minmax(390px,700px);justify-content:center}.upload-only .upload-card{align-self:center;max-width:700px}.history-nav-btn{min-height:40px;padding:0 18px;border:1px solid rgba(82,154,200,.28);border-radius:999px;color:#245c86;background:#ffffff9e;box-shadow:inset 0 1px #fff,0 7px 18px #2e749d14;cursor:pointer;font:inherit;font-size:14px;font-weight:700}.history-nav-btn:hover{border-color:#1cc4e2a6;background:#ebfbffe6}.history-page{align-items:flex-start}.history-shell{min-height:calc(100vh - 44px)}.history-page-main{padding:28px 10px 24px}.history-page-actions{display:flex;align-items:center;gap:10px}.history-card{min-width:0;min-height:520px;display:flex;flex-direction:column;padding:30px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:26px;background:linear-gradient(145deg,#ffffffb8,#dcf4fe61),radial-gradient(circle at 82% 18%,rgba(84,204,242,.19),transparent 36%);box-shadow:inset 0 0 0 1px #70a6c924,0 18px 50px #3a749914;-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%)}.history-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.history-kicker{display:block;margin-bottom:5px;color:#6f89a3;font-size:12px;font-weight:650;letter-spacing:.08em}.history-card h1{margin:0;color:#173a5b;font-size:32px;line-height:1.15;letter-spacing:-.025em}.history-intro{margin:14px 0 20px;color:#58708b;font-size:15px;line-height:1.7}.history-refresh{min-width:76px;min-height:38px;padding:0 16px;border:1px solid rgba(82,154,200,.28);border-radius:999px;color:#245c86;background:#ffffff9e;box-shadow:inset 0 1px #fff,0 7px 18px #2e749d14;cursor:pointer;font:inherit;font-size:14px;font-weight:650}.history-refresh:hover:not(:disabled){border-color:#1cc4e2a6;background:#ebfbffe6}.history-refresh:disabled{cursor:wait;opacity:.65}.history-message,.history-empty{display:flex;flex:1;min-height:250px;align-items:center;justify-content:center;border:1px dashed rgba(90,158,201,.3);border-radius:20px;color:#647d96;background:#ffffff57;font-size:15px;text-align:center}.history-message-error{color:#a82a2a;border-color:#c24a4a47}.history-empty{flex-direction:column;gap:8px}.history-empty strong{color:#274b6a;font-size:18px}.history-empty span{max-width:290px;line-height:1.6}.history-list{display:flex;flex:1;min-height:0;max-height:410px;flex-direction:column;gap:10px;padding-right:5px;overflow:hidden auto;scrollbar-width:thin}.history-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 14px;width:100%;padding:15px 16px;border:1px solid rgba(95,159,200,.22);border-radius:18px;color:#173a5b;background:#ffffff8c;box-shadow:inset 0 1px #ffffffeb;cursor:pointer;font:inherit;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.history-item:hover{transform:translateY(-1px);border-color:#1eb9de85;box-shadow:0 10px 22px #357da61c,inset 0 1px #fff}.history-item-main{display:flex;min-width:0;flex-direction:column;gap:5px}.history-item-main strong{overflow:hidden;color:#1c4264;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.history-item-main>span{color:#7189a1;font-size:13px}.history-status{align-self:start;padding:5px 9px;border-radius:999px;color:#2c6792;background:#40b7de1f;font-size:12px;font-weight:700;white-space:nowrap}.history-status-completed{color:#087d69;background:#16b89721}.history-status-failed{color:#a62a2a;background:#cc4b4b1c}.history-action{grid-column:1 / -1;color:#2676af;font-size:13px;font-weight:650}.history-item{position:relative;padding:0;cursor:default;overflow:hidden}.history-open{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 14px;width:100%;min-height:132px;padding:15px 74px 15px 16px;border:0;color:inherit;background:transparent;font:inherit;text-align:left;cursor:pointer}.history-delete{position:absolute;right:14px;bottom:14px;border:0;padding:7px 9px;color:#9b4b51;background:transparent;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.history-delete:hover{color:#bf252f;text-decoration:underline}[data-theme=dark] .history-card,[data-theme=dark] .history-item,[data-theme=dark] .history-message,[data-theme=dark] .history-empty,[data-theme=dark] .history-refresh,[data-theme=dark] .history-nav-btn{background:#0a1f2fb8;border-color:#8ddaef2e}[data-theme=dark] .history-card h1,[data-theme=dark] .history-item-main strong,[data-theme=dark] .history-empty strong{color:#e7f9ff}.history-card-full{min-height:0}.history-card-full .history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}.history-card-full .history-item{min-height:132px}.landing-copy{min-height:520px;display:flex;flex-direction:column;justify-content:center}.landing-copy .upload-intro{margin-bottom:0;font-size:17px}.result-workspace{--result-body-size: 17px;--result-line-height: 1.85;flex:1;min-height:0;width:100%;margin:0 auto;padding:26px 24px calc(var(--player-h, 0px) + 36px);overflow:auto}.result-workspace.font-s{--result-body-size: 15px;--result-line-height: 1.78}.result-workspace.font-m{--result-body-size: 17px;--result-line-height: 1.85}.result-workspace.font-l{--result-body-size: 19px;--result-line-height: 1.9}.result-workspace.font-xl{--result-body-size: 22px;--result-line-height: 1.92}.result-workspace.width-narrow{max-width:900px}.result-workspace.width-medium{max-width:1180px}.result-workspace.width-wide{max-width:1440px}.result-workspace.width-full{max-width:none}.result-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin:4px 2px 24px}.result-eyebrow{display:block;margin-bottom:7px;color:var(--accent);font-size:14px;font-weight:700;letter-spacing:.1em}.result-heading h1{margin:0;color:var(--text);font-size:clamp(30px,4vw,48px);line-height:1.15;letter-spacing:-.035em}.result-heading p{max-width:520px;margin:0 0 4px;color:var(--text-muted);font-size:16px;line-height:1.7}.result-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.result-tab{min-height:78px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:7px;padding:14px 16px;border:1px solid rgba(106,165,201,.25);border-radius:18px;color:var(--text);background:#ffffff85;box-shadow:0 10px 24px #37709512,inset 0 1px #ffffffe6;cursor:pointer;text-align:left;transition:transform .14s,border-color .14s,box-shadow .14s,background .14s}.result-tab:hover{transform:translateY(-2px);border-color:#2aadd580;box-shadow:0 14px 30px #3770951f,inset 0 1px #fffffff2}.result-tab.active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#617fec,#1bc6da);box-shadow:0 15px 30px #308ac63d,inset 0 1px #ffffff80}.result-tab span{font-size:16px;font-weight:750}.result-tab strong{font-size:14px;font-weight:550;opacity:.8}.result-panel{min-height:480px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:#fafdff9e;box-shadow:var(--shadow),inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%)}.result-section{padding:clamp(24px,4vw,48px)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid rgba(106,165,201,.22)}.section-heading h2{margin:0;color:var(--text);font-size:clamp(22px,2.4vw,30px);letter-spacing:-.02em}.section-heading span{color:var(--text-muted);font-size:15px}.section-subheading{margin-top:38px}.summary-prose{padding:clamp(22px,3vw,34px);border:1px solid rgba(106,165,201,.2);border-radius:20px;background:#ffffff9e;box-shadow:inset 0 1px #ffffffe6;color:var(--text);font-size:var(--result-body-size);line-height:var(--result-line-height)}.summary-prose p{margin:0 0 1em}.summary-prose p:last-child{margin-bottom:0}.summary-prose ul{margin:.5em 0 1.1em;padding-left:1.35em}.summary-prose li{margin:0 0 .72em}.summary-prose strong{color:var(--accent-strong)}.summary-chapter-list,.chapter-card-list,.speaker-sentence-list,.timeline-list{display:grid;gap:12px}.summary-chapter-card,.speaker-sentence-list button,.timeline-list button{width:100%;border:1px solid rgba(106,165,201,.22);color:var(--text);background:#ffffff8f;box-shadow:0 10px 24px #3770950f,inset 0 1px #ffffffe6;cursor:pointer;text-align:left;transition:border-color .14s,transform .14s,background .14s}.summary-chapter-card:hover,.speaker-sentence-list button:hover,.timeline-list button:hover{transform:translateY(-1px);border-color:#2aadd580;background:#ffffffc7}.summary-chapter-card{display:grid;grid-template-columns:150px minmax(160px,.7fr) minmax(260px,1.6fr) auto;align-items:center;gap:18px;padding:20px;border-radius:18px;font-size:var(--result-body-size);line-height:1.65}.summary-chapter-card strong{font-size:1.05em}.summary-chapter-card em,.speaker-sentence-list em,.timeline-list em{color:var(--accent);font-size:15px;font-style:normal;font-weight:700;white-space:nowrap}.result-card-time{color:var(--text-muted);font-size:15px;font-variant-numeric:tabular-nums}.result-chapter-card{display:flex;align-items:center;justify-content:space-between;gap:26px;padding:24px;border:1px solid rgba(106,165,201,.22);border-radius:20px;background:#ffffff8f;box-shadow:0 10px 24px #3770950f,inset 0 1px #ffffffe6}.result-chapter-main{min-width:0}.result-chapter-main h3{margin:7px 0 8px;font-size:1.2em}.result-chapter-main p{margin:0;color:var(--text);font-size:var(--result-body-size);line-height:var(--result-line-height)}.result-card-actions{display:flex;gap:9px;flex-shrink:0}.result-card-actions button{min-height:44px;padding:9px 15px;border:1px solid rgba(81,151,195,.3);border-radius:13px;color:var(--accent-strong);background:#ffffff94;cursor:pointer;font-weight:700}.result-card-actions button:hover:not(:disabled){background:var(--accent-soft)}.result-card-actions button:disabled{opacity:.45;cursor:not-allowed}.transcript-section .document{max-width:none;padding:0;--doc-text-size: var(--result-body-size);--doc-summary-size: var(--result-body-size);--doc-line-height: var(--result-line-height)}.transcript-section .chapter-block:first-of-type{margin-top:0}.transcript-section .chapter-title{font-size:1.22em}.transcript-section .chapter-time,.transcript-section .para-time,.transcript-section .speaker-meta{font-size:15px}.transcript-section .para-title{font-size:1.08em}.transcript-section .summary-label{font-size:14px}.speaker-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-bottom:22px}.speaker-selector button{display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center;min-height:82px;padding:14px;border:1px solid rgba(106,165,201,.22);border-radius:18px;color:var(--text);background:#ffffff80;cursor:pointer;text-align:left}.speaker-selector button.active{border-color:var(--accent);background:var(--accent-soft)}.speaker-selector .speaker-avatar{grid-row:1 / 3;width:48px;height:48px;font-size:18px}.speaker-selector strong{align-self:end;font-size:var(--result-body-size)}.speaker-selector button>span:last-child{align-self:start;color:var(--text-muted);font-size:15px}.speaker-sentence-list button{display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:start;gap:18px;padding:18px 20px;border-radius:16px;font-size:var(--result-body-size);line-height:1.7}.speaker-sentence-list button.active,.timeline-list button.active{border-color:var(--active-fg);background:var(--active-bg)}.speaker-sentence-list time{color:var(--text-muted);font-size:15px;font-variant-numeric:tabular-nums}.timeline-list{position:relative}.timeline-list button{display:grid;grid-template-columns:94px 120px minmax(0,1fr) auto;align-items:center;gap:18px;padding:17px 20px;border-radius:16px;font-size:var(--result-body-size);line-height:1.65}.timeline-list time{color:var(--accent-strong);font-size:16px;font-weight:750;font-variant-numeric:tabular-nums}.timeline-list time small{display:block;margin-top:2px;color:var(--text-muted);font-size:13px;font-weight:500}.timeline-list strong{font-size:16px}.info-section .comments{height:auto}.info-section .comments-header{position:static;margin:0 0 18px;padding:0;border:0;background:transparent;box-shadow:none}.info-section .comments-title{font-size:16px}.info-section .comments-controls{flex-direction:row;flex-wrap:wrap}.info-section .comments-list{padding:0;gap:16px}.info-section .comment-card{padding:22px 24px;border-radius:8px 28px 8px 8px;cursor:default}.info-section .comment-card.comment-todo,.info-section .comment-card.comment-qa{border-left-width:5px}.info-section .comment-body{font-size:var(--result-body-size)}.info-section .comment-head,.info-section .comment-meta,.info-section .comment-quote{font-size:15px}.info-section .badge{font-size:14px}.info-section .comments-empty{font-size:var(--result-body-size)}.info-section .comments-empty-hint{font-size:15px}.comments-overview{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.comments-overview .comments-title{margin:0 0 5px;color:var(--text);font-size:20px;font-weight:800;letter-spacing:0;text-transform:none}.comments-overview p{margin:0;color:var(--text-muted);font-size:15px}.comments-overview>strong{min-width:46px;color:var(--accent-strong);font-size:32px;line-height:1;text-align:right}.info-section .comment-head{justify-content:space-between;margin-bottom:18px}.info-section .badge{padding:5px 10px;border-radius:6px;letter-spacing:.04em}.comment-anchor{border:0;padding:5px 0;color:var(--accent-strong);background:transparent;font:inherit;font-weight:750;cursor:pointer}.comment-anchor:hover{text-decoration:underline}.todo-main{display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:start}.todo-check{display:grid;place-items:center;width:32px;height:32px;border:2px solid #19b99e;border-radius:50%;color:#0a947e;font-size:21px;line-height:1}.todo-main small,.qa-content small{display:block;margin-bottom:5px;color:var(--text-muted);font-size:13px;font-weight:750;letter-spacing:.05em}.todo-main p,.qa-content p{margin:0;color:var(--text);font-size:var(--result-body-size);line-height:1.7;white-space:pre-wrap}.todo-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:18px 0 0 47px;padding:14px 0;border-top:1px solid rgba(106,165,201,.22);border-bottom:1px solid rgba(106,165,201,.22)}.todo-details>div{padding:0 18px;border-right:1px solid rgba(106,165,201,.2)}.todo-details>div:first-child{padding-left:0}.todo-details>div:last-child{border-right:0}.todo-details dt{margin-bottom:4px;color:var(--text-muted);font-size:13px}.todo-details dd{margin:0;color:var(--text);font-size:16px;font-weight:750}.qa-content{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0}.qa-content section{padding:4px 24px 4px 0}.qa-content .qa-answer{padding-left:24px;border-left:2px solid rgba(35,190,215,.36)}.info-section .comment-quote{margin:17px 0 0 47px;padding:10px 13px;color:var(--text-muted)}@media (max-width: 720px){.info-section .comment-card{padding:18px 16px;border-radius:7px 20px 7px 7px}.todo-details{grid-template-columns:1fr;gap:10px;margin-left:0}.todo-details>div,.todo-details>div:first-child{padding:0;border-right:0}.qa-content{grid-template-columns:1fr;gap:16px}.qa-content section,.qa-content .qa-answer{padding:0;border-left:0}.qa-content .qa-answer{padding-top:14px;border-top:2px solid rgba(35,190,215,.3)}.info-section .comment-quote{margin-left:0}}.result-empty{padding:36px 24px;border:1px dashed rgba(106,165,201,.35);border-radius:18px;color:var(--text-muted);background:#ffffff52;font-size:var(--result-body-size);line-height:1.7;text-align:center}[data-theme=dark] .result-tab,[data-theme=dark] .result-panel,[data-theme=dark] .summary-prose,[data-theme=dark] .summary-chapter-card,[data-theme=dark] .result-chapter-card,[data-theme=dark] .speaker-selector button,[data-theme=dark] .speaker-sentence-list button,[data-theme=dark] .timeline-list button{background:#0a1f2fb8;border-color:#8ddaef2e}[data-theme=dark] .result-tab.active{background:linear-gradient(135deg,#526fd9,#13aabd)}@media (max-width: 1100px){.result-tabs{grid-template-columns:repeat(3,1fr)}.summary-chapter-card{grid-template-columns:130px 1fr}.summary-chapter-card>span:nth-of-type(2){grid-column:1 / -1}.summary-chapter-card em{justify-self:end}}@media (max-width: 760px){.landing-main.upload-only{grid-template-columns:1fr}.history-page-main{padding:14px 0}.history-page-actions{gap:6px}.history-page-actions .new-task-btn{display:none}.history-nav-btn{min-height:36px;padding:0 13px;font-size:13px}.history-card{min-height:430px;padding:21px 17px;border-radius:21px}.history-card-full{min-height:0}.history-card-full .history-list{grid-template-columns:1fr}.history-card h1{font-size:27px}.history-intro{font-size:14px}.history-list{max-height:360px}.history-item{padding:13px 14px}.result-workspace{padding:18px 10px calc(var(--player-h, 0px) + 24px)}.result-heading{display:block}.result-heading p{margin-top:12px}.result-tabs{grid-template-columns:repeat(2,1fr);gap:7px}.result-tab{min-height:66px;padding:11px 12px;border-radius:14px}.result-section{padding:20px 14px}.section-heading{display:block}.section-heading span{display:block;margin-top:6px}.summary-chapter-card,.speaker-sentence-list button,.timeline-list button{grid-template-columns:1fr;gap:7px}.summary-chapter-card em,.speaker-sentence-list em,.timeline-list em{justify-self:start}.result-chapter-card{display:block}.result-card-actions{margin-top:16px}.topbar-label{display:none}}.mivie-wordmark{color:#183d61;font-size:27px;font-weight:800;letter-spacing:-.035em}.mivie-upload-layout{grid-template-columns:minmax(300px,.82fr) minmax(440px,1.18fr);align-items:center}.mivie-guide{position:relative;min-width:0}.mivie-hero{min-height:560px;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:18px;padding:18px 12px 0}.mivie-character-wrap{position:relative;z-index:1;width:min(360px,88%);min-height:0;flex:1 1 auto;filter:drop-shadow(0 30px 30px rgba(53,136,184,.2));animation:mivie-float 4.8s ease-in-out infinite}.mivie-character{position:relative;z-index:2;display:block;width:100%;height:100%;max-height:410px;object-fit:contain;object-position:center center}.mivie-glow{position:absolute;z-index:0;left:14%;right:14%;bottom:4%;height:30%;border-radius:50%;background:radial-gradient(circle,rgba(51,211,235,.38),rgba(92,132,235,.08) 55%,transparent 72%);filter:blur(18px);animation:mivie-glow 3s ease-in-out infinite}.mivie-speech{position:relative;z-index:4;width:min(100%,360px);max-width:100%;flex:0 0 auto;padding:22px 24px 24px;border:1px solid rgba(255,255,255,.94);border-radius:32px 32px 32px 8px;color:#234c70;background:#ffffffc2;box-shadow:0 22px 46px #31749e24,inset 0 1px #fff;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.mivie-speech:after{content:"";position:absolute;left:23px;bottom:-15px;width:26px;height:26px;background:inherit;border-right:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(255,255,255,.9);transform:rotate(45deg)}.mivie-speech strong{display:block;margin-bottom:8px;color:#1689c4;font-size:21px}.mivie-speech p{margin:0;font-size:16px;line-height:1.7}.mivie-upload-layout .upload-card{align-self:center;border-radius:58px 20px 64px 28px}.mivie-upload-layout .file-picker{border-radius:38px 70px 34px 66px}.mivie-upload-layout .file-picker:after{border-radius:30px 62px 26px 58px}.result-language-control button{min-height:39px;padding:0 14px;border:1px solid rgba(76,151,199,.25);border-radius:999px;color:#35617f;background:#fff9;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.result-language-control button.active{border-color:transparent;color:#fff;background:linear-gradient(110deg,#607feb,#1cc9dc);box-shadow:0 9px 20px #2591cd38}.result-language-control button:disabled{cursor:not-allowed;opacity:.38}.mivie-topbar{min-height:70px}.mivie-topbar-guide{display:flex;align-items:center;gap:13px}.mivie-topbar-guide>span:last-child{display:flex;flex-direction:column;gap:3px}.mivie-topbar-guide strong{color:#183d61;font-size:20px}.mivie-topbar-guide small{color:#718aa3;font-size:13px}.mivie-topbar-avatar{position:relative;width:52px;height:52px;overflow:hidden;border-radius:50% 50% 42% 58%;background:linear-gradient(145deg,#effcff,#bcecf7);box-shadow:0 10px 22px #2d80ad29}.mivie-topbar-avatar img{position:absolute;width:92px;max-width:none;left:-20px;top:-10px}.result-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.result-heading>div{min-width:0}.result-heading h1{max-width:100%;overflow-wrap:anywhere;word-break:normal}.result-language-control{display:flex;align-items:flex-end;flex-direction:column;gap:7px}.result-language-control>div{display:flex;max-width:100%;gap:7px}.result-language-control>strong{color:#315a79;font-size:14px}.result-language-control>span{color:#7890a7;font-size:12px}.result-tabs{gap:3px;padding:7px;border:0;border-radius:999px;background:#fff6;box-shadow:inset 0 1px #ffffffe6}.result-tab{min-height:64px;border:0;border-radius:999px;background:transparent;box-shadow:none}.result-tab:hover{transform:none;background:#d5f4fc9e}.result-panel{border-radius:54px 18px 58px 24px}.summary-prose{border-radius:12px 42px 18px}.summary-chapter-card:nth-child(odd){border-radius:28px 8px}.summary-chapter-card:nth-child(2n){border-radius:8px 28px}.result-chapter-card:nth-child(odd){border-radius:34px 10px 34px 18px}.result-chapter-card:nth-child(2n){border-radius:10px 34px 18px}.timeline-list button:nth-child(3n+1){border-radius:26px 8px}.timeline-list button:nth-child(3n+2){border-radius:8px 26px}.history-page-main{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:22px;align-items:start}.mivie-history{position:sticky;top:22px;min-height:500px;display:flex;align-items:center;flex-direction:column;gap:18px}.mivie-history .mivie-speech{width:100%}.mivie-history .mivie-character-wrap{width:270px;min-height:330px;flex:0 0 auto}.mivie-history .mivie-character{height:330px}.history-card-full{border-radius:46px 16px 50px 22px}.history-card-full .history-item:nth-child(4n+1){border-radius:32px 10px 32px 16px}.history-card-full .history-item:nth-child(4n+2){border-radius:10px 32px 16px}.history-card-full .history-item:nth-child(4n+3){border-radius:38px 18px 10px 30px}.history-card-full .history-item:nth-child(4n){border-radius:18px 38px 30px 10px}.floating-new-task{position:fixed;z-index:90;right:28px;bottom:28px;min-width:230px;min-height:64px;padding:0 26px;border:1px solid rgba(255,255,255,.92);border-radius:32px 32px 8px;color:#fff;background:linear-gradient(110deg,#607beb,#218fe4 48%,#16cbdc);box-shadow:0 18px 38px #277ec157,inset 0 2px #ffffff80;cursor:pointer;font:inherit;font-size:18px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease}.floating-new-task span{margin-right:8px;font-size:24px;font-weight:400}.floating-new-task:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 23px 44px #277ec166}.app.has-player .floating-new-task{bottom:112px}@keyframes mivie-float{0%,to{transform:translateY(0) rotate(-.4deg)}50%{transform:translateY(-10px) rotate(.6deg)}}@keyframes mivie-glow{0%,to{opacity:.68;transform:scale(.96)}50%{opacity:1;transform:scale(1.05)}}.mivie-status-uploading .mivie-character-wrap,.mivie-status-uploaded .mivie-character-wrap,.mivie-status-processing .mivie-character-wrap{animation:mivie-listen 2.4s ease-in-out infinite}.mivie-status-completed .mivie-character-wrap,.mivie-status-history .mivie-character-wrap{animation:mivie-celebrate 2.8s ease-in-out infinite}.mivie-status-error .mivie-character-wrap{animation:mivie-reassure 2.8s ease-in-out infinite}.mivie-topbar-avatar img{animation:mivie-avatar-hop 2.8s ease-in-out infinite}.landing-account-group,.topbar-account-group,.account-actions{display:flex;align-items:center;gap:10px}.account-actions{min-height:44px;padding:5px 7px 5px 14px;border:1px solid rgba(106,165,201,.28);border-radius:999px;background:#ffffff8a;box-shadow:inset 0 1px #ffffffe6}.account-actions span{max-width:150px;overflow:hidden;color:var(--text);font-size:14px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.account-actions button,.auth-switch{border:0;color:var(--accent-strong);background:transparent;font:inherit;font-weight:750;cursor:pointer}.account-actions button{padding:7px 9px;border-left:1px solid rgba(106,165,201,.25)}.account-login{min-height:44px;padding:0 22px;border:1px solid rgba(78,151,197,.32);border-radius:999px;color:var(--text);background:#ffffff94;box-shadow:inset 0 1px #ffffffeb,0 8px 24px #347aa31a;font:inherit;font-weight:800;cursor:pointer}.account-login:hover{border-color:#21b5d7a3;transform:translateY(-1px)}.auth-dialog-backdrop{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#183a543d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-dialog{position:relative;width:min(460px,calc(100vw - 32px));border:1px solid rgba(255,255,255,.94);border-radius:34px 10px;background:#f5fcfff0;box-shadow:0 34px 100px #184a6940,inset 0 1px #fff}.auth-close{position:absolute;z-index:2;top:16px;right:17px;width:38px;height:38px;border:0;border-radius:50%;color:var(--text-muted);background:#ddf1fab8;font:400 27px/1 sans-serif;cursor:pointer}.auth-dialog .auth-card{margin:0;padding:48px 42px 40px;border:0;background:transparent;box-shadow:none}.auth-dialog .auth-card h1{margin:0 0 26px;padding-right:40px}.auth-loading{min-height:100vh;display:grid;place-items:center;color:var(--text);font-size:20px}.auth-page{min-height:100vh;align-items:center;justify-content:center}.auth-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,.85fr) minmax(390px,.65fr);width:min(1120px,calc(100% - 36px));min-height:680px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:42px 8px;background:#eff9feb3;box-shadow:0 32px 90px #33749c29,inset 0 1px #fff;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-mivie{position:relative;min-height:680px;overflow:hidden}.auth-mivie img{position:absolute;left:-8%;bottom:-19%;width:112%;max-width:none}.auth-mivie>div{position:absolute;z-index:1;top:54px;left:54px;right:40px;display:flex;flex-direction:column;gap:8px;color:#183d61}.auth-mivie strong{font-size:44px}.auth-mivie span{max-width:440px;font-size:20px;line-height:1.6}.auth-card{align-self:center;margin:34px;padding:38px;border:1px solid rgba(255,255,255,.9);border-radius:8px 30px;background:#ffffffad;box-shadow:0 22px 55px #38789e1f,inset 0 1px #fff}.auth-card h1{margin:8px 0 10px;color:var(--text);font-size:38px}.auth-card>p{margin:0 0 25px;color:var(--text-muted);line-height:1.6}.auth-card label{display:grid;gap:7px;margin-top:17px}.auth-card label>span{color:var(--text);font-size:14px;font-weight:750}.auth-card input{width:100%;min-height:50px;box-sizing:border-box;border:1px solid rgba(86,154,194,.28);border-radius:10px;padding:0 14px;color:var(--text);background:#f8fdffd1;font:inherit;outline:none}.auth-card input:focus{border-color:#27bdd8;box-shadow:0 0 0 4px #27bdd81f}.auth-card .button-primary{width:100%;margin-top:22px}.auth-switch{width:100%;padding:15px 6px 2px}.auth-card .auth-registration-note{margin:17px 0 0;text-align:center;color:var(--text-muted);font-size:14px}.auth-error{margin-top:16px;padding:11px 13px;border-left:4px solid #d54747;color:#a51f1f;background:#ffeaeabd}@media (max-width: 820px){.auth-shell{grid-template-columns:1fr;min-height:auto}.auth-mivie{min-height:210px}.auth-mivie img{left:auto;right:-30px;bottom:-210px;width:430px}.auth-mivie>div{top:34px;left:30px;right:180px}.auth-mivie strong{font-size:34px}.auth-mivie span{font-size:16px}.auth-card{margin:18px;padding:25px 20px}.account-actions span{display:none}.account-actions{padding-left:5px}.account-actions button{border-left:0}.auth-dialog-backdrop{padding:16px}.auth-dialog .auth-card{padding:42px 24px 30px}}@keyframes mivie-listen{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-5px) rotate(1deg) scale(1.015)}}@keyframes mivie-celebrate{0%,to{transform:translateY(0) rotate(-1deg)}45%{transform:translateY(-13px) rotate(1.5deg)}58%{transform:translateY(-10px) rotate(-1deg)}}@keyframes mivie-reassure{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg) translateY(-4px)}}@keyframes mivie-avatar-hop{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width: 980px){.mivie-upload-layout{grid-template-columns:1fr}.mivie-hero{min-height:430px}.mivie-character{height:390px}.mivie-speech{width:min(100%,520px)}.result-heading{grid-template-columns:1fr;align-items:start}.result-language-control{align-items:flex-start;margin-top:4px}.history-page-main{grid-template-columns:1fr}.mivie-history{position:relative;min-height:310px}.mivie-history .mivie-character-wrap{width:210px;min-height:260px}.mivie-history .mivie-character{height:260px}}@media (max-width: 760px){.mivie-upload-layout{padding-top:12px}.mivie-hero{min-height:360px}.mivie-character-wrap{width:280px}.mivie-character{height:330px}.mivie-speech{width:100%;max-width:100%;padding:16px 18px}.mivie-speech p{font-size:14px}.result-heading{grid-template-columns:1fr}.result-language-control{align-items:flex-start;margin-top:18px}.result-language-control>div{flex-wrap:wrap}.result-tabs{border-radius:26px}.mivie-topbar-guide small{display:none}.mivie-topbar-avatar{width:42px;height:42px}.floating-new-task{right:14px;bottom:14px;min-width:190px;min-height:56px;font-size:16px}.app.has-player .floating-new-task{bottom:96px}}@media (prefers-reduced-motion: reduce){.mivie-character-wrap,.mivie-glow,.mivie-topbar-avatar img{animation:none}}.landing-shell,.upload-card,.result-panel,.topbar,.auth-dialog,.history-card{border-color:#ffffffc7;background:linear-gradient(132deg,#ffffff94,#e2f7ff38 46%,#fff6),radial-gradient(circle at 14% 7%,rgba(255,255,255,.86),transparent 32%);box-shadow:0 30px 78px #2b6c9724,inset 0 1px #fffffff5,inset -16px -18px 38px #66c9eb0f;-webkit-backdrop-filter:blur(30px) saturate(168%);backdrop-filter:blur(30px) saturate(168%)}.history-nav-btn,.history-refresh,.account-actions,.account-login,.result-language-control button{border-color:#ffffffc2;background:linear-gradient(145deg,#ffffffb8,#d3f2fc52);box-shadow:0 12px 28px #2f77a21c,inset 0 1px #fffffff2,inset -8px -10px 20px #4fb8de14;-webkit-backdrop-filter:blur(20px) saturate(170%);backdrop-filter:blur(20px) saturate(170%)}.button-primary{position:relative}.floating-new-task{position:fixed;left:auto;width:auto;max-width:calc(100vw - 32px);min-width:210px;min-height:58px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.button-primary,.floating-new-task{overflow:hidden;background:linear-gradient(112deg,#6779eef5,#2892e6f0 48%,#12cfdaeb);box-shadow:0 20px 44px #277ec14f,inset 0 2px 1px #ffffff94,inset 0 -10px 24px #1b63cd29}.button-primary:after,.floating-new-task:after{content:"";position:absolute;pointer-events:none;top:3px;left:8%;right:8%;height:38%;border-radius:999px;background:linear-gradient(to bottom,rgba(255,255,255,.38),transparent);filter:blur(1px)}.history-page{background:radial-gradient(circle at 79% 6%,rgba(98,213,252,.34),transparent 28%),radial-gradient(circle at 12% 78%,rgba(139,161,247,.23),transparent 25%),radial-gradient(circle at 52% 45%,rgba(255,255,255,.92),transparent 43%),linear-gradient(142deg,#f9fcff,#e8f6fd,#d9edf8)}.history-shell{width:min(1480px,100%);min-height:calc(100vh - 44px);padding:24px 28px 34px;overflow:hidden;border-radius:46px 22px 54px 28px;background:linear-gradient(128deg,#ffffff7a,#d5f2fd2e 54%,#ffffff57);box-shadow:0 36px 110px #2c6f9a29,inset 0 1px #fffffffa,inset 0 0 0 1px #79bddb1f}.history-shell .landing-nav{min-height:64px;padding:2px 4px 18px;border-bottom-color:#5ea2c821}.history-page-main{grid-template-columns:minmax(270px,330px) minmax(0,1fr);gap:clamp(24px,3vw,48px);padding:42px 10px 48px;align-items:stretch}.mivie-history{top:30px;min-height:620px;justify-content:center;padding:12px 0 30px}.mivie-history:before{content:"";position:absolute;z-index:-1;top:14%;right:-8%;bottom:2%;left:-8%;border:1px solid rgba(255,255,255,.52);border-radius:46% 54% 38% 62%/34% 36% 64% 66%;background:radial-gradient(circle at 50% 28%,#fff9,#97e2f726 46%,#799ded14);box-shadow:inset 12px 16px 30px #ffffff57,inset -18px -24px 42px #45a7da14,0 30px 70px #377da81a;-webkit-backdrop-filter:blur(24px) saturate(165%);backdrop-filter:blur(24px) saturate(165%)}.mivie-history .mivie-speech{width:calc(100% - 12px);padding:20px 22px 22px;border-radius:30px 30px 30px 8px;background:linear-gradient(138deg,#ffffffad,#e1f6fd4d);box-shadow:0 20px 48px #2f759e21,inset 0 1px #fffffffa,inset -12px -14px 24px #41b6dd0f}.mivie-history .mivie-character-wrap{width:min(310px,96%);min-height:350px}.mivie-history .mivie-character{height:350px}.history-card-full{position:relative;isolation:isolate;min-height:620px;padding:clamp(26px,3vw,42px);border-radius:62px 24px 68px 30px;background:linear-gradient(135deg,#ffffff7a,#d3f3fd2b 44%,#ffffff4d),radial-gradient(circle at 91% 8%,rgba(81,210,238,.19),transparent 32%)}.history-card-full:before{content:"";position:absolute;z-index:-1;pointer-events:none;inset:2px 7% auto;height:38%;border-radius:50%;background:linear-gradient(to bottom,rgba(255,255,255,.34),transparent);filter:blur(10px)}.history-card-head{align-items:center;margin-bottom:28px}.history-title-block{min-width:0}.history-kicker{margin-bottom:8px;color:#218fbf;font-size:11px;font-weight:800;letter-spacing:.2em}.history-card h1{font-size:clamp(36px,4.2vw,62px);line-height:.98;letter-spacing:-.05em}.history-intro{max-width:620px;margin:17px 0 0;font-size:15px}.history-overview{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(255,255,255,.72);border-radius:28px 28px 10px;background:linear-gradient(145deg,#ffffff8a,#cdeffb3b);box-shadow:0 15px 34px #30759f1c,inset 0 1px #fff;-webkit-backdrop-filter:blur(22px) saturate(170%);backdrop-filter:blur(22px) saturate(170%)}.history-count{display:flex;min-width:76px;align-items:center;justify-content:center;flex-direction:column;padding:2px 10px;line-height:1}.history-count strong{color:#1b4d70;font-size:25px;letter-spacing:-.04em}.history-count span{margin-top:5px;color:#7189a1;font-size:11px}.history-refresh{min-width:88px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:22px 22px 7px}.history-refresh>span{font-size:19px;font-weight:400}.history-list,.history-card-full .history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-height:none;overflow:visible;padding:2px 2px 8px}.history-item,.history-card-full .history-item{position:relative;isolation:isolate;min-height:210px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:38px 16px 42px 22px;background:linear-gradient(132deg,#ffffffa6,#d3f3fc33 52%,#ffffff61),radial-gradient(circle at 92% 4%,rgba(86,211,238,.17),transparent 34%);box-shadow:0 20px 45px #32779f1c,inset 0 1px #fffffffa,inset -15px -18px 32px #44b0da12;-webkit-backdrop-filter:blur(28px) saturate(175%);backdrop-filter:blur(28px) saturate(175%);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.history-item:before{content:"";position:absolute;z-index:-1;pointer-events:none;left:8%;right:16%;top:1px;height:42%;border-radius:50%;background:linear-gradient(to bottom,rgba(255,255,255,.38),transparent);filter:blur(7px)}.history-item:after{content:"";position:absolute;z-index:-1;pointer-events:none;right:-28px;bottom:-42px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.5),rgba(64,203,229,.12) 48%,transparent 70%)}.history-card-full .history-item:nth-child(4n+1){border-radius:42px 16px 46px 22px}.history-card-full .history-item:nth-child(4n+2){border-radius:18px 44px 24px 46px}.history-card-full .history-item:nth-child(4n+3){border-radius:48px 24px 16px 42px}.history-card-full .history-item:nth-child(4n){border-radius:24px 48px 42px 18px}.history-item:hover{transform:translateY(-4px) scale(1.008);border-color:#6fe0f4c7;box-shadow:0 28px 58px #2e77a42b,inset 0 1px #fff,inset -15px -18px 32px #44b0da17}.history-open{position:relative;z-index:2;display:flex;min-height:210px;flex-direction:column;gap:17px;padding:22px 24px 23px}.history-item-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-index{color:#7f9ab0;font-size:12px;font-weight:800;letter-spacing:.16em}.history-status{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.56);background:#c9f6eb78;box-shadow:inset 0 1px #fffc}.history-status i{width:7px;height:7px;border-radius:50%;background:#20b69b;box-shadow:0 0 0 4px #20b69b1a,0 0 12px #20b69b66}.history-item-main{gap:10px}.history-item-main strong{color:#173d60;font-size:clamp(18px,1.5vw,22px);line-height:1.25}.history-meta{display:flex;flex-wrap:wrap;gap:7px 16px}.history-meta>span{position:relative;color:#68839c;font-size:12px}.history-meta>span+span:before{content:"";position:absolute;left:-9px;top:50%;width:3px;height:3px;border-radius:50%;background:#72a9c6}.history-action{display:inline-flex;align-items:center;gap:9px;margin-top:auto;color:#117caf;font-size:14px;font-weight:800}.history-action b{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:#d2f4fc9e;box-shadow:inset 0 1px #fff;font-size:13px}.history-delete{z-index:4;right:18px;bottom:17px;display:inline-flex;align-items:center;gap:4px;padding:7px 10px;border:1px solid transparent;border-radius:999px;color:#9a5f69;font-size:11px}.history-delete span{font-size:16px;line-height:1}.history-delete:hover{border-color:#d2687633;color:#b83343;background:#ffebee85;text-decoration:none}.history-message,.history-empty{min-height:330px;border-color:#ffffffb3;border-radius:44px 18px 46px 24px;background:linear-gradient(135deg,#ffffff7a,#d3f3fd2e);box-shadow:inset 0 1px #ffffffe6;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}@media (max-width: 1080px){.history-page-main{grid-template-columns:1fr;padding-top:26px}.mivie-history{position:relative;min-height:290px;display:grid;grid-template-columns:minmax(260px,1fr) 250px;align-items:center;padding:0 18px}.mivie-history:before{top:-6%;right:0;bottom:4%;left:0}.mivie-history .mivie-speech{order:1}.mivie-history .mivie-character-wrap{order:2;width:250px;min-height:270px}.mivie-history .mivie-character{height:270px}}@media (max-width: 720px){.history-page{padding:10px}.history-shell{padding:16px 14px 86px;border-radius:30px 16px 34px 18px}.history-page-main{gap:18px;padding:20px 0}.mivie-history{min-height:250px;grid-template-columns:1fr 150px;padding:0}.mivie-history .mivie-character-wrap{width:170px;min-height:210px}.mivie-history .mivie-character{height:210px}.mivie-history .mivie-speech{padding:16px 17px 18px}.mivie-history .mivie-speech strong{font-size:17px}.mivie-history .mivie-speech p{font-size:13px}.history-card-full{min-height:0;padding:23px 17px;border-radius:38px 16px 42px 20px}.history-card-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}.history-overview{width:100%;justify-content:space-between}.history-list,.history-card-full .history-list{grid-template-columns:1fr;gap:13px}.history-item,.history-card-full .history-item,.history-open{min-height:190px}.history-card h1{font-size:40px}}
