html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Zalando Sans";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    overflow: hidden;
    background: #000;
}

.videoOverlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.42s ease;
}

.videoOverlay.active {
    display: flex;
    opacity: 1;
}

.videoOverlay.active.isExiting {
    opacity: 0;
}

.kioskVideoPlayer {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg) scale(1);
    transform-origin: top left;
    object-fit: cover;
    background: #000;
    opacity: 1;
    transition: opacity 0.24s ease;
}

.kioskVideoPlayer.isReady {
    opacity: 1;
}

.kioskVideoPlayer.isExiting {
    opacity: 0;
}

.screen-rotate.isHidden {
    display: none;
}

.screen-rotate {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

body.kiosk-portrait-test .screen-rotate {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100vh;
    height: 100vw;
    transform: rotate(-90deg);
    transform-origin: top left;
}

.top {
    width: 100%;
    flex: 0 0 85%;
    background: #000;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.bottom {
    width: 100%;
    flex: 0 0 15%;
    background: #171717;
    display: block;
    min-height: 0;
}

.flightFeed {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 30px;
}


.areaTop    {
    width:100%;
    height:100px;
    display:flex;
    align-items: center;
    padding:30px;
    border-bottom: #262626 1px solid;
    color:#fff;
}

.areaTop > div:nth-child(1){
    display:flex;
    gap:12px;
    align-items: center;
    flex-direction: row;
    font:600 22px 'Zalando Sans', sans-serif;
    flex: 0 0 40%;
    justify-content: flex-start;
}

.areaTop > div:nth-child(2){
    flex: 0 0 20%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.areaTop > div:nth-child(3){
    flex: 0 0 40%;
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.areaContent {
    flex: 1;
    min-height: 0;
    padding:0;
    display: flex;
    flex-direction: column;
}

.stair_image    {
    background:#008fda;
    padding:10px;
    border-radius:6px;
}
.stair_image img    { height:35px; filter: invert(100%) sepia(0%) saturate(24%) hue-rotate(114deg) brightness(108%) contrast(108%); }
.ajet_logo { height:50px; }

.meetingBoardClock {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.meetingBoardClockInner {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: flex-end;
}

.meetingBoardClockInner .charBox {
    width: 28px;
    height: 45px;
    background: #111111;
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #050505;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.meetingBoardClockInner .charBox.colon {
    width: 18px;
}

.meetingBoardClockInner .charBox::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50%;
    height: 1px;
    background: rgba(255,255,255,0.10);
    transform: translateY(-0.5px);
    z-index: 3;
    pointer-events: none;
}

.meetingBoardClockInner .charBox.empty {
    background: #0a0a0a;
    border-top: 1px solid #2a2a2a;
    border-bottom: 1px solid #000;
    color: transparent;
    opacity: 1;
}

.meetingBoardClockInner .charBox.empty::after {
    background: rgba(255,255,255,0.10);
}

.meetingBoardClockInner .charInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    position: relative;
    z-index: 2;
}


.flightTHBar    {
    width:100%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(38, 38, 38, 1) 100%);
    display:flex;
    align-items: center;
    color:#92d13c;
    border-bottom:#262626 1px solid;
    gap:0;
    min-height:45px;
    box-sizing:border-box;
    font-size:20px;
    padding:0 30px 0 15px;
}

.flightTHBar > div {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-shrink:0;
    min-width:0;
}

.flightTHBar > div:nth-child(1) {
    width:175px;
}

.flightTHBar > div:nth-child(2) {
    flex: 1;
}

.flightTDBar {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

.flightTDRow {
    width: 100%;
    height: 52px;
    max-height: 52px;
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0  10px 0 15px;
    border-bottom: #262626 1px solid;
    overflow: hidden;
    min-width: 0;
    position: relative;
}

.flightTDRow.isEmpty {
    height: 52px;
    max-height: 52px;
    min-height: 52px;
}

.flightTDRow.isEmpty .flightTDKat,
.flightTDRow.isEmpty .flightTDBirim {
    opacity: 0.28;
}

.flightTDKat {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1px;
    overflow: hidden;
    color: #ffffff;
    font: 600 18px/1 'Chakra Petch', sans-serif;
    letter-spacing: 0;
    white-space: nowrap;
}

.flightTDBirim {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1px;
    overflow: hidden;
    color: #ffffff;
    font: 600 18px/1 'Chakra Petch', sans-serif;
    letter-spacing: 0;
    white-space: nowrap;
}

.flightTDKat .textBox,
.flightTDBirim .textBox {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    height: 45px;
    border-radius: 4px;
    background: #1a1a1a;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #0d0d0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font: 600 18px/1 'Chakra Petch', sans-serif;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.flightTDKat .textBox::after,
.flightTDBirim .textBox::after {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50%;
    height: 1px;
    background: rgba(255,255,255,0.16);
    transform: translateY(-0.5px);
    z-index: 1;
    pointer-events: none;
}

.flightTDKat .textBox.isSpace,
.flightTDBirim .textBox.isSpace {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    background: #141414;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #000000;
    color: transparent;
}

.flightTDKat .textBox.isTekSatirBox,
.flightTDBirim .textBox.isTekSatirBox {
    color: #92d13c;
    border-top-color: rgba(146, 209, 60, 0.45);
    border-bottom-color: rgba(146, 209, 60, 0.18);
}



.flightBoardRow {
    contain: layout paint;
}

.flightTDRow {
    transition: none;
}

.flightTDRow.rowUpdating {
    opacity: 1;
    transform: none;
}

.flightTDKat.rowBlockFlipping,
.flightTDBirim.rowBlockFlipping {
    animation: rowBlockFlip 0.50s linear 9 both;
}

@keyframes rowBlockFlip {
    0% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0.04);
    }
    100% {
        transform: scaleY(1);
    }
}
@keyframes splitFlapChar {
    0% {
        transform:rotateX(0deg);
    }
    45% {
        transform:rotateX(90deg);
    }
    55% {
        transform:rotateX(-90deg);
    }
    100% {
        transform:rotateX(0deg);
    }
}

.flightRow.isTekSatirOrtaliRow .flightTDKat {
    justify-content: center;
    text-align: center;
}

.flightRow.isTekSatirOrtaliRow .textBox {
    color: #008cff !important;
    border-color: #008cff !important;
}

.flightTDRow.currentFloorRow {
    background: rgba(53, 194, 196, 0.06);
}

.flightTDRow.currentFloorRow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(53, 194, 196, 0.06);
    pointer-events: none;
    z-index: 0;
}

.flightTDRow.currentFloorRow .flightTDKat,
.flightTDRow.currentFloorRow .flightTDBirim {
    position: relative;
    z-index: 1;
}

.flightTDRow.currentFloorMarkerRow {
    justify-content: center;
    background: rgba(53, 194, 196, 0.06);
}

.flightTDRow.currentFloorMarkerRow::after {
    content: attr(data-current-floor-label);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.92);
    font: 700 22px 'Chakra Petch', sans-serif;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    z-index: 2;
    pointer-events: none;
}


.flightTDRow.currentFloorMarkerRow .flightTDKat,
.flightTDRow.currentFloorMarkerRow .flightTDBirim {
    opacity: 0;
    pointer-events: none;
}

/* === Flight Feed Slide and Header Layout === */
.flightFeed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    padding:0 30px 0 25px;
}

.flightFeedTopImage {
    width: 100%;
    flex: 0 0 auto;
    display: block;
}

.flightFeedTopImage img {
    display: block;
    max-width: 100%;
    height: 45px;
}

.slide {
    display: none;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    min-width: 0;
}
.slide.isActive {
    display: flex;
}

.slide_image {
    flex: 0 0 170px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    border-radius: 4px;
}

.slide_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_text {
    flex: 1 1 auto;
    min-width: 0;
    color: #ffffff;
    font: 400 16px/1.45 'Zalando Sans', sans-serif;
}

.slide_text b {
    display: block;
    margin-bottom: 6px;
    font: 600 18px/1.45 'Zalando Sans', sans-serif;
}

.screen-scale-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}