.auth-layout{position:fixed;inset:0;z-index:500;display:grid;grid-template-columns:minmax(320px,420px);grid-template-rows:minmax(min-content,1fr);align-items:center;justify-content:center;align-content:center;width:100%;min-height:100vh;max-width:none;padding:24px;overflow:auto;background-color:#070b12;background-image:linear-gradient(90deg,rgba(5,9,15,.55),rgba(5,9,15,.42) 52%,rgba(5,9,15,.65)),url("../images/storefront-hero.png");background-position:center;background-size:cover}.auth-layout:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,#080c13);pointer-events:none}.auth-brand,.auth-copy{display:none!important}.auth-box{position:relative;z-index:1;grid-row:1;width:100%;border-color:rgba(148,163,184,.2);background:rgba(12,18,28,.94);backdrop-filter:blur(12px)}.auth-close{position:absolute;top:14px;right:14px;z-index:2;display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid rgba(148,163,184,.18);border-radius:6px;background:rgba(15,23,42,.66);color:#94a3b8}.auth-close:hover{border-color:rgba(249,115,22,.5);color:#fff}.auth-close svg{width:16px;height:16px}.auth-tab{font-size:11px}.auth-form label{font-size:10px}body.auth-modal-open{overflow:hidden}
.account-page{max-width:960px!important}.account-layout{display:grid;grid-template-columns:280px 1fr;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.account-identity{padding:32px 32px 32px 0;border-right:1px solid var(--border)}.account-identity .big-avatar{width:58px;height:58px}.account-identity h2{margin:17px 0 5px;font-size:19px}.account-identity p{margin:0;color:var(--muted);font-size:10px}.account-role{display:inline-block;margin-top:20px;color:#fb923c;font-size:9px;font-weight:800}.account-details{margin:0}.account-details div{display:grid;grid-template-columns:180px 1fr;gap:25px;padding:23px 30px;border-bottom:1px solid var(--border)}.account-details div:last-child{border-bottom:0}.account-details dt{color:var(--muted);font-size:10px}.account-details dd{margin:0;font-size:11px;font-weight:800}
@media(max-width:700px){.auth-layout{display:grid;grid-template-columns:minmax(0,420px);min-height:100vh;padding:18px 16px}.account-layout{grid-template-columns:1fr}.account-identity{border-right:0;border-bottom:1px solid var(--border)}.account-details div{grid-template-columns:1fr;gap:7px;padding:18px 0}}
