.theme-aurora .theme-chip.is-active,
.theme-hologram .theme-chip.is-active {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.26), rgba(45, 212, 191, 0.22));
}

.theme-volcano .theme-chip.is-active,
.theme-solarflare .theme-chip.is-active {
    color: #fff7ed;
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.28), rgba(239, 68, 68, 0.2));
}

.theme-arctic .theme-chip.is-active {
    color: #0f172a;
    background: linear-gradient(135deg, rgba(186, 230, 253, 0.92), rgba(255, 255, 255, 0.92));
}

.theme-noir .theme-chip.is-active {
    color: #fafafa;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
}

