/* ================================================================
   auth.css — Pro-SMV Login  (Cinematic dark, approved design)
   Replace wwwroot/css/auth.css with this file
   ================================================================ */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── Page shell ── */
.auth-page {
    min-height: 100vh;
    background: #0a0e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* ── Card (split container) ── */
.auth-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    width: 100%;
    max-width: 960px;
    min-height: 540px;
    border-radius: 18px;
    overflow: hidden;
    border: 0.5px solid rgba(255,255,255,0.08);
    box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}

/* ================================================================
   LEFT — Cinematic brand panel
   ================================================================ */
.auth-brand-panel {
    background: radial-gradient(circle at 20% 20%, #1a2454 0%, #0c1232 40%, #060818 100%);
    color: #F8FAFC;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.auth-deco-rings {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 340px;
    height: 340px;
    opacity: 0.6;
    pointer-events: none;
}

.auth-deco-diamond {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 260px;
    height: 260px;
    opacity: 0.4;
    pointer-events: none;
}

.auth-deco-stitch {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.auth-deco-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(to bottom, transparent, rgba(245,187,22,0.18), transparent);
    pointer-events: none;
}


/* Brand mark */
.auth-brand-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.auth-brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #F5BB16, #d99c00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #0a0e1a;
    box-shadow: 0 4px 14px rgba(245,187,22,0.35);
    flex-shrink: 0;
}

.auth-brand-name {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2px;
}

.auth-brand-sub {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 1px;
}

/* Pill */
.auth-tagline {
    position: relative;
    z-index: 2;
}

.auth-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 13px;
    border-radius: 999px;
    background: rgba(245,187,22,0.12);
    border: 0.5px solid rgba(245,187,22,0.3);
    color: #F5BB16;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.auth-pill-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F5BB16;
    box-shadow: 0 0 8px #F5BB16;
    flex-shrink: 0;
}

/* Headline */
.auth-headline {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    color: #fff;
}

.auth-headline-gold {
    color: #F5BB16;
}

.auth-headline-sub {
    font-size: 13px;
    color: rgba(248,250,252,0.6);
    line-height: 1.65;
    max-width: 320px;
}

/* Stats */
.auth-stats-wrap {
    position: relative;
    z-index: 2;
}

.auth-stats-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.auth-stats-line {
    width: 16px;
    height: 1px;
    background: rgba(245,187,22,0.5);
    flex-shrink: 0;
}

.auth-stats-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}

.auth-stat {
    background: rgba(255,255,255,0.03);
    border: 0.5px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 12px;
}

.auth-stat-num {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    line-height: 1;
}

.auth-stat-unit {
    font-size: 12px;
    font-weight: 600;
    color: #F5BB16;
}

.auth-stat-lbl {
    font-size: 10px;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 3px;
}

/* ================================================================
   RIGHT — Form panel
   ================================================================ */
.auth-form-panel {
    background: #fafaf7;
    padding: 36px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .auth-form-panel.is-busy {
        pointer-events: none;
        opacity: 0.75;
    }

.auth-lang-tag {
    position: absolute;
    top: 18px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: rgba(10,14,26,0.45);
}

    .auth-lang-tag i {
        font-size: 13px;
    }

/* Form head */
.auth-form-head {
    margin-bottom: 24px;
}

.auth-kicker {
    display: inline-block;
    font-size: 10px;
    color: #F5BB16;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.auth-title {
    font-size: 24px;
    font-weight: 500;
    color: #0a0e1a;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.auth-sub {
    font-size: 13px;
    color: rgba(10,14,26,0.55);
}

/* Fields */
.auth-field {
    margin-bottom: 14px;
}

.auth-field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.auth-label {
    display: block;
    font-size: 11px;
    color: rgba(10,14,26,0.65);
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.auth-field-row .auth-label {
    margin-bottom: 0;
}

.auth-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

    .auth-input-wrap > i:first-child {
        position: absolute;
        left: 14px;
        color: rgba(10,14,26,0.35);
        font-size: 16px;
        pointer-events: none;
    }

.auth-eye-icon {
    position: absolute;
    right: 14px;
    color: rgba(10,14,26,0.35);
    font-size: 16px;
    cursor: pointer;
}

.auth-input {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 42px;
    border: 0.5px solid rgba(10,14,26,0.15);
    border-radius: 10px;
    font-size: 13px;
    background: #fff;
    color: #0a0e1a;
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    box-shadow: 0 1px 2px rgba(10,14,26,0.04);
}

    .auth-input.has-eye {
        padding-right: 42px;
    }

    .auth-input:focus {
        border-color: #F5BB16;
        box-shadow: 0 0 0 3px rgba(245,187,22,0.12);
    }

    .auth-input::placeholder {
        color: rgba(10,14,26,0.25);
    }

/* Checkbox */
.auth-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(10,14,26,0.65);
    cursor: pointer;
    margin-bottom: 20px;
    user-select: none;
}

    .auth-checkbox input[type="checkbox"] {
        width: 15px;
        height: 15px;
        margin: 0;
        accent-color: #0a0e1a;
        cursor: pointer;
    }

/* Submit button */
.auth-btn {
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #1a2454, #0a0e1a);
    color: #fff;
    border: 0.5px solid #0a0e1a;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0.3px;
    font-family: inherit;
    box-shadow: 0 6px 20px rgba(10,14,26,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
    transition: opacity 0.15s, transform 0.15s;
    position: relative;
    overflow: hidden;
}

    .auth-btn::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.04) 50%, transparent 100%);
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    .auth-btn:hover:not(:disabled)::after {
        transform: translateX(100%);
    }

    .auth-btn:hover:not(:disabled) {
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .auth-btn:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .auth-btn i {
        font-size: 16px;
    }

.auth-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: auth-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes auth-spin {
    to {
        transform: rotate(360deg);
    }
}

/* Links */
.auth-link {
    font-size: 11px;
    color: #0a0e1a;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.15s;
}

    .auth-link:hover {
        color: #d99c00;
    }

/* Protected divider */
.auth-protected {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 13px;
}

.auth-protected-line {
    flex: 1;
    height: 0.5px;
    background: rgba(10,14,26,0.1);
}

.auth-protected-label {
    font-size: 10px;
    color: rgba(10,14,26,0.35);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* TFA badge */
.auth-tfa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(10,14,26,0.5);
}

    .auth-tfa i {
        font-size: 14px;
        color: #F5BB16;
    }

/* Footer */
.auth-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 10px;
    color: rgba(10,14,26,0.3);
    letter-spacing: 0.3px;
}

/* ================================================================
   OTP step
   ================================================================ */
.auth-otp-row {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    justify-content: center;
}

.auth-otp-box {
    flex: 1;
    min-width: 0;
    max-width: 60px;
    height: 54px;
    text-align: center;
    border: 0.5px solid rgba(10,14,26,0.15);
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #0a0e1a;
    background: #fff;
    font-family: 'Courier New', monospace;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
    padding: 0;
}

    .auth-otp-box:focus {
        border-color: #F5BB16;
        box-shadow: 0 0 0 3px rgba(245,187,22,0.15);
    }

.auth-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    color: rgba(10,14,26,0.45);
}

.auth-meta-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .auth-meta-left i {
        font-size: 13px;
    }

    .auth-meta-left strong {
        color: rgba(10,14,26,0.7);
        font-weight: 600;
    }

/* ================================================================
   Full-page loading overlay
   ================================================================ */
.auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #0a0e1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.auth-overlay-ring {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 3px solid rgba(245,187,22,0.15);
    border-top-color: #F5BB16;
    animation: auth-spin 0.8s linear infinite;
}

.auth-overlay-label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    letter-spacing: 0.3px;
    font-family: 'Inter','Segoe UI',sans-serif;
}

.auth-overlay-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    font-family: 'Inter','Segoe UI',sans-serif;
}

/* ================================================================
   Responsive
   ================================================================ */
@media (max-width: 768px) {
    .auth-card {
        grid-template-columns: 1fr;
        max-width: 440px;
    }

    .auth-brand-panel {
        padding: 28px 24px;
        min-height: 260px;
    }

    .auth-headline {
        font-size: 22px;
    }

    .auth-form-panel {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .auth-page {
        padding: 12px;
    }

    .auth-brand-panel {
        min-height: 200px;
        padding: 20px 18px;
    }

    .auth-headline {
        font-size: 18px;
    }

    .auth-headline-sub {
        display: none;
    }

    .auth-form-panel {
        padding: 24px 18px;
    }

    .auth-otp-box {
        height: 46px;
        font-size: 18px;
    }
}

/* ================================================================
   ResetPassword additions
   ================================================================ */

/* Error banner */
.auth-error-banner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    border: 0.5px solid #fecaca;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    color: #b91c1c;
    margin-bottom: 16px;
}

    .auth-error-banner i {
        font-size: 15px;
        flex-shrink: 0;
    }

/* Password strength meter */
.auth-strength {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 0 2px;
}

.auth-strength-bars {
    display: flex;
    gap: 4px;
    flex: 1;
}

.auth-strength-bar {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(10,14,26,0.1);
    transition: background 0.25s;
}
    /* Score 1 — Weak: red */
    .auth-strength-bar.on-1 {
        background: #ef4444;
    }
    /* Score 2 — Fair: amber */
    .auth-strength-bar.on-2 {
        background: #f59e0b;
    }
    /* Score 3 — Good: blue */
    .auth-strength-bar.on-3 {
        background: #3b82f6;
    }
    /* Score 4 — Strong: green */
    .auth-strength-bar.on-4 {
        background: #10b981;
    }

.auth-strength-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 42px;
    text-align: right;
    color: rgba(10,14,26,0.3);
    transition: color 0.25s;
}

    .auth-strength-label.s-1 {
        color: #ef4444;
    }

    .auth-strength-label.s-2 {
        color: #f59e0b;
    }

    .auth-strength-label.s-3 {
        color: #3b82f6;
    }

    .auth-strength-label.s-4 {
        color: #10b981;
    }

/* Match icon — appears inside confirm field */
.auth-match {
    position: absolute;
    right: 14px;
    color: #10b981;
    font-size: 17px;
    pointer-events: none;
}

.auth-input.is-match {
    border-color: #10b981 !important;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.1) !important;
}

/* Requirements checklist */
.auth-reqs {
    background: rgba(10,14,26,0.03);
    border: 0.5px solid rgba(10,14,26,0.07);
    border-radius: 9px;
    padding: 11px 14px;
    margin-bottom: 18px;
}

.auth-reqs-title {
    font-size: 10px;
    font-weight: 600;
    color: rgba(10,14,26,0.4);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.auth-reqs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 12px;
}

.auth-req {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: rgba(10,14,26,0.4);
    transition: color 0.2s;
}

    .auth-req i {
        font-size: 13px;
        flex-shrink: 0;
        color: rgba(10,14,26,0.2);
        transition: color 0.2s;
    }

    .auth-req.met {
        color: rgba(10,14,26,0.75);
        font-weight: 500;
    }

        .auth-req.met i {
            color: #10b981;
        }

/* ================================================================
   ResetPasswordConfirmation additions
   ================================================================ */

/* Big success icon */
.auth-confirm-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(16,185,129,0.1), rgba(245,187,22,0.08));
    border: 0.5px solid rgba(16,185,129,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .auth-confirm-icon i {
        font-size: 28px;
        color: #10b981;
    }

/* Security notice */
.auth-confirm-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(10,14,26,0.03);
    border: 0.5px solid rgba(10,14,26,0.07);
    border-radius: 9px;
    padding: 12px 14px;
    font-size: 11.5px;
    color: rgba(10,14,26,0.55);
    line-height: 1.6;
    margin-bottom: 18px;
}

    .auth-confirm-notice i {
        font-size: 16px;
        color: #F5BB16;
        flex-shrink: 0;
        margin-top: 1px;
    }

/* ================================================================
   ForgotPassword additions
   ================================================================ */

/* Lock icon above the form head */
.auth-fp-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a2454, #0a0e1a);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 6px 20px rgba(10,14,26,0.18);
}

    .auth-fp-icon i {
        font-size: 22px;
        color: #F5BB16;
    }

/* Info notice — "link expires in 15 min" */
.auth-info-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(10,14,26,0.03);
    border: 0.5px solid rgba(10,14,26,0.07);
    border-radius: 9px;
    padding: 12px 14px;
    font-size: 11.5px;
    color: rgba(10,14,26,0.55);
    line-height: 1.6;
    margin-top: 14px;
}

    .auth-info-notice i {
        font-size: 15px;
        color: #F5BB16;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .auth-info-notice strong {
        color: rgba(10,14,26,0.8);
        font-weight: 600;
    }

/* ================================================================
   ForgotPasswordConfirmation additions
   ================================================================ */

/* Mail sent icon tile */
.auth-sent-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(10,14,26,0.06), rgba(245,187,22,0.08));
    border: 0.5px solid rgba(245,187,22,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .auth-sent-icon i {
        font-size: 26px;
        color: #F5BB16;
    }

/* ================================================================
   In-app Change Password (Account/Manage/ChangePassword)
   Uses auth.css — these additions handle the in-app layout variant
   ================================================================ */

/* Page wrapper — sits inside the app shell (no full-page dark bg) */
.auth-page.auth-inapp {
    min-height: calc(100vh - 56px);
    background: #f4f3ef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 28px 20px 48px;
    font-family: 'Inter','Segoe UI',sans-serif;
}

/* Breadcrumb */
.auth-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(10,14,26,0.45);
    margin-bottom: 20px;
    align-self: flex-start;
    max-width: 560px;
    width: 100%;
}

    .auth-breadcrumb a {
        color: rgba(10,14,26,0.55);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.15s;
    }

        .auth-breadcrumb a:hover {
            color: #0a0e1a;
        }

    .auth-breadcrumb i {
        font-size: 14px;
        opacity: 0.4;
    }

    .auth-breadcrumb .current {
        color: #0a0e1a;
        font-weight: 600;
    }

/* Card — narrower centred card for in-app use */
.auth-inapp .auth-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 560px;
    border-radius: 18px;
    overflow: hidden;
    border: 0.5px solid rgba(10,14,26,0.08);
    box-shadow: 0 8px 32px rgba(10,14,26,0.08);
    grid-template-columns: unset;
    min-height: unset;
}

/* Gradient header band */
.auth-header {
    background: linear-gradient(135deg, #1a2454 0%, #0a0e1a 60%, #1a2454 100%);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

/* Decorative rings on header */
.auth-header-rings {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    opacity: 0.15;
    pointer-events: none;
}

.auth-header-text {
    position: relative;
    z-index: 1;
}

.auth-header-kicker {
    font-size: 9px;
    color: #F5BB16;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.auth-header-title {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.3px;
}

/* Icon tile on header */
.auth-header-tile {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(245,187,22,0.15);
    border: 0.5px solid rgba(245,187,22,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

    .auth-header-tile i {
        font-size: 20px;
        color: #F5BB16;
    }

/* Form panel — in-app version (no split, full width) */
.auth-inapp .auth-form-panel {
    background: #ffffff;
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Status messages */
.auth-status {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    border-radius: 9px;
    padding: 11px 14px;
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 16px;
}

    .auth-status i {
        font-size: 16px;
        flex-shrink: 0;
        margin-top: 1px;
    }

    .auth-status.error {
        background: #fef2f2;
        border: 0.5px solid #fecaca;
        color: #b91c1c;
    }

    .auth-status.success {
        background: #f0fdf4;
        border: 0.5px solid #bbf7d0;
        color: #166534;
    }

/* Actions row — cancel + submit side by side */
.auth-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.auth-btn-secondary {
    height: 50px;
    padding: 0 22px;
    background: transparent;
    color: rgba(10,14,26,0.6);
    border: 0.5px solid rgba(10,14,26,0.15);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    flex-shrink: 0;
}

    .auth-btn-secondary:hover:not(:disabled) {
        background: rgba(10,14,26,0.04);
        border-color: rgba(10,14,26,0.25);
        color: #0a0e1a;
    }

    .auth-btn-secondary:disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

.auth-actions .auth-btn {
    flex: 1;
}

/* ── Responsive ── */
@media (max-width: 600px) {
    .auth-inapp .auth-form-panel {
        padding: 22px 18px;
    }

    .auth-header {
        padding: 20px 18px;
    }

    .auth-actions {
        flex-direction: column-reverse;
    }

        .auth-actions .auth-btn,
        .auth-btn-secondary {
            width: 100%;
        }
}

/* ── Auth brand logo SVG (replaces the P badge) ── */
.auth-brand-logo-svg {
    flex-shrink: 0;
    filter: drop-shadow(0 3px 8px rgba(245, 187, 22, 0.25));
}

/* ── Feature points list (replaces stats grid on auth left panel) ── */
.auth-points {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-point {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 12px;
    color: rgba(248, 250, 252, 0.80);
    line-height: 1.5;
}

    .auth-point strong {
        color: #F5BB16;
        font-weight: 600;
    }

.auth-point-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: rgba(245, 187, 22, 0.12);
    border: 0.5px solid rgba(245, 187, 22, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

    .auth-point-icon i {
        font-size: 14px;
        color: #F5BB16;
    }
