/* ============================================================================
   CSS dla widoku TV [kongres_tv]
   Kongres Zdrowia Kobiet - System Kolejkowy v5.0
   ============================================================================ */

body, html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fffafb;
    font-family: "Montserrat", sans-serif !important;
}

#wpadminbar,
header,
footer,
.site-header,
.site-footer {
    display: none !important;
}

.kzk-tv-wrapper,
.kzk-tv-wrapper * {
    font-family: "Montserrat", sans-serif !important;
    box-sizing: border-box;
}

.kzk-tv-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fffafb;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kzk-tv-header {
    font-size: 4vh;
    color: #d95b8b;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center;
}

.kzk-tv-grid {
    width: 100%;
    max-width: 1800px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.kzk-office-card {
    background: #ffffff;
    border: 2px solid #f9dae5;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(217, 91, 139, 0.08);
    text-align: center;
    transition: opacity 0.3s, border-color 0.3s;
}

.kzk-office-break {
    opacity: 0.5;
    border-color: #ffe0b2 !important;
}

.kzk-office-title {
    font-size: 2.6vh;
    color: #888;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 1px;
}

.kzk-office-number {
    font-size: 7vh;
    font-weight: 800 !important;
    color: #222;
    line-height: 1.1;
    margin: 5px 0;
    display: inline-block;
    transform-origin: center center;
}

@keyframes kzkHighlightNumber {
    0% {
        transform: scale(1);
        color: #222;
    }
    15% {
        transform: scale(1.2);
        color: #d95b8b;
    }
    70% {
        transform: scale(1.2);
        color: #d95b8b;
    }
    100% {
        transform: scale(1);
        color: #222;
    }
}

.kzk-anim-number {
    animation: kzkHighlightNumber 3s ease-in-out both;
}

.kzk-exam-name {
    font-size: 2vh;
    color: #d95b8b;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.kzk-avg-time {
    font-size: 1.6vh;
    color: #aaa;
    margin-top: 5px;
    font-weight: 500 !important;
}

.kzk-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(217, 91, 139, 0.15);
    background: #f171ab;
    border: 2px solid #f171ab;
    overflow: hidden;
}

.kzk-logo-organizatorzy {
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.kzk-logo-title {
    color: white;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 1.8vh;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}

.kzk-logos-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    height: 10vh;
    padding: 0 10px;
}

.kzk-logo-gdansk-img {
    max-height: 100%;
    max-width: 60%;
    object-fit: contain;
    flex-shrink: 1;
}

.kzk-logo-fundacja-img {
    max-height: 50% !important;
    max-width: 35%;
    object-fit: contain;
    flex-shrink: 1;
}

.kzk-logo-kongres img {
    max-width: 90%;
    max-height: 15vh;
    object-fit: contain;
}
