:root{--bg:#f6f4ef;--bg-soft:#fbfaf7;--surface:#fff;--surface-muted:#f1eee8;--surface-strong:#ebe7df;--text:#121820;--text-soft:#222a34;--muted:#6d7580;--muted-strong:#4f5965;--line:#ded8ce;--line-soft:#ece6dc;--accent:#335d73;--accent-dark:#17384b;--accent-soft:#e7eff3;--danger:#9f2d24;--success:#276a4a;--warning:#8a5a12;--radius-lg:28px;--radius-md:18px;--shadow:0 24px 70px rgba(18,24,32,.08);--shadow-soft:0 10px 34px rgba(18,24,32,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 0,rgba(51,93,115,.08),transparent 34%),linear-gradient(180deg,var(--bg-soft) 0,var(--bg) 45%,#f2eee7 100%);color:var(--text);font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{border:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px clamp(18px,5vw,72px);background:hsla(45,33%,98%,.88);border-bottom:1px solid hsla(38,20%,84%,.7);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;min-width:0}.brand-logo{display:block;width:clamp(176px,20vw,252px);height:auto}.top-nav{display:flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:14px;font-weight:750}.top-nav a{padding:10px 12px;border-radius:999px;transition:background .15s ease,color .15s ease}.top-nav a:hover{background:var(--surface-muted);color:var(--text)}.site-footer{width:min(1180px,calc(100% - 32px));display:flex;justify-content:space-between;align-items:flex-start;gap:28px;margin:32px auto 0;padding:36px 0 48px;border-top:1px solid var(--line);color:var(--muted)}.footer-logo{display:block;width:170px;height:auto;margin-bottom:10px;opacity:.92}.site-footer p{max-width:440px;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:10px;font-weight:800;color:var(--text)}.footer-links a{padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.6)}.section{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:72px 0}.page-section{padding-top:54px}.hero{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);grid-gap:24px;gap:24px;align-items:stretch;min-height:calc(100vh - 86px)}.chat-panel,.cta-section,.dialogue-preview,.empty-state,.hero-card,.hero-content,.lead-form,.loading-card,.result-card,.scenario-card,.score-card-large,.step-card,.trainer-sidebar{border:1px solid var(--line);border-radius:var(--radius-lg);background:hsla(0,0%,100%,.84);box-shadow:var(--shadow-soft)}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,6vw,64px);overflow:hidden;position:relative}.hero-content:after{content:"";position:absolute;right:-120px;bottom:-140px;width:320px;height:320px;border:1px solid rgba(51,93,115,.18);border-radius:999px;background:radial-gradient(circle,rgba(51,93,115,.08),transparent 68%);pointer-events:none}.hero-content>*{position:relative;z-index:1}.hero-card{display:flex;min-height:420px;flex-direction:column;justify-content:flex-end;padding:30px;background:linear-gradient(180deg,hsla(0,0%,100%,.92),hsla(40,24%,93%,.94)),radial-gradient(circle at top right,rgba(51,93,115,.18),transparent 38%)}.card-label{align-self:flex-start;margin:0 0 auto;padding:7px 11px;border-radius:999px;background:var(--surface-muted);color:var(--muted-strong);font-size:13px;font-weight:850}.eyebrow{margin:0 0 14px;color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{max-width:960px;margin-bottom:22px;font-size:clamp(42px,6vw,78px);line-height:.94;letter-spacing:-.06em}h2{margin-bottom:14px;font-size:clamp(26px,3.2vw,42px);line-height:1.04;letter-spacing:-.045em}.hero-text{max-width:760px;color:var(--muted-strong);font-size:clamp(18px,2vw,22px)}.hero-note{max-width:680px;margin:26px 0 0;padding-left:18px;border-left:2px solid var(--accent);color:var(--muted);font-size:15px}.chat-actions,.hero-actions,.result-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:850;letter-spacing:-.01em;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 26px rgba(18,24,32,.08)}.button:disabled{cursor:not-allowed;opacity:.55}.button-primary{background:var(--text);color:#fff}.button-primary:hover:not(:disabled){background:var(--accent-dark)}.button-secondary{background:hsla(0,0%,100%,.7);border-color:var(--line);color:var(--text)}.button-secondary:hover:not(:disabled){border-color:#c8c0b2;background:#fff}.full-width{width:100%}.score-card-large span,.score-ring{display:grid;place-items:center;color:var(--accent-dark);font-weight:950}.score-ring{width:116px;height:116px;margin-bottom:24px;border:11px solid var(--accent-soft);border-radius:999px;background:#fff;font-size:38px;box-shadow:inset 0 0 0 1px var(--line-soft)}.cta-section p,.hero-card p,.muted,.page-head p,.result-card p,.scenario-card p,.sidebar-block p,.trainer-sidebar p{color:var(--muted)}.mini-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.difficulty,.mini-list span,.tag-cloud span{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border:1px solid hsla(38,20%,84%,.7);border-radius:999px;background:var(--surface-muted);color:var(--muted-strong);font-size:13px;font-weight:800}.grid-two{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:34px;gap:34px;align-items:start}.text-block{color:var(--muted-strong);font-size:18px}.section-head-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,.55fr);grid-gap:28px;gap:28px;align-items:end;margin-bottom:24px}.section-head-row h2,.section-head-row p{margin-bottom:0}.section-head-row p{color:var(--muted)}.result-grid,.scenario-grid,.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.dialogue-preview,.empty-state,.loading-card,.result-card,.scenario-card,.step-card{padding:24px}.step-card{min-height:196px}.step-card span{display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;color:var(--accent);font-size:13px;font-weight:950;letter-spacing:.1em}.step-card p{margin-bottom:0;color:var(--text-soft);font-size:18px;font-weight:750}.audience-grid,.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.audience-card{padding:15px 17px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.78);color:var(--text-soft);font-weight:800;box-shadow:0 8px 24px rgba(18,24,32,.04)}.cta-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);grid-gap:30px;gap:30px;align-items:start;padding:clamp(26px,4vw,44px);background:linear-gradient(145deg,hsla(0,0%,100%,.92),hsla(40,24%,93%,.9)),radial-gradient(circle at 10% 0,rgba(51,93,115,.11),transparent 42%)}.lead-form{display:grid;grid-gap:14px;gap:14px;padding:20px;box-shadow:none;background:hsla(0,0%,100%,.92)}.lead-form label{display:grid;grid-gap:7px;gap:7px;color:var(--muted-strong);font-size:14px;font-weight:800}input,textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fffdf9;padding:13px 14px;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}textarea{resize:vertical}input:focus,textarea:focus{border-color:rgba(51,93,115,.72);background:#fff;box-shadow:0 0 0 4px var(--accent-soft)}.error-banner,.form-error,.form-success{margin:0;padding:12px 14px;border-radius:16px;font-size:14px;font-weight:800}.form-success{background:#e8f3ed;color:var(--success)}.error-banner,.form-error{background:#fff0ed;color:var(--danger)}.page-head{max-width:820px;margin-bottom:30px}.page-head h1{margin-bottom:14px}.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-card{display:flex;min-height:278px;flex-direction:column;justify-content:space-between;background:hsla(0,0%,100%,.86)}.scenario-card h2{margin-top:16px;font-size:30px}.difficulty-medium{color:var(--warning);background:#fff3df}.difficulty-hard{color:#9f1239;background:#ffe8ed}.difficulty-easy{color:var(--success);background:#e8f3ed}.trainer-section{display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:22px;gap:22px;padding-top:34px}.trainer-sidebar{align-self:start;padding:24px;position:-webkit-sticky;position:sticky;top:96px;background:hsla(0,0%,100%,.88)}.trainer-sidebar h1{font-size:36px;letter-spacing:-.045em}.back-link{display:inline-flex;margin-bottom:18px;color:var(--muted-strong);font-weight:850}.sidebar-block{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.sidebar-block h2{font-size:19px}.message-counter{margin-top:24px;padding:14px;border:1px solid var(--line-soft);border-radius:18px;background:var(--surface-muted);color:var(--muted-strong)}.chat-panel{display:grid;grid-template-rows:auto auto minmax(360px,1fr) auto;min-height:calc(100vh - 140px);overflow:hidden;background:hsla(0,0%,100%,.88)}.chat-head{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:22px;border-bottom:1px solid var(--line)}.chat-head h2{margin-bottom:0;font-size:22px}.chat-window{padding:24px;background:linear-gradient(180deg,rgba(255,253,249,.96),hsla(38,30%,93%,.7))}.message-row{display:grid;grid-gap:7px;gap:7px;margin-bottom:18px}.message-row-manager{justify-items:end}.message-row-client{justify-items:start}.message-meta{color:var(--muted);font-size:12px;font-weight:850}.message-bubble{max-width:min(680px,88%);padding:14px 16px;border:1px solid var(--line-soft);border-radius:18px;white-space:pre-wrap;box-shadow:0 7px 20px rgba(18,24,32,.04)}.message-client{background:#fff;border-top-left-radius:6px}.message-manager{background:var(--text);color:#fff;border-color:var(--text);border-top-right-radius:6px}.typing{color:var(--muted);font-weight:800}.chat-form{padding:18px;border-top:1px solid var(--line);background:hsla(0,0%,100%,.9)}.result-head{display:flex;max-width:none;justify-content:space-between;gap:24px;align-items:center}.score-card-large{display:grid;place-items:center;min-width:142px;min-height:142px;background:hsla(0,0%,100%,.88)}.score-card-large span{font-size:56px;line-height:1}.score-card-large small{color:var(--muted);font-weight:850}.result-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:22px;gap:22px;align-items:start}.result-main{display:grid;grid-gap:18px;gap:18px}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-card{box-shadow:none;background:hsla(0,0%,100%,.86)}.result-card h2{font-size:20px}.result-card ul{margin:0;padding-left:20px;color:var(--muted)}.result-card li+li{margin-top:8px}.result-card p:last-child,.result-summary p:last-child{margin-bottom:0}.dialogue-preview{position:-webkit-sticky;position:sticky;top:96px;box-shadow:none;background:hsla(0,0%,100%,.86)}.dialogue-preview h2{font-size:20px}.preview-messages{display:grid;grid-gap:14px;gap:14px;max-height:540px;overflow:auto}.preview-messages div{padding-bottom:14px;border-bottom:1px solid var(--line)}.preview-messages strong{display:block;margin-bottom:4px;font-size:13px}.preview-messages p{margin:0;color:var(--muted);font-size:14px}.result-lead{margin-top:32px}.empty-state{max-width:680px;margin:0 auto;text-align:center}.empty-state h1{font-size:42px}@media (max-width:980px){.cta-section,.grid-two,.hero,.result-head,.result-layout,.section-head-row,.trainer-section{grid-template-columns:1fr}.dialogue-preview,.trainer-sidebar{position:static}.result-grid,.scenario-grid,.steps{grid-template-columns:1fr}.hero{min-height:auto}}@media (max-width:720px){.site-header{align-items:flex-start;gap:14px;flex-direction:column}.top-nav{width:100%;overflow-x:auto;padding-bottom:2px}.site-footer{flex-direction:column}.section{width:min(100% - 24px,1180px);padding:42px 0}.chat-panel,.cta-section,.dialogue-preview,.empty-state,.hero-card,.hero-content,.lead-form,.loading-card,.result-card,.scenario-card,.score-card-large,.step-card,.trainer-sidebar{border-radius:22px}h1{font-size:42px}.hero-text{font-size:17px}.chat-actions,.chat-head,.hero-actions,.result-actions{align-items:stretch;flex-direction:column}.chat-window{min-height:380px;padding:16px}.message-bubble{max-width:96%}}@media (max-width:420px){.brand-logo{width:172px}.top-nav a{padding-inline:10px}h1{font-size:38px}}html[data-theme=dark]{--bg:#050a0f;--bg-soft:#070d13;--surface:#0c131b;--surface-muted:#101a23;--surface-strong:#152532;--text:#f3f8fc;--text-soft:#d8e3eb;--muted:#92a1ad;--muted-strong:#b9c5ce;--line:#1b3344;--line-soft:#132633;--accent:#7fd7ff;--accent-dark:#53c8ff;--accent-soft:rgba(127,215,255,.14);--danger:#ff9388;--success:#8de0b4;--warning:#ffd08a;--shadow:0 28px 90px rgba(0,0,0,.42);--shadow-soft:0 18px 54px rgba(0,0,0,.28)}html[data-theme=light]{--bg:#f6f4ef;--bg-soft:#fbfaf7;--surface:#fff;--surface-muted:#f1eee8;--surface-strong:#ebe7df;--text:#121820;--text-soft:#222a34;--muted:#6d7580;--muted-strong:#4f5965;--line:#ded8ce;--line-soft:#ece6dc;--accent:#335d73;--accent-dark:#17384b;--accent-soft:#e7eff3;--danger:#9f2d24;--success:#276a4a;--warning:#8a5a12;--shadow:0 24px 70px rgba(18,24,32,.08);--shadow-soft:0 10px 34px rgba(18,24,32,.06)}html[data-theme=dark] body{background:radial-gradient(circle at 74% 22%,rgba(65,178,238,.14),transparent 34%),radial-gradient(circle at 18% 0,rgba(70,145,185,.1),transparent 30%),linear-gradient(180deg,#070c11,#03070b 52%,#060b10);color:var(--text)}.brand-logo-dark,.footer-logo-dark,html[data-theme=dark] .brand-logo-light,html[data-theme=dark] .footer-logo-light{display:none}html[data-theme=dark] .brand-logo-dark,html[data-theme=dark] .footer-logo-dark,html[data-theme=light] .brand-logo-light,html[data-theme=light] .footer-logo-light{display:block}html[data-theme=light] .brand-logo-dark,html[data-theme=light] .footer-logo-dark{display:none}.theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:hsla(0,0%,100%,.06);color:var(--muted-strong);cursor:pointer;font-size:13px;font-weight:850;transition:background .15s ease,color .15s ease,border-color .15s ease}.theme-toggle:hover{border-color:rgba(127,215,255,.52);background:var(--accent-soft);color:var(--text)}html[data-theme=dark] .site-header{background:rgba(5,10,15,.92);border-bottom-color:rgba(55,99,126,.46)}html[data-theme=dark] .site-footer{border-top-color:var(--line)}html[data-theme=dark] .footer-links a:hover,html[data-theme=dark] .top-nav a:hover{background:rgba(127,215,255,.1);color:var(--text)}html[data-theme=dark] .chat-panel,html[data-theme=dark] .cta-section,html[data-theme=dark] .dialogue-preview,html[data-theme=dark] .empty-state,html[data-theme=dark] .hero-card,html[data-theme=dark] .hero-content,html[data-theme=dark] .lead-form,html[data-theme=dark] .loading-card,html[data-theme=dark] .result-card,html[data-theme=dark] .scenario-card,html[data-theme=dark] .score-card-large,html[data-theme=dark] .step-card,html[data-theme=dark] .trainer-sidebar{border-color:rgba(63,111,139,.44);background:rgba(10,17,24,.82);box-shadow:var(--shadow-soft)}html[data-theme=dark] .cta-section,html[data-theme=dark] .hero-card,html[data-theme=dark] .hero-content{background:radial-gradient(circle at 84% 14%,rgba(88,196,255,.16),transparent 30%),linear-gradient(145deg,rgba(11,18,25,.96),rgba(5,10,15,.96))}html[data-theme=dark] .hero-content:after{border-color:rgba(127,215,255,.18);background:radial-gradient(circle,rgba(83,200,255,.1),transparent 68%)}html[data-theme=dark] .audience-card,html[data-theme=dark] .card-label,html[data-theme=dark] .difficulty,html[data-theme=dark] .message-counter,html[data-theme=dark] .mini-list span,html[data-theme=dark] .tag-cloud span{border-color:rgba(63,111,139,.44);background:rgba(127,215,255,.08);color:var(--muted-strong)}html[data-theme=dark] .button-primary{background:#7fd7ff;color:#041019}html[data-theme=dark] .button-primary:hover:not(:disabled){background:#9ce2ff}html[data-theme=dark] .button-secondary{border-color:rgba(63,111,139,.72);background:rgba(10,17,24,.76);color:var(--text)}html[data-theme=dark] .button-secondary:hover:not(:disabled){border-color:rgba(127,215,255,.72);background:rgba(127,215,255,.09)}html[data-theme=dark] input,html[data-theme=dark] textarea{border-color:rgba(63,111,139,.58);background:rgba(4,9,14,.72);color:var(--text)}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#7f909e}html[data-theme=dark] input:focus,html[data-theme=dark] textarea:focus{border-color:rgba(127,215,255,.8);background:rgba(4,9,14,.92);box-shadow:0 0 0 4px rgba(127,215,255,.12)}html[data-theme=dark] .form-success{background:rgba(80,200,130,.11);color:var(--success)}html[data-theme=dark] .error-banner,html[data-theme=dark] .form-error{background:hsla(6,100%,77%,.1);color:var(--danger)}.trainer-section{min-height:calc(100svh - 78px);padding-bottom:24px}.trainer-sidebar{max-height:calc(100svh - 124px);overflow:auto}.chat-panel{grid-template-rows:auto auto minmax(0,1fr) auto;height:calc(100svh - 124px);min-height:600px}.chat-window{min-height:0;scroll-padding:18px}html[data-theme=dark] .chat-window{background:radial-gradient(circle at 82% 0,rgba(127,215,255,.08),transparent 34%),linear-gradient(180deg,rgba(5,10,15,.96),rgba(8,13,19,.88))}html[data-theme=dark] .chat-form{border-top-color:rgba(63,111,139,.44);background:rgba(8,13,19,.94)}html[data-theme=dark] .chat-head{border-bottom-color:rgba(63,111,139,.44)}.chat-form textarea{min-height:104px;max-height:150px}.chat-actions{flex-direction:row;align-items:center;justify-content:flex-end}.chat-actions .button{width:178px;height:48px;min-height:48px;flex:0 0 178px;padding:0 16px}html[data-theme=dark] .message-client{border-color:rgba(63,111,139,.56);background:rgba(14,24,33,.96);color:var(--text-soft)}html[data-theme=dark] .message-manager{border-color:rgba(127,215,255,.78);background:linear-gradient(135deg,#79d5ff,#42bce9);color:#031017}html[data-theme=dark] .score-ring{border-color:rgba(127,215,255,.18);background:rgba(6,13,19,.84);box-shadow:inset 0 0 0 1px rgba(127,215,255,.18)}html[data-theme=dark] .footer-links a{border-color:rgba(63,111,139,.44);background:rgba(10,17,24,.72)}html[data-theme=dark] .difficulty-medium{color:var(--warning);background:rgba(255,208,138,.1)}html[data-theme=dark] .difficulty-hard{color:#ff9dae;background:rgba(255,157,174,.1)}html[data-theme=dark] .difficulty-easy{color:var(--success);background:rgba(141,224,180,.1)}@media (max-width:980px){.trainer-section{min-height:auto}.trainer-sidebar{max-height:none}.chat-panel{height:auto;min-height:680px}}@media (max-width:720px){.site-header{align-items:center;flex-direction:row}.top-nav{justify-content:flex-end}.top-nav a{display:none}.theme-toggle{min-width:42px;padding-inline:11px}.theme-toggle-text{display:none}.chat-actions{align-items:center;flex-direction:row;justify-content:flex-end}.chat-window{min-height:340px}}.trainer-section{align-items:stretch;min-height:calc(100svh - 90px);padding-top:22px;padding-bottom:28px}.chat-panel{display:flex;flex-direction:column;height:calc(100svh - 126px);min-height:620px;min-width:0}.chat-form,.chat-head,.error-banner{flex:0 0 auto}.chat-window{flex:1 1 auto;min-height:320px;overflow-y:auto;padding:22px;scroll-padding:22px}.chat-form{display:grid;grid-template-columns:minmax(0,1fr) 180px;align-items:stretch;grid-gap:12px;gap:12px;padding:14px 16px 16px}.chat-form textarea{height:92px;min-height:92px;max-height:92px;resize:none}.chat-actions{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:stretch;gap:10px;margin-top:0}.chat-actions .button{width:180px;height:41px;min-height:41px;flex:0 0 41px;padding:0 14px;border-radius:999px;font-size:14px;line-height:1;white-space:nowrap}.message-row:first-child{margin-top:0}@media (max-width:980px){.chat-panel{height:auto;min-height:680px}.chat-window{min-height:360px}}@media (max-width:720px){.trainer-section{padding-top:18px}.chat-form{grid-template-columns:1fr}.chat-actions{flex-direction:row;justify-content:flex-end}.chat-actions .button{width:168px;flex-basis:168px}}@media (max-width:460px){.chat-actions .button{width:calc(50% - 5px);flex-basis:calc(50% - 5px);padding-inline:8px;font-size:13px}}.improved-answer-card p{color:var(--text);font-size:17px;line-height:1.7}.lead-form .consent-row{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px;color:var(--muted-strong);font-size:13px;font-weight:650;line-height:1.45}.lead-form .consent-row input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--accent)}.lead-form .consent-row a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:3px}html[data-theme=dark] .lead-form .consent-row a{color:#7fd7ff}.scenario-wizard-head{max-width:920px}.wizard-summary{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 32px}.context-list span,.wizard-summary span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted-strong);font-size:13px;font-weight:750}.context-list strong,.wizard-summary strong{margin-left:4px;color:var(--text)}.wizard-step{margin-top:34px}.compact-head{margin-bottom:16px}.compact-head h2{margin-bottom:0}.industry-grid,.mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selectable-card{width:100%;text-align:left;color:inherit}button.scenario-card,button.stage-card{cursor:pointer}.selected-card{border-color:rgba(127,215,255,.84)!important;box-shadow:0 0 0 4px var(--accent-soft),var(--shadow-soft)!important}.stage-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.stage-card{min-height:176px;padding:20px;border:1px solid var(--line);border-radius:var(--radius-md);background:hsla(0,0%,100%,.86);box-shadow:var(--shadow-soft);color:inherit}.stage-card h3{margin:0 0 10px;font-size:18px;line-height:1.15}.stage-card p{margin:0;color:var(--muted);font-size:14px}.disabled-step{opacity:.74}.context-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.result-context-list{margin:0 0 24px}.stage-score-card{overflow:hidden}.stage-score-list{display:grid;grid-gap:10px;gap:10px}.stage-score-row{display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-gap:14px;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.stage-score-row:last-child{border-bottom:0}.stage-score-row strong{display:block;margin-bottom:4px}.stage-score-row p{margin:0;color:var(--muted);font-size:14px}.stage-score-row span{display:grid;place-items:center;width:54px;height:54px;border-radius:999px;background:var(--accent-soft);color:var(--accent-dark);font-weight:950}html[data-theme=dark] .context-list span,html[data-theme=dark] .stage-card,html[data-theme=dark] .wizard-summary span{border-color:rgba(63,111,139,.44);background:rgba(127,215,255,.08)}html[data-theme=dark] .stage-score-row{border-bottom-color:rgba(63,111,139,.44)}html[data-theme=dark] .stage-score-row span{color:#041019;background:#7fd7ff}@media (max-width:980px){.industry-grid,.mode-grid,.stage-grid{grid-template-columns:1fr}}.wizard-shell{margin-top:30px}.wizard-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:18px}.wizard-progress-item{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--muted-strong);font:inherit;font-size:14px;font-weight:850;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.wizard-progress-item span{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:var(--surface);color:var(--muted-strong);font-size:12px;font-weight:950}.wizard-progress-item:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(127,215,255,.56)}.wizard-progress-item.active,.wizard-progress-item.done{border-color:rgba(127,215,255,.7);background:var(--accent-soft);color:var(--text)}.wizard-progress-item.active span,.wizard-progress-item.done span{background:var(--accent);color:#041019}.wizard-progress-item:disabled{cursor:not-allowed;opacity:.48}.wizard-summary-inline{margin:0 0 18px}.wizard-panel{padding:28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.wizard-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.wizard-panel-head h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:.96;letter-spacing:-.055em}.wizard-back-button{flex:0 0 auto;min-width:118px}.wizard-card-grid{animation:wizard-fade-up .2s ease both}.wizard-panel .scenario-card,.wizard-panel .stage-card{min-height:214px}.wizard-panel .mode-grid .scenario-card{min-height:190px}.wizard-panel .stage-card{min-height:160px}.wizard-warning{margin-bottom:18px;padding:14px 16px;border:1px solid hsla(0,100%,74%,.42);border-radius:var(--radius-md);background:hsla(0,100%,74%,.1);color:#ff8d8d;font-weight:850}@keyframes wizard-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] .wizard-panel,html[data-theme=dark] .wizard-progress-item span{border-color:rgba(63,111,139,.44);background:rgba(2,8,13,.72)}html[data-theme=dark] .wizard-progress-item{border-color:rgba(63,111,139,.44);background:rgba(127,215,255,.06)}html[data-theme=dark] .wizard-progress-item.active,html[data-theme=dark] .wizard-progress-item.done{border-color:rgba(127,215,255,.72);background:rgba(127,215,255,.12)}@media (max-width:980px){.wizard-progress{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-panel{padding:20px}.wizard-panel-head{flex-direction:column}.wizard-back-button{width:100%}}@media (max-width:560px){.wizard-progress{grid-template-columns:1fr}.wizard-progress-item{justify-content:flex-start}}.dialogue-finished{margin:0 18px 16px;padding:14px 16px;border:1px solid rgba(127,215,255,.42);border-radius:18px;background:rgba(127,215,255,.1);color:var(--text);line-height:1.45}.dialogue-finished strong{color:var(--text)}.dialogue-finished-success{border-color:rgba(88,211,156,.46);background:rgba(88,211,156,.12)}.dialogue-finished-failure{border-color:hsla(0,100%,74%,.46);background:hsla(0,100%,74%,.12)}html[data-theme=dark] .dialogue-finished{color:var(--muted)}html[data-theme=dark] .dialogue-finished strong{color:var(--text)}