*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#0b1020;color:#f8fafc;font-family:system-ui,-apple-system,"Segoe UI",sans-serif}body{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 15% 0,rgba(77,171,247,.16),transparent 30%),radial-gradient(circle at 90% 10%,rgba(99,230,190,.11),transparent 25%),#0b1020}a{color:inherit}.account-top{max-width:980px;width:100%;margin:0 auto;padding:22px 18px;display:flex;align-items:center;justify-content:space-between}.account-logo{display:block;width:190px;max-height:64px;object-fit:contain}.back{color:#a9b8cf;text-decoration:none}.back:hover{color:white}.account-main{flex:1;width:100%;max-width:980px;margin:0 auto;padding:20px 18px 55px;display:grid;place-items:start center}.account-card{width:min(100%,500px);background:#131c2f;border:1px solid rgba(255,255,255,.09);border-radius:24px;padding:26px;box-shadow:0 24px 70px rgba(0,0,0,.25)}.account-card.wide{width:min(100%,720px)}h1{margin:0 0 8px;font-size:32px}.muted{color:#97a5bd;line-height:1.55}.field{display:grid;gap:7px;margin:15px 0}.field label{font-size:13px;color:#c9d4e6;font-weight:750}.input{width:100%;border:1px solid rgba(255,255,255,.13);background:#0b1323;color:white;border-radius:13px;padding:13px 14px;font:inherit;outline:none}.input:focus{border-color:#4dabf7;box-shadow:0 0 0 3px rgba(77,171,247,.12)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:12px 17px;background:#63e6be;color:#062117;font-weight:900;text-decoration:none;cursor:pointer;font:inherit}.btn.secondary{background:#25324a;color:#e8eef9}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:19px}.alert{padding:13px 15px;border-radius:13px;margin:14px 0;background:#183b2d;color:#b2f2bb}.alert.err{background:#452025;color:#ffc9c9}.divider{height:1px;background:rgba(255,255,255,.08);margin:22px 0}.profile-avatar{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4dabf7,#63e6be);color:#07101a;font-size:34px;font-weight:1000;margin-bottom:16px}.profile-row{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.profile-row:last-child{border:0}.profile-row b{color:#93a6c2}.account-footer{max-width:980px;width:100%;margin:auto;padding:18px;color:#8fa0ba;font-size:12px;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.account-footer a{color:#9ddcff;text-decoration:none}@media(max-width:560px){.account-logo{width:155px}.account-card{padding:22px}.profile-row{grid-template-columns:1fr;gap:4px}}