.loginPage{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.loginCard{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6) var(--space-5)}.loginBrand{display:flex;align-items:center;gap:var(--space-2);justify-content:center}.loginWordmark{font-size:var(--text-2xl);color:var(--color-text)}.loginTagline{text-align:center;color:var(--color-text-muted);margin:var(--space-2) 0 var(--space-5);font-size:var(--text-sm)}.quickLoginRow{display:flex;gap:var(--space-2);flex-wrap:wrap;justify-content:center}.quickLoginButton{flex:1;min-width:100px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));color:var(--color-text);font-size:var(--text-sm);font-weight:600}.quickLoginButton:hover{border-color:var(--color-accent)}.loginDivider{display:flex;align-items:center;gap:var(--space-3);margin:var(--space-5) 0 var(--space-4);color:var(--color-text-muted);font-size:var(--text-xs)}.loginDivider:before,.loginDivider:after{content:"";flex:1;height:1px;background:var(--color-border)}.modeTabs{display:flex;border-radius:var(--radius-sm);border:1px solid var(--color-border);overflow:hidden;margin-bottom:var(--space-4)}.modeTabs button{flex:1;padding:var(--space-2);background:none;border:none;font-size:var(--text-sm);color:var(--color-text-muted)}.modeTabs button.active{background:var(--color-primary);color:var(--color-bubble-user-text);font-weight:600}.loginForm{display:flex;flex-direction:column;gap:var(--space-3)}.loginField{display:flex;flex-direction:column;gap:var(--space-1);font-size:var(--text-sm);color:var(--color-text-muted)}.loginField input{height:44px;padding:0 var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);font-size:var(--text-base)}.loginError{color:var(--color-error);font-size:var(--text-sm);margin:0}.loginSubmit{height:48px;border-radius:var(--radius-sm);border:none;background:var(--color-primary);color:var(--color-bubble-user-text);font-weight:600;font-size:var(--text-base);margin-top:var(--space-2)}.loginSubmit:disabled{opacity:.6}.header{position:sticky;top:0;z-index:10;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-4);background:color-mix(in srgb,var(--color-bg) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.headerBrand{display:flex;align-items:center;gap:var(--space-2)}.headerLogoMark{display:block}.headerWordmark{font-size:var(--text-lg);font-weight:700;color:var(--color-text)}.headerActionsDesktop{display:none;align-items:center;gap:var(--space-3)}.roleBadge{font-size:var(--text-xs);font-weight:600;padding:var(--space-1) var(--space-3);border-radius:999px;background:color-mix(in srgb,var(--color-primary) 12%,transparent);color:var(--color-primary)}.ghostButton{background:none;border:1px solid var(--color-border);color:var(--color-text);padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm)}.iconGhostButton{width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:none;color:var(--color-text);display:flex;align-items:center;justify-content:center}.hamburgerButton{width:44px;height:44px;border:none;background:none;color:var(--color-text);display:flex;align-items:center;justify-content:center}.mobileMenu{position:absolute;top:64px;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md)}@media (min-width: 640px){.headerActionsDesktop{display:flex}.hamburgerButton,.mobileMenu{display:none}}.appShell{height:100dvh;display:flex;flex-direction:column}.appShellBody{flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:minmax(0,1fr)}.chatColumn{display:flex;flex-direction:column;min-height:0;min-width:0;width:100%;max-width:720px;margin:0 auto}.auditColumn,.desktopOnly{display:none}.auditDrawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f0f1780;z-index:20;display:flex;align-items:flex-end}.auditDrawer{width:100%;max-height:75vh;overflow-y:auto;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:var(--space-4);box-shadow:var(--shadow-md)}@media (min-width: 1024px){.appShell.hrAdmin .appShellBody{grid-template-columns:minmax(0,1fr) 360px}.appShell.hrAdmin .chatColumn{max-width:none;margin:0}.appShell.hrAdmin .auditColumn.desktopOnly{display:block;border-left:1px solid var(--color-border);overflow-y:auto;padding:var(--space-4)}}.bubbleRow{display:flex;width:100%;margin-bottom:var(--space-3)}.bubbleRow.user{justify-content:flex-end}.bubbleRow.agent{justify-content:flex-start}.bubble{max-width:min(560px,82%);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);line-height:1.5;font-size:var(--text-base);word-wrap:break-word}.bubble p{margin:0}.bubble p+p{margin-top:var(--space-2)}.bubble.user{background:var(--color-bubble-user);color:var(--color-bubble-user-text);border-bottom-right-radius:var(--radius-sm)}.bubble.agent{background:var(--color-bubble-agent);color:var(--color-bubble-agent-text);border:1px solid var(--color-border);border-bottom-left-radius:var(--radius-sm)}.typingBubble{display:inline-flex;align-items:center;gap:5px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-sm);background:var(--color-bubble-agent);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.typingDot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);animation:novaTypingBounce 1.2s ease-in-out infinite}.typingDot:nth-child(2){animation-delay:.15s}.typingDot:nth-child(3){animation-delay:.3s}@keyframes novaTypingBounce{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion: reduce){.typingDot{animation:none}}.messageList{flex:1;overflow-y:auto;padding:var(--space-5) var(--space-4);display:flex;flex-direction:column;min-height:0}.emptyState{margin:auto;text-align:center;max-width:360px;color:var(--color-text-muted);padding:var(--space-5)}.emptyState h2{color:var(--color-text);margin:var(--space-3) 0 var(--space-2);font-size:var(--text-xl)}.emptyState p{margin:0;font-size:var(--text-sm)}.emptyGlyph{width:40px;height:40px;margin:0 auto;background:conic-gradient(from 90deg,var(--color-accent),var(--color-primary),var(--color-accent));clip-path:polygon(50% 0%,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0% 50%,38% 38%)}@media (min-width: 640px){.messageList{padding:var(--space-6) var(--space-5)}}.orbButton{position:relative;width:56px;height:56px;min-width:48px;min-height:48px;border:none;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;background:var(--color-accent);overflow:hidden;flex-shrink:0;box-shadow:0 0 color-mix(in srgb,var(--color-accent) 40%,transparent);transition:background-color .3s ease,box-shadow .3s ease}.orbButton.idle{animation:novaOrbBreathe 3s ease-in-out infinite}@keyframes novaOrbBreathe{0%,to{transform:scale(1);box-shadow:0 0 color-mix(in srgb,var(--color-accent) 35%,transparent)}50%{transform:scale(1.05);box-shadow:0 0 0 10px color-mix(in srgb,var(--color-accent) 0%,transparent)}}.orbButton.listening{background:var(--color-accent)}.orbButton.speaking{background:var(--color-primary)}.orbSweep{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:conic-gradient(from 0deg,color-mix(in srgb,var(--color-accent) 90%,white) 0deg,transparent 120deg,transparent 240deg,color-mix(in srgb,var(--color-accent) 90%,white) 360deg);animation:novaOrbSpin 2.4s linear infinite}@keyframes novaOrbSpin{to{transform:rotate(360deg)}}.orbBars{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:3px;height:22px}.orbBar{width:3px;border-radius:2px;background:#fff;height:6px;transition:height .08s ease-out}.orbIcon{position:relative;z-index:1;width:22px;height:22px;color:#fff}.orbDot{position:absolute;bottom:4px;right:4px;width:10px;height:10px;border-radius:50%;border:2px solid var(--color-surface);z-index:2}.orbDot.idle{background:var(--color-text-muted)}.orbDot.listening{background:var(--color-accent)}.orbDot.speaking{background:var(--color-primary)}@media (prefers-reduced-motion: reduce){.orbButton.idle,.orbSweep{animation:none}}.composer{position:sticky;bottom:0;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);padding-bottom:max(var(--space-3),env(safe-area-inset-bottom));background:var(--color-bg);border-top:1px solid var(--color-border)}.composerInputLabel{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.composerInput{flex:1;min-width:0;height:48px;padding:0 var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--text-base)}.composerInput::placeholder{color:var(--color-text-muted)}.attachButton,.sendButton{width:44px;height:44px;min-width:44px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sendButton{background:var(--color-primary);color:var(--color-bubble-user-text);border-color:transparent}.sendButton:disabled{opacity:.4;cursor:not-allowed}@media (min-width: 640px){.composer{padding:var(--space-4) var(--space-5)}}.stepProgress{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);overflow-x:auto;border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 60%,transparent);font-size:var(--text-xs);font-weight:500;color:var(--color-text-muted)}.step{display:flex;align-items:center;gap:var(--space-1);white-space:nowrap;opacity:.55}.step.done,.step.current{opacity:1}.stepDot{width:6px;height:6px;border-radius:50%;background:var(--color-border)}.step.done .stepDot{background:var(--color-success)}.step.current .stepDot{background:var(--color-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-accent) 25%,transparent)}.step.current .stepLabel{color:var(--color-text)}.step:not(:last-child):after{content:"";width:12px;height:1px;background:var(--color-border);margin-left:var(--space-1)}@media (max-width: 639px){.stepLabel{display:none}.step.current .stepLabel{display:inline}}.leaveAction{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:0 var(--space-4) var(--space-2);align-items:flex-end}.leaveChip{height:40px;padding:0 var(--space-4);border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);font-weight:600}.leaveChip:hover:not(:disabled){border-color:var(--color-accent)}.leaveChipPrimary{background:var(--color-primary);color:var(--color-bubble-user-text);border-color:transparent}.leaveChip:disabled{opacity:.5}.dateRangeForm{flex-wrap:wrap}.dateField{display:flex;flex-direction:column;gap:2px;font-size:var(--text-xs);color:var(--color-text-muted)}.dateField input{height:40px;padding:0 var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm)}@media (min-width: 640px){.leaveAction{padding:0 var(--space-5) var(--space-2)}}.auditPanel{font-size:var(--text-sm)}.auditHeading{font-size:var(--text-base);margin:0 0 var(--space-1);color:var(--color-text)}.auditHeadingSecondary{margin-top:var(--space-5)}.auditSubtitle{margin:0 0 var(--space-4);color:var(--color-text-muted);font-size:var(--text-xs)}.auditEmpty{color:var(--color-text-muted);font-size:var(--text-sm)}.auditList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.auditItem{display:flex;flex-direction:column;gap:2px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border)}.auditAction{font-weight:600;color:var(--color-text);text-transform:capitalize}.auditMeta{color:var(--color-text-muted);font-size:var(--text-xs)}.leaveBalanceCard{margin:var(--space-3) var(--space-4) 0;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface)}.leaveBalanceRow{display:flex;flex-wrap:wrap;gap:var(--space-2)}.leaveBalanceChip{display:flex;align-items:baseline;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:999px;background:color-mix(in srgb,var(--color-accent) 10%,var(--color-bg));font-size:var(--text-xs)}.leaveBalanceType{color:var(--color-text-muted);font-weight:600}.leaveBalanceCount{color:var(--color-text);font-weight:700}.leaveStatusBadge{margin-top:var(--space-2);font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted)}.leaveStatusBadge.approved{color:var(--color-success)}.leaveStatusBadge.denied{color:var(--color-error)}@media (min-width: 640px){.leaveBalanceCard{margin-left:var(--space-5);margin-right:var(--space-5)}}.pinForm{display:flex;align-items:flex-end;gap:var(--space-3);padding:0 var(--space-4) var(--space-2);flex-wrap:wrap}.pinField{display:flex;flex-direction:column;gap:2px;font-size:var(--text-xs);color:var(--color-text-muted)}.pinField input{width:140px;height:44px;padding:0 var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:var(--text-lg);letter-spacing:.3em}.pinSubmit{height:44px;padding:0 var(--space-4);border-radius:var(--radius-sm);border:none;background:var(--color-primary);color:var(--color-bubble-user-text);font-weight:600;font-size:var(--text-sm)}.pinSubmit:disabled{opacity:.5}@media (min-width: 640px){.pinForm{padding:0 var(--space-5) var(--space-2)}}.consentGate{margin:0 var(--space-4) var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface)}.consentCheckboxRow{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text);cursor:pointer}.consentCheckboxRow input{margin-top:3px;width:18px;height:18px;flex-shrink:0;accent-color:var(--color-primary)}.consentButtonRow{display:flex;gap:var(--space-2);margin-top:var(--space-3)}.consentContinue,.consentDecline{height:40px;padding:0 var(--space-4);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:600}.consentContinue{border:none;background:var(--color-primary);color:var(--color-bubble-user-text)}.consentContinue:disabled{opacity:.4}.consentDecline{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted)}@media (min-width: 640px){.consentGate{margin-left:var(--space-5);margin-right:var(--space-5)}}.checklistCard{margin:var(--space-3) var(--space-4) 0;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface)}.checklistHeader{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:var(--space-2)}.checklistTitle{font-size:var(--text-sm);color:var(--color-text)}.checklistProgress{font-size:var(--text-xs);color:var(--color-text-muted);font-weight:600}.checklistList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-1)}.checklistItem{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted)}.checklistItem.received{color:var(--color-text)}.checklistDot{width:8px;height:8px;border-radius:50%;background:var(--color-border);flex-shrink:0}.checklistItem.received .checklistDot{background:var(--color-success)}@media (min-width: 640px){.checklistCard{margin-left:var(--space-5);margin-right:var(--space-5)}}.chatPage{display:flex;flex-direction:column;min-height:0;min-width:0;flex:1}.chatError{color:var(--color-error);font-size:var(--text-sm);padding:0 var(--space-4);margin:0 0 var(--space-2)}.voiceToggleRow{padding:0 var(--space-4)}.voiceToggle{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--color-text-muted)}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-vietnamese-500-normal-BmEvtly_.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-500-normal-BTqKIpxg.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-ext-500-normal-DUe3BAxM.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-500-normal-3dgZTiw9.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/space-grotesk-latin-500-normal-lFbtlQH6.woff2) format("woff2"),url(/assets/space-grotesk-latin-500-normal-CNSSEhBt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-vietnamese-700-normal-DMty7AZE.woff2) format("woff2"),url(/assets/space-grotesk-vietnamese-700-normal-Duxec5Rn.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-latin-ext-700-normal-BQnZhY3m.woff2) format("woff2"),url(/assets/space-grotesk-latin-ext-700-normal-HVCqSBdx.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/space-grotesk-latin-700-normal-RjhwGPKo.woff2) format("woff2"),url(/assets/space-grotesk-latin-700-normal-CwsQ-cCU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-primary: #3730a5;--color-accent: #00c2a8;--color-bg: #f7f7fb;--color-surface: #ffffff;--color-surface-raised: #ffffff;--color-text: #1b1b29;--color-text-muted: #5b5b70;--color-border: #e3e3ee;--color-error: #d7263d;--color-success: #1d9a6c;--color-bubble-user: var(--color-primary);--color-bubble-user-text: #ffffff;--color-bubble-agent: var(--color-surface);--color-bubble-agent-text: var(--color-text);--font-display: "Space Grotesk", sans-serif;--font-body: "Inter", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.5rem;--text-2xl: 2rem;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--shadow-sm: 0 1px 2px rgba(27, 27, 41, .06);--shadow-md: 0 8px 24px rgba(27, 27, 41, .08);--bp-tablet: 640px;--bp-desktop: 1024px;color-scheme:light}:root[data-theme=dark]{--color-primary: #8a85ff;--color-accent: #2de2c6;--color-bg: #0f0f17;--color-surface: #1a1a26;--color-surface-raised: #21212f;--color-text: #ededf5;--color-text-muted: #a3a3b8;--color-border: #2c2c3c;--color-error: #ff6b7a;--color-success: #39d98a;--color-bubble-user: var(--color-primary);--color-bubble-user-text: #0f0f17;--color-bubble-agent: var(--color-surface-raised);--color-bubble-agent-text: var(--color-text);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45);color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--color-primary: #8a85ff;--color-accent: #2de2c6;--color-bg: #0f0f17;--color-surface: #1a1a26;--color-surface-raised: #21212f;--color-text: #ededf5;--color-text-muted: #a3a3b8;--color-border: #2c2c3c;--color-error: #ff6b7a;--color-success: #39d98a;--color-bubble-user: var(--color-primary);--color-bubble-user-text: #0f0f17;--color-bubble-agent: var(--color-surface-raised);--color-bubble-agent-text: var(--color-text);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45);color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:radial-gradient(circle at top right,color-mix(in srgb,var(--color-accent) 6%,transparent),transparent 45%),var(--color-bg);transition:background-color .2s ease,color .2s ease}h1,h2,h3,.font-display{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em}button,input,textarea{font-family:inherit;color:inherit}button{cursor:pointer}a{color:var(--color-primary)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
