:root{--bg-color: #0c0a12;--cyan-glow: #00ffff;--violet-glow: #818cf8;--accent-purple: #6366f1}body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);background-image:radial-gradient(circle at 50% 50%,rgba(99,102,241,.08) 0%,transparent 70%),radial-gradient(circle at 80% 20%,rgba(0,255,255,.05) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(168,85,247,.05) 0%,transparent 50%);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;transition:background-color .4s ease,color .4s ease}body.theme-day{--bg-color: #f1f5f9;background-image:radial-gradient(circle at 50% 50%,rgba(99,102,241,.06) 0%,transparent 70%),radial-gradient(circle at 80% 20%,rgba(6,182,212,.08) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(168,85,247,.06) 0%,transparent 50%);color:#0f172a}*{box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:#6366f159;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f199}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:active{-webkit-text-fill-color:#ffffff!important;-webkit-box-shadow:0 0 0 1000px rgba(18,14,28,.98) inset!important;box-shadow:0 0 0 1000px #120e1cfa inset!important;transition:background-color 5000s ease-in-out 0s;border-radius:999px!important}body.theme-day input:-webkit-autofill,body.theme-day input:-webkit-autofill:hover,body.theme-day input:-webkit-autofill:focus,body.theme-day input:-webkit-autofill:active,body.theme-day textarea:-webkit-autofill,body.theme-day textarea:-webkit-autofill:hover,body.theme-day textarea:-webkit-autofill:focus,body.theme-day textarea:-webkit-autofill:active{-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:0 0 0 1000px #ffffff inset!important;box-shadow:0 0 0 1000px #fff inset!important}::selection{background:#00ffff59;color:#fff}
