:root{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#1e293b;--secondary-hover:#334155;--accent:#8b5cf6;--success:#10b981;--danger:#ef4444;--card-bg:#1e293bb3;--card-border:#ffffff1a;--radius:16px;--radius-sm:8px;--radius-full:9999px;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}@font-face{font-family:Soho Gothic Pro;src:url(/fonts/soho-regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Soho Gothic Pro;src:url(/fonts/soho-bold.otf)format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);-webkit-font-smoothing:antialiased;font-family:Soho Gothic Pro,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius)}h1{margin-bottom:1rem;font-size:2rem;font-weight:700;line-height:1.2}h2{margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}p{color:#94a3b8;line-height:1.5}.container{flex-direction:column;width:100%;max-width:480px;min-height:100vh;margin:0 auto;padding:1rem;display:flex}.center-content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:0 4px 14px #3b82f663}.btn-primary:hover,.btn-primary:active{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.btn-secondary{background-color:var(--secondary);color:#fff;border:1px solid var(--card-border)}.btn-secondary:active{background-color:var(--secondary-hover)}.input-group{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.25rem;display:flex}.input-label{color:#cbd5e1;font-size:.875rem;font-weight:500}.input-field{border-radius:var(--radius-sm);border:1px solid var(--card-border);color:#fff;background-color:#0f172a80;width:100%;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #3b82f633}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
