.czm-auth-body {
    margin: 0;
    color: #18181b;
    background: #f7f7f8;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.czm-auth-wrap,
.czm-account-wrap {
    max-width: 760px;
    margin: 48px auto;
    padding: 0 20px;
}

.czm-auth-card,
.czm-subscription-card {
    padding: 28px;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
}

.czm-auth-card h1,
.czm-subscription-card h3 {
    margin-top: 0;
}

.czm-auth-card .button {
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: #2563eb;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.czm-auth-card .button:disabled {
    cursor: wait;
    opacity: .65;
}

.czm-subscription-card + .czm-subscription-card {
    margin-top: 18px;
}

.czm-subscription-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.czm-subscription-period {
    white-space: nowrap;
}

.czm-status {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 999px;
    background: #f4f4f5;
    font-size: 12px;
}

.czm-status-active { background: #dcfce7; color: #166534; }
.czm-status-past_due,
.czm-status-payment_unknown,
.czm-status-payment_method_missing,
.czm-status-manual_review { background: #fee2e2; color: #991b1b; }
.czm-status-cancel_pending { background: #fef3c7; color: #92400e; }
