.auth-page{place-items:center;min-height:calc(100vh - 150px);padding:32px 0 70px;display:grid}.auth-card{border:1px solid var(--line);background:radial-gradient(circle at 100% 0%, rgb(var(--accent-rgb) / .15), transparent 38%), var(--card);border-radius:26px;width:min(100%,500px);padding:clamp(24px,4vw,38px);box-shadow:0 28px 80px #0000003d}.auth-card__icon{border:1px solid rgb(var(--accent-rgb) / .3);width:56px;height:56px;color:var(--accent-secondary);background:rgb(var(--accent-rgb) / .1);border-radius:18px;place-items:center;margin-bottom:20px;display:grid}.auth-card h1{color:var(--text);letter-spacing:-.045em;margin:8px 0 10px;font-size:clamp(28px,5vw,42px);line-height:1.05}.auth-card__description{color:var(--text-soft);margin:0 0 24px;font-size:14px;line-height:1.65}.auth-form{gap:16px;display:grid}.auth-field{gap:8px;display:grid}.auth-field>span{color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.auth-field>div{border:1px solid var(--line);min-height:50px;color:var(--text-muted);background:var(--input-bg);border-radius:14px;align-items:center;gap:10px;padding:0 14px;transition:all .16s;display:flex}.auth-field>div:focus-within{border-color:rgb(var(--accent-rgb) / .65);box-shadow:0 0 0 4px rgb(var(--accent-rgb) / .09)}.auth-field input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.auth-field input::placeholder{color:var(--text-muted)}.auth-submit{width:100%;margin-top:4px}.auth-submit:disabled{opacity:.65;cursor:wait;transform:none}.auth-spinner{animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-message{border-radius:12px;margin:0;padding:12px 14px;font-size:12px;line-height:1.5}.auth-message--error{color:#ffb2b2;background:#ff383817;border:1px solid #ff5b5b4d}.auth-message--success{color:#9ff0cf;background:#12ae7317;border:1px solid #33d3994d}[data-theme=light] .auth-message--error{color:#a71919}[data-theme=light] .auth-message--success{color:#0b704b}.auth-links{justify-content:space-between;align-items:center;gap:16px;font-size:12px;display:flex}.auth-links--center{justify-content:center}.auth-links a{color:var(--accent-secondary);font-weight:750}.profile-chip--guest{color:var(--text)}.profile-chip--guest>svg{color:var(--accent-secondary)}.profile-chip--loading{opacity:.55;background:linear-gradient(90deg, var(--input-bg), rgb(var(--accent-rgb) / .08), var(--input-bg));background-size:220% 100%;width:122px;min-height:43px;animation:1.4s linear infinite auth-shimmer}@keyframes auth-shimmer{to{background-position:-220% 0}}.member-warning,.member-profile-card,.member-action-card,.vip-locked-card,.vip-content-card,.diagnostic-card{border:1px solid var(--line);background:radial-gradient(circle at 100% 0%, rgb(var(--accent-rgb) / .09), transparent 45%), var(--card)}.member-warning{color:var(--accent-secondary);border-radius:16px;align-items:flex-start;gap:12px;padding:16px;display:flex}.member-warning strong,.member-warning p{margin:0;display:block}.member-warning p{color:var(--text-muted);margin-top:4px;font-size:12px;line-height:1.5}.member-dashboard{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.member-profile-card{border-radius:22px;grid-column:1/-1;align-items:center;gap:18px;padding:24px;display:flex}.member-avatar{border:1px solid rgb(var(--accent-rgb) / .35);color:#fff;background:linear-gradient(135deg, var(--accent), var(--accent-deep));border-radius:22px;flex:none;place-items:center;width:68px;height:68px;font-size:22px;font-weight:900;display:grid}.member-profile-card h2,.member-action-card h2,.vip-locked-card h2,.vip-content-card h2,.diagnostic-card h2{color:var(--text);margin:0}.member-profile-card p,.member-action-card p,.vip-locked-card p,.vip-content-card p,.diagnostic-card p{color:var(--text-muted);margin:6px 0 0;font-size:12px;line-height:1.6}.role-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:999px;margin-bottom:7px;padding:5px 9px;font-size:9px;font-weight:900;display:inline-flex}.role-badge--member{color:var(--accent-secondary);background:rgb(var(--accent-rgb) / .11)}.role-badge--vip{color:#ffd77f;background:#ffae001f}.role-badge--admin{color:#d5b8ff;background:#9048ff24}.member-action-card{border-radius:20px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;padding:22px;display:grid}.member-action-card>svg{color:var(--accent-secondary)}.member-action-card .button{grid-column:1/-1;justify-self:start;margin-top:4px}.vip-locked-card{text-align:center;border-radius:26px;place-items:center;max-width:720px;margin:0 auto;padding:clamp(30px,7vw,64px);display:grid}.vip-locked-card>svg{color:#ffbd59;margin-bottom:16px}.vip-locked-card p{max-width:560px}.vip-grid,.diagnostic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.vip-content-card{border-radius:20px;flex-direction:column;min-height:210px;padding:22px;display:flex}.vip-content-card>span{color:#ffd77f;text-transform:uppercase;background:#ffae001f;border-radius:999px;align-self:flex-start;margin-bottom:26px;padding:5px 8px;font-size:9px;font-weight:900}.vip-content-card small{color:var(--text-muted);margin-top:auto;padding-top:20px}.vip-content-card--empty{text-align:center;grid-column:1/-1;justify-content:center;align-items:center}.vip-content-card--empty>svg{color:#ffbd59;margin-bottom:14px}.diagnostic-card{border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px;display:grid}.diagnostic-card>svg{color:var(--accent-secondary)}.diagnostic-card>span{border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.diagnostic-card>span.is-ok{color:#9ff0cf;background:#12ae731f}.diagnostic-card>span.is-error{color:#ffb2b2;background:#ff38381a}@media (max-width:900px){.vip-grid,.diagnostic-grid{grid-template-columns:1fr}}@media (max-width:720px){.auth-page{padding:12px 0 72px}.auth-card{border-radius:20px}.auth-links{flex-direction:column;align-items:flex-start}.auth-links--center{align-items:center}.member-dashboard{grid-template-columns:1fr}.member-profile-card{align-items:flex-start}.diagnostic-card{grid-template-columns:auto minmax(0,1fr)}.diagnostic-card>span{grid-column:2;justify-self:start}}.auth-legal-confirmation{border:1px solid var(--line);color:var(--text-soft);background:rgb(var(--accent-rgb) / .055);border-radius:13px;align-items:flex-start;gap:11px;padding:13px 14px;font-size:12px;line-height:1.55;display:flex}.auth-legal-confirmation input{width:18px;height:18px;accent-color:var(--accent);flex:none;margin-top:1px}.auth-legal-confirmation a{color:var(--accent-secondary);text-underline-offset:2px;font-weight:800;text-decoration:underline}.auth-card__footer{border-top:1px solid var(--line);color:var(--text-muted);justify-content:space-between;align-items:center;gap:14px;margin-top:22px;padding-top:17px;font-size:11px;display:flex}.auth-card__footer a{color:var(--accent-secondary);font-weight:800}@media (max-width:460px){.auth-card__footer{flex-direction:column;align-items:flex-start}}.member-action-card>div{min-width:0}.member-button-row{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.member-action-card .member-button-row .button{text-align:center;white-space:normal;justify-content:center;justify-self:stretch;width:100%;min-width:0;margin-top:0}@media (max-width:460px){.member-button-row{grid-template-columns:1fr}}
