/* Clarity Solutions — paleta cibernética (no aplica en theme-gl1) */

body.theme-dark:not(.theme-gl1) {
    background-color: var(--bg-primary);
    background-image:
        radial-gradient(ellipse 70% 55% at 50% -10%, rgba(var(--glow-rgb), 0.14), transparent 58%),
        radial-gradient(ellipse 45% 40% at 100% 100%, rgba(var(--accent-rgb), 0.1), transparent 52%),
        radial-gradient(ellipse 40% 35% at 0% 80%, rgba(76, 29, 149, 0.22), transparent 50%);
}

body.theme-dark:not(.theme-gl1)::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(var(--grid-rgb), 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--grid-rgb), 0.07) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse 85% 75% at 50% 40%, #000 20%, transparent 100%);
}

body.theme-dark:not(.theme-gl1) .user-layout,
body.theme-dark:not(.theme-gl1) .user-main {
    position: relative;
    z-index: 1;
}

body.theme-dark:not(.theme-gl1) .user-sidebar {
    background: rgba(6, 4, 12, 0.94);
    box-shadow: none;
}

body.theme-dark:not(.theme-gl1) .sidebar-brand {
    background: linear-gradient(135deg, #f8fafc 0%, #e9d5ff 28%, #c084fc 55%, #3b82f6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 0 18px rgba(var(--glow-rgb), 0.25));
}

body.theme-dark:not(.theme-gl1) .info-card::after,
body.theme-dark:not(.theme-gl1) .section-card::before {
    background: radial-gradient(ellipse at top left, rgba(var(--glow-rgb), 0.08), transparent 62%);
}

body.theme-dark:not(.theme-gl1) .cheat-icon {
    background: rgba(var(--accent-rgb), 0.1);
    color: var(--accent-light);
    border: none;
    box-shadow: 0 0 20px rgba(var(--glow-rgb), 0.08);
}

body.theme-dark:not(.theme-gl1) .bypass-icon {
    background: rgba(var(--accent-rgb), 0.08);
    color: var(--accent-light);
    border: none;
}

body.theme-dark:not(.theme-gl1) .btn-inject {
    background: linear-gradient(135deg, #c084fc, #7c3aed);
    box-shadow: 0 4px 20px rgba(var(--glow-rgb), 0.22);
}

body.theme-dark:not(.theme-gl1) .nav-item.active {
    box-shadow: inset 0 0 24px rgba(var(--glow-rgb), 0.06);
}

body.theme-dark:not(.theme-gl1) .config-section,
body.theme-dark:not(.theme-gl1) .info-card,
body.theme-dark:not(.theme-gl1) .section-card {
    box-shadow: none;
}

body.theme-dark:not(.theme-gl1) .live-dot {
    background: var(--accent-bright);
    box-shadow: 0 0 10px rgba(var(--glow-rgb), 0.45);
}
