@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f8fafc;--surface: #ffffff;--surface2: #f1f5f9;--card: #ffffff;--card-hover: #fafbfd;--border: #e2e8f0;--border-subtle: #edf0f5;--text: #1e293b;--text-muted: #64748b;--text-dim: #94a3b8;--accent: #ff9954;--up: #22c55e;--down: #ef4444;--warn: #f59e0b;--accent-text: #c2510a;--up-text: #15803d;--down-text: #dc2626;--warn-text: #b45309;--accent-bg: rgba(255, 153, 84, .1);--up-bg: rgba(34, 197, 94, .1);--down-bg: rgba(239, 68, 68, .08);--warn-bg: rgba(245, 158, 11, .09);--shadow-card: 0 1px 3px rgba(0, 0, 0, .07), 0 1px 2px rgba(0, 0, 0, .05);--shadow-elevated: 0 4px 12px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--radius: 10px}html,body{height:100%;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent-text);text-decoration:none}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.18);border-top-color:#1a0a00;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
