/* ══════════════════════════════════════════════════════════════════
   FALCON INSURANCE GROUP — Super Admin & Manager Panels
   Premium White Edition · v1.3 · Aggressive specificity for themes
   ══════════════════════════════════════════════════════════════════ */

.vpc-sa-wrap, .vpc-sa-wrap *,
.vpc-mgr-wrap, .vpc-mgr-wrap * { box-sizing: border-box !important; }

/* ══════════════════════════════════════════════════════════════════
   SUPER ADMIN
   ══════════════════════════════════════════════════════════════════ */

.vpc-sa-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 24px 16px !important;
    color: #0f1117 !important;
    background: transparent !important;
    -webkit-font-smoothing: antialiased;
}

/* ── HEADER — premium, light, two-row layout (desktop) ─────────────── */
.vpc-sa-wrap .vpc-sa-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%) !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    margin-bottom: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    box-shadow: 0 4px 24px rgba(15,17,23,.06), 0 1px 4px rgba(15,17,23,.04) !important;
    position: relative !important;
    overflow: hidden !important;
    color: #0f1117 !important;
}

/* Crimson left bar */
.vpc-sa-wrap .vpc-sa-header::before {
    content: '' !important;
    position: absolute !important;
    left: 0; top: 0; bottom: 0 !important;
    width: 5px !important;
    background: linear-gradient(180deg, #5c000c 0%, #c0001a 50%, #e8304a 100%) !important;
    border-radius: 20px 0 0 20px !important;
    z-index: 1 !important;
}

/* Subtle radial glow top-right */
.vpc-sa-wrap .vpc-sa-header::after {
    content: '' !important;
    position: absolute !important;
    right: -80px; top: -80px !important;
    width: 280px; height: 280px !important;
    background: radial-gradient(circle, rgba(192,0,26,.05) 0%, transparent 65%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

/* Top row: logo + title (desktop) */
.vpc-sa-wrap .vpc-sa-header-left {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    position: relative !important;
    z-index: 2 !important;
}

.vpc-sa-wrap .vpc-sa-logo-wrap {
    flex-shrink: 0 !important;
    width: 88px !important;
    height: 88px !important;
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 16px !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 10px rgba(15,17,23,.07) !important;
}
.vpc-sa-wrap .vpc-sa-logo-wrap img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.08)) !important;
}

/* Title block (center) */
.vpc-sa-wrap .vpc-sa-header-title { position: relative !important; z-index: 2 !important; }
.vpc-sa-wrap .vpc-sa-header-title h1 {
    margin: 0 0 4px 0 !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    letter-spacing: -.025em !important;
    line-height: 1.2 !important;
    text-shadow: none !important;
}
.vpc-sa-wrap .vpc-sa-header-title p {
    margin: 0 0 8px 0 !important;
    font-size: .82rem !important;
    color: #6b7385 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}
.vpc-sa-wrap .vpc-sa-super-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: linear-gradient(135deg, #5c000c, #c0001a) !important;
    color: #fff !important;
    font-size: .66rem !important;
    font-weight: 800 !important;
    padding: 4px 11px !important;
    border-radius: 20px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-shadow: 0 2px 8px rgba(192,0,26,.28) !important;
    line-height: 1 !important;
}

/* Stats block (full-width row below) */
.vpc-sa-wrap .vpc-sa-header-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 12px !important;
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
}
.vpc-sa-wrap .vpc-sa-hstat {
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 12px !important;
    padding: 14px 16px !important;
    text-align: center !important;
    box-shadow: 0 1px 3px rgba(15,17,23,.05) !important;
    transition: box-shadow .15s, transform .15s !important;
}
.vpc-sa-wrap .vpc-sa-hstat:hover {
    box-shadow: 0 4px 14px rgba(15,17,23,.08) !important;
    transform: translateY(-1px) !important;
}
.vpc-sa-wrap .vpc-sa-hstat-val {
    display: block !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    color: #c0001a !important;
    line-height: 1 !important;
    letter-spacing: -.04em !important;
    font-variant-numeric: tabular-nums !important;
    margin: 0 !important;
}
.vpc-sa-wrap .vpc-sa-hstat-lbl {
    display: block !important;
    font-size: .62rem !important;
    color: #9ba3b5 !important;
    text-transform: uppercase !important;
    letter-spacing: .09em !important;
    margin-top: 5px !important;
    font-weight: 800 !important;
}

/* Mobile: header stays single column with 2x2 stats - already perfect */
@media (max-width: 820px) {
    .vpc-sa-wrap .vpc-sa-header {
        padding: 20px 22px !important;
        gap: 18px !important;
    }
    .vpc-sa-wrap .vpc-sa-header-stats {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}
@media (max-width: 520px) {
    .vpc-sa-wrap .vpc-sa-header-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .vpc-sa-wrap .vpc-sa-header-left { gap: 12px !important; }
    .vpc-sa-wrap .vpc-sa-logo-wrap { width: 64px !important; height: 64px !important; }
    .vpc-sa-wrap .vpc-sa-header-title h1 { font-size: 1.15rem !important; }
}

/* ── TABS ──────────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-tabs {
    display: inline-flex !important;
    gap: 3px !important;
    margin-bottom: 20px !important;
    background: #f1f3f7 !important;
    padding: 4px !important;
    border-radius: 12px !important;
    border: 1px solid #e4e7ed !important;
    box-shadow: 0 1px 2px rgba(15,17,23,.04) !important;
}
.vpc-sa-wrap .vpc-sa-tab {
    padding: 9px 20px !important;
    border-radius: 8px !important;
    font-size: .86rem !important;
    font-weight: 600 !important;
    color: #6b7385 !important;
    text-decoration: none !important;
    transition: all .15s !important;
    letter-spacing: .01em !important;
    background: transparent !important;
    border: none !important;
}
.vpc-sa-wrap .vpc-sa-tab:hover {
    background: #fff !important;
    color: #0f1117 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 3px rgba(15,17,23,.06) !important;
}
.vpc-sa-wrap .vpc-sa-tab.active {
    background: #c0001a !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(192,0,26,.28) !important;
    font-weight: 700 !important;
}

/* ── CARDS ─────────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-card {
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 16px !important;
    padding: 24px 26px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 2px 12px rgba(15,17,23,.05), 0 1px 3px rgba(15,17,23,.03) !important;
    position: relative !important;
    color: #0f1117 !important;
}
.vpc-sa-wrap .vpc-sa-card h2 {
    margin: 0 0 18px 0 !important;
    font-size: .92rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    border-bottom: 1px solid #e4e7ed !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: transparent !important;
}

/* Section labels */
.vpc-sa-wrap .vpc-sa-section-label {
    font-size: .70rem !important;
    font-weight: 800 !important;
    color: #c0001a !important;
    text-transform: uppercase !important;
    letter-spacing: .10em !important;
    margin: 20px 0 10px 0 !important;
    padding-bottom: 6px !important;
    border-bottom: 1px solid #fbb8be !important;
}
.vpc-sa-wrap .vpc-sa-section-label:first-child { margin-top: 0 !important; }

/* ── FORM GRID ─────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    margin-bottom: 6px !important;
}
.vpc-sa-wrap .vpc-sa-field { display: flex !important; flex-direction: column !important; }
.vpc-sa-wrap .vpc-sa-field-full { grid-column: 1 / -1 !important; }
.vpc-sa-wrap .vpc-sa-field-cb { justify-content: flex-end !important; padding-bottom: 4px !important; }

.vpc-sa-wrap .vpc-sa-field label {
    font-size: .72rem !important;
    font-weight: 700 !important;
    color: #3d4452 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    display: block !important;
}

.vpc-sa-wrap .vpc-sa-field input:not([type=checkbox]),
.vpc-sa-wrap .vpc-sa-field select,
.vpc-sa-wrap .vpc-sa-field textarea {
    width: 100% !important;
    padding: 10px 13px !important;
    border: 1.5px solid #d1d5de !important;
    border-radius: 10px !important;
    font-size: .88rem !important;
    outline: none !important;
    font-family: inherit !important;
    transition: border-color .2s, box-shadow .2s !important;
    background: #fff !important;
    color: #0f1117 !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
}
.vpc-sa-wrap .vpc-sa-field input:focus,
.vpc-sa-wrap .vpc-sa-field select:focus,
.vpc-sa-wrap .vpc-sa-field textarea:focus {
    border-color: #c0001a !important;
    box-shadow: 0 0 0 3px rgba(192,0,26,.10) !important;
}
.vpc-sa-wrap .vpc-sa-field textarea { resize: vertical !important; min-height: 72px !important; }

.vpc-sa-wrap .vpc-sa-form-actions {
    display: flex !important;
    gap: 10px !important;
    margin-top: 18px !important;
    flex-wrap: wrap !important;
}

/* ── BUTTONS ───────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-btn,
.vpc-sa-wrap button.vpc-sa-btn,
.vpc-sa-wrap a.vpc-sa-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-size: .87rem !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all .15s !important;
    background: #f1f3f7 !important;
    color: #3d4452 !important;
    line-height: 1 !important;
    letter-spacing: .01em !important;
    font-family: inherit !important;
    text-shadow: none !important;
    text-transform: none !important;
    box-shadow: 0 1px 2px rgba(15,17,23,.04) !important;
}
.vpc-sa-wrap .vpc-sa-btn:hover {
    transform: translateY(-1px) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(15,17,23,.10) !important;
}
.vpc-sa-wrap .vpc-sa-btn.primary {
    background: linear-gradient(135deg, #c0001a, #8a0012) !important;
    color: #fff !important;
    box-shadow: 0 2px 10px rgba(192,0,26,.30) !important;
}
.vpc-sa-wrap .vpc-sa-btn.primary:hover {
    background: linear-gradient(135deg, #8a0012, #5c000c) !important;
    box-shadow: 0 4px 16px rgba(192,0,26,.42) !important;
}
.vpc-sa-wrap .vpc-sa-btn.danger  { background: #7f1d1d !important; color: #fff !important; box-shadow: 0 2px 8px rgba(127,29,29,.3) !important; }
.vpc-sa-wrap .vpc-sa-btn.success { background: #15803d !important; color: #fff !important; box-shadow: 0 2px 8px rgba(21,128,61,.3) !important; }
.vpc-sa-wrap .vpc-sa-btn.warning { background: #b45309 !important; color: #fff !important; box-shadow: 0 2px 8px rgba(180,83,9,.3) !important; }
.vpc-sa-wrap .vpc-sa-btn.info    { background: #1d4ed8 !important; color: #fff !important; box-shadow: 0 2px 8px rgba(29,78,216,.3) !important; }
.vpc-sa-wrap .vpc-sa-btn.sm      { padding: 6px 12px !important; font-size: .76rem !important; border-radius: 7px !important; }
.vpc-sa-wrap .vpc-sa-btn.full    { width: 100% !important; padding: 12px !important; font-size: .94rem !important; }

/* ── TABLE ─────────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-table-wrap {
    overflow-x: auto !important;
    border-radius: 14px !important;
    border: 1px solid #e4e7ed !important;
    box-shadow: 0 1px 3px rgba(15,17,23,.04) !important;
    background: #fff !important;
}
.vpc-sa-wrap .vpc-sa-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: .87rem !important;
    background: #fff !important;
    margin: 0 !important;
}
.vpc-sa-wrap .vpc-sa-table th {
    background: #0f1117 !important;
    padding: 11px 14px !important;
    text-align: left !important;
    font-size: .69rem !important;
    color: #eef0f4 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    border-bottom: none !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
}
.vpc-sa-wrap .vpc-sa-table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #f1f3f7 !important;
    vertical-align: middle !important;
    color: #3d4452 !important;
    background: #fff !important;
}
.vpc-sa-wrap .vpc-sa-table tr:last-child td { border-bottom: none !important; }
.vpc-sa-wrap .vpc-sa-table tr:hover td { background: #f8f9fb !important; }
.vpc-sa-wrap .vpc-sa-row-inactive td { opacity: .45 !important; }
.vpc-sa-wrap .vpc-sa-actions { display: flex !important; gap: 6px !important; flex-wrap: wrap !important; align-items: center !important; }

/* ── BADGES ────────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    font-size: .70rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}
.vpc-sa-wrap .vpc-sa-badge::before {
    content: '' !important;
    width: 5px !important; height: 5px !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: .7 !important;
    flex-shrink: 0 !important;
}
.vpc-sa-wrap .vpc-sa-badge.active    { background: #edfaf2 !important; color: #166534 !important; border: 1px solid #bbf7d0 !important; }
.vpc-sa-wrap .vpc-sa-badge.inactive  { background: #fff4f5 !important; color: #991b1b !important; border: 1px solid #fbb8be !important; }
.vpc-sa-wrap .vpc-sa-badge.pending   { background: #fefce8 !important; color: #854d0e !important; border: 1px solid #fde68a !important; }
.vpc-sa-wrap .vpc-sa-badge.cancelled { background: #f1f3f7 !important; color: #6b7385 !important; border: 1px solid #e4e7ed !important; }
.vpc-sa-wrap .vpc-sa-badge.expired   { background: #f3f0ff !important; color: #6d28d9 !important; border: 1px solid #ddd6fe !important; }

/* ── NOTICES ───────────────────────────────────────────────────────── */
.vpc-sa-wrap .vpc-sa-notice {
    padding: 13px 16px !important;
    border-radius: 10px !important;
    margin-bottom: 18px !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.vpc-sa-wrap .vpc-sa-notice.success {
    background: #edfaf2 !important;
    color: #166534 !important;
    border-left: 4px solid #22c55e !important;
}
.vpc-sa-wrap .vpc-sa-notice.error {
    background: #fff4f5 !important;
    color: #991b1b !important;
    border-left: 4px solid #c0001a !important;
}

.vpc-sa-wrap .vpc-sa-error {
    background: #fff4f5 !important;
    color: #991b1b !important;
    padding: 16px !important;
    border-radius: 10px !important;
    border: 1px solid #fbb8be !important;
    font-size: .88rem !important;
}
.vpc-sa-wrap .vpc-sa-empty {
    color: #9ba3b5 !important;
    font-style: italic !important;
    font-size: .88rem !important;
    padding: 12px 0 !important;
}

/* Reset password inline form */
.vpc-sa-wrap .vpc-sa-reset-form {
    background: #f8f9fb !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    margin-top: 10px !important;
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
.vpc-sa-wrap .vpc-sa-reset-form input[type=password] {
    padding: 8px 12px !important;
    border: 1.5px solid #d1d5de !important;
    border-radius: 8px !important;
    font-size: .85rem !important;
    outline: none !important;
    font-family: inherit !important;
    background: #fff !important;
    color: #0f1117 !important;
    flex: 1 !important;
    min-width: 140px !important;
}
.vpc-sa-wrap .vpc-sa-reset-form input[type=password]:focus {
    border-color: #c0001a !important;
    box-shadow: 0 0 0 3px rgba(192,0,26,.10) !important;
}

/* ══════════════════════════════════════════════════════════════════
   MANAGER PANEL — Premium White + Blue accents
   ══════════════════════════════════════════════════════════════════ */

.vpc-mgr-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Roboto, sans-serif !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 24px 16px !important;
    color: #0f1117 !important;
    background: transparent !important;
    -webkit-font-smoothing: antialiased;
}

/* Manager LOGIN box */
.vpc-mgr-wrap .vpc-mgr-login-box {
    max-width: 410px !important;
    margin: 48px auto !important;
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 20px !important;
    padding: 42px 38px !important;
    box-shadow: 0 8px 36px rgba(15,17,23,.10), 0 2px 8px rgba(15,17,23,.05) !important;
    text-align: center !important;
}
.vpc-mgr-wrap .vpc-mgr-login-icon { font-size: 2.6rem !important; margin-bottom: 14px !important; display: block !important; }
.vpc-mgr-wrap .vpc-mgr-login-box h2 {
    margin: 0 0 6px 0 !important;
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    letter-spacing: -.025em !important;
}
.vpc-mgr-wrap .vpc-mgr-login-box > p {
    color: #6b7385 !important;
    margin: 0 0 26px 0 !important;
    font-size: .88rem !important;
}
.vpc-mgr-wrap .vpc-mgr-login-form { text-align: left !important; }

/* Manager HEADER */
.vpc-mgr-wrap .vpc-mgr-header {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    gap: 18px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%) !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 20px !important;
    padding: 20px 26px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 24px rgba(15,17,23,.06), 0 1px 4px rgba(15,17,23,.04) !important;
    position: relative !important;
    overflow: hidden !important;
    color: #0f1117 !important;
}
.vpc-mgr-wrap .vpc-mgr-header::before {
    content: '' !important;
    position: absolute !important;
    left: 0; top: 0; bottom: 0 !important;
    width: 5px !important;
    background: linear-gradient(180deg, #1e3a5f, #2563eb) !important;
    border-radius: 20px 0 0 20px !important;
}
.vpc-mgr-wrap .vpc-mgr-header h1 {
    margin: 0 0 3px 0 !important;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    letter-spacing: -.025em !important;
}
.vpc-mgr-wrap .vpc-mgr-header span {
    font-size: .82rem !important;
    color: #6b7385 !important;
    font-weight: 500 !important;
}

/* Manager STATS */
.vpc-mgr-wrap .vpc-mgr-stats {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
}
.vpc-mgr-wrap .vpc-mgr-stat {
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 14px !important;
    padding: 16px !important;
    text-align: center !important;
    box-shadow: 0 1px 3px rgba(15,17,23,.05) !important;
    transition: box-shadow .15s, transform .15s !important;
}
.vpc-mgr-wrap .vpc-mgr-stat:hover {
    box-shadow: 0 4px 14px rgba(15,17,23,.08) !important;
    transform: translateY(-1px) !important;
}
.vpc-mgr-wrap .vpc-mgr-stat .num {
    display: block !important;
    font-size: 1.75rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    line-height: 1 !important;
    letter-spacing: -.04em !important;
    font-variant-numeric: tabular-nums !important;
}
.vpc-mgr-wrap .vpc-mgr-stat .lbl {
    display: block !important;
    font-size: .64rem !important;
    color: #9ba3b5 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    margin-top: 5px !important;
    font-weight: 800 !important;
}
.vpc-mgr-wrap .vpc-mgr-stat.active .num   { color: #16a34a !important; }
.vpc-mgr-wrap .vpc-mgr-stat.inactive .num { color: #c0001a !important; }
.vpc-mgr-wrap .vpc-mgr-stat.warning .num  { color: #d97706 !important; }

/* Manager CARD */
.vpc-mgr-wrap .vpc-mgr-card {
    background: #fff !important;
    border: 1px solid #e4e7ed !important;
    border-radius: 16px !important;
    padding: 22px 24px !important;
    margin-bottom: 18px !important;
    box-shadow: 0 2px 12px rgba(15,17,23,.05), 0 1px 3px rgba(15,17,23,.03) !important;
    color: #0f1117 !important;
}
.vpc-mgr-wrap .vpc-mgr-card h2 {
    margin: 0 0 18px 0 !important;
    font-size: .92rem !important;
    font-weight: 800 !important;
    color: #0f1117 !important;
    border-bottom: 1px solid #e4e7ed !important;
    padding-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    background: transparent !important;
}

/* Manager FORM */
.vpc-mgr-wrap .vpc-mgr-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 14px !important;
}
.vpc-mgr-wrap .vpc-mgr-field { display: flex !important; flex-direction: column !important; margin-bottom: 2px !important; }
.vpc-mgr-wrap .vpc-mgr-field.full { grid-column: 1 / -1 !important; }
.vpc-mgr-wrap .vpc-mgr-field.checkbox { justify-content: flex-end !important; padding-bottom: 4px !important; }
.vpc-mgr-wrap .vpc-mgr-field label {
    font-size: .72rem !important;
    font-weight: 700 !important;
    color: #3d4452 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    display: block !important;
}
.vpc-mgr-wrap .vpc-mgr-field input:not([type=checkbox]),
.vpc-mgr-wrap .vpc-mgr-field select,
.vpc-mgr-wrap .vpc-mgr-field textarea {
    width: 100% !important;
    padding: 10px 13px !important;
    border: 1.5px solid #d1d5de !important;
    border-radius: 10px !important;
    font-size: .88rem !important;
    outline: none !important;
    font-family: inherit !important;
    background: #fff !important;
    color: #0f1117 !important;
    transition: border-color .2s, box-shadow .2s !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
}
.vpc-mgr-wrap .vpc-mgr-field input:focus,
.vpc-mgr-wrap .vpc-mgr-field select:focus,
.vpc-mgr-wrap .vpc-mgr-field textarea:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37,99,235,.10) !important;
}
.vpc-mgr-wrap .vpc-mgr-form-actions { display: flex !important; gap: 10px !important; margin-top: 18px !important; flex-wrap: wrap !important; }

/* Manager BUTTONS */
.vpc-mgr-wrap .vpc-mgr-btn,
.vpc-mgr-wrap button.vpc-mgr-btn,
.vpc-mgr-wrap a.vpc-mgr-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 10px 20px !important;
    border-radius: 10px !important;
    font-size: .87rem !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    transition: all .15s !important;
    background: #f1f3f7 !important;
    color: #3d4452 !important;
    line-height: 1 !important;
    font-family: inherit !important;
    text-shadow: none !important;
    text-transform: none !important;
    box-shadow: 0 1px 2px rgba(15,17,23,.04) !important;
}
.vpc-mgr-wrap .vpc-mgr-btn:hover { transform: translateY(-1px) !important; box-shadow: 0 4px 12px rgba(15,17,23,.10) !important; text-decoration: none !important; }
.vpc-mgr-wrap .vpc-mgr-btn.primary { background: linear-gradient(135deg, #2563eb, #1d4ed8) !important; color: #fff !important; box-shadow: 0 2px 10px rgba(37,99,235,.30) !important; }
.vpc-mgr-wrap .vpc-mgr-btn.primary:hover { box-shadow: 0 4px 16px rgba(37,99,235,.42) !important; }
.vpc-mgr-wrap .vpc-mgr-btn.danger  { background: #c0001a !important; color: #fff !important; box-shadow: 0 2px 8px rgba(192,0,26,.30) !important; }
.vpc-mgr-wrap .vpc-mgr-btn.info    { background: #0ea5e9 !important; color: #fff !important; box-shadow: 0 2px 8px rgba(14,165,233,.30) !important; }
.vpc-mgr-wrap .vpc-mgr-btn.full    { width: 100% !important; padding: 12px !important; font-size: .95rem !important; }
.vpc-mgr-wrap .vpc-mgr-btn.sm      { padding: 6px 12px !important; font-size: .76rem !important; border-radius: 7px !important; }

/* Manager TABLE */
.vpc-mgr-wrap .vpc-mgr-table-wrap {
    overflow-x: auto !important;
    border-radius: 14px !important;
    border: 1px solid #e4e7ed !important;
    box-shadow: 0 1px 3px rgba(15,17,23,.04) !important;
    background: #fff !important;
}
.vpc-mgr-wrap .vpc-mgr-table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: .87rem !important;
    background: #fff !important;
    margin: 0 !important;
}
.vpc-mgr-wrap .vpc-mgr-table th {
    background: #0f1117 !important;
    padding: 11px 14px !important;
    text-align: left !important;
    font-size: .69rem !important;
    color: #eef0f4 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    border-bottom: none !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
}
.vpc-mgr-wrap .vpc-mgr-table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #f1f3f7 !important;
    vertical-align: middle !important;
    color: #3d4452 !important;
    background: #fff !important;
}
.vpc-mgr-wrap .vpc-mgr-table tr:last-child td { border-bottom: none !important; }
.vpc-mgr-wrap .vpc-mgr-table tr:hover td { background: #f8f9fb !important; }
.vpc-mgr-wrap .vpc-mgr-row-actions { display: flex !important; gap: 6px !important; flex-wrap: wrap !important; }

/* Manager BADGES */
.vpc-mgr-wrap .vpc-mgr-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 3px 10px !important;
    border-radius: 20px !important;
    font-size: .70rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}
.vpc-mgr-wrap .vpc-mgr-badge::before {
    content: '' !important;
    width: 5px !important; height: 5px !important;
    border-radius: 50% !important;
    background: currentColor !important;
    opacity: .7 !important;
    flex-shrink: 0 !important;
}
.vpc-mgr-wrap .vpc-mgr-badge.active    { background: #edfaf2 !important; color: #16a34a !important; border: 1px solid #bbf7d0 !important; }
.vpc-mgr-wrap .vpc-mgr-badge.inactive  { background: #fff4f5 !important; color: #c0001a !important; border: 1px solid #fbb8be !important; }
.vpc-mgr-wrap .vpc-mgr-badge.pending   { background: #fefce8 !important; color: #a16207 !important; border: 1px solid #fde68a !important; }
.vpc-mgr-wrap .vpc-mgr-badge.cancelled { background: #f1f3f7 !important; color: #6b7385 !important; border: 1px solid #e4e7ed !important; }
.vpc-mgr-wrap .vpc-mgr-badge.expired   { background: #f3f0ff !important; color: #9d174d !important; border: 1px solid #ddd6fe !important; }

/* Manager NOTICES */
.vpc-mgr-wrap .vpc-mgr-notice {
    padding: 13px 16px !important;
    border-radius: 10px !important;
    margin-bottom: 16px !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.vpc-mgr-wrap .vpc-mgr-notice.success { background: #edfaf2 !important; color: #15803d !important; border-left: 4px solid #22c55e !important; }
.vpc-mgr-wrap .vpc-mgr-notice.error   { background: #fff4f5 !important; color: #b91c1c !important; border-left: 4px solid #c0001a !important; }
.vpc-mgr-wrap .vpc-mgr-empty { color: #9ba3b5 !important; font-style: italic !important; font-size: .88rem !important; }

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .vpc-mgr-wrap .vpc-mgr-stats { grid-template-columns: repeat(2, 1fr) !important; }
    .vpc-mgr-wrap .vpc-mgr-header { grid-template-columns: 1fr !important; gap: 14px !important; }
}
@media (max-width: 520px) {
    .vpc-sa-wrap .vpc-sa-grid, .vpc-mgr-wrap .vpc-mgr-grid { grid-template-columns: 1fr !important; }
    .vpc-mgr-wrap .vpc-mgr-stats { grid-template-columns: repeat(2, 1fr) !important; }
}
