:root { color-scheme: dark; font-family: Inter, "Segoe UI", Arial, sans-serif; color: #f3f0f8; background: #09090c; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: grid; place-items: center; padding: 32px; background: radial-gradient(ellipse at 50% 12%, #28153780, transparent 58%), #09090c; }
.login { width: min(100%, 470px); padding: 42px; border: 1px solid #38283f; border-radius: 22px; background: linear-gradient(145deg, #19121f, #100e15 65%); box-shadow: 0 32px 100px #0006, inset 0 1px 0 #ffffff04; }
.login-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 32px; border: 1px solid #503365; border-radius: 15px; background: #2b1a3d; color: #ccb2fc; }
.login-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { font-size: 10px; letter-spacing: 2px; font-weight: 600; color: #baa0d9; margin: 0 0 16px; }
h1 { font-size: clamp(29px, 6vw, 36px); font-weight: 600; line-height: 1.2; letter-spacing: -1.1px; margin: 0 0 18px; }
.intro { color: #b1a6bf; font-size: 14px; line-height: 1.75; margin: 0; }
.login-button { margin-top: 30px; background: #7c3aed; border: 1px solid #9861f2; box-shadow: inset 0 1px 0 #ffffff18, 0 5px 18px #7c3aed1a; color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; padding: 16px; display: flex; align-items: center; gap: 13px; border-radius: 10px; }
.login-button:hover { background: #8850e8; border-color: #b18af5; }
.login-button > span:last-child { margin-left: auto; font-size: 18px; }
.roblox-mark { display: block; width: 19px; height: 19px; border: 5px solid currentColor; transform: rotate(15deg); flex-shrink: 0; }
.fine { font-size: 12px; line-height: 1.8; color: #a69bb4; margin: 18px 0 0; text-align: center; }
footer { margin-top: 32px; padding-top: 24px; border-top: 1px solid #2d2335; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 10px; color: #a194ae; }
.access-indicator { width: 5px; height: 5px; border-radius: 50%; background: #b88ded; }
.notice { font-size: 13px; line-height: 1.7; padding: 13px 15px; margin: 24px 0 0; border: 1px solid #533766; border-radius: 9px; background: #2b1b36; color: #d7c1e9; }
a:focus-visible { outline: 2px solid #dac7ff; outline-offset: 5px; }
@media (max-width: 480px) { body { padding: 18px; } .login { padding: 30px 24px; border-radius: 18px; } .login-icon { margin-bottom: 28px; } }
@media (prefers-reduced-motion: no-preference) { a { transition: background .16s, border-color .16s; } }
