html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #050505;
}

body {
    font-family: system-ui, sans-serif;
    color: #f5f5f5;
}

.slideshow-shell,
.kiosk-swiper,
.swiper-wrapper,
.swiper-slide {
    width: 100vw;
    height: 100vh;
}

.swiper-slide {
    background: #000;
}

.slideshow-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.kiosk-swiper {
    touch-action: none;
}

.empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #050505;
}

.empty-state p {
    margin: 0;
    color: #b8b8b8;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
}

.menu-touch-target {
    position: fixed;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 1.5rem 2rem;
    color: #fff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.menu-touch-target span {
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: 999px;
    background: rgb(0 0 0 / 45%);
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    backdrop-filter: blur(8px);
}
