:root{--primary-color2:#1a1b1e;--primary-color3:#5c54fc;--primary-color4:#c9c9d0;--primary-color5:#f0f2f5;--primary-color6:#00000033;--primary-color7:#8e8e9d;--primary-color8:#f0f0f094;--primary-color11:#fff;--primary-color12:#fff;--primary-color17:#d2d2d2;--primary-color18:#ff3636}
.is_dark{--primary-color2:#eeeff5;--primary-color3:#5c54fc;--primary-color4:#09090c;--primary-color5:#1e1e1f;--primary-color6:#00000033;--primary-color7:#8e8ea3;--primary-color8:#2c2c2fe3;--primary-color11:#2c2c2f;--primary-color12:#000;--primary-color17:#424245;--primary-color18:#ff3636}

/* TIP4SERV-ADDITIONAL-CSS DONT TOUCH ME */
/* --- SVS PROTOCOL: FORCED OVERRIDE --- */

/* 1. FORCE DARK BACKGROUND */
body, .main-content, #app {
    background-color: #0a0a0a !important;
}

/* 2. OVERRIDE CARDS (The Product Boxes) */
.card, .product-card, .category-card {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 15px !important;
}

/* 3. KILL THE PURPLE BUTTONS (Targeting Tip4Serv specifically) */
.btn-primary, 
button[class*="btn-primary"], 
.v-btn.primary, 
.bg-primary {
    background-color: #ff4444 !important;
    background-image: none !important;
    border-color: #ff4444 !important;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.4) !important;
    color: white !important;
}

/* 4. TOP NAVIGATION BAR */
.v-toolbar, .v-app-bar, header {
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* 5. TEXT COLORS */
h1, h2, h3, .v-card__title, .text-h6 {
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.text-subtitle-1, .v-card__text, p {
    color: #cccccc !important;
}

/* 6. ICON BUTTONS (Top Right) */
.v-btn--icon {
    color: #ff4444 !important;
}

/* 7. HIDE THE DEFAULT OVERLAY IF ANY */
.v-overlay__scrim {
    background: rgba(0, 0, 0, 0.9) !important;
}
/* TIP4SERV-ADDITIONAL-CSS DONT TOUCH ME */
