:root{--bg:#090610;--card:#130d1d;--line:#2e2143;--purple:#8a45ff;--text:#faf8ff;--muted:#aaa1b5}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% -10%,#25123e 0,transparent 45%),var(--bg);color:var(--text);font-family:Inter,sans-serif}.auth-aurora{position:fixed;width:360px;height:360px;border-radius:50%;filter:blur(110px);opacity:.2;pointer-events:none}.auth-aurora.a{background:#7a31ff;top:-120px;left:-100px}.auth-aurora.b{background:#cc43ff;right:-120px;bottom:-120px}.auth-shell{width:min(94%,480px);margin:auto;padding:42px 0}.auth-brand{display:inline-flex;align-items:center;gap:12px;color:white;text-decoration:none;font-size:22px;margin-bottom:28px}.auth-brand span{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(135deg,#a467ff,#6f20ef);box-shadow:0 12px 35px #7b36ff55}.auth-card,.account-panel,.account-hero,.account-stats{background:linear-gradient(160deg,#171020ee,#0f0a17ee);border:1px solid var(--line);box-shadow:0 22px 70px #0007;border-radius:28px}.auth-card{padding:30px}.auth-head small,.account-hero small,.panel-head small{color:#b995ff;font-weight:800;letter-spacing:.18em}.auth-head h1{font-family:'Space Grotesk';font-size:36px;line-height:1.05;margin:12px 0}.auth-head p,.auth-foot{color:var(--muted);line-height:1.6}.auth-form{display:grid;gap:18px;margin-top:28px}.auth-form label,#profileForm label{display:grid;gap:9px;font-weight:650}.auth-form input,#profileForm input{width:100%;min-height:56px;border:1px solid #332542;border-radius:16px;background:#0d0913;color:white;padding:0 16px;font:inherit;font-size:16px;outline:none}.auth-form input:focus,#profileForm input:focus{border-color:#9158ff;box-shadow:0 0 0 4px #8a45ff20}.password-wrap{position:relative}.password-wrap input{padding-right:72px}.password-wrap button{position:absolute;right:8px;top:8px;height:40px;border:0;border-radius:11px;background:#241633;color:#d8c7ff}.auth-row{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:14px}.auth-row a,.auth-secondary{color:#c7a8ff}.remember{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.remember input{width:18px;height:18px;min-height:0}.auth-submit,.auth-secondary,#saveProfileBtn{min-height:56px;border:0;border-radius:16px;background:linear-gradient(100deg,#9a5cff,#6f24ed);color:white;font-weight:800;font-size:16px;display:grid;place-items:center;text-decoration:none;cursor:pointer}.auth-submit:disabled{opacity:.55}.auth-message{min-height:20px;margin:0;color:#ff9fba}.auth-message.success{color:#74e9ad}.auth-divider{display:flex;align-items:center;gap:14px;color:#8f8599;margin:25px 0 16px}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#30223d}.auth-foot{text-align:center;font-size:13px}.account-nav{max-width:1100px;margin:auto;padding:22px 20px;display:flex;justify-content:space-between;align-items:center}.account-nav .auth-brand{margin:0}.account-nav>div{display:flex;gap:10px}.account-nav a,.account-nav button,.panel-head button{color:white;background:#171020;border:1px solid #342543;border-radius:13px;padding:12px 16px;text-decoration:none;font-weight:700}.account-shell{max-width:1100px;margin:auto;padding:15px 20px 60px}.account-hero{padding:28px;display:flex;align-items:center;gap:18px}.account-avatar{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;font-size:34px;font-weight:900;background:linear-gradient(135deg,#a467ff,#6820ed)}.account-hero h1{margin:6px 0;font-size:32px}.account-hero p{margin:0;color:var(--muted)}.member-badge{margin-left:auto;border:1px solid #7648bd;background:#2c1748;color:#d7bcff;padding:10px 14px;border-radius:999px;font-weight:800}.account-stats{margin-top:18px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.account-stats article{padding:22px;border-right:1px solid var(--line)}.account-stats article:last-child{border:0}.account-stats span{display:block;color:var(--muted);font-size:14px}.account-stats strong{font-size:28px;margin-top:8px;display:block}.account-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:18px}.account-panel{padding:24px}.panel-head{display:flex;justify-content:space-between;align-items:center}.panel-head h2{margin:7px 0 18px}.account-panel form{display:grid;gap:15px}.account-links{display:grid;gap:10px}.account-links a{display:flex;justify-content:space-between;color:white;text-decoration:none;padding:17px;border:1px solid #30223d;border-radius:15px;background:#0d0913}.account-links a:hover{border-color:#7543bc}@media(max-width:700px){.auth-card{padding:23px}.auth-head h1{font-size:31px}.account-grid{grid-template-columns:1fr}.account-stats{grid-template-columns:1fr}.account-stats article{border-right:0;border-bottom:1px solid var(--line)}.account-hero{align-items:flex-start;flex-wrap:wrap}.member-badge{margin-left:0}.account-nav{padding:16px}.account-nav a{display:none}}
/* Register feedback fix */
.auth-message:empty{display:none}
.auth-message:not(:empty){display:block;padding:12px 14px;border:1px solid rgba(255,112,151,.25);border-radius:13px;background:rgba(255,89,132,.07);line-height:1.45;word-break:break-word}
.auth-message.success:not(:empty){border-color:rgba(85,224,154,.28);background:rgba(61,211,139,.08)}

/* V37 authentication polish */
.auth-shell,.auth-card{border-color:var(--v37-line,rgba(148,184,224,.15))!important;background:linear-gradient(145deg,rgba(16,31,52,.95),rgba(7,17,30,.95))!important;box-shadow:0 30px 90px rgba(0,0,0,.38)!important}.auth-card{border-radius:28px!important}.auth-brand span{background:linear-gradient(145deg,#4f8cff,#23d3c0)!important}.auth-card h1{letter-spacing:-.045em}.auth-card input{min-height:50px!important}.auth-card button[type="submit"]{min-height:50px!important;border-radius:14px!important;background:linear-gradient(135deg,#4f8cff,#5268ef 58%,#23d3c0)!important;box-shadow:0 14px 32px rgba(79,140,255,.23)!important}
@media(max-width:600px){.auth-card{border-radius:23px!important;padding:24px 18px!important}}
