
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* Featured Fast Offers CSS */
@keyframes fastpay-pulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(245, 193, 108, 0.2)); }
    50% { transform: scale(1.1); filter: drop-shadow(0 0 10px rgba(245, 193, 108, 0.6)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 2px rgba(245, 193, 108, 0.2)); }
}

.fast-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.fast-offer-card {
    background: rgba(0,0,0,0.2) !important;
    border: 1px solid rgba(245, 193, 108, 0.15) !important;
    border-radius: 14px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: all 0.3s cubic-bezier(.16,1,.3,1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.fast-offer-card:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(245, 193, 108, 0.5) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35), 0 0 20px rgba(245, 193, 108, 0.08) !important;
    background: rgba(255, 255, 255, 0.01) !important;
}

.fast-offer-card:hover .btn-offer-details {
    background: #f5c16c !important;
    border-color: #f5c16c !important;
    color: #050505 !important;
    box-shadow: 0 4px 12px rgba(245, 193, 108, 0.25) !important;
}

.btn-offer-details {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid var(--border) !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

@keyframes fastpay-glow {
    0% {
        box-shadow: 0 0 6px rgba(245, 193, 108, 0.3), 0 0 10px rgba(245, 193, 108, 0.15);
    }
    50% {
        box-shadow: 0 0 18px rgba(245, 193, 108, 0.8), 0 0 25px rgba(245, 193, 108, 0.5);
        border-color: rgba(245, 193, 108, 0.7) !important;
    }
    100% {
        box-shadow: 0 0 6px rgba(245, 193, 108, 0.3), 0 0 10px rgba(245, 193, 108, 0.15);
    }
}
@keyframes gloss-sweep {
    0% { background-position: -150px 0; }
    100% { background-position: 150px 0; }
}
.zover-dashboard .stat-link-btn-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 8px 0 0 0;
    padding: 8px 16px;
    font-size: .75rem;
    font-weight: 800;
    text-decoration: none;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all .25s ease;
    cursor: pointer;
}
.zover-dashboard .stat-link-btn-glow::after {
    content: "\2197";
    font-size: .85rem;
}
.fastpay-shine {
    animation: fastpay-glow 2.5s infinite ease-in-out;
    background: linear-gradient(135deg, #f5c16c, #e0a340) !important;
    color: #050505 !important;
    border: 1px solid rgba(245, 193, 108, 0.3) !important;
    position: relative;
    overflow: hidden;
}
.fastpay-shine::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-size: 150px 100%;
    background-repeat: no-repeat;
    animation: gloss-sweep 3s infinite linear;
}
.fastpay-shine:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(245, 193, 108, 0.7);
    filter: brightness(1.1);
}

body,
.zover-dashboard,
.sidebar,
.zover-dashboard h1,
.zover-dashboard h2,
.zover-dashboard h3,
.zover-dashboard h4,
.zover-dashboard h5,
.zover-dashboard h6,
.zover-dashboard p,
.zover-dashboard a,
.zover-dashboard button,
.zover-dashboard input,
.zover-dashboard select,
.zover-dashboard textarea,
.zover-dashboard table,
.zover-dashboard .stat-card,
.zover-dashboard .kpi-group-header,
.zover-dashboard .dashboard-header {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

:root {
    --primary-bg: #0B100D;
    --secondary-bg: #141C16;
    --surface: #1B241D;
    --surface-hover: #222C24;
    --primary-emerald: #00A651;
    --deep-emerald: #006B3F;
    --emerald-glow: #00C86A;
    --text-primary: #FFFFFF;
    --text-secondary: #B8B8B8;
    --border: rgba(120,150,125,0.15);
    --warning: #f5c16c;
    --radius: 18px;
    --radius-sm: 12px;
    --shadow: 0 24px 70px rgba(0,0,0,.68);
    --primary-orange: #00A651;
    --primary-red: #006B3F;
    --bg-dark: #0B100D;
    --surface-dark: #141C16;
    --surface-darker: #0B100D;
    --text-white: #FFFFFF;
    --text-muted: #B8B8B8;
    --text-light: #B8B8B8;
    --success: #00A651;
    --error: #f5c16c;
    --info: #00A651;
    --purple: #006B3F;
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --shadow-lg: 0 24px 70px rgba(0,0,0,.68);
    --gradient: linear-gradient(180deg, #007A48, #006B3F);
}

body {
    background:
        linear-gradient(115deg, rgba(0,166,81,.095), rgba(12,16,14,0) 35%),
        linear-gradient(245deg, rgba(0,107,63,.085), rgba(12,16,14,0) 32%),
        linear-gradient(135deg, rgba(0,166,81,.075), transparent 36%),
        linear-gradient(180deg, rgba(18,23,20,.45), rgba(12,16,14,0) 450px),
        #0B100D !important;
    background-attachment: fixed !important;
}

.zover-dashboard {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    position: relative;
    min-height: 100vh;
    width: 100%;
    padding: 0 clamp(18px, 3vw, 28px) clamp(34px, 5vw, 54px);
    background: transparent !important;
}

.zover-dashboard::before {
    content: "";
    position: fixed;
    top: -120px;
    right: -120px;
    bottom: -120px;
    left: 130px;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
        linear-gradient(rgba(0,166,81,.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,166,81,.015) 1px, transparent 1px);
    background-size: 96px 96px, 96px 96px, 384px 384px, 384px 384px;
    background-position: 0 0, 0 0, 48px 48px, 48px 48px;
    opacity: .55;
    transform: translate3d(0,0,0);
    animation: zover-grid-drift 95s linear infinite;
    mask-image:
        radial-gradient(ellipse at center, #000 0%, #000 34%, rgba(0,0,0,.52) 58%, transparent 88%),
        linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    mask-composite: intersect;
    -webkit-mask-image:
        radial-gradient(ellipse at center, #000 0%, #000 34%, rgba(0,0,0,.52) 58%, transparent 88%),
        linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.zover-dashboard::after {
    content: "";
    position: fixed;
    top: -12vh;
    right: -10vw;
    bottom: -12vh;
    left: -10vw;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(150deg, transparent 0 32%, rgba(0,166,81,.22) 32.08%, rgba(0,166,81,.05) 32.18%, transparent 32.55%),
        linear-gradient(151deg, transparent 0 36%, rgba(0,166,81,.11) 36.08%, transparent 36.38%),
        linear-gradient(326deg, transparent 0 63%, rgba(0,166,81,.18) 63.08%, rgba(0,166,81,.05) 63.18%, transparent 63.55%),
        linear-gradient(327deg, transparent 0 67%, rgba(0,166,81,.09) 67.08%, transparent 67.36%);
    opacity: .75;
    filter: blur(.2px);
    mask-image: radial-gradient(ellipse at center, transparent 0 18%, #000 34%, #000 72%, transparent 96%);
    -webkit-mask-image: radial-gradient(ellipse at center, transparent 0 18%, #000 34%, #000 72%, transparent 96%);
}

@keyframes zover-grid-drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(96px,96px,0); } }

.zover-dashboard > * {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.zover-dashboard .dashboard-header {
    margin-bottom: 48px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.zover-dashboard .dashboard-header .section-label {
    margin-bottom: 4px;
    color: var(--emerald-glow);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .34em;
    text-transform: uppercase;
}

.zover-dashboard .dashboard-header-left h1 {
    margin: 0 0 4px;
    color: var(--text-primary);
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.4px;
}

.zover-dashboard .dashboard-header-left p {
    max-width: 620px;
    margin: 0;
    color: var(--text-secondary);
    font-size: .94rem;
    line-height: 1.5;
}

.zover-dashboard .dashboard-header-right {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.zover-dashboard .payment-status-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all .25s ease;
}

.zover-dashboard .payment-status-chip:hover {
    transform: translateY(-1px);
}

.zover-dashboard .payment-status-chip i {
    color: var(--text-primary);
    font-size: 0.9rem;
    transition: color .25s ease;
}

.zover-dashboard .payment-status-chip.warning {
    background: rgba(245, 193, 108, 0.1);
    border-color: rgba(245, 193, 108, 0.3);
    color: #f5c16c;
}

.zover-dashboard .payment-status-chip.warning:hover {
    background: rgba(245, 193, 108, 0.18);
    border-color: rgba(245, 193, 108, 0.45);
    color: #fce2a6;
}

.zover-dashboard .payment-status-chip.warning i {
    color: #f5c16c;
}

.zover-dashboard .payment-status-chip.warning:hover i {
    color: #fce2a6;
}

.zover-dashboard .header-action-bar {
    display: flex;
    align-items: center;
    background: var(--secondary-bg);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: 4px;
    margin-left: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
}

.zover-dashboard .action-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 24px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-decoration: none;
    transition: all .2s ease;
}

.zover-dashboard .action-item i {
    font-size: 0.95rem;
    color: var(--text-secondary);
    transition: color .2s ease;
}

.zover-dashboard .action-item:hover {
    background: var(--surface);
    color: var(--text-primary);
}

.zover-dashboard .action-item:hover i {
    color: var(--text-primary);
}

.zover-dashboard .action-divider {
    width: 1px;
    height: 16px;
    background: var(--border);
    margin: 0 2px;
}

.zover-dashboard .action-item.accent-emerald i {
    color: var(--primary-emerald);
}

.zover-dashboard .action-item.accent-emerald:hover {
    background: rgba(0,166,81,.08);
    color: #fff;
}

.zover-dashboard .action-item.accent-red i {
    color: #f56c6c;
}

.zover-dashboard .action-item.accent-red:hover {
    background: rgba(245,108,108,.1);
    color: #f56c6c;
}

@media (max-width: 768px) {
    .zover-dashboard .dashboard-header {
        flex-direction: column;
        gap: 16px;
    }
}

.dashboard-section-signature {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 148px;
    height: 18px;
    margin-bottom: 6px;
    color: transparent;
    font-size: 0;
}

.dashboard-section-signature::before,
.dashboard-section-signature::after {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--emerald-glow);
    transform: skewX(-34deg);
    opacity: .72;
    box-shadow: 0 0 22px rgba(0,200,107,.14);
}

.dashboard-section-signature::before {
    left: 6px;
    width: 92px;
    top: 5px;
}

.dashboard-section-signature::after {
    right: 6px;
    width: 92px;
    bottom: 5px;
}

.zover-dashboard .kpi-groups {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-bottom: 48px;
}

.zover-dashboard .kpi-group {
    position: relative;
}

.zover-dashboard .kpi-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.zover-dashboard .kpi-group-header h2 {
    margin: 0;
    color: var(--text-secondary);
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zover-dashboard .kpi-group-header h2 i {
    color: var(--primary-emerald);
    font-size: 1.05rem;
    opacity: 0.8;
}

.zover-dashboard .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 0;
    align-items: stretch;
}

.zover-dashboard .stat-card {
    position: relative;
    min-height: 130px;
    height: 100%;
    padding: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    background: #161f19;
    border: 1px solid var(--border);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0,0,0,.5);
    overflow: hidden;
    transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.zover-dashboard .stat-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 2px;
    background: rgba(0,166,81,.6);
    opacity: .75;
    transition: width .4s cubic-bezier(.16,1,.3,1), opacity .4s ease, background .4s ease;
}

.zover-dashboard .stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0,166,81,.4);
    background: var(--surface-hover);
    box-shadow: 0 28px 64px rgba(0,0,0,.45), 0 0 34px rgba(0,166,81,.09);
}

.zover-dashboard .stat-card:hover::before {
    width: 72px;
    opacity: 1;
    background: rgba(0,166,81,.95);
    box-shadow: 0 0 18px rgba(0,166,81,.6);
}

.zover-dashboard .stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: rgba(0,180,90,1);
    background: rgba(0,0,0,.4);
    border: 1px solid rgba(0,166,81,.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 8px 16px rgba(0,0,0,.15);
    font-size: 1.35rem;
    transition: border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .4s cubic-bezier(.16,1,.3,1), background .3s ease;
}

.zover-dashboard .stat-icon.icon-success,
.zover-dashboard .stat-icon.icon-info,
.zover-dashboard .stat-icon.icon-warning {
    color: rgba(0,180,90,1);
    background: rgba(0,0,0,.4);
}

.zover-dashboard .stat-card:hover .stat-icon {
    transform: translateY(-3px) scale(1.04);
    border-color: rgba(0,166,81,.45);
    background: rgba(0,166,81,.08);
    color: rgba(0,210,110,.95);
    box-shadow: 0 14px 30px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}

.zover-dashboard .stat-content {
    min-width: 0;
    flex: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zover-dashboard .stat-status {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.zover-dashboard .stat-badge-area {
    min-height: 26px;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}

.zover-dashboard .stat-status .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.zover-dashboard .stat-status.status-emerald {
    color: rgba(0, 210, 110, 0.95);
    background: rgba(0, 166, 81, 0.12);
    border: 1px solid rgba(0, 166, 81, 0.2);
}
.zover-dashboard .stat-status.status-emerald .dot { background: #00D26E; box-shadow: 0 0 6px rgba(0,210,110,.6); }

.zover-dashboard .stat-status.status-amber {
    color: #f5c16c;
    background: rgba(245, 193, 108, 0.1);
    border: 1px solid rgba(245, 193, 108, 0.2);
}
.zover-dashboard .stat-status.status-amber .dot { background: #f5c16c; box-shadow: 0 0 6px rgba(245,193,108,.6); }

.zover-dashboard .stat-status.status-red {
    color: #f56c6c;
    background: rgba(230, 80, 80, 0.1);
    border: 1px solid rgba(230, 80, 80, 0.2);
}
.zover-dashboard .stat-status.status-red .dot { background: #f56c6c; box-shadow: 0 0 6px rgba(245,108,108,.6); }

.zover-dashboard .stat-value {
    color: var(--text-primary);
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 8px 0;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zover-dashboard .stat-label {
    margin: 0 0 6px 0;
    color: var(--text-secondary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zover-dashboard .stat-date {
    margin: 0;
    color: rgba(255,255,255,.4);
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 500;
}

.zover-dashboard .stat-link {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: var(--primary-emerald);
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
    transition: color .25s ease, transform .25s ease;
}

.zover-dashboard .stat-link::after {
    content: "\2197";
    font-size: .95rem;
}

.zover-dashboard .stat-link:hover {
    color: #fff;
    transform: translateX(2px);
}

/* Top Performing Offers */
.zover-dashboard .top-offers-body {
    padding: 16px 20px;
}

.zover-dashboard .top-offer-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all .25s ease;
}

.zover-dashboard .top-offer-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.zover-dashboard .top-offer-rank {
    width: 28px;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text-secondary);
}

.zover-dashboard .top-offer-rank.rank-1 { color: #f5c16c; } /* Gold */
.zover-dashboard .top-offer-rank.rank-2 { color: #D3D3D3; } /* Silver */
.zover-dashboard .top-offer-rank.rank-3 { color: #CD7F32; } /* Bronze */

.zover-dashboard .top-offer-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--surface);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: inset 0 2px 8px rgba(0,0,0,.15);
}

.zover-dashboard .top-offer-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.zover-dashboard .top-offer-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.zover-dashboard .top-offer-network {
    font-size: 0.72rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
}

.zover-dashboard .top-offer-metrics {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zover-dashboard .top-offer-revenue {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--primary-emerald);
    margin-bottom: 2px;
}

.zover-dashboard .top-offer-epc {
    font-size: 0.72rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.zover-dashboard .premium-analytics-card {
    border: 1px solid var(--border);
    background: var(--secondary-bg);
    overflow: hidden;
}

.zover-dashboard .chart-header-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border);
    padding: 24px 28px;
    background: rgba(0,0,0,.15);
}

.zover-dashboard .header-badges {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zover-dashboard .active-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(0, 166, 81, 0.08);
    border: 1px solid rgba(0, 166, 81, 0.2);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-emerald);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.zover-dashboard .active-indicator .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary-emerald);
    box-shadow: 0 0 8px var(--primary-emerald);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.8; }
}

.zover-dashboard .growth-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.zover-dashboard .growth-badge.positive {
    background: rgba(0, 166, 81, 0.1);
    color: var(--primary-emerald);
}

.zover-dashboard .growth-badge.neutral {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text-secondary);
}

.zover-dashboard .analytics-kpi-strip {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid var(--border);
}

.zover-dashboard .strip-kpi {
    flex: 1;
    padding: 16px 28px;
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zover-dashboard .strip-kpi:last-child {
    border-right: none;
}

.zover-dashboard .strip-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.zover-dashboard .strip-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-primary);
}

.zover-dashboard .chart-card-body {
    position: relative;
    padding: 24px 28px 28px;
    background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 100%);
}

.zover-dashboard .chart-empty-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(17,24,19,.4) 0%, rgba(17,24,19,.85) 100%);
    backdrop-filter: blur(2px);
    border-radius: 0 0 18px 18px;
}

.zover-dashboard .empty-state-content {
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}

.zover-dashboard .pulse-ring {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 2px solid rgba(0, 166, 81, 0.4);
    position: relative;
}

.zover-dashboard .pulse-ring::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 50%;
    border: 2px solid rgba(0, 166, 81, 0.8);
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
    75%, 100% { transform: scale(1.6); opacity: 0; }
}

.zover-dashboard .empty-state-content h4 {
    font-size: 1.1rem;
    color: var(--text-primary);
    margin-bottom: 8px;
    font-weight: 600;
}

.zover-dashboard .empty-state-content p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.zover-dashboard .chargeback-card {
    border-color: var(--border);
}

.zover-dashboard .chargeback-card::before {
    background: rgba(245,193,108,.62);
}

.zover-dashboard .chargeback-icon {
    color: var(--warning);
    background: rgba(245,193,108,.09);
    border-color: rgba(245,193,108,.18);
}

.zover-dashboard .chargeback-value {
    color: #f5c16c;
}

.zover-dashboard .chargeback-card:hover {
    border-color: rgba(245,193,108,.3);
    box-shadow: 0 28px 64px rgba(0,0,0,.45), 0 0 34px rgba(245,193,108,.05);
}

.zover-dashboard .chargeback-card:hover::before {
    background: rgba(245,193,108,.95);
    box-shadow: 0 0 18px rgba(245,193,108,.4);
}

.zover-dashboard .chargeback-card:hover .chargeback-icon {
    border-color: rgba(245,193,108,.35);
    background: rgba(245,193,108,.12);
    color: #f5c16c;
}

.zover-dashboard .dashboard-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(340px, 1fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 48px;
}

.zover-dashboard .column-main,
.zover-dashboard .column-sidebar {
    display: flex;
    min-width: 0;
}

.zover-dashboard .card {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: #161f19;
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 24px 54px rgba(0,0,0,.5);
    overflow: hidden;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.zover-dashboard .card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,166,81,.36);
    background: var(--surface);
    box-shadow: 0 24px 58px rgba(0,0,0,.42), 0 0 22px rgba(0,166,81,.07);
}

.zover-dashboard .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px;
    background: rgba(255,255,255,.018);
    border-bottom: 1px solid var(--border);
}

.zover-dashboard .card-header h3 {
    margin: 0;
    color: var(--text-primary);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -.4px;
}

.zover-dashboard .header-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zover-dashboard .header-subtitle {
    color: var(--text-secondary);
    font-size: .78rem;
    font-weight: 500;
}

.zover-dashboard .chart-header-premium {
    align-items: flex-start;
    padding: 24px 24px 16px 24px;
    border-bottom: none;
}

.zover-dashboard .chart-header-premium h3,
.zover-dashboard .card-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
    margin: 0;
}

.zover-dashboard .chart-header-premium h3 i,
.zover-dashboard .card-header h3 i {
    color: var(--primary-emerald);
    opacity: 0.8;
}

.zover-dashboard .header-kpi-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: rgba(0, 166, 81, 0.05);
    border: 1px solid rgba(0, 166, 81, 0.1);
    padding: 10px 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.zover-dashboard .header-kpi-badge:hover {
    background: rgba(0, 166, 81, 0.08);
    border-color: rgba(0, 166, 81, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.zover-dashboard .header-kpi-badge .summary-label {
    color: var(--text-secondary);
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 2px;
}

.zover-dashboard .header-kpi-badge .summary-value {
    color: var(--text-primary);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

.zover-dashboard .chart-empty-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-secondary);
    font-size: 0.9rem;
    font-weight: 500;
    pointer-events: none;
    z-index: 10;
    background: rgba(18,23,20,.6);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.05);
    backdrop-filter: blur(4px);
}

.zover-dashboard .btn-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    color: #fff;
    background: var(--secondary-bg);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 11px;
    font-size: .84rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
    transition: transform .28s cubic-bezier(.16,1,.3,1), border-color .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, filter .28s ease;
}

.zover-dashboard .btn-view-all:hover {
    transform: translateY(-2px);
    color: #fff;
    background: var(--surface);
    border-color: rgba(0,166,81,.42);
    box-shadow: 0 14px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
}

.zover-dashboard .btn,
.zover-dashboard .btn-outline-primary,
.zover-dashboard .btn-success,
.zover-dashboard .btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 11px;
    font-weight: 700;
    font-size: .84rem;
    line-height: 1;
    letter-spacing: .02em;
    text-decoration: none;
    gap: 8px;
    border: 1px solid rgba(255,255,255,.1);
    cursor: pointer;
    transform: translateY(0);
    transition: transform .28s cubic-bezier(.16,1,.3,1), border-color .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, filter .28s ease;
}

.zover-dashboard .btn-success {
    background: linear-gradient(180deg, #007A48, #006B3F);
    border-color: rgba(0,166,81,.2);
    color: #fff;
    box-shadow: 0 14px 34px rgba(0,107,63,.24), inset 0 1px 0 rgba(255,255,255,.12);
}

.zover-dashboard .btn-outline-primary,
.zover-dashboard .btn-danger {
    background: var(--secondary-bg);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.zover-dashboard .btn-success:hover,
.zover-dashboard .btn-outline-primary:hover,
.zover-dashboard .btn-danger:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
}

.zover-dashboard .btn-outline-primary:hover,
.zover-dashboard .btn-danger:hover {
    background: var(--surface);
    border-color: rgba(0,166,81,.42);
    box-shadow: 0 14px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
}

.zover-dashboard .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 22px;
}

.zover-dashboard .chart-card-body {
    padding: 24px;
}

.zover-dashboard .recent-offers-body {
    padding: 14px;
}

.zover-dashboard .chart-container {
    position: relative;
    width: 100%;
    height: 330px;
    padding: 12px;
    border-radius: 10px;
    background:
        linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
        rgba(18,23,20,.52);
    background-size: 100% 58px, 86px 100%, auto;
    border: 1px solid var(--border);
}

.zover-dashboard .offers-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    flex: 1;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,107,63,.55) rgba(255,255,255,.035);
}

.zover-dashboard .offers-list::-webkit-scrollbar { 
    width: 6px; 
}
.zover-dashboard .offers-list::-webkit-scrollbar-track { 
    background: transparent; 
}
.zover-dashboard .offers-list::-webkit-scrollbar-thumb { 
    background: rgba(0, 166, 81, 0.2); 
    border-radius: 999px; 
    border: 1px solid transparent;
    background-clip: content-box;
}
.zover-dashboard .offers-list::-webkit-scrollbar-thumb:hover {
    background: var(--primary-emerald);
    background-clip: content-box;
}

.zover-dashboard .offer-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--secondary-bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.zover-dashboard .offer-item:hover {
    transform: translateY(-4px);
    background: var(--surface);
    border-color: rgba(0,166,81,.36);
    box-shadow: 0 16px 36px rgba(0,0,0,.32), 0 0 16px rgba(0,166,81,.05);
}

.zover-dashboard .offer-item:hover .offer-icon-small {
    color: rgba(0,210,110,.95);
    background: rgba(0,166,81,.08);
    border-color: rgba(0,166,81,.38);
    box-shadow: 0 0 14px rgba(0,166,81,.15);
}

.zover-dashboard .offer-icon-small {
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--primary-emerald);
    background: rgba(18,23,20,.8);
    border: 1px solid rgba(0,166,81,.22);
    overflow: hidden;
}

.zover-dashboard .offer-content-small {
    min-width: 0;
    flex: 1;
}

.zover-dashboard .offer-title-small {
    margin-bottom: 3px;
    color: rgba(255,255,255,.94);
    font-size: .86rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zover-dashboard .offer-time-small {
    color: var(--text-secondary);
    font-size: .74rem;
}

.zover-dashboard .offer-amount-small {
    margin-left: auto;
    color: var(--primary-emerald) !important;
    font-size: .86rem;
    font-weight: 800;
    white-space: nowrap;
}

.zover-dashboard .empty-state,
.zover-dashboard .empty-state-small {
    flex: 1;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    text-align: center;
    border: 1px dashed rgba(255,255,255,.05);
    border-radius: 12px;
    background: radial-gradient(circle at center, rgba(255,255,255,.02) 0%, transparent 70%);
}

.zover-dashboard .empty-state i,
.zover-dashboard .empty-state-small i {
    display: block;
    color: rgba(0,166,81,.4);
    font-size: 2.2rem;
    margin-bottom: 8px;
}

.zover-dashboard .empty-state-small h4 {
    margin: 0 0 4px;
    color: var(--text-primary);
    font-size: .95rem;
    font-weight: 700;
}

.zover-dashboard .empty-state p,
.zover-dashboard .empty-state-small p {
    margin: 0;
    color: var(--text-secondary);
    font-size: .85rem;
    line-height: 1.5;
    max-width: 240px;
}

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    min-width: 300px;
    max-width: 420px;
    padding: 15px 18px;
    color: var(--text-primary);
    background: var(--secondary-bg);
    border: 1px solid var(--border);
    border-left: 3px solid;
    border-radius: 10px;
    box-shadow: var(--shadow);
    transform: translateX(110%);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

.notification.show { transform: translateX(0); opacity: 1; }
.notification.success { border-left-color: var(--primary-emerald); }
.notification.error { border-left-color: var(--warning); }
.notification-content { display: flex; align-items: center; gap: 10px; }
.notification.success i { color: var(--primary-emerald); }
.notification.error i { color: var(--warning); }

@keyframes zoverDashboardIn {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

.zover-dashboard .page-header,
.zover-dashboard .kpi-group-header,
.zover-dashboard .stat-card,
.zover-dashboard .card {
    animation: zoverDashboardIn .7s cubic-bezier(.16,1,.3,1) both;
}

.zover-dashboard .kpi-group:nth-child(1) .kpi-group-header { animation-delay: .04s; }
.zover-dashboard .kpi-group:nth-child(2) .kpi-group-header { animation-delay: .12s; }
.zover-dashboard .kpi-group:nth-child(3) .kpi-group-header { animation-delay: .2s; }
.zover-dashboard .stat-card:nth-child(1) { animation-delay: .05s; }
.zover-dashboard .stat-card:nth-child(2) { animation-delay: .1s; }
.zover-dashboard .stat-card:nth-child(3) { animation-delay: .15s; }
.zover-dashboard .stat-card:nth-child(4) { animation-delay: .2s; }
.zover-dashboard .stat-card:nth-child(5) { animation-delay: .25s; }
.zover-dashboard .stat-card:nth-child(6) { animation-delay: .3s; }
.zover-dashboard .stat-card:nth-child(7) { animation-delay: .35s; }
.zover-dashboard .stat-card:nth-child(8) { animation-delay: .4s; }
.zover-dashboard .stat-card:nth-child(9) { animation-delay: .45s; }
.zover-dashboard .dashboard-columns .card { animation-delay: .52s; }

@media (max-width: 1200px) {
    .zover-dashboard {
        padding-left: 22px;
        padding-right: 22px;
    }

    .zover-dashboard .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .zover-dashboard .dashboard-columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .zover-dashboard .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        margin-bottom: 32px;
    }

    .zover-dashboard .dashboard-header-right {
        margin-top: 0;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .zover-dashboard .header-action-bar {
        margin-left: 0;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        background: transparent;
        box-shadow: none;
        padding: 0;
        border: none;
    }

    .zover-dashboard .action-divider {
        display: none;
    }

    .zover-dashboard .action-item {
        background: rgba(20, 28, 22, 0.6);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid var(--border);
        border-radius: 12px;
        padding: 10px 14px;
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .zover-dashboard {
        padding: 0 16px 110px;
    }

    .zover-dashboard .dashboard-header-right {
        flex-direction: column;
        align-items: stretch;
    }

    .zover-dashboard .header-action-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-left: 0;
    }

    .zover-dashboard .action-item {
        margin-left: 0;
        justify-content: center;
    }

    .zover-dashboard .dashboard-header-left h1 {
        font-size: 1.6rem;
    }

    .zover-dashboard .kpi-groups {
        gap: 32px;
        margin-bottom: 32px;
    }

    .zover-dashboard .stats-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    /* Redesign stat card for mobile - iOS Widget style */
    .zover-dashboard .stat-card {
        padding: 24px;
        background: linear-gradient(160deg, #18221b 0%, #0d1410 100%);
        border-radius: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .zover-dashboard .stat-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
        border-radius: 16px;
    }

    .zover-dashboard .stat-content {
        width: 100%;
    }

    .zover-dashboard .stat-label {
        font-size: 0.7rem;
        color: rgba(255,255,255,0.5);
        margin-bottom: 8px;
    }

    .zover-dashboard .stat-value {
        font-size: 2rem;
        margin-bottom: 12px;
        white-space: normal;
        word-break: break-word;
    }

    /* Premium Horizontal Scroll for Analytics Strip */
    .zover-dashboard .analytics-kpi-strip {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        display: flex;
        padding: 16px;
        gap: 12px;
        scroll-snap-type: x mandatory;
        background: transparent;
        border-bottom: none;
    }

    .zover-dashboard .analytics-kpi-strip::-webkit-scrollbar {
        display: none;
    }

    .zover-dashboard .strip-kpi {
        flex: 0 0 70%;
        min-width: 200px;
        background: rgba(255,255,255,0.03);
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 20px;
        scroll-snap-align: center;
    }

    .zover-dashboard .chart-header-premium {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .zover-dashboard .chart-header-premium .header-badges {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 10px;
    }

    .zover-dashboard .active-indicator,
    .zover-dashboard .growth-badge {
        flex: 1;
        justify-content: center;
        padding: 10px;
        border-radius: 12px;
    }

    .zover-dashboard .header-kpi-badge {
        flex: 1 1 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        background: rgba(0, 166, 81, 0.08);
        border-radius: 16px;
    }

    .zover-dashboard .header-kpi-badge .summary-label {
        margin-bottom: 0;
    }

    .zover-dashboard .chart-container {
        height: 260px;
        margin-top: 10px;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 12px 0;
    }

    .zover-dashboard .chart-card-body {
        padding: 0 0 20px 0;
    }

    .zover-dashboard .card-header {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .zover-dashboard .dashboard-header-left p {
        font-size: 0.9rem;
    }

    .zover-dashboard .stat-value {
        font-size: 1.8rem;
    }

    .zover-dashboard .strip-kpi {
        flex: 0 0 82%;
    }

    .zover-dashboard .top-offer-item {
        padding: 16px;
        flex-wrap: wrap;
        gap: 12px;
    }

    .zover-dashboard .top-offer-rank {
        width: auto;
        margin-right: 4px;
    }

    .zover-dashboard .top-offer-icon {
        width: 44px;
        height: 44px;
        margin-right: 0;
    }

    .zover-dashboard .top-offer-details {
        min-width: 120px;
    }

    .zover-dashboard .top-offer-name {
        max-width: 100%;
        white-space: normal;
        line-height: 1.3;
    }

    .zover-dashboard .top-offer-metrics {
        flex: 1 1 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background: rgba(0,0,0,0.2);
        padding: 10px 14px;
        border-radius: 10px;
        margin-top: 4px;
    }

    .zover-dashboard .top-offer-revenue {
        margin-bottom: 0;
        font-size: 1.1rem;
    }
}

