:root{color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,Arial,sans-serif;color:#17222d;background:#f7f8f8;font-synthesis:none;text-rendering:optimizeLegibility;--canvas: #f7f8f8;--surface: #ffffff;--ink: #17222d;--inverse: #1d2d3c;--muted: #687480;--muted-strong: #4c5965;--line: #dce2e5;--line-strong: #c7d0d5;--teal: #39c3c1;--teal-deep: #167f82;--teal-soft: #e7f8f7;--coral: #f28d84;--coral-soft: #fff0ed;--yellow: #f2c44d;--yellow-soft: #fff8dc;--blue-soft: #edf5ff;--shadow: 0 16px 44px rgba(29, 45, 60, .08);--shadow-small: 0 7px 22px rgba(29, 45, 60, .07)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--canvas)}html:has(.demo-page),html:has(.guide-page),html:has(.prd-page){scrollbar-gutter:stable}body{margin:0;min-width:1180px;min-height:100vh;background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}button.button-primary,a.button-primary{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #12212f;border-radius:7px;color:#fff;background:var(--inverse);box-shadow:0 3px #0f1a24,0 8px 16px #1d2d3c24;font-weight:780;white-space:nowrap;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}button.button-secondary,a.button-secondary{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;box-shadow:0 2px #bcc6cb,0 6px 13px #1d2d3c14;font-weight:740;white-space:nowrap;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}button.button-tertiary,a.button-tertiary{min-height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:7px;color:var(--muted-strong);background:transparent;font-weight:680;white-space:nowrap;cursor:pointer}button.button-danger,a.button-danger{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e4aaa3;border-radius:7px;color:#9d3f37;background:#fff7f5;box-shadow:0 2px #e9c1bc;font-weight:740;white-space:nowrap;cursor:pointer}button.button-primary:hover,a.button-primary:hover{background:#26394a;box-shadow:0 4px #0f1a24,0 10px 20px #1d2d3c2e;transform:translateY(-1px)}button.button-secondary:hover,a.button-secondary:hover{border-color:#9eacb4;box-shadow:0 3px #b1bcc2,0 8px 17px #1d2d3c1c;transform:translateY(-1px)}button.button-tertiary:hover,a.button-tertiary:hover{color:var(--ink);background:#eef2f3}button.button-danger:hover,a.button-danger:hover{border-color:#d9867c;background:#fff0ed}button.button-primary:active,button.button-secondary:active,button.button-danger:active,a.button-primary:active,a.button-secondary:active,a.button-danger:active{transform:translateY(2px);box-shadow:0 1px #1d2d3c3d}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid rgba(22,127,130,.5);outline-offset:1px}.site-header{width:calc(100% - 128px);max-width:1328px;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-strong)}.wordmark{font-size:21px;font-weight:780;letter-spacing:.015em}.site-header nav{display:flex;gap:42px}.site-header nav a{padding:10px 0;font-size:15px;font-weight:700;border-bottom:2px solid transparent}.site-header nav a:hover{border-color:var(--teal)}.hero{width:calc(100% - 128px);max-width:1328px;min-height:630px;margin:0 auto;display:grid;grid-template-columns:45% 55%;align-items:center}.hero__copy{align-self:center;padding:36px 0 0 6px}.hero h1{margin:0;font-size:clamp(76px,6.1vw,94px);line-height:.98;letter-spacing:-.055em}.hero__subtitle{margin:28px 0 12px;color:var(--muted);font-size:23px;line-height:1.5;font-weight:550}.hero__description{max-width:520px;margin:0 0 34px;color:var(--muted-strong);font-size:16px;line-height:1.8}.primary-button{min-height:56px;padding:0 23px;display:inline-flex;align-items:center;gap:14px;border-radius:7px;color:#fff;background:var(--inverse);font-weight:750;box-shadow:0 12px 26px #1d2d3c24}.primary-button:hover{transform:translateY(-2px)}.anatomy-wrap{width:min(100%,700px);aspect-ratio:700 / 620;justify-self:end;position:relative;overflow:hidden}.anatomy-image{position:absolute;top:-4%;left:0;width:100%;height:auto;display:block}.signal-orbit{position:absolute;width:38px;height:38px;margin:-12.5px 0 0 -12.5px;left:34.18%;top:35.7%;animation:signal-travel 9.4s linear infinite;pointer-events:none}.signal-orbit__halo,.signal-orbit__core{position:absolute;display:block;color:var(--yellow)}.signal-orbit__halo{top:2px;right:2px;bottom:2px;left:2px;width:34px;height:34px;opacity:.31;filter:drop-shadow(0 0 9px rgba(242,196,77,.3));transform-origin:center;animation:signal-halo-pulse 9.4s linear infinite}.signal-orbit__core{top:12px;left:12px;width:14px;height:14px;filter:drop-shadow(0 0 6px rgba(242,196,77,.66))}@keyframes signal-travel{0%{left:34.18%;top:35.7%;opacity:1}10.17%{left:20.8%;top:35.7%}25.36%{left:20.8%;top:58.3%}73.75%{left:84.6%;top:58.3%;opacity:1}84%,86%{left:84.6%;top:73.5%;opacity:1}88%{left:84.6%;top:73.5%;opacity:0}88.01%,98.8%{left:34.18%;top:35.7%;opacity:0}99%,to{left:34.18%;top:35.7%;opacity:1}}@keyframes signal-halo-pulse{0%{opacity:.31;transform:scale(1)}1.2%{opacity:.08;transform:scale(1.48)}2.4%,9.3%{opacity:.31;transform:scale(1)}10.17%{opacity:.08;transform:scale(1.48)}11.1%,24.5%{opacity:.31;transform:scale(1)}25.36%{opacity:.08;transform:scale(1.48)}26.25%,72.85%{opacity:.31;transform:scale(1)}73.75%{opacity:.08;transform:scale(1.48)}74.65%,83.2%{opacity:.31;transform:scale(1)}84.2%{opacity:.06;transform:scale(1.55)}85.4%,to{opacity:.31;transform:scale(1)}}.boundary-band{width:100%;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.boundary-band__inner{width:calc(100% - 128px);max-width:1328px;min-height:66px;margin:0 auto;display:grid;grid-template-columns:auto 1px 1fr;align-items:center;gap:28px}.boundary-band strong{font-size:16px}.boundary-separator{width:1px;height:24px;background:var(--line-strong)}.boundary-band p{margin:0;color:var(--muted-strong);font-size:14px}.scenario-index{width:calc(100% - 128px);max-width:1328px;min-height:calc(100vh + 96px);margin:0 auto;padding:38px 0 100px;overflow-anchor:none}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:36px}.section-kicker{color:var(--teal-deep);font-size:12px;font-weight:800;letter-spacing:.17em}.section-heading h2{margin:10px 0 9px;font-size:42px;letter-spacing:-.035em}.section-heading p{margin:0;color:var(--muted)}.metrics{display:grid;grid-template-columns:repeat(3,104px);gap:10px}.metric-tile{min-height:82px;padding:13px 14px;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px}.metric-tile strong{font-size:28px;font-variant-numeric:tabular-nums}.metric-tile span{font-size:12px;font-weight:700}.metric-tile--teal{background:var(--teal-soft)}.metric-tile--coral{background:var(--coral-soft)}.metric-tile--ink{color:#fff;background:var(--inverse)}.category-tabs{display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line-strong)}.category-tabs button{padding:9px 15px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer;font-size:14px;font-weight:700}.category-tabs button:hover,.category-tabs button.is-active{color:var(--ink);border-color:var(--line-strong);background:#fff}.category-tabs button.is-active{border-color:var(--teal);background:var(--teal-soft)}.scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.scene-card{min-height:318px;padding:23px 20px 18px;position:relative;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 2px #1d2d3c0a;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.scene-card:hover{transform:translateY(-3px);border-color:#b9c6cb;box-shadow:var(--shadow)}.scene-card__meta{display:flex;align-items:center;justify-content:space-between}.category-badge,.live-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:5px;font-size:12px;font-weight:750}.category-badge--product{color:#1777a0;background:#eaf6ff;border:1px solid #bce8ff}.category-badge--operations{color:#a75a20;background:#fff4e9;border:1px solid #ffd9b7}.category-badge--sales{color:#157d5f;background:#ebfbf3;border:1px solid #b9eed8}.category-badge--engineering{color:#087d93;background:#e9fafd;border:1px solid #b7eaf4}.category-badge--organization{color:#7153a5;background:#f3effd;border:1px solid #d8caf5}.live-badge{color:#1c6696}.scene-card h3{margin:18px 0 5px;font-size:22px}.scene-card__subtitle{margin:0;color:#62758a;font-size:14px}.scene-card__description{min-height:70px;margin:16px 0 14px;color:var(--muted);font-size:14px;line-height:1.65}.tag-list{margin:0 0 18px;padding:0;display:flex;flex-wrap:wrap;gap:6px;list-style:none}.tag-list li{padding:4px 8px;border-radius:5px;background:#f2f5f7;color:#637487;font-size:12px}.scene-card__links{margin-top:auto;padding-top:14px;display:flex;align-items:center;gap:15px;border-top:1px solid #edf0f2}.scene-card__links a{display:inline-flex;align-items:center;gap:5px;color:#66768a;font-size:13px;font-weight:650}.scene-card__links a:hover{color:var(--teal-deep)}.scene-card__links .scene-card__primary{color:#135f9e;font-size:14px;font-weight:780}.scene-card__number{position:absolute;right:20px;bottom:20px;color:#b7c0c8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.site-footer{padding:32px 64px;display:flex;justify-content:space-between;color:#dce4e8;background:var(--inverse)}.site-footer p{margin:0}.reset-page{width:min(760px,calc(100% - 128px));margin:14vh auto;padding:48px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow)}.reset-page>a{display:inline-flex;align-items:center;gap:7px;margin-bottom:46px;color:var(--teal-deep);font-weight:750}.reset-page>span{color:var(--teal-deep);font-size:12px;font-weight:800;letter-spacing:.15em}.reset-page h1{margin:14px 0;font-size:44px;letter-spacing:-.035em}.reset-page p{color:var(--muted);font-size:16px;line-height:1.8}.reset-page strong{display:block;margin-top:26px;padding:16px 18px;border-left:4px solid var(--teal);background:var(--teal-soft);line-height:1.7}.demo-page,.guide-page,.prd-page{min-height:100vh;background:#f4f6f7}.demo-shell-header,.guide-topbar,.prd-topbar{min-height:72px;padding:0 max(32px,calc((100vw - 1450px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);background:#fffffff5}.demo-shell-header a,.guide-topbar a,.prd-topbar a,.demo-shell-header>div,.guide-topbar>div,.prd-topbar>div{display:flex;align-items:center;gap:9px}.demo-shell-header>div,.guide-topbar>div,.prd-topbar>div{gap:12px}.demo-shell-header a,.guide-topbar a,.prd-topbar button,.prd-topbar a{min-height:38px;padding:0 13px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.demo-shell-header span,.prd-topbar span{padding:7px 11px;border-radius:999px;color:var(--teal-deep);background:var(--teal-soft);font-size:12px;font-weight:750}.demo-layout{width:calc(100% - 64px);max-width:1450px;margin:24px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.demo-product,.prompt-panel{min-height:760px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 3px #1d2d3c08;overflow:hidden}.prompt-panel{position:sticky;top:18px}.prompt-panel>header{min-height:60px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.prompt-panel>header div,.prompt-panel>header button{display:inline-flex;align-items:center;gap:7px}.prompt-panel>header div{font-weight:800}.prompt-panel>header button{padding:7px 9px;border:0;border-radius:6px;color:var(--muted);background:transparent;cursor:pointer}.prompt-panel pre{height:600px;margin:0;padding:18px;overflow:auto;white-space:pre-wrap;color:#607080;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.7}.prompt-panel__boundary{margin:0 14px 14px;padding:12px;border-radius:7px;color:#875625;background:var(--yellow-soft);font-size:12px;line-height:1.55}.demo-boundary{width:calc(100% - 64px);max-width:1450px;margin:16px auto 32px;color:var(--muted);font-size:12px;text-align:center}.scene-workbench{min-height:760px;padding:26px 30px 40px}.product-nav{min-height:54px;margin:-26px -30px 28px;padding:7px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:#fbfcfc}.workbench-tabs{display:flex;align-items:center;gap:4px;min-width:0}.workbench-tabs button{min-height:38px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#596a7a;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.workbench-tabs button:hover,.workbench-tabs button.is-active{color:#fff;background:var(--teal-deep)}.scene-source-tabs{min-width:0;display:flex;align-items:center;gap:4px;overflow-x:auto}.scene-source-tabs button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:7px;color:#596a7a;background:transparent;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap}.scene-source-tabs button:hover,.scene-source-tabs button.is-active{color:#fff;background:var(--teal-deep)}.scene-source-tabs button strong{min-width:18px;height:18px;padding:0 5px;display:inline-grid;place-items:center;border-radius:99px;color:#8f3029;background:#ffdad5;font-size:10px}.role-switcher,.sales-nav label,.learner-badge{display:flex;align-items:center;gap:6px;font-size:11px;white-space:nowrap}.role-switcher button{padding:6px 8px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer}.role-switcher button.is-active{border-color:var(--teal);background:var(--teal-soft)}.role-switcher strong{margin-left:4px;color:var(--muted)}.status-pill{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;color:#52606d;background:#edf1f3;font-size:11px;font-weight:800}.status-pill--teal,.status-pill--success{color:#14745f;background:#e2f7ef}.status-pill--warning{color:#966119;background:#fff3d1}.status-pill--danger{color:#a53f36;background:#ffebe8}.workspace-heading{margin-bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:24px}.workspace-heading span,.product-hero>span,.process-header>div>span,.section-editor>header>span{color:var(--teal-deep);font-size:11px;font-weight:850;letter-spacing:.15em}.workspace-heading h1,.process-header h1,.section-editor h1{margin:7px 0 5px;font-size:30px;letter-spacing:-.035em}.workspace-heading p,.process-header p,.section-editor p{margin:0;color:var(--muted);font-size:13px}.scene-title-with-icon{display:flex;align-items:center;gap:12px}.scene-title-icon{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;border-radius:9px;color:#fff!important;background:var(--teal-deep)}.scene-title-icon svg{font-size:20px}.scene-title-with-icon h1{margin-top:0}.workspace-heading>button,.process-header button,.wb-panel button,.empty-state button,.document-progress button,.transcript-view button,.quiz-list>button{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line-strong);border-radius:7px;background:#fff;cursor:pointer;font-size:13px;font-weight:750;box-shadow:0 2px #bec8cd,0 6px 12px #1d2d3c12;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.workspace-heading>button:hover,.wb-panel button:hover,.empty-state button:hover,.document-progress button:hover,.transcript-view button:hover,.quiz-list>button:hover{border-color:#9facb3;box-shadow:0 3px #b2bdc2,0 8px 16px #1d2d3c1a;transform:translateY(-1px)}.workspace-heading>button:active,.wb-panel button:active,.empty-state button:active,.document-progress button:active,.transcript-view button:active,.quiz-list>button:active{box-shadow:0 1px #b2bdc2;transform:translateY(2px)}.workspace-heading>button,.process-command .hero-input button,.wb-panel>button:last-child,.document-form .wb-panel>button:last-child,.transcript-view header>button,.quiz-list>button{color:#fff;border-color:var(--inverse);background:var(--inverse)}button:disabled{cursor:not-allowed;opacity:.48}.wb-panel{padding:18px;border:1px solid var(--line);border-radius:9px;background:#fff}.wb-panel__header{min-height:38px;margin:-2px 0 14px;display:flex;align-items:start;justify-content:space-between;gap:16px}.wb-panel__header span{color:var(--teal-deep);font-size:10px;font-weight:800;letter-spacing:.12em}.wb-panel__header h3{margin:4px 0 0;font-size:17px}.wb-panel h4{margin:19px 0 7px}.wb-panel p,.wb-panel li{color:#566777;font-size:13px;line-height:1.65}.field{margin-bottom:13px;display:grid;gap:6px;color:#526170;font-size:12px;font-weight:700}.field input,.field textarea,.field select,.inline-question input,.chat-input input,.smart-router input,.mode-workspace textarea,.document-editor-layout textarea,.prd-editor input,.prd-editor textarea,.prd-agent textarea,.transcript-view input,table input,table select,.training-scene textarea{width:100%;min-height:40px;padding:10px 12px;border:1px solid var(--line-strong);border-radius:7px;color:var(--ink);background:#fff;font-size:13px;font-weight:500}.field textarea,.mode-workspace textarea,.training-scene textarea{min-height:130px;resize:vertical}.empty-state{min-height:280px;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);text-align:center}.empty-state strong{color:var(--ink);font-size:18px}.empty-state p{max-width:430px;margin:9px 0 18px;font-size:13px;line-height:1.6}.chip-row{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px}.chip-row button,.selection-tools button,.prd-agent__quick button,.feedback-row button{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#536575;cursor:pointer;font-size:11px}.action-row{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px}.wb-panel>textarea+.chip-row{margin-top:14px}.wb-panel>.hero-input+.chip-row{margin-top:14px}.wb-panel>.chip-row+button{margin-top:16px}.wb-panel>.chip-row+.route-hint{margin-top:16px}.inline-feedback,.mock-feedback,.prd-feedback{padding:10px 12px;border:1px solid #a9dfd5;border-radius:7px;color:#166c5c;background:#e9f8f4;font-size:12px}.mock-feedback{margin:12px 0;display:flex;align-items:center;justify-content:space-between}.mock-feedback button{border:0;background:transparent;cursor:pointer;font-weight:700}.hero-input{min-height:60px;padding:8px 9px 8px 16px;display:flex;align-items:center;gap:10px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;box-shadow:var(--shadow-small)}.hero-input.compact{min-height:50px;box-shadow:none}.hero-input input{min-width:0;flex:1;border:0;outline:0}.hero-input button,.chat-input button{min-height:42px;padding:0 16px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:7px;color:#fff;background:var(--teal-deep);cursor:pointer;font-weight:800}.summary-grid,.metric-grid,.catalog-grid,.highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.summary-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-grid>div{padding:12px;border-radius:8px;background:#f2f5f6}.summary-grid>div span{display:block;color:var(--muted);font-size:11px}.big-number{display:block;margin:7px 0;font-size:25px}.builder-layout,.sql-layout,.report-grid,.roleplay-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;align-items:start}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;font-size:11px}th,td{padding:10px 8px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.compact-hero{padding:32px 0 24px;text-align:center}.compact-hero h1{margin:8px 0 5px;font-size:32px}.compact-hero p{margin:0;color:var(--muted)}.knowledge-home{max-width:810px;margin:0 auto}.knowledge-home>.product-hero+.hero-input{margin-top:16px}.input-caption{margin:20px 0 14px;color:var(--muted);font-size:11px;text-align:center}.subsection-title{margin:34px 0 16px;font-size:16px}.knowledge-categories{display:grid;grid-template-columns:1fr 1fr;gap:10px}.knowledge-categories article{padding:14px;border:1px solid var(--line);border-radius:8px}.knowledge-categories p{margin:9px 0 0;color:var(--muted);font-size:12px}.answer-layout,.manage-view{max-width:860px;margin:0 auto}.text-button{margin-bottom:12px;border:0;color:var(--teal-deep);background:transparent;cursor:pointer;font-weight:700}.inline-question{margin-bottom:12px;display:grid;grid-template-columns:1fr auto;gap:8px}.inline-question button{border:0;border-radius:7px;color:#fff;background:var(--inverse);cursor:pointer}.citation-card{width:100%;min-height:54px!important;padding:13px!important;position:relative;display:grid!important;gap:5px;color:var(--teal-deep);text-align:left}.citation-card__head{padding-right:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.citation-card__title{color:var(--ink);font-size:13px;font-weight:760}.citation-card>small,.citation-card>p{margin:0;color:var(--muted);line-height:1.55}.citation-card>svg{position:absolute;right:12px;bottom:12px}.feedback-row{margin-top:18px;padding-top:14px;display:flex;align-items:center;column-gap:14px;row-gap:16px;flex-wrap:wrap;border-top:1px solid var(--line)}.feedback-row button.is-active{border-color:var(--teal);background:var(--teal-soft)}.chip-row button.is-active{border-color:var(--teal);background:var(--teal-soft);color:var(--teal-deep)}.feedback-row span{color:var(--teal-deep);font-size:12px;font-weight:700}.drawer-layer{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#17222d57}.citation-drawer{width:420px;padding:30px;position:relative;background:#fff;box-shadow:-20px 0 50px #1d2d3c26}.citation-drawer>button{position:absolute;top:18px;right:18px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer}.citation-drawer>span{color:var(--teal-deep);font-size:11px;font-weight:800}.citation-drawer h2{margin:12px 0 24px;font-size:24px}.citation-drawer dl div,.customer-panel dl div,.sales-360 dl div,.catalog-grid dl div,.learner-home-grid dl div,.document-sidebar dl div{padding:8px 0;display:grid;grid-template-columns:90px 1fr;gap:12px;border-bottom:1px solid var(--line)}dt{color:var(--muted);font-size:11px}dd{margin:0;font-size:12px}.service-grid{min-height:650px;display:grid;grid-template-columns:190px minmax(380px,1fr) 230px;gap:12px}.conversation-list,.customer-panel,.recent-tasks,.audit-log{padding:14px;border:1px solid var(--line);border-radius:8px;background:#f8fafb}.conversation-list>button:first-child{width:100%;min-height:38px;margin-bottom:16px;border:0;border-radius:7px;color:#fff;background:var(--inverse);cursor:pointer}.conversation-list>span{color:var(--muted);font-size:10px;font-weight:800}.conversation-list>button:not(:first-child){width:100%;margin-top:8px;padding:10px;display:grid;gap:5px;border:1px solid transparent;border-radius:7px;background:transparent;text-align:left;cursor:pointer}.conversation-list>button.is-active{border-color:var(--line);background:#fff}.conversation-list small{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.chat-panel{min-height:640px;display:grid;grid-template-rows:auto 1fr auto auto;border:1px solid var(--line);border-radius:8px;overflow:hidden}.chat-panel>header{padding:12px 14px;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.chat-panel>header>div{display:flex;align-items:center;gap:9px}.chat-panel header small{display:block;color:var(--muted)}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal-deep);font-size:11px;font-weight:800}.messages{padding:16px;display:flex;flex-direction:column;gap:9px;overflow:auto}.message{width:fit-content;max-width:82%;padding:10px 12px;border-radius:10px;color:#536372;background:#edf1f3;font-size:12px;line-height:1.55}.message--user{align-self:flex-end;color:#114f51;background:var(--teal-soft)}.ticket-draft{padding:13px;border:1px solid #f0cf7e;border-radius:8px;background:var(--yellow-soft)}.ticket-draft p,.ticket-created{font-size:12px}.ticket-draft dl{margin:10px 0}.ticket-draft dl div{padding:5px 0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px}.ticket-created{padding:10px;border-radius:7px;color:#14745f;background:#e2f7ef}.chat-panel>.chip-row{padding:0 12px 10px}.chat-input{padding:10px 12px;display:grid;grid-template-columns:1fr 44px;gap:8px;border-top:1px solid var(--line)}.ticket-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quality-view>.wb-panel{margin-bottom:12px}.quality-score{font-size:22px}.quality-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.quality-summary>div{padding:10px;border-radius:7px;background:#f2f5f6}.quality-summary span,.quality-summary b{display:block}.quality-summary span{color:var(--muted);font-size:10px}.sales-nav select,.compact-field select{min-height:34px;border:1px solid var(--line);border-radius:6px;background:#fff}.context-strip{margin:-12px 0 22px;padding:10px 13px;display:flex;align-items:center;gap:8px;border-radius:8px;background:#f1f6f6;font-size:12px}.context-strip small{margin-left:auto;color:var(--muted)}.next-step-grid,.learning-entry-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.next-step-grid button,.learning-entry-grid button{padding:15px;display:grid;gap:5px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;text-align:left}.next-step-grid small{color:var(--muted)}.sales-360{display:grid;grid-template-columns:1fr 280px;gap:14px}.sales-360>div{display:grid;grid-template-columns:1fr 1fr;gap:12px}.metric-grid{margin-bottom:16px}.metric-grid>button{padding:15px;position:relative;display:grid;gap:7px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;text-align:left}.metric-grid>button>span{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:11px}.metric-grid>button>strong{font-size:24px}.metric-grid>button>svg:last-child{position:absolute;right:12px;bottom:12px}.metric-grid>button.is-anomaly{border-color:#edcb77;box-shadow:inset 0 0 0 1px #fff2c9}.negative{color:#b14b43}.positive{color:#17775f}.route-hint{color:var(--muted);font-size:11px}.diagnosis-layout{display:grid;grid-template-columns:210px 1fr;gap:14px}.diagnosis-layout>aside{padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fafb}.diagnosis-layout>aside h3{margin:3px 5px 10px;font-size:13px}.diagnosis-layout>aside button{width:100%;padding:10px;display:flex;justify-content:space-between;border:0;border-radius:6px;background:transparent;cursor:pointer;text-align:left}.diagnosis-layout>aside button.is-active{color:var(--teal-deep);background:var(--teal-soft)}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.funnel{display:flex;flex-direction:column;align-items:center;gap:5px}.funnel div{padding:8px;color:#154d55;background:var(--teal-soft);text-align:center;font-size:11px}.mini-bars div{display:grid;grid-template-columns:90px 1fr;gap:8px;align-items:center;margin-bottom:8px;font-size:11px}.mini-bars b{height:12px;display:block;border-radius:99px;background:var(--teal)}.sql-preview,.sql-editor,.code-preview{padding:14px;overflow:auto;border-radius:7px;color:#d7e4e7;background:var(--inverse);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.65;white-space:pre-wrap}.process-header{margin:-26px -30px 0;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);color:var(--ink);background:#fff}.process-header p{color:var(--muted)}.process-identity{display:flex;align-items:center;gap:12px}.process-identity>span{width:38px;height:38px;display:grid;flex:0 0 38px;place-items:center;border-radius:8px;color:#fff;background:var(--teal-deep)}.process-identity>span svg{font-size:20px}.process-identity h1{margin:0 0 4px;font-size:18px;letter-spacing:-.02em}.process-header button{color:#9d3f37;border-color:#e4aaa3;background:transparent}.process-command{margin:0 -30px;padding:18px 24px;border-bottom:1px solid var(--line);background:#f9fbfb}.process-command .chip-row{margin-top:14px}.process-grid{margin:20px -10px 0;display:grid;grid-template-columns:180px minmax(0,1fr) 190px;gap:12px}.recent-tasks h3,.audit-log h3,.timeline h3{margin:0 0 12px;font-size:13px}.recent-tasks article,.audit-log article{margin-bottom:9px;padding:10px;border-radius:7px;background:#fff}.recent-tasks small,.audit-log span{display:block;margin-top:5px;color:var(--muted);font-size:10px}.audit-log p{margin:4px 0 0;font-size:11px;line-height:1.5}.audit-log strong,.audit-log small{display:block}.audit-log small{margin-top:4px;color:var(--muted);font-size:10px;line-height:1.45}.business-form{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}.confirmation-card,.failure-card,.approval-card{margin:12px 0;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #edcb77;border-radius:8px;background:var(--yellow-soft)}.confirmation-card h3,.confirmation-card p,.failure-card p,.approval-card p{margin:4px 0}.confirmation-card p,.failure-card p,.approval-card p{color:var(--muted);font-size:11px}.confirmation-card>div:last-child{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px}.confirmation-card button,.failure-card button{min-height:36px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;cursor:pointer}.confirmation-card button:disabled{cursor:not-allowed}.approval-card{border-color:#a5dfd3;background:#e8f8f4}.failure-card{border-color:#f0b1aa;background:#fff0ed;justify-content:center;text-align:center}.timeline>article{display:grid;grid-template-columns:28px 1fr;gap:10px}.step-dot{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:var(--muted);background:#e8edef;font-size:11px;font-weight:800}.step-dot--completed{color:#0f6a58;background:#dff5ee}.step-dot--needs_confirmation{color:#966119;background:#ffedba}.step-dot--failed{color:#a53f36;background:#ffded9}.timeline>article>div{margin-bottom:12px;padding:12px;border:1px solid var(--line);border-radius:8px}.timeline article header{display:flex;justify-content:space-between}.timeline dl{display:grid;grid-template-columns:1fr 1fr;gap:8px}.timeline dl div{padding:7px;border-radius:5px;background:#f5f7f8}.tool-call-card{margin-top:8px;padding:9px;border:1px solid #dce6e9;border-radius:6px;background:#f7fafb;font-size:10px}.confirmation-key-info{margin:12px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px}.confirmation-key-info div{min-width:0}.confirmation-key-info dd{overflow-wrap:anywhere}.confirmation-risks{margin:10px 0 0;padding-left:18px;color:var(--muted);line-height:1.55}.tool-call-card header{color:var(--teal-deep)}.tool-call-card header span{color:var(--muted)}.tool-call-card p{margin:5px 0 0;overflow-wrap:anywhere;color:var(--muted-strong);line-height:1.5}.document-progress{min-height:54px;margin:-26px -30px 26px;padding:7px 18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line)}.document-progress ol{margin:0;display:flex;gap:16px;list-style:none;color:var(--muted);font-size:11px}.document-progress li.is-active{color:var(--teal-deep);font-weight:800}.document-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.document-type-grid button,.meeting-card,.mode-grid button{padding:18px;display:grid;gap:9px;border:1px solid var(--line);border-radius:9px;background:#fff;cursor:pointer;text-align:left}.document-type-grid button>svg,.mode-grid button>svg{color:var(--teal-deep);font-size:25px}.document-type-grid p,.mode-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.document-type-grid span,.mode-grid span,.meeting-card>span{color:var(--teal-deep);font-size:11px;font-weight:800}.document-form,.document-outline{max-width:680px;margin:0 auto;display:grid;gap:18px}.document-stage-header{display:grid;justify-items:start;gap:5px}.document-stage-header>div{display:grid;gap:5px}.document-stage-header span{margin-top:8px;color:var(--teal-deep);font-size:10px;font-weight:850;letter-spacing:.13em}.document-stage-header h1,.document-stage-header p{margin:0}.document-stage-header h1{font-size:26px}.document-stage-header p{color:var(--muted);font-size:12px}.document-generate-body{width:100%;justify-content:center}.section-citations{margin-top:16px;display:flex;flex-wrap:wrap;gap:7px}.section-citations button{min-height:26px;padding:0 8px;border:1px solid #a9dfd5;border-radius:5px;color:var(--teal-deep);background:var(--teal-soft);cursor:pointer;font-size:10px}.section-citations+.section-controls{margin-top:16px}.field-note{color:var(--muted);font-size:11px}.outline-list{display:grid;gap:8px}.outline-list article{padding:13px;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:8px}.outline-list article>span{color:var(--teal-deep);font-size:11px;font-weight:850}.outline-list p,.outline-list small{margin:4px 0;color:var(--muted);font-size:11px}.outline-list article>div:last-child{display:flex;gap:14px}.outline-list article>div:last-child button{width:34px;height:34px;border:1px solid var(--line);border-radius:6px;background:#fff}.document-editor-layout{margin:-26px -30px -40px;min-height:760px;display:grid;grid-template-columns:205px minmax(0,1fr) 190px}.document-sidebar,.document-assistant{padding:18px;background:#f7f9fa}.document-sidebar{border-right:1px solid var(--line)}.document-assistant{border-left:1px solid var(--line)}.document-sidebar>span{display:block;margin-top:15px;color:var(--muted);font-size:10px}.document-sidebar>p{font-size:11px}.document-sidebar>button,.export-grid button{width:100%;min-height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer}.export-grid{display:grid;gap:14px}.section-editor{padding:22px;background:#f2f5f6}.section-editor .wb-panel{margin-bottom:12px}.section-editor textarea{min-height:180px;display:block;line-height:1.75}.document-assistant p,.document-assistant dd{color:var(--muted);font-size:11px;line-height:1.6}.meeting-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.meeting-card>div{display:flex;justify-content:space-between}.meeting-card h2{margin:5px 0 0;font-size:18px}.meeting-card p,.meeting-card dl{margin:0;color:var(--muted);font-size:11px}.meeting-card dl{display:grid;grid-template-columns:1fr 1fr}.meeting-detail-header{margin-bottom:14px;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center}.meeting-detail-header>button{border:0;color:var(--teal-deep);background:transparent;cursor:pointer}.meeting-detail-header h1{margin:0 0 4px;font-size:22px}.meeting-detail-header p{margin:0;color:var(--muted);font-size:11px}.meeting-tabs-row{margin:0 -30px 18px;padding:7px 18px;display:flex;align-items:center;justify-content:space-between;border-block:1px solid var(--line);background:#fafbfc}.meeting-actions{display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px}.meeting-actions button{min-height:32px;padding:0 8px;border:1px solid var(--line);border-radius:5px;background:#fff;cursor:pointer;font-size:10px}.transcript-view{min-width:0}.transcript-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:16px;align-items:start}.live-highlights{min-height:180px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#f8fafb}.live-highlights h3{margin:0 0 12px;display:flex;align-items:center;gap:6px;font-size:12px}.live-highlights ul{margin:0;padding-left:18px}.live-highlights li,.live-highlights p{margin:0 0 10px;color:var(--muted);font-size:11px;line-height:1.55}.transcript-view>header{margin-bottom:12px;display:flex;justify-content:space-between}.transcript-view>header div{display:grid;color:var(--muted);font-size:11px}.transcript-view>article{margin-bottom:9px;display:grid;grid-template-columns:36px 1fr;gap:10px}.transcript-view>article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal-deep);font-size:11px}.transcript-view>article>div{padding:11px 13px;border:1px solid var(--line);border-radius:8px}.transcript-view p{margin:5px 0;font-size:12px}.transcript-view small,.typing{color:var(--muted);font-size:10px}.decision-card{margin-bottom:9px;padding:12px;display:flex;gap:10px;border-radius:7px;background:#f2f8f7}.smart-router{margin-bottom:18px;padding:8px;display:grid;grid-template-columns:1fr auto;border:1px solid var(--line);border-radius:9px}.smart-router input{border:0;outline:0}.smart-router button{min-height:40px;padding:0 14px;display:flex;align-items:center;gap:7px;border:0;border-radius:7px;color:#fff;background:var(--inverse);cursor:pointer}.mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mode-workspace{margin:-26px -30px -40px;min-height:760px;display:grid;grid-template-columns:170px minmax(300px,.8fr) minmax(370px,1.2fr)}.mode-workspace>aside,.mode-workspace>section,.mode-workspace>main{padding:20px}.mode-workspace>aside{color:#fff;background:var(--inverse)}.mode-workspace>aside button{padding:0;display:flex;align-items:center;gap:6px;border:0;color:#c9d5db;background:transparent;cursor:pointer}.mode-workspace>aside>span{display:block;margin-top:38px;color:#8fa3ae;font-size:10px}.mode-workspace>aside h2{margin:7px 0}.mode-workspace>aside p{color:#b9c6cd;font-size:11px;line-height:1.6}.mode-workspace>section{border-right:1px solid var(--line);background:#f8fafb}.mode-workspace>section label>span,.mode-workspace>main>header>span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:700}.mode-workspace>section textarea{min-height:260px}.mode-workspace>section>button{min-height:40px;padding:0 15px;display:flex;align-items:center;gap:7px;border:0;border-radius:7px;color:#fff;background:var(--teal-deep);cursor:pointer}.mode-workspace>main>header{margin-bottom:12px;display:flex;justify-content:space-between}.mode-workspace>main .wb-panel{margin-bottom:9px}.human-boundary{margin-top:18px;padding:12px;display:flex;gap:8px;border-radius:7px;color:#875625;background:var(--yellow-soft);font-size:11px}.learner-badge{display:grid;text-align:right}.learner-badge small{color:var(--muted)}.learner-home-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:12px}.progress-bar{height:9px;margin:13px 0;border-radius:99px;background:#e7ecee;overflow:hidden}.progress-bar span{height:100%;display:block;background:var(--teal)}.learning-entry-grid{grid-template-columns:repeat(3,1fr)}.learning-entry-grid svg{color:var(--teal-deep);font-size:20px}.learning-entry-grid p{margin:0;color:var(--muted);font-size:11px}.compact-field{min-width:180px;margin:0}.path-list article{padding:12px 0;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:start;border-bottom:1px solid var(--line)}.path-list article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;color:var(--teal-deep);background:var(--teal-soft);font-weight:800}.path-list p{margin:4px 0 0}.training-paths{display:grid;gap:16px}.path-stage-body{min-width:0}.path-stage-body .path-actions{margin-top:10px;justify-content:flex-start}.quiz-list{display:grid;gap:16px}.quiz-option{margin-bottom:16px;padding:9px 10px;display:flex;gap:8px;border:1px solid var(--line);border-radius:7px;color:#4f6070;font-size:12px}.answer-explanation{margin-top:10px;padding:10px;border-radius:7px;background:var(--teal-soft)}.quiz-score{padding:14px;display:flex;align-items:center;gap:10px;border-radius:8px;color:#126451;background:#dff5ee}.ability-bars{display:grid;gap:12px}.ability-bars>div{display:grid;grid-template-columns:90px 1fr 30px;gap:8px;align-items:center;font-size:11px}.ability-bars b{height:9px;border-radius:99px;background:#e7ecee;overflow:hidden}.ability-bars i{height:100%;display:block;background:var(--teal)}.compact-select{min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;color:var(--ink);background:#fff;font-size:11px}.static-chip{padding:6px 9px;border-radius:999px;color:#45606d;background:#edf3f4;font-size:10px;font-weight:750}.control-bar,.segmented-control,.section-controls,.path-actions,.role-path-tabs,.create-meeting-row{display:flex;align-items:center;flex-wrap:wrap;column-gap:14px;row-gap:16px}.control-bar{margin-bottom:14px;justify-content:space-between}.control-bar>div{display:flex;align-items:center;flex-wrap:wrap;column-gap:14px;row-gap:16px}.segmented-control,.role-path-tabs{padding:4px;width:fit-content;gap:6px;border-radius:8px;background:#edf1f3}.segmented-control button,.role-path-tabs button,.section-controls button,.path-actions button,.create-meeting-row button,.link-action{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:6px;color:#536575;background:#fff;cursor:pointer;font-size:11px;font-weight:750}.segmented-control button,.role-path-tabs button{border-color:transparent;background:transparent}.segmented-control button.is-active,.role-path-tabs button.is-active{color:var(--teal-deep);background:#fff;box-shadow:0 1px 3px #1b2d371a}.link-action{display:inline-flex;align-items:center;gap:6px}.structured-result,.result-block,.workspace-results{display:grid;gap:12px}.structured-result{grid-template-columns:repeat(2,minmax(0,1fr))}.result-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capability-fit-list,.sampling-task-list,.risk-rule-list,.test-case-group{display:grid;gap:10px}.capability-fit-list{margin:0;padding:0;list-style:none}.capability-fit-list li{padding:10px 0;display:grid;grid-template-columns:minmax(110px,.45fr) minmax(0,1fr);gap:12px;border-bottom:1px solid var(--line)}.capability-fit-list li:last-child{border-bottom:0}.capability-fit-list span{color:var(--muted);line-height:1.55}.test-case-group{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.test-case-group>h3{margin:0}.test-case-card,.sampling-task-list article,.risk-rule-list article{padding:12px;border:1px solid var(--line);border-radius:7px;background:#f8fafb}.test-case-card h4,.sampling-task-list article>strong{margin:0;color:var(--ink)}.sampling-task-list article dl{margin:10px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sampling-task-list article dl div{padding-top:8px;border-top:1px solid var(--line)}.sampling-task-list article dd{margin-top:3px;font-weight:700}.risk-rule-list article header{display:flex;align-items:center;justify-content:space-between;gap:12px}.test-case-card>header,.review-findings article>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.test-case-card ol{padding-left:20px;color:var(--muted);font-size:12px;line-height:1.65}.review-findings{display:grid;gap:10px}.review-findings>h3{margin-bottom:0}.review-findings article{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.compliance-result__header{padding:4px 0 2px}.compliance-result__header h3,.compliance-result__header p{margin:0}.compliance-result__header p{margin-top:4px;color:var(--muted);font-size:11px}.structured-result>article,.result-block,.workspace-results>article,.recommendation-grid>article,.fact-grid>div,.contact-row,.knowledge-entry-card,.department-grid>article{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.structured-result h3,.structured-result h4,.result-block h3,.workspace-results h3,.recommendation-grid h3,.knowledge-entry-card h3,.department-grid h3{margin:0 0 8px}.structured-result p,.result-block p,.workspace-results p,.recommendation-grid p,.knowledge-entry-card p,.department-grid p{margin:5px 0}.result-code{margin:0;padding:13px;overflow:auto;border-radius:7px;color:#d7e4e7;background:var(--inverse);font:11px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.bar-list,.department-bars{display:grid;gap:9px}.bar-list>div{display:grid;grid-template-columns:110px 1fr 42px;gap:9px;align-items:center;color:#536575;font-size:11px}.department-bars>div{display:grid;grid-template-columns:110px 42px minmax(120px,1fr) 28px 32px minmax(120px,1fr) 28px;gap:9px;align-items:center;color:#536575;font-size:11px}.bar-list i,.department-bars i{height:9px;display:block;border-radius:99px;background:var(--teal)}.risk-inline,.faq-recommendation{margin:10px 12px;padding:11px 12px;border:1px solid #edcb77;border-radius:7px;color:#875625;background:var(--yellow-soft);font-size:11px;line-height:1.55}.faq-recommendation{border-color:#a9dfd5;color:#166c5c;background:#e9f8f4}.sales-dashboard-grid,.bi-dashboard-grid,.recommendation-grid,.fact-grid,.department-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.scene-workbench>section>.wb-panel+.sales-dashboard-grid{margin-top:16px}.sales-dashboard-grid>.wb-panel:first-child,.bi-dashboard-grid>.wb-panel:first-child{grid-column:span 2}.bi-dashboard-stack{margin-top:12px;display:grid;gap:16px}.source-flow,.sales-meeting-flow,.sales-email-flow{display:grid;gap:16px}.source-flow textarea,.sales-meeting-flow textarea{width:100%;min-height:150px;margin-bottom:12px;padding:12px;border:1px solid var(--line-strong);border-radius:7px;resize:vertical;color:var(--ink);background:#fff;font:inherit;line-height:1.6}.proposal-result{grid-template-columns:1fr}.sales-meeting-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sales-meeting-result--wide{grid-column:1 / -1}.sales-meeting-followup{border-color:#a9dfd5;background:#f2fbf8}.sales-email-heading{align-items:center}.sales-email-controls,.review-control-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.sales-email-controls>button,.review-control-row>button,.document-stage-header>button,.document-generate-body{min-height:38px;padding:0 13px;border:1px solid var(--line-strong);border-radius:7px;cursor:pointer;font-size:12px;font-weight:750}.metric-selector-row{margin-bottom:14px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.metric-selector-row button{min-height:58px;padding:10px;display:grid;gap:4px;border:1px solid var(--line);border-radius:7px;color:#526170;background:#fff;cursor:pointer;text-align:left}.metric-selector-row button small{color:var(--muted)}.metric-selector-status{display:inline-flex;align-items:center;gap:4px;width:fit-content;font-size:10px;font-weight:800}.metric-selector-status svg{width:12px;height:12px}.metric-selector-status.is-normal{color:#14745f}.metric-selector-status.is-anomaly{color:#b54727}.metric-selector-row button.is-active{border-color:var(--teal);color:var(--teal-deep);background:var(--teal-soft)}.training-report-flow{display:grid;gap:16px}.training-report-recommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.diagnosis-source-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:14px;align-items:start}.growth-analysis-result,.campaign-result-grid,.review-result-grid,.bi-analysis-result,.strategy-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.growth-analysis-result>:nth-child(1),.growth-analysis-result>:nth-child(2),.growth-analysis-result>:nth-child(5){grid-column:1 / -1}.review-control-row{padding:14px;border:1px solid var(--line);border-radius:8px;background:#f8fafb}.review-control-row .field{min-width:230px;margin:0}.review-control-row>p{min-width:220px;margin:0;display:grid;gap:3px;color:var(--muted);font-size:11px}.review-control-row>p strong{color:var(--ink)}.review-running-note{flex-basis:100%;color:var(--muted);font-size:11px}.funnel-source-layout{display:grid;gap:18px}.funnel-dropoffs{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;list-style:none}.funnel-dropoffs li{padding:10px;display:grid;gap:5px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#f8fafb;font-size:10px}.funnel-dropoffs strong{color:#9d3f37;font-size:12px}.data-row-button,.data-list-row{width:100%;padding:11px 0;display:grid;gap:10px;align-items:center;border:0;border-bottom:1px solid var(--line);color:#526170;background:transparent;text-align:left;font-size:11px}.data-row-button{grid-template-columns:minmax(0,1fr) auto;color:#526170!important;background:transparent!important;cursor:pointer}.data-row-button:hover{color:var(--teal-deep)}.wb-panel>.data-row-button+.data-row-button{margin-top:16px}.data-list-row{grid-template-columns:minmax(150px,1.5fr) minmax(110px,1fr)}.data-row-button strong,.data-list-row strong{color:var(--ink)}.recommendation-grid{margin-top:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.sales-360-source{color:var(--muted);font-size:10px}.fact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fact-grid>div{display:grid;gap:5px}.fact-grid span{color:var(--muted);font-size:10px}.span-full{grid-column:1 / -1}.contact-row{margin-bottom:8px;display:grid;grid-template-columns:auto 1fr;gap:10px;font-size:11px}.email-body{min-height:220px!important;line-height:1.7}.metric-grid--six{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid--six>button{min-height:128px}.mini-trend{height:34px;display:flex;align-items:flex-end;gap:3px}.mini-trend span{min-width:4px;flex:1;border-radius:3px 3px 0 0;background:#b9e4df}.catalog-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.create-meeting-row{margin-bottom:14px;padding:12px;border:1px solid var(--line);border-radius:8px;background:#f8fafb}.create-meeting-row input{min-width:220px;min-height:36px;padding:0 10px;flex:1;border:1px solid var(--line);border-radius:6px}.meeting-grid{grid-template-columns:1fr}.meeting-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:82px}.meeting-card__identity{min-width:0;display:block!important}.meeting-card__identity h2,.meeting-card__identity p{margin:0}.meeting-card__identity p{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.meeting-card__identity p>span{display:inline-flex;align-items:center;gap:5px}.meeting-card__identity svg{font-size:14px}.meeting-type{padding:3px 7px;border-radius:4px;background:#edf1f3}.meeting-card__status{display:flex!important;align-items:center;justify-content:flex-end!important;gap:9px;color:var(--muted);font-size:11px;white-space:nowrap}.quality-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-summary p{margin:5px 0 0}.section-controls{justify-content:flex-end}.knowledge-entry-card{width:100%;margin:16px 0;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;text-align:left}.learning-entry-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.role-path-tabs{margin-bottom:16px}.path-actions{justify-content:flex-end}.answer-explanation.is-correct{color:#126451;background:#dff5ee}.answer-explanation.is-wrong{color:#933e36;background:#ffebe8}.department-grid{margin-top:14px}.guide-page main{width:calc(100% - 128px);max-width:1180px;margin:0 auto;padding-bottom:80px}.guide-hero{padding:80px 0 52px;border-bottom:1px solid var(--line-strong)}.guide-hero>span{color:var(--teal-deep);font-size:12px;font-weight:850;letter-spacing:.13em}.guide-hero h1{margin:16px 0 7px;font-size:54px;letter-spacing:-.05em}.guide-hero h2{margin:0 0 18px;color:#4e6477;font-size:22px;font-weight:550}.guide-hero p{max-width:760px;color:var(--muted);font-size:15px;line-height:1.8}.highlight-grid{margin:26px 0}.highlight-grid article{min-height:115px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:9px;background:#fff}.highlight-grid article span{color:var(--teal-deep);font-size:11px;font-weight:850}.highlight-grid article strong{font-size:17px}.prd-preview{overflow:hidden;padding:0;border:1px solid #bfe6e2;border-radius:11px;color:var(--ink);background:linear-gradient(135deg,#edf9f7,#fff)}.prd-preview>header{padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid #ccebe7}.prd-preview>header a{display:flex;align-items:center;gap:7px;font-weight:800}.prd-preview>header a{min-height:38px;padding:0 13px;border-radius:7px;color:#fff;background:var(--teal-deep)}.prd-preview__title{display:flex;align-items:flex-start;gap:12px}.prd-preview__title>span{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;border-radius:9px;color:#fff;background:var(--teal-deep)}.prd-preview__title small,.prd-preview__title strong,.prd-preview__title p{display:block}.prd-preview__title small{color:var(--teal-deep);font-size:10px;font-weight:850;letter-spacing:.08em}.prd-preview__title strong{margin-top:3px;font-size:16px}.prd-preview__title p{margin:4px 0 0;color:var(--muted);font-size:11px}.prd-preview__grid{padding:18px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.prd-preview__grid>div{min-height:96px;padding:14px;border-radius:7px;background:#ffffffc7}.prd-preview__grid span{color:var(--muted);font-size:10px}.prd-preview__grid p{margin:5px 0 0;color:var(--ink);font-size:12px;line-height:1.55}.prd-preview__background{margin:0;padding:13px 20px;border-top:1px solid #ccebe7;color:var(--muted-strong);font-size:12px;line-height:1.65}.chapter-tags{margin:0;padding:13px 20px;display:flex;flex-wrap:wrap;gap:6px;align-items:center;border-top:1px solid #ccebe7}.chapter-tags span{padding:5px 7px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff;font-size:10px}.chapter-tags small{color:var(--muted);font-size:10px}.guide-two-col{margin-top:28px;display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line-strong)}.guide-two-col>article{padding:30px}.guide-two-col>article+article{border-left:1px solid var(--line-strong)}.guide-two-col h2{margin:8px 0 18px;font-size:24px}.guide-two-col li{margin-bottom:10px;color:#536575;line-height:1.6}.mock-function-list,.role-list{display:flex;flex-wrap:wrap;gap:7px}.mock-function-list code,.role-list div{padding:8px 9px;display:flex;align-items:center;gap:5px;border-radius:5px;background:#edf3f4;color:#3e5965;font-size:11px}.guide-two-col.compact{margin-top:0;border-top:0}.guide-home-link{margin-top:28px;display:inline-flex;align-items:center;gap:7px;color:var(--teal-deep);font-weight:750}.prd-topbar{position:sticky;z-index:10;top:0}.dark-button{color:#fff!important;border-color:var(--inverse)!important;background:var(--inverse)!important}.prd-feedback{position:fixed;z-index:12;top:82px;right:24px;box-shadow:var(--shadow-small)}.prd-workspace{min-height:calc(100vh - 72px);display:grid;grid-template-columns:220px minmax(500px,1fr) 300px}.prd-outline,.prd-agent{padding:18px;background:#f8fafb}.prd-outline{border-right:1px solid var(--line)}.prd-agent{border-left:1px solid var(--line)}.prd-outline>span{display:block;margin-bottom:12px;color:var(--muted);font-size:10px;font-weight:800}.prd-outline button{width:100%;padding:9px;display:grid;grid-template-columns:24px 1fr;gap:5px;border:0;border-radius:6px;color:#5b6976;background:transparent;cursor:pointer;font-size:11px;text-align:left}.prd-outline button.is-active{color:var(--teal-deep);background:var(--teal-soft);font-weight:800}.prd-editor{position:relative;padding:36px 46px;background:#fff}.prd-editor>label{display:grid;gap:6px;color:var(--muted);font-size:10px}.prd-editor__chapter{display:block;margin-top:30px;color:var(--teal-deep);font-size:10px;font-weight:850}.prd-editor h1{margin:8px 0 18px;font-size:31px}.selection-tools{position:absolute;z-index:4;display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px;max-width:420px;padding:8px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);box-shadow:0 10px 28px #0f172a1f;transform:translateY(-100%)}.prd-editor>textarea{min-height:560px;margin-top:12px;padding:18px;resize:vertical;line-height:1.85}.prd-agent>header{margin-bottom:8px;display:flex;align-items:center;gap:7px;font-weight:800}.prd-agent>p{color:var(--muted);font-size:11px;line-height:1.6}.prd-agent__quick{margin:14px 0;display:flex;flex-wrap:wrap;column-gap:14px;row-gap:16px}.wide-button{width:100%;min-height:40px;border-radius:7px}.agent-suggestion{margin-top:14px;padding:12px;border:1px solid var(--line);border-radius:7px;background:#fff}.agent-suggestion pre{white-space:pre-wrap;color:#536575;font-family:inherit;font-size:11px;line-height:1.6}.agent-suggestion button{width:100%;min-height:36px;border:1px solid var(--teal);border-radius:6px;color:var(--teal-deep);background:var(--teal-soft);cursor:pointer}.agent-empty{min-height:120px;padding:20px;display:grid;place-items:center;border:1px dashed var(--line-strong);border-radius:7px;color:var(--muted);font-size:11px;text-align:center}@media(max-width:1320px){.site-header,.hero,.boundary-band__inner,.scenario-index,.site-footer{width:calc(100% - 80px)}.hero h1{font-size:76px}.hero__subtitle{font-size:20px}.anatomy-wrap{width:620px}.demo-layout{width:calc(100% - 36px);grid-template-columns:minmax(0,1fr) 290px}.scene-workbench{padding-inline:22px}.product-nav{margin-inline:-22px}.workbench-tabs button{padding-inline:9px;font-size:11px}.role-switcher strong{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.signal-orbit{left:84.6%;top:73.5%;opacity:1}}body button.button-primary,body a.button-primary{color:#fff;border-color:#12212f;background:var(--inverse);box-shadow:0 3px #0f1a24,0 8px 16px #1d2d3c24}body button.button-secondary,body a.button-secondary{color:var(--ink);border-color:var(--line-strong);background:#fff;box-shadow:0 2px #bcc6cb,0 6px 13px #1d2d3c14}body button.button-tertiary,body a.button-tertiary{color:var(--muted-strong);border-color:transparent;background:transparent;box-shadow:none}body button.button-danger,body a.button-danger{color:#9d3f37;border-color:#e4aaa3;background:#fff7f5;box-shadow:0 2px #e9c1bc}body button.button-primary:hover,body a.button-primary:hover{background:#26394a;box-shadow:0 4px #0f1a24,0 10px 18px #1d2d3c2e;transform:translateY(-1px)}body button.button-secondary:hover,body a.button-secondary:hover{border-color:#9eacb4;box-shadow:0 3px #aeb9bf,0 8px 15px #1d2d3c1f;transform:translateY(-1px)}body button.button-tertiary:hover,body a.button-tertiary:hover{color:var(--ink);background:#eef2f3}body button.button-danger:hover,body a.button-danger:hover{border-color:#d9867c;background:#fff0ed}body button.button-primary:active,body button.button-secondary:active,body button.button-danger:active,body a.button-primary:active,body a.button-secondary:active,body a.button-danger:active{transform:translateY(2px);box-shadow:0 1px #1d2d3c3d}.demo-page button,.demo-page a.button-primary,.demo-page a.button-secondary,.demo-page a.button-tertiary,.demo-page a.button-danger{box-shadow:none!important}.demo-page button:hover,.demo-page button:active,.demo-page a.button-primary:hover,.demo-page a.button-primary:active,.demo-page a.button-secondary:hover,.demo-page a.button-secondary:active,.demo-page a.button-tertiary:hover,.demo-page a.button-tertiary:active,.demo-page a.button-danger:hover,.demo-page a.button-danger:active{box-shadow:none!important;transform:none!important}.demo-page button:focus-visible,.demo-page input:focus-visible,.demo-page textarea:focus-visible,.demo-page select:focus-visible,.demo-page a:focus-visible{outline:2px solid rgba(22,127,130,.5)!important;outline-offset:1px!important;box-shadow:none!important}.demo-page .hero-input,.demo-page .segmented-control button.is-active,.demo-page .role-path-tabs button.is-active{box-shadow:none}.conversation-list small{overflow:visible;text-overflow:clip;white-space:normal}.step-dot--failed{background:var(--coral-soft)}
