:root{--navs-blue: #394b9f;--navs-blue-dark: #27377f;--navs-blue-soft: #eef2ff;--navs-blue-border: #d8def6;--text-strong: #151a2f;--text-muted: #566077;--surface-soft: #f5f7ff;color:var(--text-strong);background:var(--surface-soft);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.app-shell{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(90deg,rgba(57,75,159,.08) 1px,transparent 1px),linear-gradient(0deg,rgba(57,75,159,.06) 1px,transparent 1px),var(--surface-soft);background-size:36px 36px}.test-page{display:flex;min-height:100vh;align-items:center;gap:28px;padding:48px clamp(20px,6vw,88px)}.brand-mark{display:grid;width:clamp(88px,12vw,132px);aspect-ratio:1;flex:0 0 auto;place-items:center;border:2px solid var(--navs-blue);border-radius:8px;background:#fff;color:var(--navs-blue);font-size:clamp(20px,3vw,34px);font-weight:800}.test-page-copy{max-width:620px}.eyebrow{margin:0 0 8px;color:var(--text-muted);font-size:14px;font-weight:700;letter-spacing:0;text-transform:uppercase}.test-page h1{max-width:760px;margin:0;color:var(--text-strong);font-size:clamp(34px,6vw,70px);line-height:1.02;letter-spacing:0}.test-page p:last-child{max-width:560px;margin:18px 0 0;color:var(--text-muted);font-size:clamp(16px,2vw,20px)}.chat-launcher{position:fixed;right:28px;bottom:28px;display:grid;width:64px;height:64px;place-items:center;border:0;border-radius:50%;background:var(--navs-blue);color:#fff;box-shadow:0 18px 40px #27377f3d}.chat-widget{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;width:min(430px,calc(100vw - 32px));height:min(650px,calc(100dvh - 48px));overflow:hidden;border:1px solid var(--navs-blue-border);border-radius:8px;background:#fff;box-shadow:0 24px 72px #27377f38;transition:width .18s ease,height .18s ease,right .18s ease,bottom .18s ease}.chat-widget.expanded{right:24px;bottom:16px;width:min(var(--chat-expanded-width, 760px),calc(100vw - 48px));height:min(var(--chat-expanded-height, calc(100dvh - 32px) ),calc(100dvh - 32px))}.chat-widget.expanded .chat-header{padding-left:48px}.resize-handle{position:absolute;z-index:5;top:0;left:0;display:grid;width:38px;height:38px;place-items:center;border:0;border-right:1px solid var(--navs-blue-border);border-bottom:1px solid var(--navs-blue-border);border-radius:0 0 8px;background:#fff;color:var(--text-muted);cursor:nwse-resize;touch-action:none}.resize-handle:hover{background:var(--navs-blue-soft);color:var(--navs-blue)}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:74px;padding:14px 14px 14px 16px;border-bottom:1px solid var(--navs-blue-border);background:#fff}.chat-title-block{display:flex;min-width:0;align-items:center;gap:12px}.chat-avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:8px;background:var(--navs-blue-soft);color:var(--navs-blue)}.chat-title-block h2{margin:0;overflow:hidden;color:var(--text-strong);font-size:17px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.chat-title-block p{margin:3px 0 0;color:var(--text-muted);font-size:13px;line-height:1.2}.chat-actions{display:flex;flex:0 0 auto;align-items:center;gap:6px}.icon-button{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--navs-blue-border);border-radius:8px;background:#fff;color:#29345f}.icon-button:hover{border-color:#aeb9ec;background:var(--navs-blue-soft)}.show-mobile{display:none}.next-steps{border-bottom:1px solid var(--navs-blue-border);padding:10px 14px;background:var(--surface-soft)}.next-steps-title{margin-bottom:6px;color:var(--text-muted);font-size:12px;font-weight:750;line-height:1.2;text-transform:uppercase}.next-steps ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:0;list-style:none;counter-reset:next-step}.next-steps li{position:relative;min-height:44px;border:1px solid var(--navs-blue-border);border-radius:8px;padding:7px 7px 7px 26px;background:#fff;color:#20294f;font-size:12px;font-weight:650;line-height:1.2;overflow-wrap:anywhere;counter-increment:next-step}.next-steps li:before{position:absolute;top:8px;left:8px;display:grid;width:14px;height:14px;place-items:center;border-radius:50%;background:var(--navs-blue);color:#fff;content:counter(next-step);font-size:9px;font-weight:800;line-height:1}.message-list{display:flex;flex:1 1 0;min-height:0;flex-direction:column;gap:10px;overflow-y:auto;padding:16px;background:var(--surface-soft)}.message-row{display:flex;flex-direction:column;gap:4px}.message-row.user{align-items:flex-end}.message-row.assistant{align-items:flex-start}.message-actions{display:inline-flex;gap:4px;padding:0 2px}.message-action{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-muted, #6b7592);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.message-action:hover:not(:disabled){background:var(--navs-blue-soft, #eef1fa);color:var(--navs-blue);border-color:var(--navs-blue-border)}.message-action.is-on{background:var(--navs-blue-soft, #eef1fa);color:var(--navs-blue);border-color:var(--navs-blue)}.message-action:disabled{opacity:.45;cursor:not-allowed}.message-bubble{max-width:min(82%,310px);border:1px solid var(--navs-blue-border);border-radius:8px;padding:10px 12px;background:#fff;color:var(--text-strong);overflow-wrap:anywhere}.chat-widget.expanded .message-list{padding:20px}.chat-widget.expanded .message-row.assistant .message-bubble{max-width:min(74%,720px)}.chat-widget.expanded .message-row.user .message-bubble{max-width:min(58%,620px)}.message-row.user .message-bubble{border-color:var(--navs-blue);background:var(--navs-blue);color:#fff}.message-bubble p{margin:0;white-space:pre-wrap}.message-bubble .md-body{font-size:14px;line-height:1.55}.message-bubble .md-body p{margin:6px 0;white-space:normal}.message-bubble .md-body p:first-child{margin-top:0}.message-bubble .md-body p:last-child{margin-bottom:0}.message-bubble .md-body ul,.message-bubble .md-body ol{margin:6px 0;padding-left:20px}.message-bubble .md-body li{margin:2px 0}.message-bubble .md-body a{color:#33469d;text-decoration:underline;word-break:break-word}.message-bubble .md-body a:hover{color:#29345f}.message-bubble .md-body code{background:#0000000f;padding:1px 4px;border-radius:3px;font-size:12.5px}.message-row.user .message-bubble .md-body a{color:#fff;text-decoration:underline}.message-state{display:block;margin-top:6px;color:#fffc;font-size:12px}.message-bubble.typing{display:inline-flex;align-items:center;gap:8px;color:var(--text-muted)}.error-banner{margin:10px 14px 0;border:1px solid #f2c7c7;border-radius:8px;padding:9px 10px;background:#fff7f7;color:#8c1f1f;font-size:13px}.consent-banner{margin:8px 14px 2px;border:1px solid var(--navs-blue-border);background:#f4f7ff;border-radius:10px;padding:10px 12px}.consent-text{font-size:12.5px;color:#29345f;line-height:1.45;margin-bottom:8px}.consent-actions{display:flex;gap:6px;flex-wrap:wrap}.consent-btn{border:1px solid var(--navs-blue-border);border-radius:6px;padding:5px 12px;background:#fff;color:#29345f;font-size:12.5px;cursor:pointer}.consent-btn:hover{background:#e8ecf6}.consent-btn-primary{background:#33469d;color:#fff;border-color:#33469d}.consent-btn-primary:hover{background:#29345f}.consent-btn-danger{background:#b23a3a;color:#fff;border-color:#b23a3a}.consent-btn-danger:hover{background:#8a2828}.consent-btn:disabled{opacity:.7;cursor:default}.overlay-modal{position:absolute;top:56px;left:0;right:0;bottom:0;background:#14223a8c;display:flex;align-items:stretch;justify-content:stretch;z-index:20}.overlay-modal-body{background:#fff;width:100%;padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.overlay-modal-header{display:flex;align-items:center;justify-content:space-between}.overlay-modal-title{font-size:16px;font-weight:600;color:#14223a}.overlay-modal-text{font-size:13px;color:#29345f;line-height:1.55}.overlay-modal-warn{font-size:12.5px;color:#8c1f1f;background:#fff7f7;border:1px solid #f2c7c7;border-radius:6px;padding:6px 10px}.overlay-modal-actions{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}.settings-body{gap:14px;background:#f7f9fc}.settings-page-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:4px}.settings-eyebrow{font-size:10.5px;color:#9aa3b0;text-transform:uppercase;letter-spacing:.06em}.settings-page-title{font-size:19px;font-weight:700;color:#14223a;margin-top:2px}.settings-card{background:#fff;border:1px solid #DDE3EB;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.settings-card-danger{border-color:#e8c8c5;background:#fff7f6}.settings-card-head{display:flex;align-items:center;gap:10px}.settings-card-icon{width:30px;height:30px;border-radius:8px;background:#e8ecf6;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.settings-card-danger .settings-card-icon{background:#fce5e2}.settings-card-title{font-size:14px;font-weight:600;color:#14223a;display:flex;align-items:center;gap:8px}.settings-card-subtitle{font-size:11.5px;color:#6c7796;margin-top:1px}.settings-card-required{font-size:10px;font-weight:500;color:#b23a3a;background:#fce5e2;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;line-height:1.5;white-space:nowrap}.settings-card-badges{display:flex;align-items:center;gap:6px;flex-shrink:0}.settings-card-badges .consent-tag{line-height:1.5}.settings-card-note{font-size:12px;color:#6c7796;line-height:1.5}.consent-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px}.consent-toggle-btn{border:1px solid #DDE3EB;background:#fff;color:#29345f;padding:8px 10px;border-radius:8px;font-size:12.5px;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.consent-toggle-btn:hover:not(:disabled){background:#f1f4fa;border-color:#c9d2ea}.consent-toggle-btn:disabled{cursor:default;opacity:1}.consent-toggle-btn.is-on{background:#1f5e3f;border-color:#1f5e3f;color:#fff}.consent-toggle-btn.is-off{background:#b23a3a;border-color:#b23a3a;color:#fff}.settings-kv{display:flex;flex-direction:column;border-top:1px solid #EEF1F6}.kv-row{display:grid;grid-template-columns:140px 1fr 12px;gap:10px;align-items:center;padding:7px 0;border-bottom:1px solid #EEF1F6;font-size:12px}.kv-row:last-child{border-bottom:none}.kv-key{font-family:ui-monospace,SF Mono,monospace;font-size:10.5px;color:#33469d;background:#f1f4fa;padding:2px 6px;border-radius:4px;width:fit-content}.kv-value{color:#29345f}.kv-extra{margin-left:6px;color:#6c7796}.kv-extra code{font-size:11px;background:transparent;padding:0}.kv-dot{width:10px;height:10px;border-radius:50%;background:#dde3eb}.kv-dot-on{background:#1f5e3f}.kv-dot-off{background:#b23a3a}.consent-btn-full{width:100%;padding:9px 14px;font-weight:500}.wizard-body{gap:14px}.wizard-progress{display:flex;align-items:center;gap:6px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#9aa3b0}.wizard-step{padding:3px 8px;border-radius:12px;background:#eef1f6}.wizard-step-active{background:#e8ecf6;color:#29345f;font-weight:600}.wizard-step-done{background:#e5f1eb;color:#1f5e3f}.wizard-arrow{font-size:12px;color:#dde3eb}.wizard-footer{font-size:11.5px;color:#6c7796;margin-top:auto;padding-top:6px}.wizard-link{background:none;border:none;padding:0;color:#33469d;font:inherit;text-decoration:underline;cursor:pointer}.wizard-link:hover{color:#29345f}.overlay-modal-muted{color:#6c7796;font-size:12px}.settings-panel{background:#fff;border-bottom:1px solid var(--navs-blue-border);padding:12px 14px 14px;display:flex;flex-direction:column;gap:14px;max-height:60%;overflow-y:auto}.settings-header{display:flex;align-items:center;justify-content:space-between}.settings-title{font-weight:600;font-size:14px;color:#14223a}.settings-section{display:flex;flex-direction:column;gap:6px}.settings-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#6c7796}.settings-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#29345f}.settings-actions{display:flex;gap:6px;flex-wrap:wrap}.settings-list{font-size:12px;color:#29345f;margin:0;padding-left:18px;line-height:1.55}.settings-list li{margin:4px 0}.settings-list code{font-size:11px;background:#f1f4fa;padding:0 4px;border-radius:3px}.settings-note{font-size:11.5px;color:#6c7796;line-height:1.5}.settings-muted{color:#9aa3b0}.settings-state-on{color:#1f5e3f;font-weight:500}.consent-tag{background:#edf1f6;color:#29345f;padding:1px 8px;border-radius:999px;font-size:11.5px}.consent-tag-on{background:#e5f1eb;color:#1f5e3f}.consent-tag-off{background:#f4dddb;color:#b23a3a}.quick-prompts{display:flex;flex-direction:column;gap:6px;padding:10px 14px 0}.quick-prompts button{border:1px solid var(--navs-blue-border);border-radius:8px;padding:7px 12px;background:#fff;color:#29345f;font-size:12.5px;white-space:normal;text-align:left;cursor:pointer;line-height:1.35;width:100%}.quick-prompts button:hover{border-color:#aeb9ec;background:var(--navs-blue-soft)}.clarification{margin-top:10px;padding:10px 12px;border:1px solid var(--navs-blue-border);border-radius:10px;background:#f6f8ff}.clarification-question{font-size:13.5px;color:#29345f;margin:0 0 8px;font-weight:500}.clarification-options{display:flex;flex-wrap:wrap;gap:6px}.clarification-options button{border:1px solid var(--navs-blue-border);border-radius:999px;padding:5px 12px;font-size:12.5px;background:#fff;color:#29345f;cursor:pointer;transition:background .12s,border-color .12s,color .12s}.clarification-options button:hover:not(:disabled){background:var(--navs-blue-soft);border-color:#aeb9ec}.clarification-options button.selected{background:#29345f;border-color:#29345f;color:#fff}.clarification-options button:disabled{opacity:.65;cursor:not-allowed}.clarification-hint{font-size:11.5px;color:#6c7796;margin-top:6px}.next-questions{margin-top:12px;padding:10px 12px;border:1px dashed var(--navs-blue-border);border-radius:10px;background:#fbfcff}.next-questions-title{font-size:11px;color:#6c7796;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.next-questions-buttons{display:flex;flex-direction:column;gap:5px}.next-questions-buttons button{text-align:left;border:1px solid var(--navs-blue-border);border-radius:8px;padding:7px 10px;font-size:12.5px;background:#fff;color:#29345f;cursor:pointer;transition:background .12s,border-color .12s}.next-questions-buttons button:hover:not(:disabled){background:var(--navs-blue-soft);border-color:#aeb9ec}.next-questions-buttons button:disabled{opacity:.6;cursor:not-allowed}.chat-form{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:12px 14px 14px;background:#fff}.chat-form textarea{width:100%;min-height:42px;max-height:130px;resize:vertical;border:1px solid var(--navs-blue-border);border-radius:8px;padding:10px 12px;color:var(--text-strong);outline:none}.chat-form textarea:focus{border-color:var(--navs-blue);box-shadow:0 0 0 3px #394b9f29}.chat-form button{display:grid;width:42px;height:42px;place-items:center;align-self:end;border:0;border-radius:8px;background:var(--navs-blue);color:#fff}.chat-form button:disabled{background:#a9b2df}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){.test-page{min-height:100dvh;align-items:flex-start;padding:32px 20px 116px}.brand-mark{width:74px}.test-page{flex-direction:column}.chat-widget{right:0;bottom:0;width:100vw;height:100dvh;border-right:0;border-bottom:0;border-left:0;border-radius:0}.chat-widget.expanded{right:0;bottom:0;width:100vw;height:100dvh}.chat-widget.expanded .chat-header{padding-left:14px}.resize-handle{display:none}.chat-launcher{right:18px;bottom:18px}.hide-mobile{display:none}.show-mobile{display:grid}.message-bubble{max-width:88%}.chat-widget.expanded .message-list{padding:16px}.chat-widget.expanded .message-row.assistant .message-bubble,.chat-widget.expanded .message-row.user .message-bubble{max-width:88%}.next-steps{padding:8px 10px}.next-steps-title{margin-bottom:5px;font-size:11px}.next-steps ol{gap:5px}.next-steps li{min-height:40px;padding:6px 6px 6px 24px;font-size:11px}}.md-body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.65;color:#14223a}.md-body h1{font-size:28px;margin:24px 0 12px;color:#14223a}.md-body h2{font-size:22px;margin:22px 0 10px;color:#1f2a44;border-bottom:1px solid #EEF1F6;padding-bottom:6px}.md-body h3{font-size:17px;margin:18px 0 8px;color:#29345f}.md-body h4{font-size:15px;margin:16px 0 6px;color:#33469d}.md-body p{margin:10px 0}.md-body ul,.md-body ol{margin:8px 0;padding-left:24px}.md-body li{margin:4px 0}.md-body hr{border:none;border-top:1px solid #DDE3EB;margin:24px 0}.md-body code{background:#f1f4fa;padding:1px 5px;border-radius:3px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;color:#29345f}.md-body pre{background:#0f1117;color:#e6eaf2;padding:14px 16px;border-radius:8px;overflow-x:auto;font-size:12.5px;margin:12px 0}.md-body pre code{background:transparent;padding:0;color:inherit;font-size:inherit}.md-body table{border-collapse:collapse;margin:14px 0;width:100%;font-size:13.5px}.md-body th,.md-body td{border:1px solid #DDE3EB;padding:7px 10px;text-align:left;vertical-align:top}.md-body th{background:#f7f9fc;font-weight:600}.md-body a{color:#33469d;text-decoration:none}.md-body a:hover{text-decoration:underline}.md-body strong{color:#14223a}.md-body em{color:#29345f}
