:root{--color-primary: #E00000;--color-primary-hover: #C00000;--color-primary-active: #A00000;--color-primary-pale: #FFF0F0;--color-shadow: #28262C;--color-graphite: #3D3B40;--color-charcoal: #5D5964;--color-rosy-granite: #878390;--color-pale-slate: #C2BFC8;--color-white: #FCFCFC;--color-bg: #F5F4F2;--color-surface: #FFFFFF;--color-border: #E2E0E7;--color-text: #1C1A1D;--color-text-mid: #6B6870;--color-text-light: #9B98A2;--color-blue: #127DE8;--color-sky: #12C1E8;--color-marine: #126EC1;--color-success: #16A34A;--color-warning: #D97706;--color-error: #DC2626;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-ui: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--header-height: 56px;--sidebar-icon-width: 64px;--sidebar-panel-width: 280px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 12px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--font-ui);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%}@keyframes wonk-blink{0%,49%{opacity:1}50%,to{opacity:0}}.streaming-cursor:after{content:"▊";animation:wonk-blink .9s step-end infinite;color:var(--color-primary);margin-left:1px;font-size:.9em}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-rosy-granite)}
