/* DramaMov Stage 6 — Laravel web-session/auth compatibility layer. */
.dm-auth-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 13px;padding:4px;border:1px solid var(--sd-line);border-radius:13px;background:rgb(var(--sd-contrast-rgb)/.025)}
.dm-auth-mode-tabs button{min-height:34px;border:0;border-radius:9px;background:transparent;color:var(--sd-muted);font:inherit;font-size:10px;font-weight:800;cursor:pointer}
.dm-auth-mode-tabs button.is-active{background:rgb(var(--sd-accent-rgb)/.12);color:var(--sd-accent)}
.dm-auth-notice{margin:12px 0;padding:10px 12px;border:1px solid rgb(var(--sd-accent-rgb)/.28);border-radius:11px;background:rgb(var(--sd-accent-rgb)/.08);color:var(--sd-accent);font-size:10px;font-weight:700}
.dm-linked-providers{margin-top:6px;color:var(--sd-muted);font-size:9px}
.consumer-profile-header>form{align-self:center}
.dm-auth-admin-form{display:grid;gap:14px}
.dm-auth-clear-form{display:flex;justify-content:flex-end;margin-top:-6px}
.dm-auth-provider-count{padding:5px 8px;border:1px solid var(--sd-line);border-radius:999px;color:var(--sd-muted);font-size:9px;font-weight:800}
@media(max-width:640px){.consumer-profile-header>form{grid-column:1/-1}.consumer-profile-header>form .consumer-profile-logout{width:100%;justify-content:center}}
