:root{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--primary-hover:#2563eb;--secondary:#1e293b;--secondary-hover:#334155;--accent:#22d3ee;--success:#10b981;--danger:#ef4444;--card-bg:rgba(30,41,59,0.7);--card-border:rgba(255,255,255,0.1);--radius:16px;--radius-sm:8px;--radius-full:9999px;--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}@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;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background-color:var(--background);color:var(--foreground);font-family:Soho Gothic Pro,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input{font-family:inherit}.glass{background:var(--card-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:var(--radius)}h1{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h2{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}p{color:#94a3b8;line-height:1.5}.container{width:100%;max-width:480px;margin:0 auto;padding:1rem;min-height:100vh}.center-content,.container{display:flex;flex-direction:column}.center-content{flex:1 1}.btn,.center-content{align-items:center;justify-content:center}.btn{display:inline-flex;padding:.75rem 1.5rem;font-weight:600;border-radius:var(--radius-sm);transition:all .2s ease;width:100%;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent));color:white;box-shadow:0 4px 14px 0 rgba(59,130,246,.39)}.btn-primary:active,.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.btn-secondary{background-color:var(--secondary);color:white;border:1px solid var(--card-border)}.btn-secondary:active{background-color:var(--secondary-hover)}.input-group{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.25rem}.input-label{font-size:.875rem;font-weight:500;color:#cbd5e1}.input-field{padding:.875rem 1rem;border-radius:var(--radius-sm);background-color:rgba(15,23,42,.5);border:1px solid var(--card-border);color:white;font-size:1rem;transition:border-color .2s;width:100%}.input-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px rgba(59,130,246,.2)}.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,.flex-col{display:flex}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}