html{font-size:16px}body{font-size:16px;line-height:1.5;font-family:Inter,sans-serif;background-color:#f8fafc;position:relative}#root{position:relative;z-index:1;min-height:100vh}body.dark-mode{background-color:#0b1120;color:#e2e8f0}body.dark-mode .bg-white{background-color:#111827!important}body.dark-mode .bg-slate-50,body.dark-mode .bg-slate-100{background-color:#0f172a!important}body.dark-mode .text-slate-900,body.dark-mode .text-slate-800,body.dark-mode .text-slate-700{color:#e2e8f0!important}body.dark-mode .text-slate-500,body.dark-mode .text-slate-400,body.dark-mode .text-slate-300{color:#94a3b8!important}body.dark-mode .border-slate-200,body.dark-mode .border-slate-100{border-color:#1f2937!important}body.dark-mode .theme-toggle{background-color:#1f2937!important;color:#e2e8f0!important;border-color:#334155!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5)}.glass-card{background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.6);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.animate-in{animation:fadeIn .3s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{body{background:#fff!important}.no-print{display:none!important}}
