/*
 * DJ REEFEEL - COCKTAIL CSS V.7 *
 * THEME: SVENSK SOLBLÅ - Swedish Summer Night (Final)
 * Ingen blur/sudd • Mycket mer genomskinlig container
 */

html[data-theme="cocktail"] body {
    background-color: #001233 !important;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

[data-theme="cocktail"] input[type="text"],
[data-theme="cocktail"] input[type="number"],
[data-theme="cocktail"] select {
    background-color: rgba(0, 25, 60, 0.85) !important;
    color: #ffeb99 !important;
    border: 2px solid rgba(0, 170, 255, 0.5) !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4),
                0 0 14px rgba(255, 215, 0, 0.25);
    transition: all 0.35s ease;
}

[data-theme="cocktail"] input[type="checkbox"] {
    background-color: rgba(0, 25, 60, 0.9) !important;
    border: 2px solid #00aaff !important;
}

[data-theme="cocktail"] input[type="checkbox"]:checked {
    background: linear-gradient(135deg, #ffd700, #00ccff) !important;
    border-color: #ffd700 !important;
}

[data-theme="cocktail"] input[type="checkbox"]:checked::after {
    content: "✓";
    color: #001233;
    position: absolute;
    left: 4px;
    top: -2px;
    font-weight: bold;
}

[data-theme="cocktail"] label {
    color: #b8e6ff !important;
    text-shadow: 0 0 6px rgba(0, 170, 255, 0.4);
}

[data-theme="cocktail"] input[type="submit"],
[data-theme="cocktail"] .button {
    background: linear-gradient(135deg, #ffd700, #0066cc) !important;
    color: #001233 !important;
    border: 2px solid #ffeb99 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5),
                0 0 35px rgba(0, 170, 255, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-theme="cocktail"] input[type="submit"]:hover,
[data-theme="cocktail"] .button:hover {
    background: linear-gradient(135deg, #00ccff, #ffd700) !important;
    transform: scale(1.08) translateY(-4px) rotate(2deg);
    box-shadow: 0 0 40px #ffd700,
                0 0 55px #00ccff,
                0 10px 25px rgba(0, 102, 204, 0.6);
    color: #001233 !important;
}

[data-theme="cocktail"] .spotify-free-request-container input[type="text"] {
    background-color: rgba(0, 25, 60, 0.85) !important;
    border: 2px solid #00aaff !important;
    color: #ffeb99 !important;
}

/* Container - MYCKET MER GENOMSKINLIG, ingen blur */
html[data-theme="cocktail"] .container {
    background: linear-gradient(145deg, rgba(0, 35, 80, 0.65), rgba(0, 20, 55, 0.68)) !important;
    color: #f0f8ff !important;
    border: 3px solid #ffd700 !important;
    box-shadow: 0 0 45px rgba(0, 170, 255, 0.35),
                inset 0 0 40px rgba(255, 215, 0, 0.18);
    animation: swedishPulse 4.5s infinite alternate ease-in-out;
    position: relative;
    z-index: 10;
}

@keyframes swedishPulse {
    from {
        box-shadow: 0 0 30px rgba(255, 215, 0, 0.35),
                    0 0 50px rgba(0, 170, 255, 0.2),
                    inset 0 0 25px rgba(0, 102, 204, 0.2);
    }
    to {
        box-shadow: 0 0 50px rgba(0, 170, 255, 0.45),
                    0 0 70px rgba(255, 215, 0, 0.3),
                    inset 0 0 40px rgba(255, 215, 0, 0.25);
    }
}

[data-theme="cocktail"] .song {
    background-color: rgba(0, 30, 70, 0.75) !important;
    border: 1px solid #00aaff !important;
    color: #e0f0ff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

[data-theme="cocktail"] .song:hover {
    background-color: rgba(0, 55, 110, 0.88) !important;
    border-color: #ffd700 !important;
    transform: scale(1.04) translateX(10px);
    box-shadow: 0 0 35px #ffd700,
                0 15px 30px rgba(0, 170, 255, 0.4);
}

[data-theme="cocktail"] .ranking-number {
    color: #ffd700;
    text-shadow: 0 0 15px #ffd700,
                 0 0 25px #00aaff;
    font-size: 2rem;
}

[data-theme="cocktail"] .song-info strong {
    color: #ffffff;
    text-shadow: 0 0 10px #00ccff;
}

[data-theme="cocktail"] .meta {
    color: #99d6ff;
}

[data-theme="cocktail"] input:focus {
    border-color: #ffd700 !important;
    box-shadow: 0 0 20px #ffd700,
                0 0 35px #00ccff !important;
}

html[data-theme="cocktail"] body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: var(--bg-image) !important;
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: swedishDrift 22s infinite alternate ease-in-out;
    filter: brightness(0.82) contrast(1.15) saturate(1.1);
}

@keyframes swedishDrift {
    from { transform: scale(1.06) rotate(0.8deg); }
    to   { transform: scale(1.19) rotate(-0.8deg); }
}

[data-theme="cocktail"] h1,
[data-theme="cocktail"] h2,
[data-theme="cocktail"] h3,
[data-theme="cocktail"] h4,
[data-theme="cocktail"] h5,
[data-theme="cocktail"] .container a {
    color: #ffeb99 !important;
    text-shadow: 0 0 12px #00aaff,
                 0 0 20px rgba(255, 215, 0, 0.5);
}

[data-theme="cocktail"] .dropdown-content {
    background: rgba(0, 25, 60, 0.85) !important;
    border: 2px solid #ffd700;
    box-shadow: 0 0 40px rgba(0, 170, 255, 0.5);
}

[data-theme="cocktail"] .dropdown-content a:hover {
    background-color: rgba(0, 170, 255, 0.25) !important;
    color: #ffeb99 !important;
    padding-left: 28px;
}

[data-theme="cocktail"] .track-checkbox:checked {
    background: linear-gradient(135deg, #ffd700, #0066cc) !important;
    border-color: #00ccff !important;
    box-shadow: 0 0 20px #ffd700;
}

[data-theme="cocktail"] .custom-alert {
    background-color: #001a4d;
    color: #ffeb99;
    border: 3px solid #ffd700;
    box-shadow: 0 0 35px rgba(0, 170, 255, 0.6);
}

/* Quiz & Game */
html[data-theme="cocktail"] #quiz-timer,
html[data-theme="cocktail"] .card {
    background: linear-gradient(145deg, rgba(0, 35, 80, 0.55), rgba(0, 20, 55, 0.58)) !important;
    border: 3px solid #ffd700;
    animation: swedishPulse 3.5s infinite alternate;
}

[data-theme="cocktail"] .option:hover {
    border-color: #ffd700;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
    transform: translateX(8px);
}

[data-theme="cocktail"] .team-settings-box,
[data-theme="cocktail"] .board-row {
    background: rgba(0, 170, 255, 0.1);
    border-color: #00aaff;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

[data-theme="cocktail"] .board-score {
    color: #ffd700;
    text-shadow: 0 0 15px #ffd700;
}
