.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(100%,420px);background:#fff;border:1px solid #dfe3e7;border-radius:12px;padding:32px}.auth-card h1{color:#187f76}.auth-card h2{font-size:21px}.auth-card form,.auth-card label{display:grid;gap:10px}.auth-card form{gap:18px}.auth-card input{width:100%;padding:12px;border:1px solid #aab5bd;border-radius:6px}.auth-card button{padding:12px;border:0;border-radius:6px;background:#187f76;color:#fff;cursor:pointer}.auth-card button:disabled{opacity:.6;cursor:wait}.auth-card p{font-size:14px;line-height:1.6}:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;color:#172027;background:#f5f6f8;font-synthesis:none;--ink: #172027;--muted: #67727c;--line: #dfe3e7;--surface: #ffffff;--soft: #f5f6f8;--coral: #f15d48;--coral-dark: #d94734;--coral-soft: #fff1ee;--teal: #187f76;--teal-soft: #e8f5f2;--yellow: #d99b21;--yellow-soft: #fff7df;letter-spacing:0}*{box-sizing:border-box}html{background:#f5f6f8}body{margin:0;min-width:320px;min-height:100vh;background:#f5f6f8}button,input,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(24,127,118,.24);outline-offset:2px}img{display:block;max-width:100%}h1,h2,p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.workbench{min-height:100vh}.app-header,.detail-header{height:62px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2))}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:19px;font-weight:800}.brand-mark{width:35px;height:35px;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:7px}.header-meta{display:flex;align-items:center;gap:18px}.session-indicator{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--muted)}.session-indicator>span{width:7px;height:7px;border-radius:50%;background:var(--teal)}.avatar{width:34px;height:34px;border-radius:50%;background:#eef0f2;display:grid;place-items:center;font-size:12px;font-weight:800}.workspace-intro{max-width:1240px;margin:0 auto;min-height:136px;padding:28px 0 20px;display:flex;align-items:end;justify-content:space-between;gap:32px}.eyebrow{color:var(--coral-dark);text-transform:uppercase;font-size:11px;font-weight:800;line-height:1.3}.workspace-intro h1{margin-top:7px;font-size:30px;line-height:1.2}.intro-copy{margin-top:8px;color:var(--muted);font-size:14px}.scope-note{max-width:360px;padding:10px 12px;border-left:3px solid var(--yellow);background:#fffaf0;display:flex;gap:8px;color:#745b24;font-size:12px;line-height:1.55}.scope-note svg{flex:0 0 auto;margin-top:1px}.mode-switcher{max-width:1240px;min-height:78px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#fff;border:1px solid var(--line)}.mode-tab{min-width:0;border:0;border-right:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;position:relative}.mode-tab:last-child{border-right:0}.mode-tab:after{content:"";position:absolute;bottom:-1px;left:28px;right:28px;height:3px;background:transparent}.mode-tab:hover{background:#fafbfb}.mode-tab.is-active{color:var(--coral-dark);background:#fffaf9}.mode-tab.is-active:after{background:var(--coral)}.mode-tab>span{display:flex;flex-direction:column;text-align:left;min-width:0}.mode-tab strong{font-size:14px}.mode-tab small{margin-top:3px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-panel{max-width:1240px;margin:14px auto 0;padding:20px 22px 18px;background:#fff;border:1px solid var(--line)}.import-copy{display:flex;align-items:center;gap:12px}.step-number{width:28px;height:28px;flex:0 0 auto;background:var(--coral);color:#fff;display:grid;place-items:center;border-radius:5px;font-size:11px;font-weight:800}.step-number.muted{background:#e8ebed;color:#59636c}.import-copy h2,.section-title-line h2{font-size:16px}.import-copy p,.section-toolbar>div>p{margin-top:3px;color:var(--muted);font-size:11px}.url-form{margin-top:15px;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:10px}.url-field{height:44px;border:1px solid #cfd5da;background:#fbfcfc;display:flex;align-items:center;gap:10px;padding:0 13px;border-radius:5px}.url-field:focus-within{border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px #187f7614}.url-field.has-error{border-color:#c74436}.url-field svg{color:#7b858d;flex:0 0 auto}.url-field input,.search-field input{min-width:0;width:100%;border:0;outline:0;background:transparent}.field-error{color:#ba3f32;margin:7px 0 0 40px;font-size:12px}.button{min-height:40px;padding:0 16px;border-radius:5px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.button-primary{background:var(--coral);color:#fff;border-color:var(--coral)}.button-primary:hover{background:var(--coral-dark);border-color:var(--coral-dark)}.button-secondary{background:#fff;color:#3e4850;border-color:#cfd5da}.button-secondary:hover{background:#f7f8f9;border-color:#aab3ba}.button:disabled{opacity:.46;cursor:not-allowed}.task-section{max-width:1240px;margin:14px auto 40px;background:#fff;border:1px solid var(--line)}.section-toolbar{min-height:70px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid var(--line)}.section-title-line{display:flex;align-items:center;gap:10px}.count-badge{height:20px;min-width:20px;border-radius:10px;padding:0 7px;display:inline-grid;place-items:center;background:#edf0f2;color:#59636c;font-size:10px;font-weight:800}.search-field{width:220px;height:36px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:0 10px;border-radius:5px;color:#78828a;background:#fafbfb}.search-field input{font-size:12px}.table-scroll{overflow-x:auto}.task-table{width:100%;min-width:950px;border-collapse:collapse;table-layout:fixed}.task-table th{padding:10px 14px;border-bottom:1px solid var(--line);background:#f8f9fa;color:#747e86;font-size:10px;font-weight:800;text-align:left}.task-table th:first-child{width:33%}.task-table th:nth-child(2){width:10%}.task-table th:nth-child(3){width:13%}.task-table th:nth-child(4),.task-table th:nth-child(5){width:11%}.task-table th:nth-child(6){width:11%}.task-table th:last-child{width:86px;position:relative}.task-table td{height:78px;padding:10px 14px;border-bottom:1px solid #edf0f2;font-size:12px;vertical-align:middle}.task-table tbody tr:hover{background:#fcfcfd}.task-identity{min-width:0;width:100%;border:0;background:transparent;padding:0;display:flex;gap:11px;align-items:center;text-align:left;cursor:pointer}.task-thumb{width:38px;height:50px;flex:0 0 auto;overflow:hidden;border-radius:4px;background:#252a2d}.task-thumb img{width:100%;height:100%;object-fit:cover}.task-identity>span:last-child{min-width:0;display:flex;flex-direction:column;gap:5px}.task-identity strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-identity small{color:var(--muted);font-size:10px}.status-badge{width:max-content;display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border-radius:4px;font-size:10px;font-weight:700}.status-completed{background:var(--teal-soft);color:#126a62}.status-processing{background:var(--yellow-soft);color:#926912}.status-processing svg{animation:spin 1.2s linear infinite}.status-failed{background:var(--coral-soft);color:#b0392d}.status-locked{background:#eef0f2;color:#68737b}.progress-cell{display:flex;align-items:center;gap:8px}.progress-cell>span{width:72px;height:5px;background:#e8ebed;overflow:hidden;border-radius:3px}.progress-cell i{display:block;height:100%;background:var(--teal)}.progress-cell small{color:var(--muted);font-size:10px}.text-action{border:0;padding:4px 0;background:transparent;color:var(--teal);cursor:pointer;font-size:11px;font-weight:700}.text-action:disabled{color:#9ca4aa;cursor:not-allowed}.updated-cell{color:var(--muted)}.row-actions{display:flex;justify-content:flex-end;gap:4px}.icon-button{width:34px;height:34px;border:1px solid transparent;border-radius:5px;display:inline-grid;place-items:center;background:transparent;color:#5e6870;cursor:pointer}.icon-button:hover{border-color:var(--line);background:#fff;color:var(--ink)}.icon-button.danger:hover{color:#b73e32;border-color:#f1c3bd;background:#fff7f6}.empty-row{text-align:center;color:var(--muted)}.task-detail{min-height:100vh}.detail-header{padding-left:24px;padding-right:24px;position:sticky;top:0;z-index:20}.back-button{border:0;background:transparent;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:700}.detail-title{position:absolute;left:50%;transform:translate(-50%);max-width:48%;display:flex;flex-direction:column;text-align:center}.detail-title strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.detail-title span{margin-top:3px;color:var(--muted);font-size:10px}.detail-header-spacer{width:34px;height:34px}.task-tabs{height:52px;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:stretch;gap:30px;position:sticky;top:62px;z-index:19}.task-tabs button{border:0;border-bottom:3px solid transparent;padding:0 3px;background:transparent;display:flex;align-items:center;gap:7px;color:#66717a;cursor:pointer;font-size:12px;font-weight:700}.task-tabs button[aria-selected=true]{border-bottom-color:var(--coral);color:var(--ink)}.task-tabs button>span{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--coral-soft);color:var(--coral-dark);display:inline-grid;place-items:center;font-size:9px}.detail-layout{max-width:1240px;margin:22px auto 50px;display:grid;grid-template-columns:284px minmax(0,1fr);gap:20px;align-items:start}.source-panel{min-width:0;background:#fff;border:1px solid var(--line);position:sticky;top:136px}.video-poster{position:relative;aspect-ratio:9 / 12;overflow:hidden;background:#252a2d}.video-poster img{width:100%;height:100%;object-fit:cover}.video-poster>span{position:absolute;right:10px;bottom:10px;padding:4px 6px;border-radius:3px;background:#111619c7;color:#fff;font-size:10px}.source-copy{padding:15px 16px 12px}.source-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:9px}.source-copy h1{margin-top:12px;font-size:15px;line-height:1.5}.source-copy>p{margin-top:7px;color:#4f5961;font-size:11px}.source-copy>p span{color:var(--muted)}.metric-grid{margin:0 16px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.metric-grid div{min-width:0}.metric-grid dt{color:var(--muted);font-size:9px}.metric-grid dd{margin:3px 0 0;font-size:13px;font-weight:800}.source-meta{padding:12px 16px 0;display:flex;flex-direction:column;gap:3px;font-size:9px;color:var(--muted)}.source-meta strong{color:#4d5760;font-size:10px}.source-link{margin:12px 16px 0;min-height:35px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:7px;color:#45515a;text-decoration:none;font-size:11px;font-weight:700}.asset-note{margin:12px 16px 15px;color:#8a6b28;font-size:9px;line-height:1.5}.result-panel{min-width:0}.result-stack{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.result-section{padding:22px;background:#fff;border:1px solid var(--line)}.result-section.compact{min-height:168px}.result-heading{display:flex;align-items:center;gap:11px;justify-content:space-between}.result-heading>div{margin-right:auto}.result-heading p{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.result-heading h2{margin-top:3px;font-size:16px}.result-icon{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:5px}.result-icon.coral{color:var(--coral-dark);background:var(--coral-soft)}.result-icon.teal{color:var(--teal);background:var(--teal-soft)}.result-icon.yellow{color:#9b6d10;background:var(--yellow-soft)}.lead-result{margin-top:18px;max-width:760px;color:#3c464e;font-size:14px;line-height:1.8}.result-pair,.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.result-section.compact>p{margin-top:16px;color:#465159;font-size:12px;line-height:1.75}.next-step-strip{min-height:78px;padding:16px 18px;border:1px solid #d9d1bd;background:#fffaf0;display:flex;align-items:center;justify-content:space-between;gap:20px}.next-step-strip>div:first-child{display:flex;flex-direction:column;gap:5px}.next-step-strip strong{font-size:12px}.next-step-strip span{color:#71654b;font-size:10px}.next-step-strip>div:last-child{display:flex;gap:8px}.opportunity-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:9px}.opportunity-list li{min-height:52px;padding:11px 13px;background:#f8f9fa;display:flex;align-items:center;gap:12px}.opportunity-list li>span{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;background:var(--ink);color:#fff;border-radius:4px;font-size:10px;font-weight:800}.opportunity-list p{font-size:12px;line-height:1.6}.evidence-boundary{padding:15px 18px;border:1px solid #d7dfde;background:#f4faf8;color:var(--teal);display:flex;gap:11px}.evidence-boundary svg{flex:0 0 auto}.evidence-boundary strong{font-size:11px}.evidence-boundary p{margin-top:4px;color:#557069;font-size:10px;line-height:1.55}.locked-state,.script-empty,.processing-view{min-height:460px;padding:60px 24px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.locked-state>svg{color:var(--yellow)}.locked-state h2,.script-empty h2,.processing-view h2{margin-top:14px;font-size:20px}.locked-state p,.script-empty>p:not(.eyebrow),.processing-view>p:not(.eyebrow){max-width:470px;margin-top:9px;color:var(--muted);font-size:12px;line-height:1.7}.locked-state .button,.script-empty .button{margin-top:20px}.empty-icon{width:58px;height:58px;margin-bottom:18px;display:grid;place-items:center;color:var(--coral-dark);background:var(--coral-soft);border-radius:7px}.script-empty small{margin-top:13px;color:#8c7354;font-size:9px}.processing-ring{width:92px;height:92px;margin-bottom:18px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--teal) var(--progress),#e5e9eb 0);position:relative}.processing-ring:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;background:#fff;border-radius:50%}.processing-ring span{z-index:1;font-size:17px;font-weight:800}.processing-ring.is-complete{background:var(--teal);color:#fff;animation:complete-pop .45s ease-out}.processing-ring.is-complete:after{background:var(--teal)}@keyframes complete-pop{0%{transform:scale(.86)}70%{transform:scale(1.06)}to{transform:scale(1)}}.processing-view ol{list-style:none;margin:24px 0 0;padding:0;width:min(100%,440px);display:grid;grid-template-columns:repeat(5,1fr);gap:0}.processing-view li{color:#90989e;font-size:9px;line-height:1.35;position:relative}.processing-view li:after{content:"";position:absolute;height:4px;border-radius:4px;background:#dfe3e7;left:calc(50% + 5px);right:calc(-50% + 5px);top:3.5px}.processing-view li:last-child:after{display:none}.processing-view li span{width:11px;height:11px;margin:0 auto 7px;display:block;border:2px solid #cbd1d5;background:#fff;border-radius:50%;position:relative;z-index:1}.processing-view li.is-done{color:var(--teal)}.processing-view li.is-done span{border-color:var(--teal);background:var(--teal)}.processing-view li.is-done span{display:grid;place-items:center;color:#fff}.processing-view li.is-active{color:var(--teal);font-weight:700}.processing-view li.is-active span{border-color:var(--teal);box-shadow:0 0 0 4px #1889801f}.processing-view li.is-active span:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#fff;animation:active-dot 1.35s ease-in-out infinite}.processing-view li.is-active:before{content:"";position:absolute;height:4px;border-radius:4px;left:calc(-50% + 5px);right:calc(50% + 5px);top:3.5px;background:linear-gradient(90deg,#198980 0,#198980 28%,#b7f1e7,#198980 62%,#198980);background-size:190% 100%;animation:progress-flow 1.5s linear infinite}.processing-view li.is-active:after{background:linear-gradient(90deg,var(--teal) 0 34%,#b7f1e7 48%,var(--teal) 62%,#dfe3e7 78%);background-size:280% 100%;animation:progress-flow 1.5s linear infinite}@keyframes progress-flow{0%{background-position:100% 0}to{background-position:-180% 0}}@keyframes active-dot{0%,to{transform:scale(.55);opacity:.7}50%{transform:scale(1);opacity:1}}.script-meta-bar{min-height:72px;padding:13px 16px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.script-meta-bar>div{min-width:0;display:flex;align-items:center;gap:11px}.script-meta-bar>div>div{min-width:0;display:flex;flex-direction:column;gap:4px}.script-meta-bar strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px}.script-meta-bar small{color:var(--muted);font-size:9px}.editor-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editor-field.is-wide{grid-column:1 / -1}.bilingual-voiceover{min-width:0;grid-column:1 / -1;display:grid;gap:7px}.bilingual-voiceover>header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#59636b;font-size:10px;font-weight:700}.bilingual-voiceover>header small{color:#8a949c;font-size:9px;font-weight:600}.bilingual-script-body{overflow:hidden;border:1px solid #d8dde1;border-radius:5px;background:#fbfcfc}.bilingual-script-pane{display:grid;gap:6px;padding:10px 12px}.bilingual-script-pane+.bilingual-script-pane{border-top:1px solid #e5e8eb}.bilingual-script-pane>span{color:#8a949c;font-size:9px;font-weight:700}.bilingual-script-pane textarea{width:100%;min-width:0;min-height:126px;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink);font-size:11px;line-height:1.65;resize:vertical;outline:0}.bilingual-script-pane.is-original textarea{font-style:italic;color:#252b30}.bilingual-script-pane.is-translation textarea{color:#647079}.bilingual-script-pane:focus-within{background:#fff;box-shadow:inset 3px 0 0 var(--teal)}.editor-field{min-width:0;display:flex;flex-direction:column;gap:6px;color:#59636b;font-size:10px;font-weight:700}.editor-field input,.editor-field textarea,.shot-row header input{width:100%;min-width:0;border:1px solid #d8dde1;border-radius:4px;background:#fbfcfc;color:var(--ink);font-size:11px;outline:0}.editor-field input{height:38px;padding:0 10px}.editor-field textarea{min-height:72px;padding:10px;resize:vertical;line-height:1.6}.editor-field input:focus,.editor-field textarea:focus,.shot-row header input:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px #187f7614}.storyboard-list{margin-top:18px;display:grid;gap:10px}.shot-row{border:1px solid var(--line)}.shot-row header{min-height:38px;padding:6px 10px;border-bottom:1px solid var(--line);background:#f8f9fa;display:flex;align-items:center;justify-content:space-between}.shot-row header span{color:var(--coral-dark);font-size:10px;font-weight:800}.shot-row header input{width:78px;height:26px;padding:0 7px;text-align:center}.shot-fields{padding:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1290px){.workspace-intro,.mode-switcher,.import-panel,.task-section,.detail-layout{margin-left:24px;margin-right:24px}}@media(max-width:760px){.app-header,.detail-header{height:56px;padding:0 16px}.session-indicator{display:none}.workspace-intro{min-height:auto;margin:0;padding:20px 16px 14px;display:block}.workspace-intro h1{font-size:23px}.intro-copy{line-height:1.55}.scope-note{margin-top:14px;max-width:none}.mode-switcher{min-height:66px;margin:0 16px}.mode-tab{gap:6px;padding:8px 5px;flex-direction:column}.mode-tab:after{left:10px;right:10px}.mode-tab>span{text-align:center}.mode-tab strong{font-size:11px}.mode-tab small{display:none}.import-panel{margin:10px 16px 0;padding:15px}.url-form{margin-top:12px;grid-template-columns:1fr 1fr}.url-field{grid-column:1 / -1}.button{padding:0 11px}.field-error{margin-left:0}.task-section{margin:10px 16px 24px}.section-toolbar{min-height:auto;align-items:stretch;flex-direction:column;gap:11px}.search-field{width:100%}.task-table td{height:72px}.detail-title{display:none}.task-tabs{height:50px;top:56px;padding:0 13px;justify-content:space-between;gap:4px;overflow-x:auto}.task-tabs button{padding:0 7px;white-space:nowrap;font-size:11px}.detail-layout{margin:14px 16px 30px;display:flex;flex-direction:column;gap:12px}.source-panel{width:100%;position:static;display:grid;grid-template-columns:104px 1fr;grid-template-areas:"poster copy" "metrics metrics" "meta meta" "link link" "note note"}.video-poster{grid-area:poster;aspect-ratio:9 / 13}.source-copy{grid-area:copy;padding:12px}.source-copy h1{font-size:13px}.source-topline{align-items:flex-start;flex-direction:column}.metric-grid{grid-area:metrics;margin:0 12px;grid-template-columns:repeat(4,1fr);gap:8px}.source-meta{grid-area:meta;padding-left:12px;padding-right:12px}.source-link{grid-area:link;margin-left:12px;margin-right:12px}.asset-note{grid-area:note;margin-left:12px;margin-right:12px}.result-panel{width:100%}.result-section{padding:16px}.result-pair,.insight-grid{grid-template-columns:1fr}.next-step-strip{align-items:stretch;flex-direction:column}.next-step-strip>div:last-child{display:grid;grid-template-columns:1fr 1fr}.editor-grid,.shot-fields{grid-template-columns:1fr}.script-meta-bar .button{width:40px;padding:0}.script-meta-bar .button{font-size:0}.script-meta-bar .button svg{width:17px;height:17px}.processing-view ol{grid-template-columns:1fr;gap:10px;text-align:left}.processing-view li{display:flex;align-items:center;gap:9px}.processing-view li span{margin:0}.processing-view li:after{display:none}}@media(prefers-reduced-motion:reduce){.status-processing svg{animation:none}}:root{--cj-bg: #f8f7ff;--cj-card: #fff;--cj-ink: #1e1d2a;--cj-muted: #77768a;--cj-line: #e8e6f2;--cj-indigo: #5148e7;--cj-violet: #8d52ed;--cj-pink: #eea2c8}body{background:var(--cj-bg);color:var(--cj-ink)}button{border:0}.chuhaijiang-shell{min-height:100vh;background:var(--cj-bg)}.topbar{height:58px;padding:0 20px 0 112px;position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:16px;background:#fffffff0;border-bottom:1px solid var(--cj-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.top-brand{display:inline-flex;align-items:center;gap:8px;color:var(--cj-ink);background:transparent;font-size:14px;font-weight:800;cursor:pointer}.brand-orbit{width:28px;height:28px;display:grid;place-items:center;color:#fff;border-radius:50%;background:linear-gradient(135deg,var(--cj-indigo),var(--cj-violet))}.brand-orbit{width:30px;height:30px;background:transparent}.linghai-mark{display:block;overflow:visible}.linghai-bg{fill:#eeedff}.linghai-ring{fill:none;stroke:#26233f;stroke-width:6;stroke-linecap:butt}.linghai-needle{stroke:#eeedff;stroke-width:1.5;stroke-linejoin:round}.linghai-needle-blue{fill:#287bff}.linghai-needle-violet{fill:#7650ff}.linghai-core{fill:#fff;stroke:#26233f;stroke-width:2}.crumbs{display:flex;align-items:center;gap:6px;color:var(--cj-muted);font-size:12px}.crumbs strong{color:var(--cj-ink);font-weight:800}.top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.top-pill,.upgrade-pill,.credit-pill,.action-pill,.result-tab{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border:1px solid var(--cj-line);border-radius:18px;color:#5d5c71;background:#fff;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.partner-pill{color:#4d42c5;border-color:#d9d4fd;background:#faf9ff}.partner-dot{width:15px;height:15px;border-radius:50%;background:linear-gradient(135deg,#5b50f0,#ba67f2)}.credit-pill{color:#db5e96;border-color:#f2c3da}.upgrade-pill{color:#5a45cb;border-color:#d5cdf8}.circle-control,.avatar-control,.icon-control{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--cj-line);border-radius:50%;color:#6f6d82;background:#fff;cursor:pointer}.avatar-control{color:#fff;border-color:transparent;background:linear-gradient(135deg,#6a5be8,#b74499)}.circle-control.is-unavailable,.avatar-control.is-unavailable{color:#aaa8b5;border-color:#e4e2ea;background:#f3f2f6;cursor:not-allowed;opacity:.78}.mobile-menu{display:none;border-radius:7px}.app-sidebar{position:fixed;inset:0 auto 0 0;z-index:45;width:96px;padding:17px 10px 18px;background:#fff;border-right:1px solid var(--cj-line);overflow-y:auto}.sidebar-brand{width:100%;min-height:66px;margin:0 auto 18px;padding:0;display:flex;align-items:center;flex-direction:column;gap:5px;color:var(--cj-ink);background:transparent;font-size:12px;line-height:19px;font-weight:800;cursor:pointer}.sidebar-logo{width:42px;height:42px;display:grid;place-items:center;color:#fff;border-radius:12px;background:transparent;box-shadow:none}.sidebar-group{margin-top:0;padding-top:18px;border-top:1px solid #eceaf4}.sidebar-group>p{padding:0 12px 6px;color:#aaa8bb;font-size:10px;font-weight:700}.sidebar-item{width:100%;min-height:68px;padding:10px 4px 8px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;color:#77768a;border-radius:12px;background:transparent;text-align:center;cursor:pointer;font-size:11px;line-height:1.2}.sidebar-item svg{flex:0 0 auto}.sidebar-item:hover{color:var(--cj-indigo);background:#faf9ff}.sidebar-item.is-active{color:#5849df;background:#eef0ff;font-weight:800;box-shadow:inset 3px 0 0 var(--cj-indigo)}.sidebar-item em{margin-left:auto;padding:2px 5px;color:#fff;border-radius:5px;background:#f29b62;font-size:8px;font-style:normal}.sidebar-gift{width:34px;height:34px;margin:26px 0 0 8px;display:grid;place-items:center;color:var(--cj-indigo);border:1px solid #d9d4ff;border-radius:50%;background:#faf9ff}.app-content{min-height:100vh;margin-left:96px}.chuhaijiang-page{width:min(100%,1280px);min-height:calc(100vh - 58px);margin:0 auto;padding:28px 34px 84px}.analysis-hero{padding:16px 0 26px;text-align:center}.analysis-hero .eyebrow{color:var(--cj-muted);font-size:11px;text-transform:none}.analysis-hero h1{margin-top:22px;color:#1f1e2d;font-size:clamp(30px,4vw,42px);line-height:1.12}.analysis-hero h1 span{color:var(--cj-indigo)}.hero-subtitle{margin-top:12px;color:#858297;font-size:15px}.analysis-search{width:min(100%,820px);height:50px;margin:26px auto 0;padding:5px 7px 5px 16px;display:flex;align-items:center;gap:10px;border:1px solid #dedbea;border-radius:13px;background:#fff;box-shadow:0 5px 15px #2d22690d}.analysis-search:focus-within{border-color:#aaa3f5;box-shadow:0 0 0 4px #5148e717}.analysis-search.has-error{border-color:#e66f73}.analysis-search>svg{color:#8b899c;flex:0 0 auto}.analysis-search input{min-width:0;flex:1;height:100%;border:0;outline:0;color:var(--cj-ink);background:transparent;font-size:13px}.analysis-search input::placeholder{color:#a19eaf}.analysis-search button{height:40px;padding:0 17px;display:inline-flex;align-items:center;gap:7px;color:#fff;border-radius:10px;background:linear-gradient(135deg,#4e46e8,#6449e8);cursor:pointer;font-size:13px;font-weight:800;white-space:nowrap}.analysis-search button:hover{filter:brightness(1.06)}.analysis-search button span{color:#e6dfff;font-size:11px}.analysis-hero .field-error{margin:8px 0 0}.task-records-workspace{height:calc(100vh - 58px);display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);overflow:hidden;background:#fff}.task-records-panel{min-width:0;height:100%;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--cj-line);background:#fff}.task-record-search{height:44px;margin:20px 18px 13px;padding:0 13px;display:flex;align-items:center;gap:9px;color:#9693a5;border:1px solid #d9d7e3;border-radius:8px;background:#fff;box-shadow:0 2px 8px #2d22690d}.task-record-search:focus-within{color:var(--cj-indigo);border-color:#aaa3f5;box-shadow:0 0 0 3px #5148e714}.task-record-search input{min-width:0;width:100%;height:100%;border:0;outline:0;color:var(--cj-ink);background:transparent;font-size:12px}.task-record-search input::placeholder{color:#a19eaf}.asset-view-tabs{margin:0 18px 11px;padding:5px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;border:1px solid #e7e2f6;border-radius:10px;background:#f3f1fa}.asset-view-tabs button{min-width:0;min-height:37px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#6b6880;border:0;border-radius:7px;background:transparent;cursor:pointer;font-size:11px;font-weight:800;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.asset-view-tabs button:hover{color:#39355a;background:#ffffffb8}.asset-view-tabs button.is-active{color:#241f3d;background:#fff;box-shadow:0 2px 9px #2b235317}.asset-view-tabs button span{min-width:20px;height:18px;display:inline-grid;place-items:center;padding:0 5px;border-radius:999px;background:#e8e6f4;color:#6b6880;font-size:9px;font-weight:900}.asset-view-tabs button.is-active span{background:#ece9ff;color:#4f46b8}.task-status-entry{min-width:0;margin:0 18px 11px;display:flex;align-items:center;gap:6px}.task-status-entry button{height:26px;padding:0 8px;display:inline-flex;align-items:center;gap:4px;color:#7a6bff;border:1px solid #ded8ff;border-radius:999px;background:#fff;cursor:pointer;font-size:10px;font-weight:800;white-space:nowrap}.task-status-entry button.is-active{color:#fff;border-color:#7a6bff;background:#7a6bff}.task-status-entry button.is-active span{color:#f0edff}.task-status-entry button span{color:#8c86a4}.task-status-return{color:#5f5c70!important;border-color:#ddd9e6!important;background:#fafafa!important}.task-list-heading{min-height:42px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:#9a97a8;background:#f8f7fc;font-size:10px}.task-list-heading span{font-weight:800}.task-list-heading small{font-size:9px}.task-list-update{min-height:34px;margin:8px 10px 0;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#4e46cc;border:1px solid #d9d5ff;border-radius:6px;background:#f7f6ff;cursor:pointer;font-size:10px;font-weight:800}.task-record-list{min-height:0;padding:8px 10px 18px;display:grid;align-content:start;gap:4px;overflow-y:auto}.task-record-row{min-width:0;min-height:70px;padding:4px 6px 4px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;color:var(--cj-ink);border:1px solid transparent;border-radius:8px;background:transparent}.task-record-row:hover{background:#faf9ff}.task-record-row.is-active{border-color:#9ebfff;background:#f1f6ff;box-shadow:inset 3px 0 #5e7cf3}.task-record-open{min-width:0;min-height:60px;padding:4px 0;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;color:inherit;background:transparent;cursor:pointer;text-align:left}.task-record-open>img,.task-record-open>.task-record-placeholder{width:38px;height:38px;object-fit:cover;border-radius:50%;background:#eceaf4}.task-record-avatar.is-fallback{padding:0;border:1px solid #e7e3f2;background:#f4f1fb}.task-record-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.task-record-type{display:inline-flex;align-items:center;gap:5px;color:#777487;font-size:9px}.task-record-type svg{color:#1bbf8b}.task-record-copy strong{overflow:hidden;color:#292736;font-size:11px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.task-record-category{overflow:hidden;color:#928ea4;font-size:9px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.task-record-open time{align-self:center;color:#aaa7b5;font-size:9px;white-space:nowrap}.task-record-favorite{width:26px;height:26px;display:grid;place-items:center;color:#b7b4c4;border-radius:50%;background:transparent;cursor:pointer}.task-record-favorite:hover{color:#ff5c7a;background:#fff0f3}.task-record-favorite:disabled{color:#c6c3d4;cursor:not-allowed;opacity:.68}.task-record-favorite:disabled:hover{color:#c6c3d4;background:transparent}.task-record-favorite.is-favorited{color:#ff3b5c}.task-record-favorite-toggle{padding:0 18px 8px}.task-record-favorite-toggle button{min-height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:#6b6879;border:1px solid #ded9f2;border-radius:16px;background:#fff;cursor:pointer;font-size:10px;font-weight:700}.task-record-favorite-toggle button.is-active{color:#ff3b5c;border-color:#ffc9d4;background:#fff0f3}.task-record-favorite-toggle button span{margin-left:2px;color:inherit;opacity:.7;font-size:9px}.task-category-chips{padding:0 18px 10px;display:flex;flex-wrap:wrap;gap:6px}.task-category-chips button{height:26px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;color:#6b6879;border:1px solid #e4e1f0;border-radius:13px;background:#fbfaff;cursor:pointer;font-size:10px;font-weight:700;white-space:nowrap}.task-category-chips button.is-active{color:#fff;border-color:var(--cj-indigo);background:var(--cj-indigo)}.task-category-chips button span{color:inherit;opacity:.75;font-size:9px}.task-record-empty{padding:44px 16px;display:grid;justify-items:center;gap:10px;color:#9996a7;text-align:center;font-size:11px}.task-record-empty button{color:var(--cj-indigo);background:transparent;cursor:pointer;font-size:10px;font-weight:800}.task-record-pagination{min-height:48px;padding:8px 12px;display:grid;grid-template-columns:30px minmax(82px,1fr) 30px auto;align-items:center;gap:6px;border-top:1px solid var(--cj-line);background:#fff}.task-record-pagination button{width:30px;height:30px;display:grid;place-items:center;color:#5f5b70;border:1px solid #dedbe8;border-radius:5px;background:#fff;cursor:pointer}.task-record-pagination button:disabled{color:#c5c2cf;background:#f7f6fa;cursor:default}.task-record-pagination>span{color:#777487;text-align:center;font-size:10px;white-space:nowrap}.task-record-pagination select{height:30px;padding:0 6px;color:#5f5b70;border:1px solid #dedbe8;border-radius:5px;background:#fff;font-size:10px}.task-record-preview{min-width:0;height:100%;overflow:auto;background:var(--cj-bg)}.task-record-empty-detail{min-height:100%;display:grid;place-items:center;color:#9996a7;font-size:12px}.video-analysis-detail.is-embedded{width:100%;max-width:none;min-height:100%;padding:0 18px 76px}.video-analysis-detail.is-embedded .detail-toolbar{top:0;min-height:82px}.embedded-task-heading{min-width:0;max-width:min(52%,620px);display:flex;align-items:center;gap:10px}.embedded-task-heading>div{min-width:0;display:flex;flex-direction:column;gap:5px}.embedded-task-heading strong{overflow:hidden;color:#272533;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.embedded-task-heading span{color:#8f8c9e;font-size:10px}.embedded-task-heading .task-detail-favorite{margin-left:auto}.task-detail-favorite{min-height:32px;padding:0 12px;display:inline-flex;align-items:center;gap:6px;color:#6b6879;border:1px solid #ddd9ee;border-radius:16px;background:#fff;cursor:pointer;font-size:11px;font-weight:700;white-space:nowrap}.task-detail-favorite:hover{color:#ff5c7a;border-color:#ffc9d4;background:#fff5f7}.task-detail-favorite:disabled{color:#9b98ac;border-color:#e8e5f4;background:#f8f7fc;cursor:not-allowed;opacity:.78}.task-detail-favorite:disabled:hover{color:#9b98ac;border-color:#e8e5f4;background:#f8f7fc}.task-detail-favorite.is-favorited{color:#ff3b5c;border-color:#ffc9d4;background:#fff0f3}.task-detail-favorite.is-primary{min-height:36px;padding:0 14px;color:#fff;border-color:#ff3b5c;background:#ff3b5c;font-size:12px;font-weight:900;box-shadow:0 9px 20px #ff3b5c2e}.task-detail-favorite.is-primary:hover{color:#fff;border-color:#e82f4e;background:#e82f4e}.source-summary .task-detail-favorite{width:100%;justify-content:center;margin-top:12px}.task-list-back{display:none;align-items:center;gap:5px;color:var(--cj-indigo);background:transparent;font-size:11px;font-weight:800}.video-analysis-detail.is-embedded .chuhaijiang-detail-layout{margin-top:14px}.detail-page{width:100%;padding:18px 24px 84px}.detail-toolbar{min-height:64px;padding:8px 0;display:flex;align-items:center;gap:18px;position:sticky;top:58px;z-index:35;border-bottom:1px solid var(--cj-line);background:#f8f7fff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.return-link{display:inline-flex;align-items:center;gap:7px;color:#5e5c70;background:transparent;cursor:pointer;font-size:12px;font-weight:700}.return-link:hover{color:var(--cj-indigo)}.detail-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.context-actions{display:flex;align-items:center;gap:8px}.context-actions:empty{display:none}.action-pill{color:#656377;text-decoration:none}.action-pill:hover{color:var(--cj-indigo);border-color:#d4cff9}.action-pill:disabled{opacity:.52;cursor:wait}.feishu-sync-control{display:inline-flex}.feishu-sync-menu{width:222px;margin:0;padding:6px;position:fixed;inset:auto;z-index:100;color:#373544;border:1px solid var(--cj-line);border-radius:8px;background:#fff;box-shadow:0 14px 36px #231f3e29}.feishu-sync-menu::backdrop{background:transparent}.feishu-sync-menu button,.feishu-sync-menu a{width:100%;min-height:38px;padding:0 10px;display:flex;align-items:center;gap:9px;color:inherit;border:0;border-radius:6px;background:transparent;font:inherit;font-size:12px;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.feishu-sync-menu button:hover,.feishu-sync-menu a:hover,.feishu-sync-menu button:focus-visible,.feishu-sync-menu a:focus-visible{color:var(--cj-indigo);background:#f5f2ff;outline:0}.feishu-sync-menu button:disabled{opacity:.52;cursor:wait}.result-tab{min-height:34px;padding:0 13px;border-color:transparent;color:#767389;background:transparent}.result-tab.is-active{color:#fff;border-color:#1f1d2a;background:#171621;box-shadow:inset 0 0 0 1px #55516e}.result-tab span{min-width:17px;height:17px;display:grid;place-items:center;color:#d4ccff;border-radius:10px;background:#ffffff26;font-size:9px}.chuhaijiang-detail-layout{width:100%;max-width:none;margin:20px 0 50px;display:grid;grid-template-columns:minmax(245px,320px) minmax(0,1fr);gap:16px;align-items:start}.detail-video-column{min-width:0;position:sticky;top:132px;max-height:calc(100vh - 144px);overflow-y:auto;scrollbar-width:none}.detail-video-column::-webkit-scrollbar{display:none}.floating-video-handle{display:none}.video-stage{aspect-ratio:9 / 14;max-height:615px;position:relative;overflow:hidden;border-radius:13px;background:#22202e;box-shadow:0 10px 22px #2a225d24;cursor:pointer}.video-stage>video{width:100%;height:100%;display:block;object-fit:cover}.video-playback-status,.video-playback-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;align-content:center;gap:10px;color:#fff;text-align:center;background:#181623db}.video-playback-status{pointer-events:none;color:#ffffffc7;font-size:12px}.video-playback-error{padding:20px;font-size:13px}.video-playback-error button{min-height:32px;padding:0 12px;border:1px solid rgba(255,255,255,.48);border-radius:6px;color:#fff;background:#ffffff1f;cursor:pointer;font-size:12px}.video-playback-error button:hover,.video-playback-error button:focus-visible{background:#ffffff38;outline:0}.video-control-shade{position:absolute;inset:auto 0 0;height:108px;pointer-events:none;background:linear-gradient(180deg,transparent,rgba(13,12,20,.62))}.video-controls{position:absolute;right:13px;bottom:27px;left:13px;display:flex;align-items:center;gap:10px;color:#fff;font-size:11px}.video-controls button{width:24px;height:24px;padding:0;display:grid;place-items:center;color:#fff;border-radius:50%;background:transparent;cursor:pointer}.video-controls button:hover,.video-controls button:focus-visible{background:#ffffff2e;outline:0}.video-controls span{margin-right:auto}.video-progress{width:auto;height:14px;margin:0;padding:0;position:absolute;right:13px;bottom:10px;left:13px;cursor:pointer;accent-color:#fff}.video-progress::-webkit-slider-runnable-track{height:3px;border-radius:3px;background:#ffffff61}.video-progress::-webkit-slider-thumb{width:11px;height:11px;margin-top:-4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000047}.video-progress::-moz-range-track{height:3px;border-radius:3px;background:#ffffff61}.video-progress::-moz-range-progress{height:3px;border-radius:3px;background:#fff}.video-progress::-moz-range-thumb{width:11px;height:11px;border:0;border-radius:50%;background:#fff}.video-duration{position:absolute;right:10px;top:10px;padding:4px 6px;color:#fff;border-radius:5px;background:#14131d99;font-size:10px}.mini-link{margin-top:7px;display:flex;justify-content:flex-end;align-items:center;gap:4px;color:var(--cj-indigo);font-size:10px}.source-summary{margin-top:13px;padding:13px 2px 4px;border-top:1px solid var(--cj-line)}.source-summary>span{color:#8e8b9e;font-size:11px}.source-summary h1{margin-top:10px;color:#312f42;font-size:15px;line-height:1.45}.source-summary .status-badge{margin-bottom:4px}.detail-video-column .metric-grid{margin:13px 0 0;padding:12px 0;border-color:var(--cj-line)}.detail-video-column .source-link{margin:13px 0 0;border-color:#ddd9ec;border-radius:8px;background:#fff}.detail-result-column{min-width:0;scroll-margin-top:132px}.detail-result-column>.result-stack{gap:12px}.result-section,.insight-panel{border-color:var(--cj-line);border-radius:14px;box-shadow:0 5px 14px #2d226909}.storyboard-card{padding:0;overflow:hidden}.storyboard-card-head{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--cj-line)}.storyboard-card .result-heading{gap:10px}.result-icon.indigo{color:var(--cj-indigo);background:#eeedff}.storyboard-card .result-heading p{color:#9794aa}.storyboard-card h2{font-size:15px}.source-tag{padding:4px 8px;color:#8f89c8;border-radius:6px;background:#f4f2ff;font-size:9px}.storyboard-card>h1{padding:21px 20px 0;color:#2c2a3d;font-size:20px;line-height:1.35}.storyboard-summary{padding:8px 20px 14px;color:#8b899b;font-size:12px;line-height:1.6}.storyboard-facts{padding:0 20px 18px}.storyboard-card>.recognition-details{margin-top:2px;padding:0 20px;border-top:1px solid var(--cj-line)}.storyboard-card>.recognition-details .result-heading{padding:14px 0 8px}.storyboard-card>.recognition-details .storyboard-facts{padding:0 0 12px}.fact-row{min-height:43px;padding:8px 0;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;border-top:1px solid #efedf6}.fact-row>span{color:#9693a5;font-size:11px}.fact-row>div{display:flex;flex-wrap:wrap;gap:6px}.fact-row b{padding:4px 8px;color:#656277;border:1px solid #ebe9f2;border-radius:12px;background:#fbfbfd;font-size:10px;font-weight:700}.fact-row b.green{color:#2b9b72;border-color:#c9eada;background:#eefaf4}.fact-row p{color:#565466;font-size:11px;line-height:1.55}.visual-subject-section,.analysis-storyboard-section{padding:20px}.visual-subject-list{margin-top:10px;display:grid}.visual-subject-list article{min-height:0;padding:9px 0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;border-top:1px solid #efedf6}.visual-subject-list article>span{align-self:start;padding:4px 8px;color:#5c7892;border-radius:8px;background:#eef6fb;text-align:center;font-size:10px}.visual-subject-list strong{font-size:12px;line-height:1.35}.visual-subject-list small{margin-left:7px;color:#8e8b9e;font-size:9px}.visual-subject-list p{display:-webkit-box;margin-top:3px;color:#777487;font-size:10px;line-height:1.45;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.analysis-shot-list{margin-top:16px;display:grid;gap:12px}.analysis-shot{padding:14px;border:1px solid #ebe9f2;border-radius:9px;background:#fdfdff}.analysis-shot header{display:flex;align-items:center;gap:9px}.analysis-shot header>span{width:30px;height:26px;display:grid;place-items:center;color:#5a50c8;border-radius:7px;background:#eeedff;font-size:10px;font-weight:800}.analysis-shot time{color:#8b889a;font-size:10px;font-weight:700}.analysis-shot header strong{font-size:12px}.analysis-shot-summary{margin-top:11px;color:#575466;font-size:11px;line-height:1.7}.analysis-shot-facts{margin-top:12px;display:grid;gap:5px}.analysis-shot-facts>div{min-height:32px;padding:7px 9px;display:grid;grid-template-columns:74px minmax(0,1fr);gap:9px;border-radius:6px;background:#f7f7fa}.analysis-shot-facts dt{color:#9996a6;font-size:10px}.analysis-shot-facts dd{margin:0;color:#504d5f;font-size:10px;line-height:1.55}.bilingual-copy{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bilingual-copy>div{padding:10px;border:1px solid #efedf5;border-radius:7px;background:#fff}.bilingual-copy span{color:#888598;font-size:9px;font-weight:800}.bilingual-copy p{margin-top:6px;color:#514e5f;font-size:10px;line-height:1.7}.result-pair{gap:12px}.result-section.compact{min-height:150px}.next-step-strip{border-color:#ded8ff;border-radius:12px;background:#f7f5ff}.next-step-strip strong{color:#5047bd}.next-step-strip span{color:#7d7996}.detail-bottom-actions{margin-top:12px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.download-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border:1px solid #dedbea;border-radius:9px;color:#636074;background:#fff;cursor:pointer;font-size:11px;font-weight:700}.download-button:hover{color:var(--cj-indigo);border-color:#c7c0fb}.toast{position:fixed;right:24px;bottom:24px;z-index:80;padding:10px 14px;display:inline-flex;align-items:center;gap:7px;color:#fff;border-radius:9px;background:#2d2942;box-shadow:0 10px 25px #14112c33;font-size:12px}.chuhaijiang-insight-result{scroll-margin-top:132px}.insight-panel{position:relative;isolation:isolate;overflow:visible;background:#fff}.insight-toolbar{min-height:54px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;z-index:20;border-bottom:1px solid var(--cj-line);background:#fff;box-shadow:0 1px 0 var(--cj-line)}.insight-tabs{min-width:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.insight-tabs::-webkit-scrollbar{display:none}.insight-tabs button{min-height:30px;position:relative;padding:0 10px;flex:0 0 auto;color:#757286;border-radius:15px;background:transparent;cursor:pointer;font-size:11px}.insight-tabs button:hover{color:#5149c3;background:#f4f2ff}.insight-tabs button.is-active{color:#fff;background:var(--cj-indigo);font-weight:800}.insight-tools{display:inline-flex;align-items:center;gap:5px;color:#9b98aa;flex:0 0 auto;font-size:10px}.insight-body{max-height:none;padding:0 26px 34px;overflow:visible;container-type:inline-size}.deep-report-document{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:0}.deep-report-anchor-section{min-width:0;padding:34px 0;scroll-margin-top:54px;border-bottom:1px solid #e8e6ee}.deep-report-anchor-section:last-child{padding-bottom:12px;border-bottom:0}.deep-report-section{color:#4f4c5e;background:#fff}.deep-report-header,.deep-report-groups,.source-fact-list,.source-metric-grid,.deep-evidence-note,.deep-executable-framework,.deep-executable-actions,.validation-table-frame{width:100%;max-width:none}.deep-report-header{padding-bottom:22px;border-bottom:1px solid #ebe9f0}.deep-report-header>p{color:var(--cj-indigo);font-size:11px;font-weight:800}.deep-report-header h2{margin-top:7px;color:#242230;font-size:20px;font-weight:800}.deep-report-header>span{max-width:920px;margin-top:11px;display:block;color:#666274;font-size:13px;line-height:1.85}.video-information-summary{margin-top:20px;color:#555263;font-size:13px;line-height:1.9}.video-information-summary strong{color:#302d3e;font-weight:750}.deep-report-groups section{padding:22px 0;border-bottom:1px solid #efedf3}.deep-report-groups section.is-source-target{margin:0 -12px;padding-right:12px;padding-left:12px;background:#f4f2ff;box-shadow:inset 3px 0 0 var(--cj-indigo)}.deep-report-groups section:last-child{border-bottom:0}.deep-report-groups small{color:#9894a5;font-size:10px;font-weight:700}.deep-report-groups h3{margin-top:6px;color:#302d3e;font-size:16px;font-weight:800}.deep-report-groups p{margin-top:10px;color:#555263;font-size:13px;line-height:1.9}.source-fact-list{margin:0}.source-fact-list>div{min-height:54px;padding:12px 0;display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:18px;border-bottom:1px solid #efedf3}.source-fact-list dt{color:#918d9f;font-size:12px}.source-fact-list dd{margin:0;color:#343142;font-size:13px;font-weight:650;line-height:1.6;overflow-wrap:anywhere}.source-metric-grid{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #e5e2eb}.source-metric-grid div{min-height:76px;padding:14px 16px;display:flex;flex-direction:column;justify-content:center;gap:7px;border-right:1px solid #e5e2eb;border-bottom:1px solid #e5e2eb}.source-metric-grid div:nth-child(3n){border-right:0}.source-metric-grid div:nth-last-child(-n+3){border-bottom:0}.source-metric-grid span{color:#9692a3;font-size:10px}.source-metric-grid strong{color:#363344;font-size:14px}.deep-evidence-note{margin-top:22px;padding:14px 16px;border-left:3px solid #8076e8;background:#f8f7fd}.deep-evidence-note strong{color:#454152;font-size:12px}.deep-evidence-note p{margin-top:5px;color:#696577;font-size:12px;line-height:1.75}.deep-executable-framework{margin-top:22px;padding:17px 20px;border-left:4px solid #16b5d1;border-radius:0 9px 9px 0;background:#f0fafb}.deep-executable-framework small{color:#168ba0;font-size:10px;font-weight:800}.deep-executable-framework p{max-width:1180px;margin-top:7px;color:#465466;font-size:13px;font-weight:600;line-height:1.9}.deep-executable-actions{margin-top:24px}.deep-executable-actions>h3{color:#292735;font-size:15px}.deep-action-list{margin:10px 0 0;list-style:none}.deep-action-list li{min-height:72px;padding:17px 0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:13px;border-bottom:1px solid #efedf3}.deep-action-list li>span{color:var(--cj-indigo);font-size:12px;font-weight:800;font-variant-numeric:tabular-nums}.deep-action-list li strong{color:#343142;font-size:13px}.deep-action-list li p{margin-top:4px;color:#5f5b6e;font-size:12px;line-height:1.8}.validation-table-frame{margin-top:22px;overflow:auto;border:1px solid #dfdce6}.validation-table{width:100%;min-width:680px;border-collapse:collapse;table-layout:fixed;color:#4f4c5e;font-size:12px;line-height:1.65}.validation-table th,.validation-table td{padding:13px 12px;border-right:1px solid #e8e5ec;border-bottom:1px solid #e8e5ec;text-align:left;vertical-align:top}.validation-table th:last-child,.validation-table td:last-child{border-right:0}.validation-table tbody tr:last-child td{border-bottom:0}.validation-table th{color:#363344;background:#faf9fc;font-size:11px;font-weight:800}.validation-table th:nth-child(1){width:21%}.validation-table th:nth-child(2){width:20%}.validation-table th:nth-child(3){width:18%}.validation-table td span{padding:3px 7px;display:inline-flex;border-radius:4px;font-size:10px;font-weight:800;white-space:nowrap}.validation-table .is-pending{color:#8a6810;background:#fff7d9}.validation-table .is-unverified{color:#a54c54;background:#fff0f1}.validation-table .is-observed{color:#28745f;background:#eaf8f2}.deep-shot-analysis{background:#fff}.deep-shot-heading{min-height:56px;display:flex;align-items:flex-start}.deep-shot-heading h2{margin-top:0;color:#242230;font-size:20px;font-weight:800}.deep-shot-table-frame{max-width:100%;overflow:auto;border:1px solid #dedde5;outline:none}.deep-shot-table-frame:focus-visible{box-shadow:inset 0 0 0 3px #534bdc2e}.deep-shot-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:fixed;color:#4e4b5d;font-size:13px;line-height:1.72}.deep-shot-table th,.deep-shot-table td{padding:15px 14px;border-right:1px solid #dedde5;border-bottom:1px solid #dedde5;text-align:left;vertical-align:top;overflow-wrap:break-word;word-break:normal}.deep-shot-table th:last-child,.deep-shot-table td:last-child{border-right:0}.deep-shot-table tbody tr:last-child td{border-bottom:0}.deep-shot-table th{height:58px;color:#242230;background:#fff;font-size:13px;font-weight:800;vertical-align:middle;white-space:nowrap}.deep-shot-table col:nth-child(1){width:170px}.deep-shot-table col:nth-child(2){width:100px}.deep-shot-table col:nth-child(3){width:230px}.deep-shot-table col:nth-child(4){width:180px}.deep-shot-table col:nth-child(5){width:190px}.deep-shot-table col:nth-child(6){width:180px}.deep-shot-table col:nth-child(7){width:130px}.deep-shot-table th:nth-child(1){width:170px}.deep-shot-table th:nth-child(2){width:100px}.deep-shot-table th:nth-child(3){width:230px}.deep-shot-table th:nth-child(4){width:180px}.deep-shot-table th:nth-child(5){width:190px}.deep-shot-table th:nth-child(6){width:180px}.deep-shot-table th:nth-child(7){width:130px}.deep-shot-table td{min-height:128px}.deep-shot-table td strong{color:#242230;font-size:13px}.deep-shot-table time,.deep-shot-id{color:#555263;font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.deep-shot-table tbody tr:nth-child(odd){background:#fbfbfc}.deep-shot-table tbody tr:hover{background:#f8f7fc}.deep-shot-table tbody tr{cursor:pointer}.deep-shot-id{margin-top:6px;display:block;color:#7b7590;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:500}.deep-shot-source-link{margin-top:8px;padding:0;display:block;color:#655cc4;border:0;background:transparent;cursor:pointer;font-size:10px;font-weight:700}.deep-source-reference{color:#756db8!important;font-size:11px!important}.deep-shot-table tbody tr.is-source-target{background:#f1efff;box-shadow:inset 3px 0 0 var(--cj-indigo)}.research-empty,.research-generating{min-height:460px;padding:54px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--cj-line);border-radius:14px;background:#fff;box-shadow:0 5px 14px #2d226909}.research-empty>p:not(.eyebrow),.research-generating>p:not(.eyebrow){max-width:540px;margin-top:10px;color:#77748a;font-size:12px;line-height:1.75}.research-empty h2,.research-generating h2{margin-top:8px;color:#302e40;font-size:20px}.research-empty .button{margin-top:22px}.research-empty>small{margin-top:12px;color:#a19eae;font-size:9px}.research-value-list{width:min(100%,580px);margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.research-value-list span{min-height:54px;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;color:#605d73;border:1px solid #ebe8f5;border-radius:9px;background:#faf9ff;font-size:10px;line-height:1.45}.research-value-list svg{flex:0 0 auto;color:var(--cj-indigo)}.research-generating>svg{color:var(--cj-indigo);animation:spin 1.1s linear infinite}.research-stage-list{width:min(100%,560px);margin-top:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #ebe8f5;border-radius:10px;overflow:hidden}.research-stage-list span{min-height:44px;padding:8px 6px;display:grid;place-items:center;color:#aaa6b7;background:#fbfafd;border-right:1px solid #ebe8f5;font-size:10px}.research-stage-list span:last-child{border-right:0}.research-stage-list .is-done{color:#288569;background:#eef9f4}.research-stage-list .is-active{color:var(--cj-indigo);background:#f1efff;font-weight:800}.report-delivery-bar,.script-meta-bar{border-color:var(--cj-line);border-radius:12px;box-shadow:0 5px 14px #2d226909}.report-delivery-bar{min-height:74px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff}.report-delivery-bar>div:first-child{min-width:0;display:flex;align-items:center;gap:11px}.report-delivery-bar>div:first-child>div{min-width:0;display:flex;flex-direction:column;gap:4px}.report-delivery-bar strong{color:#343143;font-size:12px}.report-delivery-bar small{color:#8e8a9d;font-size:9px;line-height:1.45}.strategy-composer{padding-top:24px;border-top:1px solid #e6e2f2;background:#fff}.insight-body .strategy-composer{width:100%;max-width:none;margin-top:26px}.strategy-composer-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.strategy-composer-copy h2{margin-top:4px;color:#302d42;font-size:17px}.strategy-composer-copy>p:last-child{max-width:540px;margin-top:7px;color:#77738a;font-size:11px;line-height:1.65}.reuse-grid{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.reuse-card{min-width:0;padding:14px;border:1px solid #e3dff2;border-radius:8px;background:#fff}.reuse-card.is-selected{border-color:#c7c0f8;background:#f8f7ff;box-shadow:inset 0 0 0 1px #e1ddff}.reuse-card-check{min-height:24px;display:flex;align-items:center;gap:8px;color:#4f4b60;cursor:pointer;font-size:13px;font-weight:800}.reuse-card-check em{margin-left:auto;padding:2px 6px;color:#6358cf;border-radius:4px;background:#ebe8ff;font-size:9px;font-style:normal}.reuse-card>p{min-height:42px;margin-top:8px;color:#696577;font-size:11px;line-height:1.7}.reuse-grid input{width:14px;height:14px;margin:0;accent-color:var(--cj-indigo)}.reuse-sources{margin-top:10px;padding-top:9px;display:flex;align-items:center;flex-wrap:wrap;gap:5px;border-top:1px solid #ebe8f2}.reuse-sources>small{width:100%;color:#9691a3;font-size:9px;font-weight:700}.reuse-sources button{max-width:100%;min-height:26px;padding:4px 7px;color:#6259bd;border:1px solid #ddd8fb;border-radius:5px;background:#fff;cursor:pointer;font-size:9px;line-height:1.35;text-align:left;overflow-wrap:anywhere}.reuse-sources button:hover{color:#473db5;border-color:#bdb4f3;background:#f5f3ff}.reuse-sources button strong{font-weight:800}.strategy-product-step{width:100%;max-width:none;padding-top:24px;border-top:1px solid #e6e2f2}.strategy-step-back{min-height:32px;padding:0;display:inline-flex;align-items:center;gap:6px;color:#655cc4;background:transparent;cursor:pointer;font-size:11px;font-weight:750}.strategy-product-heading{margin-top:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.strategy-product-heading h2{margin-top:4px;color:#302d42;font-size:19px}.strategy-product-heading p:last-child{max-width:570px;margin-top:7px;color:#77738a;font-size:12px;line-height:1.65}.strategy-product-heading>span{padding:6px 9px;flex:0 0 auto;color:#5c53c0;border-radius:6px;background:#efedff;font-size:10px;font-weight:750}.strategy-product-form{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px}.strategy-product-form label{min-width:0;display:flex;flex-direction:column;gap:7px;color:#5c586b;font-size:11px;font-weight:750}.strategy-product-form input,.strategy-product-form textarea,.strategy-product-form select{width:100%;min-height:42px;padding:9px 11px;color:#343142;border:1px solid #dedbe8;border-radius:7px;outline:0;background:#fff;font:inherit;font-weight:500;line-height:1.5}.strategy-product-form textarea{min-height:92px;resize:vertical}.strategy-product-form input:focus,.strategy-product-form textarea:focus,.strategy-product-form select:focus{border-color:#958bed;box-shadow:0 0 0 3px #665acd1a}.strategy-product-actions{grid-column:1 / -1;padding-top:13px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #ebe8f2}.strategy-product-actions p{color:#8b8799;font-size:10px}.strategy-summary-panel,.strategy-application-panel{border:1px solid var(--cj-line);border-radius:10px;background:#fff}.strategy-summary-panel{padding:18px}.strategy-summary-panel header p,.strategy-deliverable-heading>p{color:#e75c48;font-size:10px;font-weight:800;text-transform:uppercase}.strategy-summary-panel header h2,.strategy-deliverable-heading h2{margin-top:3px;color:#302d42;font-size:18px}.strategy-summary-panel header span,.strategy-deliverable-heading span{display:block;margin-top:5px;color:#898596;font-size:11px;line-height:1.55}.strategy-summary-panel dl{margin:16px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #ebe8f2;border-left:1px solid #ebe8f2}.strategy-summary-panel dl>div{min-height:82px;padding:12px;border-right:1px solid #ebe8f2;border-bottom:1px solid #ebe8f2}.strategy-summary-panel dt{color:#9893a4;font-size:10px}.strategy-summary-panel dd{margin:7px 0 0;color:#454153;font-size:12px;font-weight:650;line-height:1.55;overflow-wrap:anywhere}.strategy-application-panel{padding:18px}.strategy-application-list{margin-top:14px;border-top:1px solid #e8e5ef}.strategy-application-list article{padding:13px 0;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:10px 22px;border-bottom:1px solid #e8e5ef}.strategy-application-list article>div{min-width:0}.strategy-application-list small{display:block;color:#9994a5;font-size:9px;font-weight:750}.strategy-application-list strong{display:block;margin-top:4px;color:#4b465b;font-size:12px}.strategy-application-list p{margin-top:5px;color:#676274;font-size:11px;line-height:1.65}.strategy-application-list footer{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:5px}.strategy-application-list footer span{padding:3px 6px;color:#6259bd;border-radius:4px;background:#f0eeff;font-size:9px}.strategy-deliverable-heading{padding:8px 2px 2px}.script-switcher{padding:5px;display:flex;gap:5px;border:1px solid var(--cj-line);border-radius:11px;background:#eeecf8}.script-back-link{width:max-content;min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:#5b52c9;border:1px solid #ddd9f7;border-radius:8px;background:#fff;cursor:pointer;font-size:12px;font-weight:700}.script-back-link:hover{border-color:#bdb5ef;background:#f8f7ff}.script-switcher button{min-height:40px;padding:5px 13px;display:flex;align-items:center;gap:8px;color:#777387;border-radius:8px;background:transparent;cursor:pointer;font-size:10px;font-weight:700}.script-switcher button[aria-selected=true]{color:#4e45c4;background:#fff;box-shadow:0 2px 8px #2d226914}.script-switcher small{padding:2px 5px;color:#9691aa;border-radius:5px;background:#5047c514;font-size:8px}.script-source-strip{min-height:50px;padding:9px 14px;display:flex;align-items:center;flex-wrap:wrap;gap:7px;border:1px solid #d8e9e2;border-radius:11px;background:#f3faf7}.script-source-strip strong{margin-right:2px;color:#327c65;font-size:10px}.script-source-strip span{padding:4px 8px;color:#30765f;border:1px solid #cbe4da;border-radius:12px;background:#fff;font-size:9px}.script-source-strip>small{margin-left:auto;color:#789087;font-size:9px}.script-source-strip .script-evidence-chip{padding:7px 9px;display:inline-flex;flex-direction:column;gap:3px;border-radius:7px}.script-evidence-chip b{font-size:10px}.script-source-strip .script-evidence-chip small{margin:0;color:#668477;font-size:8px;line-height:1.45}@container (min-width: 960px){.deep-report-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.deep-report-groups section{min-width:0}.deep-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px}.deep-action-list li{min-width:0;padding-right:16px}}.deep-report-document .deep-report-groups,.deep-report-document .deep-action-list{display:block}.video-analysis-detail.is-deep-insight .chuhaijiang-detail-layout{min-width:936px;grid-template-columns:minmax(280px,300px) minmax(640px,1fr);align-items:start}.video-analysis-detail.is-deep-insight .detail-video-column{width:auto;min-width:0;position:sticky;top:138px;right:auto;bottom:auto;z-index:10;max-height:calc(100vh - 158px);overflow:auto}.video-analysis-detail.is-deep-insight .floating-video-handle{width:100%;height:34px;padding:0 12px;display:none;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px 12px 0 0;color:#f5f3ff;background:#211f2d;box-shadow:0 10px 28px #1c183433;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.video-analysis-detail.is-deep-insight .floating-video-handle:hover,.video-analysis-detail.is-deep-insight .floating-video-handle:focus-visible{color:#fff;background:#312e43;outline:2px solid #7d6cff;outline-offset:-2px}.video-analysis-detail.is-deep-insight .floating-video-handle:active{cursor:grabbing}.video-analysis-detail.is-deep-insight .detail-video-column .video-stage{width:100%;max-height:min(54vh,472px);border-radius:12px;box-shadow:0 10px 28px #1c183424;cursor:pointer;touch-action:auto;-webkit-user-select:auto;user-select:auto}.video-analysis-detail.is-deep-insight .detail-video-column .video-stage:active{cursor:pointer}.video-analysis-detail.is-deep-insight .detail-video-column .video-controls{cursor:default;touch-action:auto}.video-analysis-detail.is-deep-insight .detail-video-column .video-progress{touch-action:auto}.video-analysis-detail.is-deep-insight .detail-result-column{width:100%;min-width:0;max-height:calc(100vh - 138px);overflow:auto;overscroll-behavior:contain}.video-analysis-detail.is-deep-insight .insight-panel{min-width:0}@media(max-width:1000px){.topbar{padding-left:112px}.app-sidebar{width:96px}.app-content{margin-left:96px}.chuhaijiang-page{padding-right:22px;padding-left:22px}.top-actions .partner-pill,.top-actions .top-pill{display:none}.chuhaijiang-detail-layout{grid-template-columns:minmax(210px,270px) minmax(0,1fr)}.video-analysis-detail.is-deep-insight .chuhaijiang-detail-layout{min-width:900px;grid-template-columns:minmax(250px,270px) minmax(640px,1fr)}.detail-actions{gap:4px}.action-pill,.result-tab{padding:0 8px}.strategy-composer .button{width:max-content}}@media(max-width:760px){.topbar{height:56px;padding:0 12px}.mobile-menu{display:grid}.top-brand{font-size:14px}.top-brand .brand-orbit{width:27px;height:27px}.crumbs{font-size:11px}.top-actions{gap:5px}.top-actions .upgrade-pill{display:none}.app-sidebar{width:220px;top:56px;transform:translate(-101%);transition:transform .2s ease;box-shadow:12px 0 30px #231a541f}.mobile-nav-open .app-sidebar{transform:translate(0)}.app-content{margin-left:0}.chuhaijiang-page{padding:22px 14px 58px}.analysis-hero{padding-top:12px}.analysis-hero .eyebrow{display:none}.analysis-hero h1{max-width:220px;margin:17px auto 0;font-size:31px}.hero-subtitle{max-width:240px;margin-right:auto;margin-left:auto;font-size:13px;line-height:1.6}.analysis-search{height:48px;margin-top:22px;padding-left:12px}.analysis-search input{font-size:11px}.analysis-search button{padding:0 10px;font-size:11px}.analysis-search button svg{display:none}.task-records-workspace{height:calc(100vh - 56px);display:block;overflow:hidden}.task-records-panel{width:100%;border-right:0}.task-records-workspace.mobile-detail-open .task-records-panel{display:none}.task-records-workspace:not(.mobile-detail-open) .task-record-preview{display:none}.task-record-preview{width:100%;height:100%}.task-record-search{margin-top:14px}.task-record-row{grid-template-columns:minmax(0,1fr) auto}.task-record-open{grid-template-columns:38px minmax(0,1fr)}.task-record-open time{display:none}.video-analysis-detail.is-embedded{padding:0 14px 58px}.video-analysis-detail.is-embedded .detail-toolbar{top:0;min-height:auto}.embedded-task-heading{max-width:none;align-items:flex-start}.task-list-back{display:inline-flex;flex:0 0 auto;margin-top:1px}.embedded-task-heading strong{font-size:12px}.video-analysis-detail.is-embedded .detail-actions{margin-top:10px}.detail-page{padding-top:11px}.detail-toolbar{display:block;top:56px}.video-analysis-detail.is-deep-insight .detail-toolbar{position:static}.return-link{margin-bottom:10px}.detail-actions{width:100%;margin-left:0;flex-wrap:wrap;overflow-x:visible;padding-bottom:3px}.detail-actions .context-actions{width:100%;flex-wrap:wrap}.detail-actions .action-pill{flex:0 0 auto}.chuhaijiang-detail-layout{grid-template-columns:1fr;margin-top:15px}.video-analysis-detail.is-deep-insight .chuhaijiang-detail-layout{grid-template-columns:minmax(0,1fr)}.video-analysis-detail.is-deep-insight .chuhaijiang-detail-layout{min-width:0}.detail-video-column{position:static;top:auto;max-height:none;overflow:visible}.video-analysis-detail.is-deep-insight .detail-video-column{width:auto;min-width:0;position:static;right:auto;bottom:auto;top:auto;z-index:auto;max-height:none;overflow:visible}.video-analysis-detail.is-deep-insight .detail-result-column{max-height:none;overflow:visible}.video-analysis-detail.is-deep-insight .floating-video-handle{display:none}.video-analysis-detail.is-deep-insight .detail-video-column .video-stage{width:min(100%,300px);max-height:615px;border-radius:13px;cursor:pointer;touch-action:auto;-webkit-user-select:auto;user-select:auto}.video-analysis-detail.is-deep-insight .detail-video-column .mini-link,.video-analysis-detail.is-deep-insight .detail-video-column .source-summary,.video-analysis-detail.is-deep-insight .detail-video-column .metric-grid,.video-analysis-detail.is-deep-insight .detail-video-column .source-link{display:flex}.video-analysis-detail.is-deep-insight .detail-video-column .source-summary{display:block}.video-stage{width:min(100%,300px);margin:0 auto}.source-summary,.detail-video-column .metric-grid,.detail-video-column .source-link{max-width:420px;width:100%;margin-right:auto;margin-left:auto}.detail-result-column{margin-top:10px}.storyboard-card>h1{font-size:17px}.storyboard-card-head,.storyboard-facts{padding-right:15px;padding-left:15px}.fact-row{grid-template-columns:67px minmax(0,1fr)}.visual-subject-section,.analysis-storyboard-section{padding:15px}.visual-subject-list article{grid-template-columns:56px minmax(0,1fr)}.bilingual-copy{grid-template-columns:1fr}.analysis-shot-facts>div{grid-template-columns:64px minmax(0,1fr)}.result-pair{grid-template-columns:1fr}.next-step-strip{align-items:flex-start;flex-direction:column}.next-step-strip>div:last-child{width:100%}.next-step-strip button{flex:1;min-width:0;padding:0 8px;font-size:11px}.insight-toolbar{padding:0 12px;position:static}.insight-tabs{gap:15px}.insight-body{padding:0 15px 22px}.deep-report-anchor-section{padding:26px 0;scroll-margin-top:224px}.deep-shot-heading{min-height:56px}.deep-shot-heading h2{font-size:18px}.deep-shot-table{min-width:0;display:block}.deep-shot-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.deep-shot-table tbody,.deep-shot-table tr,.deep-shot-table td{display:block;width:100%}.deep-shot-table tr{padding:8px 14px;border-bottom:1px solid #e8e6ef}.deep-shot-table tbody tr:last-child{border-bottom:0}.deep-shot-table td{padding:8px 0 8px 96px;position:relative;border:0;min-height:34px}.deep-shot-table td:before{content:attr(data-label);position:absolute;top:8px;left:0;width:82px;color:#918da1;font-size:11px;font-weight:700}.deep-shot-table tbody tr:hover{background:transparent}.source-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-metric-grid div:nth-child(3n){border-right:1px solid #e5e2eb}.source-metric-grid div:nth-child(2n){border-right:0}.source-metric-grid div:nth-last-child(-n+3){border-bottom:1px solid #e5e2eb}.source-metric-grid div:nth-last-child(-n+2){border-bottom:0}.source-fact-list>div{grid-template-columns:92px minmax(0,1fr);gap:12px}.research-empty,.research-generating{min-height:430px;padding:42px 18px}.research-value-list{grid-template-columns:1fr}.research-value-list span{min-height:42px;justify-content:flex-start}.research-stage-list{grid-template-columns:1fr}.research-stage-list span{min-height:38px;border-right:0;border-bottom:1px solid #ebe8f5}.research-stage-list span:last-child{border-bottom:0}.report-delivery-bar,.script-meta-bar{align-items:stretch;flex-direction:column}.context-actions{flex:0 0 auto}.reuse-grid{grid-template-columns:1fr}.strategy-composer{padding-top:18px}.strategy-composer-header{align-items:stretch;flex-direction:column}.strategy-composer .button{width:100%}.strategy-product-heading,.strategy-product-actions{align-items:stretch;flex-direction:column}.strategy-product-heading>span{width:max-content}.strategy-product-form{grid-template-columns:1fr}.strategy-product-actions .button{width:100%}.strategy-summary-panel dl{grid-template-columns:1fr}.strategy-summary-panel dl>div{min-height:68px}.strategy-application-list article{grid-template-columns:1fr;gap:9px}.strategy-application-list footer{grid-column:1}.script-switcher{overflow-x:auto}.script-switcher button{flex:0 0 auto}.script-source-strip>small{width:100%;margin-left:0}.detail-bottom-actions{margin-top:10px}}.video-analysis-detail{--detail-text-sm: 12px;--detail-text: 13px;--detail-text-lg: 14px;--detail-title: 17px;--detail-heading: 22px}.video-analysis-detail .return-link,.video-analysis-detail .action-pill,.video-analysis-detail .result-tab,.video-analysis-detail .download-button{font-size:var(--detail-text-sm)}.video-analysis-detail .video-controls,.video-analysis-detail .mini-link,.video-analysis-detail .status-badge,.video-analysis-detail .source-summary>span,.video-analysis-detail .metric-grid dt,.video-analysis-detail .result-heading p,.video-analysis-detail .source-tag,.video-analysis-detail .fact-row>span,.video-analysis-detail .fact-row b,.video-analysis-detail .visual-subject-list article>span,.video-analysis-detail .visual-subject-list small,.video-analysis-detail .analysis-shot header>span,.video-analysis-detail .analysis-shot time,.video-analysis-detail .analysis-shot-facts dt,.video-analysis-detail .bilingual-copy span{font-size:var(--detail-text-sm)}.video-analysis-detail .source-summary h1,.video-analysis-detail .storyboard-card h2{font-size:var(--detail-title)}.video-analysis-detail .storyboard-card>h1{font-size:var(--detail-heading)}.video-analysis-detail .storyboard-summary,.video-analysis-detail .visual-subject-list strong,.video-analysis-detail .analysis-shot header strong{font-size:var(--detail-text-lg)}.video-analysis-detail .fact-row p,.video-analysis-detail .visual-subject-list p,.video-analysis-detail .analysis-shot-summary,.video-analysis-detail .analysis-shot-facts dd,.video-analysis-detail .bilingual-copy p{font-size:var(--detail-text)}.video-analysis-detail .metric-grid dd{font-size:16px}.video-analysis-detail .source-link{font-size:var(--detail-text)}.video-analysis-detail .result-heading h2{font-size:18px}.video-analysis-detail .lead-result{font-size:15px}.video-analysis-detail .next-step-strip span,.video-analysis-detail .evidence-boundary p{font-size:var(--detail-text-sm)}.video-analysis-detail .opportunity-list p,.video-analysis-detail .evidence-boundary strong{font-size:var(--detail-text)}.video-analysis-detail .result-section.compact>p,.video-analysis-detail .next-step-strip strong{font-size:var(--detail-text-lg)}.video-analysis-detail .insight-tabs button{font-size:var(--detail-text)}.video-analysis-detail .insight-tools{font-size:var(--detail-text-sm)}.video-analysis-detail .insight-copy-block h2,.video-analysis-detail .insight-callout h2{font-size:18px}.video-analysis-detail .insight-copy-block p,.video-analysis-detail .insight-callout p,.video-analysis-detail .research-empty>p:not(.eyebrow),.video-analysis-detail .research-generating>p:not(.eyebrow){font-size:var(--detail-text-lg)}.video-analysis-detail .research-empty h2,.video-analysis-detail .research-generating h2{font-size:var(--detail-heading)}.video-analysis-detail .research-empty>small,.video-analysis-detail .research-value-list span,.video-analysis-detail .research-stage-list span,.video-analysis-detail .report-delivery-bar small,.video-analysis-detail .strategy-composer-copy>p:last-child,.video-analysis-detail .reuse-card>p{font-size:var(--detail-text-sm)}.video-analysis-detail .reuse-card-check{font-size:var(--detail-text)}.video-analysis-detail .reuse-sources button{font-size:11px}.video-analysis-detail .report-delivery-bar strong,.video-analysis-detail .script-meta-bar strong{font-size:var(--detail-text-lg)}.video-analysis-detail .report-actions .button,.video-analysis-detail .script-actions .button,.video-analysis-detail .script-switcher button{font-size:var(--detail-text-sm)}.video-analysis-detail .strategy-composer-copy h2{font-size:19px}.video-analysis-detail .deep-executable-framework p,.video-analysis-detail .deep-action-list li p{font-size:var(--detail-text)}.video-analysis-detail .deep-executable-actions>h3,.video-analysis-detail .deep-action-list li strong{font-size:var(--detail-text-lg)}.video-analysis-detail .strategy-product-heading p:last-child,.video-analysis-detail .strategy-summary-panel header span,.video-analysis-detail .strategy-deliverable-heading span,.video-analysis-detail .strategy-application-list p{font-size:var(--detail-text-sm)}.video-analysis-detail .strategy-product-form label,.video-analysis-detail .strategy-summary-panel dd,.video-analysis-detail .strategy-application-list strong{font-size:var(--detail-text)}.video-analysis-detail .script-switcher small,.video-analysis-detail .script-source-strip span,.video-analysis-detail .script-source-strip small{font-size:11px}.video-analysis-detail .script-source-strip strong,.video-analysis-detail .script-meta-bar small,.video-analysis-detail .editor-field,.video-analysis-detail .shot-row header span,.video-analysis-detail .editor-field input,.video-analysis-detail .editor-field textarea,.video-analysis-detail .shot-row header input{font-size:var(--detail-text)}.video-analysis-detail .strategy-script-result{--script-field-text: 14px;--script-copy-text: 15px;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,sans-serif;letter-spacing:0}.video-analysis-detail .strategy-script-result .script-meta-bar strong{font-size:16px;font-weight:750;line-height:1.4}.video-analysis-detail .strategy-script-result .script-meta-bar small{font-size:12px;line-height:1.5}.video-analysis-detail .strategy-script-result .result-heading h2,.video-analysis-detail .strategy-script-result .strategy-deliverable-heading h2{font-size:20px;line-height:1.35}.video-analysis-detail .strategy-script-result .editor-field{font-size:13px;line-height:1.4}.video-analysis-detail .strategy-script-result .editor-field input,.video-analysis-detail .strategy-script-result .editor-field textarea,.video-analysis-detail .strategy-script-result .shot-row header input{font-size:var(--script-field-text);font-weight:450}.video-analysis-detail .strategy-script-result .editor-field textarea{line-height:1.7}.video-analysis-detail .strategy-script-result .bilingual-voiceover>header{color:#4e5963;font-size:13px;line-height:1.4}.video-analysis-detail .strategy-script-result .bilingual-voiceover>header small{color:#7d8892;font-size:12px;font-weight:600}.video-analysis-detail .strategy-script-result .bilingual-script-body{border-color:#d9e0e5;background:#fff}.video-analysis-detail .strategy-script-result .bilingual-script-pane{gap:8px;padding:14px 16px}.video-analysis-detail .strategy-script-result .bilingual-script-pane>span{color:#74808a;font-size:12px;line-height:1.4}.video-analysis-detail .strategy-script-result .bilingual-script-pane textarea{min-height:168px;color:#222a30;font-size:var(--script-copy-text);font-weight:400;line-height:1.75;letter-spacing:0}.video-analysis-detail .strategy-script-result .bilingual-script-pane.is-original textarea{color:#20272d;font-style:italic}.video-analysis-detail .strategy-script-result .bilingual-script-pane.is-translation textarea{color:#5f6d79}.app-content{min-height:calc(100vh - 58px)}.analysis-help{color:#686477;font-size:13px;line-height:1.7;margin-top:14px}.analysis-hero>.analysis-help{max-width:780px;margin:14px auto 0}.analysis-search button:disabled{opacity:.65;cursor:wait}.result-tabs{display:flex;align-items:center;gap:8px}.task-filter-help{padding:8px 18px;color:#686477;font-size:11px;line-height:1.6}.task-record-open{min-height:78px;grid-template-columns:50px minmax(0,1fr) auto;gap:10px}.task-record-open>.task-record-avatar,.task-record-open>.task-record-placeholder{width:48px;height:48px;border-radius:50%}.task-record-placeholder{display:flex;align-items:center;justify-content:center;border:1px solid #ddd9eb;background:#f0edff;color:#6354a2;box-shadow:0 2px 7px #342b5d12}.task-record-avatar{display:block;border:0;box-shadow:none}.task-record-placeholder small{font-size:10px}.task-record-copy strong{font-size:13px}.task-record-type{margin-top:6px;font-size:11px;white-space:normal}.status-failed{color:#b2382f}.status-processing{color:#6350cc}.status-completed{color:#257268}.task-list-toggle{margin:10px 18px 0;padding:7px 10px;display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #dedbe8;border-radius:6px;color:#51478e;font-size:12px;cursor:pointer}.task-records-workspace.list-collapsed{grid-template-columns:minmax(0,1fr)}.task-records-workspace.list-collapsed .task-records-panel{display:none}.analysis-next{display:inline-flex;align-items:center;gap:6px;color:#5145bc;background:#f1eefe;padding:9px 12px;margin:12px 20px 18px;border-radius:7px;cursor:pointer}.shot-time{display:inline-flex;align-items:center;gap:4px;color:#5145bc;background:#f1eefe;padding:6px;border-radius:5px;cursor:pointer}.shot-time:disabled{color:#686477;background:#f4f3f7;cursor:default}.shot-speech{padding:12px;border-radius:8px;background:#f7f6fc;margin-top:12px}.shot-speech-absent{color:#686477;font-size:13px}.coverage-notice{border-left:3px solid #d9a218;background:#fdf8ec}.coverage-notice h2{font-size:15px;color:#7a5b05}.coverage-notice p{margin-top:6px;font-size:13px;color:#6b5a33;line-height:1.8}.speech-controls{display:flex;gap:5px;flex-wrap:wrap}.speech-controls button{padding:6px 9px;background:transparent;border-radius:5px;color:#686477;cursor:pointer;font-size:12px}.speech-controls button[aria-pressed=true]{color:#5145bc;background:#fff;box-shadow:0 1px 4px #ddd8ec}.video-analysis-detail .shot-speech p{margin-top:10px;font-size:14px;color:#34303f;line-height:1.8;overflow-wrap:anywhere}.recognition-details>summary,.shot-details>summary{cursor:pointer;color:#625c75;font-size:13px;padding:10px 0}.recognition-details>summary:focus-visible,.shot-details>summary:focus-visible,.shot-time:focus-visible,.speech-controls button:focus-visible,.task-list-toggle:focus-visible{outline:2px solid #6350cc;outline-offset:3px}.shot-details{margin-top:8px}.failure-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:22px}.processing-view .recovery-note{font-size:12px;margin-top:18px;color:#686477}.metrics-unavailable{color:#686477;font-size:12px;padding:16px 0}@media(min-width:761px){.video-analysis-detail.is-embedded .chuhaijiang-detail-layout{grid-template-columns:minmax(190px,250px) minmax(0,1fr)}.task-records-workspace.list-collapsed .chuhaijiang-detail-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr)}}@media(max-width:760px){.app-content{min-height:calc(100vh - 56px)}.task-list-toggle{display:none}.task-records-workspace.list-collapsed:not(.mobile-detail-open) .task-records-panel{display:flex}.result-tabs{flex-wrap:wrap}.analysis-shot>header{flex-wrap:wrap}}.analysis-shot-main{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;align-items:start}.analysis-shot-thumbnail{width:54px;height:72px;object-fit:cover;border-radius:7px;background:#f0eef6}.analysis-shot-main .analysis-shot-summary{margin-top:0}@media(max-width:640px){.analysis-shot-main{grid-template-columns:46px minmax(0,1fr);gap:9px}.analysis-shot-thumbnail{width:46px;height:62px}}.centered-storyboard-player{position:sticky;top:76px;z-index:4;padding:12px 20px 16px;scroll-margin-top:120px;background:var(--cj-surface, #fff);box-shadow:0 8px 18px #23194b14}.centered-storyboard-player .video-stage{width:min(100%,300px);height:auto;max-height:390px;aspect-ratio:9 / 14;margin:0 auto}.centered-storyboard-player .video-stage>video{object-fit:contain}.centered-storyboard-player .source-summary{display:none}.centered-storyboard-player .source-summary{margin-top:16px;padding-top:12px;border-top:1px solid var(--cj-line)}.centered-storyboard-player .source-summary h1{font-size:14px}.centered-storyboard-player .metric-grid{margin:12px 0}.centered-storyboard-player .source-link{margin-top:10px}.centered-storyboard-player .mini-link{display:none}.shot-timeline{margin-top:20px;padding:16px;border:1px solid #e6e2f2;border-radius:10px;background:#faf9fe}.shot-timeline-heading,.shot-timeline-times{display:flex;align-items:center;justify-content:space-between;gap:10px}.shot-timeline-heading strong{font-size:14px;color:#373148}.shot-timeline-heading span,.shot-timeline-times{font-size:12px;color:#736c85;font-variant-numeric:tabular-nums}.shot-timeline-scroll{overflow-x:auto;padding:0 16px}.shot-timeline-track{position:relative;height:78px;margin:0 4px}.shot-timeline-range{position:absolute;left:0;top:8px;width:100%;height:20px;margin:0;accent-color:#6550d7;cursor:pointer}.shot-timeline-markers{position:absolute;top:31px;left:8px;right:8px;height:40px;border-top:2px solid #ddd6f2}.shot-node{position:absolute;transform:translate(-50%);top:-10px;width:28px;min-height:42px;display:flex;flex-direction:column;align-items:center;gap:5px;background:transparent;color:#827796;cursor:pointer}.shot-node-dot{display:block;width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:#beb5d9;box-shadow:0 0 0 1px #d3cbe5}.shot-node-number{font-size:11px;font-weight:700}.shot-node.is-active{color:#5540c4}.shot-node.is-active .shot-node-dot{background:#6750da;box-shadow:0 0 0 3px #e7e0fc}.shot-node:focus-visible,.shot-node-index button:focus-visible{outline:2px solid #6550d7;outline-offset:3px;border-radius:5px}.shot-node-index{margin-top:12px;display:flex;gap:6px;overflow-x:auto;padding:4px 2px}.shot-node-index button{flex:0 0 auto;padding:6px 9px;border:1px solid #e5dff0;border-radius:6px;background:#fff;color:#655a7a;font-size:12px;cursor:pointer}.shot-node-index button span{margin-left:4px;font-size:11px;font-variant-numeric:tabular-nums}.shot-node-index button[aria-pressed=true]{color:#5037ba;background:#eee9fc;border-color:#ad9ae7}.shot-node:disabled,.shot-node-index button:disabled{opacity:.45;cursor:default}.analysis-shot{scroll-margin-top:120px}.is-centered-storyboard .analysis-shot{scroll-margin-top:470px}.analysis-shot.is-current{border-color:#9e8ce0;box-shadow:0 0 0 2px #eee8ff;background:#faf8ff}.analysis-shot:focus-visible{outline:2px solid #6550d7;outline-offset:3px}.video-shot-markers{position:absolute;left:10px;right:10px;bottom:10px;height:16px;pointer-events:none;z-index:3}.video-shot-marker{position:absolute;top:-2px;width:20px;height:20px;padding:0;transform:translate(-50%);border:0;border-radius:4px;background:transparent;pointer-events:auto;cursor:pointer}.video-shot-marker:before{content:"";position:absolute;left:9px;top:4px;width:2px;height:12px;border-radius:2px;background:#fffffff2;box-shadow:0 0 0 1px #402a8273,0 1px 3px #00000073}.video-shot-marker.is-active:before{left:8px;top:2px;width:4px;height:16px;background:#bda9ff;box-shadow:0 0 0 1px #fff,0 0 6px #7152e3e6}@media(max-width:760px){.centered-storyboard-player{position:relative;top:auto;z-index:auto}.centered-storyboard-player{padding:14px}.centered-storyboard-player .video-stage{width:min(100%,320px);max-height:450px}.is-centered-storyboard .analysis-shot{scroll-margin-top:24px}.shot-timeline{padding:12px}.shot-timeline-heading{align-items:flex-start;flex-direction:column;gap:4px}}.video-analysis-detail.is-centered-storyboard .chuhaijiang-detail-layout{grid-template-columns:minmax(0,1fr)}.storyboard-inline-player{position:static;width:100%;min-width:0;margin:20px 0}.storyboard-inline-player .video-stage{width:min(100%,300px);margin:0 auto;max-height:460px}.storyboard-inline-player .video-stage>video{object-fit:contain}.storyboard-inline-player>.mini-link,.storyboard-inline-player>.source-summary,.storyboard-inline-player>.metric-grid,.storyboard-inline-player>.metrics-unavailable,.storyboard-inline-player>.source-link{display:none}.is-centered-storyboard .analysis-shot{scroll-margin-top:120px}.analysis-storyboard-section{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:18px;align-items:start}.analysis-storyboard-section>.result-heading{grid-column:1 / -1}.analysis-storyboard-section>.storyboard-inline-player{grid-column:1;grid-row:2;min-width:0;align-self:stretch;display:flex;flex-direction:column;align-items:center;width:100%;margin:0;padding:0;position:static;z-index:auto}.analysis-storyboard-section>.storyboard-inline-player .video-stage{width:min(100%,300px);height:100%;max-height:min(615px,calc(100vh - 200px));aspect-ratio:9 / 16;margin:0}.analysis-storyboard-section>.analysis-shot-list{grid-column:2;grid-row:2;min-width:0;margin-top:0;align-self:stretch;display:flex;flex-direction:column}.analysis-storyboard-section>.analysis-shot-list>.analysis-shot{flex:1 1 auto}.analysis-storyboard-section>.analysis-help{grid-column:1 / -1}.storyboard-heading-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.result-heading>.storyboard-heading-actions{margin-left:auto;margin-right:0}.analysis-storyboard-section>.result-heading{flex-wrap:wrap;gap:12px}.storyboard-heading-actions .storyboard-full-link{white-space:nowrap;text-decoration:none}.storyboard-heading-actions .storyboard-full-link:disabled{opacity:.5;cursor:default}@media(max-width:760px){.analysis-storyboard-section{display:block}.analysis-storyboard-section>.storyboard-inline-player{position:static;margin:14px 0}}.full-storyboard-page{padding:24px;color:#282336;max-width:1280px;margin:0 auto}.full-storyboard-header{padding:24px 28px;border:1px solid #e7e3f2;border-radius:16px;background:linear-gradient(120deg,#fff,#f6f3ff);margin-bottom:24px}.full-storyboard-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}.full-storyboard-title p{font-size:11px;letter-spacing:.1em;color:#77698f;margin:0 0 8px}.full-storyboard-title h1{font-size:26px;margin:0 0 10px}.full-storyboard-title span,.full-storyboard-intro{color:#7a7489;font-size:13px}.full-storyboard-total{text-align:right;display:grid;gap:6px}.full-storyboard-total strong{font-size:36px;color:#6d51ce}.full-storyboard-intro{margin:22px 0 0}.full-storyboard-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:24px;align-items:start}.full-storyboard-nav{position:sticky;top:20px;max-height:calc(100vh - 160px);overflow:auto}.full-storyboard-nav>p{font-size:12px;color:#898196;margin:0 0 14px}.full-storyboard-nav button{display:flex;text-align:left;gap:10px;padding:12px 8px;width:100%;border:1px solid transparent;border-radius:10px;background:transparent;color:#776d89;cursor:pointer}.full-storyboard-nav button[aria-current=true]{background:#efeafd;border-color:#e0d6f8;color:#6444c4}.full-storyboard-nav button>span{font-size:12px;padding-top:2px}.full-storyboard-nav strong{display:block;font-size:13px;font-weight:500}.full-storyboard-nav small{display:block;font-size:11px;margin-top:5px}.full-storyboard-shots{display:grid;gap:20px;min-width:0}.full-storyboard-shots .analysis-shot{background:#fff;padding:24px;scroll-margin-top:24px}.full-storyboard-shots .analysis-shot-main{grid-template-columns:100px minmax(0,1fr);gap:18px}.full-storyboard-shots .analysis-shot-thumbnail{width:100%;height:150px;object-fit:contain;background:#f2eff7}@media(max-width:760px){.full-storyboard-page{padding:14px}.full-storyboard-header{padding:18px}.full-storyboard-layout{grid-template-columns:minmax(0,1fr);gap:16px}.full-storyboard-nav{position:static;display:flex;overflow:auto;gap:6px}.full-storyboard-nav>p{display:none}.full-storyboard-nav button{width:140px;flex-shrink:0}.full-storyboard-shots .analysis-shot{padding:14px}.full-storyboard-shots .analysis-shot-main{grid-template-columns:64px minmax(0,1fr);gap:12px}.full-storyboard-shots .analysis-shot-thumbnail{height:100px}}.storyboard-full-link{display:inline-flex;align-items:center;gap:4px;padding:6px 2px;border:0;color:#6849c5;background:transparent;font-size:12px;cursor:pointer}.storyboard-full-link:hover{color:#4f32aa;text-decoration:underline}.storyboard-full-link:focus-visible{outline:2px solid #8f78df;outline-offset:3px;border-radius:4px}.visual-subject-summary{margin:0 0 14px;color:#625b70;font-size:13px}.visual-subject-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.visual-subject-card{border:1px solid #e8e3f1;border-radius:10px;background:#fbfaff;overflow:hidden}.visual-subject-card summary{display:flex;gap:10px;align-items:flex-start;padding:14px;cursor:pointer;list-style:none}.visual-subject-card summary::-webkit-details-marker{display:none}.visual-subject-card summary>span{flex:none;padding:4px 7px;border-radius:5px;background:#eee9fb;color:#684dc2;font-size:11px}.visual-subject-card summary strong{display:block;color:#302b3b;font-size:14px;line-height:1.5}.visual-subject-card summary small{display:block;margin-top:4px;color:#8b829b;font-size:11px}.visual-subject-card{display:flex;gap:12px;align-items:flex-start;padding:14px}.visual-subject-card>span{flex:none;padding:4px 7px;border-radius:5px;background:#eee9fb;color:#684dc2;font-size:11px}.visual-subject-card>div{min-width:0}.visual-subject-card>div strong{display:block;color:#302b3b;font-size:14px;line-height:1.5}.visual-subject-card>div p{margin:5px 0 0;color:#71697f;font-size:12px;line-height:1.55}.visual-subject-section .visual-subject-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.visual-subject-section .visual-subject-card{display:flex;min-width:0;min-height:132px;flex-direction:column;align-items:flex-start;gap:10px;padding:16px 18px;border:0;border-right:1px solid #ece9f1;border-radius:0;background:transparent}.visual-subject-section .visual-subject-card:first-child{padding-left:0}.visual-subject-section .visual-subject-card:last-child{padding-right:0;border-right:0}.visual-subject-section .visual-subject-card>span{flex:none;min-width:58px;padding:5px 9px;text-align:center}.visual-subject-section .visual-subject-card>strong{min-width:0;font-size:14px;line-height:1.5}.visual-subject-section .visual-subject-card>p{min-width:0;margin:0;color:#71697f;font-size:12px;line-height:1.55}@media(max-width:760px){.visual-subject-section .visual-subject-list{grid-template-columns:1fr}.visual-subject-section .visual-subject-card,.visual-subject-section .visual-subject-card:first-child,.visual-subject-section .visual-subject-card:last-child{min-height:0;padding:14px 0;border-right:0;border-bottom:1px solid #ece9f1}.visual-subject-section .visual-subject-card:last-child{border-bottom:0}}.storyboard-card>.visual-subject-inline{margin:0;padding:20px;border-top:1px solid var(--cj-line);border-bottom:1px solid var(--cj-line)}.storyboard-card>.visual-subject-inline .visual-subject-summary{margin-bottom:10px}.storyboard-card>.recognition-details{margin-top:0;border-top:0}@media(max-width:760px){.storyboard-card>.visual-subject-inline{padding:15px}}.visual-subject-details{padding:0 14px 12px 56px;border-top:1px solid #eeeaf6}.visual-subject-details p{margin:9px 0 0;color:#71697f;font-size:12px;line-height:1.55}@media(max-width:760px){.visual-subject-list{grid-template-columns:1fr}}.material-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.material-dashboard-loading{min-height:50%;display:grid;place-items:center;color:#6b6880;font-size:13px;font-weight:700}.material-dashboard{max-width:1120px;margin:0 auto;padding:8px 4px 20px}.material-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px;border:1px solid #e5e0f5;border-radius:18px;background:linear-gradient(135deg,#f7f5ff,#fff 58%);box-shadow:0 16px 36px #41378d12}.material-dashboard-hero p{margin:0 0 7px;color:#766bff;font-size:10px;font-weight:900;letter-spacing:.08em}.material-dashboard-hero h2{margin:0 0 8px;color:#241f3d;font-size:24px}.material-dashboard-hero span{color:#716d84;font-size:12px}.material-dashboard-hero ul{min-width:280px;margin:0;padding:0;list-style:none;display:grid;gap:8px}.material-dashboard-hero li{overflow:hidden;padding:9px 12px;color:#4b4760;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap;border:1px solid #ece8fb;border-radius:10px;background:#ffffffc7}.material-insight-grid{margin-top:18px}.material-insight-card{padding:18px;border:1px solid #eae6f7;border-radius:16px;background:#fff;box-shadow:0 10px 24px #2e275b0d}.material-insight-card header h3{margin:0;color:#2b2650;font-size:14px}.material-insight-card header p{min-height:32px;margin:5px 0 14px;color:#7d7990;font-size:10px}.material-insight-values{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.material-insight-values button{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px;padding:0 10px;color:#514c68;border:1px solid #eeeaf9;border-radius:10px;background:#faf9ff;cursor:pointer;text-align:left;font-size:10px;font-weight:700}.material-insight-values button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-insight-values strong{color:#6a5cf0}.material-insight-empty{margin:0;color:#8b879c;font-size:11px}@media(max-width:1100px){.material-insight-grid,.material-insight-values{grid-template-columns:1fr}.material-dashboard-hero{align-items:flex-start;flex-direction:column}}.analysis-import{width:min(100%,820px);margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:10px;color:#686477;font-size:12px;flex-wrap:wrap}.analysis-import-note{width:min(100%,820px);margin:12px auto 0;color:#686477;font-size:12px;line-height:1.7;text-align:center}.analysis-import button{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;color:#4e46cc;border:1px solid #d9d5ff;border-radius:9px;background:#fff;cursor:pointer;font-size:12px;font-weight:800}.analysis-import button:disabled{color:#8f8ca3;cursor:wait;background:#f7f7fa}.analysis-import-template{min-height:36px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;color:#4e46cc;border:1px dashed #d9d5ff;border-radius:9px;background:#fff;font-size:12px;font-weight:800;text-decoration:none}.analysis-import-template:hover{border-style:solid;background:#f6f5ff}.analysis-import-failures{width:min(100%,820px);margin:10px auto 0;padding:10px 12px;display:grid;gap:6px;list-style:none;border:1px solid #f2d2d2;border-radius:10px;background:#fff8f8;color:#8a4a4a;font-size:12px;text-align:left}.analysis-import-failures li{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.analysis-import-failures strong{color:#b04141;font-weight:800}.analysis-import-failures .failure-url{max-width:420px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6f6b7d}.analysis-import-failures .failure-reason{color:#8a4a4a}
