body.account-loading .platform-frame, body.account-locked .platform-frame { display: none; }
.account-loading-panel { min-height: 100dvh; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; padding: 24px; text-align: center; color: #b9a8d0; }
.account-loading-panel img { border-radius: 14px; }
.account-loading-panel p { font-size: 18px; margin: 0; }
.account-access { height: 100dvh; overflow-y: auto; padding: 28px 36px 40px; background: radial-gradient(ellipse at 50% 35%,#4c32652b,transparent 55%),#0c0d14; }
.account-brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 600; }
.account-brand img { border-radius: 13px; }
.account-card { max-width: 460px; width: 100%; margin: clamp(25px,8vh,88px) auto 0; padding: 32px; border: 1px solid #baa0df26; border-radius: 22px; background: linear-gradient(145deg,#24202d88,#17141d99); box-shadow: 0 20px 90px #0002; }
.account-eyebrow { color: #ad99c6; font-size: 12px; letter-spacing: .16em; }
.account-card h2 { font-size: 30px; line-height: 1.5; margin: 10px 0 9px; color: #f0e8fb; font-weight: 500; }
.account-intro { font-size: 16px; line-height: 1.8; color: #b7a8c7; margin: 0 0 24px; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; border: 1px solid #be9fe920; border-radius: 11px; background: #100d1680; margin-bottom: 24px; }
.account-tabs button { border-color: transparent; background: transparent; font-size: 16px; color: #a99bbd; }
.account-tabs .is-selected { color: #ead9ff; background: #c09be31a; border-color: #c3a1ef2c; }
.account-form { display: grid; gap: 18px; }
.account-form label { display: grid; gap: 8px; font-size: 16px; color: #d4c3e5; }
.account-form input { width: 100%; min-height: 48px; font-size: 18px; background: #110f1980; border-color: #b495d42b; }
.account-form #accountResult { font-size: 15px; color: #e1b8cc; line-height: 1.7; margin: 0; }
.account-form #accountResult:empty { display: none; }
.account-form .primary { min-height: 49px; font-size: 18px; margin-top: 3px; background: #cbb3ee; color: #2d1c41; border-color: #dcc2fd30; }
.account-private-note { margin: 22px 0 0; font-size: 14px; line-height: 1.75; color: #a99ab9; text-align: center; }
#accountLogout span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 600px) { .account-access { padding: 18px 18px 30px; } .account-brand { font-size: 22px; } .account-brand img { width: 36px; height: 36px; } .account-card { padding: 24px 20px; margin-top: 32px; border-radius: 18px; } .account-card h2 { font-size: 27px; } }
@media (max-height: 650px) { .account-card { margin-top: 20px; padding-block: 22px; } .account-tabs { margin-bottom: 17px; } .account-form { gap: 14px; } }
