:root{--bg-primary: #0f0f14;--bg-secondary: #1a1a24;--bg-tertiary: #24243a;--bg-elevated: #2a2a40;--text-primary: #e8e8f0;--text-secondary: #9898b0;--text-muted: #606078;--accent: #6366f1;--accent-hover: #818cf8;--accent-dim: rgba(99, 102, 241, .15);--danger: #ef4444;--danger-hover: #dc2626;--success: #22c55e;--warning: #f59e0b;--border: #2d2d44;--shadow: rgba(0, 0, 0, .4);--emotion-happy: #22c55e;--emotion-sad: #3b82f6;--emotion-angry: #ef4444;--emotion-surprised: #f59e0b;--emotion-fearful: #a855f7;--emotion-disgusted: #f97316;--emotion-neutral: #6b7280;--radius: 8px;--radius-lg: 12px;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;min-height:100vh}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
