/*
WARNING:
This website's styles, UI design, and assets are protected under copyright law.
Unauthorized copying or redistribution is strictly prohibited.
Legal action may be taken against violators.
*/
:root{
  --bg:#070707; --bg2:#0d0d0d; --card:#111113; --line:#1c1c20;
  --text:#f5f5f7; --muted:#8a8a92; --accent:#ffffff; --accent2:#a855f7;
  --good:#10b981; --bad:#ef4444; --warn:#f59e0b;
  --radius:14px; --shadow:0 10px 40px rgba(0,0,0,.5);
  --grad: linear-gradient(135deg,#fff 0%, #b9b9c0 100%);
}
*{box-sizing:border-box}
