:root{--night: #080C14;--deep: #0D1825;--panel: #111D2E;--panel2: #0F2140;--pink: #FF2D6B;--pink2: #FF7CB0;--pglow: rgba(255, 45, 107, .28);--blue: #1E90FF;--blue2: #74BCFF;--bglow: rgba(30, 144, 255, .28);--gold: #FFD700;--gsoft: #F5C842;--green: #2ECC71;--white: #F0F4FF;--muted: #7A8BA8;--border: rgba(255, 255, 255, .07);--radius: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--night);color:var(--white);font-family:Nunito,system-ui,sans-serif;font-size:16px;line-height:1.5;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}button{font-family:Nunito,system-ui,sans-serif;cursor:pointer}input,select,textarea{font-family:Nunito,system-ui,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}
