.ccd-auth-shell{max-width:1050px;margin:40px auto;padding:20px;color:#f8fafc}
.ccd-auth-brand{text-align:center;padding:35px 15px;background:linear-gradient(135deg,#111827,#312e81);border-radius:22px;margin-bottom:22px}
.ccd-auth-logo{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 15px;border-radius:18px;background:#38bdf8;color:#07111f;font-weight:900;font-size:22px}
.ccd-auth-brand h1{margin:0 0 10px;color:#fff;font-size:34px}
.ccd-auth-brand p{margin:0;color:#cbd5e1}
.ccd-auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.ccd-auth-card{background:#111827;border:1px solid #334155;border-radius:18px;padding:28px;box-shadow:0 12px 35px rgba(0,0,0,.12)}
.ccd-auth-card h2{margin-top:0;color:#fff}
.ccd-muted{color:#94a3b8}
.ccd-auth-card label{display:block;color:#e2e8f0;font-weight:600;margin:15px 0 7px}
.ccd-auth-card input:not([type=checkbox]){width:100%;box-sizing:border-box;padding:13px;border-radius:10px;border:1px solid #475569;background:#fff;color:#111827}
.ccd-auth-card button{width:100%;margin-top:18px;padding:13px;border:0;border-radius:10px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}
.ccd-check{font-weight:400!important}
.ccd-check input{margin-right:7px}
.ccd-link{display:block;margin-top:15px;color:#7dd3fc;text-align:center}
.ccd-auth-card small{display:block;color:#94a3b8;margin-top:12px}
.ccd-auth-message{padding:14px 18px;border-radius:10px;margin-bottom:20px;background:#7f1d1d;color:#fff}
.ccd-auth-message.success{background:#14532d}
@media(max-width:700px){.ccd-auth-grid{grid-template-columns:1fr}.ccd-auth-brand h1{font-size:27px}}

.ccd-auth-tabs{display:flex;gap:10px;justify-content:center;margin:0 auto 22px}
.ccd-auth-tab{width:auto!important;margin:0!important;padding:12px 24px!important;background:#334155!important;color:#fff!important;border:1px solid #475569!important}
.ccd-auth-tab.active{background:#2563eb!important;border-color:#2563eb!important}
.ccd-auth-panel[hidden]{display:none!important}
.ccd-logout-button{display:inline-block;padding:11px 20px;border-radius:9px;background:#dc2626;color:#fff!important;text-decoration:none;font-weight:700}
