:root{
--bg:#070b14;
--bg-card:#0f1524;
--bg-card-hover:#141c30;
--bg-surface:#111827;
--border:#1e293b;
--border-hover:#334155;
--text:#f1f5f9;
--text-secondary:#94a3b8;
--text-muted:#64748b;
--accent:#00e5ff;
--accent2:#7c4dff;
--accent3:#f59e0b;
--accent4:#10b981;
--accent5:#f43f5e;
--gradient:linear-gradient(135deg,#00e5ff,#7c4dff);
--gradient-warm:linear-gradient(135deg,#f59e0b,#f43f5e);
--gradient-green:linear-gradient(135deg,#10b981,#06b6d4);
--radius-sm:8px;
--radius-md:12px;
--radius-lg:16px;
--radius-xl:24px;
--shadow-sm:0 1px 2px rgba(0,0,0,.3);
--shadow-md:0 4px 12px rgba(0,0,0,.4);
--shadow-lg:0 12px 40px rgba(0,0,0,.5);
--font-display:'Outfit','Noto Sans SC',sans-serif;
--font-body:'Noto Sans SC','Outfit',sans-serif;
}
