:root[data-theme=dark]{--bg: #0f172a;--bg2: #1e293b;--bg3: #334155;--text: #f1f5f9;--text2: #94a3b8;--border: #334155;--green: #22c55e;--blue: #3b82f6;--purple: #a855f7;--orange: #f97316;--red: #ef4444}:root[data-theme=light]{--bg: #f8fafc;--bg2: #ffffff;--bg3: #e2e8f0;--text: #0f172a;--text2: #64748b;--border: #e2e8f0;--green: #16a34a;--blue: #2563eb;--purple: #7c3aed;--orange: #ea580c;--red: #dc2626}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .2s,color .2s}html,body,#root{width:100%;height:100%}
