:root {
    /* Base Colors */
    --bg-dark: #eff6ff;
    --bg-surface: #ffffff;
    --bg-card: #ffffff;
    --bg-sidebar: #ffffff;

    /* Brand Colors - Ocean White */
    --primary: #3b82f6;
    --primary-light: #60a5fa;
    --primary-rgb: 59, 130, 246;
    --accent: #1d4ed8;
    --accent-rgb: 29, 78, 216;

    /* Interface Colors */
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;

    /* Text Colors */
    --text-main: #1e3a8a;
    --text-muted: #64748b;
    --text-on-primary: #ffffff;
    --text-color: #ffffff;

    /* Border & Glass */
    --border: #dbeafe;
    --glass-bg: rgba(255, 255, 255, 0.9);
    --glass-border: rgba(219, 234, 254, 1);

    /* Effects */
    --calendar-filter: none;
}
.page-title h1,.plan-billing-value,.plan-header-title{
    color: var(--primary) !important;
}
.tab-btn:hover{color: var(--primary) !important;}
.plan-stat-box{ background-color: var(--primary-rgb) !important;}
.plan-wrapper{background:var(--bg-card) !important;}
.slot-btn.disabled{color: #FFFFFF !important}
.slot-btn:hover:not(.disabled){background:#ffffff !important; color: var(--primary)}
input:checked+.slider:before,.media-preview{background-color:var(--bg-card) !important}
.agenda-tab-btn.active{color: #ffffff !important}
.media-preview i{color:var(--primary) !important;}
.product-item .p-name{ color: var(--text-main) !important;}
.item-name{color:var(--primary) !important;}
