:root{--navy: #13294B;--navy-light: #1a3a6e;--navy-dim: #0d1e38;--orange: #E84A27;--orange-dim: #c03e20;--bg-app: #0a0a0a;--surface-bar: rgba(10,10,10,.84);--surface-pill: rgba(0,0,0,.84);--surface-hamburger: rgba(0,0,0,.84);--surface-prompt: rgba(10,10,10,.84);--surface-drawer: rgba(10,10,20,.85);--surface-modal: rgba(15,15,20,.92);--surface-field: rgba(255,255,255,.06);--surface-card: rgba(255,255,255,.05);--surface-hover: rgba(255,255,255,.07);--surface-active: rgba(255,255,255,.14);--accent-overlay-hover: rgba(0,0,0,.14);--accent-overlay-active: rgba(0,0,0,.24);--surface-row: rgba(255,255,255,.03);--scrim-modal: rgba(0,0,0,.5);--scrim-drawer: rgba(0,0,0,.3);--surface-accent-soft: rgba(232,74,39,.25);--surface-danger-soft: rgba(239,68,68,.2);--surface-warning-soft: rgba(245,158,11,.15);--bubble-user: rgba(232,74,39,.25);--bubble-assistant: rgba(255,255,255,.07);--text-primary: #fff;--text-secondary: rgba(255,255,255,.85);--text-tertiary: rgba(255,255,255,.7);--text-muted: rgba(255,255,255,.55);--text-accent: #E84A27;--text-danger: #f87171;--text-success: #4ade80;--text-warning: #fbbf24;--text-subtitle-user: #ffd7a3;--on-accent: #16161C;--border-strong: rgba(255,255,255,.4);--border-subtle: rgba(255,255,255,.08);--border-accent: rgba(232,74,39,.35);--text-faint: rgba(255,255,255,.4);--star-filled: #E84A27;--star-empty: rgba(255,255,255,.4);--accent: #E84A27;--focus-ring: #FFB4A0;--shadow-bar: 0 8px 32px rgba(0,0,0,.4);--shadow-modal: 0 12px 48px rgba(0,0,0,.5);--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace;--radius: 12px;--radius-sm: 6px}[data-theme=light]{--bg-app: #F5F0E8;--surface-bar: rgba(250,248,244,.9);--surface-pill: rgba(250,248,244,.92);--surface-hamburger: rgba(250,248,244,.92);--surface-prompt: rgba(250,248,244,.92);--surface-drawer: rgba(250,248,244,.94);--surface-modal: rgba(252,250,247,.97);--surface-field: #FFFFFF;--surface-card: #EFEAE1;--surface-hover: rgba(19,41,75,.06);--surface-active: rgba(19,41,75,.12);--accent-overlay-hover: rgba(255,255,255,.22);--accent-overlay-active: rgba(255,255,255,.32);--surface-row: rgba(19,41,75,.04);--scrim-modal: rgba(19,41,75,.32);--scrim-drawer: rgba(19,41,75,.19);--surface-accent-soft: rgba(232,74,39,.16);--surface-danger-soft: rgba(239,68,68,.14);--surface-warning-soft: rgba(245,158,11,.18);--bubble-user: rgba(232,74,39,.2);--bubble-assistant: rgba(19,41,75,.08);--text-primary: #16161C;--text-secondary: #2B2B36;--text-tertiary: #3E3E4A;--text-muted: #4F4F61;--text-accent: #9E3316;--text-danger: #A31D16;--text-success: #116634;--text-warning: #6F4A00;--text-subtitle-user: #7A4A12;--on-accent: #fff;--border-strong: #6E7480;--border-subtle: rgba(19,41,75,.14);--border-accent: rgba(158,51,22,.45);--text-faint: #5C5C6E;--star-filled: #B23F1E;--star-empty: #7E7E8C;--accent: #B23F1E;--focus-ring: #7A2E13;--shadow-bar: 0 8px 32px rgba(19,41,75,.14);--shadow-modal: 0 12px 48px rgba(19,41,75,.2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:var(--font-body);background:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.theme-transition{transition:background-color .25s ease-out,color .25s ease-out,border-color .25s ease-out,box-shadow .25s ease-out}html.no-transition,html.no-transition *{transition:none!important}.hover-overlay{border-radius:var(--radius-sm)}.hover-overlay:hover:not(:disabled){box-shadow:inset 0 0 0 999px var(--surface-hover)}.hover-overlay:active:not(:disabled){box-shadow:inset 0 0 0 999px var(--surface-active)}.hover-overlay-accent:hover:not(:disabled){box-shadow:inset 0 0 0 999px var(--accent-overlay-hover)}.hover-overlay-accent:active:not(:disabled){box-shadow:inset 0 0 0 999px var(--accent-overlay-active)}.hover-overlay-row:hover{box-shadow:inset 0 0 0 999px var(--surface-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{box-shadow:0 0 #e84a2766}70%{box-shadow:0 0 0 12px #e84a2700}to{box-shadow:0 0 #e84a2700}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-up{animation:fadeUp .4s ease both}.animate-spin{animation:spin .9s linear infinite}
