:root,.light{--color-canvas: #f8f7f3;--color-surface: #ffffff;--color-surface-muted: #f0eeea;--color-surface-raised: #faf9f6;--color-border: #d8d5ce;--color-border-subtle: #e8e5de;--color-hairline: #ebebeb;--color-text: #1e1d1a;--color-text-muted: #656158;--color-text-faint: #9a958b;--color-action: #111111;--color-action-hover: #2a2a2a;--color-action-soft: #f1f1f1;--color-accent: #b89a5b;--color-danger: #8f2d2d;--color-warning: #a66b00;--color-success: #176f4d;--color-on-action: #ffffff}.dark{--color-canvas: #0e0e0f;--color-surface: #141415;--color-surface-muted: #1a1a1b;--color-surface-raised: #202021;--color-border: #252527;--color-border-subtle: #1c1c1e;--color-hairline: #1e1e20;--color-text: #f1ede4;--color-text-muted: #b8b1a5;--color-text-faint: #827b70;--color-action: #f4f4f4;--color-action-hover: #ffffff;--color-action-soft: #2a2a2a;--color-accent: #c9b47b;--color-danger: #e07a6f;--color-warning: #d8a243;--color-success: #8ec7a0;--color-on-action: #111111}html,body{height:100%;margin:0;background:var(--color-canvas);color:var(--color-text)}#root{height:100%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rise-in{animation:rise-in .25s cubic-bezier(.4,0,.2,1) both}@keyframes codi-dot{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.codi-dot{animation:codi-dot 1.2s infinite ease-in-out}.codi-dot:nth-child(2){animation-delay:.15s}.codi-dot:nth-child(3){animation-delay:.3s}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@media(prefers-reduced-motion:reduce){.rise-in,.codi-dot{animation:none}}
