body {
    padding-top: 100px;
    background: radial-gradient(circle, #2a4500 0%, #081200 100%) !important;
    color: #fff;
    min-height: 100vh;
}

/* NOWY "SZKLANY" NAGŁÓWEK ŁOWISKA */
.spot-hero {
    text-align: center;
    margin-bottom: 40px;
    background: linear-gradient(180deg, rgba(30, 50, 0, 0.6) 0%, rgba(5, 15, 0, 0.9) 100%);
    padding: 50px 20px;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 -1px 0 rgba(0, 0, 0, 0.45);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

@keyframes premium-reveal {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reveal-delay-1 { animation: premium-reveal 1.5s ease-out 0.3s both; }
.reveal-delay-2 { animation: premium-reveal 1.5s ease-out 0.4s both; }
.reveal-delay-3 { animation: premium-reveal 1.5s ease-out 0.5s both; }
.reveal-delay-4 { animation: premium-reveal 1.5s ease-out 0.6s both; }
.reveal-delay-5 { animation: premium-reveal 1.5s ease-out 0.7s both; }
.reveal-delay-6 { animation: premium-reveal 1.5s ease-out 0.8s both; }
.reveal-delay-7 { animation: premium-reveal 1.5s ease-out 0.9s both; }

.spot-title {
    color: #FFD700;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    text-shadow:
        0px 1px 0px #c19a2b,
        0px 2px 0px #c19a2b,
        0px 3px 0px #a88421,
        0px 4px 0px #917119,
        0px 5px 4px rgba(0, 0, 0, 0.6),
        0px 8px 10px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    word-wrap: break-word;
    line-height: 1.2;
    animation: premium-reveal 1.5s ease-out both;
}

/* Responsywność dla telefonów */
@media (max-width: 768px) {
    .spot-title {
        font-size: 1.8rem;
        padding: 0 10px;
    }
    .spot-hero {
        padding: 30px 10px;
    }
}

/* ===== ODZNAKI TYPÓW ŁOWISK ===== */
.spot-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 24px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    font-size: 1.05rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
    letter-spacing: 0.8px;
    margin-bottom: 16px;
    color: #fff;
}

.badge-pzw {
    background: linear-gradient(160deg, #3ab8ff 0%, #0077d4 50%, #004fa0 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -2px 4px rgba(0, 0, 0, 0.22),
        0 0 8px rgba(0, 0, 0, 0.4);
}

.badge-komercyjne {
    background: linear-gradient(160deg, #10e830 0%, #00a815 50%, #006e0f 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -2px 4px rgba(0, 0, 0, 0.22),
        0 0 8px rgba(0, 0, 0, 0.4);
}

.badge-specjalne {
    background: linear-gradient(160deg, #d8e500 0%, #96a000 50%, #5e6800 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.32),
        inset 0 -2px 4px rgba(0, 0, 0, 0.22),
        0 0 8px rgba(0, 0, 0, 0.4);
}

.badge-default {
    background: linear-gradient(160deg, #2e2e2e 0%, #111111 100%);
    box-shadow:
        inset 0 2px 4px rgba(255, 255, 255, 0.12),
        inset 0 -2px 4px rgba(0, 0, 0, 0.3),
        0 0 8px rgba(0, 0, 0, 0.4);
}

/* NOWE KARTY (BOKSY) - Styl z profilu */
.spot-content-box {
    background: linear-gradient(145deg, rgba(25, 40, 0, 0.7), rgba(10, 20, 0, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.spot-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    cursor: zoom-in;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===== POGODA ===== */
#weather-widget {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;   /* obaj flex-dzieci dostają tę samą wysokość */
    gap: 10px;
}

#weather-current {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.3);
    padding: 0 18px;
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

#weather-btn {
    display: none;            /* JS zmienia na flex */
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.2);
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0 18px;
    min-height: 42px;
    border-radius: 8px;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#weather-btn:hover {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.08);
}

/* Placeholder dla textarea zgłoszenia opisu */
#desc-modal-textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

/* Prognoza 7-dniowa – poziomy przewijany pasek (mobile-first) */
.weather-forecast-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.weather-forecast-grid::-webkit-scrollbar { display: none; }
