:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{color:#172033;background:#f3f6fb;min-width:320px;min-height:100vh;margin:0;font-family:Arial,sans-serif}button,textarea{font:inherit}.app-shell{background:radial-gradient(circle at 0 0,#0057b824,#0000 35%),radial-gradient(circle at 100% 0,#ffd5002e,#0000 30%),#f4f7fb;min-height:100vh;padding:40px 20px}.app-card{background:#fff;border:1px solid #dce3ef;border-radius:26px;width:min(100%,1000px);margin:0 auto;overflow:hidden;box-shadow:0 24px 70px #1e305224}.app-header{border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;gap:20px;padding:22px 30px;display:flex}.brand{align-items:center;gap:14px;display:flex}.brand-mark{color:#fff;background:#0057b8;border-radius:14px;place-items:center;width:46px;height:46px;font-size:22px;font-weight:800;display:grid}.brand h1{color:#101828;letter-spacing:.06em;margin:0;font-size:21px}.brand p{color:#667085;margin:3px 0 0;font-size:14px}.status{color:#475467;background:#f8fafc;border:1px solid #d9e4f1;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}.status-dot{background:#12b76a;border-radius:50%;width:8px;height:8px}.hero{text-align:center;padding:48px 32px 34px}.eyebrow{color:#0057b8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 13px;font-size:14px;font-weight:800}.hero h2{color:#101828;max-width:760px;margin:0 auto;font-size:clamp(34px,5vw,54px);line-height:1.05}.hero-copy{color:#667085;max-width:680px;margin:20px auto 0;font-size:18px;line-height:1.6}.chat-panel{background:#f8fafc;border:1px solid #dfe6f1;border-radius:22px;margin:0 32px 32px;overflow:hidden}.messages{flex-direction:column;gap:18px;min-height:260px;max-height:420px;padding:28px;display:flex;overflow-y:auto}.message{align-items:flex-start;gap:12px;display:flex}.message-user{flex-direction:row-reverse}.message-avatar{color:#fff;background:#0057b8;border-radius:12px;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:grid}.message-user .message-avatar{color:#344054;background:#e4e7ec}.message-bubble{color:#344054;background:#fff;border:1px solid #e1e7f0;border-radius:6px 18px 18px;max-width:72%;padding:14px 17px;line-height:1.55}.message-user .message-bubble{color:#fff;background:#0057b8;border-color:#0057b8;border-radius:18px 6px 18px 18px}.typing{gap:5px;display:flex}.typing span{background:#98a2b3;border-radius:50%;width:7px;height:7px}.composer{background:#fff;border-top:1px solid #e1e7f0;padding:24px}.composer label{color:#344054;margin-bottom:9px;font-size:14px;font-weight:700;display:block}.composer textarea{resize:vertical;color:#101828;background:#fff;border:1px solid #cfd8e6;border-radius:14px;outline:none;width:100%;padding:15px 16px;line-height:1.5}.composer textarea:focus{border-color:#2879d5;box-shadow:0 0 0 4px #2879d51f}.composer-footer{justify-content:space-between;align-items:center;gap:20px;margin-top:15px;display:flex}.composer-footer p{color:#7a8699;max-width:570px;margin:0;font-size:12px;line-height:1.5}.composer button{cursor:pointer;color:#172033;background:#ffd500;border:0;border-radius:12px;min-width:130px;padding:12px 22px;font-weight:800}.composer button:disabled{cursor:not-allowed;opacity:.45}@media (width<=700px){.app-shell{padding:12px}.app-header,.hero{padding-left:20px;padding-right:20px}.status{display:none}.chat-panel{margin-left:12px;margin-right:12px}.messages{padding:18px}.message-bubble{max-width:86%}.composer-footer{flex-direction:column;align-items:stretch}.composer button{width:100%}}.quick-start{padding:0 32px 30px}.quick-start h3{color:#344054;text-align:center;margin:0 0 14px;font-size:15px}.quick-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.quick-card{cursor:pointer;color:#344054;background:#fff;border:1px solid #dbe4f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:92px;padding:14px 10px;font-weight:700;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.quick-card:hover{border-color:#2879d5;transform:translateY(-2px);box-shadow:0 10px 24px #0057b81a}.quick-icon{font-size:25px}.header-actions .language-switcher{background:#f3f6fa;border:1px solid #d9e4f1;border-radius:12px;padding:4px;display:flex;overflow:hidden}.header-actions .language-switcher button{cursor:pointer;color:#667085;background:0 0;border:0;border-radius:8px;padding:7px 11px;font-size:12px;font-weight:800}.header-actions .language-switcher button.active{color:#fff;background:#0057b8;box-shadow:0 4px 10px #0057b838}.hero{padding-top:36px;padding-bottom:28px}.hero h2{max-width:790px;font-size:clamp(32px,4vw,48px)}@media (width<=800px){.quick-grid{grid-template-columns:repeat(2,1fr)}.quick-start{padding-left:20px;padding-right:20px}}.message-bubble-structured{width:min(100%,720px);max-width:720px;box-shadow:none;background:0 0;border:0;padding:0;overflow:hidden}.structured-response{gap:14px;width:100%;display:grid}.assistant-intro,.assistant-text{color:#34425a;background:#fff;border:1px solid #dbe4f0;border-radius:18px;margin:0;padding:18px 20px;line-height:1.65}.progress-card{background:#f7faff;border:1px solid #d7e5f7;border-radius:16px;padding:16px 18px}.progress-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.progress-heading>div{gap:3px;display:grid}.progress-label{color:#6f7d92;letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.progress-heading strong{color:#213654;font-size:15px}.progress-value{color:#075fc4;font-size:18px;font-weight:800}.progress-track{background:#dce7f4;border-radius:999px;height:9px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#0967c8,#1a83e7);height:100%;transition:width .5s}.understood-card,.question-card{background:#fff;border:1px solid #dbe4f0;border-radius:16px;padding:18px 20px}.understood-card h4{color:#243b58;margin:0 0 10px;font-size:15px}.understood-card ul{color:#47566c;gap:7px;margin:0;padding-left:20px;line-height:1.5;display:grid}.question-card{background:#f3f8ff;border-color:#bcd5f3;gap:8px;display:grid}.question-label{color:#1766b5;font-size:13px;font-weight:750}.question-card strong{color:#203858;font-size:17px;line-height:1.45}.answer-options{flex-wrap:wrap;gap:9px;display:flex}.answer-options button{color:#075fc4;font:inherit;cursor:pointer;background:#fff;border:1px solid #a9caed;border-radius:999px;padding:10px 15px;font-size:14px;font-weight:700;transition:transform .16s,background .16s,color .16s,border-color .16s}.answer-options button:hover:not(:disabled){color:#fff;background:#075fc4;border-color:#075fc4;transform:translateY(-1px)}.answer-options button:disabled{cursor:not-allowed;opacity:.55}.final-plan{background:#fff;border:1px solid #cfe0f3;border-radius:20px;overflow:hidden;box-shadow:0 14px 35px #1946781a}.plan-heading{color:#fff;background:linear-gradient(135deg,#075dbb,#0878d7);align-items:center;gap:13px;padding:20px;display:flex}.plan-heading-icon{background:#ffffff29;border-radius:14px;place-items:center;width:45px;height:45px;font-size:23px;display:grid}.plan-heading div{gap:2px;display:grid}.plan-heading span{letter-spacing:.1em;font-size:11px;font-weight:800}.plan-heading h3{margin:0;font-size:21px}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 18px 18px;display:grid}.plan-section{background:#f8fafd;border:1px solid #e0e8f2;border-radius:15px;padding:17px}.plan-summary{margin:18px}.plan-section h4{color:#263d5a;align-items:center;gap:8px;margin:0 0 11px;font-size:15px;display:flex}.plan-section p{color:#4a596e;margin:0;line-height:1.55}.plan-steps{background:#f1f7ff;border-color:#cfe2f7}.check-list,.step-list{color:#46566c;gap:9px;margin:0;padding-left:21px;line-height:1.5;display:grid}.check-list li::marker{color:#16815c}.step-list li::marker{color:#0766c5;font-weight:800}.plan-empty{color:#8793a3}.plan-warning{color:#704d0d;background:#fff8e8;border:1px solid #f0d79c;border-radius:14px;margin:0 18px 18px;padding:15px 17px}.plan-warning strong{margin-bottom:5px;display:block}.plan-warning p{margin:0;line-height:1.5}@media (width<=700px){.plan-grid{grid-template-columns:1fr}.progress-heading{align-items:flex-start}.answer-options{display:grid}.answer-options button{text-align:left;border-radius:12px;width:100%}.message-bubble-structured{width:100%}}.chat-panel{position:relative}.sticky-progress{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #dbe4f0;padding:12px 16px;position:sticky;top:0}.sticky-progress .progress-card{margin:0;box-shadow:0 8px 22px #1f456f1a}.messages{scroll-padding-top:130px}@media (width<=700px){.sticky-progress{padding:8px 10px}}
