html,body,#root{min-height:100%}body{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}.kiosk-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem}.kiosk-header .logo img{height:48px;width:auto;display:block}.kiosk-service{background:none;border:none;color:var(--color-text-muted, #999);font-size:.7rem;opacity:.35;cursor:pointer}.movies-section .showtime-link{min-width:92px}.kiosk-center{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;text-align:center;padding:2.5rem}.kiosk-spinner{width:56px;height:56px;border-radius:50%;border:4px solid rgba(255,255,255,.15);border-top-color:var(--color-primary, #f61282);animation:kiosk-spin .9s linear infinite}@keyframes kiosk-spin{to{transform:rotate(360deg)}}.selftest{max-width:960px;margin:0 auto;padding:1.5rem}.selftest-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:1rem 0}.selftest-actions button{padding:1rem;font-size:1.05rem;font-weight:600;border-radius:10px;border:1px solid var(--color-border, #333);background:var(--color-surface, #2a2a2a);color:var(--color-text, #fff);cursor:pointer}.selftest-actions button.primary{background:var(--color-primary, #f61282);border-color:var(--color-primary, #f61282)}.selftest-log{background:var(--color-card, #2a2a2a);border:1px solid var(--color-border, #333);border-radius:12px;padding:1rem;font-family:ui-monospace,monospace;font-size:.85rem;max-height:55vh;overflow-y:auto}.selftest-log>div{padding:.25rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
