:root{color-scheme:light;--bg: #F3F3F6;--bg-2: #F8F8FA;--bg-3: #FAFAFC;--surface: #FFFFFF;--surface-muted:#F1F1F4;--surface-sunk: #E8E8EC;--glass: rgba(255, 255, 255, .66);--glass-strong: rgba(255, 255, 255, .82);--glass-light: rgba(255, 255, 255, .5);--glass-tint: rgba(245, 245, 247, .78);--ink: #0A0A0C;--ink-2: #3A3A3D;--ink-3: #6E6E73;--ink-4: #98989D;--ink-5: #C7C7CC;--hair: rgba(15, 23, 42, .08);--hair-strong: rgba(15, 23, 42, .14);--line: #E2E8F0;--line-soft: #F1F5F9;--line-strong: #CBD5E1;--brand: #5E5CE6;--brand-2: #7A5AF8;--brand-deep: #4B49C0;--brand-soft: #ECEBFF;--brand-tint: #DDDCFA;--brand-on: #FFFFFF;--brand-grad: linear-gradient(135deg, #6A5BFF 0%, #8A6CFF 50%, #5A4EE6 100%);--brand-grad-soft: linear-gradient(135deg, rgba(106, 91, 255, .1), rgba(138, 108, 255, .04));--green: #28A745;--green-soft: #E7F5EB;--amber: #C77800;--amber-soft: #FBF1E0;--rose: #C42E4A;--rose-soft: #FBE4E8;--shadow-1: 0 0 0 .5px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .04);--shadow-2: 0 0 0 .5px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 12px 32px rgba(0, 0, 0, .06);--shadow-3: 0 0 0 .5px rgba(0, 0, 0, .06), 0 4px 14px rgba(0, 0, 0, .08), 0 24px 60px rgba(0, 0, 0, .12);--shadow-4: 0 0 0 .5px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .1), 0 40px 100px rgba(0, 0, 0, .16);--r-2: 6px;--r-3: 8px;--r-4: 10px;--r-5: 14px;--r-6: 18px;--r-7: 22px;--r-8: 28px;--r-pill: 999px;--top-h: 52px;--foot-h: 30px;--rail-l: 248px;--rail-l-c: 56px;--rail-r: 336px;--doc-max: 720px;--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;--font-d: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;--bg-soft: var(--bg-2);--text: var(--ink);--text-secondary: var(--ink-3);--text-tertiary: var(--ink-4);--text-muted: var(--ink-4);--text-faint: var(--ink-5);--primary: var(--brand);--primary-dark: var(--brand-deep);--primary-on: var(--brand-on);--secondary: var(--brand-2);--accent: var(--brand-2);--accent-hover: var(--brand-deep);--accent-soft: var(--brand-soft);--soft-purple: var(--brand-tint);--light-blue: #DBEAFE;--source: #0F766E;--source-soft: #E6F4F1;--success: var(--green);--success-soft: var(--green-soft);--warning: var(--amber);--warning-soft: var(--amber-soft);--danger: var(--rose);--danger-soft: var(--rose-soft);--focus: var(--brand);--shadow-sm: var(--shadow-1);--shadow-md: var(--shadow-2);--shadow-lg: var(--shadow-3);--shadow-xl: var(--shadow-4);--radius: 8px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 24px;--radius-full: 999px;--font-sans: var(--font);--font-mono: var(--mono);--surface-subtle: var(--bg-2);--surface-raised: var(--surface);--surface-inset: var(--surface-muted)}@tailwind base;@tailwind components;@tailwind utilities;@media (max-width: 900px){.report-workspace{display:block;overflow:hidden}.report-workspace .desktop-pane{display:none}.report-workspace .mobile-workspace{height:100%;display:block;overflow:auto;padding-bottom:76px;background:var(--surface)}.report-workspace .mobile-tabs{position:fixed;left:0;right:0;bottom:0;z-index:40;height:76px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line-soft);background:#ffffffeb}.mobile-tabs button{border:0;background:transparent;color:var(--text-secondary);font:inherit;display:grid;place-items:center;align-content:center;gap:2px}.mobile-tabs button.is-active{color:var(--accent)}.mobile-tabs span,.mobile-tabs small{display:block;line-height:1.2}.mobile-tabs span{font-size:12px;font-weight:650}.mobile-tabs small{font-size:11px;color:var(--text-tertiary)}.mobile-workspace .report-canvas{height:auto;min-height:100%;overflow:visible}.mobile-workspace .report-document{width:calc(100% - 32px);padding:48px 0 112px}.mobile-workspace .report-document__header h1{font-size:26px}.mobile-workspace .activity-panel,.mobile-workspace .outline-panel,.mobile-workspace .review-panel{height:100%}}.auth-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:40px 20px;background:radial-gradient(ellipse 600px 400px at 50% 30%,rgba(106,91,255,.06),transparent 60%),var(--bg);overflow-y:auto}.auth-card{width:100%;max-width:400px;margin:auto 0;flex-shrink:0;padding:40px 36px;border-radius:var(--r-7);box-shadow:var(--shadow-3);background:var(--surface)}.auth-submit{height:44px;margin-top:8px;border-radius:var(--r-pill);background:var(--brand-grad);color:#fff;font:inherit;font-weight:500;font-size:14px;border:none;cursor:pointer;box-shadow:0 2px 8px #6a5bff4d;transition:opacity .15s,filter .15s}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;letter-spacing:0;overflow:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--focus, var(--accent));outline-offset:2px}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.\!canvas{position:relative!important;overflow:auto!important;scroll-behavior:smooth!important;background:#fff!important}.\!canvas::-webkit-scrollbar{width:14px!important}.\!canvas::-webkit-scrollbar-track{background:transparent!important}.\!canvas::-webkit-scrollbar-thumb{background:transparent!important;border:4px solid transparent!important;border-radius:999px!important;background-clip:padding-box!important}.\!canvas:hover::-webkit-scrollbar-thumb{background-color:#0000002e!important;background-clip:padding-box!important}.outline-group__label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-4, var(--text-tertiary));padding:16px 16px 4px;font-weight:600}.outline-group+.outline-group{border-top:.5px solid var(--hair, var(--line-soft));margin-top:4px}.top-nav__link:hover,.top-nav__link.is-active{color:var(--accent)}.top-nav__link.is-active{border-bottom-color:var(--accent)}.button,.icon-button,.avatar-button{border:0;background:transparent;color:inherit;cursor:pointer}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;border-radius:var(--radius-full);border:1px solid transparent;font-weight:500;white-space:nowrap;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.button--primary{background:var(--primary);color:var(--primary-on);box-shadow:var(--shadow-sm)}.button--primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md)}.button--secondary{background:var(--surface);border-color:var(--line);color:var(--text)}.button--secondary:hover{background:var(--surface-muted);border-color:var(--line-strong)}.button--ghost{color:var(--text-secondary)}.button--ghost:hover{color:var(--text);background:var(--surface-muted)}.button--danger{background:var(--danger);color:#fff}.button--danger:hover{background:#b91c1c}.button:disabled{cursor:not-allowed;opacity:.45}.icon-button,.avatar-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--text-secondary)}.icon-button:hover,.avatar-button:hover{background:var(--surface-subtle);color:var(--text)}.side-rail{width:280px;height:100%;display:flex;flex-direction:column;flex-shrink:0;background:var(--surface-muted);border-right:1px solid var(--line-soft);overflow:hidden}.side-rail--quiet{background:var(--surface-muted)}.rail-title{display:flex;align-items:flex-start;gap:12px;padding:28px 24px 18px}.rail-title svg{color:var(--text-secondary);flex:0 0 auto}.rail-title strong{display:block;font-size:15px;line-height:1.25}.rail-title span,.rail-title button{margin-top:3px;display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;padding:0;color:var(--text-secondary);font-size:12px;cursor:pointer}.rail-new-section{min-height:40px;margin:0 18px 20px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:var(--radius-full);background:var(--primary);color:#fff;font-weight:600;box-shadow:var(--shadow-sm);transition:background .15s ease,box-shadow .15s ease}.rail-new-section:hover{background:var(--primary-dark);box-shadow:var(--shadow-md)}.rail-nav{display:flex;flex-direction:column;gap:3px;padding:8px 12px;overflow:auto}.rail-nav__item{min-height:42px;display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius);color:var(--text-secondary);font-size:13px;font-weight:500;transition:background .12s ease,color .12s ease}.rail-nav__item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rail-nav__item:hover{background:var(--surface);color:var(--text)}.rail-nav__item.is-active{background:var(--accent-soft);color:var(--primary);font-weight:600}.rail-nav__item.is-muted{opacity:.55}.rail-footer{margin-top:auto;padding:16px 24px 24px;border-top:1px solid var(--line-soft);display:flex;flex-direction:column;gap:14px;color:var(--text-secondary);font-size:12px;font-weight:600;text-transform:uppercase}.rail-footer span{display:flex;align-items:center;gap:10px}.global-rail{width:280px}.global-rail__title{padding-bottom:14px}.global-rail__actions{padding:0 18px 12px}.global-rail__actions .rail-new-section{margin:0 0 12px}.global-rail__search{height:38px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line-soft);border-radius:var(--radius-full);background:var(--surface);color:var(--text-secondary);transition:border-color .15s ease}.global-rail__search:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px #6366f11f}.global-rail__search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--text)}.global-rail__primary{flex:0 0 auto;padding-top:0;padding-bottom:0}.global-rail__section-label{padding:18px 24px 6px;color:var(--text-faint);font-size:11px;font-weight:700;letter-spacing:0}.global-rail__history{flex:1;padding-top:4px}.global-rail__report{display:flex;flex-direction:column;gap:2px;padding:10px 16px;border-radius:8px;color:var(--text-secondary);text-decoration:none;transition:background .12s ease,color .12s ease}.global-rail__report:hover{background:var(--surface);color:var(--text)}.global-rail__report.is-active{background:var(--accent-soft);color:var(--text)}.global-rail__report.is-active strong{font-weight:600;color:var(--primary)}.global-rail__report strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;line-height:1.45;color:var(--text)}.global-rail__report small{display:block;color:var(--text-faint);font-size:11px}.global-rail__report-row{display:flex;align-items:center;padding:0 8px;border-radius:8px;transition:background .12s ease}.global-rail__report-row:hover{background:var(--surface)}.global-rail__report-row .global-rail__report{flex:1;min-width:0}.global-rail__report-row:hover .global-rail__report{background:transparent}.global-rail__report-row.is-active{background:var(--accent-soft)}.global-rail__report-row.is-active .global-rail__report{background:transparent;color:var(--text)}.global-rail__report-row.is-active .global-rail__report strong{font-weight:600;color:var(--primary)}.global-rail__report-delete{width:28px;height:28px;flex-shrink:0;display:none;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:var(--text-tertiary);cursor:pointer}.global-rail__report-row:hover .global-rail__report-delete{display:flex}.global-rail__report-delete:hover{background:var(--danger-soft);color:var(--danger)}.global-rail__empty{min-height:72px;display:flex;align-items:center;gap:8px;padding:12px;color:var(--text-secondary);font-size:12px}.outline-skeleton{padding:12px;display:grid;gap:12px}.outline-skeleton span,.skeleton-block,.skeleton-line,.meta-skeleton span{background:linear-gradient(90deg,var(--surface-subtle),var(--line-soft),var(--surface-subtle));background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.outline-skeleton span{height:34px;border-radius:var(--radius)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.state-message{min-height:72px;margin-top:24px;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted);color:var(--text-secondary)}.state-message strong,.state-message p{margin:0}.state-message--error{border-color:var(--danger);background:var(--danger-soft);color:var(--danger)}.brief-form{width:min(760px,100%)}.brief-form__header span,.eyebrow,.document-label,.compare-header span{display:block;margin-bottom:8px;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase}.field{display:grid;gap:8px;margin-bottom:18px}.field span{font-size:12px;font-weight:600}.field input:not([type=radio]):not([type=checkbox]),.field textarea,.comment-composer input{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text);outline:none}.field input:not([type=radio]):not([type=checkbox]){height:38px;padding:8px 10px}.field input[type=radio],.field input[type=checkbox]{width:16px;height:16px;margin:0;flex:0 0 auto;accent-color:var(--text)}.field textarea{min-height:160px;resize:vertical;padding:10px}.field input:focus,.field textarea:focus,.comment-composer input:focus{border-color:var(--accent)}.brief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-error{margin-bottom:18px;padding:12px 14px;border:1px solid var(--danger-soft);border-radius:var(--radius);background:var(--danger-soft);color:var(--danger);font-weight:600}.form-success{margin-bottom:18px;padding:12px 14px;border:1px solid var(--source-soft);border-radius:var(--radius);background:var(--source-soft);color:var(--source);font-weight:600}.brief-actions{display:flex;flex-wrap:wrap;gap:10px}.direction-canvas{flex:1;min-width:0;overflow:auto;display:flex;justify-content:center;padding:56px 32px 72px;background:var(--surface)}.direction-card{min-height:300px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);text-align:left;cursor:pointer}.direction-card:hover,.direction-card.is-active{border-color:var(--accent);background:var(--bg-soft)}.direction-card.is-active{box-shadow:inset 0 0 0 1px var(--accent)}.direction-card strong,.direction-card p{margin:0}.direction-card p{color:var(--text-secondary);line-height:1.6}.direction-card ul{margin:0;padding-left:18px;color:var(--text-secondary)}.direction-card dt{color:var(--text);font-size:12px;font-weight:650}.direction-card dd{margin:3px 0 0;color:var(--text-secondary);font-size:13px;line-height:1.5}.direction-card--skeleton{cursor:default}.context-block,.context-row,.source-discovery{padding:14px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface)}.context-block strong,.context-block p,.context-row p,.source-discovery p{margin:4px 0 0}.context-block p,.context-row p,.source-discovery p{color:var(--text-secondary)}.center-state{width:100%;height:100%;display:grid;place-content:center;gap:12px;text-align:center;color:var(--text-secondary);background:var(--surface)}.center-state--error{color:var(--danger)}.report-loading-workspace{height:100%;display:flex;overflow:hidden;background:var(--surface)}.report-loading-canvas{flex:1;min-width:0;overflow:auto;display:flex;justify-content:center;padding:48px 32px}.report-loading-document{width:min(100%,800px);padding:24px 0}.report-loading-toc{margin:24px 0;padding:14px;display:grid;gap:10px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted)}.report-loading-toc span,.report-loading-side>span:not(.skeleton-line){height:14px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--surface-subtle) 0%,var(--surface-muted) 45%,var(--surface-subtle) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.report-loading-side{width:320px;flex-shrink:0;padding:24px;display:grid;align-content:start;gap:14px;border-left:1px solid var(--line-soft);background:var(--surface-muted)}.generating-canvas,.compare-canvas,.report-canvas{flex:1;min-width:0;overflow:auto;background:var(--surface)}.step-list__item.is-active{color:var(--text);font-weight:600}.generation-error{margin-top:18px;padding:14px;display:flex;align-items:flex-start;gap:12px;border:1px solid var(--danger-soft);border-radius:var(--radius);background:var(--danger-soft);color:var(--danger)}.generation-error p,.generation-error strong{margin:0}.generation-error .button{margin-left:auto;color:var(--text)}.skeleton-line{height:16px;margin-bottom:12px;border-radius:var(--radius-sm)}.skeleton-line--wide{width:88%}.skeleton-line--short{width:46%}.skeleton-chart-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.skeleton-chart-row span{height:120px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface)}.desktop-pane--left.is-collapsed{flex:0 0 48px;width:48px;min-width:48px}.desktop-pane--left.is-collapsed .outline-panel{width:48px;overflow:hidden}.desktop-pane--left.is-collapsed .outline-panel__toggle,.desktop-pane--left.is-collapsed .outline-list,.desktop-pane--left.is-collapsed .outline-panel__footer{display:none}.desktop-pane--left.is-collapsed .outline-panel__header{display:flex;justify-content:center;padding:12px 0;border-bottom:none}.desktop-pane--left.is-collapsed .outline-panel__collapse-btn{position:static;margin:0}.desktop-pane--left.is-collapsed:hover .outline-panel{position:absolute;left:0;top:0;width:280px;height:100%;z-index:100;background:var(--bg);border-right:1px solid var(--border);box-shadow:0 8px 24px #0000001f;overflow:visible}.desktop-pane--left.is-collapsed:hover .outline-panel__toggle,.desktop-pane--left.is-collapsed:hover .outline-panel__footer{display:flex}.desktop-pane--left.is-collapsed:hover .outline-list{display:flex;flex-direction:column}.desktop-pane--left.is-collapsed:hover .outline-panel__header{display:block;padding:20px 20px 14px;border-bottom:1px solid var(--line-soft)}.desktop-pane--left.is-collapsed:hover .outline-panel__collapse-btn{position:absolute;right:8px;top:16px}.outline-panel{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-muted);border-right:1px solid var(--line-soft)}.outline-panel__header{position:relative;padding:20px 20px 14px;border-bottom:1px solid var(--line-soft);background:var(--surface-muted)}.outline-panel__toggle button.is-active{background:var(--bg);color:var(--text-primary, var(--text));font-weight:500;box-shadow:0 1px 2px #0000000f}.outline-panel__header span{display:block;color:var(--text);font-size:15px;font-weight:650;line-height:1.35}.outline-panel__header strong{display:block;color:var(--text);font-size:18px;font-weight:650;line-height:1.3}.outline-panel__header p{display:-webkit-box;margin:10px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--text-secondary);font-size:13px;line-height:1.45}.outline-list{flex:1;min-height:0;overflow:auto;padding:12px 12px 20px}.outline-list__item{position:relative;display:block;padding:8px 12px;margin-bottom:2px;border-radius:var(--radius-sm);color:var(--text-secondary);text-decoration:none;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.outline-list__item:hover{background:var(--surface);color:var(--text)}.outline-list__item.is-active{background:var(--accent-soft);color:var(--text);box-shadow:inset 3px 0 0 var(--primary)}.outline-list__item strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:13px;font-weight:400;line-height:1.5}.outline-list__item.is-active strong{font-weight:650;color:var(--primary)}.outline-list__toggle{position:absolute;left:4px;top:50%;transform:translateY(-50%);width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-tertiary);transition:transform .15s ease,color .15s ease;border-radius:3px}.outline-list__toggle:hover{color:var(--text);background:var(--surface)}.outline-list__toggle.is-collapsed{transform:translateY(-50%) rotate(-90deg)}.outline-list__item.outline-list__item--l2{padding-left:22px;margin-top:10px}.outline-list__item.outline-list__item--l2 strong{font-size:13.5px;font-weight:600;color:var(--text)}.outline-list__item.outline-list__item--l3{padding-left:36px}.outline-list__item.outline-list__item--l3:before{content:"";position:absolute;left:24px;top:50%;width:6px;height:1px;background:var(--line)}.outline-list__item.outline-list__item--l3 strong{font-size:12.5px;font-weight:400;color:var(--text-secondary)}.outline-list__item.outline-list__item--l4{padding-left:60px}.outline-list__item.outline-list__item--l4:before{content:"";position:absolute;left:48px;top:50%;width:6px;height:1px;background:var(--line-soft)}.outline-list__item.outline-list__item--l4 strong{font-size:12px;font-weight:400;color:var(--text-tertiary)}.outline-list__item.outline-list__item--l3.is-active:before,.outline-list__item.outline-list__item--l4.is-active:before{display:none}.outline-panel__footer{padding:12px 20px;border-top:1px solid var(--line-soft);background:var(--surface-muted);display:flex;flex-direction:column;gap:8px}.outline-panel__footer>span{display:block;color:var(--text-tertiary);font-size:11px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-panel__footer a{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:12px;font-weight:600}.outline-panel__footer a:hover{color:var(--accent)}.report-document{width:min(800px,calc(100% - 48px));margin:0 auto;padding:56px 0 120px}.selection-note{margin-bottom:18px;display:flex;align-items:center;gap:8px;padding:10px 12px;border-left:2px solid var(--accent);background:var(--accent-soft);color:var(--text);font-size:13px}.report-mini-toc a:hover,.report-mini-toc a.is-active{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.markdown-table-wrap{margin:28px 0 32px;overflow-x:auto;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);animation:scaleIn .35s ease-out both;transition:box-shadow .25s ease}.markdown-table-wrap:hover{box-shadow:var(--shadow-md)}.markdown-table-wrap table{width:100%;min-width:600px;border-collapse:collapse;font-size:14px;line-height:1.55}.markdown-table-wrap thead{background:linear-gradient(135deg,#ede9fe40,#f8fafccc)}.markdown-table-wrap th{padding:10px 14px;text-align:left;vertical-align:top;font-weight:650;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--line);white-space:nowrap}.markdown-table-wrap td{padding:10px 14px;vertical-align:top;color:var(--text);border-bottom:1px solid var(--line-soft)}.markdown-table-wrap tr:last-child td{border-bottom:none}.markdown-table-wrap tbody tr:hover{background:var(--surface-muted)}.markdown-code{margin:24px 0;padding:16px 18px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted);overflow-x:auto}.markdown-code code{font-family:var(--font-mono);font-size:13px;line-height:1.6;color:var(--text)}.markdown-code--error{border-color:var(--danger-soft);background:var(--danger-soft)}.markdown-code--error code{color:var(--danger)}.chart-needs-evidence{padding:28px 24px;border:1px dashed var(--line);border-radius:var(--radius-md);background:var(--surface-muted);text-align:left}.chart-needs-evidence strong{display:block;font-size:14px;font-weight:650;color:var(--text);margin-bottom:6px}.chart-needs-evidence p{margin:0 0 8px;color:var(--text-secondary);font-size:13.5px;line-height:1.6}.chart-needs-evidence small{color:var(--text-tertiary);font-size:11.5px;font-family:var(--font-mono)}.mermaid-panel{margin:32px 0;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden}.mermaid-panel figcaption{padding:14px 20px;border-bottom:1px solid var(--line-soft);background:var(--surface-muted)}.mermaid-panel figcaption span{display:block;color:var(--accent);font-size:12px;font-weight:650}.mermaid-panel figcaption strong{display:block;color:var(--text);font-size:14px;font-weight:650}.mermaid-panel__canvas{padding:20px;overflow-x:auto}.mermaid-panel__canvas svg{max-width:100%;height:auto;display:block;margin:0 auto}.mermaid-panel__loading{padding:32px;text-align:center;color:var(--text-secondary);font-size:13px}.image-fallback{padding:24px;background:var(--surface-muted);border-radius:var(--radius-lg);text-align:center;color:var(--text-secondary);font-size:14px;border:1px dashed var(--line);margin:1em 0}.avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;background:var(--accent);color:#fff;font-size:11px;font-weight:700}.activity-tabs__btn.is-active{color:var(--accent);border-bottom-color:var(--accent)}.compare-canvas{padding:56px 44px 88px;background:var(--bg)}.compare-empty{width:min(560px,100%);margin:72px auto 0;display:grid;justify-items:center;gap:12px;padding:36px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface);text-align:center}.compare-empty strong{color:var(--text);font-size:18px;font-weight:650}.compare-empty p{margin:0;color:var(--text-secondary);line-height:1.6}.refine-question--skeleton .skeleton-line{height:16px;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--surface-subtle),var(--line-soft),var(--surface-subtle));background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite}.direction-topic{margin:4px 0 24px;padding:16px 18px;display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted)}.direction-topic span,.context-block small,.context-row span{display:block;color:var(--text-secondary);font-size:12px;font-weight:600}.direction-topic strong{display:block;margin-top:3px;font-size:15px}.direction-card{position:relative;min-height:300px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-lg);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.direction-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.direction-card.is-active{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent),var(--shadow-sm);border-color:transparent}.direction-card strong{margin:0;font-size:18px;font-weight:650}.direction-card p{margin:0;color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1.6}.direction-card ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.direction-card li{padding:4px 10px;border-radius:var(--radius-full);background:var(--surface-muted);color:var(--text-secondary);font-size:12px}.direction-card dl{margin:0;display:grid;gap:10px}.direction-card dt{color:var(--text);font-size:12px;font-weight:600}.direction-card dd{margin:3px 0 0;color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.5}.direction-card--custom.is-active{border-style:solid;border-color:var(--accent);background:var(--accent-soft)}.direction-card__custom-input{width:100%;min-height:56px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-inset);color:var(--text);font-size:13px;line-height:1.5;outline:none;resize:vertical;font-family:inherit;transition:border-color .2s ease}.direction-card__custom-input:focus{border-color:var(--accent)}.workflow-progress-bar__step.is-active .workflow-progress-bar__dot{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.workflow-progress-bar__step.is-active .workflow-progress-bar__label{color:var(--text);font-weight:600}@media (max-width: 900px){.report-workspace{display:block;overflow:hidden}.report-workspace .desktop-pane{display:none}.report-workspace .mobile-workspace{height:100%;display:block;overflow:auto;padding-bottom:76px;background:var(--surface)}.report-workspace .mobile-tabs{position:fixed;left:0;right:0;bottom:0;z-index:40;height:76px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line-soft);background:#ffffffeb}.mobile-tabs button{border:0;background:transparent;color:var(--text-secondary);font:inherit;display:grid;place-items:center;align-content:center;gap:2px}.mobile-tabs button.is-active{color:var(--accent)}.mobile-tabs span,.mobile-tabs small{display:block;line-height:1.2}.mobile-tabs span{font-size:12px;font-weight:650}.mobile-tabs small{font-size:11px;color:var(--text-tertiary)}.mobile-workspace .report-canvas{height:auto;min-height:100%;overflow:visible}.mobile-workspace .report-document{width:calc(100% - 32px);padding:48px 0 112px}.mobile-workspace .report-document__header h1{font-size:26px}.mobile-workspace .activity-panel,.mobile-workspace .outline-panel,.mobile-workspace .review-panel{height:100%}.direction-workspace{display:block;overflow:auto}.direction-workspace>.side-rail,.direction-context{display:none}.direction-canvas{min-height:100%;padding:48px 20px 112px}.direction-panel{width:100%}.refine-mobile-confirm{display:flex;position:fixed;left:0;right:0;bottom:0;min-height:72px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));align-items:center;justify-content:center;gap:12px;border-top:1px solid rgba(255,255,255,.2);background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:30}.refine-actions{display:none}.direction-mobile-confirm{position:fixed;left:0;right:0;bottom:0;min-height:72px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.2);background:#ffffffb8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:30}.direction-mobile-confirm span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-secondary);font-size:13px;font-weight:600}.direction-grid{grid-template-columns:1fr}}.report-prose .uncertain-inline{display:inline;background:none;border:none;padding:0;border-radius:0;-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-color:#b4962859;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:3px;text-decoration-thickness:1.5px;cursor:help;margin:0}.report-prose .uncertain-inline__text{font-size:inherit;line-height:inherit;color:inherit}.report-prose .uncertain-inline__icon{display:inline;vertical-align:super;margin-left:2px;font-size:.7em;color:var(--text-tertiary, rgba(0, 0, 0, .3));opacity:.5}.chart-needs-evidence{padding:18px 0;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);border-left:2px solid var(--text-tertiary);border-radius:0;background:transparent}.chart-needs-evidence p{margin:0 18px 8px 14px}.chart-needs-evidence small{margin-left:14px}@keyframes pendingPulse{0%,to{opacity:.6}50%{opacity:.9}}.outline-panel__header{padding:14px 18px 6px;font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-tertiary)}.markdown-table-wrap{counter-increment:table}.markdown-table-wrap:before{content:"表 " counter(table);display:block;margin:18px 0 6px;font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-tertiary)}.markdown-table-wrap td:first-child{font-weight:600;color:var(--text)}.markdown-table-wrap td{font-variant-numeric:tabular-nums}@media (min-width: 880px){.markdown-table-wrap tbody tr:nth-child(2n) td{background:#00000005}}.rail-nav__item{border-left:0;border-radius:var(--radius-sm)}.rail-nav__item.is-active{background:var(--surface);border-left:0;color:var(--text);font-weight:650}.global-rail__report,.global-rail__report-row{border-radius:8px}.global-rail__report.is-active,.global-rail__report-row.is-active{background:var(--surface);color:var(--text);border-left:0}.top-nav__link.is-active{color:var(--text);border-bottom-color:var(--text)}.activity-tabs__btn.is-active{color:var(--text);background:transparent;border-bottom:1px solid var(--text);border-radius: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-width:0}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.grow{flex-grow:1}.animate-spin{animation:spin 1s linear infinite}.resize{resize:both}.border{border-width:1px}.text-danger{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-success{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.spin{animation:spin .9s linear infinite}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:radial-gradient(ellipse 600px 400px at 50% 30%,rgba(106,91,255,.06),transparent 60%),var(--bg);overflow:auto}@media (min-width: 901px){.auth-page--split{place-items:stretch;padding:0;background:var(--bg);grid-template-columns:minmax(0,1fr) minmax(440px,.86fr)}}.auth-aside{display:none}@media (min-width: 901px){.auth-aside{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;min-height:100vh;padding:64px clamp(40px,5vw,72px);color:var(--ink);border-right:1px solid var(--hair);background:radial-gradient(ellipse 720px 520px at 28% 32%,rgba(106,91,255,.05),transparent 62%),var(--bg-2)}.auth-page--split .auth-card-col{display:grid;place-items:center;padding:32px 24px}}.auth-workflow-ambient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 120% 108% at 58% 50%,#000 62%,transparent 100%);mask-image:radial-gradient(ellipse 120% 108% at 58% 50%,#000 62%,transparent 100%)}.auth-workflow-ambient canvas{width:100%;height:100%;display:block}.auth-aside{position:relative;overflow:hidden}.auth-aside>.auth-aside__brand,.auth-aside>.auth-aside__main,.auth-aside>.auth-aside__footer{position:relative;z-index:1}.auth-aside__viz{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;-webkit-mask-image:radial-gradient(ellipse 116% 104% at 60% 46%,#000 56%,transparent 100%);mask-image:radial-gradient(ellipse 116% 104% at 60% 46%,#000 56%,transparent 100%)}.auth-aside__canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.auth-aside__viz:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,var(--bg-2) 0%,rgba(248,248,250,.72) 26%,rgba(248,248,250,0) 58%);pointer-events:none}.auth-aside__brand{display:flex;align-items:center;gap:10px}.auth-aside__mark{width:22px;height:22px;border-radius:7px}.auth-aside__brand-name{font-family:var(--font-d);font-size:15px;font-weight:600;color:var(--ink-3);letter-spacing:.01em}.auth-aside__main{display:flex;flex-direction:column;justify-content:center;max-width:22ch}.auth-aside__headline{margin:0;font-family:var(--font-d);font-size:clamp(28px,2.6vw,34px);font-weight:600;line-height:1.32;letter-spacing:-.01em;color:var(--ink);text-wrap:balance;word-break:keep-all}.auth-aside__subline{margin:14px 0 0;font-size:15px;line-height:1.6;color:var(--ink-3)}.auth-aside__footer{padding-top:18px;border-top:1px solid var(--hair)}.auth-aside__anchor{margin:0;font-size:13px;line-height:1.7;color:var(--ink-3)}.auth-aside__anchor+.auth-aside__anchor{margin-top:2px}.auth-card{width:100%;max-width:480px;padding:40px 36px;border-radius:var(--r-7);box-shadow:var(--shadow-3);background:var(--surface)}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:10px}.auth-brand-mark{width:32px;height:32px;border-radius:9px;background:var(--brand-grad);flex-shrink:0}.auth-brand-name{font-family:var(--font-d);font-size:15px;font-weight:600;color:var(--ink-3)}.auth-title{margin:24px 0 0;font-family:var(--font-d);font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink);text-align:center}.auth-subtitle{margin:8px 0 0;font-size:14px;color:var(--ink-3);text-align:center;line-height:1.6}.auth-subtitle strong{color:var(--ink);font-weight:600}.auth-form{display:flex;flex-direction:column;gap:20px;margin-top:28px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field span{font-size:13px;font-weight:500;color:var(--ink-2)}.auth-field input{height:44px;border-radius:var(--r-4);border:1px solid var(--hair-strong);padding:0 14px;font:inherit;font-size:14px;color:var(--ink);background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5e5ce61f}.auth-field input::-moz-placeholder{color:var(--ink-4)}.auth-field input::placeholder{color:var(--ink-4)}.auth-submit{height:44px;margin-top:8px;border-radius:var(--r-pill);background:var(--brand-grad);color:#fff;font:inherit;font-weight:600;font-size:14px;border:none;cursor:pointer;box-shadow:0 6px 18px #6a5bff61;transition:opacity .18s,filter .18s,box-shadow .18s,transform .12s}.auth-submit:not(:disabled){opacity:1;filter:saturate(1.05)}.auth-submit:hover:not(:disabled){filter:brightness(1.08) saturate(1.05);box-shadow:0 8px 22px #6a5bff73}.auth-submit:active:not(:disabled){transform:scale(.985)}.auth-submit:disabled{opacity:.42;filter:grayscale(.35);box-shadow:none;cursor:not-allowed}.auth-type-toggle{display:flex;gap:0;border:1px solid var(--hair-strong);border-radius:var(--r-4);overflow:hidden}.auth-type-btn{flex:1;height:40px;border:none;background:var(--surface);color:var(--ink-3);font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.auth-type-btn+.auth-type-btn{border-left:1px solid var(--hair-strong)}.auth-type-btn.active{background:var(--brand-grad);color:#fff;font-weight:600}.auth-type-btn:hover:not(.active){background:var(--bg-tint, rgba(106, 91, 255, .04))}.auth-code-row{display:flex;gap:10px;align-items:stretch}.auth-code-input{flex:1;height:44px;border-radius:var(--r-4);border:1px solid var(--hair-strong);padding:0 14px;font:inherit;font-size:18px;font-weight:600;letter-spacing:.3em;text-align:center;color:var(--ink);background:var(--surface);outline:none;transition:border-color .15s,box-shadow .15s}.auth-code-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #5e5ce61f}.auth-resend-btn{flex-shrink:0;min-width:90px;height:44px;border-radius:var(--r-4);border:1px solid var(--hair-strong);background:var(--surface);color:var(--brand);font:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.auth-resend-btn:hover:not(:disabled){background:var(--bg-tint, rgba(106, 91, 255, .04))}.auth-resend-btn:disabled{color:var(--ink-4);cursor:not-allowed}.auth-form-error{margin-top:20px;padding:12px 14px;border:1px solid var(--danger-soft, #fdd);border-radius:var(--r-4);background:var(--danger-soft, #fff0f0);color:var(--danger, #e53e3e);font-size:13px;font-weight:600;text-align:center}.auth-footer{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--ink-3);font-size:13px}.auth-footer a{color:var(--brand);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.icp-footer{padding:14px 0 16px;text-align:center;font-size:11px;color:var(--ink-4, #999);letter-spacing:.01em}.icp-footer a{color:inherit;text-decoration:none;transition:color .15s}.icp-footer a:hover{color:var(--ink-3, #777)}.auth-page .icp-footer{position:fixed;bottom:0;left:0;right:0;padding:10px 0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.8))}.admin-icp{margin-top:auto;padding-top:40px}.icp-footer--fixed{position:fixed;bottom:0;left:0;right:0}.auth-card__header{text-align:center;margin-bottom:28px}.auth-card__brand{display:inline-block;margin-bottom:24px;font-size:18px;font-weight:700;color:var(--text)}.auth-card__header h1{margin:0 0 12px;font-size:24px;font-weight:650;line-height:1.25;color:var(--text)}.auth-card__header p{margin:0;color:var(--text-secondary);font-size:14px;line-height:1.6}.auth-card__header p strong{color:var(--text);font-weight:600}.auth-status{display:grid;place-items:center;gap:12px;padding:32px 20px;text-align:center;color:var(--text-secondary)}.auth-status p{margin:0;line-height:1.6}.auth-status--success{color:var(--success)}.auth-status--error{color:var(--danger)}.auth-card__footer{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px}.auth-card__footer a{color:var(--accent);font-weight:600}.top-nav__status-text{color:var(--text-secondary);font-size:12px}.button--small{min-height:32px;padding:5px 10px;font-size:13px}.menu-logout-button{min-height:36px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:none;border-radius:var(--radius);background:transparent;color:var(--danger);cursor:pointer;font:inherit;font-size:14px;width:100%;text-align:left}.menu-logout-button:hover{background:var(--danger-soft)}@media (max-width: 900px){.auth-page{padding:24px 16px}.auth-card{padding:32px 24px}}.admin-dashboard{height:100%;display:flex;overflow:hidden}.admin-sidebar{width:240px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--line-soft);background:var(--surface-muted)}.admin-sidebar__header{display:flex;align-items:flex-start;gap:12px;padding:28px 24px 20px;color:var(--text)}.admin-sidebar__header strong,.admin-sidebar__header span{display:block}.admin-sidebar__header strong{font-size:15px;font-weight:650}.admin-sidebar__header span{margin-top:2px;color:var(--text-secondary);font-size:12px}.admin-sidebar__nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:8px 12px}.admin-nav-item{min-height:40px;display:flex;align-items:center;padding:10px 14px;border:none;border-left:2px solid transparent;border-radius:0 var(--radius) var(--radius) 0;background:transparent;color:var(--text-secondary);font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-align:left}.admin-nav-item:hover{background:var(--surface);color:var(--text)}.admin-nav-item.is-active{border-left-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.admin-main{flex:1;min-width:0;overflow:auto;padding:40px 48px 64px;background:var(--surface)}.admin-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.admin-section-header h1{margin:0;font-size:24px;font-weight:650;line-height:1.25}.admin-section-header p{margin:6px 0 0;color:var(--text-secondary);font-size:13px}.admin-actions{display:flex;gap:8px}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.metric-card{padding:20px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface)}.metric-card span{display:block;color:var(--text-secondary);font-size:12px;font-weight:600}.metric-card strong{display:block;margin-top:6px;font-size:28px;font-weight:650;color:var(--text)}.admin-search{height:40px;display:flex;align-items:center;gap:8px;margin-bottom:18px;padding:0 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary)}.admin-search input{flex:1;min-width:0;border:none;outline:none;background:transparent;color:var(--text);font-size:14px}.admin-search input::-moz-placeholder{color:var(--text-tertiary)}.admin-search input::placeholder{color:var(--text-tertiary)}.admin-search__clear{width:24px;height:24px;display:grid;place-items:center;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-tertiary);cursor:pointer}.admin-search__clear:hover{background:var(--surface-subtle);color:var(--text)}.admin-table-wrap{border:1px solid var(--line-soft);border-radius:var(--radius-lg);overflow:hidden}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table thead{background:var(--surface-muted)}.admin-table th{padding:12px 14px;text-align:left;font-weight:650;color:var(--text);border-bottom:1px solid var(--line);font-size:12px;white-space:nowrap}.admin-table td{padding:10px 14px;color:var(--text-secondary);border-bottom:1px solid var(--line-soft);vertical-align:top}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--surface-muted)}.admin-user-cell{display:flex;align-items:flex-start;gap:8px}.admin-user-cell strong,.admin-user-cell small{display:block}.admin-user-cell strong{color:var(--text);font-size:13px}.admin-user-cell small{margin-top:2px;color:var(--text-tertiary);font-size:11px;font-family:var(--font-mono)}.admin-quota-cell span,.admin-quota-cell small{display:block}.admin-quota-cell span{color:var(--text)}.admin-quota-cell strong{color:var(--accent)}.admin-quota-cell small{margin-top:2px;font-size:11px;color:var(--text-tertiary)}.status-chips{display:flex;flex-wrap:wrap;gap:4px}.chip{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:600;background:var(--surface-subtle);color:var(--text-secondary)}.chip--success{background:var(--source-soft);color:var(--source)}.chip--danger{background:var(--danger-soft);color:var(--danger)}.chip--warning{background:var(--warning-soft);color:var(--warning)}.chip--info{background:var(--accent-soft);color:var(--accent)}.admin-row-actions{display:flex;gap:4px}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;color:var(--text-secondary);font-size:13px}.admin-loading{display:flex;align-items:center;gap:10px;padding:48px 20px;color:var(--text-secondary)}.admin-checkbox{display:flex;align-items:center;gap:10px;padding:10px 0;cursor:pointer;color:var(--text);font-size:14px}.admin-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}.admin-quota-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px}.admin-quota-summary div{padding:12px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted)}.admin-quota-summary span{display:block;color:var(--text-secondary);font-size:12px;font-weight:600}.admin-quota-summary strong{display:block;margin-top:4px;font-size:20px;font-weight:650;color:var(--text)}.text-success{color:var(--success)!important}.text-danger{color:var(--danger)!important}.tx-delta{font-weight:650;font-family:var(--font-mono);font-size:13px}.tx-delta--plus{color:var(--success)}.tx-delta--minus{color:var(--danger)}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#00000059;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.sheet{width:min(480px,calc(100vw - 32px));max-height:calc(100vh - 64px);overflow-y:auto;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-xl);background:#fffffff5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-lg)}.sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 16px;border-bottom:1px solid var(--line-soft)}.sheet__header strong{display:block;font-size:16px;font-weight:650;color:var(--text)}.sheet__header span{display:block;margin-top:3px;color:var(--text-secondary);font-size:12px}.sheet__body{padding:20px;display:grid;gap:4px}.sheet__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px 20px;border-top:1px solid var(--line-soft)}.toggle-switch{width:44px;height:26px;flex-shrink:0;display:block;border:none;border-radius:999px;background:var(--line);cursor:pointer;padding:3px;position:relative;transition:background .2s ease}.toggle-switch.toggle-switch--menu{width:36px;height:22px;padding:2px}.toggle-switch.toggle-switch--menu span{width:18px;height:18px}.toggle-switch.toggle-switch--menu.is-on span{transform:translate(14px)}.toggle-switch span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000001f;transition:transform .2s ease}.toggle-switch.is-on{background:var(--accent)}.toggle-switch.is-on span{transform:translate(18px)}.toggle-switch:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.menu-demo-section{padding:2px 0}.menu-demo-toggle{width:100%;min-height:40px;display:flex;align-items:center;gap:10px;padding:8px 10px;border:none;border-radius:var(--radius);background:transparent;color:var(--text);font:inherit;font-size:14px;cursor:pointer;text-align:left}.menu-demo-toggle:hover{background:var(--surface-subtle)}.menu-demo-toggle span:first-of-type{flex:1}.menu-demo-speed{display:flex;gap:3px;padding:4px 10px 4px 36px}.menu-demo-speed-chip{display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:3px 10px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);font:inherit;font-size:11px;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease}.menu-demo-speed-chip small{font-size:10px;font-weight:400;color:var(--text-tertiary)}.menu-demo-speed-chip:hover{border-color:var(--line);color:var(--text)}.menu-demo-speed-chip.is-active{border-color:var(--accent);color:var(--accent)}.menu-demo-speed-chip.is-active small{color:var(--accent)}.demo-replay-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px;border-bottom:1px solid var(--source-soft);background:var(--source-soft)}.demo-replay-bar__info{display:flex;align-items:center;gap:8px;min-width:0}.demo-replay-bar__info>span:first-of-type{color:var(--source);font-size:13px;font-weight:600}.demo-replay-bar__actions{display:flex;gap:8px;flex-shrink:0}.demo-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border:1px solid var(--source-soft);border-radius:999px;background:var(--source-soft);color:var(--source);font-size:11px;font-weight:600;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.visual-mosaic{display:grid;gap:10px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.visual-mosaic__tile{width:100%;min-width:0;aspect-ratio:1 / 1;display:block;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-muted);box-shadow:var(--shadow-sm)}.visual-mosaic--entry{width:min(760px,100%);grid-template-columns:1.05fr .78fr 1fr .82fr;grid-auto-rows:116px;align-items:stretch;margin:0 auto 34px}.visual-mosaic--entry .visual-mosaic__tile{height:100%;aspect-ratio:auto}.visual-mosaic--entry .visual-mosaic__tile--1,.visual-mosaic--entry .visual-mosaic__tile--5{grid-row:span 2}.visual-mosaic--entry .visual-mosaic__tile--3{grid-column:span 2}.visual-mosaic--entry .visual-mosaic__tile--4,.visual-mosaic--entry .visual-mosaic__tile--7{align-self:center;height:82%}.brief-form__mosaic{margin:-2px 0 26px}.visual-mosaic--brief,.visual-mosaic--generation{grid-template-columns:repeat(6,minmax(0,1fr))}.visual-mosaic--brief .visual-mosaic__tile,.visual-mosaic--generation .visual-mosaic__tile{aspect-ratio:4 / 3}.generation-preview__mosaic{margin-bottom:18px}.direction-card__visual{width:100%;aspect-ratio:16 / 9;display:block;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-muted)}.direction-card.is-active .direction-card__visual{border-color:#0071e347}@media (max-width: 1100px){.visual-mosaic--entry{grid-auto-rows:96px}.visual-mosaic--brief,.visual-mosaic--generation{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.entry-canvas{padding-top:48px}.visual-mosaic--entry{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:86px;margin-bottom:26px}.visual-mosaic--entry .visual-mosaic__tile--1,.visual-mosaic--entry .visual-mosaic__tile--3,.visual-mosaic--entry .visual-mosaic__tile--5{grid-column:auto;grid-row:auto}.visual-mosaic--entry .visual-mosaic__tile:nth-child(n+7){display:none}.visual-mosaic--brief,.visual-mosaic--generation{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 560px){.visual-mosaic{gap:8px}.visual-mosaic--entry{grid-auto-rows:74px}.visual-mosaic--brief,.visual-mosaic--generation{grid-template-columns:repeat(2,minmax(0,1fr))}}.mast .meta .delete-btn{opacity:0;transition:opacity .15s;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:var(--r-2);color:var(--ink-4);font-size:12px;cursor:pointer}.mast .meta:hover .delete-btn{opacity:1}.mast .meta .delete-btn:hover{color:var(--rose);background:var(--rose-soft)}.prose h3{font-size:28px;font-weight:600;letter-spacing:-.018em;line-height:1.25;margin:56px 0 16px;padding-left:14px;border-left:3px solid var(--brand, var(--accent));color:var(--ink)}.prose h4{font-size:21px;font-weight:600;letter-spacing:-.01em;line-height:1.25;margin:40px 0 16px;color:var(--ink)}.prose h5{font-size:15px;font-weight:600;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;margin:28px 0 16px;color:var(--ink-2, var(--text-secondary))}.prose h2+h3,.prose h2+p+h3{margin-top:32px}.prose h3+h4,.prose h3+p+h4{margin-top:22px}.prose h4+h5,.prose h4+p+h5{margin-top:16px}.takeaway{position:relative;margin:28px 0 36px;padding:22px 28px 24px;background:var(--surface);border-radius:var(--r-6);box-shadow:var(--shadow-1),0 8px 24px #0000000a;overflow:hidden}.takeaway:before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:0 3px 3px 0;background:var(--brand-grad)}.takeaway:after{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at top right,rgba(122,90,248,.06),transparent 55%);pointer-events:none}.takeaway .label{position:relative;display:inline-flex;align-items:center;gap:6px;font:500 11px/1 var(--font);letter-spacing:.02em;color:var(--brand-deep);margin-bottom:10px}.takeaway p{position:relative;margin:0;font-size:16px;line-height:1.7;color:var(--ink);letter-spacing:-.008em}.figure .fb--data{height:auto;min-height:80px;padding:14px 26px 18px;background:var(--bg-2)}.figure .fb--data .chart-data-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.figure .fb--data .chart-data-cards article{padding:12px 14px;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;transition:box-shadow .2s,transform .16s}.figure .fb--data .chart-data-cards article:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 4px 12px #0000000f;transform:translateY(-1px)}.figure .fb--data .chart-data-cards strong{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:4px;letter-spacing:-.008em}.figure .fb--data .chart-data-cards p{margin:0;font-size:12px;line-height:1.55;color:var(--ink-2);letter-spacing:-.003em}.figure .fb--data .chart-data-cards span{display:inline-block;margin-top:6px;font:500 11px/1 var(--mono);color:var(--brand-deep);letter-spacing:.02em}.figure .fb img{width:100%;height:auto;display:block}.figure .view-toggle{position:absolute;top:14px;right:18px;padding:4px 10px;border-radius:var(--r-pill);background:#0000000d;color:var(--ink-3);font:500 11px/1.4 var(--font);letter-spacing:.02em;transition:background .14s,color .14s;z-index:2;cursor:pointer;border:0}.figure .view-toggle:hover{background:#00000014;color:var(--ink)}.figure .fb .chart-needs-evidence{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 20px;min-height:120px}.figure .fb .chart-needs-evidence .ph{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--r-pill);background:var(--surface);box-shadow:0 1px 3px #0000000f,0 0 0 .5px var(--hair);color:var(--ink-3);font:600 10px/1 var(--font);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}.figure .fb .chart-needs-evidence p{margin:0;font-size:12.5px;color:var(--ink-3);max-width:300px;line-height:1.55}.figure .fb .chart-needs-evidence small{margin-top:8px;font:500 10px/1 var(--mono);color:var(--ink-4)}.figure .ff--caveat{color:var(--amber)}.figure .ff--caveat strong{font-weight:600}.figure .ff--retrying{color:var(--ink-4)}.figure .ff--retrying .chart-retry-note{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--ink-4)}.figure .ff--retrying .chart-retry-note:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--amber, #d68a00);animation:chart-retry-pulse 1.4s ease-in-out infinite}@keyframes chart-retry-pulse{0%,to{opacity:.35}50%{opacity:1}}.membership-page{max-width:960px;margin:0 auto;padding:48px 24px 80px}.membership-page__head h1{font-size:28px;font-weight:650;letter-spacing:-.02em;margin:0 0 8px}.membership-page__status{color:var(--text-secondary, #6b6b70);font-size:14px;margin:0}.membership-page__status--active{color:var(--text-primary, #1d1d1f)}.membership-page__channels{display:flex;align-items:center;gap:10px;margin:28px 0 20px;font-size:13px;color:var(--text-secondary, #6b6b70)}.membership-chip{padding:6px 14px;border-radius:999px;border:1px solid var(--line, #e5e5e7);background:#fff;font-size:13px;cursor:pointer;transition:all .15s ease}.membership-chip.is-active{border-color:#1d1d1f;background:#1d1d1f;color:#fff}.membership-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.membership-plan{border:1px solid var(--line, #e5e5e7);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:10px;background:#fff}.membership-plan h3{margin:0;font-size:17px;font-weight:600}.membership-plan__price{font-size:30px;font-weight:650;letter-spacing:-.02em}.membership-plan__desc{color:var(--text-secondary, #6b6b70);font-size:13px;margin:0}.membership-plan__meta{list-style:none;padding:0;margin:4px 0 14px;font-size:13px;color:var(--text-secondary, #6b6b70);display:flex;flex-direction:column;gap:4px}.membership-plan .button{margin-top:auto}.membership-pay-box{margin-top:28px;padding:20px;border:1px dashed var(--line, #e5e5e7);border-radius:12px;background:#fafafa}.membership-pay-box__codeurl{display:block;word-break:break-all;font-size:12px;color:var(--text-secondary, #6b6b70);margin:8px 0}.membership-pay-box__hint{font-size:12px;color:var(--text-tertiary, #9b9b9f);margin:0}.membership-page__message{margin-top:20px;font-size:14px;color:var(--text-primary, #1d1d1f)}.dp-bar{margin:24px 0 16px;padding:20px 24px;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 3px #0000000a,0 8px 24px #0000000a}.dp-bar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dp-bar__hint{display:flex;align-items:center;gap:6px;margin:0 0 16px;font:400 12px/1.5 var(--font);color:var(--ink-3);letter-spacing:-.005em}.dp-bar__hint svg{color:var(--brand-2);flex-shrink:0}.dp-bar__title{font:600 13.5px/1 var(--font);color:var(--ink);display:inline-flex;align-items:center;gap:6px;letter-spacing:-.01em}.dp-bar__check{color:#16a34a}.dp-bar__count{font-weight:400;color:var(--ink-4);font-size:12px}.dp-bar__actions{display:flex;align-items:center;gap:8px}.dp-bar__btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:var(--r-pill, 999px);font:500 12px/1 var(--font);cursor:pointer;transition:background .16s,color .16s,transform 80ms;white-space:nowrap;flex-shrink:0}.dp-bar__btn:active{transform:scale(.97)}.dp-bar__btn--ghost{background:transparent;border:.5px solid var(--hair-strong);color:var(--ink-3)}.dp-bar__btn--ghost:hover{background:#0000000a;color:var(--ink)}.dp-bar__btn--ghost.is-pending{opacity:.5;cursor:not-allowed}.dp-bar__btn--primary{background:var(--ink);color:#fff;border:none;font-weight:600;box-shadow:inset 0 .5px #ffffff2e,0 1px 2px #0000001a}.dp-bar__btn--primary:hover{background:#1c1c1e}.dp-timeline{position:relative}.dp-timeline__track{position:absolute;top:10px;left:0;right:0;height:3px;background:var(--surface-sunk);border-radius:2px;z-index:0}.dp-timeline__fill{height:100%;background:var(--ink);border-radius:2px;transition:width .6s cubic-bezier(.22,.61,.36,1)}.dp-timeline__nodes{position:relative;display:flex;justify-content:space-between;z-index:1}.dp-node{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;background:none;border:none;cursor:pointer;font-family:var(--font);min-width:72px;transition:opacity .2s}.dp-node:hover{opacity:.8}.dp-node__dot{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s,box-shadow .2s;border:2px solid var(--surface-sunk);background:var(--surface)}.dp-node--done .dp-node__dot{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:0 1px 3px #00000026}.dp-node--active .dp-node__dot{border-color:var(--brand);background:var(--surface);box-shadow:0 0 0 3px var(--brand-soft)}.dp-node--empty .dp-node__dot{border-style:dashed;border-color:var(--ink-5)}.dp-node__label{font-size:11px;font-weight:500;color:var(--ink-3);letter-spacing:.01em;white-space:nowrap}.dp-node--done .dp-node__label{color:var(--ink)}.dp-node--active .dp-node__label{color:var(--brand-deep);font-weight:600}.dp-node__value{font-size:10.5px;color:var(--ink-4);max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dp-node--done .dp-node__value{color:var(--ink-3)}.dp-node--empty .dp-node__value{font-style:italic}.solution-overview{margin:0 0 16px;padding:20px 24px;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 3px #0000000a,0 8px 24px #0000000a}.solution-overview__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.solution-overview__title{font:600 13.5px/1 var(--font);color:var(--ink);display:inline-flex;align-items:center;gap:6px;letter-spacing:-.01em}.solution-overview__title svg{color:var(--brand-2)}.solution-overview__expand{font:500 12px/1 var(--font);color:var(--brand);display:inline-flex;align-items:center;gap:4px;cursor:pointer}.solution-overview__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.solution-choice{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:14px 16px;border-radius:var(--r-5);background:var(--bg-2);cursor:pointer;transition:box-shadow .16s}.solution-choice:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 4px 14px #0000000d}.solution-choice__kicker{font:500 10.5px/1 var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3)}.solution-choice__label{margin:6px 0 4px;font:600 14.5px/1.3 var(--font);color:var(--ink);letter-spacing:-.01em}.solution-choice__summary{font:400 12.5px/1.55 var(--font);color:var(--ink-2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.solution-choice__alt{margin-top:8px;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--r-pill);background:var(--brand-soft);color:var(--brand-deep);font:500 10.5px/1.4 var(--font)}.solution-choice__top{display:flex;align-items:center;justify-content:space-between;width:100%}.solution-choice__edit{display:inline-flex;align-items:center;gap:3px;font:500 10.5px/1 var(--font);color:var(--ink-3);opacity:0;transition:opacity .14s,color .14s}.solution-choice:hover .solution-choice__edit,.solution-choice:focus-visible .solution-choice__edit{opacity:1;color:var(--brand)}.solution-choice__options{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;width:100%}.solution-thumb{display:flex;flex-direction:column;align-items:center;gap:4px;width:64px}.solution-thumb__img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover;border-radius:9px;background:var(--surface);box-shadow:0 0 0 .5px var(--hair);transition:box-shadow .14s,transform .14s}.solution-thumb.is-selected .solution-thumb__img,.solution-thumb.is-selected .solution-thumb__palette{box-shadow:0 0 0 2px var(--brand)}.solution-choice:hover .solution-thumb.is-selected .solution-thumb__img{transform:translateY(-1px)}.solution-thumb--noimg .solution-thumb__img{display:none}.solution-thumb__palette{display:flex;width:64px;height:64px;border-radius:9px;overflow:hidden;box-shadow:0 0 0 .5px var(--hair)}.solution-thumb__swatch{flex:1 1 0;height:100%}.solution-thumb__name{max-width:64px;font:500 10px/1.25 var(--font);color:var(--ink-3);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.solution-thumb.is-selected .solution-thumb__name{color:var(--brand-deep);font-weight:600}.solution-overview__detail{margin-top:14px;display:flex;flex-direction:column;gap:16px}.solution-overview__options{display:flex;flex-direction:column;gap:6px}.solution-overview__options-title{font:500 10.5px/1 var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-3);margin-bottom:2px}.solution-option{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:10px 12px;border-radius:var(--r-4, 10px);background:var(--bg-2);cursor:pointer;transition:box-shadow .16s}.solution-option:hover{box-shadow:0 0 0 .5px var(--hair-strong)}.solution-option.is-selected{box-shadow:0 0 0 1px var(--brand);background:var(--brand-soft)}.solution-option__label{display:inline-flex;align-items:center;gap:6px;font:600 13px/1.3 var(--font);color:var(--ink);letter-spacing:-.005em}.solution-option__tag{padding:1px 6px;border-radius:var(--r-pill);background:var(--brand);color:#fff;font:500 9.5px/1.4 var(--font);letter-spacing:.02em}.solution-option__tag--rec{background:var(--brand-soft);color:var(--brand-deep)}.solution-option__summary{margin-top:3px;font:400 12px/1.5 var(--font);color:var(--ink-2)}.solution-overview__more{display:flex;flex-wrap:wrap;gap:8px;padding-top:4px}.solution-more-row{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--r-pill);background:var(--bg-2);cursor:pointer;font:400 12px/1 var(--font);transition:box-shadow .16s}.solution-more-row:hover{box-shadow:0 0 0 .5px var(--hair-strong)}.solution-more-row__key{color:var(--ink-3)}.solution-more-row__val{color:var(--ink);font-weight:500}@media (max-width: 720px){.solution-overview__grid{grid-template-columns:1fr}}.dp-chip-wrap{position:relative;display:inline-block}.dp-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-3);border:.5px solid var(--hair);border-radius:var(--r-pill);cursor:pointer;font:500 12.5px/1 var(--font);color:var(--ink);letter-spacing:-.003em;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .14s,border-color .14s,box-shadow .14s}.dp-chip:hover{background:var(--surface);border-color:var(--hair-strong)}.dp-chip.is-open{background:var(--brand-soft);border-color:var(--brand-tint);box-shadow:0 0 0 3px var(--brand-soft)}.dp-chip.has-sel{background:var(--surface);border-color:var(--hair-strong)}.dp-chip.is-empty{opacity:.45;cursor:not-allowed;border-style:dashed}.dp-chip:disabled{cursor:not-allowed}.dp-chip__label{font-size:11.5px;color:var(--ink-3);font-weight:500}.dp-chip__sep{color:var(--ink-4);font-size:11px}.dp-chip__value{font-size:12.5px;font-weight:500;color:var(--ink)}.dp-chip__pending{font-size:11.5px;color:var(--ink-4);font-style:italic}.dp-chip__ai{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:var(--r-pill);background:var(--brand-soft);color:var(--brand-deep);font:500 10px/1.4 var(--font);letter-spacing:.02em}.dp-chip__stale{flex-shrink:0;color:var(--amber)}.dp-chip__warn{font-size:10px;color:var(--amber);font-weight:500}.dp-chip__arrow{flex-shrink:0;color:var(--ink-4)}.dp-chip--pending{border-color:var(--brand, #5E5CE6);background:var(--brand-soft, rgba(94, 92, 230, .06))}.dp-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:100;min-width:280px;max-width:360px;background:var(--surface);border:.5px solid var(--hair);border-radius:var(--r-5);box-shadow:var(--shadow-3);overflow:hidden}.dp-dropdown--visual{min-width:360px;max-width:480px}.selection-note{display:flex;align-items:center;gap:8px;padding:10px 16px;margin:16px 0;background:#ffc8501f;border:.5px solid rgba(255,180,50,.25);border-radius:var(--r-4);color:var(--ink-2);font-size:13px}.prose .markdown-table-wrap{margin:28px 0;overflow-x:auto;border-radius:var(--r-5);border:.5px solid var(--hair-strong)}.prose table{width:100%;border-collapse:collapse;font-size:14px;letter-spacing:-.005em}.prose thead{background:var(--bg-2)}.prose th{padding:12px 16px;text-align:left;font-weight:600;color:var(--ink);border-bottom:1px solid var(--hair-strong);font-size:12.5px;letter-spacing:.01em;white-space:nowrap}.prose td{padding:11px 16px;color:var(--ink-2);border-bottom:.5px solid var(--hair);line-height:1.65}.prose tbody tr:last-child td{border-bottom:none}.prose tbody tr:nth-child(2n){background:#00000004}.prose tbody tr:hover{background:#5e5ce60a}.prose tbody tr:hover td{color:var(--ink)}.prose img{max-width:100%;height:auto;border-radius:var(--r-5);margin:24px 0}.prose .image-fallback{margin:24px 0;padding:32px;text-align:center;background:var(--bg-2);border-radius:var(--r-5);color:var(--ink-4);font-size:13px}.prose .markdown-code{margin:24px 0;padding:18px 22px;background:var(--bg-2);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair);overflow-x:auto;font-family:var(--mono);font-size:13px;line-height:1.6;color:var(--ink-2)}.uncertain-inline{display:inline;background:none;padding:0;border-radius:0;-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-color:#b4962859;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-offset:3px;text-decoration-thickness:1.5px;color:inherit;font-size:inherit;font-weight:inherit;cursor:help;margin:0}.uncertain-inline__icon{display:inline;vertical-align:super;margin-left:2px;font-size:.7em;color:var(--ink-3, var(--text-tertiary));opacity:.5}.mermaid-panel{margin:36px 0;border-radius:var(--r-7);background:var(--surface);box-shadow:var(--shadow-1),0 12px 32px #0000000d;overflow:hidden}.mermaid-panel>figcaption{padding:22px 26px 12px;display:flex;flex-direction:column;gap:4px}.mermaid-panel>figcaption span{font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase}.mermaid-panel>figcaption strong{font-size:17px;font-weight:600;letter-spacing:-.014em;color:var(--ink)}.mermaid-panel__canvas{padding:14px 26px 26px;overflow-x:auto}.mermaid-panel__canvas svg{max-width:100%;height:auto}.mermaid-panel__loading{padding:32px;text-align:center;color:var(--ink-4);font-size:13px}.about-page{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;background:var(--bg)}.about-page>.topbar{position:sticky;top:0;z-index:60;height:var(--top-h, 48px)}.about{--about-max: 860px;background:var(--bg);padding-bottom:120px}.about-eyebrow{display:inline-block;font:600 11.5px/1 var(--font);letter-spacing:.08em;text-transform:uppercase;color:var(--brand-deep)}.about-section{max-width:var(--about-max);margin:0 auto;padding:72px 28px 0}.about-section__title{margin:14px 0 0;font-family:var(--font-d);font-size:clamp(24px,3vw,32px);font-weight:600;line-height:1.22;letter-spacing:-.02em;color:var(--ink)}.about-lead{margin:18px 0 0;font-size:16px;line-height:1.7;color:var(--ink-2);max-width:62ch}.about-note{margin:14px 0 0;font-size:12.5px;line-height:1.6;color:var(--ink-3)}.about-nav{position:sticky;top:var(--top-h, 48px);z-index:30;background:#ffffffb8;backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:.5px solid var(--hair)}.about-nav__inner{max-width:1080px;margin:0 auto;padding:0 24px;height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px}.about-nav__anchors{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.about-nav__anchors::-webkit-scrollbar{display:none}.about-nav__anchor{flex:0 0 auto;padding:6px 10px;border-radius:var(--r-pill);font:500 12.5px/1 var(--font);color:var(--ink-3);letter-spacing:-.003em;cursor:pointer;transition:color .14s,background .14s}.about-nav__anchor:hover{color:var(--ink);background:var(--bg-2)}.about-nav__anchor.is-active{color:var(--brand-deep);background:var(--brand-soft)}.about-nav__back{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;font:500 12.5px/1 var(--font);color:var(--ink-3);text-decoration:none}.about-nav__back:hover{color:var(--brand)}.about-hero{max-width:var(--about-max);margin:0 auto;padding:clamp(64px,9vw,120px) 28px 0;text-align:left}.about-hero__headline{margin:16px 0 0;font-family:var(--font-d);font-size:clamp(34px,5.4vw,56px);font-weight:600;line-height:1.05;letter-spacing:-.035em;color:var(--ink);max-width:18ch}.about-hero__subhead{margin:20px 0 0;font-size:clamp(16px,1.8vw,19px);line-height:1.6;color:var(--ink-2);max-width:52ch}.about-endorse__grid{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;gap:0}.about-endorse__col{padding:4px 32px 4px 0}.about-endorse__col+.about-endorse__col{padding-left:32px;border-left:.5px solid var(--hair)}.about-endorse__role{font:600 11px/1 var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.about-endorse__org{margin:12px 0 0;font-family:var(--font-d);font-size:18px;font-weight:600;letter-spacing:-.01em;color:var(--ink);line-height:1.4}.about-endorse__people{margin:8px 0 0;font-size:14px;color:var(--ink-2)}.about-endorse__boundary{margin:26px 0 0;font-size:12.5px;line-height:1.65;color:var(--ink-3);max-width:64ch}.about-stats__grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr)}.about-stat{display:flex;flex-direction:column;padding:4px 24px}.about-stat+.about-stat{border-left:.5px solid var(--hair)}.about-stat:first-child{padding-left:0}.about-stat__value{font-family:var(--font-d);font-size:clamp(32px,4vw,44px);font-weight:600;letter-spacing:-.03em;color:var(--ink);line-height:1}.about-stat__label{margin-top:12px;font-size:13.5px;font-weight:500;color:var(--ink);line-height:1.4}.about-stat__caption{margin-top:6px;font-size:12px;color:var(--ink-3);line-height:1.5}.about-taxonomy__figure{margin:28px 0 0;border-radius:var(--r-6);overflow:hidden;background:var(--bg-2);box-shadow:0 0 0 .5px var(--hair)}.about-taxonomy__figure img{width:100%;height:auto;display:block}.about-taxonomy__levels{margin:24px 0 0;display:flex;flex-wrap:wrap;gap:8px}.about-level{display:inline-flex;align-items:baseline;gap:5px;padding:6px 12px;border-radius:var(--r-pill);background:var(--bg-2);font:400 12px/1 var(--mono);color:var(--ink-3)}.about-level b{font-family:var(--font);font-weight:600;color:var(--ink);font-size:13px}.about-chain{margin:24px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:16px 18px;border-radius:var(--r-5);background:radial-gradient(ellipse at top right,rgba(94,92,230,.06),transparent 60%),var(--bg-2);box-shadow:0 0 0 .5px var(--hair)}.about-chain__item{display:inline-flex;align-items:center;gap:6px}.about-chain__level{font:600 10px/1 var(--font);color:var(--brand-deep);background:var(--brand-soft);padding:2px 6px;border-radius:var(--r-pill)}.about-chain__node{font-size:13px;color:var(--ink);font-weight:500}.about-chain__sep{color:var(--ink-4);margin:0 2px}.about-taxonomy__closing{margin:22px 0 0;font-size:15px;line-height:1.7;color:var(--ink-2);max-width:62ch}.about-graphs__anchor{margin:12px 0 0;font-size:13.5px;line-height:1.6;color:var(--ink-3);max-width:60ch}.about-graphs__grid{margin:32px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-graph-card{background:var(--surface);border-radius:var(--r-6);overflow:hidden;box-shadow:0 0 0 .5px var(--hair),0 1px 3px #0000000a;transition:box-shadow .2s,transform .2s}.about-graph-card:hover{box-shadow:0 0 0 .5px var(--hair),0 6px 22px #00000012;transform:translateY(-1px)}.about-graph-card__img{aspect-ratio:1;background:var(--bg-2)}.about-graph-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.about-graph-card__body{padding:16px 18px 18px}.about-graph-card__name{display:flex;align-items:baseline;gap:8px}.about-graph-card__cn{font-family:var(--font-d);font-size:16px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.about-graph-card__en{font:500 10px/1 var(--mono);letter-spacing:.06em;color:var(--ink-4)}.about-graph-card__duty{margin:8px 0 0;font-size:13px;color:var(--ink-2);line-height:1.5}.about-graph-card__stat{margin:12px 0 0;display:flex;gap:6px;font:500 11.5px/1 var(--mono);color:var(--ink-3)}.about-graph-card__stat .dot{color:var(--ink-4)}.about-method__steps{margin:28px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.about-step{position:relative;padding:18px 16px;border-radius:var(--r-5);background:var(--bg-2);display:flex;flex-direction:column}.about-step__num{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-pill);background:var(--brand-soft);color:var(--brand-deep);font:600 12px/1 var(--mono);margin-bottom:12px}.about-step__k{font-size:14px;font-weight:600;color:var(--ink)}.about-step__d{margin-top:6px;font-size:12.5px;line-height:1.55;color:var(--ink-2)}.about-method__closing{margin:24px 0 0;font-size:15px;line-height:1.7;color:var(--ink-2);max-width:56ch}.about-deliver__grid{margin:28px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.about-deliver__item{display:flex;flex-direction:column;padding:4px 24px}.about-deliver__item+.about-deliver__item{border-left:.5px solid var(--hair)}.about-deliver__item:first-child{padding-left:0}.about-deliver__t{font-family:var(--font-d);font-size:17px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.about-deliver__d{margin-top:8px;font-size:13px;line-height:1.55;color:var(--ink-2)}.about-closing{max-width:var(--about-max);margin:96px auto 0;padding:56px 28px 0;border-top:.5px solid var(--hair);text-align:center}.about-closing__line{margin:0;font-family:var(--font-d);font-size:clamp(20px,2.6vw,26px);font-weight:600;line-height:1.4;letter-spacing:-.02em;color:var(--ink);max-width:30ch;margin-inline:auto}.about-closing__link{margin-top:24px;display:inline-flex;align-items:center;gap:5px;font:500 14px/1 var(--font);color:var(--brand);text-decoration:none}.about-closing__link:hover{color:var(--brand-deep)}.about-closing__boundary{margin:28px 0 0;font-size:11.5px;color:var(--ink-4)}@media (max-width: 860px){.about-graphs__grid,.about-method__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.about-endorse__grid,.about-stats__grid,.about-deliver__grid{grid-template-columns:1fr}.about-endorse__col+.about-endorse__col{padding-left:0;border-left:none;margin-top:24px;padding-top:24px;border-top:.5px solid var(--hair)}.about-stat,.about-deliver__item{padding:0}.about-stat+.about-stat,.about-deliver__item+.about-deliver__item{border-left:none;margin-top:24px}.about-graphs__grid{grid-template-columns:1fr}}:root{--bg: #F3F3F6;--bg-2: #F8F8FA;--bg-3: #FAFAFC;--surface: #FFFFFF;--surface-muted:#F1F1F4;--surface-sunk: #E8E8EC;--glass: rgba(255, 255, 255, .66);--glass-strong: rgba(255, 255, 255, .82);--glass-light: rgba(255, 255, 255, .5);--glass-tint: rgba(245, 245, 247, .78);--ink: #0A0A0C;--ink-2: #3A3A3D;--ink-3: #6E6E73;--ink-4: #98989D;--ink-5: #C7C7CC;--hair: rgba(15, 23, 42, .08);--hair-strong: rgba(15, 23, 42, .14);--line: #E2E8F0;--line-soft: #F1F5F9;--line-strong: #CBD5E1;--brand: #5E5CE6;--brand-2: #7A5AF8;--brand-deep: #4B49C0;--brand-soft: #ECEBFF;--brand-tint: #DDDCFA;--brand-on: #FFFFFF;--brand-grad: linear-gradient(135deg, #6A5BFF 0%, #8A6CFF 50%, #5A4EE6 100%);--brand-grad-soft: linear-gradient(135deg, rgba(106, 91, 255, .1), rgba(138, 108, 255, .04));--green: #28A745;--green-soft: #E7F5EB;--amber: #C77800;--amber-soft: #FBF1E0;--rose: #C42E4A;--rose-soft: #FBE4E8;--shadow-1: 0 0 0 .5px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .04);--shadow-2: 0 0 0 .5px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 12px 32px rgba(0, 0, 0, .06);--shadow-3: 0 0 0 .5px rgba(0, 0, 0, .06), 0 4px 14px rgba(0, 0, 0, .08), 0 24px 60px rgba(0, 0, 0, .12);--shadow-4: 0 0 0 .5px rgba(0, 0, 0, .08), 0 8px 24px rgba(0, 0, 0, .1), 0 40px 100px rgba(0, 0, 0, .16);--r-2: 6px;--r-3: 8px;--r-4: 10px;--r-5: 14px;--r-6: 18px;--r-7: 22px;--r-8: 28px;--r-pill: 999px;--top-h: 52px;--foot-h: 30px;--rail-l: 248px;--rail-l-c: 56px;--rail-r: 336px;--doc-max: 720px;--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;--font-d: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;height:100%;background:#1d1d1f;color:var(--ink);font-family:var(--font);font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}#root{width:100%;height:100%}button{font:inherit;cursor:pointer;border:0;background:0;color:inherit;padding:0}input,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}::-moz-selection{background:#5e5ce626;color:var(--ink)}::selection{background:#5e5ce626;color:var(--ink)}.stage{position:absolute;top:0;right:0;bottom:0;left:0;background:#1d1d1f;overflow:hidden;display:flex;align-items:center;justify-content:center}.stage-canvas{width:1440px;height:900px;transform-origin:0 0;position:absolute;background:var(--bg);box-shadow:0 0 0 .5px #ffffff0f,0 40px 100px #0000008c,0 0 1px #0006;border-radius:12px;overflow:hidden}.app{width:100%;height:100%;display:grid;grid-template-rows:var(--top-h) 1fr var(--foot-h);background:radial-gradient(ellipse 600px 400px at 100% 0%,rgba(122,90,248,.08),transparent 60%),radial-gradient(ellipse 500px 400px at 0% 100%,rgba(255,160,200,.06),transparent 60%),var(--bg)}.work{display:grid;grid-template-columns:var(--rail-l) 1fr var(--rail-r);min-height:0;transition:grid-template-columns .32s cubic-bezier(.22,.61,.36,1)}.work[data-left=collapsed]{grid-template-columns:var(--rail-l-c) 1fr var(--rail-r)}.work[data-right=hidden]{grid-template-columns:var(--rail-l) 1fr 0}.work[data-left=collapsed][data-right=hidden]{grid-template-columns:var(--rail-l-c) 1fr 0}.topbar{display:flex;align-items:center;padding:0 14px 0 16px;gap:8px;background:var(--glass);backdrop-filter:saturate(180%) blur(28px);-webkit-backdrop-filter:saturate(180%) blur(28px);border-bottom:.5px solid var(--hair);position:relative;z-index:50}.tb-section{display:flex;align-items:center;gap:6px}.tb-grow{flex:1}.brand{display:inline-flex;align-items:center;gap:9px;padding:0 6px}.brand .mark{width:24px;height:24px;border-radius:7px;background:var(--brand-grad);position:relative;box-shadow:inset 0 .5px #fff6,inset 0 -1px 1px #0000001a,0 1px 2px #6a5bff4d,0 6px 16px #6a5bff33}.brand .mark:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:3px;background:radial-gradient(circle at 32% 35%,rgba(255,255,255,.95) 0 1.6px,transparent 2px),radial-gradient(circle at 70% 65%,rgba(255,255,255,.75) 0 1.3px,transparent 2px)}.brand .name{font:600 13.5px/1 var(--font-d);letter-spacing:-.012em;color:var(--ink)}.tb-crumb{display:inline-flex;align-items:center;gap:8px;padding:4px 10px;border-radius:8px;color:var(--ink-3);font-size:12.5px;letter-spacing:-.003em;max-width:460px}.tb-crumb b{color:var(--ink);font-weight:500}.tb-crumb b.title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.tb-crumb .sep{color:var(--ink-5)}.tb-tag{flex-shrink:0;display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:5px;font:600 10.5px/1 var(--font-d);letter-spacing:.02em}.tb-tag--example{color:var(--amber);background:var(--amber-soft);border:.5px solid rgba(199,120,0,.18)}.tb-status{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--r-pill);background:#fff9;border:.5px solid var(--hair);color:var(--ink-3);font-size:11.5px}.tb-status .pulse{width:6px;height:6px;border-radius:999px;background:var(--green);position:relative}.tb-status .pulse:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:999px;background:var(--green);opacity:.35;animation:ping 1.8s ease-out infinite}@keyframes ping{0%{transform:scale(1);opacity:.4}to{transform:scale(2.2);opacity:0}}.tb-status.is-generating .pulse{background:var(--brand)}.tb-status.is-generating .pulse:after{background:var(--brand)}.kbd{display:inline-flex;align-items:center;gap:2px;padding:1px 5px;border-radius:4px;font:500 10.5px/1.4 var(--mono);color:var(--ink-3);background:#0000000a;border:.5px solid var(--hair)}.cmd-trigger{display:inline-flex;align-items:center;gap:8px;padding:5px 5px 5px 12px;border-radius:9px;background:#0000000a;color:var(--ink-3);font-size:12.5px;letter-spacing:-.003em;transition:background .16s;min-width:240px}.cmd-trigger:hover{background:#0000000f}.cmd-trigger .ph{flex:1;text-align:left;color:var(--ink-4)}.iconbtn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:var(--ink-2);transition:background .14s,color .14s}.iconbtn:hover{background:#0000000d;color:var(--ink)}.iconbtn.is-on{background:#0000000d;color:var(--brand)}.divider{width:1px;height:18px;background:var(--hair);margin:0 4px}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:10px;background:var(--surface);border:.5px solid var(--line-strong);color:var(--ink);font:500 12.5px/1 var(--font);letter-spacing:-.003em;white-space:nowrap;transition:background .14s,border-color .14s,transform 80ms ease}.btn:hover{background:var(--surface-muted)}.btn:active{transform:scale(.97)}.btn.primary{background:#0a0a0c;color:#fff;border-color:transparent;box-shadow:inset 0 .5px #ffffff2e,0 1px 2px #0000001f,0 8px 22px #00000029}.btn.primary:hover{background:#1c1c1e}.btn.ghost{background:transparent;border-color:transparent;color:var(--ink-2)}.btn.ghost:hover{background:#0000000d;color:var(--ink)}.btn.danger{color:var(--rose)}.btn.sm{padding:6px 12px;font-size:12px}.avatar{width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#5e5ce6,#bf5af2);color:#fff;display:inline-flex;align-items:center;justify-content:center;font:600 11px/1 var(--font);letter-spacing:.02em;box-shadow:inset 0 .5px #ffffff52,0 1px 2px #0000001f}.avatar-menu{position:relative}.avatar-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:260px;padding:12px;display:flex;flex-direction:column;gap:2px;background:var(--glass-strong);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);border:.5px solid var(--hair);border-radius:var(--r-5);box-shadow:var(--shadow-3);z-index:60;animation:dropIn .2s cubic-bezier(.22,.61,.36,1) both}@keyframes dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.avatar-dropdown .ad-user{padding:8px 10px;border-bottom:.5px solid var(--hair);margin-bottom:4px}.avatar-dropdown .ad-user strong{display:block;font:600 13px/1.4 var(--font);color:var(--ink)}.avatar-dropdown .ad-user small{display:block;font-size:11.5px;color:var(--ink-3);margin-top:1px}.avatar-dropdown .ad-quota{padding:6px 10px;font-size:12px;color:var(--ink-3)}.avatar-dropdown .ad-row{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:7px;font-size:13px;color:var(--ink-2);cursor:pointer;transition:background .14s}.avatar-dropdown .ad-row:hover{background:#0000000a;color:var(--ink)}.demo-toggle{width:36px;height:20px;border-radius:999px;border:0;background:var(--surface-sunk);position:relative;transition:background .2s;cursor:pointer;flex-shrink:0}.demo-toggle.is-on{background:var(--brand)}.demo-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 2px #0000001f;transition:transform .2s}.demo-toggle.is-on:after{transform:translate(16px)}.demo-nav-pill{position:fixed;bottom:48px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:4px;background:#0f172aeb;color:#fff;border-radius:var(--r-pill);box-shadow:var(--shadow-4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);font-size:12px;z-index:100;animation:pillIn .4s cubic-bezier(.22,.61,.36,1) both}@keyframes pillIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.demo-nav-pill .demo-badge-pill{padding:4px 10px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;border-right:1px solid rgba(255,255,255,.12);margin-right:2px}.demo-nav-pill .demo-selected-tag{padding:4px 8px;font-size:10px;font-weight:500;color:#fffc;background:#ffffff1f;border-radius:var(--r-pill);cursor:pointer;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:background .14s}.demo-nav-pill .demo-selected-tag:hover{background:#ffffff38}.demo-nav-pill button{padding:6px 14px;border:0;background:transparent;border-radius:var(--r-pill);color:#ffffffb3;font:500 12px/1 var(--font);cursor:pointer;transition:color .14s,background .14s}.demo-nav-pill button.active{background:#fff;color:var(--brand);font-weight:600}.demo-nav-pill button:hover:not(.active):not(.disabled){color:#fff}.demo-nav-pill button.disabled{opacity:.35;cursor:not-allowed}.demo-nav-pill button.disabled:hover{color:#ffffffb3}.demo-nav-pill__close{background:none;border:none;color:#ffffff80;cursor:pointer;font-size:16px;padding:2px 6px;margin-left:4px;border-radius:4px;transition:color .14s,background .14s}.demo-nav-pill__close:hover{color:#fff;background:#ffffff26}.rail-l{background:var(--glass-tint);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-right:.5px solid var(--hair);display:flex;flex-direction:column;min-width:0;overflow:hidden}.rl-head{padding:14px 12px 12px;display:flex;flex-direction:column;gap:10px}.rl-head-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.rl-head-title{font-size:13px;font-weight:600;color:var(--ink-2);padding-left:4px}.rl-collapse-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;color:var(--ink-4);cursor:pointer;transition:background .12s,color .12s;flex-shrink:0}.rl-collapse-btn:hover{background:#0000000f;color:var(--ink-2)}.work[data-left=collapsed] .rl-head{padding:10px 6px;align-items:center}.seg{display:inline-flex;padding:2px;background:#0000000d;border-radius:9px;width:100%;position:relative}.seg button{flex:1;padding:6px 8px;border-radius:7px;font:500 12px/1.2 var(--font);color:var(--ink-3);transition:color .2s;position:relative;z-index:1;letter-spacing:-.003em}.seg button.is-on{color:var(--ink)}.seg-thumb{position:absolute;top:2px;bottom:2px;background:var(--surface);border-radius:7px;box-shadow:0 1px 2px #0000000d,0 0 0 .5px #0000000a;transition:left .32s cubic-bezier(.22,.61,.36,1),width .32s cubic-bezier(.22,.61,.36,1)}.search{display:flex;align-items:center;gap:6px;padding:7px 10px;background:#0000000a;border-radius:9px;border:.5px solid transparent;transition:background .14s,border-color .14s,box-shadow .14s}.search:focus-within{background:var(--surface);border-color:var(--brand-tint);box-shadow:0 0 0 3px var(--brand-soft)}.search svg{color:var(--ink-4);flex-shrink:0}.search input{flex:1;background:0;border:0;outline:0;font-size:12.5px;color:var(--ink);letter-spacing:-.003em;min-width:0}.search input::-moz-placeholder{color:var(--ink-4)}.search input::placeholder{color:var(--ink-4)}.search .esc{padding:1px 5px;font:500 10px/1.4 var(--mono);color:var(--ink-4);border-radius:4px;background:#0000000a}.rl-body{flex:1;overflow:auto;padding:4px 0 16px}.rl-body::-webkit-scrollbar{width:10px}.rl-body::-webkit-scrollbar-track{background:transparent}.rl-body::-webkit-scrollbar-thumb{background:transparent;border:3px solid transparent;border-radius:999px;background-clip:padding-box}.rail-l:hover .rl-body::-webkit-scrollbar-thumb{background-color:var(--line-strong);background-clip:padding-box}.group-label{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 6px;font:500 10.5px/1 var(--font);letter-spacing:.02em;color:var(--ink-4)}.group-label small{font-weight:400}.hist{padding:0 8px;display:flex;flex-direction:column;gap:1px}.hist-item{display:grid;grid-template-columns:1fr auto;gap:0;align-items:center;padding:0 4px 0 0;border-radius:8px;position:relative;color:var(--ink-2);text-align:left;transition:background .14s}.hist-item:hover{background:#0000000a}.hist-item.is-active{background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #0000000a,0 0 0 .5px #0000000d}.hist-item__main{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:start;padding:8px 10px;cursor:pointer;background:none;border:none;color:inherit;font:inherit;text-align:left;min-width:0}.hist-item__delete{opacity:0;background:none;border:none;cursor:pointer;color:var(--ink-4);padding:4px;border-radius:4px;transition:opacity .14s,color .14s,background .14s;flex-shrink:0;align-self:center}.hist-item:hover .hist-item__delete{opacity:1}.hist-item__delete:hover{color:#ef4444;background:#ef444414}.hist-item .title{font-size:13px;letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.hist-item.is-active .title{font-weight:500}.hist-item .meta{font-size:11px;color:var(--ink-4);margin-top:3px;display:flex;align-items:center;gap:5px}.hist-item .meta .dot{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.hist-item .when{font-size:10.5px;color:var(--ink-4);padding-top:2px;white-space:nowrap}.outline{padding:0 8px;display:flex;flex-direction:column;gap:1px}.outline-node{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:6px;padding:7px 8px;border-radius:8px;cursor:pointer;color:var(--ink-2);transition:background .14s,color .14s;position:relative}.outline-node:hover{background:#0000000a}.outline-node.is-on{background:var(--surface);color:var(--ink);font-weight:500;box-shadow:0 1px 2px #0000000a,0 0 0 .5px #0000000d}.outline-node.is-on:before{content:"";position:absolute;left:3px;top:8px;bottom:8px;width:2.5px;border-radius:2px;background:var(--brand-grad)}.outline-node .idx{font:500 10.5px/1 var(--mono);color:var(--ink-4);letter-spacing:.02em}.outline-node.is-on .idx{color:var(--brand)}.outline-node .lbl{font-size:13px;letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-node .marks{display:inline-flex;align-items:center;gap:4px}.outline-node .marks .badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#0000000d;color:var(--ink-3);font:500 10px/1 var(--font)}.outline-node .marks .badge.b{background:var(--brand-soft);color:var(--brand-deep)}.outline-sub{margin-left:32px;padding:5px 10px;border-radius:7px;font-size:12.5px;color:var(--ink-3);cursor:pointer;transition:background .14s,color .14s;letter-spacing:-.003em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.outline-sub:hover{background:#0000000a;color:var(--ink)}.outline-sub.is-on{color:var(--brand-deep);background:var(--brand-soft)}.progress{margin:4px 16px 10px;padding:12px 14px;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 24px #0000000a}.progress .hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.progress .hd b{font-size:11.5px;font-weight:600;color:var(--ink)}.progress .hd span{font-size:11px;color:var(--ink-3)}.progress .track{height:4px;background:#0000000f;border-radius:4px;overflow:hidden}.progress .fill{height:100%;width:0;background:var(--brand-grad);border-radius:4px;transition:width .6s cubic-bezier(.22,.61,.36,1)}.rl-foot{padding:10px 8px 12px;border-top:.5px solid var(--hair);display:flex;flex-direction:column;gap:1px}.rl-foot-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;color:var(--ink-3);font-size:13px;transition:background .14s,color .14s;cursor:pointer}.rl-foot-item:hover{background:#0000000a;color:var(--ink)}.rail-icons{display:none;flex-direction:column;gap:4px;padding:8px 6px;align-items:center}.work[data-left=collapsed] .rail-icons{display:flex}.work[data-left=collapsed] .rl-body>*:not(.rail-icons){display:none}.canvas{position:relative;overflow:auto;scroll-behavior:smooth;background:#fff}.canvas::-webkit-scrollbar{width:14px}.canvas::-webkit-scrollbar-track{background:transparent}.canvas::-webkit-scrollbar-thumb{background:transparent;border:4px solid transparent;border-radius:999px;background-clip:padding-box}.canvas:hover::-webkit-scrollbar-thumb{background-color:#0000002e;background-clip:padding-box}.doc{position:relative;max-width:calc(var(--doc-max) + 180px);margin:0 auto;padding:96px 90px 200px}.mast{padding-bottom:4px}.mast .eyebrow{display:inline-flex;align-items:center;gap:9px;font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);margin-bottom:28px;text-transform:uppercase}.mast .eyebrow .e-mode{background:var(--brand-grad);color:#fff;padding:3px 9px;border-radius:var(--r-pill);font:600 9.5px/1.4 var(--font);letter-spacing:.08em;box-shadow:0 2px 6px #6a5bff4d}.mast .eyebrow .sep{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.mast h1{font-family:var(--font-d);font-size:60px;font-weight:600;letter-spacing:-.035em;line-height:1.04;margin:0 0 28px;color:var(--ink);text-wrap:balance}.mast .dek{font-size:21px;line-height:1.5;letter-spacing:-.018em;color:var(--ink-2);margin:0 0 56px;max-width:600px;font-weight:400}.mast .meta{display:flex;flex-wrap:wrap;gap:8px 18px;font:500 11.5px/1 var(--font);color:var(--ink-3);align-items:center;padding-bottom:64px;border-bottom:.5px solid var(--hair);letter-spacing:-.003em}.mast .meta .sep{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.mast .meta .grow{flex:1}.leads{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:64px 0 4px}.lead{position:relative;padding:22px 24px 24px;border-radius:var(--r-6);background:var(--surface);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;overflow:hidden}.lead .kicker{display:flex;align-items:center;gap:6px;font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin-bottom:14px}.lead .kicker svg{color:var(--ink-3);width:12px;height:12px}.lead p{margin:0;font-size:14.5px;line-height:1.68;letter-spacing:-.005em;color:var(--ink);text-wrap:pretty}.lead.is-rec{background:radial-gradient(ellipse at top right,rgba(122,90,248,.1),transparent 55%),linear-gradient(165deg,#f8f6ff,#fff 80%);box-shadow:0 0 0 .5px #6a5bff33,0 1px 2px #00000008}.lead.is-rec .kicker{color:var(--brand-deep)}.lead.is-rec .kicker svg{color:var(--brand)}.visual-summary{margin:28px 0 8px}.visual-summary__label{display:flex;align-items:center;gap:6px;font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase;margin-bottom:14px}.visual-summary__label svg{width:12px;height:12px;color:var(--ink-4)}.visual-summary__strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.visual-summary__card{border-radius:var(--r-6);background:var(--surface);box-shadow:0 0 0 .5px var(--hair),0 1px 3px #0000000a;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.visual-summary__card:hover{box-shadow:0 0 0 .5px var(--hair),var(--shadow-md, 0 4px 12px rgba(0,0,0,.08));transform:translateY(-1px)}.visual-summary__thumb{height:120px;overflow:hidden;background:radial-gradient(ellipse at 22% 65%,rgba(106,91,255,.08),transparent 55%),radial-gradient(ellipse at 78% 30%,rgba(255,153,200,.06),transparent 55%),var(--bg-2)}.visual-summary__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.visual-summary__thumb--placeholder{display:flex;align-items:center;justify-content:center}.visual-summary__thumb-label{font:600 11px/1 var(--font);letter-spacing:.03em;color:var(--ink-4);text-transform:uppercase}.visual-summary__info{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px}.visual-summary__type{font:500 10px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase}.visual-summary__title{margin:0;font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--ink);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.visual-summary__takeaway{margin:2px 0 0;font-size:12.5px;line-height:1.5;color:var(--ink-3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prose{min-width:0;max-width:100%}.prose .h2-block{margin:112px 0 24px;position:relative}.prose .h2-block:before{display:none}.prose h2{font-family:var(--font-d);font-size:36px;font-weight:600;letter-spacing:-.026em;line-height:1.12;margin:0;scroll-margin-top:24px;color:var(--ink)}.prose h2 .num{display:block;font:500 11px/1 var(--font);letter-spacing:.1em;color:var(--brand-deep);margin-bottom:14px;text-transform:uppercase}.prose .module-question{font-size:13px;color:var(--ink-3);margin-top:4px;margin-bottom:24px;font-style:italic}.prose h3{font-size:22px;font-weight:600;letter-spacing:-.016em;line-height:1.25;margin:56px 0 16px;color:var(--ink);border-left:none;padding-left:0}.prose h4{font-size:17px;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:40px 0 12px;color:var(--ink)}.prose p{margin:16px 0;font-size:16px;line-height:1.85;letter-spacing:-.005em;color:var(--ink-2);text-wrap:pretty}.prose p.lead-p{font-size:18px;line-height:1.7;letter-spacing:-.012em;color:var(--ink);margin-top:8px;font-weight:400}.prose ul,.prose ol{padding-left:26px;margin:22px 0}.prose li{font-size:16px;line-height:1.85;margin:8px 0;color:var(--ink-2);letter-spacing:-.005em}.prose li::marker{color:var(--ink-4)}.prose strong{color:var(--ink);font-weight:600}.prose em{font-style:normal;background:linear-gradient(180deg,transparent 64%,var(--brand-tint) 64%);padding:0 1px}.takeaway{position:relative;margin:28px 0 36px;padding:24px 28px 26px;background:linear-gradient(135deg,#1c1c2e,#2d2b55 40%,#1a1a2e);border-radius:var(--r-6);box-shadow:0 2px 8px #0000001f,0 12px 32px #00000014;overflow:hidden}.takeaway:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#7c6cff,#5a4ee6,#4338ca)}.takeaway:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at top right,rgba(122,90,248,.15),transparent 60%);pointer-events:none}.takeaway .label{position:relative;display:inline-flex;align-items:center;gap:6px;font:600 10.5px/1 var(--font);letter-spacing:.06em;text-transform:uppercase;color:#a096ffd9;margin-bottom:12px}.takeaway p{position:relative;margin:0;font-size:15.5px;line-height:1.75;color:#ffffffeb;letter-spacing:-.005em}.takeaway strong{color:#fff;font-weight:600}.chapter-summary-card{position:relative;padding:16px 20px 16px 22px;border-radius:var(--r-5);margin:16px 0 24px;background:radial-gradient(ellipse at top right,rgba(94,92,230,.07),transparent 58%),linear-gradient(165deg,#f4f5fb,#fbfbfe 82%);box-shadow:0 0 0 .5px #4b49c024,0 6px 20px #4b49c00d}.chapter-summary-card:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;border-radius:0 2px 2px 0;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-2) 100%)}.chapter-summary-card p{margin:0;font-size:14px;line-height:1.7;color:var(--ink-2);letter-spacing:-.003em}.chapter-summary-card strong{color:var(--brand-deep);font-weight:600}.cite{display:inline-flex;align-items:center;padding:0 6px;height:17px;border-radius:5px;background:#0000000d;color:var(--ink-3);font:500 10px/1 var(--mono);margin:0 2px;transform:translateY(-2px);letter-spacing:.02em;cursor:pointer;transition:background .14s,color .14s}.cite:hover{background:var(--ink);color:#fff}.anchored{background:linear-gradient(180deg,transparent 64%,#FFE7A3 64%);padding:0 1px;cursor:pointer;transition:background .16s;border-radius:2px}.anchored:hover{background:linear-gradient(180deg,transparent 64%,#FFD16B 64%)}.anchored.is-on{background:linear-gradient(180deg,transparent 62%,#FFD16B 62%)}.figure{margin:36px 0;border-radius:var(--r-7);background:var(--surface);box-shadow:var(--shadow-1),0 12px 32px #0000000d;overflow:hidden}.figure .fh{padding:22px 26px 12px;display:flex;flex-direction:column;gap:4px}.figure .fh .k{font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase}.figure .fh h4{margin:8px 0 6px;font-size:17px;font-weight:600;letter-spacing:-.014em;color:var(--ink)}.figure .fh .takeaway-line{font-size:14px;color:var(--ink-2);line-height:1.55;letter-spacing:-.005em}.figure .fb{height:260px;margin:0 26px 14px;border-radius:var(--r-6);background:radial-gradient(ellipse at 22% 65%,rgba(106,91,255,.1),transparent 55%),radial-gradient(ellipse at 78% 30%,rgba(255,153,200,.08),transparent 55%),var(--bg-2);position:relative;overflow:hidden}.figure .fb:has(img){height:auto;min-height:0;background:none}.figure .fb img{display:block;width:100%;height:auto;border-radius:inherit}.figure .fb .ph{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--r-pill);background:var(--surface);box-shadow:0 1px 3px #0000000f,0 0 0 .5px var(--hair);color:var(--ink-3);font-size:12px;letter-spacing:-.005em}.figure .ff{padding:12px 26px 16px;display:flex;align-items:center;justify-content:space-between;font-size:11.5px;color:var(--ink-4)}.figure .ff .src{display:inline-flex;align-items:center;gap:5px}.direction-card{position:relative;margin:36px 0;border-radius:var(--r-7);background:var(--surface);box-shadow:var(--shadow-2);overflow:hidden}.direction-card .top-band{height:4px;background:var(--brand-grad)}.direction-card .dch{padding:22px 26px 14px;display:flex;align-items:center;justify-content:space-between}.direction-card .dch .ttl{font-size:14.5px;font-weight:600;letter-spacing:-.012em;display:flex;align-items:center;gap:10px}.direction-card .dch .ttl .badge{width:26px;height:26px;border-radius:8px;background:var(--brand-grad);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #6a5bff40,0 4px 12px #6a5bff26}.direction-card .dch .state{font-size:11.5px;color:var(--ink-3);display:inline-flex;align-items:center;gap:6px}.direction-card .opts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 26px 26px}.dopt{text-align:left;border-radius:var(--r-5);background:var(--bg-3);box-shadow:0 0 0 .5px var(--hair);padding:14px 16px;cursor:pointer;transition:background .18s,box-shadow .18s,transform 80ms}.dopt:hover{background:var(--surface);box-shadow:0 0 0 .5px var(--hair-strong),0 8px 18px #0000000d}.dopt:active{transform:scale(.99)}.dopt.on{background:var(--surface);box-shadow:0 0 0 1.5px var(--ink),0 8px 22px #0000001f}.dopt .tag{display:inline-block;padding:2px 8px;border-radius:var(--r-pill);font:500 10px/1.4 var(--font);background:#0000000d;color:var(--ink-3);margin-bottom:9px;letter-spacing:.02em}.dopt.on .tag{background:var(--brand-soft);color:var(--brand-deep)}.dopt .ti{font-size:13.5px;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin-bottom:4px}.dopt .de{font-size:11.5px;color:var(--ink-3);line-height:1.55;letter-spacing:-.003em}.prose p,.prose ul,.prose ol{position:relative}.prose p:hover .add-com,.prose ul:hover .add-com,.prose ol:hover .add-com{opacity:1;transform:translate(-44px,-2px)}.add-com{position:absolute;left:0;top:4px;width:24px;height:24px;border-radius:999px;background:var(--surface);box-shadow:0 0 0 .5px var(--hair),0 2px 6px #0000000f,0 8px 20px #0000000f;color:var(--ink-3);display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translate(-34px,-2px);transition:opacity .24s,transform .24s cubic-bezier(.22,.61,.36,1),color .16s;cursor:pointer}.add-com:hover{color:var(--brand)}.rail-r{background:var(--glass-tint);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-left:.5px solid var(--hair);display:flex;flex-direction:column;min-width:0;overflow:hidden}.rr-tabs{display:flex;padding:12px 14px 0;gap:2px;position:relative;border-bottom:.5px solid var(--hair)}.rr-tabs button{position:relative;padding:8px 12px 12px;font:500 12.5px/1 var(--font);color:var(--ink-3);letter-spacing:-.003em;transition:color .2s;display:inline-flex;align-items:center;gap:5px}.rr-tabs button.on{color:var(--ink)}.rr-tabs button.on:after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:2px;background:var(--ink);border-radius:2px}.rr-tabs .pill-count{background:#0000000f;color:var(--ink-3);font:500 10px/1 var(--font);padding:2px 5px;border-radius:999px;min-width:16px;text-align:center}.rr-tabs button.on .pill-count{background:var(--ink);color:#fff}.rr-body{flex:1;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:8px}.rr-body::-webkit-scrollbar{width:10px}.rr-body::-webkit-scrollbar-track{background:transparent}.rr-body::-webkit-scrollbar-thumb{background:transparent;border:3px solid transparent;border-radius:999px;background-clip:padding-box}.rail-r:hover .rr-body::-webkit-scrollbar-thumb{background-color:var(--line-strong);background-clip:padding-box}.com{background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 22px #0000000d;padding:14px 16px;cursor:pointer;transition:box-shadow .2s,transform .16s;position:relative}.com:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 4px 12px #0000000f,0 16px 36px #00000014;transform:translateY(-1px)}.com.is-on{box-shadow:0 0 0 1.5px var(--ink),0 8px 24px #0000001a}.com.draft:before{content:"草稿";position:absolute;top:12px;right:14px;font:500 9.5px/1.4 var(--font);color:var(--amber);background:var(--amber-soft);padding:2px 7px;border-radius:var(--r-pill);letter-spacing:.02em}.com .scope{font-size:10.5px;color:var(--ink-4);letter-spacing:.02em;display:inline-flex;align-items:center;gap:6px;margin-bottom:8px}.com .scope b{color:var(--brand);font-weight:600}.com .q{background:#00000008;border-radius:7px;padding:8px 10px;font-size:12px;color:var(--ink-3);margin-bottom:9px;position:relative;line-height:1.55}.com .q:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2.5px;background:#ffc940;border-radius:2px}.com .b{font-size:13px;color:var(--ink);line-height:1.6;letter-spacing:-.005em}.com .actions{margin-top:11px;padding-top:11px;border-top:.5px solid var(--hair);display:flex;gap:4px;align-items:center}.com .actions button{padding:4px 9px;font-size:11.5px;color:var(--ink-3);border-radius:6px;transition:background .14s,color .14s}.com .actions button:hover{background:var(--surface-muted);color:var(--ink)}.com .actions button.brand{color:var(--brand);font-weight:500}.com .actions button.brand:hover{background:var(--brand-soft)}.batch-banner{margin:0 0 10px;padding:14px 16px;border-radius:var(--r-5);background:radial-gradient(ellipse at top left,rgba(122,90,248,.1),transparent 60%),linear-gradient(165deg,#f8f6ff,#fcfbff 80%);box-shadow:0 0 0 .5px #6a5bff2e,0 8px 24px #6a5bff0f}.batch-banner .ttl{font-size:13px;font-weight:600;color:var(--brand-deep);letter-spacing:-.008em;display:flex;align-items:center;gap:6px;margin-bottom:4px}.batch-banner .sub{font-size:11.5px;line-height:1.55;color:var(--ink-2);letter-spacing:-.003em}.batch-banner .actions{margin-top:10px;display:flex;gap:6px}.batch-banner .count{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#fff9;border-radius:var(--r-pill);font:500 10.5px/1.4 var(--font);color:var(--brand-deep);letter-spacing:.02em;margin-left:auto}.src-card{background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;padding:13px 15px;transition:box-shadow .2s,transform .16s;cursor:pointer}.src-card:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 8px 22px #0000000f;transform:translateY(-1px)}.src-card .head{display:flex;align-items:center;gap:7px;margin-bottom:6px}.src-card .tag{font:500 10px/1.4 var(--font);padding:2px 8px;border-radius:var(--r-pill);background:#0000000d;color:var(--ink-3);letter-spacing:.02em}.src-card .tag.industry{background:var(--brand-soft);color:var(--brand-deep)}.src-card .tag.academic{background:#e8f1ef;color:#1d5d52}.src-card .tag.regulation{background:#fbe4e8;color:#c42e4a}.src-card .tag.user{background:#e7f5eb;color:#1a6e3a}.src-card .tag.comp{background:#fbf1e0;color:#c77800}.src-card .num{font:500 10px/1 var(--mono);color:var(--ink-4)}.src-card .title{font-size:13px;font-weight:500;color:var(--ink);letter-spacing:-.008em;line-height:1.45}.src-card .host{margin-top:5px;font-size:11px;color:var(--ink-4);display:flex;align-items:center;gap:5px}.dir-rail{background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 8px 24px #0000000a;overflow:hidden;text-align:left;display:block;width:100%;cursor:pointer;transition:box-shadow .2s,transform .16s}.dir-rail:hover{transform:translateY(-1px);box-shadow:0 0 0 .5px var(--hair-strong),0 16px 36px #0000000f}.dir-rail.is-on{box-shadow:0 0 0 1.5px var(--ink),0 16px 36px #0000001a}.dir-rail .top{padding:14px 18px 6px}.dir-rail .top .k{font:500 10.5px/1 var(--font);color:var(--ink-3);letter-spacing:.02em;margin-bottom:8px;display:flex;align-items:center;gap:6px}.dir-rail .top .ti{font-size:15.5px;font-weight:600;letter-spacing:-.014em;color:var(--ink)}.dir-rail .body{padding:8px 18px 16px}.dir-rail .body .row{display:flex;flex-direction:column;gap:3px;margin:10px 0;font-size:12px}.dir-rail .body .row .lbl{font:500 10px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase}.dir-rail .body .row .v{color:var(--ink-2);line-height:1.55;letter-spacing:-.003em}.ver-list{display:flex;flex-direction:column;gap:8px}.ver{background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 8px 22px #0000000d;position:relative;padding:14px 16px 14px 36px}.ver:before{content:"";position:absolute;left:16px;top:18px;width:8px;height:8px;border-radius:999px;background:var(--surface);box-shadow:0 0 0 2px var(--line-strong)}.ver.is-on:before{background:var(--brand);box-shadow:0 0 0 2px var(--brand-soft),0 0 0 4px var(--brand-tint)}.ver .lbl{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.ver .lbl b{font:500 13px/1 var(--mono);letter-spacing:-.005em;color:var(--ink)}.ver .lbl span{font-size:11px;color:var(--ink-4)}.ver .summary{font-size:12.5px;color:var(--ink-2);line-height:1.6;letter-spacing:-.003em}.ver .a{margin-top:10px;display:flex;gap:4px}.ver .a button{padding:4px 10px;font-size:11.5px;border-radius:6px;color:var(--ink-3);transition:background .14s,color .14s}.ver .a button:hover{background:var(--surface-muted);color:var(--ink)}.composer{border-top:.5px solid var(--hair);background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.composer .sel{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:var(--r-pill);background:#ffc85029;border:.5px solid rgba(255,180,50,.3);font-size:11px;color:var(--ink-2);align-self:flex-start;max-width:100%}.composer .sel .q{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.composer .sel button{font-size:13px;color:var(--ink-4);padding:0 2px}.composer .box{display:flex;align-items:flex-end;gap:6px;border-radius:var(--r-5);background:var(--surface);padding:6px 6px 6px 14px;border:.5px solid var(--hair);transition:border-color .16s,box-shadow .16s;box-shadow:0 1px 2px #00000008}.composer .box:focus-within{border-color:var(--brand-tint);box-shadow:0 0 0 3px var(--brand-soft),0 1px 2px #00000008}.composer textarea{flex:1;background:0;border:0;outline:0;resize:none;font-family:inherit;font-size:13px;line-height:1.6;color:var(--ink);letter-spacing:-.005em;min-height:32px;max-height:120px;padding:7px 0}.composer textarea::-moz-placeholder{color:var(--ink-4)}.composer textarea::placeholder{color:var(--ink-4)}.composer .add{width:30px;height:30px;border-radius:9px;background:var(--bg-2);color:var(--ink-2);display:flex;align-items:center;justify-content:center;transition:background .16s,color .16s}.composer .add:hover{background:var(--surface-muted);color:var(--ink)}.composer .hint{font-size:10.5px;color:var(--ink-4);display:flex;justify-content:space-between;padding:0 2px}.batch-submit{margin-top:8px;display:flex;align-items:center;gap:8px;padding:11px 14px;border-radius:12px;background:#0a0a0c;color:#fff;box-shadow:inset 0 .5px #ffffff2e,0 1px 2px #0000001f,0 12px 32px #0000002e;cursor:pointer;transition:background .14s,transform 80ms}.batch-submit:hover{background:#1c1c1e}.batch-submit:active{transform:scale(.99)}.batch-submit .text{font-size:12.5px;font-weight:500;letter-spacing:-.003em;flex:1}.batch-submit .count{font:600 11px/1.4 var(--mono);padding:2px 8px;background:#fff3;border-radius:var(--r-pill)}.export-dock{border-top:.5px solid var(--hair);background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:12px 14px;display:flex;align-items:center;gap:8px}.export-dock .label{font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);margin-right:4px;text-transform:uppercase}.sel-tool{position:fixed;z-index:60;display:inline-flex;align-items:center;padding:4px;background:#1c1c1eeb;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border-radius:12px;box-shadow:inset 0 .5px #ffffff14,0 18px 44px #0000004d,0 4px 14px #00000029;color:#fff}.sel-tool button{padding:6px 10px;border-radius:8px;color:#fff;font:500 12px/1 var(--font);display:inline-flex;align-items:center;gap:5px;transition:background .12s}.sel-tool button:hover{background:#ffffff24}.sel-tool .div{width:.5px;align-self:stretch;background:#ffffff29;margin:4px 2px}.statusbar{display:flex;align-items:center;gap:12px;padding:0 14px;background:var(--glass);backdrop-filter:saturate(180%) blur(24px);-webkit-backdrop-filter:saturate(180%) blur(24px);border-top:.5px solid var(--hair);font:500 11px/1 var(--font);color:var(--ink-3);letter-spacing:-.003em}.statusbar .item{display:inline-flex;align-items:center;gap:5px}.statusbar .item b{color:var(--ink-2);font-weight:500}.statusbar .sep{width:.5px;height:12px;background:var(--hair)}.statusbar .grow{flex:1}a.statusbar__icp{color:var(--ink-4);text-decoration:none;font-size:10px;letter-spacing:.01em}a.statusbar__icp:hover{color:var(--ink-3)}.cmd-shroud{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:100;display:flex;align-items:flex-start;justify-content:center;padding-top:14vh;animation:shroudIn .22s ease-out}@keyframes shroudIn{0%{opacity:0}to{opacity:1}}.cmd-palette{width:620px;max-width:calc(100% - 32px);background:var(--glass-strong);backdrop-filter:saturate(180%) blur(48px);-webkit-backdrop-filter:saturate(180%) blur(48px);border-radius:20px;box-shadow:inset 0 .5px #fff9,0 0 0 .5px #00000014,0 36px 90px #0000003d;overflow:hidden;display:flex;flex-direction:column;animation:paletteIn .26s cubic-bezier(.22,.61,.36,1)}@keyframes paletteIn{0%{opacity:0;transform:translateY(-12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cmd-palette .top{padding:16px 18px;border-bottom:.5px solid var(--hair);display:flex;align-items:center;gap:12px}.cmd-palette .top svg{color:var(--ink-3)}.cmd-palette .top input{flex:1;background:0;border:0;outline:0;font:400 15.5px/1 var(--font);color:var(--ink);letter-spacing:-.012em}.cmd-palette .top input::-moz-placeholder{color:var(--ink-4)}.cmd-palette .top input::placeholder{color:var(--ink-4)}.cmd-palette .top .esc{padding:2px 6px;font:500 10.5px/1.4 var(--mono);color:var(--ink-4);border-radius:5px;background:#0000000a;border:.5px solid var(--hair)}.cmd-palette .list{max-height:420px;overflow:auto;padding:6px}.cmd-grp{padding:12px 12px 4px;font:500 10.5px/1 var(--font);letter-spacing:.02em;color:var(--ink-4)}.cmd-item{display:grid;grid-template-columns:22px 1fr auto;gap:12px;align-items:center;padding:9px 12px;border-radius:9px;cursor:pointer;font-size:13.5px;letter-spacing:-.005em;color:var(--ink);transition:background .1s}.cmd-item svg{color:var(--ink-3)}.cmd-item .hint{font-size:11px;color:var(--ink-4)}.cmd-item:hover,.cmd-item.on{background:var(--ink);color:#fff}.cmd-item:hover svg,.cmd-item.on svg,.cmd-item:hover .hint,.cmd-item.on .hint{color:#ffffffb3}.cmd-foot{padding:10px 16px;border-top:.5px solid var(--hair);display:flex;gap:14px;font-size:11px;color:var(--ink-4)}.gen-canvas{padding:84px 100px;max-width:920px;margin:0 auto}.gen-canvas .eyebrow-gen{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand-deep);font-size:11.5px;margin-bottom:22px;font-weight:500;letter-spacing:-.003em}.gen-canvas h2{font:600 36px/1.1 var(--font-d);letter-spacing:-.025em;margin:0 0 10px;color:var(--ink)}.gen-canvas .sub{font-size:16px;color:var(--ink-3);margin-bottom:36px;letter-spacing:-.01em;line-height:1.55;max-width:580px}.gen-flow{background:var(--surface);border-radius:var(--r-7);box-shadow:var(--shadow-2);padding:28px 30px;margin-bottom:22px}.gen-flow .stages{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;position:relative}.gen-flow .stages:before{content:"";position:absolute;left:14px;right:14px;top:7px;height:1px;background:var(--line)}.gen-flow .stage{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--surface);padding:0 6px}.gen-flow .stage .dot{width:14px;height:14px;border-radius:999px;background:var(--surface);box-shadow:0 0 0 1.5px var(--line-strong);z-index:1}.gen-flow .stage.done .dot{background:var(--ink);box-shadow:0 0 0 1.5px var(--ink)}.gen-flow .stage.now .dot{background:conic-gradient(from 0deg,var(--brand) 0deg,var(--brand) 270deg,transparent 360deg);box-shadow:0 0 0 1.5px var(--brand),0 0 0 5px var(--brand-soft);animation:spin 2s linear infinite}.gen-flow .stage .name{font:500 11px/1.2 var(--font);color:var(--ink-3);letter-spacing:-.003em;white-space:nowrap}.gen-flow .stage.now .name{color:var(--brand-deep);font-weight:600}.gen-flow .stage.done .name{color:var(--ink-2)}.gen-flow .progress-bar{height:4px;background:var(--line);border-radius:4px;overflow:hidden}.gen-flow .progress-bar .pf{height:100%;background:var(--brand-grad);border-radius:4px;transition:width .8s cubic-bezier(.22,.61,.36,1)}.gen-flow .ptx{display:flex;justify-content:space-between;margin-top:10px;font:500 12px/1 var(--font);color:var(--ink-3);letter-spacing:-.003em}.gen-flow .ptx b{color:var(--ink);font-weight:600}.gen-modules{background:var(--surface);border-radius:var(--r-7);box-shadow:var(--shadow-2);padding:18px 22px;margin-bottom:22px}.gen-mod-row{display:grid;grid-template-columns:20px 1fr auto;gap:14px;align-items:center;padding:10px 0;border-bottom:.5px solid var(--hair);font-size:13.5px;letter-spacing:-.005em}.gen-mod-row:last-child{border-bottom:none}.gen-mod-row .ic{display:flex;align-items:center;justify-content:center;color:var(--ink-4)}.gen-mod-row.now .ic{color:var(--brand);animation:spin 1.6s linear infinite}.gen-mod-row.done .ic{color:var(--green)}.gen-mod-row.now .nm{color:var(--brand-deep);font-weight:600}.gen-mod-row .et{font:500 11px/1 var(--mono);color:var(--ink-4)}.gen-stream{background:var(--surface);border-radius:var(--r-7);box-shadow:var(--shadow-2);padding:22px 26px;font-size:15px;line-height:1.85;color:var(--ink-2);letter-spacing:-.005em}.gen-stream .k{font:500 10.5px/1 var(--font);color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.gen-stream h3{margin:4px 0 12px;font-size:18px;font-weight:600;color:var(--ink);letter-spacing:-.014em}.gen-stream .cur:after{content:"▌";margin-left:1px;color:var(--brand);animation:caret 1s steps(2) infinite}@keyframes caret{50%{opacity:0}}:where(.tweaks-panel){z-index:999}.home-canvas{padding:80px 80px 160px;max-width:1100px;margin:0 auto;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%}.home-hero{position:relative;margin-bottom:80px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-glow{position:absolute;top:-80px;right:-80px;width:480px;height:320px;background:radial-gradient(ellipse at 60% 40%,rgba(122,90,248,.18),transparent 60%),radial-gradient(ellipse at 30% 70%,rgba(255,153,200,.1),transparent 60%);pointer-events:none;filter:blur(20px);z-index:0}.home-eyebrow{position:relative;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:var(--surface);border-radius:var(--r-pill);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin-bottom:28px}.home-title{position:relative;font-family:var(--font-d);font-size:64px;font-weight:600;letter-spacing:-.038em;line-height:1.02;margin:0 0 28px;color:var(--ink);max-width:760px;text-wrap:balance}.home-sub{position:relative;font-size:19px;line-height:1.55;letter-spacing:-.014em;color:var(--ink-2);max-width:620px;margin:0 0 40px}.home-actions{position:relative;display:flex;gap:10px;justify-content:center}.home-actions .btn{padding:10px 20px;font-size:13.5px}.home-actions .btn.primary{padding:11px 22px;font-size:13.5px}.home-section-label{display:flex;align-items:center;justify-content:space-between;font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin-bottom:18px;padding-bottom:14px;border-bottom:.5px solid var(--hair)}.home-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-card{background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;overflow:hidden;cursor:pointer;transition:box-shadow .22s,transform .16s}.home-card:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 4px 12px #0000000f,0 18px 36px #0000000f;transform:translateY(-2px)}.home-card .card-thumb{height:120px;background:radial-gradient(ellipse at 30% 50%,rgba(122,90,248,.12),transparent 60%),radial-gradient(ellipse at 78% 40%,rgba(255,200,220,.1),transparent 55%),var(--bg-2);position:relative;border-bottom:.5px solid var(--hair)}.home-card .card-meta{padding:14px 18px 0;display:flex;align-items:center;justify-content:space-between}.home-card .card-tag{font:500 10px/1.4 var(--font);padding:2px 8px;border-radius:var(--r-pill);background:#0000000d;color:var(--ink-3);letter-spacing:.04em}.home-card .card-tag.ultra{background:var(--brand-soft);color:var(--brand-deep)}.home-card .card-when{font-size:11px;color:var(--ink-4)}.home-card .card-title{font-size:16px;font-weight:600;letter-spacing:-.014em;line-height:1.4;margin:8px 18px;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:44px}.home-card .card-dek{font-size:12.5px;line-height:1.55;letter-spacing:-.003em;color:var(--ink-3);margin:0 18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:39px}.home-card .card-foot{padding:14px 18px;margin-top:8px;border-top:.5px solid var(--hair);display:flex;align-items:center;justify-content:space-between;font-size:11.5px;color:var(--ink-3)}.home-card .card-foot svg{color:var(--ink-4)}.brief-canvas{padding:96px 90px 200px;max-width:760px;margin:0 auto}.brief-title{font-family:var(--font-d);font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:1.08;margin:28px 0 16px;color:var(--ink);text-wrap:balance}.brief-sub{font-size:18px;line-height:1.55;letter-spacing:-.014em;color:var(--ink-2);margin:0 0 56px;max-width:580px}.brief-form{display:flex;flex-direction:column;gap:28px}.brief-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:8px}.field label{font:500 11.5px/1.4 var(--font);letter-spacing:-.003em;color:var(--ink);display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.field label .req{color:var(--rose);font-weight:600}.field small{font-size:11px;color:var(--ink-3);letter-spacing:-.003em}.field input,.field textarea{width:100%;background:var(--surface);border:.5px solid var(--line);border-radius:12px;padding:12px 14px;font-size:14px;line-height:1.5;color:var(--ink);letter-spacing:-.005em;outline:none;transition:border-color .14s,box-shadow .14s;resize:vertical}.field input::-moz-placeholder,.field textarea::-moz-placeholder{color:var(--ink-4)}.field input::placeholder,.field textarea::placeholder{color:var(--ink-4)}.field input:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.mode-tiles{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.mode-tile{text-align:left;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;padding:18px 20px;cursor:pointer;transition:box-shadow .18s,border-color .2s;height:130px;display:flex;flex-direction:column;overflow:hidden}.mode-tile:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 8px 20px #0000000d}.mode-tile:active{opacity:.85}.mode-tile.on{box-shadow:0 0 0 1.5px var(--ink),0 12px 28px #0000001a}.mode-tile .t-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;flex-shrink:0}.mode-tile .t-name{font-size:14.5px;font-weight:600;letter-spacing:-.012em;color:var(--ink);white-space:nowrap}.mode-tile .t-cost{font:500 11px/1.4 var(--font);color:var(--ink-3);padding:2px 8px;background:#0000000a;border-radius:var(--r-pill);white-space:nowrap}.mode-tile .t-spec{font-size:12px;color:var(--brand-deep);letter-spacing:-.005em;font-weight:500;margin-bottom:4px;flex-shrink:0}.mode-tile .t-desc{font-size:12px;color:var(--ink-3);line-height:1.55;letter-spacing:-.003em}.mode-tiles--compact .mode-tile{height:auto;padding:12px 16px}.mode-tiles--compact .mode-tile .t-head{margin-bottom:3px}.mode-tiles--compact .mode-tile .t-name{font-size:13px}.mode-tiles--compact .mode-tile .t-desc{font-size:11.5px;line-height:1.4}.brief-actions{display:flex;gap:10px;margin-top:8px}.brief-actions .btn.primary{padding:10px 20px;font-size:13.5px}.brief-actions .btn{padding:9px 18px;font-size:13px}.refining-canvas{padding:96px 90px 200px;max-width:760px;margin:0 auto}.refining-title{font-family:var(--font-d);font-size:44px;font-weight:600;letter-spacing:-.028em;line-height:1.1;margin:28px 0 16px;color:var(--ink);text-wrap:balance}.refining-single{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:calc(100vh - var(--top-h) - var(--foot-h) - 40px);padding:15vh 24px 40px}.refining-progress{width:100%;max-width:640px;margin-bottom:32px}.refining-progress-bar{height:3px;background:var(--surface-muted);border-radius:2px;overflow:hidden}.refining-progress-fill{height:100%;background:linear-gradient(90deg,#4338ca,#7c3aed);border-radius:2px;transition:width .3s ease}.refining-progress-meta{display:flex;justify-content:flex-end;align-items:center;margin-top:8px;font-size:13px;color:var(--ink-4)}.refining-topic-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%}.refining-question{max-width:640px;width:100%;transition:opacity .25s ease,transform .25s ease}.refining-question.slide-exit{opacity:0;transform:translate(-20px)}.refining-question.slide-enter{opacity:0;transform:translate(20px);animation:slideInQuestion .25s ease forwards}@keyframes slideInQuestion{to{opacity:1;transform:translate(0)}}.refining-q-title{font-family:var(--font-d);font-size:24px;font-weight:600;text-align:center;color:var(--ink);line-height:1.35;letter-spacing:-.016em;margin:0}.refining-q-desc{font-size:16px;font-weight:400;color:var(--ink-3);text-align:center;margin:12px 0 0;line-height:1.5}.refining-opts{margin-top:32px;display:flex;flex-direction:column;gap:12px}.refining-opt{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid var(--hair);border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s;background:var(--surface);font-size:15px;color:var(--ink-2);text-align:left;width:100%}.refining-opt:hover{background:var(--bg-2)}.refining-opt.selected{border:1.5px solid var(--brand);background:var(--brand-soft);color:var(--ink)}.refining-opt-radio{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--ink-5);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.refining-opt.selected .refining-opt-radio{border-color:var(--brand)}.refining-opt.selected .refining-opt-radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand)}.refining-opt-checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--ink-5);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;color:#fff}.refining-opt.selected .refining-opt-checkbox{border-color:var(--brand);background:var(--brand)}.refining-opt--custom{flex-wrap:wrap}.refining-opt-custom-toggle{display:flex;align-items:center;gap:12px;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.refining-custom-input{width:100%;margin-top:8px;background:var(--bg-2);border:.5px solid transparent;border-radius:8px;padding:10px 14px;font:inherit;font-size:14px;color:var(--ink);outline:none;transition:background .14s,border-color .14s,box-shadow .14s}.refining-custom-input:focus{background:var(--surface);border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.refining-textarea{width:100%;min-height:120px;background:var(--bg-2);border:.5px solid transparent;border-radius:12px;padding:14px 18px;font:inherit;font-size:15px;color:var(--ink);outline:none;resize:vertical;transition:background .14s,border-color .14s,box-shadow .14s;line-height:1.6}.refining-textarea:focus{background:var(--surface);border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.refining-textarea::-moz-placeholder{color:var(--ink-4)}.refining-textarea::placeholder{color:var(--ink-4)}.refining-actions{display:flex;align-items:center;justify-content:space-between;max-width:640px;width:100%;margin-top:40px}.refining-actions-left{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.refining-skip{background:none;border:none;color:var(--ink-3);font-size:14px;cursor:pointer;padding:8px 0;transition:color .15s}.refining-skip:hover{color:var(--ink-2)}.refining-skip:disabled{opacity:.5;cursor:default}.refining-skip-all{display:inline-flex;align-items:center;gap:6px;background:none;border:1px solid var(--hair);border-radius:var(--r-pill);color:var(--ink-3);font-size:13px;cursor:pointer;padding:6px 14px;transition:color .15s,border-color .15s,background .15s}.refining-skip-all:hover{color:var(--ink-2);border-color:var(--hair-strong);background:var(--bg-2)}.refining-skip-all:disabled{opacity:.5;cursor:default}.btn.primary.pill{border-radius:var(--r-pill);padding:10px 24px}.refining-skeleton{max-width:640px;width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.refining-skeleton .skeleton-line{display:block;height:20px;background:var(--surface-muted);border-radius:8px;animation:skeleton-pulse 1.5s ease-in-out infinite}.refining-skeleton .skeleton-line--wide{width:80%;height:24px}.refining-skeleton .skeleton-line--short{width:50%;height:16px}.refining-skeleton-opts{width:100%;margin-top:20px;display:flex;flex-direction:column;gap:12px}.skeleton-opt{display:block;height:52px;background:var(--surface-muted);border-radius:12px;animation:skeleton-pulse 1.5s ease-in-out infinite}.refining-loading-hint{display:flex;align-items:center;gap:8px;margin-top:24px;font-size:14px;color:var(--ink-4)}.refining-single--thinking{justify-content:center;padding-top:0;padding-bottom:80px}.refining-single--thinking .refining-topic-chip{margin-bottom:40px}.refining-thinking-block{max-width:640px;width:100%}.refining-thinking-status{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:15px;color:var(--ink);justify-content:center}.refining-thinking-label{font-weight:600;letter-spacing:-.01em}.refining-thinking-timer{font-variant-numeric:tabular-nums;color:var(--ink-5);min-width:28px;text-align:right}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.q-list{display:flex;flex-direction:column;gap:16px;margin:32px 0}.q-card{background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;padding:24px 26px 22px;transition:box-shadow .2s}.q-card.answered{box-shadow:0 0 0 .5px var(--hair-strong),0 1px 2px #0000000a}.q-head{display:flex;align-items:center;justify-content:space-between;font:500 10.5px/1 var(--font);letter-spacing:.06em;color:var(--ink-4);text-transform:uppercase;margin-bottom:10px}.q-num{white-space:nowrap}.q-num .q-total{color:var(--ink-5)}.q-done{width:18px;height:18px;border-radius:999px;background:var(--green-soft);color:var(--green);display:inline-flex;align-items:center;justify-content:center}.q-prompt{font-size:17px;font-weight:600;letter-spacing:-.014em;line-height:1.4;color:var(--ink);margin:0 0 16px}.q-opts{display:flex;flex-direction:column;gap:6px}.q-opt{text-align:left;display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:10px;font-size:14px;letter-spacing:-.005em;color:var(--ink-2);background:var(--bg-2);transition:background .16s,color .16s;cursor:pointer}.q-opt:hover{background:var(--surface-muted);color:var(--ink)}.q-opt.on{background:var(--surface);color:var(--ink);box-shadow:0 0 0 1.5px var(--ink)}.q-opt .radio{width:16px;height:16px;border-radius:999px;border:1.5px solid var(--line-strong);flex-shrink:0;position:relative;background:var(--surface)}.q-opt.on .radio{border-color:var(--ink)}.q-opt.on .radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--ink);border-radius:999px}.q-opt .checkbox{width:16px;height:16px;border-radius:4px;border:1.5px solid var(--line-strong);flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--surface);color:#fff}.q-opt.on .checkbox{border-color:var(--ink);background:var(--ink)}.q-text{width:100%;background:var(--bg-2);border:.5px solid transparent;border-radius:10px;padding:11px 14px;font:inherit;font-size:14px;color:var(--ink);outline:none;transition:background .14s,border-color .14s,box-shadow .14s}.q-text:focus{background:var(--surface);border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.refining-foot{display:flex;align-items:center;justify-content:space-between;padding-top:22px;border-top:.5px solid var(--hair);margin-top:8px}.refining-status{font-size:12.5px;color:var(--ink-3);letter-spacing:-.003em}.direction-canvas{display:block;padding:64px 80px 200px;max-width:1160px;margin:0 auto}.dir-head{margin-bottom:40px}.dir-title{font-family:var(--font-d);font-size:40px;font-weight:600;letter-spacing:-.026em;line-height:1.1;margin:18px 0 14px;color:var(--ink);text-wrap:balance;max-width:720px}.dir-head .brief-sub{max-width:660px}.dir-steps{display:flex;align-items:center;gap:10px;list-style:none;padding:0;margin:28px 0 0}.dir-steps li{display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 8px;border-radius:var(--r-pill);background:#00000008;font:500 12px/1 var(--font);letter-spacing:-.003em;color:var(--ink-4)}.dir-steps li .num{width:20px;height:20px;border-radius:999px;background:#0000000f;color:var(--ink-3);display:inline-flex;align-items:center;justify-content:center;font:600 10.5px/1 var(--mono)}.dir-steps li.done{color:var(--ink-2)}.dir-steps li.done .num{background:var(--ink);color:#fff}.dir-steps li.now{background:var(--brand-soft);color:var(--brand-deep);font-weight:600}.dir-steps li.now .num{background:var(--brand-grad);color:#fff;box-shadow:0 2px 6px #6a5bff4d}.dir-section-label{display:flex;align-items:center;justify-content:space-between;font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin:0 0 14px}.dir-section-label .dir-section-hint{font-size:11px;color:var(--ink-4);text-transform:none;letter-spacing:-.003em;font-weight:400}.perspective{text-align:left;position:relative;display:block;width:100%;background:var(--surface);border-radius:var(--r-7);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;cursor:pointer;transition:box-shadow .22s,transform .16s}.perspective:hover{box-shadow:0 0 0 .5px var(--hair-strong),0 4px 14px #0000000d,0 24px 50px #0000000f;transform:translateY(-2px)}.perspective.on{box-shadow:0 0 0 1.5px var(--ink),0 24px 50px #0000001f}.dir-featured-wrap{margin-bottom:36px}.perspective.is-featured{background:radial-gradient(ellipse at top right,rgba(122,90,248,.1),transparent 55%),linear-gradient(165deg,#f8f6ff,#fff 70%);padding:0;overflow:hidden}.perspective.is-featured.on{box-shadow:0 0 0 1.5px var(--brand),0 24px 50px #6a5bff2e}.perspective.is-featured:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--brand-grad)}.pf-body{padding:32px 36px 24px}.pf-title{font-family:var(--font-d);font-size:26px;font-weight:600;letter-spacing:-.02em;line-height:1.3;color:var(--ink);margin:14px 0 22px;text-wrap:balance}.pf-details{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}.pf-why{padding:16px 18px;border-radius:var(--r-5);background:#ffffffb3;box-shadow:0 0 0 .5px #6a5bff26}.pf-risk-box{padding:16px 18px;border-radius:var(--r-5);background:#ffffff80;box-shadow:0 0 0 .5px var(--hair)}.pf-risk-lbl{color:var(--ink-3)!important}.pf-why-lbl{display:inline-block;font:500 10px/1 var(--font);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-deep);margin-bottom:8px}.pf-why p,.pf-risk-box p{margin:0;font-size:13px;line-height:1.65;letter-spacing:-.003em;color:var(--ink-2)}.pf-bottom-row{display:flex;flex-wrap:wrap;gap:24px}.pf-outputs-inline,.pf-focus-inline{display:flex;flex-direction:column;gap:8px}.pf-output-tags{display:flex;flex-wrap:wrap;gap:6px}.pf-cta-row{padding:14px 36px;border-top:.5px solid var(--hair);background:#fff9;display:flex;align-items:center;justify-content:space-between;font:500 12px/1 var(--font);letter-spacing:-.003em;color:var(--ink-3)}.pf-cta-state{display:inline-flex;align-items:center;gap:6px;color:var(--ink-2)}.perspective.is-featured.on .pf-cta-state{color:var(--brand-deep);font-weight:600}.pf-cta-hint{color:var(--ink-4);font-weight:400}.dir-others-wrap{margin-bottom:40px}.dir-others-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.perspective.is-alt{padding:22px 24px 80px;min-height:280px}.p-head{display:flex;align-items:center;gap:6px;margin-bottom:14px}.p-rec{font:600 10px/1.4 var(--font);letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:var(--r-pill);background:var(--brand-grad);color:#fff;box-shadow:0 2px 6px #6a5bff4d}.p-tag{font:500 10.5px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase}.p-title{font-family:var(--font-d);font-size:20px;font-weight:600;letter-spacing:-.018em;margin:0 0 12px;color:var(--ink)}.p-claim{font-size:13.5px;line-height:1.6;letter-spacing:-.003em;color:var(--ink-2);margin:0 0 20px}.p-meta{display:flex;flex-direction:column;gap:14px}.p-row .p-lbl{display:block;font:500 10px/1 var(--font);letter-spacing:.06em;color:var(--ink-4);text-transform:uppercase;margin-bottom:7px}.p-tags{display:flex;flex-wrap:wrap;gap:5px}.p-tag-mini{font-size:11.5px;padding:3px 9px;background:#0000000d;color:var(--ink-2);border-radius:var(--r-pill);letter-spacing:-.003em}.p-risk-v{font-size:12px;color:var(--ink-3);line-height:1.55;letter-spacing:-.003em}.p-cta{position:absolute;bottom:22px;left:24px;right:24px;padding:9px 14px;border-radius:10px;background:var(--bg-2);color:var(--ink-3);font:500 12.5px/1 var(--font);text-align:center;display:flex;align-items:center;justify-content:center;gap:5px;letter-spacing:-.003em;transition:background .16s,color .16s}.perspective.is-alt.on .p-cta{background:var(--ink);color:#fff}.dir-foot{margin-top:8px;padding:18px 24px;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 12px 32px #0000000d;display:flex;align-items:center;justify-content:space-between;position:sticky;bottom:24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dir-foot-status{font-size:13px;color:var(--ink-3);letter-spacing:-.003em;display:inline-flex;align-items:center;gap:12px}.dir-foot-status b{color:var(--ink);font-weight:600}.dir-foot-sep{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.dir-foot-actions{display:flex;gap:8px}.dir-foot-actions .btn{padding:9px 18px;font-size:13px}.compare-canvas{padding:96px 80px 200px;max-width:1180px;margin:0 auto}.compare-title{font-family:var(--font-d);font-size:40px;font-weight:600;letter-spacing:-.026em;line-height:1.1;margin:28px 0 16px;color:var(--ink)}.compare-row{margin-top:56px}.compare-chapter{font-size:18px;font-weight:600;letter-spacing:-.014em;color:var(--ink);margin:0 0 16px}.compare-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}.compare-col{background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;overflow:hidden}.compare-tag{display:block;padding:10px 18px;font:500 11px/1 var(--font);letter-spacing:.04em;text-transform:uppercase;border-bottom:.5px solid var(--hair);background:var(--bg-2)}.compare-tag.old{color:var(--ink-3)}.compare-tag.new{color:var(--brand-deep);background:var(--brand-soft)}.compare-body{padding:18px 20px 22px;font-size:14.5px;line-height:1.75;letter-spacing:-.005em;color:var(--ink)}.compare-body p{margin:0}.d-del{background:#f4434b1a;color:var(--rose);text-decoration:line-through;padding:1px 4px;border-radius:4px}.d-add{background:var(--brand-soft);color:var(--brand-deep);padding:1px 4px;border-radius:4px;font-weight:500}.compare-collapsed{margin-top:48px;padding:16px 20px;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair);font-size:12.5px;color:var(--ink-3);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:1px dashed var(--line);border-style:dashed}.compare-collapsed:before{content:"···";letter-spacing:3px;color:var(--ink-4);font-size:14px}.theater-canvas{padding:56px 80px 120px;max-width:1240px;margin:0 auto}.theater-head{margin-bottom:28px}.theater-title{font-family:var(--font-d);font-size:34px;font-weight:600;letter-spacing:-.024em;line-height:1.15;margin:18px 0;color:var(--ink);max-width:760px;text-wrap:balance}.theater-meta{display:flex;align-items:center;gap:14px;font-size:12.5px;color:var(--ink-3);letter-spacing:-.003em}.theater-meta b{color:var(--ink);font-weight:600}.theater-meta .dot{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.theater-meta .grow{flex:1}.theater-meta .leave-hint{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;background:#ffffffb3;border-radius:var(--r-pill);box-shadow:0 0 0 .5px var(--hair);color:var(--ink-2);font-size:11.5px}.theater-phases{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:26px;padding:14px 18px 16px;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;position:relative}.theater-phase{display:flex;flex-direction:column;gap:4px;padding-right:12px;font-size:12.5px;color:var(--ink-4);letter-spacing:-.003em}.theater-phase .dot{width:8px;height:8px;border-radius:999px;background:var(--surface-sunk);box-shadow:0 0 0 1.5px var(--line-strong)}.theater-phase.done{color:var(--ink-2)}.theater-phase.done .dot{background:var(--ink);box-shadow:0 0 0 1.5px var(--ink)}.theater-phase.now{color:var(--brand-deep);font-weight:600}.theater-phase.now .dot{background:conic-gradient(from 0deg,var(--brand) 0deg,var(--brand) 270deg,transparent 360deg);box-shadow:0 0 0 1.5px var(--brand),0 0 0 4px var(--brand-soft);animation:spin 2.4s linear infinite}.theater-phase .nm{font-size:13px}.theater-phase .nt{font:500 10.5px/1 var(--mono);color:var(--ink-4)}.theater-progress{grid-column:1 / -1;margin-top:16px;height:4px;border-radius:4px;background:#0000000f;overflow:hidden}.theater-progress-fill{height:100%;background:var(--brand-grad);border-radius:4px;transition:width .8s cubic-bezier(.22,.61,.36,1)}.theater-progress-meta{grid-column:1 / -1;margin-top:8px;display:flex;justify-content:space-between;font:500 11px/1 var(--mono);color:var(--ink-4);letter-spacing:.02em}.theater-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:24px;margin-top:8px}.theater-col{background:var(--surface);border-radius:var(--r-7);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 24px #0000000a;overflow:hidden;display:flex;flex-direction:column}.theater-col-head{padding:16px 20px 14px;border-bottom:.5px solid var(--hair);display:flex;align-items:center;justify-content:space-between;background:var(--bg-2, #F8F8FA)}.theater-col-head .lbl{font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-2);text-transform:uppercase}.theater-col-head .hint{font-size:11px;color:var(--ink-4);letter-spacing:-.003em}.src-stream{padding:14px 14px 18px;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.src-stream::-webkit-scrollbar{width:8px}.src-stream::-webkit-scrollbar-thumb{background:transparent}.src-stream:hover::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.src-stream-card{background:var(--bg-3);border-radius:var(--r-5);padding:11px 14px;box-shadow:0 0 0 .5px var(--hair);animation:streamIn .38s cubic-bezier(.22,.61,.36,1) both}.src-stream-card.fresh{background:var(--surface);box-shadow:0 0 0 .5px #6a5bff33,0 6px 14px #6a5bff0f}@keyframes streamIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.src-stream-card .head{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-4);margin-bottom:5px}.src-stream-card .tag{font:500 10px/1.4 var(--font);padding:2px 7px;border-radius:var(--r-pill);background:#0000000d;color:var(--ink-3);letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.src-stream-card .tag.industry{background:var(--brand-soft);color:var(--brand-deep)}.src-stream-card .tag.academic{background:#e8f1ef;color:#1d5d52}.src-stream-card .tag.regulation{background:#fbe4e8;color:#c42e4a}.src-stream-card .tag.user{background:#e7f5eb;color:#1a6e3a}.src-stream-card .tag.comp{background:#fbf1e0;color:#c77800}.src-stream-card .host{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.src-stream-card .when{font:500 10px/1 var(--mono);color:var(--ink-4);white-space:nowrap}.src-stream-card .title{font-size:13px;font-weight:500;color:var(--ink);line-height:1.45;letter-spacing:-.005em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.src-stream-more{display:flex;align-items:center;gap:8px;padding:10px 6px;color:var(--ink-4);font-size:12px;letter-spacing:-.003em}.src-stream-more svg{animation:spin 1.4s linear infinite}.src-stream-expand{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 6px;background:none;border:none;cursor:pointer;color:var(--ink-3);font-size:12px;border-radius:var(--r-3);transition:background .15s}.src-stream-expand:hover{background:#0000000a}.mod-stack{padding:14px 16px 18px;display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.mod-stack::-webkit-scrollbar{width:8px}.mod-stack::-webkit-scrollbar-thumb{background:transparent}.mod-stack:hover::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.mod-sum-card{background:var(--bg-3);border-radius:var(--r-5);padding:14px 16px;box-shadow:0 0 0 .5px var(--hair)}.mod-sum-card .head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.mod-sum-card .num{font:600 11px/1 var(--mono);color:var(--ink-3);padding:3px 7px;background:#0000000d;border-radius:var(--r-pill);letter-spacing:.02em}.mod-sum-card .title{flex:1;font-size:13.5px;font-weight:600;color:var(--ink);letter-spacing:-.008em}.mod-sum-card .stat{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--ink-4)}.mod-sum-card .stat svg{color:var(--green)}.mod-sum-card .finding{margin:0;font-size:12.5px;line-height:1.6;color:var(--ink-2);letter-spacing:-.003em}.mod-sum-card.writing{background:var(--surface);box-shadow:0 0 0 .5px #6a5bff33}.mod-sum-card.writing .num{background:var(--brand-soft);color:var(--brand-deep)}.mod-sum-card.writing .writing-stat{color:var(--brand-deep)}.mod-sum-card.writing .writing-stat svg{color:var(--brand);animation:spin 1.4s linear infinite}.writing-bones{display:flex;flex-direction:column;gap:6px}.writing-bones .bone{height:8px;border-radius:4px;background:linear-gradient(90deg,#6a5bff1a,#6a5bff0a);animation:pulseB 1.6s ease-in-out infinite}.writing-bones .bone.short{width:60%}.writing-bones .bone.medium{width:80%}@keyframes pulseB{50%{opacity:.4}}.mod-sum-card.waiting .num{background:#0000000a;color:var(--ink-4)}.mod-sum-card.waiting .title{color:var(--ink-3);font-weight:500}.mod-sum-card.waiting .stat{color:var(--ink-4)}.mod-sum-card.thinking{background:var(--surface);box-shadow:0 0 0 .5px #6a5bff33}.mod-sum-card.thinking .num{background:var(--brand-soft);color:var(--brand-deep)}.mod-sum-card.thinking .thinking-stat{color:var(--brand-deep);font-variant-numeric:tabular-nums}.thinking-spin{color:var(--brand);animation:thinkSpin 3s linear infinite}@keyframes thinkSpin{to{transform:rotate(360deg)}}.thinking-tag.done{display:inline-block;font:400 12px/1.4 var(--font);color:var(--ink-4);margin-top:4px}.thinking-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font:500 11px/1 var(--font);color:var(--ink-3);padding:4px 0 2px;letter-spacing:.01em}.thinking-toggle:hover{color:var(--ink-2)}.thinking-toggle svg{transition:transform .2s}.thinking-toggle svg.rotated{transform:rotate(180deg)}.thinking-panel{margin-top:6px;padding:8px 10px;background:#00000006;border-radius:var(--r-3);max-height:120px;overflow-y:auto}.thinking-panel-text{font:italic 12px/1.6 var(--font);color:var(--ink-3);letter-spacing:-.003em;white-space:pre-wrap;word-break:break-word}.thinking-panel-cursor{display:inline-block;width:2px;height:13px;background:var(--brand);margin-left:2px;vertical-align:text-bottom;animation:blink 1s steps(2) infinite}@keyframes blink{50%{opacity:0}}.theater-preview{margin-top:16px;background:var(--surface);border-radius:var(--r-7);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 24px #0000000a;overflow:hidden;display:flex;flex-direction:column}.theater-preview__head{padding:14px 20px 12px;border-bottom:.5px solid var(--hair);display:flex;align-items:center;justify-content:space-between;background:var(--bg-2, #F8F8FA)}.theater-preview__head .lbl{font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-2);text-transform:uppercase}.theater-preview__head .hint{font-size:11px;color:var(--ink-4);letter-spacing:-.003em}.theater-preview__body{padding:16px 20px;height:200px;overflow-y:auto;font:400 12.5px/1.75 var(--font);color:var(--ink-4);letter-spacing:-.003em;white-space:pre-wrap;word-break:break-word}.theater-preview__body::-webkit-scrollbar{width:8px}.theater-preview__body::-webkit-scrollbar-thumb{background:transparent}.theater-preview__body:hover::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:999px}.theater-preview__cursor{display:inline-block;width:2px;height:14px;background:var(--brand);margin-left:2px;vertical-align:text-bottom;animation:blinkCursor 1s steps(2) infinite}@keyframes blinkCursor{0%{opacity:1}50%{opacity:0}}.theater-toast{position:absolute;right:32px;bottom:32px;width:320px;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px #6a5bff33,0 14px 32px #0000001a;animation:toastIn .4s cubic-bezier(.22,.61,.36,1) both}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.theater-toast .t-ico{width:28px;height:28px;border-radius:8px;background:var(--brand-grad);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.theater-toast .t-body{flex:1;min-width:0}.theater-toast .t-ttl{font-size:13px;font-weight:600;color:var(--ink);letter-spacing:-.008em}.theater-toast .t-sub{font-size:11.5px;color:var(--ink-3);line-height:1.55;letter-spacing:-.003em;margin-top:3px}.theater-toast .t-x{color:var(--ink-4);padding:0 4px;font-size:16px}.revising-canvas{padding:64px 80px 160px;max-width:980px;margin:0 auto}.revising-title{font-family:var(--font-d);font-size:38px;font-weight:600;letter-spacing:-.026em;line-height:1.1;margin:18px 0 14px;color:var(--ink);text-wrap:balance}.revising-top{margin:36px 0 28px;display:grid;grid-template-columns:96px 1fr;gap:26px;padding:24px 26px;background:var(--surface);border-radius:var(--r-7);box-shadow:0 0 0 .5px var(--hair),0 12px 32px #0000000d}.rev-top-pct{position:relative;width:96px;height:96px}.rev-ring{width:96px;height:96px}.rev-top-num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:2px;font-family:var(--font-d)}.rev-top-num b{font-size:30px;font-weight:600;color:var(--ink);letter-spacing:-.02em}.rev-top-num span{font-size:13px;color:var(--ink-4);letter-spacing:-.005em}.rev-top-info{display:flex;flex-direction:column;gap:6px;padding-top:4px}.rev-top-state{font-size:13px;font-weight:600;color:var(--brand-deep);letter-spacing:-.008em}.rev-top-detail{font-size:13px;color:var(--ink-2);line-height:1.6;letter-spacing:-.003em}.rev-top-actions{display:flex;gap:6px;margin-top:6px}.rev-list{display:flex;flex-direction:column;gap:8px}.rev-row{display:grid;grid-template-columns:56px 1fr 100px;align-items:flex-start;gap:14px;padding:16px 20px;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair)}.rev-row.running{box-shadow:0 0 0 1.5px #6a5bff80,0 12px 28px #6a5bff14}.rev-row-num{display:flex;align-items:center;gap:6px;font:500 12px/1 var(--mono);color:var(--ink-4);letter-spacing:.02em;padding-top:2px}.rev-row.done .rev-row-num svg{color:var(--green)}.rev-row.running .rev-row-num svg{color:var(--brand);animation:spin 1.4s linear infinite}.rev-row.pending .rev-row-num svg{color:var(--ink-5)}.rev-row-body{display:flex;flex-direction:column;gap:6px;min-width:0}.rev-quote{background:#00000008;border-radius:6px;padding:6px 10px;font-size:12.5px;color:var(--ink-3);position:relative;align-self:flex-start;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rev-quote:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2.5px;background:#ffc940;border-radius:2px}.rev-note{font-size:13.5px;color:var(--ink);letter-spacing:-.005em;line-height:1.55}.rev-diff{margin-top:4px;display:flex;align-items:center;gap:8px;font-size:11.5px;flex-wrap:wrap}.rev-diff .d-old{color:var(--ink-4);text-decoration:line-through}.rev-diff .d-arrow{color:var(--ink-4)}.rev-diff .d-new{color:var(--brand-deep);font-weight:500}.rev-row-status{font-size:12px;color:var(--ink-3);text-align:right;padding-top:2px}.rev-row-status .hot{color:var(--brand);font-weight:600}.rev-hint{margin-top:22px;padding:13px 18px;background:var(--brand-grad-soft);border-radius:var(--r-5);display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--brand-deep);letter-spacing:-.003em}.plan-canvas{padding:56px 80px 160px;max-width:1180px;margin:0 auto}.plan-mast{padding-bottom:28px;border-bottom:.5px solid var(--hair);margin-bottom:36px}.plan-title{font-family:var(--font-d);font-size:44px;font-weight:600;letter-spacing:-.03em;line-height:1.08;margin:18px 0 12px;color:var(--ink);text-wrap:balance;max-width:820px}.plan-dek{font-size:17px;line-height:1.55;letter-spacing:-.012em;color:var(--ink-2);margin:0 0 24px;max-width:660px}.plan-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-3);letter-spacing:-.003em}.plan-meta .sep{width:3px;height:3px;border-radius:999px;background:var(--ink-5)}.plan-meta .grow{flex:1}.plan-pages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.plan-page{background:var(--surface);border-radius:var(--r-6);padding:20px 22px 22px;box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 22px #0000000a;display:flex;flex-direction:column;min-height:240px;position:relative;overflow:hidden}.plan-page .ph{display:flex;align-items:center;gap:8px;font:500 10.5px/1 var(--font);letter-spacing:.06em;color:var(--ink-4);text-transform:uppercase;margin-bottom:14px}.plan-page .ph .ix{font:600 10px/1 var(--mono);padding:3px 7px;background:var(--ink);color:#fff;border-radius:var(--r-pill);letter-spacing:.04em}.plan-page .ph .hd{color:var(--ink-2)}.plan-h{font:600 19px/1.2 var(--font-d);letter-spacing:-.014em;margin:0 0 10px;color:var(--ink)}.plan-page p{font-size:13px;line-height:1.65;color:var(--ink-2);letter-spacing:-.003em;margin:0 0 12px}.plan-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:auto}.plan-stat-row>div{padding:10px 6px;text-align:center;background:var(--bg-3);border-radius:var(--r-4)}.plan-stat-row>div b{display:block;font:600 20px/1 var(--font-d);letter-spacing:-.02em;color:var(--ink);margin-bottom:4px}.plan-stat-row>div span{font-size:11px;color:var(--ink-4);letter-spacing:-.003em}.plan-persona{display:flex;align-items:center;gap:12px;margin-bottom:14px}.plan-persona .ava{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#5e5ce6,#bf5af2);color:#fff;display:flex;align-items:center;justify-content:center;font:600 16px/1 var(--font-d);box-shadow:0 4px 12px #6a5bff2e}.plan-persona .info .name{font-size:13.5px;font-weight:600;color:var(--ink);letter-spacing:-.008em}.plan-persona .info .role{font-size:12px;color:var(--ink-3);letter-spacing:-.003em;margin-top:2px}.plan-bullets{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.plan-bullets li{font-size:12.5px;line-height:1.55;color:var(--ink-2)}.plan-bullets li::marker{color:var(--ink-4)}.plan-form-ph{flex:1;min-height:100px;border-radius:var(--r-5);background:radial-gradient(ellipse at 30% 50%,rgba(106,91,255,.1),transparent 60%),var(--bg-2);display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--ink-4);letter-spacing:-.003em;margin-bottom:12px}.plan-form-spec{display:flex;flex-direction:column;gap:4px;font-size:11.5px;color:var(--ink-2);letter-spacing:-.003em}.cmf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:14px}.cmf-grid .swatch{aspect-ratio:1 / 1.2;border-radius:var(--r-4);position:relative;box-shadow:inset 0 .5px #fff3;display:flex;align-items:flex-end;padding:6px 8px;color:#0009;font:500 10.5px/1 var(--font);letter-spacing:-.003em}.cmf-note{font-size:12px;line-height:1.55;color:var(--ink-3);letter-spacing:-.003em;margin:0}.brand-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 8px;border-radius:var(--r-5);background:linear-gradient(180deg,#fafafc,#f0effb);margin-bottom:12px}.brand-mark{width:48px;height:48px;border-radius:13px;background:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000001f}.brand-glyph{font:700 24px/1 var(--font-d);color:#fff}.brand-name{font:600 22px/1 var(--font-d);letter-spacing:-.02em;color:var(--ink)}.brand-claim{font-size:12px;color:var(--ink-3);letter-spacing:-.003em}.plan-timeline{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.plan-timeline li{background:var(--bg-3);border-radius:var(--r-4);font-size:12px;color:var(--ink-2);letter-spacing:-.003em;line-height:1.5;position:relative;padding:8px 12px 8px 16px}.plan-timeline li:before{content:"";position:absolute;left:8px;top:14px;width:4px;height:4px;border-radius:999px;background:var(--brand)}.plan-timeline li b{display:inline-block;margin-right:8px;color:var(--ink);font:600 11px/1 var(--mono);letter-spacing:.02em}.plan-cta{margin-top:36px;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;background:radial-gradient(ellipse at top right,rgba(122,90,248,.1),transparent 60%),linear-gradient(165deg,#f8f6ff,#fff 80%);border-radius:var(--r-6);box-shadow:0 0 0 .5px #6a5bff26}.plan-cta .ttl{font-size:14px;font-weight:600;color:var(--brand-deep);letter-spacing:-.01em;display:inline-flex;align-items:center;gap:6px}.plan-cta .sub{font-size:12px;color:var(--ink-2);letter-spacing:-.003em;margin-top:4px}.plan-cta-actions{display:flex;gap:8px}.error-canvas{padding:96px 80px 160px;max-width:880px;margin:0 auto}.error-bad{margin-bottom:36px}.error-ico{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#fbe4e8,#ffd7d5);color:var(--rose);font:700 30px/56px var(--font-d);text-align:center;box-shadow:0 0 0 .5px #c42e4a2e,0 8px 20px #c42e4a1a;margin-bottom:22px}.error-title{font-family:var(--font-d);font-size:36px;font-weight:600;letter-spacing:-.026em;line-height:1.1;margin:0 0 12px;color:var(--ink)}.error-sub{font-size:16px;line-height:1.6;letter-spacing:-.012em;color:var(--ink-2);margin:0;max-width:640px}.error-card{margin-bottom:28px;background:var(--surface);border-radius:var(--r-6);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;overflow:hidden}.error-card-head{padding:12px 22px;background:var(--bg-2);border-bottom:.5px solid var(--hair);display:flex;align-items:center;gap:12px;font-size:12px;color:var(--ink-3);letter-spacing:-.003em}.error-card-head .k{font:500 10.5px/1 var(--font);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-4)}.error-card-body{padding:16px 22px 18px}.trace-row{display:grid;grid-template-columns:86px 1fr;gap:16px;padding:7px 0;font-size:13px;letter-spacing:-.003em;color:var(--ink);border-bottom:.5px solid var(--hair)}.trace-row:last-child{border-bottom:none}.trace-row .lbl{font:500 10.5px/1.4 var(--font);color:var(--ink-4);letter-spacing:.04em;text-transform:uppercase;padding-top:2px}.error-mod-status{margin-bottom:32px}.mod-status-title{font-size:13px;font-weight:600;color:var(--ink-3);letter-spacing:-.005em;margin:0 0 12px}.mod-status-list{display:flex;flex-direction:column;gap:4px}.ms-row{display:flex;align-items:center;gap:9px;padding:10px 14px;background:var(--surface);border-radius:var(--r-4);box-shadow:0 0 0 .5px var(--hair);font-size:13px;color:var(--ink);letter-spacing:-.005em}.ms-row svg{flex-shrink:0}.ms-row span{color:var(--ink-4);margin-left:auto;font-size:12px}.ms-row.done svg{color:var(--green)}.ms-row.failed svg{color:var(--rose)}.ms-row.failed{box-shadow:0 0 0 1px #c42e4a33;background:#fbe4e84d}.ms-row.failed span.bad{color:var(--rose);font-weight:600}.ms-row.pending svg{color:var(--ink-5)}.ms-row.pending{color:var(--ink-3)}.error-actions{display:flex;gap:8px;flex-wrap:wrap}.error-actions .btn{padding:9px 18px;font-size:13px}.home-banners{display:flex;flex-direction:column;gap:8px;max-width:600px;margin:0 auto 24px}.banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--r-5);animation:fadeSlideIn .3s ease both}.banner--success{background:#f0fdf4;border-left:3px solid var(--green)}.banner--info{background:#eff6ff;border-left:3px solid #3B82F6}.banner-icon{flex-shrink:0;font-size:14px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.banner--success .banner-icon{color:var(--green);font-weight:700}.banner--info .banner-icon{color:#3b82f6}.banner-text{flex:1;font-size:14px;color:var(--ink-2);letter-spacing:-.005em;line-height:1.4;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.banner-action{font-size:13px;font-weight:500;color:var(--brand);text-decoration:none;white-space:nowrap;transition:color .15s}.banner-action:hover{color:var(--brand-deep)}.banner-close{background:none;border:none;color:var(--ink-4);cursor:pointer;font-size:16px;padding:4px;line-height:1;border-radius:var(--r-2);transition:background .15s,color .15s}.banner-close:hover{background:#0000000f;color:var(--ink-2)}.pulse-dot.blue{display:inline-block;width:6px;height:6px;border-radius:50%;background:#3b82f6;animation:pulseDot 1.5s ease-in-out infinite}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.home-cta{padding:16px 40px!important;border-radius:var(--r-pill)!important;font-size:15px!important;font-weight:600!important;transition:transform .18s ease,box-shadow .18s ease,background .15s}.home-cta:hover{transform:scale(1.01);box-shadow:var(--shadow-2)}.home-hint{margin-top:20px;font-size:13px;color:var(--ink-4);letter-spacing:-.003em}.rail-l .empty-rail-placeholder{padding:24px 16px;text-align:center;font-size:13px;color:var(--ink-4);letter-spacing:-.003em}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:5px;vertical-align:middle}.status-dot.green{background:var(--green)}.status-dot.blue{background:#3b82f6;animation:pulseDot 1.5s ease-in-out infinite}.status-dot.red{color:var(--rose)}.status-label{font-size:11px;letter-spacing:-.003em}.status-label.done{color:var(--green)}.status-label.generating{color:#3b82f6}.status-label.failed{color:var(--rose)}@keyframes homePageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.home-canvas,.rail-l{animation:homePageFadeIn .3s ease both}.theater-split{display:grid;grid-template-columns:1fr 280px;gap:32px;max-width:1200px;position:relative}.theater-main{min-width:0}.theater-time{display:flex;align-items:center;gap:8px;font:500 13px/1 var(--mono);color:var(--ink-3);letter-spacing:.01em;margin-bottom:12px}.theater-time-sep{color:var(--ink-5)}.theater-progress-bar{display:flex;align-items:center;gap:12px;margin-bottom:24px}.theater-progress-bar__track{flex:1;height:6px;border-radius:6px;background:#0000000f;overflow:hidden}.theater-progress-bar__fill{height:100%;background:linear-gradient(90deg,#4338ca,#7c3aed);border-radius:6px;transition:width .8s cubic-bezier(.22,.61,.36,1)}.theater-progress-bar__pct{font:600 12px/1 var(--mono);color:var(--ink-2);letter-spacing:.02em;min-width:36px;text-align:right}.theater-stage-label{display:inline-flex;align-items:center;gap:6px}.theater-pulse-dot{width:7px;height:7px;border-radius:999px;background:var(--brand);animation:theaterPulseDot 1.5s ease-in-out infinite;flex-shrink:0}@keyframes theaterPulseDot{0%,to{opacity:1}50%{opacity:.3}}.theater-sidebar{background:var(--surface);border-radius:var(--r-7);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008,0 8px 24px #0000000a;padding:20px 18px;align-self:start;position:sticky;top:20px}.theater-sidebar__head{font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-3);text-transform:uppercase;margin-bottom:18px;padding-bottom:12px;border-bottom:.5px solid var(--hair)}.theater-sidebar__steps{display:flex;flex-direction:column;gap:4px}.theater-step{display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;gap:2px 8px;padding:8px 4px;border-radius:var(--r-3);transition:background .2s}.theater-step:hover{background:var(--bg-2)}.theater-step__icon{grid-row:1 / -1;display:flex;align-items:center;justify-content:center;width:22px;height:22px}.theater-step__label{font-size:13px;font-weight:500;color:var(--ink-3);letter-spacing:-.005em;line-height:1.4}.theater-step__meta{font-size:11px;color:var(--ink-4);letter-spacing:-.003em;line-height:1.4;min-height:15px}.theater-step.done .theater-step__icon{color:var(--green)}.theater-step.done .theater-step__label{color:var(--ink-2)}.theater-step.done .theater-step__meta{font-family:var(--mono);font-size:10.5px;color:var(--ink-4)}.theater-step.active .theater-step__label{color:var(--brand-deep);font-weight:600}.theater-step.active .theater-step__meta{color:var(--brand);font-weight:500}.theater-step.pending .theater-step__label{color:var(--ink-4)}.theater-step__pulse{display:block;width:8px;height:8px;border-radius:999px;background:var(--brand);animation:theaterPulseDot 1.5s ease-in-out infinite}.theater-step__circle{display:block;width:8px;height:8px;border-radius:999px;border:1.5px solid var(--ink-5);background:transparent}.theater-bg-hint{position:fixed;bottom:40px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--r-pill);box-shadow:var(--shadow-2);font-size:12.5px;color:var(--ink-2);letter-spacing:-.003em;z-index:100;animation:theaterBgHintIn .5s ease both}.theater-bg-hint svg{color:var(--amber);flex-shrink:0}@keyframes theaterBgHintIn{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.theater-bg-hint--warn{flex-direction:column;text-align:center;background:#fff5ebeb;border:1px solid rgba(245,158,11,.25);color:var(--ink-1)}.theater-complete{margin-top:20px;padding-top:18px;border-top:.5px solid var(--hair);text-align:center}.theater-complete__check{width:40px;height:40px;border-radius:999px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;animation:theaterCheckIn .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes theaterCheckIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.theater-complete__text{font-size:15px;font-weight:600;color:var(--ink);letter-spacing:-.01em;margin-bottom:4px}.theater-complete__stats{font-size:11.5px;color:var(--ink-3);letter-spacing:-.003em}.complete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#00000059;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);animation:completeOverlayIn .4s cubic-bezier(.22,.61,.36,1) both}@keyframes completeOverlayIn{0%{opacity:0}to{opacity:1}}.complete-overlay__card{width:520px;max-width:calc(100vw - 48px);max-height:calc(100vh - 80px);overflow-y:auto;background:var(--glass-strong);backdrop-filter:saturate(180%) blur(48px);-webkit-backdrop-filter:saturate(180%) blur(48px);border-radius:24px;box-shadow:inset 0 .5px #fff9,0 0 0 .5px #00000014,0 40px 100px #00000047;padding:44px 40px 36px;text-align:center;animation:completeCardIn .5s cubic-bezier(.22,.61,.36,1) .1s both}@keyframes completeCardIn{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.complete-overlay__icon{width:56px;height:56px;border-radius:999px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 2px 8px #28a7454d,0 12px 28px #28a7452e;animation:completeIconPop .6s cubic-bezier(.34,1.56,.64,1) .3s both}@keyframes completeIconPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.complete-overlay__title{font:600 26px/1.15 var(--font-d);letter-spacing:-.025em;color:var(--ink);margin:0 0 8px}.complete-overlay__topic{font-size:15px;line-height:1.5;color:var(--ink-3);letter-spacing:-.008em;max-width:400px;margin:0 auto 28px}.complete-overlay__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px}.complete-overlay__stat{display:flex;align-items:center;gap:6px;padding:8px 14px;background:var(--surface);border-radius:var(--r-pill);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008}.complete-overlay__stat svg{color:var(--brand);flex-shrink:0}.complete-overlay__stat-val{font:600 14px/1 var(--font);color:var(--ink);letter-spacing:-.01em}.complete-overlay__stat-lbl{font-size:12px;color:var(--ink-3);letter-spacing:-.003em}.complete-overlay__phases{text-align:left;background:var(--surface);border-radius:var(--r-5);box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;padding:16px 20px;margin-bottom:28px}.complete-overlay__phases-title{font:500 11px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase;margin-bottom:14px}.complete-overlay__phase-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:.5px solid var(--hair)}.complete-overlay__phase-row:last-child{border-bottom:none}.complete-overlay__phase-icon{width:20px;height:20px;border-radius:999px;background:var(--green-soft);color:var(--green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.complete-overlay__phase-name{flex:1;font-size:13.5px;color:var(--ink-2);letter-spacing:-.005em}.complete-overlay__phase-time{font:500 12px/1 var(--mono);color:var(--ink-3);letter-spacing:.02em}.complete-overlay__btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:14px;background:#0a0a0c;color:#fff;border:none;font:500 14.5px/1 var(--font);letter-spacing:-.01em;cursor:pointer;box-shadow:inset 0 .5px #ffffff2e,0 1px 2px #0000001f,0 10px 28px #0003;transition:background .14s,transform 80ms}.complete-overlay__btn:hover{background:#1c1c1e}.complete-overlay__btn:active{transform:scale(.97)}.theater-split .theater-phases{display:none}.theater-head-top{display:flex;align-items:center;gap:12px;margin-bottom:8px}.theater-head-top .theater-title{margin:0}.theater-mode-chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--r-pill);font:500 11.5px/1 var(--font);letter-spacing:.02em;background:var(--surface-muted);color:var(--ink-3);flex-shrink:0}.theater-mode-chip.ultra{background:linear-gradient(135deg,#4338ca,#7c3aed);color:#fff}.theater-stage-row{display:flex;align-items:center;gap:8px;margin-bottom:24px;padding-bottom:20px;border-bottom:.5px solid var(--hair);font-size:14px;color:var(--ink-2);letter-spacing:-.005em}.theater-stage-text{font-weight:500}.theater-stage-count{margin-left:auto;font-size:12px;color:var(--ink-4);font-weight:500}.refining-topic-chip{display:inline-flex;align-items:center;gap:4px;padding:6px 16px;border-radius:var(--r-pill);background:var(--surface);box-shadow:0 0 0 .5px var(--hair);font-size:13px;color:var(--ink-2);letter-spacing:-.005em;margin-bottom:24px;max-width:480px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.refining-topic-chip__label{color:var(--ink-4);font-weight:500;flex-shrink:0}.text-selection-toolbar{position:absolute;z-index:50;transform:translate(-50%);pointer-events:auto;animation:selToolbarIn .15s ease both}@keyframes selToolbarIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.text-selection-toolbar__btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:var(--ink);color:#fff;border:none;border-radius:var(--r-pill);font-size:12px;font-weight:500;letter-spacing:-.003em;cursor:pointer;box-shadow:var(--shadow-3);white-space:nowrap;transition:background .15s}.text-selection-toolbar__btn:hover{background:var(--ink-2)}.text-selection-toolbar__btn svg{flex-shrink:0}.report-export-bottom{margin-top:56px;padding-top:32px;border-top:.5px solid var(--hair);display:flex;flex-direction:column;gap:14px}.report-export-bottom__buttons{display:flex;flex-wrap:wrap;gap:10px}.report-export-bottom__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--surface);color:var(--ink-2);border:.5px solid var(--hair-strong);border-radius:var(--r-4);font-size:13px;font-weight:500;letter-spacing:-.005em;cursor:pointer;box-shadow:var(--shadow-1);transition:background .15s,border-color .15s}.report-export-bottom__btn:disabled{opacity:.45;cursor:not-allowed}.report-export-bottom__btn:hover:not(:disabled){background:var(--bg-2);border-color:var(--line-strong)}.report-export-bottom__btn svg{color:var(--ink-3);flex-shrink:0}.report-export-bottom__error{font-size:12px;color:var(--danger, #e53935)}.export-progress{display:flex;flex-direction:column;gap:6px;padding:12px 14px;background:var(--surface);border:.5px solid var(--hair);border-radius:var(--r-6)}.export-progress__header{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--ink-2)}.export-progress__phase{flex:1;font-weight:500}.export-progress__eta{font-size:12px;color:var(--ink-4);white-space:nowrap}.export-progress__track{height:4px;border-radius:2px;background:var(--bg-3, rgba(0,0,0,.06));overflow:hidden}.export-progress__fill{height:100%;border-radius:2px;background:var(--accent, #0071e3);transition:width .3s ease}.export-progress__pct{font-size:11px;color:var(--ink-4);text-align:right;font-variant-numeric:tabular-nums}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.prose{line-height:1.78}.prose p{font-size:16px;line-height:1.85;margin:20px 0}.prose h2{margin-top:64px}.prose h3{margin-top:48px}.prose ul,.prose ol{margin:24px 0}.prose li{line-height:1.85;margin:10px 0}.prose li+li{margin-top:8px}.prose blockquote{border-left:3px solid var(--brand);background:var(--brand-soft);margin:24px 0;padding:16px 20px;border-radius:0 var(--r-4) var(--r-4) 0}.prose blockquote p{font-size:17px;line-height:1.72;color:var(--ink);margin:0}.rail-r{transition:width .2s ease,opacity .2s ease}.brief-progress,.dir-progress{display:flex;align-items:center;gap:0;margin-bottom:40px}.brief-progress__step-group{display:inline-flex;align-items:center;gap:0}.brief-progress__line{display:inline-block;width:32px;height:.5px;background:var(--ink-5);margin:0 4px;flex-shrink:0}.brief-progress__step{display:inline-flex;align-items:center;gap:8px;font:400 14.5px/1 var(--font);letter-spacing:-.01em;color:var(--ink-4);white-space:nowrap;padding:6px 14px 6px 8px;border-radius:var(--r-pill);transition:background .2s,color .2s}.brief-progress__dot{width:26px;height:26px;border-radius:999px;border:1.5px solid var(--ink-5);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;line-height:1;color:var(--ink-4);flex-shrink:0;transition:background .2s,border-color .2s,color .2s}.brief-progress__step.active{color:var(--ink);font-weight:500;background:#0000000a}.brief-progress__step.active .brief-progress__dot{background:var(--ink);border-color:var(--ink);color:#fff}.brief-progress__step.done{color:var(--ink-3)}.brief-progress__step.done .brief-progress__dot{background:var(--ink-5);border-color:var(--ink-5);color:var(--ink-2)}@keyframes briefSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.brief-canvas--enter{animation:briefSlideUp .4s ease-out both}.brief-canvas{max-width:720px;padding:80px 60px 120px}.brief-form{gap:24px}.field input{height:42px;border-radius:var(--r-4)}.field textarea{min-height:120px;border-radius:var(--r-4)}.mode-tile{position:relative;border:1px solid var(--line);transition:border-color .2s,box-shadow .18s}.mode-tile.on{border:2px solid var(--brand);background:#ede9fe;box-shadow:0 0 0 0 transparent,0 12px 28px #0000001a}.mode-tile__check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center}.t-supplementary{margin-top:auto;padding-top:6px;font-size:11px;line-height:1.4;color:var(--ink-4);letter-spacing:-.003em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brief-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.brief-actions__submit{border-radius:var(--r-pill);padding:16px 48px!important;font-size:14px!important;font-weight:600}.brief-actions__submit:disabled{opacity:.5;cursor:not-allowed}@keyframes briefSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.brief-spinner{animation:briefSpin .8s linear infinite}.direction-canvas{max-width:960px}.dir-progress{margin-bottom:32px}@keyframes dirPulseOnce{0%{box-shadow:0 0 #5e5ce659}50%{box-shadow:0 0 0 8px #5e5ce61f}to{box-shadow:0 0 #5e5ce600}}.perspective.pulse-once{animation:dirPulseOnce 2s ease-out .4s 1}.perspective.on{border:2px solid var(--brand);background:#ede9fe;box-shadow:0 0 0 0 transparent,0 24px 50px #6a5bff1f}.perspective.is-featured.on{border:2px solid var(--brand);background:radial-gradient(ellipse at top right,rgba(122,90,248,.12),transparent 55%),linear-gradient(165deg,#ede9fe,#f5f3ff 70%)}.perspective__check{position:absolute;top:12px;right:12px;width:24px;height:24px;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;z-index:2}.p-outputs-mini{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:16px}.pf-outputs-inline{margin-top:0}.direction-card--skeleton{background:var(--surface);border-radius:var(--r-7);padding:32px 36px;display:flex;flex-direction:column;gap:14px;box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008}.direction-card--skeleton-alt{padding:22px 24px;min-height:200px}@keyframes skeletonPulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.direction-card--skeleton .skeleton-line{display:block;height:18px;width:65%;border-radius:var(--r-3);background:var(--surface-muted);animation:skeletonPulse 1.4s ease-in-out infinite}.direction-card--skeleton .skeleton-line--short{width:40%;height:14px}.direction-card--skeleton .skeleton-line--wide{width:85%;height:22px}.dir-custom-section{margin-bottom:32px}.dir-custom-toggle{display:inline-flex;align-items:center;gap:4px;font:500 13px/1 var(--font);color:var(--brand);letter-spacing:-.003em;cursor:pointer;padding:8px 0;background:none;border:none;transition:color .16s}.dir-custom-toggle:hover{color:var(--brand-deep)}.dir-custom-toggle svg{transition:transform .2s}.dir-custom-body{background:var(--surface);border-radius:var(--r-6);padding:18px 20px;box-shadow:0 0 0 .5px var(--hair),0 1px 2px #00000008;animation:dirCustomExpand .3s ease-out both}@keyframes dirCustomExpand{0%{opacity:0;max-height:0;transform:translateY(-8px)}to{opacity:1;max-height:300px;transform:translateY(0)}}.dir-custom-body__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dir-custom-body__count{font:400 11px/1 var(--font);color:var(--ink-4);letter-spacing:-.003em}@keyframes dirConfirmFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dir-confirm-fade{display:flex;justify-content:center;padding:16px 0 32px;animation:dirConfirmFadeIn .25s ease-out both}.dir-confirm-fade .btn.primary{border-radius:var(--r-pill);padding:16px 48px;font-size:14px;font-weight:600}@keyframes dirCardStagger{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dir-card-stagger{animation:dirCardStagger .35s ease-out both}.q-opt:hover,.src-stream-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-2);transition:transform .2s ease,box-shadow .2s ease}.funnel-progress__fill{transition:width .8s ease}.rail-l{transition:width .2s ease,opacity .2s ease}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:0 0 0 3px #5e5ce61f;border-color:var(--brand)}.decision-funnel{display:flex;flex-direction:column;height:100%;background:var(--bg-2);animation:funnelFadeIn .3s ease-out both}@keyframes funnelFadeIn{0%{opacity:0}to{opacity:1}}.funnel-progress{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:24px 32px 20px;background:var(--surface);border-bottom:.5px solid var(--hair);flex-shrink:0}.funnel-progress__step{display:flex;flex-direction:column;align-items:center;position:relative;min-width:80px;flex:1;max-width:160px}.funnel-progress__line{position:absolute;top:16px;right:50%;width:100%;height:2px;background:var(--line);z-index:0;transform:translate(-50%)}.funnel-progress__step:first-child .funnel-progress__line{display:none}.funnel-progress__line.filled{background:var(--green)}.funnel-progress__node{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;z-index:1;position:relative;transition:background .2s,color .2s,border-color .2s;border:2px solid var(--line);background:var(--surface);color:var(--ink-4)}.funnel-progress__node.done{background:var(--green);border-color:var(--green);color:#fff;cursor:pointer}.funnel-progress__node.done:hover{background:#1f9c3e;border-color:#1f9c3e}.funnel-progress__node.active{background:var(--brand);border-color:var(--brand);color:var(--brand-on)}.funnel-progress__node.pending{cursor:default}.funnel-progress__node:disabled{cursor:default}.funnel-progress__label{margin-top:6px;font-size:12px;font-weight:500;color:var(--ink-4);white-space:nowrap;transition:color .2s}.funnel-progress__label.done{color:var(--green)}.funnel-progress__label.active{color:var(--brand);font-weight:600;text-decoration:underline;text-underline-offset:3px}.funnel-step{flex:1;overflow-y:auto;padding:32px 24px 120px;display:flex;flex-direction:column;align-items:center}.funnel-step__header{width:100%;max-width:800px;margin-bottom:24px}.funnel-step__title{margin:0;font-size:22px;font-weight:700;color:var(--ink);letter-spacing:-.02em}.funnel-step__upstream{margin:8px 0 0;font-size:14px;color:var(--ink-3);line-height:1.5}.funnel-step__reason{display:flex;align-items:baseline;gap:10px;margin-top:12px;padding:12px 16px;border-radius:10px;background:var(--brand-soft);border:1px solid var(--hair-strong)}.funnel-step__reason-badge{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:12px;font-weight:600;color:var(--brand);white-space:nowrap;transform:translateY(1px)}.funnel-step__reason-text{margin:0;font-size:13px;color:var(--ink-2);line-height:1.6}.sketch-upload{width:100%;max-width:800px;margin-top:20px;padding:16px 18px;border-radius:12px;background:var(--brand-soft, rgba(94, 92, 230, .06));border:1px dashed var(--brand, #5E5CE6)}.sketch-upload__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sketch-upload__title{margin:0 0 4px;font-size:13.5px;font-weight:600;color:var(--ink)}.sketch-upload__hint{margin:0;font-size:12px;line-height:1.55;color:var(--ink-3)}.sketch-upload__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:var(--r-pill, 999px);border:none;background:var(--brand, #5E5CE6);color:#fff;font:600 13.5px/1 var(--font);cursor:pointer;transition:filter .16s,transform .12s}.sketch-upload__btn:hover{filter:brightness(1.06)}.sketch-upload__btn:active{transform:scale(.97)}.sketch-upload__previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.sketch-upload__thumb{position:relative;width:96px;height:96px;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 0 0 .5px var(--hair)}.sketch-upload__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sketch-upload__remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#0000008c;color:#fff;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.sketch-upload__remove:hover{background:#000000bf}.funnel-options{width:100%;max-width:800px;display:flex;flex-direction:column;gap:12px}.funnel-option{width:100%;padding:20px 24px;border-radius:12px;border:1px solid var(--hair-strong);background:var(--surface);cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;animation:funnelCardFadeIn .35s ease-out both}@keyframes funnelCardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.funnel-option:hover{border-color:var(--brand);box-shadow:var(--shadow-1)}.funnel-option.selected{border:2px solid var(--brand);background:#ede9fe}.funnel-option.recommended:not(.selected){border-color:var(--brand);background:var(--surface)}.funnel-option.recommended.selected{background:#ede9fe}.funnel-option__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.funnel-option__left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.funnel-option__badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:var(--r-pill);background:var(--brand);color:#fff;font-size:11px;font-weight:600;flex-shrink:0;line-height:1.4}.funnel-option__label{font-size:16px;font-weight:600;color:var(--ink);line-height:1.3}.funnel-option__check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center}.funnel-option__summary{margin:4px 0 0;font-size:14px;color:var(--ink-2);line-height:1.6}.funnel-option__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.funnel-option__tag{font-size:11px;padding:2px 8px;border-radius:var(--r-pill);font-weight:500;line-height:1.4}.funnel-option__tag--pro{background:#22c55e1a;color:#16a34a}.funnel-option__tag--con{background:#ef44441a;color:#dc2626}.funnel-option__meta-row{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px}.funnel-option__meta-label{color:var(--ink-4);flex-shrink:0}.funnel-option__meta-value{color:var(--ink-2);font-weight:500}.funnel-option__swatches{display:flex;gap:4px;flex-wrap:wrap}.funnel-option__swatch{display:inline-block;width:18px;height:18px;border-radius:50%;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.funnel-option--dim{padding:14px 16px}.funnel-option--dim .funnel-option__label{font-size:14px}.funnel-option__principle{margin:4px 0 0;font-size:12px;color:var(--ink-3);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.funnel-option__graph-path{margin:4px 0 0;font-size:11px;color:var(--ink-4);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.funnel-option__sketch{width:100%;aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;margin-bottom:12px;background:#fafafa}.funnel-option__sketch img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.funnel-options--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;max-width:100%}.funnel-options--grid .funnel-option{width:auto}.funnel-dimensions{width:100%;max-width:800px;display:flex;flex-direction:column;gap:0}.funnel-dimension{padding:20px 0;border-bottom:1px solid var(--line)}.funnel-dimension:last-child{border-bottom:none}.funnel-dimension__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.funnel-dimension__title{font-size:14px;font-weight:600;color:var(--ink)}.funnel-dimension__status{font-size:12px;color:var(--ink-4);display:flex;align-items:center;gap:4px}.funnel-dimension__status.done{color:var(--green);font-weight:500}.funnel-dimension__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (max-width: 640px){.funnel-dimension__grid{grid-template-columns:1fr}}.funnel-actions{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:var(--glass-strong);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:.5px solid var(--hair)}.funnel-actions__back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--ink-3);background:none;border:none;cursor:pointer;padding:8px 4px;transition:color .16s}.funnel-actions__back:hover{color:var(--brand)}.funnel-actions__right{display:flex;align-items:center;gap:12px}.funnel-actions__saving{font-size:12px;color:var(--ink-4)}.funnel-actions__next{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:var(--r-pill);background:var(--brand);color:var(--brand-on);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .16s,opacity .16s}.funnel-actions__next:hover{background:var(--brand-deep)}.funnel-actions__next:disabled{opacity:.4;cursor:not-allowed}.funnel-complete{width:100%;max-width:600px;margin:0 auto;text-align:center;padding:40px 0;animation:funnelCardFadeIn .4s ease-out both}.funnel-complete__icon{width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.funnel-complete__title{margin:0;font-size:24px;font-weight:700;color:var(--ink)}.funnel-complete__subtitle{margin:8px 0 16px;font-size:14px;color:var(--ink-3)}.funnel-complete__summary{background:var(--surface);border-radius:var(--r-6);border:.5px solid var(--hair);padding:20px 24px;text-align:left;margin-bottom:24px}.funnel-complete__row{display:flex;align-items:baseline;gap:12px;padding:6px 0}.funnel-complete__row+.funnel-complete__row{border-top:.5px solid var(--line-soft)}.funnel-complete__key{font-size:13px;color:var(--ink-3);flex-shrink:0;min-width:72px}.funnel-complete__val{font-size:14px;color:var(--ink);font-weight:500}.funnel-complete__actions{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px}.funnel-complete__modify{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:var(--r-pill);background:var(--surface);color:var(--ink-2);font-size:14px;font-weight:500;border:1px solid var(--hair-strong);cursor:pointer;transition:border-color .16s,background .16s}.funnel-complete__modify:hover{border-color:var(--brand);color:var(--brand)}.funnel-complete__generate{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;border-radius:var(--r-pill);background:var(--brand);color:var(--brand-on);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .16s}.funnel-complete__generate:hover{background:var(--brand-deep)}.funnel-complete__hint{font-size:12px;color:var(--ink-4)}.deep-thinking{width:100%;max-width:800px;border-radius:12px;background:#f9fafb;border:.5px solid var(--hair);padding:20px 24px;animation:funnelCardFadeIn .35s ease-out both}.deep-thinking__header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.deep-thinking__icon{color:#3b82f6;display:flex;align-items:center;animation:deepThinkPulse 1.5s ease-in-out infinite}@keyframes deepThinkPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.92)}}.deep-thinking__title{font-size:15px;font-weight:600;color:#3b82f6}.deep-thinking__timer{margin-left:auto;font-size:13px;font-weight:500;color:var(--ink-4);font-variant-numeric:tabular-nums}.deep-thinking__text{margin:0;font-size:13px;color:var(--ink-3);line-height:1.6}.deep-thinking__icon.done{color:#16a34a;animation:none}.deep-thinking__toggle{margin-left:8px;padding:2px 8px;background:transparent;border:.5px solid var(--hair);border-radius:var(--r-pill, 999px);cursor:pointer;font-size:11px;color:var(--ink-3)}.deep-thinking__chain{display:flex;flex-direction:column;gap:4px;margin-top:8px}.deep-thinking__line{margin:0;font-size:13px;color:var(--ink-3);line-height:1.6;animation:thoughtFadeIn .3s ease-out both}@keyframes thoughtFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.deep-thinking__cursor{display:inline-block;width:2px;height:14px;background:#3b82f6;vertical-align:text-bottom;animation:cursorBlink .8s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.funnel-step__refs{display:flex;gap:6px;margin-top:4px}.funnel-step__ref{display:inline-flex;align-items:center;padding:2px 8px;background:#eef2ff;border-radius:var(--r-pill, 999px);font-size:11px;font-weight:500;color:#4338ca;letter-spacing:.02em}.image-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000c;display:flex;align-items:center;justify-content:center;animation:lightboxFadeIn .2s ease-out both;cursor:zoom-out}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.image-lightbox-img{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:var(--r-4);box-shadow:var(--shadow-4);animation:lightboxScaleIn .24s cubic-bezier(.22,.61,.36,1) both;cursor:default;-moz-user-select:none;user-select:none;-webkit-user-select:none}@keyframes lightboxScaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.image-lightbox-close{position:fixed;top:20px;right:20px;width:36px;height:36px;border-radius:999px;border:none;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#ffffffd9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s,color .16s,transform 80ms;z-index:10000}.image-lightbox-close:hover{background:#ffffff47;color:#fff}.image-lightbox-close:active{transform:scale(.92)}.image-lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:10000;width:48px;height:48px;border-radius:50%;border:none;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .16s,opacity .16s}.image-lightbox-nav:hover{background:#ffffff4d}.image-lightbox-nav:disabled{opacity:.25;cursor:default}.image-lightbox-nav--prev{left:20px}.image-lightbox-nav--next{right:20px}.content-view-toggle{display:inline-flex;gap:2px;margin-top:16px;padding:3px;background:var(--surface-muted);border-radius:var(--r-pill)}.content-view-toggle__pill{padding:5px 16px;border-radius:var(--r-pill);font:500 12.5px/1 var(--font);letter-spacing:.01em;color:var(--ink-3);background:transparent;border:none;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.content-view-toggle__pill:hover{color:var(--ink-2)}.content-view-toggle__pill--active{color:var(--brand-on);background:var(--brand-grad);box-shadow:0 1px 4px #5e5ce640}.content-view-toggle__pill--active:hover{color:var(--brand-on)}.chart-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:24px}.chart-gallery--empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--ink-4);font-size:14px}.chart-gallery__card{display:flex;flex-direction:column;text-align:left;border-radius:var(--r-6);background:var(--surface);box-shadow:0 0 0 .5px var(--hair),0 1px 3px #0000000a;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.chart-gallery__card:hover{box-shadow:0 0 0 .5px var(--hair),0 4px 14px #00000014;transform:translateY(-2px)}.chart-gallery__card:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.chart-gallery__image{aspect-ratio:16 / 10;overflow:hidden;background:radial-gradient(ellipse at 22% 65%,rgba(106,91,255,.06),transparent 55%),radial-gradient(ellipse at 78% 30%,rgba(255,153,200,.04),transparent 55%),var(--bg-2)}.chart-gallery__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.chart-gallery__caption{padding:14px 16px 16px;display:flex;flex-direction:column;gap:3px}.chart-gallery__type{font:500 10px/1 var(--font);letter-spacing:.04em;color:var(--ink-4);text-transform:uppercase}.chart-gallery__title{margin:0;font-size:14px;font-weight:600;letter-spacing:-.01em;color:var(--ink);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chart-gallery__module{font-size:12px;color:var(--ink-4);line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 640px){.chart-gallery{grid-template-columns:1fr}}.feature-board-hero{margin:24px 0}.feature-board-hero img{width:100%;border-radius:var(--r-6);box-shadow:var(--shadow-1)}.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}.mast-hero{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:center;margin-bottom:28px}.mast-hero__image{overflow:hidden;border-radius:var(--r-6);box-shadow:var(--shadow-1)}.mast-hero__image img{width:100%;max-height:320px;-o-object-fit:contain;object-fit:contain;display:block}.mast-hero__info{min-width:0}.mast-hero__title{font-family:var(--font-d);font-size:32px;font-weight:700;color:var(--ink);letter-spacing:-.025em;line-height:1.15;margin:0}.mast-hero__one-liner{font-size:15px;color:var(--ink-2);margin:8px 0 0;line-height:1.5}.mast-hero__bullets{list-style:disc inside;padding:0;margin:12px 0 0;font-size:14px;color:var(--ink-2);line-height:1.5}.mast-hero__bullets li{padding:2px 0}.mast-hero__specs{font-size:13px;color:var(--ink-3);letter-spacing:.02em;margin:16px 0 0;padding-top:12px;border-top:.5px solid var(--hair);line-height:1.5}.verdict-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:28px 0;align-items:start}.verdict-card{background:var(--surface);border:.5px solid var(--hair);border-radius:var(--r-6);padding:24px;box-shadow:var(--shadow-1)}.verdict-card__header{display:flex;justify-content:space-between;align-items:center}.verdict-card__label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3);font-weight:600}.verdict-card__confidence{font-size:10px;padding:2px 8px;border-radius:99px;background:var(--bg-2);color:var(--ink-3);font-weight:500;letter-spacing:.04em}.verdict-card__verdict{font-size:16px;font-weight:600;margin:12px 0 0;color:var(--ink);line-height:1.4;min-height:44px}.verdict-card__evidence{list-style:none;padding:0;margin:12px 0 0;font-size:14px;color:var(--ink-2)}.verdict-card__evidence li{padding:3px 0}.verdict-card__evidence li:before{content:"✓ ";color:var(--green);font-weight:600}.verdict-card--risk .verdict-card__evidence li:before{content:"· ";color:var(--amber)}.verdict-card__risk{font-size:13px;color:var(--amber);margin:12px 0 0;padding-top:8px;border-top:.5px solid var(--hair);line-height:1.5}.verdict-card__link{font-size:12px;color:var(--brand);text-decoration:none;margin-top:12px;display:block}.verdict-card__link:hover{text-decoration:underline}.product-overview-board{margin:40px 0;padding:0}.sketch-upload-banner-wrap{margin:24px 0 4px}.product-draft-banner{display:flex;align-items:center;gap:20px;margin-bottom:18px;padding:18px 22px;border-radius:14px;background:var(--brand-soft, rgba(94, 92, 230, .07));border:1px solid var(--hair-strong, rgba(94, 92, 230, .22))}.product-draft-banner__text{flex:1;min-width:0}.product-draft-banner__tag{display:inline-block;margin-bottom:8px;padding:2px 10px;border-radius:var(--r-pill, 999px);background:var(--brand, #5E5CE6);color:#fff;font:600 11px/1.5 var(--font);letter-spacing:.04em}.product-draft-banner__title{margin:0 0 5px;font-size:15px;font-weight:600;color:var(--ink)}.product-draft-banner__hint{margin:0;font-size:12.5px;line-height:1.6;color:var(--ink-3)}.product-draft-banner__cta{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:var(--r-pill, 999px);border:none;background:var(--brand, #5E5CE6);color:#fff;font:600 15px/1 var(--font);cursor:pointer;box-shadow:0 8px 20px #5e5ce647;transition:filter .16s,transform .12s,box-shadow .2s}.product-draft-banner__cta:hover{filter:brightness(1.06);box-shadow:0 10px 26px #5e5ce657}.product-draft-banner__cta:active{transform:scale(.97)}.product-draft-banner__previews{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.product-draft-banner__thumb{width:110px;height:110px;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 0 0 .5px var(--hair)}.product-draft-banner__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 640px){.product-draft-banner{flex-direction:column;align-items:stretch}.product-draft-banner__cta{justify-content:center}}.product-overview-board__panorama{width:100%;border-radius:var(--r-6);box-shadow:var(--shadow-1);display:block}.product-overview-board__features{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:32px 0;text-align:center}.product-overview-board__feature{padding:20px 12px}.product-overview-board__feature-icon{font-size:24px;color:var(--brand);margin-bottom:8px;display:flex;align-items:center;justify-content:center}.product-overview-board__feature-title{font-size:14px;font-weight:600;color:var(--ink)}.product-overview-board__feature-value{font-size:13px;color:var(--ink-3);margin-top:4px}.product-overview-board__specs-row{text-align:center;font-size:14px;color:var(--ink-2);margin:16px 0;line-height:1.5}.product-overview-board__gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.product-overview-board__gallery figure{margin:0}.product-overview-board__gallery img{width:100%;border-radius:var(--r-6);box-shadow:var(--shadow-1);display:block}.product-overview-board__gallery figcaption{font-size:12px;color:var(--ink-3);margin-top:8px;text-align:center}.workflow-atlas__stamp,#screenResearch.deepresearch-viz-host .dr-queue__head span:last-child,#screenResearch.deepresearch-viz-host .dr-workflow-hero__eyebrow,#screenResearch.deepresearch-viz-host .dr-queue__item span,.workflow-atlas__ascii,.workflow-atlas__lane-head,.workflow-node__copy span,.workflow-focus__eyebrow,.workflow-focus__meta span,.workflow-atlas__queue-head,.workflow-chip span,.workflow-todo small{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Consolas,monospace}#screenResearch.deepresearch-viz-host .dr-shell{gap:20px}#screenResearch.deepresearch-viz-host .dr-workflow-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.95fr) minmax(220px,.8fr);gap:14px;align-items:stretch}#screenResearch.deepresearch-viz-host .dr-workflow-hero__flow,#screenResearch.deepresearch-viz-host .dr-current-work,#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{position:relative;overflow:hidden;min-width:0;padding:16px 18px;border:1px solid #dfdfda;border-radius:8px;background:linear-gradient(180deg,#fffffff5,#f9f8f4f5)}#screenResearch.deepresearch-viz-host .dr-workflow-hero__flow:before,#screenResearch.deepresearch-viz-host .dr-current-work:before,#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue:before,.report-view--workspace .workflow-atlas__surface:before,.report-view--workspace .workflow-focus:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(17,24,39,.1) 1px,transparent 0);background-size:14px 14px;opacity:.3;pointer-events:none}#screenResearch.deepresearch-viz-host .dr-workflow-hero__eyebrow{position:relative;z-index:1;margin-bottom:10px;color:#6b7280;font-size:11px;letter-spacing:0;text-transform:uppercase}#screenResearch.deepresearch-viz-host .dr-workflow-hero__ascii{position:relative;z-index:1;margin-bottom:12px;color:#111827;font-size:12px;line-height:1.5}#screenResearch.deepresearch-viz-host .dr-stage{position:relative;z-index:1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}#screenResearch.deepresearch-viz-host .dr-stage-node{position:relative;min-height:118px;padding:14px 12px 12px;border:1px solid #dfdfda;border-radius:8px;background:#ffffffc7;box-shadow:none}#screenResearch.deepresearch-viz-host .dr-stage-node:after,.report-view--workspace .workflow-node:after{content:"";position:absolute;top:24px;left:calc(100% + 5px);width:10px;height:1px;background-image:linear-gradient(90deg,#111827 35%,transparent 0);background-size:6px 1px;opacity:.28}#screenResearch.deepresearch-viz-host .dr-stage-node:last-child:after,.report-view--workspace .workflow-node:last-child:after{display:none}#screenResearch.deepresearch-viz-host .dr-stage-node__icon{width:28px;height:28px;border-radius:999px;border:1px solid #d7d7d1;background:#fff;color:#111827}#screenResearch.deepresearch-viz-host .dr-stage-node__label{color:#111827;font-size:13px}#screenResearch.deepresearch-viz-host .dr-stage-node__detail{color:#6b7280;font-size:12px;line-height:1.5}#screenResearch.deepresearch-viz-host .dr-stage-node--pending{opacity:.68}#screenResearch.deepresearch-viz-host .dr-stage-node--pending .dr-stage-node__detail{filter:blur(3px);opacity:.72}#screenResearch.deepresearch-viz-host .dr-stage-node--active{border-color:#11182738;background:#fffffff5}#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__icon,.report-view--workspace .workflow-node--active .workflow-node__dot,.report-view--workspace .workflow-focus--active .workflow-focus__pulse,#screenResearch.deepresearch-viz-host .dr-current-work .dr-current-work__bar span,#screenResearch.deepresearch-viz-host .dr-queue__item--active .dr-queue__dot{animation:workflowPulse 1.8s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__icon{border-color:#111827;box-shadow:0 0 0 6px #1118270f}#screenResearch.deepresearch-viz-host .dr-stage-node--done{background:#ffffffe6}#screenResearch.deepresearch-viz-host .dr-stage-node--done .dr-stage-node__icon,.report-view--workspace .workflow-node--done .workflow-node__dot,.report-view--workspace .workflow-chip--done,.report-view--workspace .workflow-chip--reviewed{background:#111827;color:#fff;border-color:#111827}#screenResearch.deepresearch-viz-host .dr-current-work{display:flex;flex-direction:column;justify-content:space-between}#screenResearch.deepresearch-viz-host .dr-current-work:after,.report-view--workspace .workflow-focus:after{content:"";position:absolute;inset:auto -20% -30% 35%;height:120px;background:radial-gradient(circle,rgba(17,24,39,.1),transparent 68%);filter:blur(18px);opacity:.9;pointer-events:none}#screenResearch.deepresearch-viz-host .dr-current-work__label{position:relative;z-index:1;color:#6b7280;font-size:11px;letter-spacing:0}#screenResearch.deepresearch-viz-host .dr-current-work__title{position:relative;z-index:1;margin-top:10px;color:#111827;font-size:22px;line-height:1.2}#screenResearch.deepresearch-viz-host .dr-current-work__detail{position:relative;z-index:1;margin-top:8px;color:#4b5563;line-height:1.65}#screenResearch.deepresearch-viz-host .dr-current-work__bar{position:relative;z-index:1;margin-top:18px;height:6px;background:#11182714}#screenResearch.deepresearch-viz-host .dr-current-work__bar span{background:#111827}#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{display:flex;flex-direction:column;gap:12px}#screenResearch.deepresearch-viz-host .dr-queue__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;color:#6b7280;font-size:11px;text-transform:uppercase}#screenResearch.deepresearch-viz-host .dr-queue__list{position:relative;z-index:1;display:grid;gap:10px}#screenResearch.deepresearch-viz-host .dr-queue__item{display:grid;grid-template-columns:16px minmax(0,1fr);gap:10px;padding:10px 0;border-top:1px dashed rgba(17,24,39,.12)}#screenResearch.deepresearch-viz-host .dr-queue__item:first-child{padding-top:0;border-top:0}#screenResearch.deepresearch-viz-host .dr-queue__dot{width:10px;height:10px;margin-top:4px;border-radius:999px;border:1px solid #111827;background:#fff}#screenResearch.deepresearch-viz-host .dr-queue__item strong{display:block;color:#111827;font-size:13px;line-height:1.45}#screenResearch.deepresearch-viz-host .dr-queue__item span{display:block;margin-top:3px;color:#6b7280;font-size:11px}#screenResearch.deepresearch-viz-host .dr-queue__item small{display:block;margin-top:6px;color:#4b5563;font-size:12px;line-height:1.55}#screenResearch.deepresearch-viz-host .dr-queue__item--pending small{filter:blur(3px);opacity:.72}.report-view--workspace .workflow-atlas{padding:18px}.report-view--workspace .workflow-atlas__stamp{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;background:#fff;font-size:11px}.report-view--workspace .workflow-atlas__surface{position:relative;overflow:hidden;padding:18px;border:1px solid #eef0f2;border-radius:8px;background:linear-gradient(180deg,#fcfcfb,#f7f6f2)}.report-view--workspace .workflow-atlas__ascii{position:relative;z-index:1;margin-bottom:14px;color:#6b7280;font-size:11px;line-height:1.6}.report-view--workspace .workflow-atlas__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.86fr);gap:14px;align-items:start}.report-view--workspace .workflow-atlas__lane{padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffffc7}.report-view--workspace .workflow-atlas__lane-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:#6b7280;font-size:11px;text-transform:uppercase}.report-view--workspace .workflow-atlas__row{display:grid;gap:10px}.report-view--workspace .workflow-node{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;min-width:0}.report-view--workspace .workflow-node__dot{width:12px;height:12px;margin-top:6px;border:1px solid #111827;border-radius:999px;background:#fff}.report-view--workspace .workflow-node__copy span,.report-view--workspace .workflow-node__copy small{display:block;color:#6b7280;font-size:11px;line-height:1.5}.report-view--workspace .workflow-node__copy strong{display:block;color:#111827;font-size:13px;line-height:1.45}.report-view--workspace .workflow-node--pending{opacity:.7}.report-view--workspace .workflow-node--pending .workflow-node__copy small{filter:blur(2px);opacity:.7}.report-view--workspace .workflow-focus{position:relative;overflow:hidden;min-height:100%;padding:16px 18px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffffe0}.report-view--workspace .workflow-focus__pulse{position:relative;z-index:1;width:12px;height:12px;border-radius:999px;border:1px solid #111827;background:#111827}.report-view--workspace .workflow-focus__eyebrow{position:relative;z-index:1;margin-top:10px;color:#6b7280;font-size:11px}.report-view--workspace .workflow-focus strong{position:relative;z-index:1;display:block;margin-top:12px;color:#111827;font-size:24px;line-height:1.2}.report-view--workspace .workflow-focus p{position:relative;z-index:1;margin-top:8px;color:#4b5563}.report-view--workspace .workflow-focus__meta{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.report-view--workspace .workflow-focus__meta span{display:inline-flex;min-height:26px;align-items:center;padding:0 8px;border:1px solid #e5e7eb;border-radius:999px;color:#6b7280;background:#ffffffd6;font-size:11px}.report-view--workspace .workflow-focus--done .workflow-focus__pulse{background:#fff}.report-view--workspace .workflow-atlas__orbit{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.report-view--workspace .workflow-chip{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 10px;border:1px solid #e5e7eb;border-radius:999px;color:#111827;background:#ffffffeb}.report-view--workspace .workflow-chip strong{font-size:12px;font-weight:600}.report-view--workspace .workflow-chip--pending{opacity:.72}.report-view--workspace .workflow-chip--pending strong{filter:blur(2px)}.report-view--workspace .workflow-chip--active{border-color:#1118272e;box-shadow:0 0 0 6px #1118270a}.report-view--workspace .workflow-atlas__queue{position:relative;z-index:1;margin-top:14px;padding-top:14px;border-top:1px dashed rgba(17,24,39,.12)}.report-view--workspace .workflow-atlas__queue-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#6b7280;font-size:11px;text-transform:uppercase}.report-view--workspace .workflow-atlas__queue-list{display:grid;gap:10px}.report-view--workspace .workflow-todo{display:grid;grid-template-columns:14px minmax(0,1fr);gap:10px}.report-view--workspace .workflow-todo__dot{width:10px;height:10px;margin-top:5px;border-radius:999px;border:1px solid #111827;background:#fff}.report-view--workspace .workflow-todo strong{display:block;color:#111827;font-size:13px;line-height:1.45}.report-view--workspace .workflow-todo small{display:block;margin-top:4px;color:#6b7280;font-size:11px;line-height:1.55}.report-view--workspace .workflow-todo--done .workflow-todo__dot{background:#111827}.report-view--workspace .workflow-todo--pending small{filter:blur(2px);opacity:.72}@keyframes workflowPulse{0%,to{transform:scale(1);box-shadow:0 0 #1118272e;opacity:1}50%{transform:scale(1.06);box-shadow:0 0 0 8px #1118270f;opacity:.92}}@media (max-width: 1200px){#screenResearch.deepresearch-viz-host .dr-workflow-hero{grid-template-columns:1fr}#screenResearch.deepresearch-viz-host .dr-stage{grid-template-columns:repeat(3,minmax(0,1fr))}.report-view--workspace .workflow-atlas__grid{grid-template-columns:1fr}}@media (max-width: 780px){#screenResearch.deepresearch-viz-host .dr-stage{grid-template-columns:repeat(2,minmax(0,1fr))}.report-view--workspace .workflow-atlas__surface,#screenResearch.deepresearch-viz-host .dr-workflow-hero__flow,#screenResearch.deepresearch-viz-host .dr-current-work,#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{padding:14px}}@media (prefers-reduced-motion: reduce){#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__icon,.report-view--workspace .workflow-node--active .workflow-node__dot,.report-view--workspace .workflow-focus--active .workflow-focus__pulse,#screenResearch.deepresearch-viz-host .dr-current-work .dr-current-work__bar span,#screenResearch.deepresearch-viz-host .dr-queue__item--active .dr-queue__dot{animation:none}}#screenResearch.deepresearch-viz-host .dr-workflow-hero{grid-column:1 / -1;grid-template-columns:minmax(0,1fr) minmax(240px,.58fr);-moz-column-gap:30px;column-gap:30px;row-gap:10px;align-items:start;padding:4px 0 18px;border-bottom:1px solid rgba(17,24,39,.08)}#screenResearch.deepresearch-viz-host .dr-workflow-hero__flow{grid-column:1 / -1;display:block;width:100%;min-width:0;justify-self:stretch;align-self:stretch;overflow:visible;padding:4px 4px 0;border:0;background:transparent}#screenResearch.deepresearch-viz-host .dr-workflow-hero__flow:before,#screenResearch.deepresearch-viz-host .dr-current-work:before,#screenResearch.deepresearch-viz-host .dr-current-work:after,#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue:before{display:none}#screenResearch.deepresearch-viz-host .dr-workflow-hero__eyebrow{margin-bottom:4px;color:#9ca3af;font-size:10px;letter-spacing:.06em}#screenResearch.deepresearch-viz-host .dr-workflow-hero__ascii{margin-bottom:18px;color:#6b7280;font-size:11px;line-height:1.5}#screenResearch.deepresearch-viz-host .dr-stage{width:100%;max-width:none;min-height:174px;gap:18px;align-items:stretch}#screenResearch.deepresearch-viz-host .dr-stage:before{content:"";position:absolute;left:6%;right:6%;top:86px;height:1px;background:linear-gradient(90deg,#1118270a,#11182729 16%,#11182729 84%,#1118270a)}#screenResearch.deepresearch-viz-host .dr-stage:after{content:"";position:absolute;left:50%;top:42px;width:34%;height:86px;transform:translate(-50%);background:radial-gradient(circle,rgba(17,24,39,.08),transparent 72%);filter:blur(26px);opacity:.5;pointer-events:none}#screenResearch.deepresearch-viz-host .dr-stage-node{--branch-h: 18px;min-height:174px;padding:0;border:0;border-radius:0;background:transparent;display:grid;grid-template-rows:1fr auto 1fr;justify-items:center;align-items:center;opacity:1}#screenResearch.deepresearch-viz-host .dr-stage-node:after{display:none}#screenResearch.deepresearch-viz-host .dr-stage-node__copy{position:relative;z-index:1;max-width:112px;text-align:center}#screenResearch.deepresearch-viz-host .dr-stage-node__index{display:block;margin-bottom:4px;color:#9ca3af;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1}#screenResearch.deepresearch-viz-host .dr-stage-node__label{color:#111827;font-size:12px;font-weight:500;line-height:1.3}#screenResearch.deepresearch-viz-host .dr-stage-node__detail{margin-top:4px;color:#9ca3af;font-size:11px;line-height:1.45}#screenResearch.deepresearch-viz-host .dr-stage-node__dot{position:relative;z-index:2;grid-row:2;width:8px;height:8px;border-radius:999px;border:1px solid #111827;background:#fff;box-shadow:0 0 0 6px #ffffffe0}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(1),#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(6){--branch-h: 14px}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(2),#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(5){--branch-h: 26px}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(1) .dr-stage-node__copy,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(2) .dr-stage-node__copy,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(5) .dr-stage-node__copy,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(6) .dr-stage-node__copy{grid-row:1;align-self:end;margin-bottom:var(--branch-h)}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(3) .dr-stage-node__copy,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(4) .dr-stage-node__copy{grid-row:3;align-self:start;margin-top:var(--branch-h)}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(1) .dr-stage-node__copy:after,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(2) .dr-stage-node__copy:after,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(5) .dr-stage-node__copy:after,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(6) .dr-stage-node__copy:after{content:"";position:absolute;left:50%;top:calc(100% + 6px);width:1px;height:var(--branch-h);background:#1118272e;transform:translate(-50%)}#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(3) .dr-stage-node__copy:before,#screenResearch.deepresearch-viz-host .dr-stage-node:nth-child(4) .dr-stage-node__copy:before{content:"";position:absolute;left:50%;bottom:calc(100% + 6px);width:1px;height:var(--branch-h);background:#1118272e;transform:translate(-50%)}#screenResearch.deepresearch-viz-host .dr-stage-node--done .dr-stage-node__dot{background:#111827}#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__dot{background:#111827;animation:workflowPulse 2.6s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__label{color:#020617}#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__detail{color:#6b7280}#screenResearch.deepresearch-viz-host .dr-stage-node--pending{opacity:.64}#screenResearch.deepresearch-viz-host .dr-stage-node--pending .dr-stage-node__detail{filter:blur(2px);opacity:.54}#screenResearch.deepresearch-viz-host .dr-current-work,#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{min-width:0;padding:0 4px;border:0;border-radius:0;background:transparent}#screenResearch.deepresearch-viz-host .dr-current-work{gap:0}#screenResearch.deepresearch-viz-host .dr-current-work__label,#screenResearch.deepresearch-viz-host .dr-queue__head{color:#9ca3af;font-size:10px;letter-spacing:.06em;text-transform:uppercase}#screenResearch.deepresearch-viz-host .dr-current-work__title{margin-top:6px;color:#111827;font-size:16px;font-weight:500;line-height:1.25}#screenResearch.deepresearch-viz-host .dr-current-work__detail{margin-top:4px;color:#6b7280;font-size:12px;line-height:1.55}#screenResearch.deepresearch-viz-host .dr-current-work__preview{margin-top:12px;padding:12px 14px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#f8fafce6}#screenResearch.deepresearch-viz-host .dr-current-work__preview-label{color:#9ca3af;font-size:10px;letter-spacing:.06em;text-transform:uppercase}#screenResearch.deepresearch-viz-host .dr-current-work__preview-body{margin-top:6px;color:#4b5563;font-size:12px;line-height:1.7;max-height:136px;overflow:auto;scrollbar-gutter:stable}#screenResearch.deepresearch-viz-host .dr-current-work__preview--active{border-color:#1118271a;background:#f9fafbf5}#screenResearch.deepresearch-viz-host .dr-current-work__preview--done{background:#fafafaf5}#screenResearch.deepresearch-viz-host .dr-current-work__bar{margin-top:10px;height:1px;background:#11182714}#screenResearch.deepresearch-viz-host .dr-current-work__bar span{height:1px;background:#111827;animation:workflowPulse 2.6s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{padding-left:18px;border-left:1px solid rgba(17,24,39,.08)}#screenResearch.deepresearch-viz-host .dr-queue__head{position:static;margin-bottom:8px}#screenResearch.deepresearch-viz-host .dr-queue__list{gap:8px}#screenResearch.deepresearch-viz-host .dr-queue__item{grid-template-columns:12px minmax(0,1fr);gap:8px;padding:3px 0;border-top:0}#screenResearch.deepresearch-viz-host .dr-queue__dot{width:6px;height:6px;margin-top:6px;border-width:1px;background:#fff}#screenResearch.deepresearch-viz-host .dr-queue__item strong{font-size:12px;font-weight:500;line-height:1.4}#screenResearch.deepresearch-viz-host .dr-queue__item span{margin-top:2px;color:#9ca3af;font-size:10px}#screenResearch.deepresearch-viz-host .dr-queue__item small{margin-top:2px;color:#6b7280;font-size:11px;line-height:1.45}#screenResearch.deepresearch-viz-host .dr-queue__item--pending small{filter:blur(2px);opacity:.52}#screenResearch.deepresearch-viz-host .dr-queue__item--active .dr-queue__dot{animation:workflowPulse 2.6s ease-in-out infinite}@keyframes workflowPulse{0%,to{box-shadow:0 0 #1118271f;opacity:1}50%{box-shadow:0 0 0 10px #1118270a;opacity:.9}}@media (max-width: 1200px){#screenResearch.deepresearch-viz-host .dr-workflow-hero{grid-template-columns:1fr;-moz-column-gap:0;column-gap:0}#screenResearch.deepresearch-viz-host .dr-workflow-hero__queue{padding-left:0;border-left:0;border-top:1px solid rgba(17,24,39,.08);padding-top:10px}}@media (max-width: 780px){#screenResearch.deepresearch-viz-host .dr-stage{min-height:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}#screenResearch.deepresearch-viz-host .dr-stage:before,#screenResearch.deepresearch-viz-host .dr-stage:after,#screenResearch.deepresearch-viz-host .dr-stage-node__copy:before,#screenResearch.deepresearch-viz-host .dr-stage-node__copy:after{display:none}#screenResearch.deepresearch-viz-host .dr-stage-node{min-height:96px;grid-template-rows:auto auto;justify-items:start;gap:8px}#screenResearch.deepresearch-viz-host .dr-stage-node .dr-stage-node__copy{grid-row:2!important;align-self:start!important;justify-self:start;margin:0!important;max-width:none;text-align:left}#screenResearch.deepresearch-viz-host .dr-stage-node__dot{grid-row:1;justify-self:start;box-shadow:none}}@media (prefers-reduced-motion: reduce){#screenResearch.deepresearch-viz-host .dr-stage-node--active .dr-stage-node__dot,#screenResearch.deepresearch-viz-host .dr-current-work__bar span,#screenResearch.deepresearch-viz-host .dr-queue__item--active .dr-queue__dot{animation:none}}#screenResearch.deepresearch-viz-host .dr-workflow-hero__ascii{display:block;margin-bottom:14px;padding:0;overflow-x:auto;border:0;background:transparent;color:#6b7280;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.45;white-space:pre}#screenResearch.deepresearch-viz-host .dr-harness{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin:0 0 22px;padding:4px 0 10px}#screenResearch.deepresearch-viz-host .dr-harness:before{display:none}#screenResearch.deepresearch-viz-host .dr-harness__item{position:relative;z-index:1;display:grid;grid-template-columns:14px minmax(0,1fr);align-items:start;gap:10px;min-width:0;min-height:58px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;transition:transform .26s ease,opacity .26s ease,filter .26s ease}#screenResearch.deepresearch-viz-host .dr-harness__item:after{content:"";position:absolute;left:10px;right:-18px;top:35px;height:1px;background:#11182724;pointer-events:none}#screenResearch.deepresearch-viz-host .dr-harness__item:last-child:after{display:none}#screenResearch.deepresearch-viz-host .dr-harness__item:focus-visible{outline:1px solid rgba(17,24,39,.24);outline-offset:4px}#screenResearch.deepresearch-viz-host .dr-harness__dot{position:relative;top:31px;width:9px;height:9px;border:1px solid #111827;border-radius:999px;background:#fff;box-shadow:0 0 0 8px #fffffff5;transition:transform .26s ease,box-shadow .26s ease,opacity .26s ease}#screenResearch.deepresearch-viz-host .dr-harness__copy{display:block;min-width:0;transition:transform .26s ease,opacity .26s ease,filter .26s ease}#screenResearch.deepresearch-viz-host .dr-harness__label{display:block;color:#111827;font-size:12.5px;font-weight:500;line-height:1.3}#screenResearch.deepresearch-viz-host .dr-harness__note,#screenResearch.deepresearch-viz-host .dr-harness__meta{display:block;margin-top:4px;color:#9ca3af;font-size:10px;line-height:1.45}#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__dot,#screenResearch.deepresearch-viz-host .dr-harness__item--done .dr-harness__dot,#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__dot{background:#111827}#screenResearch.deepresearch-viz-host .dr-harness__item--done .dr-harness__dot{transform:scale(.74)}#screenResearch.deepresearch-viz-host .dr-harness__item--done:after{background:#111827}#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__dot{animation:workflowPulse 3.4s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-harness__item--active:after{background:repeating-linear-gradient(90deg,#111827 0 8px,transparent 8px 16px);background-size:16px 1px;animation:workflowFlowX 1s linear infinite}#screenResearch.deepresearch-viz-host .dr-harness__item--next:after{background:repeating-linear-gradient(90deg,rgba(17,24,39,.52) 0 8px,transparent 8px 16px);background-size:16px 1px}#screenResearch.deepresearch-viz-host .dr-harness__item--next .dr-harness__dot{border-color:#1118277a;background:#fff}#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__dot,#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__dot{animation:workflowPulse 3.4s ease-in-out infinite,workflowDotBreath 2.9s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__copy,#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__copy{animation:workflowLift 4.6s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__label{color:#020617}#screenResearch.deepresearch-viz-host .dr-harness__item--selected{transform:translateY(-2px)}#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__note,#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__meta{color:#6b7280}#screenResearch.deepresearch-viz-host .dr-harness__item--dimmed .dr-harness__label,#screenResearch.deepresearch-viz-host .dr-harness__item--dimmed .dr-harness__note,#screenResearch.deepresearch-viz-host .dr-harness__item--dimmed .dr-harness__meta{opacity:.42;filter:none}#screenResearch.deepresearch-viz-host .dr-harness__item--dimmed .dr-harness__dot{opacity:.52}#screenResearch.deepresearch-viz-host .dr-harness__item--dimmed:after{opacity:.2}#screenResearch.deepresearch-viz-host .dr-stage{display:block;width:100%;max-width:none;min-height:356px;padding:10px 0 8px;overflow:visible;overflow-y:visible}#screenResearch.deepresearch-viz-host .dr-stage:before,#screenResearch.deepresearch-viz-host .dr-stage:after{display:none}#screenResearch.deepresearch-viz-host .dr-graph{position:relative;width:100%;max-width:none;min-width:0;min-height:356px}#screenResearch.deepresearch-viz-host .dr-graph:before{content:"";position:absolute;top:10%;right:18%;bottom:12%;left:16%;background:linear-gradient(90deg,transparent,rgba(17,24,39,.045),transparent);filter:blur(46px);opacity:.38;pointer-events:none;animation:workflowAmbient 9s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-graph:after{content:"";position:absolute;top:22%;right:17%;bottom:16%;left:24%;background:radial-gradient(circle,rgba(17,24,39,.08),transparent 70%);filter:blur(42px);opacity:.58;pointer-events:none;animation:workflowAmbient 10.5s ease-in-out infinite reverse}#screenResearch.deepresearch-viz-host .dr-graph__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}#screenResearch.deepresearch-viz-host .dr-graph__edge{fill:none;stroke:#111827;stroke-width:1.05;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;opacity:.1;transition:opacity .28s ease,stroke-width .28s ease,filter .28s ease}#screenResearch.deepresearch-viz-host .dr-graph__edge--mesh{opacity:.07}#screenResearch.deepresearch-viz-host .dr-graph__edge--plan{opacity:.16;stroke-dasharray:2 8}#screenResearch.deepresearch-viz-host .dr-graph__edge--relay{opacity:.22;stroke-dasharray:7 7}#screenResearch.deepresearch-viz-host .dr-graph__edge--done{opacity:.34;stroke-dasharray:none}#screenResearch.deepresearch-viz-host .dr-graph__edge--next{opacity:.3;stroke-dasharray:6 11}#screenResearch.deepresearch-viz-host .dr-graph__edge--active{opacity:.52;stroke-dasharray:6 11;filter:none;animation:workflowFlow 1.1s linear infinite}#screenResearch.deepresearch-viz-host .dr-graph__edge--next.dr-graph__edge--plan{stroke-dasharray:4 11}#screenResearch.deepresearch-viz-host .dr-graph__edge--next.dr-graph__edge--relay{stroke-dasharray:8 12}#screenResearch.deepresearch-viz-host .dr-graph__edge--active.dr-graph__edge--plan{stroke-dasharray:4 11}#screenResearch.deepresearch-viz-host .dr-graph__edge--active.dr-graph__edge--relay{stroke-dasharray:8 12}#screenResearch.deepresearch-viz-host .dr-graph__edge--error{opacity:.38;stroke:#7f1d1d;stroke-dasharray:2 6}#screenResearch.deepresearch-viz-host .dr-graph__edge--dimmed{opacity:.12}#screenResearch.deepresearch-viz-host .dr-graph__edge--focused{opacity:.46;filter:none}#screenResearch.deepresearch-viz-host .dr-graph__edge--trail{opacity:.78;stroke-dasharray:7 12;filter:drop-shadow(0 0 3px rgba(17,24,39,.12));animation:workflowTrail 12s linear infinite,workflowEdgeGlow 6s ease-in-out infinite;animation-delay:calc(var(--trail-order, 0) * 1.75s),calc(var(--trail-order, 0) * 1.75s)}#screenResearch.deepresearch-viz-host .dr-graph__edge--trail.dr-graph__edge--plan{stroke-dasharray:4 13}#screenResearch.deepresearch-viz-host .dr-graph__edge--trail.dr-graph__edge--relay{stroke-dasharray:8 12}#screenResearch.deepresearch-viz-host .dr-graph__edge--trail.dr-graph__edge--focused{opacity:.82}#screenResearch.deepresearch-viz-host .dr-graph__node{position:absolute;transform:translate(-50%,-50%);width:0;height:0;cursor:pointer;transition:opacity .28s ease,transform .28s ease,filter .28s ease}#screenResearch.deepresearch-viz-host .dr-graph__node:before{content:"";position:absolute;left:50%;top:50%;width:72px;height:72px;transform:translate(-50%,-50%) scale(.92);border-radius:999px;background:radial-gradient(circle,rgba(17,24,39,.11),transparent 72%);filter:blur(24px);opacity:0;pointer-events:none;transition:opacity .28s ease,transform .28s ease}#screenResearch.deepresearch-viz-host .dr-graph__node:after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-50%,-50%);border:1px solid transparent;border-radius:999px;opacity:0;pointer-events:none}#screenResearch.deepresearch-viz-host .dr-graph__node--active:before{opacity:.76;animation:workflowBreath 2.8s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-graph__node--done:before{opacity:.08}#screenResearch.deepresearch-viz-host .dr-graph__node--active:after,#screenResearch.deepresearch-viz-host .dr-graph__node--selected:after{width:24px;height:24px;border-color:#11182724;opacity:.48;animation:workflowRing 3.8s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-graph__node:focus-visible .dr-graph__dot{box-shadow:0 0 0 6px #ffffffeb,0 0 0 10px #1118271f}#screenResearch.deepresearch-viz-host .dr-graph__dot{position:absolute;left:50%;top:50%;width:8px;height:8px;transform:translate(-50%,-50%);border:1px solid #111827;border-radius:999px;background:#fff;box-shadow:0 0 0 6px #ffffffeb;transition:transform .28s ease,box-shadow .28s ease,opacity .28s ease}#screenResearch.deepresearch-viz-host .dr-graph__node--hub .dr-graph__dot{width:10px;height:10px}#screenResearch.deepresearch-viz-host .dr-graph__node--done .dr-graph__dot{transform:translate(-50%,-50%) scale(.76)}#screenResearch.deepresearch-viz-host .dr-graph__node--done .dr-graph__dot,#screenResearch.deepresearch-viz-host .dr-graph__node--active .dr-graph__dot{background:#111827}#screenResearch.deepresearch-viz-host .dr-graph__node--next .dr-graph__dot{border-color:#1118277a;background:#fff;box-shadow:0 0 0 6px #ffffffeb}#screenResearch.deepresearch-viz-host .dr-graph__node--active .dr-graph__dot,#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__dot{animation:workflowDotBreath 2.45s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-graph__node--pending{opacity:.54}#screenResearch.deepresearch-viz-host .dr-graph--focused .dr-graph__node--dimmed .dr-graph__label,#screenResearch.deepresearch-viz-host .dr-graph--focused .dr-graph__node--dimmed .dr-graph__meta{opacity:.42;filter:none}#screenResearch.deepresearch-viz-host .dr-graph--focused .dr-graph__node--dimmed .dr-graph__dot{opacity:.52}#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__dot{box-shadow:0 0 0 6px #ffffffeb,0 0 0 16px #11182714}#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__label{color:#020617}#screenResearch.deepresearch-viz-host .dr-graph__node--focused .dr-graph__dot,#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__dot{transform:translate(-50%,-50%) scale(1.06)}#screenResearch.deepresearch-viz-host .dr-graph__copy{position:absolute;left:50%;width:-moz-max-content;width:max-content;max-width:120px;transform:translate(-50%);text-align:center;transition:transform .28s ease,opacity .28s ease,filter .28s ease}#screenResearch.deepresearch-viz-host .dr-graph__node--active .dr-graph__copy,#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__copy{animation:workflowGraphLift 4.4s ease-in-out infinite}#screenResearch.deepresearch-viz-host .dr-graph__node--top .dr-graph__copy{bottom:15px}#screenResearch.deepresearch-viz-host .dr-graph__node--bottom .dr-graph__copy{top:15px}#screenResearch.deepresearch-viz-host .dr-graph__label{display:block;color:#111827;font-size:12.5px;font-weight:500;line-height:1.3}#screenResearch.deepresearch-viz-host .dr-graph__meta{display:block;margin-top:4px;color:#9ca3af;font-size:10.5px;line-height:1.4}#screenResearch.deepresearch-viz-host .dr-graph__node--panel .dr-graph__copy{max-width:112px}#screenResearch.deepresearch-viz-host .dr-graph__node--panel .dr-graph__label{font-size:11.5px}#screenResearch.deepresearch-viz-host .dr-graph__node--pending .dr-graph__meta{filter:blur(2px);opacity:.56}#screenResearch.deepresearch-viz-host .dr-workflow-detail{margin-top:18px;padding-top:16px;border-top:1px solid rgba(17,24,39,.08);max-width:980px}#screenResearch.deepresearch-viz-host .dr-workflow-detail--open{animation:workflowDetailRise .42s ease both}#screenResearch.deepresearch-viz-host .dr-workflow-detail__hint{color:#9ca3af;font-size:11px;line-height:1.6}#screenResearch.deepresearch-viz-host .dr-workflow-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}#screenResearch.deepresearch-viz-host .dr-workflow-detail__eyebrow,#screenResearch.deepresearch-viz-host .dr-detail-section__label{color:#9ca3af;font-size:10px;line-height:1.5;text-transform:uppercase;letter-spacing:.08em}#screenResearch.deepresearch-viz-host .dr-workflow-detail__title{margin-top:2px;color:#111827;font-size:15px;font-weight:600;line-height:1.3}#screenResearch.deepresearch-viz-host .dr-workflow-detail__note{margin-top:6px;color:#6b7280;font-size:12px;line-height:1.6}#screenResearch.deepresearch-viz-host .dr-workflow-detail__close{flex:0 0 auto;min-height:30px;padding:0 10px;border:1px solid rgba(17,24,39,.08);border-radius:999px;background:transparent;color:#6b7280;font:inherit;cursor:pointer}#screenResearch.deepresearch-viz-host .dr-workflow-detail__stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin-top:16px}#screenResearch.deepresearch-viz-host .dr-detail-section{position:relative;padding:12px 14px 12px 18px;border:1px solid rgba(17,24,39,.06);border-radius:8px;background:#fffc}#screenResearch.deepresearch-viz-host .dr-detail-section:before{content:"";position:absolute;left:10px;top:14px;bottom:14px;width:1px;background:#11182714}#screenResearch.deepresearch-viz-host .dr-detail-section__items{display:grid;gap:10px;margin-top:8px}#screenResearch.deepresearch-viz-host .dr-detail-item{position:relative;padding-left:12px}#screenResearch.deepresearch-viz-host .dr-detail-item:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;border-radius:999px;background:#111827;opacity:.78}#screenResearch.deepresearch-viz-host .dr-detail-item__title{color:#111827;font-size:13px;font-weight:500;line-height:1.5}#screenResearch.deepresearch-viz-host .dr-detail-item__meta{margin-top:2px;color:#8b96a3;font-size:11px;line-height:1.6}@keyframes workflowFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-70}}@keyframes workflowFlowX{0%{background-position:0 0}to{background-position:-16px 0}}@keyframes workflowTrail{0%{stroke-dashoffset:0}to{stroke-dashoffset:-96}}@keyframes workflowEdgeGlow{0%,to{opacity:.48}50%{opacity:.72}}@keyframes workflowAmbient{0%,to{opacity:.28;transform:translateZ(0) scale(.98)}50%{opacity:.56;transform:translate3d(0,-4px,0) scale(1.02)}}@keyframes workflowBreath{0%,to{transform:translate(-50%,-50%) scale(.9);opacity:.34}50%{transform:translate(-50%,-50%) scale(1.08);opacity:.78}}@keyframes workflowRing{0%,to{transform:translate(-50%,-50%) scale(.88);opacity:.22}50%{transform:translate(-50%,-50%) scale(1.24);opacity:.5}}@keyframes workflowDotBreath{0%,to{transform:translate(-50%,-50%) scale(.96);box-shadow:0 0 0 6px #ffffffeb,0 0 #11182714}50%{transform:translate(-50%,-50%) scale(1.16);box-shadow:0 0 0 6px #ffffffeb,0 0 0 7px #1118271f}}@keyframes workflowLift{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-2px,0)}}@keyframes workflowGraphLift{0%,to{transform:translate(-50%) translateZ(0)}50%{transform:translate(-50%) translate3d(0,-2px,0)}}@keyframes workflowDetailRise{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@media (max-width: 780px){#screenResearch.deepresearch-viz-host .dr-harness{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}#screenResearch.deepresearch-viz-host .dr-harness:before{display:none}#screenResearch.deepresearch-viz-host .dr-harness__item:after{display:none}#screenResearch.deepresearch-viz-host .dr-harness__dot{top:4px}#screenResearch.deepresearch-viz-host .dr-stage{min-height:300px;overflow-x:auto;padding-bottom:8px}#screenResearch.deepresearch-viz-host .dr-graph{min-width:680px;min-height:340px}#screenResearch.deepresearch-viz-host .dr-workflow-detail__stack{grid-template-columns:1fr}#screenResearch.deepresearch-viz-host .dr-workflow-detail__head{flex-direction:column}}@media (prefers-reduced-motion: reduce){#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__dot,#screenResearch.deepresearch-viz-host .dr-harness__item--active .dr-harness__copy,#screenResearch.deepresearch-viz-host .dr-harness__item--selected .dr-harness__copy,#screenResearch.deepresearch-viz-host .dr-graph:before,#screenResearch.deepresearch-viz-host .dr-graph:after,#screenResearch.deepresearch-viz-host .dr-graph__edge--active,#screenResearch.deepresearch-viz-host .dr-graph__edge--trail,#screenResearch.deepresearch-viz-host .dr-graph__node--active:before,#screenResearch.deepresearch-viz-host .dr-graph__node--active:after,#screenResearch.deepresearch-viz-host .dr-graph__node--selected:before,#screenResearch.deepresearch-viz-host .dr-graph__node--selected:after,#screenResearch.deepresearch-viz-host .dr-graph__node--active .dr-graph__dot,#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__dot,#screenResearch.deepresearch-viz-host .dr-graph__node--active .dr-graph__copy,#screenResearch.deepresearch-viz-host .dr-graph__node--selected .dr-graph__copy,#screenResearch.deepresearch-viz-host .dr-workflow-detail--open{animation:none}}
