:root { --navy:#071d2f; }
* { box-sizing:border-box; }
html,body { margin:0;background:#060b10;color:#fff;font-family:system-ui,sans-serif;min-height:100%;overscroll-behavior:none; }
body { touch-action:pan-x pan-y pinch-zoom; }
.tablet-contract-layer{position:fixed;inset:0;z-index:10000;background:#fff}.tablet-contract-layer iframe{display:block;width:100%;height:100%;border:0;background:#f4f7fb}
.screen-center { min-height:100vh;display:grid;place-items:center; }
.kiosk-panel { background:#fff;color:#102a43;padding:3rem;border-radius:1.5rem;box-shadow:0 1rem 3rem #0008;max-width:520px;text-align:center; }
.kiosk-panel input { font-size:2rem;width:100%;padding:1rem;text-align:center; }
.kiosk-panel button { font-size:1.2rem;padding:1rem 2rem;margin-top:1rem; }
.tablet-hotel { width:100%;min-height:100vh;background:#060b10; }
@supports (min-height:100dvh){.screen-center,.tablet-hotel{min-height:100dvh}.tablet-contract-layer,.idle-screen{height:100dvh}}
.tablet-title { padding:clamp(24px,5vw,80px);background:linear-gradient(135deg,#071d2f,#123f62); }
.tablet-title h1 { font-size:clamp(2.5rem,7vw,7rem);margin:.1em 0; }
.tablet-title p { font-size:clamp(1.2rem,2.5vw,2.4rem);line-height:1.5;max-width:1400px; }
.tablet-photo { margin:0;padding:0 0 clamp(28px,5vw,90px);background:#060b10; }
.tablet-photo img { display:block;width:100%;height:auto;min-height:65vh;max-height:none;object-fit:contain;background:#000; }
.tablet-photo figcaption { font-size:clamp(1.1rem,2.2vw,2.2rem);line-height:1.5;padding:clamp(16px,2.5vw,36px) clamp(24px,5vw,80px);color:#e7edf2; }
.tablet-photo-source{padding:0 clamp(24px,5vw,80px) clamp(18px,3vw,38px);font-size:clamp(.8rem,1.25vw,1.1rem);color:#778899;user-select:none;pointer-events:none}
.idle-screen { position:fixed;inset:0;z-index:99;background:#05080c;display:block;overflow:hidden;text-align:center; }
.idle-slides,.idle-slide { position:absolute;inset:0;width:100%;height:100%; }
.idle-slide { object-fit:cover;opacity:0;transform:scale(1.03);transition:opacity 1.2s ease,transform 7s linear; }
.idle-slide.active { opacity:1;transform:scale(1); }
.idle-caption { position:absolute;z-index:2;inset:auto 0 0;padding:8vh 4vw 4vh;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.8));text-shadow:0 .15rem .6rem #000; }
.idle-caption h1 { font-size:clamp(2.5rem,7vw,6rem);margin:0; }
.idle-caption p { font-size:clamp(1.2rem,2.5vw,2.4rem);margin:.4em 0; }
.d-none { display:none!important; }
.mirror-mode { pointer-events:none; }
@media(orientation:landscape) {
    .tablet-photo img { min-height:88vh; }
    .tablet-title { min-height:55vh;display:flex;flex-direction:column;justify-content:center; }
}
@media(orientation:portrait) { .tablet-photo img { min-height:60vh; } }
