/* HETOPS THEME INJECTION */
:root {
    --theme-primary: #00ff41 !important;
    --theme-bg: #020202 !important;
}

/* Make the whole background dark and slightly blurred */
body {
    background-color: #020202 !important;
    font-family: 'Inter', sans-serif !important;
}

/* Transform Cards into Portfolio Glass */
.card, .glass-card {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.8) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.card:hover {
    border-color: #00ff41 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.1) !important;
}

/* Fix Group Titles */
.group-title {
    color: #00ff41 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4em !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    margin-bottom: 1.5rem !important;
    opacity: 0.8;
}

/* Service Names and Icons */
.service-name {
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
}

.text-emerald-500 {
    color: #00ff41 !important;
}

/* Pulse Animation for Uptime Kuma Widget */
.status-up {
    color: #00ff41 !important;
    text-shadow: 0 0 10px #00ff41;
}
