@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

:root {
  --brand:      #2563EB;
  --brand2:     #7C3AED;
  --grad:       linear-gradient(135deg,#2563EB,#7C3AED);
  --bg:         #F0F4F8;
  --white:      #FFFFFF;
  --subtle:     #F8FAFC;
  --muted:      #F1F5F9;
  --border:     #E2E8F0;
  --t1:         #0F172A;
  --t2:         #475569;
  --t3:         #94A3B8;
  --link:       #2563EB;
  --s-bg:#D1FAE5;--s-tx:#065F46;--s-bd:#6EE7B7;
  --w-bg:#FEF3C7;--w-tx:#92400E;--w-bd:#FCD34D;
  --d-bg:#FEE2E2;--d-tx:#B91C1C;--d-bd:#FECACA;
  --i-bg:#DBEAFE;--i-tx:#1D4ED8;--i-bd:#BFDBFE;
  --p-bg:#EDE9FE;--p-tx:#6D28D9;
  --r:6px;--rm:8px;--rl:12px;--rx:16px;--rf:9999px;
  --sh:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04);
  --shm:0 4px 16px rgba(15,23,42,.08);
  --tr:150ms ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{height:100%}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;font-size:14px;color:var(--t1);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;outline:none}
button{cursor:pointer;border:none;background:none}
ul{list-style:none}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}
