.account-page{max-width:1120px;margin:0 auto 40px}
.account-header{min-height:96px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:8px 0 22px;border-bottom:1px solid #344256}
.account-header h1{font-size:30px;letter-spacing:0;margin:3px 0}
.account-header p{color:#7f8da0;font-size:13px}
.account-kicker{color:var(--gold);font-size:10px;font-weight:800;letter-spacing:2px}
.account-sync-state{display:flex;align-items:center;gap:8px;color:#91a0b4;font-size:11px;white-space:nowrap}
.account-sync-state i{width:7px;height:7px;border-radius:50%;background:var(--positive);box-shadow:0 0 10px rgba(67,181,129,.55)}
.account-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;padding-top:26px}
.account-overview{align-self:start;padding:26px 20px;background:rgba(8,14,23,.9);border:1px solid #2a3748;border-left:3px solid var(--gold);text-align:center}
.account-avatar-large,.account-avatar-preview{display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#111c2b;border:1px solid #53627a;color:#fff}
.account-avatar-large{width:88px;height:88px;margin:0 auto 13px;font-size:42px;box-shadow:0 0 0 5px rgba(200,155,60,.08)}
.account-avatar-large img,.account-avatar-preview img,.user-avatar img,.fl-avatar img,.fp-avatar img,.request-avatar img,.comment-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}
.account-overview>strong{display:block;color:#f2f5f8;font-size:18px;overflow-wrap:anywhere}
.account-overview>span{display:block;margin-top:3px;color:#718096;font-size:11px;overflow-wrap:anywhere}
.account-overview dl{margin-top:24px;border-top:1px solid #273445;text-align:left}
.account-overview dl>div{padding:11px 0;border-bottom:1px solid #202d3d}
.account-overview dt{color:#66758a;font-size:10px;text-transform:uppercase}
.account-overview dd{margin:2px 0 0;color:#c7d0dc;font-size:12px;overflow-wrap:anywhere}
.account-settings{min-width:0;background:rgba(8,14,23,.82);border:1px solid #2a3748}
.account-section{padding:25px 28px;border-bottom:1px solid #283546}
.account-section:last-child{border-bottom:0}
.account-section-heading{display:flex;align-items:flex-start;gap:13px;margin-bottom:22px}
.account-section-heading h2{font-size:18px;letter-spacing:0}
.account-section-heading p{margin-top:3px;color:#77869a;font-size:12px;line-height:1.55}
.account-section-icon{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;background:#111c2b;border:1px solid #3b4a5e;color:var(--gold-light);font-size:13px;font-weight:800}
.account-profile-editor{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px}
.avatar-editor{position:relative;display:flex;flex-direction:column;align-items:center}
.account-avatar-preview{width:92px;height:92px;margin-bottom:12px;font-size:42px}
.account-upload-button{width:100%;padding:8px 12px;font-size:12px}
.avatar-editor>small,.account-form>small{margin-top:7px;color:#647286;font-size:10px;line-height:1.5}
.avatar-presets{display:flex;gap:6px;margin-top:11px}
.avatar-presets button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #36465a;background:#0d1724;border-radius:50%;font-size:15px;letter-spacing:0}
.avatar-presets button:hover{border-color:var(--gold);background:#162235}
.account-form{display:flex;flex-direction:column;align-items:flex-start}
.account-form label,.account-field label{display:block;margin-bottom:7px;color:#9eabbc;font-size:11px;font-weight:700}
.account-form input{max-width:420px}
.account-action{margin-top:auto;min-width:160px}
.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;align-items:end}
.account-field{min-width:0}
.account-field input[readonly]{color:#748397;background:rgba(255,255,255,.02);cursor:not-allowed}
.account-field-action{display:flex;align-items:center;gap:15px;min-height:42px}
.account-field-action .btn-secondary{min-width:142px;padding:9px 18px}
.account-status{margin-left:auto;padding:3px 8px;border:1px solid rgba(250,166,26,.35);color:#f1bd5f;font-size:10px;white-space:nowrap}
.account-status.muted{border-color:#374457;color:#718096}
.account-text-danger{color:#ef7777;font-size:11px;letter-spacing:0}
.account-text-danger:hover{color:#ff9a9a;text-decoration:underline}
.account-language-row{max-width:360px}
.account-login-required{min-height:calc(100vh - 150px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.account-login-required h2{margin:12px 0 18px;font-size:22px;letter-spacing:0}
.account-lock{width:54px;height:54px;display:grid;place-items:center;border:1px solid #4b5c72;color:var(--gold);font-size:24px}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.account-layout{grid-template-columns:210px minmax(0,1fr)}.account-profile-editor{grid-template-columns:150px minmax(0,1fr)}.account-form-grid{grid-template-columns:1fr}}
@media(max-width:768px){.account-page{margin-bottom:20px}.account-header{min-height:78px;padding:4px 2px 16px;align-items:flex-start}.account-header h1{font-size:23px}.account-sync-state{margin-top:7px;font-size:9px}.account-layout{grid-template-columns:1fr;gap:12px;padding-top:12px}.account-overview{display:grid;grid-template-columns:62px minmax(0,1fr);column-gap:14px;padding:15px;text-align:left}.account-avatar-large{grid-row:1/4;width:58px;height:58px;margin:0;font-size:27px}.account-overview>strong{align-self:end;font-size:16px}.account-overview>span{align-self:start}.account-overview dl{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}.account-overview dl>div{padding:8px 0}.account-section{padding:20px 15px}.account-section-heading{margin-bottom:17px}.account-section-heading h2{font-size:16px}.account-section-heading p{font-size:11px}.account-profile-editor{grid-template-columns:1fr}.avatar-editor{align-items:flex-start}.account-avatar-preview{width:76px;height:76px}.account-upload-button{width:auto}.avatar-presets{position:absolute;margin:42px 0 0 96px}.account-form input{max-width:none}.account-action{margin-top:18px;width:100%}.account-form-grid{grid-template-columns:1fr;gap:13px}.account-field-action .btn-secondary{width:100%}.phone-actions{flex-wrap:wrap}.account-status{font-size:9px}.account-language-row{max-width:none}}
@media(max-width:420px){.account-header{display:block}.account-sync-state{margin-top:9px}.account-overview dl{grid-template-columns:1fr 1fr}.account-overview dl>div:first-child{grid-column:1/-1}.avatar-presets{position:static;margin:10px 0 0}.account-section-icon{display:none}}
