:root{--logo-img: url(/assets/logo-mark-B3Nz22m6.png);--bg-page: #080914;--bg-panel: #0e1022;--bg-card-dark: #171a35;--bg-block: #111329;--surface: #111329;--raised: #171a35;--line-dark: rgba(232, 229, 255, .14);--purple: #6e5cf0;--purple-hover: #6655e9;--purple-pressed: #604fe6;--purple-soft: #8f80ff;--violet: #6e5cf0;--violet-bright: #8f80ff;--violet-hover: #6655e9;--text-bright: #f7f5ff;--text-mid: #d8d5e6;--text-dim: #9d99b3;--text-faint: #67647a;--card-light: #f6f5fb;--ink: #1a1b26;--ink-2: #201f35;--ink-3: #4a4960;--ink-4: #6e6b7e;--chip-bg: #efeff6;--line-light: #e4e3f0;--tile-light: #f5f3fc;--notice-ink: #5b4fc8;--green: #2f855a;--green-dot: #56d28b;--danger: #ff7d86;--font-ui: Inter, "SF Pro Text", "PingFang SC", "Segoe UI", "Microsoft YaHei", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 24px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px}*,*:before,*:after{box-sizing:border-box}*{scrollbar-color:rgba(157,153,179,.38) transparent;scrollbar-width:thin}*:hover{scrollbar-color:rgba(157,153,179,.7) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track,*::-webkit-scrollbar-corner{background:transparent}*::-webkit-scrollbar-thumb{min-height:36px;border:3px solid transparent;border-radius:999px;background:#9d99b36b;background-clip:padding-box}*:hover::-webkit-scrollbar-thumb{background:#9d99b3b8;background-clip:padding-box}*::-webkit-scrollbar-thumb:active{background:#8f80ffd1;background-clip:padding-box}html,body{margin:0;padding:0;background:var(--bg-page);color:var(--text-mid);font-family:var(--font-ui);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100dvh;display:flex;flex-direction:column}a{color:var(--violet-bright);text-decoration:none}a:hover{color:var(--violet)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid var(--violet-bright);outline-offset:2px}h1,h2,h3,h4{color:var(--text-bright);font-weight:600;letter-spacing:-.01em;margin:0 0 var(--space-4)}h1{font-size:clamp(40px,4.25vw,64px);line-height:1.15;font-weight:700}h2{font-size:clamp(28px,2.6vw,40px);line-height:1.25}h3{font-size:clamp(20px,1.6vw,24px)}p{margin:0 0 var(--space-4)}button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;cursor:pointer}textarea,input{font-family:inherit;font-size:inherit;background:var(--surface);color:var(--text-bright);border:1px solid var(--line-dark);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4)}textarea::placeholder,input::placeholder{color:var(--text-faint)}@media (max-width: 768px){body{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.topbar{height:64px;background:var(--bg-panel);padding:0 24px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;color:var(--text-bright)}.brand-logo{width:28px;height:28px;flex:none;background:var(--logo-img) center / contain no-repeat}.brand-name{font-size:16px;font-weight:600;color:var(--text-bright)}.topnav{display:flex;align-items:center;gap:24px;margin-left:auto}.topnav-link{font-size:13px;color:var(--text-mid);text-decoration:none;padding:0}.topnav-link:hover,.topnav-link.active{color:var(--text-bright)}.topbar-right{display:flex;align-items:center;gap:16px}.lang-toggle{background:var(--purple);border:none;border-radius:8px;padding:9px 16px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;font-family:inherit}.lang-toggle:hover{background:var(--violet-hover)}.narrow-banner{background:#ff7d861f;color:var(--danger);padding:var(--space-3) var(--space-5);display:flex;flex-direction:column;gap:var(--space-1);border-top:1px solid rgba(255,125,134,.32);font-size:13px}.home-page{min-height:calc(100dvh - 64px);display:flex;flex-direction:column}.page-pad{padding:24px 0}.hero{display:flex;gap:64px;padding:72px 80px 64px}.hero-left{display:flex;flex-direction:column;gap:22px;flex:1;min-width:0}.eyebrow{align-self:flex-start;background:#1e2148;border-radius:100px;padding:6px 12px;font-size:12px;font-weight:500;color:#7d9bff}.hero-h1{font-size:52px;line-height:64px;font-weight:600;color:var(--text-bright);margin:0;max-width:560px}html:lang(en-US) .hero-h1{font-size:clamp(44px,4vw,52px);max-width:620px}.hero-sub{font-size:16px;line-height:26px;color:var(--text-dim);margin:0;max-width:520px}.cta-row{display:flex;gap:16px;margin-top:6px}.btn-hero{background:var(--purple);border:none;border-radius:10px;padding:14px 24px;font-size:15px;font-weight:600;color:#fff;font-family:inherit;cursor:pointer}.btn-hero:hover{background:var(--violet-hover)}.btn-hero:disabled{opacity:.55;cursor:not-allowed}.btn-hero-ghost{background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:10px;padding:14px 20px;font-size:15px;font-weight:500;color:var(--text-mid);font-family:inherit;cursor:pointer}.btn-hero-ghost:hover{color:var(--text-bright)}.value-row{display:flex;gap:20px;padding:0 80px 40px}.value-card{flex:1;min-height:138px;background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:10px}.value-title{font-size:16px;font-weight:600;color:var(--text-bright)}.value-body{font-size:13px;line-height:20px;color:var(--text-dim)}.footer{background:var(--bg-panel);padding:24px 80px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--ink-4);margin-top:auto}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--ink-4);text-decoration:none}.footer-links a:hover{color:var(--text-mid)}.center-zone{display:flex;align-items:center;justify-content:center;padding:40px 0}.empty-card{width:860px;max-width:calc(100vw - 48px);background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:14px;padding:48px 72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}.submit-layout{width:min(1040px,calc(100vw - 64px));min-height:540px;margin:48px auto 72px;overflow:hidden;background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:14px;display:grid;grid-template-columns:minmax(0,1fr) 304px;align-items:stretch}.workbench-layout{height:calc(100dvh - 64px);display:grid;grid-template-columns:minmax(0,1fr) 8px var(--workbench-sidebar-width, 400px);overflow:hidden;background:var(--bg)}.workbench-layout.is-resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.workbench-document-panel{min-width:0;min-height:0;display:flex;flex-direction:column}.workbench-toolbar{position:relative;z-index:7;flex:none;display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:10px 24px;border-bottom:1px solid var(--line-dark);background:var(--bg);color:var(--text-mid)}.workbench-back-title{min-width:0;max-width:min(38%,360px);display:inline-flex;align-items:center;gap:7px;color:var(--text-mid);font-size:13px;line-height:18px;text-decoration:none}.workbench-back-title svg{flex:none;color:var(--text-dim)}.workbench-back-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-back-title:hover,.workbench-back-title:focus-visible{color:var(--purple-soft)}.workbench-toolbar-end{min-width:0;flex:1;display:flex;align-items:center;justify-content:flex-end;gap:22px}.workbench-output-actions{display:inline-flex;align-items:center;gap:11px;flex:none}.workbench-output-actions button{min-height:36px;display:inline-flex;align-items:center;gap:6px;border:0;padding:0;background:transparent;color:var(--text-mid);font-size:12px;cursor:pointer}.workbench-output-actions button:hover,.workbench-output-actions button:focus-visible{color:var(--purple-soft)}.workbench-output-divider{width:1px;height:14px;background:var(--line-dark)}.workbench-document-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 36px 64px}.workbench-sidebar{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-panel)}.workbench-resize-handle{position:relative;z-index:5;width:8px;cursor:col-resize;background:linear-gradient(to right,var(--bg) 0 3px,var(--bg-panel) 3px 100%);outline:none;touch-action:none}.workbench-resize-handle:after{position:absolute;top:0;right:3px;bottom:0;left:3px;content:"";background:var(--line-dark);transition:inset .12s ease,background-color .12s ease}.workbench-resize-handle:hover:after,.workbench-resize-handle:focus-visible:after,.workbench-layout.is-resizing .workbench-resize-handle:after{top:0;right:2px;bottom:0;left:2px;background:#8f80ffb8}.workbench-sidebar-scroll{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding:24px 20px;display:flex;flex-direction:column;gap:22px}.workbench-mining-progress{position:relative;min-width:0;max-width:min(390px,100%);flex:0 1 auto}.diagnosis-progress-trigger{max-width:100%;min-height:36px;display:flex;align-items:center;gap:9px;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.diagnosis-progress-title{min-width:0;max-width:280px;flex:0 1 auto;overflow:hidden;color:var(--text-bright);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;transition:color .14s ease}.workbench-mining-progress.is-unfocused .diagnosis-progress-title{color:var(--text-mid)}.diagnosis-progress-trigger:hover .diagnosis-progress-title,.diagnosis-progress-trigger:focus-visible .diagnosis-progress-title{color:var(--purple-soft)}.diagnosis-progress-count{color:var(--text-dim);font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.diagnosis-progress-count b{color:var(--purple-soft);font-weight:600}.diagnosis-progress-trigger svg{color:var(--text-dim);transition:transform .14s ease}.diagnosis-progress-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.diagnosis-navigator{position:absolute;top:calc(100% + 8px);right:0;z-index:10;width:min(440px,calc(100vw - 48px));max-height:min(68dvh,620px);overflow-y:auto;border:1px solid var(--line-dark);border-radius:12px;background:radial-gradient(circle at 100% 0%,rgba(110,92,240,.08),transparent 38%),#0d0f21;padding:14px;box-shadow:0 18px 48px #0000006b}.diagnosis-navigator>header,.diagnosis-navigator>header>div{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.diagnosis-navigator>header>div{justify-content:flex-start}.diagnosis-navigator>header strong{color:var(--text-bright);font-size:14px}.diagnosis-navigator>header span{color:var(--text-dim);font-size:11px}.diagnosis-navigator section{margin-top:14px}.diagnosis-navigation-group.is-project{margin-left:14px;padding-left:12px;border-left:1px solid rgba(143,128,255,.22)}.diagnosis-navigator h2{margin:0 0 7px;color:var(--text-dim);font-size:12px;font-weight:600}.diagnosis-navigation-overview{margin:-1px 0 8px;color:var(--text-faint);font-size:11px;line-height:17px}.diagnosis-navigation-items{display:flex;flex-direction:column;gap:6px}.diagnosis-navigation-item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:start;border:1px solid transparent;border-radius:8px;padding:8px;background:transparent;color:inherit;text-align:left;cursor:pointer}.diagnosis-navigation-item:hover:not(:disabled),.diagnosis-navigation-item:focus-visible{border-color:#8f80ff42;background:#8f80ff12}.diagnosis-navigation-item.is-current{border-color:#8f80ff61;background:linear-gradient(90deg,#6e5cf02e,#6e5cf00f);box-shadow:inset 2px 0 0 var(--purple-soft)}.diagnosis-navigation-item.is-resolved{opacity:.62}.diagnosis-navigation-status{width:6px;height:6px;margin-top:5px;border-radius:50%;background:var(--text-dim)}.diagnosis-navigation-status.is-resolved{background:var(--green)}.diagnosis-navigation-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.diagnosis-navigation-copy strong{overflow:hidden;color:var(--text-bright);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.diagnosis-navigation-copy small{color:var(--text-dim);font-size:11px;line-height:16px}.diagnosis-navigation-state{color:var(--purple-soft);font-size:10px;white-space:nowrap}.diagnosis-navigation-state.is-none{color:var(--text-dim)}.workbench-conversation{position:relative;display:flex;min-height:0;height:100%;flex:1;flex-direction:column}.workbench-messages{--workbench-message-gutter: clamp(24px, 9%, 64px);flex:1;overflow-y:auto}.workbench-message-flow{min-height:100%;display:flex;flex-direction:column;gap:10px}.workbench-conversation.has-pending-actions .workbench-messages{padding-bottom:calc(var(--workbench-action-dock-height, 0px) + 18px)}.workbench-empty-chat,.workbench-turn-state{margin:0;color:var(--text-dim);font-size:13px;line-height:20px}.workbench-message{align-self:flex-start;max-width:calc(100% - var(--workbench-message-gutter));border-radius:12px;padding:12px;font-size:13px;line-height:21px}.workbench-message-user{align-self:flex-end;border:1px solid rgba(143,128,255,.18);border-radius:12px 12px 4px;background:#6e5cf029;color:var(--text-bright)}.workbench-message-parts{display:inline;white-space:pre-wrap;overflow-wrap:anywhere}.workbench-message-text{white-space:pre-wrap}.workbench-message-question{background:radial-gradient(circle at 100% 0%,rgba(110,92,240,.13),transparent 42%),linear-gradient(155deg,#171a35fa,#0d0f21fa);border:1px solid rgba(143,128,255,.22);color:var(--text-bright);box-shadow:0 18px 42px #03040f33,inset 0 1px #ffffff06}.workbench-message-question small{display:block;color:var(--purple-soft);margin:0 0 3px;font-size:10px;font-weight:700;letter-spacing:.11em;line-height:16px;text-transform:uppercase}.workbench-message-question p{margin:7px 0 0;color:var(--text-dim)}.workbench-tool-action{display:flex;flex-direction:column;gap:14px;border-radius:16px;padding:16px}.workbench-action-dock{position:absolute;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(143,128,255,.24);border-radius:16px;padding:12px;background:radial-gradient(circle at 100% 0%,rgba(110,92,240,.14),transparent 42%),#0d0f21f5;box-shadow:0 -18px 48px #02030d75;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.workbench-action-dock-header{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px}.workbench-action-dock-header>div:first-child{min-width:0;display:flex;align-items:baseline;gap:8px}.workbench-action-dock-header strong{color:var(--text-bright);font-size:12px}.workbench-action-dock-header span{color:var(--text-dim);font-size:10px}.workbench-action-dock-tabs{display:flex;flex:none;gap:5px}.workbench-action-dock-tabs button{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(232,229,255,.12);border-radius:7px;background:transparent;color:var(--text-dim);font-size:10px}.workbench-action-dock-content .workbench-tool-action{gap:8px;border:0;padding:4px 2px 2px;background:transparent}.workbench-action-dock-tabs button[aria-selected=true]{border-color:#8f80ff85;background:#6e5cf02e;color:#c7c0ff}.workbench-action-dock-content{overflow:visible}.workbench-action-dock-content>p{margin:0;color:var(--text-dim);font-size:12px}.workbench-action-dock-content .workbench-message{width:100%;max-width:none}.workbench-action-dock>.workbench-chat-error{flex:none;margin:0}.workbench-tool-card-heading{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px}.workbench-tool-card-heading>div{min-width:0}.workbench-tool-card-heading strong{display:block;color:var(--text-bright);font-size:14px;font-weight:650;line-height:21px}.workbench-tool-card-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid rgba(143,128,255,.28);border-radius:10px;background:linear-gradient(145deg,#6e5cf03d,#6e5cf014);color:#b6abff}.workbench-tool-action>small,.workbench-tool-action>p{margin:0}.workbench-question-subject-note{color:var(--text-faint)!important;font-size:11px}.is-question-subject-focus{animation:workbench-question-subject-focus 1.6s ease-out}@keyframes workbench-question-subject-focus{0%,35%{box-shadow:0 0 0 3px #8f80ff6b}to{box-shadow:0 0 #8f80ff00}}.workbench-tool-form{display:flex;flex-direction:column;gap:8px;margin-top:4px}.workbench-tool-form label{color:var(--text-faint);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.workbench-tool-hint{color:var(--text-dim)!important;font-size:12px}.workbench-tool-action textarea{width:100%;resize:vertical;border:1px solid rgba(232,229,255,.13);border-radius:10px;background:#050612a3;color:var(--text-bright);padding:9px 10px;font:inherit;line-height:20px}.workbench-tool-action textarea:focus{border-color:var(--purple);outline:none}.workbench-tool-action button{display:inline-flex;align-self:flex-start;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(232,229,255,.12);border-radius:9px;background:#0708178c;color:var(--text-mid);cursor:pointer;padding:8px 12px;font-size:12px;font-weight:650}.workbench-tool-action button:hover,.workbench-tool-action button.is-active{border-color:#8f80ff80;background:#6e5cf01f;color:#c7c0ff}.workbench-tool-action button:disabled{cursor:not-allowed;opacity:.55}.workbench-tool-buttons{display:flex;flex-wrap:wrap;gap:7px}.workbench-tool-primary{border-color:transparent!important;background:linear-gradient(135deg,#7867f5,#6553e8)!important;color:#fff!important;box-shadow:0 8px 18px #4e3bd23d}.workbench-tool-primary:hover{background:linear-gradient(135deg,#8373fa,#6e5cf0)!important;box-shadow:0 10px 22px #4e3bd252}.workbench-tool-form>.workbench-tool-primary,.workbench-tool-action>.workbench-tool-primary{width:100%}.workbench-tool-secondary{border-color:transparent!important;background:transparent!important;color:var(--text-dim)!important;box-shadow:none!important}.workbench-fact-form .workbench-tool-buttons{align-items:center}.workbench-fact-form .workbench-tool-primary{flex:1 1 190px}.workbench-confirmed-fact{border:1px solid rgba(232,229,255,.1);border-radius:12px;background:#0708175c;padding:12px}.workbench-confirmed-fact>span{display:block;color:var(--purple-soft);font-size:10px;font-weight:700;letter-spacing:.08em}.workbench-confirmed-fact>p{margin:6px 0 0;color:var(--text-mid);font-size:12px;line-height:1.75;white-space:pre-wrap}.workbench-candidate-effect{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;border:1px solid rgba(232,229,255,.1);border-radius:12px;background:#07081757;padding:11px 12px}.workbench-candidate-effect.is-resolved{border-color:#5acb973d;background:#2a855e14}.workbench-candidate-effect.is-remaining{border-color:#e8be5e38;background:#8f682314}.workbench-candidate-effect-icon{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:8px;background:#e8e5ff0f;color:var(--text-dim)}.workbench-candidate-effect.is-resolved .workbench-candidate-effect-icon{color:#76d5a8}.workbench-candidate-effect.is-remaining .workbench-candidate-effect-icon{color:#e5bd68}.workbench-candidate-effect strong{display:block;color:var(--text-mid);font-size:12px;line-height:18px}.workbench-candidate-effect p,.workbench-candidate-effect small{display:block;margin:4px 0 0;color:var(--text-dim);font-size:11px;line-height:17px}.workbench-candidate-effect small{color:var(--text-faint)}.workbench-tool-result-label{color:var(--text-dim);font-size:12px}.workbench-tool-preview-page{width:min(1380px,calc(100vw - 64px));margin:0 auto;padding:34px 0 56px}.workbench-tool-preview-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:24px}.workbench-tool-preview-header .eyebrow{margin-bottom:2px}.workbench-tool-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px}.workbench-tool-preview-column{--workbench-message-gutter: 0px;display:flex;min-width:0;flex-direction:column;gap:10px}.workbench-tool-preview-column .workbench-message{width:100%;max-width:none}.workbench-tool-preview-label{color:var(--text-faint);font-size:12px;font-weight:650;letter-spacing:.08em}.workbench-context-preview-section{display:flex;flex-direction:column;gap:10px;margin-top:22px}.workbench-context-preview-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;gap:18px}.workbench-context-preview-grid>div{min-width:0;border:1px solid rgba(143,128,255,.18);border-radius:16px;background:#111329b8;padding:16px}.workbench-context-preview-grid>div>small{display:block;margin-bottom:10px;color:var(--text-dim);font-size:11px}.workbench-context-preview-grid .workbench-message-user{width:fit-content;max-width:100%}@media (max-width: 1080px){.workbench-tool-preview-grid,.workbench-context-preview-grid{grid-template-columns:1fr}}.workbench-question-answer{border-top:1px solid var(--line-dark);padding-top:9px}.workbench-question-answer>span{color:var(--text-faint);font-size:11px}.workbench-question-answer p{margin:3px 0 0;color:var(--text-mid)}.workbench-message-notice{width:100%;max-width:100%;border:0;border-radius:0;padding:2px 0;background:transparent;color:var(--text-mid)}.workbench-markdown{overflow-wrap:anywhere}.workbench-markdown>:first-child{margin-top:0}.workbench-markdown>:last-child{margin-bottom:0}.workbench-markdown p,.workbench-markdown ul,.workbench-markdown ol,.workbench-markdown blockquote,.workbench-markdown pre,.workbench-markdown table{margin:0 0 10px}.workbench-markdown h1,.workbench-markdown h2,.workbench-markdown h3,.workbench-markdown h4{margin:14px 0 7px;color:var(--text-bright);font-size:14px;line-height:1.5}.workbench-markdown h1{font-size:16px}.workbench-markdown h2{font-size:15px}.workbench-markdown ul,.workbench-markdown ol{padding-left:20px}.workbench-markdown li+li{margin-top:4px}.workbench-markdown strong{color:var(--text-bright);font-weight:650}.workbench-markdown a{color:var(--purple-soft);text-decoration:underline;text-decoration-color:#8f80ff73;text-underline-offset:3px}.workbench-markdown blockquote{border-left:2px solid rgba(143,128,255,.65);padding-left:10px;color:var(--text-dim)}.workbench-markdown code{border-radius:4px;background:var(--bg-page);padding:1px 5px;color:var(--text-bright);font-size:.92em}.workbench-markdown pre{overflow-x:auto;border:1px solid var(--line-dark);border-radius:8px;background:var(--bg-page);padding:10px}.workbench-markdown pre code{padding:0;background:transparent}.workbench-markdown table{width:100%;border-collapse:collapse;font-size:12px}.workbench-markdown th,.workbench-markdown td{border:1px solid var(--line-dark);padding:6px 8px;text-align:left;vertical-align:top}.workbench-markdown hr{margin:12px 0;border:0;border-top:1px solid var(--line-dark)}.workbench-markdown-image-label{color:var(--text-dim);font-style:italic}.workbench-reference{display:inline-flex;height:22px;align-items:center;gap:4px;max-width:min(240px,70vw);margin:0 3px;padding:0 8px;border-radius:11px;background:#ffffff2e;color:#fff;vertical-align:middle;-webkit-user-select:none;user-select:none}.workbench-reference svg{flex:none}.workbench-reference-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-reference:focus-visible{outline:1px solid #fff;outline-offset:2px}.workbench-composer-shell{border:1px solid var(--line-dark);border-radius:12px;background:var(--bg-block);padding:12px;cursor:text}.workbench-composer-shell:focus-within{border-color:var(--purple-soft)}.workbench-composer{min-height:64px;max-height:160px;overflow-y:auto;outline:none;color:var(--text-bright);font-size:14px;line-height:1.9;white-space:pre-wrap;overflow-wrap:anywhere}.workbench-composer:empty:before{content:attr(data-placeholder);color:var(--text-faint);pointer-events:none}.workbench-composer-token{display:inline-flex;height:24px;align-items:center;max-width:min(260px,78%);gap:5px;margin:0 2px;padding:0 5px 0 6px;border:1px solid rgba(110,92,240,.35);border-radius:12px;background:#e6e1f7;color:var(--purple);font-size:12px;line-height:22px;vertical-align:middle;cursor:grab;-webkit-user-select:none;user-select:none}.workbench-composer-token.is-dragging{opacity:.22}.workbench-composer-drag-ghost{position:fixed;top:-100px;left:-100px;opacity:.34;pointer-events:none}.workbench-composer-token-grip{flex:none;color:#6e5cf09e;font-size:12px;line-height:1}.workbench-composer-token-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-composer-token button{flex:0 0 auto;display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center;border:0;background:transparent;color:inherit;cursor:pointer;padding:0;font-size:14px;line-height:1}.workbench-composer-drop-marker{display:inline-block;width:2px;height:22px;margin:0 2px;border-radius:999px;background:var(--purple-soft);vertical-align:middle}.workbench-composer-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--text-faint);padding-top:12px;font-size:11px}.workbench-composer-footer button{border:0;border-radius:7px;padding:7px 12px;background:var(--purple);color:#fff;cursor:pointer}.workbench-composer-footer button:disabled{cursor:not-allowed;background:var(--line-dark);color:var(--text-faint)}.workbench-chat-error{margin:7px 0 0;color:#ff9a9a;font-size:12px}.workbench-placeholder{background:var(--bg-block);border:1px solid var(--line-dark);border-radius:12px;padding:16px}.workbench-eyebrow{margin:0 0 8px;color:var(--purple-soft);font-size:12px}.workbench-placeholder h1{font-size:17px;margin:0 0 10px;color:var(--text-bright)}.workbench-placeholder p{font-size:13px;line-height:20px;color:var(--text-mid)}.workbench-demo-answer{margin:12px 0;padding:10px;background:#251f55;border-radius:9px;color:var(--text-bright);font-size:13px}.workbench-demo-card{border:1px solid var(--purple);border-radius:9px;padding:12px}.workbench-demo-card button{border:0;border-radius:6px;padding:7px 10px;color:var(--text-dim);background:var(--line-dark)}.workbench-placeholder small{display:block;margin-top:12px;color:var(--text-faint)}.workbench-selection-bar{position:fixed;z-index:30;visibility:hidden;opacity:0;display:flex;align-items:center;padding:2px;border:1px solid rgba(93,75,190,.3);border-radius:7px;background:#fffffff5;box-shadow:0 2px 6px #30266a29;transition:opacity .1s ease;pointer-events:none}.workbench-selection-bar button{display:grid;width:20px;height:20px;place-items:center;border:0;border-radius:5px;color:var(--purple);background:transparent;cursor:pointer;font-size:14px;line-height:1;pointer-events:auto}.workbench-selection-bar button:hover{color:#44329d;background:#5d4bbe1f}.workbench-selection-bar button:focus-visible{outline:2px solid #bcb0ff;outline-offset:2px}.workbench-edit-modal{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#000000b8}.workbench-editor{width:min(640px,100%);max-height:min(760px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line-dark);border-radius:22px;background:var(--bg-card-dark);box-shadow:0 24px 80px #00000073}.workbench-editor.is-compact{width:min(520px,100%)}.workbench-editor header{display:flex;flex:none;align-items:center;justify-content:space-between;gap:12px;padding:22px 24px 10px;color:var(--text-bright)}.workbench-editor header strong{font-size:17px;font-weight:600}.workbench-editor header button{display:grid;width:30px;height:30px;flex:none;place-items:center;border:0;border-radius:8px;color:var(--text-dim);background:#e8e5ff14;cursor:pointer}.workbench-editor header button:hover{color:var(--text-bright)}.workbench-editor-body{min-height:0;flex:1;overflow-y:auto;padding:0 24px 6px;overscroll-behavior:contain}.workbench-editor-group+.workbench-editor-group{margin-top:20px}.workbench-editor-group>h3{margin:8px 0 10px;color:var(--text-dim);font-size:12px;font-weight:600;letter-spacing:.05em}.workbench-editor-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:10px 0 4px}.workbench-editor label{display:flex;flex-direction:column;gap:5px;color:var(--text-mid);font-size:12px}.workbench-editor .workbench-editor-wide{grid-column:1 / -1}.workbench-editor input,.workbench-editor textarea{width:100%;min-width:0;border:1px solid var(--line-dark);border-radius:12px;padding:0 12px;color:var(--text-bright);background:var(--bg-block);font:inherit}.workbench-editor input{height:44px}.workbench-editor input:focus,.workbench-editor textarea:focus{border-color:var(--purple-soft);outline:none;box-shadow:0 0 0 2px #8f80ff47}.workbench-editor textarea{min-height:88px;padding:10px 12px;line-height:20px;resize:vertical}.workbench-current{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important}.workbench-current input{min-width:auto!important}.workbench-editor footer{display:flex;flex:none;justify-content:flex-end;gap:10px;padding:18px 24px 22px;border-top:1px solid rgba(232,229,255,.08)}.workbench-editor-error{color:#e9a0a0;font-size:12px}.workbench-save,.workbench-cancel{min-width:72px;height:40px;border-radius:12px;padding:0 18px;cursor:pointer;font:inherit}.resume-output-modal{position:fixed;z-index:60;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#070915d1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.resume-output-dialog{position:relative;width:min(1080px,100%);height:min(860px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line-dark);border-radius:18px;background:var(--bg-panel);box-shadow:0 32px 100px #0000008c}.resume-output-dialog.is-download{width:min(620px,100%);height:auto;min-height:360px}.resume-output-header{min-height:68px;display:grid;flex:none;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px 12px 22px;border-bottom:1px solid var(--line-dark)}.resume-output-header h2{margin:0;color:var(--text-bright);font-size:18px;font-weight:650}.resume-output-close{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line-dark);border-radius:8px;background:transparent;color:var(--text-mid);cursor:pointer}.resume-output-close:hover,.resume-output-close:focus-visible{border-color:#8f80ff6b;color:var(--text-bright)}.resume-output-downloads{display:flex;align-items:center;gap:8px}.resume-output-download-panel{min-height:0;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:48px;text-align:center}.resume-output-download-copy h3{margin:0;color:var(--text-bright);font-size:18px}.resume-output-download-copy p{margin:8px 0 0;color:var(--text-muted);font-size:13px}.resume-output-download-panel .resume-output-downloads{width:min(360px,100%)}.resume-output-download-panel .resume-output-primary,.resume-output-download-panel .resume-output-secondary{min-height:46px;flex:1}.resume-output-download-panel .resume-output-error{width:min(420px,100%);min-height:0;border:1px solid rgba(224,128,128,.22);border-radius:8px}.resume-output-primary,.resume-output-secondary{min-width:128px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;padding:0 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.resume-output-primary{border:1px solid var(--purple);background:var(--purple);color:#fff}.resume-output-secondary{border:1px solid rgba(232,229,255,.16);background:#ffffff0a;color:var(--text-mid)}.resume-output-primary:hover:not(:disabled),.resume-output-primary:focus-visible:not(:disabled){background:var(--violet-hover)}.resume-output-secondary:hover:not(:disabled),.resume-output-secondary:focus-visible:not(:disabled){border-color:#8f80ff6b;color:var(--text-bright)}.resume-output-primary:disabled,.resume-output-secondary:disabled{opacity:.55;cursor:wait}.resume-output-error{min-height:42px;display:flex;flex:none;align-items:center;justify-content:center;gap:12px;margin:0;padding:9px 18px;border-bottom:1px solid rgba(224,128,128,.22);background:#7e263029;color:#efb5b5;font-size:12px}.resume-output-error button{border:0;padding:2px 0;background:transparent;color:#fff;font:inherit;font-weight:650;cursor:pointer}.resume-output-preview{min-width:0;min-height:0;flex:1;overflow:auto;display:grid;background:#e6e9ef}.resume-output-empty{min-height:100%;display:grid;place-content:center;justify-items:center;gap:12px;padding:32px;color:#59677a;text-align:center}.resume-html-preview{width:min(794px,calc(100% - 32px));height:calc(100% - 48px);min-height:780px;display:block;margin:24px auto;border:0;background:#fff;box-shadow:0 14px 42px #1e273733}.is-spinning{animation:resume-output-spin 1.1s linear infinite}@keyframes resume-output-spin{to{transform:rotate(360deg)}}.workbench-save{border:0;color:#fff;background:var(--purple)}.workbench-cancel{border:1px solid var(--line-dark);color:var(--text-mid);background:transparent}@media (max-width: 900px){.workbench-layout{height:auto;min-height:calc(100dvh - 64px);grid-template-columns:1fr;overflow:visible}.workbench-document-panel{min-height:calc(100dvh - 64px)}.workbench-document-scroll{overflow:visible;padding:20px}.workbench-toolbar{padding:10px 20px}.workbench-sidebar{border-left:0;border-top:1px solid var(--line-dark)}.workbench-resize-handle{display:none}.workbench-sidebar-scroll{height:auto;overflow:visible}.workbench-selection-bar{display:none}.resume-output-modal{padding:0}.resume-output-dialog{width:100%;height:100dvh;border:0;border-radius:0}.resume-output-dialog.is-download{min-height:100dvh}.resume-output-header{min-height:60px;grid-template-columns:minmax(0,1fr) auto;padding:10px 14px 10px 18px}.resume-output-downloads{position:absolute;z-index:2;right:0;bottom:0;left:0;order:3;padding:12px 16px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line-dark);background:#0d0f1df5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.resume-output-download-panel{padding:40px 24px 92px}.resume-output-primary,.resume-output-secondary{min-width:0;flex:1}.resume-html-preview{width:min(794px,calc(100% - 24px));margin:12px auto}}@media (max-width: 640px){.workbench-toolbar{flex-wrap:wrap;gap:4px 16px;padding:10px 16px}.workbench-back-title{max-width:100%;flex:1}.workbench-toolbar-end{flex:0 0 100%;justify-content:space-between;gap:16px}.workbench-mining-progress{width:auto;flex:1}.diagnosis-navigator{right:auto;left:0;width:min(440px,calc(100vw - 32px))}}.submit-form{min-width:0;padding:44px 40px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.empty-title{font-size:24px;font-weight:600;color:var(--text-bright);margin:0}.empty-sub{font-size:14px;color:var(--text-dim);margin:0;max-width:560px}.consent-sidebar{background:var(--bg-block);border-left:1px solid var(--line-dark);padding:28px 24px}.consent-sidebar-eyebrow{color:var(--purple-soft);font-size:11px;font-weight:600;letter-spacing:.1em;margin:0 0 8px}.consent-sidebar h2{color:var(--text-bright);font-size:17px;line-height:1.4;margin:0}.consent-sidebar-status,.consent-purpose{color:var(--text-dim);font-size:13px;line-height:21px;margin:16px 0 0}.consent-details{display:flex;flex-direction:column;gap:14px;margin:20px 0 0}.consent-details div{display:flex;flex-direction:column;gap:4px}.consent-details dt{color:var(--text-faint);font-size:11px;font-weight:600}.consent-details dd{color:var(--text-mid);font-size:12px;line-height:19px;margin:0}.btn-consent{width:100%;min-height:42px;margin-top:24px;border-radius:9px;background:var(--purple);color:#fff;font-size:13px;font-weight:600}.btn-consent:hover:not(:disabled){background:var(--violet-hover)}.btn-consent:disabled{cursor:not-allowed;opacity:.55}.consent-confirmed{margin:24px 0 0;border-radius:8px;background:#56d28b1a;color:var(--green-dot);font-size:12px;line-height:18px;padding:10px 12px}.consent-sidebar-error{margin-top:16px;border-radius:8px;background:#ff7d861a;color:var(--danger);font-size:12px;line-height:18px;padding:10px 12px}.consent-sidebar-error p{margin:0}.consent-sidebar-error button{color:var(--text-mid);font-size:12px;font-weight:600;margin-top:8px;padding:0}.mode-tabs{width:360px;background:#111329;border-radius:10px;padding:4px;display:flex;margin-top:4px}.mode-tab{flex:1;height:38px;border:none;border-radius:8px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;background:none;color:var(--text-dim)}.mode-tab.on{background:var(--purple);color:#fff}.mode-tab.off:hover{color:var(--text-mid)}.dropzone{width:560px;border-radius:12px;background:#111329;border:1px dashed rgba(110,92,240,.6);padding:36px 32px 32px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.dropzone:hover{border-color:var(--purple)}.dropzone .up-ico{width:44px;height:44px;border-radius:100%;background:#1b1739;color:var(--purple);font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.dropzone .dz-main{font-size:15px;font-weight:500;color:var(--text-bright)}.dropzone .dz-sub{font-size:12px;color:var(--text-faint);text-align:center}.upload-panel{width:560px}.upload-file-list{width:100%;margin-top:14px;display:grid;gap:8px;text-align:left}.upload-file-row{min-height:62px;box-sizing:border-box;display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#0406187a;transition:border-color .16s ease,background .16s ease,opacity .16s ease}.upload-file-row:hover{border-color:#8474ff7a;background:#1a163ead}.upload-file-row.is-dragging{opacity:.45;border-style:dashed}.upload-file-grip{display:inline-flex;color:var(--text-faint);cursor:grab}.upload-file-preview,.upload-file-icon{width:42px;height:42px;flex:0 0 42px;border-radius:8px}.upload-file-preview{object-fit:cover;background:#080a1e}.upload-file-icon{position:relative;display:grid;place-items:center;color:#a99cff;background:#7360f124}.upload-file-icon small{position:absolute;right:3px;bottom:2px;color:currentColor;font-size:7px;font-weight:750;letter-spacing:-.2px;line-height:1}.upload-file-icon.is-pdf{color:#ef8d96;background:#dd4f5b26}.upload-file-icon.is-docx{color:#84b7fa;background:#3d7de029}.upload-file-icon.is-md,.upload-file-icon.is-txt{color:#9dcca7;background:#519e6426}.upload-file-copy{min-width:0;flex:1;display:grid;gap:4px}.upload-file-copy strong{overflow:hidden;color:var(--text-bright);font-size:13px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.upload-file-copy small,.upload-file-order{color:var(--text-faint);font-size:11px}.upload-file-status,.upload-file-order{display:inline-flex;align-items:center;gap:4px}.upload-file-status{color:#88ddb3;font-size:11px;white-space:nowrap}.upload-file-actions{display:inline-flex;gap:2px}.icon-button{width:30px;height:30px;display:inline-grid;place-items:center;border:0;border-radius:7px;color:var(--text-dim);background:transparent;cursor:pointer}.icon-button:hover:not(:disabled){color:var(--text-bright);background:#ffffff14}.icon-button-danger:hover:not(:disabled){color:#ff9b9b;background:#e24a4a24}.icon-button:disabled{opacity:.3;cursor:not-allowed}.upload-file-order{margin:2px 2px 0}.paste-box{width:560px;height:260px;border-radius:12px;background:#111329;border:1px solid rgba(110,92,240,.6);padding:16px 20px;display:flex;flex-direction:column;text-align:left}.paste-box:focus-within{border-color:var(--purple)}.paste-box textarea{flex:1;resize:none;border:none;outline:none;background:none;color:var(--text-bright);font-family:inherit;font-size:14px;line-height:22px}.paste-box textarea::placeholder{color:var(--text-faint)}.paste-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.paste-hint{font-size:12px;color:var(--text-faint)}.btn-clear{background:var(--bg-card-dark);border:none;border-radius:100px;padding:4px 8px;color:var(--text-dim);cursor:pointer;font-family:inherit;font-size:12px;font-weight:500}.btn-clear:hover{color:var(--text-mid)}.cta-row{display:flex;align-items:center;gap:14px;margin-top:4px}.btn-diagnose{height:48px;border:none;border-radius:10px;background:var(--purple);padding:0 28px;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 8px 24px -6px #6e5cf04d}.btn-diagnose:hover{background:var(--violet-hover)}.btn-diagnose:disabled{opacity:.55;cursor:not-allowed}.cta-note{font-size:12px;color:var(--text-faint)}@media (max-width: 960px){.submit-layout{width:calc(100vw - 48px);margin:32px auto 56px;grid-template-columns:1fr}.consent-sidebar{order:-1;border-bottom:1px solid var(--line-dark);border-left:none}}.flow-card{width:620px;max-width:calc(100vw - 32px);background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:16px;padding:36px 44px;display:flex;flex-direction:column;gap:22px}.file-chip{align-self:flex-start;display:flex;align-items:center;gap:8px;background:var(--bg-card-dark);border-radius:8px;padding:8px 12px;font-size:13px;font-weight:500;color:var(--text-mid)}.file-chip .ico{width:14px;height:14px;border-radius:4px;background:var(--purple);flex:none}.file-chip.dim .ico{background:var(--text-faint)}.processing-source{display:flex;align-items:center;gap:12px;padding-bottom:22px;border-bottom:1px solid var(--line-dark)}.processing-source-icon{width:42px;height:48px;flex:none;display:grid;place-items:center;border:1px solid var(--line-dark);border-radius:9px;color:var(--purple-soft);background:var(--bg-card-dark);font-size:11px;font-weight:700;letter-spacing:.04em}.processing-source-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.processing-source-copy strong{color:var(--text-mid);font-size:14px;font-weight:600}.processing-source-copy small{color:var(--text-dim);font-size:12px}.flow-title{font-size:24px;font-weight:600;color:var(--text-bright);margin:0}.flow-sub{font-size:13px;color:var(--text-dim);margin:0}.processing-refresh-note{margin:-8px 0 0;padding:10px 12px;border:1px solid rgba(232,190,92,.22);border-radius:9px;color:#d8bc7a;background:#5d46141f;font-size:12px;line-height:1.6}.milestones{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.ms-row{position:relative;display:flex;align-items:center;gap:14px;min-height:62px;padding:10px 12px;border:1px solid transparent;border-radius:11px}.ms-row:not(:last-child):after{content:"";position:absolute;z-index:0;top:43px;left:22px;width:1px;height:23px;background:var(--line-dark)}.ms-ico{position:relative;z-index:1;width:24px;height:24px;border-radius:100%;flex:none;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:1px solid #45455c;color:var(--text-faint);background:var(--bg-panel)}.ms-done .ms-ico{background:var(--purple);border-color:var(--purple);color:#fff}.ms-doing .ms-ico,.ms-queued .ms-ico,.ms-recovering .ms-ico{background:#1b1739;border:1px solid var(--purple);color:var(--purple-soft)}.ms-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:3px}.ms-text{line-height:1.6;font-size:14px;color:var(--text-mid)}.ms-doing .ms-text{font-weight:600;color:var(--text-bright)}.ms-todo .ms-text{color:var(--text-faint)}.ms-fill{display:none}.ms-detail{display:block;line-height:1.6;font-size:12px;color:var(--text-faint)}.ms-doing .ms-detail{font-weight:500;color:var(--purple-soft)}.ms-state{flex:none;color:var(--text-dim);font-size:12px;white-space:nowrap}.ms-doing .ms-state{color:var(--purple-soft)}.ms-queued .ms-state,.ms-recovering .ms-state{color:var(--text-mid)}.running-text{color:transparent!important;background-image:linear-gradient(105deg,var(--text-faint) 0%,var(--text-faint) 32%,var(--text-mid) 41%,#fff 48%,#fff 54%,var(--text-mid) 62%,var(--text-faint) 71%,var(--text-faint) 100%);background-position:120% 50%;background-size:220% 100%;background-clip:text;-webkit-background-clip:text;animation:running-text-sweep 1.65s linear infinite}@keyframes running-text-sweep{to{background-position:-120% 50%}}@media (prefers-reduced-motion: reduce){.running-text{color:var(--text-bright)!important;background:none;animation:none}}@media (max-width: 640px){.center-zone{padding:24px 0}.flow-card{padding:26px 20px;gap:18px}.ms-row{gap:10px;padding-inline:8px}.ms-state{font-size:11px}}.notice-card{background:#111329;border:1px solid rgba(232,229,255,.14);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.notice-head{display:flex;align-items:center;gap:8px}.notice-ico{width:16px;height:16px;border-radius:100%;background:#1b1739;flex:none;color:var(--purple-soft);font-size:7px;font-weight:600;display:flex;align-items:center;justify-content:center}.notice-title{font-size:13px;font-weight:500;color:var(--text-mid)}.notice-body{font-size:12px;line-height:19px;color:var(--text-dim)}.back-row{text-align:center}.back-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;color:var(--text-dim)}.back-link:hover{color:var(--text-mid)}.recover-card{width:620px;background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:16px;padding:36px 44px;display:flex;flex-direction:column;gap:20px}.warn-ico{width:44px;height:44px;border-radius:100%;background:#ff7d861f;color:var(--danger);font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center}.fail-title{font-size:24px;font-weight:600;color:var(--text-bright);margin:0}.fail-body{font-size:13px;line-height:21px;color:var(--text-dim);margin:0}.fail-detail{font-size:13px;color:var(--text-dim);margin:0}.actions{display:flex;flex-direction:column;gap:10px}.btn-primary-action{height:48px;border:none;border-radius:10px;background:var(--purple);color:#fff;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.btn-primary-action:hover:not(:disabled){background:var(--violet-hover)}.btn-primary-action:disabled{opacity:.55;cursor:not-allowed}.btn-ghost-l{height:48px;border-radius:10px;background:none;border:1px solid #454573;color:var(--text-bright);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-ghost-l:hover{border-color:var(--purple)}.tips{background:#111329;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.tips p{font-size:12px;color:var(--text-dim);margin:0}.page-shell{padding:0}.status-badge{display:inline-flex;align-items:center;gap:6px;border-radius:100px;padding:3px 10px;font-size:12px;font-weight:500;border:1px solid transparent}.status-processing{color:var(--purple-soft);background:#1b1739;border-color:transparent}.status-failed{color:var(--danger);background:#ff7d861f}.status-completed{color:var(--text-dim);background:#e8e5ff0a;border-color:var(--line-dark)}.sessions-page{width:min(1020px,calc(100vw - 64px));min-height:calc(100dvh - 64px);margin:0 auto;padding:64px 0 80px}.sessions-page-header{display:flex;align-items:end;justify-content:space-between;gap:32px;padding-bottom:40px;border-bottom:1px solid var(--line-dark)}.sessions-eyebrow{color:var(--purple-soft);font-size:12px;font-weight:600;letter-spacing:.1em;margin:0 0 10px}.sessions-page-header h1{color:var(--text-bright);font-size:36px;line-height:1.25;margin:0}.sessions-lead{max-width:560px;color:var(--text-dim);font-size:14px;line-height:22px;margin:10px 0 0}.sessions-new-action{flex:none;border-radius:10px;background:var(--purple);color:#fff;font-size:14px;font-weight:600;padding:12px 18px;text-decoration:none}.sessions-new-action:hover{background:var(--violet-hover);color:#fff}.sessions-feedback{display:grid;min-height:calc(100dvh - 208px);place-items:center;color:var(--text-mid)}.session-group{margin-top:36px}.session-group-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}.session-group-head h2{color:var(--text-mid);font-size:15px;font-weight:600;line-height:1.4;margin:0}.session-group-head span{display:inline-grid;width:20px;height:20px;place-items:center;border-radius:999px;background:var(--bg-block);color:var(--text-faint);font-size:11px;font-weight:600}.session-group-attention .session-group-head h2{color:var(--danger)}.session-group-attention .session-group-head span{background:#ff7d861f;color:var(--danger)}.session-list{display:flex;flex-direction:column;gap:10px}.session-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px;padding:15px 18px 15px 20px;border:1px solid var(--line-dark);border-radius:12px;background:var(--bg-panel);color:var(--text-bright);text-align:left;font-family:inherit;cursor:pointer;width:100%}.session-row:hover{border-color:var(--purple);background:var(--bg-block)}.session-row-meta{display:flex;flex-direction:column;gap:5px;color:var(--text-dim);font-size:13px}.session-row-meta strong{color:var(--text-bright);font-size:14px;font-weight:600}.session-row-details{display:flex;align-items:center;color:var(--text-dim);font-size:12px;line-height:18px}.session-row-details span+span:before{content:"·";color:var(--text-faint);margin:0 8px}.session-row-action{display:flex;align-items:center;gap:14px}.session-row-arrow{color:var(--text-faint);font-size:18px;line-height:1;transition:color .16s ease,transform .16s ease}.session-row:hover .session-row-arrow{color:var(--purple-soft);transform:translate(2px)}.sessions-load-more{display:flex;justify-content:center;margin-top:28px}.sessions-load-more button{border:1px solid var(--line-dark);border-radius:8px;color:var(--text-mid);font-size:13px;font-weight:500;padding:9px 16px}.sessions-load-more button:hover{border-color:var(--purple);color:var(--text-bright)}.sessions-end{margin:28px 0 0;color:var(--text-faint);font-size:12px;text-align:center}.sessions-empty{margin-top:36px;background:var(--bg-panel);border:1px solid var(--line-dark);border-radius:14px}.sessions-empty .empty-state{padding:72px 32px}.sessions-empty .empty-state .btn{border-radius:10px;background:var(--purple);color:#fff;font-size:14px;font-weight:600;padding:12px 18px}.sessions-empty .empty-state .btn:hover{background:var(--violet-hover)}.empty-state{text-align:center;padding:64px 32px;color:var(--text-mid)}.empty-state h2{font-size:24px;font-weight:600;color:var(--text-bright);margin:0 0 12px}.empty-state p{margin:0 0 24px}@media (max-width: 768px){.sessions-page{width:calc(100vw - 48px);padding-top:40px}.sessions-page-header{align-items:start;flex-direction:column}}.diagnosis-shell{padding:32px 80px;display:flex;flex-direction:column;gap:18px}.diagnosis-section{background:var(--bg-card-dark);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.diagnosis-section-title{font-size:15px;font-weight:600;color:var(--text-bright);margin:0}.diagnosis-section-meta{font-size:12px;color:var(--text-dim)}.overview-card{background:var(--bg-block);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.overview-card h4{margin:0;font-size:13px;font-weight:500;color:var(--purple-soft)}.overview-card p{margin:0;font-size:13px;line-height:21px;color:var(--text-mid)}.findings-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.finding{background:var(--bg-block);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;border-left:2px solid var(--purple)}.finding-code{align-self:flex-start;background:#1e2148;border-radius:4px;padding:3px 8px;font-size:12px;font-weight:500;color:var(--purple-soft);font-family:ui-monospace,SF Mono,Menlo,monospace}.finding-diagnosis{margin:0;font-size:13px;line-height:21px;color:var(--text-bright)}.finding-next-focus{margin:0;font-size:12px;line-height:18px;color:var(--text-dim)}.finding-target{margin:0;font-size:12px;color:var(--text-faint);font-family:ui-monospace,SF Mono,Menlo,monospace}.empty-layer{color:var(--text-faint);font-style:italic;padding:8px 0}.loading-state,.error-state{text-align:center;padding:48px;color:var(--text-mid)}.error-state{color:var(--danger)}.toast{position:fixed;z-index:20;top:82px;right:24px;width:min(380px,calc(100vw - 48px));box-sizing:border-box;display:flex;align-items:flex-start;gap:10px;padding:12px 10px 12px 13px;border:1px solid rgba(236,116,124,.34);border-radius:10px;background:#2f121bf5;box-shadow:0 14px 36px #00000047;color:#ffa7ae}.toast>svg{flex:0 0 auto;margin-top:1px}.toast p{flex:1;margin:0;color:var(--text-bright);font-size:13px;line-height:19px}.toast button{display:grid;flex:0 0 auto;width:26px;height:26px;margin:-3px -2px -3px 0;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--text-dim);cursor:pointer}.toast button:hover{color:var(--text-bright);background:#ffffff1a}.page-title{font-size:24px;font-weight:600;color:var(--text-bright);margin:0}.page-lead{font-size:14px;color:var(--text-dim);margin:0}.diagnosis-workspace{height:calc(100dvh - 64px);min-height:0;display:flex;align-items:stretch;overflow:hidden}.diagnosis-document-panel{flex:1;min-width:0;padding:24px 80px 40px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.diagnosis-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.diagnosis-doc-chip{display:inline-flex;align-items:center;background:var(--bg-block);border:1px solid var(--line-dark);border-radius:8px;padding:8px 12px;color:var(--text-mid);font-size:13px}.diagnosis-back-link{color:var(--text-dim);font-size:13px;font-weight:500}.diagnosis-back-link:hover{color:var(--text-mid)}.resume-document{display:flex;flex-direction:column;gap:18px}.resume-doc-card{background:var(--card-light);border-radius:12px;padding:28px;color:var(--ink-3);box-shadow:0 8px 24px -6px #00000059}.resume-document [data-resume-node-id]{cursor:pointer;transition:outline-color .12s ease,box-shadow .12s ease}.resume-document [data-resume-node-id][data-previewed]{outline:1px dashed rgba(93,75,190,.5);outline-offset:3px}.resume-document [data-resume-node-id][data-selected]{outline:2px solid var(--purple);outline-offset:3px;box-shadow:0 0 0 5px #5d4bbe1f}.resume-selectable-group,.resume-text-field,.resume-empty-text-field{border-radius:7px}.resume-job-context,.resume-selectable-group{padding:3px 5px;margin:-3px -5px}.resume-text-field,.resume-empty-text-field{margin-top:9px;padding:5px 7px}.resume-empty-text-field{color:var(--ink-4);font-size:12px;line-height:20px;border:1px dashed var(--line-light);background:#f5f3fcb3}.resume-name,.resume-company,.resume-section-title{color:var(--ink);margin:0}.resume-summary-title{display:flex;align-items:center;gap:8px}.resume-summary-content{margin:0;color:var(--ink-3);font-size:13px;line-height:22px}.resume-summary-empty{padding:0}.resume-summary-empty strong,.resume-core-empty{margin:0;color:var(--ink-4);font-size:13px;font-weight:400;line-height:21px}.resume-name{font-size:22px;line-height:1.35;font-weight:600}.resume-section-title{font-size:17px;line-height:1.4;font-weight:600;margin-bottom:16px}.resume-contact,.resume-meta-line,.resume-project-line{color:var(--ink-3);font-size:13px;line-height:21px;margin:4px 0 0}.resume-contact{color:var(--ink-4)}.resume-job-head,.resume-project-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.resume-company{font-size:17px;line-height:1.4;font-weight:600}.resume-job-chip{flex:none;background:var(--chip-bg);border-radius:999px;padding:4px 10px;color:var(--ink-3);font-size:13px;font-weight:500}.resume-scope-diagnosis{margin:14px 0 16px;border:1px solid #dfd8fb;border-radius:9px;padding:11px 12px;background:linear-gradient(105deg,#f5f2ff,#fbfaff);color:var(--ink-3)}.resume-scope-diagnosis>div{display:flex;align-items:center;gap:8px}.resume-scope-diagnosis span{border-radius:999px;padding:3px 7px;color:#5847b8;background:#e9e3ff;font-size:11px;font-weight:600;line-height:16px}.resume-scope-diagnosis strong{color:var(--ink-2);font-size:12px;font-weight:600}.resume-scope-diagnosis p{margin:7px 0 0;font-size:13px;line-height:21px}.resume-scope-diagnosis small{display:block;margin-top:5px;color:#6857bc;font-size:12px;line-height:18px}.resume-divider{height:1px;background:var(--line-light);margin:10px 0}.resume-content-group+.resume-content-group{margin-top:14px}.resume-content-group-title{margin:0 0 7px;color:var(--ink-2);font-size:13px;font-weight:600;line-height:20px}.resume-item-list,.resume-diagnoses,.resume-content-unit{display:flex;flex-direction:column;gap:7px}.resume-content-unit+.resume-content-unit{margin-top:10px}.resume-bullet-line{display:flex;gap:8px;color:var(--ink-3);font-size:13px;line-height:21px;margin:0}.resume-mark{flex:none;color:var(--green);font-weight:600}.resume-mark.needs-work{color:var(--notice-ink)}.resume-diagnosis{color:var(--notice-ink);font-size:12px;font-weight:500;line-height:18px;margin:0}.resume-education+.resume-education{margin-top:10px}.resume-project-card{display:flex;gap:10px;background:var(--tile-light);border:1px solid var(--line-light);border-radius:10px;margin-top:12px;padding:12px 14px}.resume-project-bar{width:3px;flex:none;border-radius:2px;background:var(--purple)}.resume-project-body{flex:1;min-width:0}.resume-project-head{color:var(--ink-2);font-size:14px}.resume-project-head span{color:var(--ink-4);font-size:12px}.resume-skill-tags{display:flex;flex-wrap:wrap;gap:10px}.resume-skill-tag{background:var(--tile-light);border:1px solid var(--line-light);border-radius:8px;padding:10px 14px;color:var(--ink);font-size:13px}.workbench-skill-editor,.workbench-education-editor{margin-top:10px}.workbench-skill-editor>label{display:block;margin-bottom:7px;color:var(--text-bright);font-size:12px}.workbench-skill-input{display:flex;min-height:48px;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 10px;border:1px solid var(--line-dark);border-radius:12px;background:var(--bg-block);cursor:text}.workbench-skill-input:focus-within{border-color:var(--purple-soft);box-shadow:0 0 0 2px #8f80ff47}.workbench-skill-editor>p,.workbench-education-editor>p,.workbench-empty-editor{margin:9px 0 0;color:var(--text-faint);font-size:12px;line-height:20px}.workbench-skill-input input{width:150px;min-width:120px;height:28px;flex:1;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;outline:0}.workbench-skill-input input:focus{border:0;box-shadow:none}.workbench-skill-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line-dark);border-radius:999px;padding:5px 6px 5px 11px;color:var(--text-mid);background:#e8e5ff0f;font-size:13px;line-height:18px}.workbench-skill-chip button{display:grid;width:19px;height:19px;place-items:center;padding:0;border:0;border-radius:50%;color:var(--text-dim);background:#ffffff14;cursor:pointer}.workbench-skill-chip button:hover{color:#fff;background:#ff99a33d}.workbench-education-editor>p{margin-bottom:12px}.workbench-education-editor fieldset{margin:12px 0 0;padding:12px;border:1px solid var(--line-dark);border-radius:8px}.workbench-education-editor legend{width:calc(100% - 10px);display:flex;align-items:center;justify-content:space-between;padding:0 5px;color:var(--text-mid);font-size:12px}.workbench-education-editor legend button{border:0;color:var(--text-faint);background:transparent;cursor:pointer;font:inherit;font-size:12px}.workbench-education-editor legend button:hover{color:var(--danger)}.workbench-education-add{width:100%;height:42px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;border:1px dashed rgba(232,229,255,.28);border-radius:12px;color:var(--text-dim);background:transparent;cursor:pointer;font:inherit;font-size:13px}.workbench-education-add:hover{border-color:#e8e5ff73;color:var(--text-bright)}.workbench-month-picker{position:relative;display:flex;min-width:0;flex-direction:column;gap:5px;color:var(--text-mid);font-size:12px}.workbench-end-date{min-width:0}.workbench-date-status{display:inline-flex;gap:2px;margin-top:7px;padding:2px;border:1px solid rgba(146,135,211,.24);border-radius:8px;background:#13152e85}.workbench-date-status button{border:0;border-radius:5px;padding:4px 8px;color:var(--text-faint);background:transparent;cursor:pointer;font:inherit;font-size:11px;line-height:16px}.workbench-date-status button:hover{color:var(--text-bright)}.workbench-date-status button.is-active{color:#f5f3ff;background:#7660eb73;box-shadow:0 1px 4px #0000003d}.workbench-month-trigger{display:flex;height:44px;align-items:center;justify-content:flex-start;gap:8px;width:100%;border:1px solid var(--line-dark);border-radius:7px;padding:9px;color:var(--text-bright);background:var(--bg-block);cursor:pointer;font:inherit;text-align:left}.workbench-month-trigger:hover,.workbench-month-trigger[aria-expanded=true]{border-color:#9684ffcc;box-shadow:0 0 0 3px #725cee1f}.workbench-month-trigger:disabled{cursor:default;opacity:.75}.workbench-month-trigger:disabled:hover{border-color:var(--line-dark);box-shadow:none}.workbench-month-trigger svg{flex:none;color:var(--text-dim)}.workbench-month-popover{position:fixed;z-index:80;width:min(248px,calc(100vw - 24px));border:1px solid var(--line-dark);border-radius:11px;padding:10px;background:#242645;box-shadow:0 18px 34px #00000059}.workbench-month-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.workbench-month-heading strong{color:var(--text-bright);font-size:13px}.workbench-month-heading button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:7px;color:var(--text-mid);background:transparent;cursor:pointer}.workbench-month-heading button:hover{color:#fff;background:#9787ff29}.workbench-month-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.workbench-month-grid button{height:32px;border:0;border-radius:7px;color:var(--text-mid);background:transparent;cursor:pointer;font:inherit;font-size:12px}.workbench-month-grid button:hover{color:#fff;background:#9787ff29}.workbench-month-grid button.is-selected{color:#fff;background:var(--purple);box-shadow:0 3px 9px #5641cb59}@media (max-width: 640px){.workbench-edit-modal{padding:12px}.workbench-editor{max-height:calc(100dvh - 24px);border-radius:18px}.workbench-editor header,.workbench-editor footer{padding-right:18px;padding-left:18px}.workbench-editor-body{padding-right:18px;padding-left:18px}.workbench-editor-fields{grid-template-columns:1fr}}.workbench-save:disabled{cursor:not-allowed;opacity:.42}.diagnosis-sidebar{width:420px;flex:none;background:var(--bg-panel);border-left:1px solid var(--line-dark);padding:20px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.diagnosis-summary-card,.diagnosis-scope-card{background:var(--bg-card-dark);border-radius:12px;padding:20px}.diagnosis-summary-head{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:14px}.diagnosis-summary-head h1,.diagnosis-scope-card h2{color:var(--text-bright);font-size:15px;font-weight:600;margin:0}.diagnosis-summary-head span{background:var(--bg-block);border-radius:999px;padding:3px 8px;color:var(--purple-soft);font-size:12px;font-weight:500}.diagnosis-summary-card p,.diagnosis-scope-card p{color:var(--text-mid);font-size:13px;line-height:21px;margin:0}.diagnosis-mining-intro{color:var(--text-dim)!important;margin-top:14px!important}.diagnosis-scope-card{margin-top:16px;background:var(--bg-block)}.diagnosis-scope-card h2{color:var(--text-mid);font-size:13px;font-weight:500;margin-bottom:8px}.result-state{display:grid;min-height:calc(100dvh - 64px);place-content:center;gap:16px;color:var(--text-mid);text-align:center}.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}@media (max-width: 1100px){.diagnosis-workspace{height:auto;min-height:calc(100dvh - 64px);flex-direction:column;overflow:visible}.diagnosis-document-panel,.diagnosis-sidebar{overflow:visible;overscroll-behavior:auto;scrollbar-gutter:auto}.diagnosis-document-panel{padding:24px}.diagnosis-sidebar{width:auto;border-top:1px solid var(--line-dark);border-left:none}}.result-loading{min-height:55vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--text-dim)}.spin{animation:result-spin 1s linear infinite}@keyframes result-spin{to{transform:rotate(360deg)}}.baseline-result-page{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(400px,1fr);gap:28px;height:calc(100dvh - 64px);min-height:0;width:min(1440px,100%);margin:0 auto;padding:28px;align-items:stretch;overflow:hidden}.baseline-result-resume{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.baseline-result-resume-scroll{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.baseline-result-toolbar,.baseline-result-heading{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.baseline-result-toolbar h1,.baseline-result-heading h2{color:var(--text-bright);font-size:17px}.baseline-result-toolbar span{color:var(--text-dim);font-size:12px}.baseline-result-heading span{color:var(--purple-soft);font-size:12px}.baseline-result-report{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0 3px 4px}.baseline-result-report-scroll{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.baseline-overview,.baseline-entry-card{padding:20px;border:1px solid var(--line-dark);border-radius:12px;background:var(--bg-panel)}.baseline-overview h3,.baseline-entry-card h3,.baseline-findings h3{color:var(--text-bright);font-size:15px;line-height:1.6}.baseline-overview p,.baseline-entry-card p{margin-top:9px;color:var(--text-mid);font-size:13px;line-height:1.8}.baseline-overview small,.baseline-entry-card small{display:block;margin-top:10px;color:var(--text-dim);font-size:12px;line-height:1.7}.baseline-findings{margin-top:22px}.baseline-finding-group>p{margin:12px 0 8px;color:var(--text-dim);font-size:12px}.baseline-finding-group>button{display:grid;grid-template-columns:26px minmax(0,1fr) 18px;gap:8px;width:100%;margin-top:8px;padding:13px;text-align:left;color:var(--text-mid);border:1px solid var(--line-dark);border-radius:11px;background:var(--bg-panel);cursor:pointer}.baseline-finding-group>button:hover{border-color:var(--purple-soft);background:var(--bg-block)}.baseline-finding-group>button>span:first-child{color:var(--purple-soft);font-size:12px}.baseline-finding-group strong{display:block;color:var(--text-bright);font-size:13px;line-height:1.5}.baseline-finding-group small{display:block;margin-top:4px;color:var(--text-dim);font-size:12px;line-height:1.65}.baseline-optional{margin-top:14px;color:var(--text-dim);font-size:12px}.baseline-optional summary{cursor:pointer}.baseline-optional button{display:block;padding:8px 0;color:var(--text-dim);text-align:left;background:none;border:0;cursor:pointer}.baseline-entry-card{flex:none;margin-top:16px;padding:16px;border-color:color-mix(in srgb,var(--purple) 42%,var(--line-dark));background:color-mix(in srgb,var(--bg-panel) 94%,var(--purple));box-shadow:0 -12px 32px #0a091e33}.baseline-entry-card.is-failed{border-color:color-mix(in srgb,var(--danger) 55%,var(--line-dark))}.baseline-entry-card h3{margin:0}.baseline-entry-card p{margin:4px 0 12px}.baseline-entry-card button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;border:0;border-radius:10px;color:#fff;background:var(--purple);font-weight:600;cursor:pointer}.baseline-entry-card button:disabled{opacity:.72;cursor:wait}@media (max-width: 820px){.baseline-result-page{display:flex;flex-direction:column;height:auto;min-height:calc(100dvh - 64px);padding:16px;overflow:visible}.baseline-result-report{order:1;width:100%}.baseline-result-resume{order:2;width:100%}.baseline-result-report,.baseline-result-resume{overflow:visible;overscroll-behavior:auto}.baseline-result-report-scroll,.baseline-result-resume-scroll{min-height:auto;overflow:visible;overscroll-behavior:auto;padding-right:0}.baseline-result-heading{order:0}.baseline-entry-card{position:sticky;bottom:12px;z-index:4;order:1;margin:0 0 16px}.baseline-result-report-scroll{order:2}}.workbench-message-viewport{position:relative;min-height:0;flex:1}.workbench-conversation{container-type:inline-size}.workbench-message-viewport>.workbench-messages{height:100%;padding:2px 2px 8px 0;scrollbar-gutter:stable}.workbench-conversation.has-pending-actions .workbench-message-viewport>.workbench-messages{padding-bottom:calc(var(--workbench-action-dock-height, 0px) + 18px)}.workbench-message{padding:9px 11px}.workbench-message-user{border-color:#8f80ff29;border-radius:13px 13px 4px;background:#6553d224;box-shadow:inset 0 1px #ffffff06;line-height:24px}.workbench-context-chip{display:inline-flex;height:24px;align-items:center;gap:5px;margin:0 3px;padding:0 7px 0 6px;border:1px solid rgba(183,176,229,.18);border-radius:7px;background:#ffffff0e;box-shadow:inset 2px 0 #8f80ff9e;color:#dedaf4;font-size:12px;font-weight:520;line-height:22px;vertical-align:middle;-webkit-user-select:none;user-select:none}.workbench-context-icon{width:12px;height:12px;flex:none;color:#a99eff}.workbench-reference{max-width:min(240px,72vw)}.workbench-reference:focus-visible{outline:2px solid rgba(169,158,255,.68);outline-offset:2px}.workbench-composer-token{max-width:min(260px,78%);border-color:#b7b0e538;background:#8f80ff17;color:#e5e2f7}.workbench-composer-token button{width:16px;height:16px;margin-right:-3px;border-radius:5px;color:var(--text-dim);transition:background .14s ease,color .14s ease}.workbench-composer-token button:hover{background:#ffffff14;color:var(--text-bright)}.workbench-composer-token:focus-visible,.workbench-composer-token:focus-within{outline:2px solid rgba(169,158,255,.68);outline-offset:2px}.workbench-scroll-to-tail{position:absolute;left:50%;bottom:12px;z-index:6;display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(232,229,255,.14);border-radius:50%;background:#0d0f1de6;box-shadow:0 8px 24px #02030d61;color:var(--text-mid);cursor:pointer;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .14s ease,color .14s ease,transform .14s ease}.workbench-scroll-to-tail:hover,.workbench-scroll-to-tail:focus-visible{border-color:#8f80ff7a;color:var(--text-bright);transform:translate(-50%,-1px);outline:none}.workbench-conversation.has-pending-actions .workbench-scroll-to-tail{bottom:calc(var(--workbench-action-dock-height, 0px) + 12px)}.workbench-stream-dots{display:flex;align-items:center;gap:3px}.workbench-stream-dots i{width:3px;height:3px;border-radius:50%;background:currentColor;animation:workbench-stream-dot 1.1s ease-in-out infinite}.workbench-stream-dots i:nth-child(2){animation-delay:.13s}.workbench-stream-dots i:nth-child(3){animation-delay:.26s}@keyframes workbench-stream-dot{0%,60%,to{opacity:.32;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.workbench-message-question{border-color:#e8e5ff1c;background:#0f1123f0;box-shadow:none}.workbench-tool-action{width:100%;max-width:100%;gap:10px;border-radius:13px;padding:12px}.workbench-action-dock{gap:8px;border-color:#e8e5ff1f;border-radius:14px;padding:10px;background:#0c0e1df5;box-shadow:0 -12px 36px #02030d57;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workbench-action-dock-header{min-height:24px;padding:0 2px}.workbench-action-dock-header strong{font-size:11px;font-weight:650}.workbench-action-dock-header span{font-size:10px}.workbench-action-dock-tabs button{width:22px;height:22px;border-radius:50%;padding:0}.workbench-tool-card-heading{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px}.workbench-tool-card-heading strong{font-size:13px;font-weight:620;line-height:19px}.workbench-tool-card-icon{width:28px;height:28px;border-color:#8f80ff2e;border-radius:8px;background:#6e5cf017;color:#aaa0f8}.workbench-message-question small{margin-bottom:1px;color:var(--text-faint);font-size:9px;letter-spacing:.09em}.workbench-tool-subject{border-top:1px solid rgba(232,229,255,.07);border-bottom:1px solid rgba(232,229,255,.07)}.workbench-tool-subject-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.workbench-tool-subject-link{display:grid!important;width:100%;min-width:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px!important;border:0!important;border-radius:0!important;padding:7px 1px!important;background:transparent!important;box-shadow:none!important;color:var(--text-dim)!important;text-align:left}.workbench-tool-subject-link span{color:var(--text-faint);font-size:10px;white-space:nowrap}.workbench-tool-subject-link strong{overflow:hidden;color:var(--text-mid);font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}button.workbench-tool-subject-link:hover strong,button.workbench-tool-subject-link:focus-visible strong{color:#c7c0ff}.workbench-tool-evidence-trigger{display:flex;align-items:center;gap:4px;border:0!important;padding:7px 1px 7px 8px!important;background:transparent!important;box-shadow:none!important;color:var(--text-faint)!important;font-size:9px!important;white-space:nowrap;cursor:pointer}.workbench-tool-evidence-trigger:hover,.workbench-tool-evidence-trigger:focus-visible{color:var(--purple-soft)!important}.workbench-tool-evidence-trigger svg{transition:transform .14s ease}.workbench-tool-evidence-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.workbench-tool-evidence-panel{margin:0 0 8px;border-top:1px solid rgba(232,229,255,.06);border-radius:8px;background:#05061261;padding:8px 9px}.workbench-tool-evidence-panel strong{display:block;color:var(--text-faint);font-size:9px;font-weight:650;letter-spacing:.06em}.workbench-tool-evidence-panel strong:not(:first-child){margin-top:8px}.workbench-tool-evidence-panel p{margin:2px 0 0;color:var(--text-dim);font-size:11px;line-height:17px;white-space:pre-wrap}.workbench-tool-hint{display:-webkit-box;overflow:hidden;color:var(--text-dim)!important;font-size:11px;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.workbench-tool-form{gap:6px;margin-top:0}.workbench-tool-action textarea{min-height:54px;max-height:76px;resize:none;overflow-y:auto;border-radius:9px;padding:7px 9px;font-size:12px;line-height:18px}.workbench-fact-form textarea{min-height:82px;max-height:104px}.workbench-tool-action button{border-radius:8px;padding:7px 10px;font-size:11px}.workbench-tool-primary{box-shadow:none}.workbench-tool-primary:hover{box-shadow:0 6px 16px #4e3bd233}.workbench-tool-form>.workbench-tool-primary{min-height:32px}.workbench-fact-form .workbench-tool-buttons{flex-wrap:nowrap}.workbench-fact-form .workbench-tool-primary{flex:1 1 auto}.workbench-confirmed-fact{border-radius:9px;padding:9px 10px}.workbench-tool-completed{width:100%;min-width:0;border:0;background:transparent}.workbench-tool-completed>summary{display:grid;min-width:0;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:8px;padding:7px 0;color:var(--text-mid);cursor:pointer;list-style:none}.workbench-tool-completed>summary::-webkit-details-marker{display:none}.workbench-tool-completed-icon{display:grid;width:22px;height:22px;place-items:center;background:transparent;color:#aaa0f8}.workbench-tool-completed-copy{min-width:0;overflow:hidden;font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.workbench-tool-completed-copy strong{color:var(--text-bright);font-weight:620}.workbench-tool-completed-copy span{color:var(--text-dim)}.workbench-tool-completed-chevron{color:var(--text-faint);transition:transform .14s ease}.workbench-tool-completed[open] .workbench-tool-completed-chevron{transform:rotate(90deg)}.workbench-tool-completed-body{margin-top:2px;padding:6px 0 8px 30px}.workbench-completed-question,.workbench-completed-fact{display:grid;gap:10px;min-width:0}.workbench-completed-question-exchange{display:grid;gap:7px}.workbench-completed-question-exchange>div{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;align-items:start}.workbench-completed-question-exchange span,.workbench-completed-fact-value>span{padding-top:1px;color:var(--text-faint);font-size:9px;font-weight:650;letter-spacing:.08em}.workbench-completed-question-exchange p,.workbench-completed-fact-value p{margin:0;color:var(--text-mid);font-size:12px;line-height:18px;white-space:pre-wrap}.workbench-completed-question-exchange .workbench-message-parts{color:var(--text-mid);font-size:12px;line-height:18px}.workbench-completed-fact-value{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start}.workbench-completed-fact-value>span{color:#aaa0f8;white-space:nowrap}.workbench-tool-completed-body .workbench-tool-subject{border-bottom:0}.workbench-tool-completed-body .workbench-tool-evidence-panel{border:0;border-left:1px solid rgba(170,160,248,.22);border-radius:0;background:transparent;padding:2px 0 2px 10px}.workbench-tool-preview-completed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.workbench-candidate-effect{grid-template-columns:22px minmax(0,1fr);gap:7px;border:0;border-radius:9px;padding:7px 8px}.workbench-candidate-effect-icon{width:22px;height:22px;border-radius:6px}.workbench-candidate-effect strong{font-size:11px;line-height:16px}.workbench-candidate-effect p,.workbench-candidate-effect small{display:-webkit-box;overflow:hidden;margin-top:2px;font-size:10px;line-height:15px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.workbench-tool-result-label{display:flex;align-items:center;gap:6px;margin:0;color:var(--text-dim);font-size:10px}.workbench-tool-result-label:before{width:5px;height:5px;flex:none;border-radius:50%;background:var(--purple-soft);content:""}.workbench-candidate-blocked{margin:0;border-radius:8px;padding:7px 8px;background:#ffffff06;color:var(--text-faint);font-size:10px;line-height:15px}.workbench-candidate-browser{display:grid;gap:8px}.workbench-candidate-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:3px;border-radius:10px;background:#05061275}.workbench-candidate-tabs button{min-width:0;display:grid;align-items:start;gap:1px;border-color:transparent;padding:6px 8px;background:transparent;text-align:left}.workbench-candidate-tabs button[aria-selected=true]{border-color:#8f80ff2e;background:#6e5cf01f;color:var(--text-bright)}.workbench-candidate-tabs button span,.workbench-candidate-tabs button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-candidate-tabs button span{color:inherit;font-size:11px;font-weight:650}.workbench-candidate-tabs button small{margin:0;color:var(--text-faint);font-size:9px;font-weight:400;letter-spacing:0;text-transform:none}.workbench-candidate-panel{border:1px solid rgba(232,229,255,.08);border-radius:10px;background:#07081757;padding:10px}.workbench-candidate-panel>p{display:-webkit-box;overflow:hidden;margin:0;color:var(--text-mid);font-size:12px;line-height:19px;-webkit-box-orient:vertical;-webkit-line-clamp:6}.workbench-candidate-panel>p.is-expanded{display:block;overflow:visible}.workbench-candidate-expand{border:0!important;padding:4px 0 0!important;background:transparent!important;color:var(--text-faint)!important;box-shadow:none!important}.workbench-candidate-panel>.workbench-tool-primary{width:100%;margin-top:9px}.workbench-candidate-history{border-top:1px solid rgba(232,229,255,.07);padding-top:7px}.workbench-candidate-history>summary{color:var(--text-dim);font-size:10px;cursor:pointer}.workbench-candidate-history[open]>summary{margin-bottom:8px}.workbench-composer-shell{border-color:#e8e5ff1c;background:#0c0e1db8;box-shadow:inset 0 1px #ffffff05}.workbench-welcome-card{width:100%;max-width:100%;border:0;border-radius:0;padding:2px 0 6px;background:transparent}.workbench-welcome-heading{display:flex;align-items:center;gap:9px;margin-bottom:10px}.workbench-welcome-heading>span{display:grid;width:27px;height:27px;flex:none;place-items:center;border:1px solid rgba(143,128,255,.18);border-radius:8px;background:#6e5cf014;color:#aaa0f8}.workbench-welcome-heading small,.workbench-welcome-heading strong{display:block}.workbench-welcome-heading small{color:var(--text-faint);font-size:9px;line-height:13px;letter-spacing:.08em;text-transform:uppercase}.workbench-welcome-heading strong{color:var(--text-bright);font-size:13px;font-weight:620;line-height:18px}.workbench-welcome-summary p{display:-webkit-box;overflow:hidden;margin:0;color:var(--text-mid);font-size:13px;line-height:21px;-webkit-box-orient:vertical;-webkit-line-clamp:4}.workbench-welcome-summary.is-expanded p{display:block;overflow:visible}.workbench-welcome-expand{margin-top:3px;border:0;padding:3px 0;background:transparent;color:var(--text-faint);font-size:10px;cursor:pointer}.workbench-welcome-expand:hover,.workbench-welcome-expand:focus-visible{color:var(--purple-soft)}.workbench-welcome-suggestions{display:grid;gap:6px;margin-top:13px}.workbench-welcome-suggestions-label{color:var(--text-faint);font-size:9px;font-weight:650;letter-spacing:.09em;text-transform:uppercase}.workbench-welcome-suggestions>div{overflow:hidden;border:1px solid rgba(232,229,255,.09);border-radius:11px;background:#0708173d}.workbench-welcome-suggestions button{width:100%;display:grid;grid-template-columns:25px minmax(0,1fr) 14px;align-items:center;gap:8px;border:0;border-radius:0;padding:9px 10px;background:transparent;color:var(--text-mid);text-align:left;cursor:pointer}.workbench-welcome-suggestions button+button{border-top:1px solid rgba(232,229,255,.07)}.workbench-welcome-suggestions button:hover,.workbench-welcome-suggestions button:focus-visible{background:#6e5cf012;outline:none}.workbench-welcome-index{color:#aaa0f8b8;font-size:10px;font-variant-numeric:tabular-nums}.workbench-welcome-suggestion-copy{min-width:0}.workbench-welcome-suggestion-copy strong,.workbench-welcome-suggestion-copy span{display:block}.workbench-welcome-suggestion-copy strong{overflow:hidden;color:var(--text-bright);font-size:11px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.workbench-welcome-suggestion-copy span{display:-webkit-box;overflow:hidden;margin-top:2px;color:var(--text-dim);font-size:10px;line-height:15px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.workbench-welcome-suggestions button>svg{color:var(--text-faint)}.workbench-welcome-fallback{display:block;margin-top:10px;color:var(--text-dim);font-size:11px}@media (max-width: 640px){.workbench-tool-preview-completed-grid{grid-template-columns:minmax(0,1fr)}}.workbench-tool-preview-welcome{--workbench-message-gutter: 0px;display:grid;width:min(680px,100%);gap:10px;margin-bottom:22px}.workbench-scroll-control-preview{display:grid;gap:10px;margin-top:22px}.workbench-scroll-control-preview>div{display:flex;gap:10px}.workbench-scroll-to-tail.is-preview{position:static;transform:none}.workbench-scroll-to-tail.is-preview:hover,.workbench-scroll-to-tail.is-preview:focus-visible{transform:translateY(-1px)}@container (max-width: 380px){.workbench-action-dock-header>div:first-child{align-items:flex-start;flex-direction:column;gap:0}.workbench-fact-form .workbench-tool-buttons{align-items:stretch;flex-direction:column}.workbench-fact-form .workbench-tool-secondary{align-self:stretch}.workbench-candidate-tabs button{padding-inline:6px}}@media (prefers-reduced-motion: reduce){.workbench-stream-dots i{animation:none;opacity:.8}.workbench-scroll-to-tail,.workbench-tool-evidence-trigger svg{transition:none}}
