*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;background:#000!important;overflow:hidden}#boot-black{position:fixed;inset:0;background:#000;z-index:9999999;pointer-events:none}body{position:fixed;inset:0}nav{position:fixed;top:0;left:0;right:0;height:40px;display:flex;background:#444;z-index:20000;overflow:hidden}nav button{flex:1 1 0;min-width:0;height:40px;padding:0 10px;line-height:40px;color:#fff;background:#444;border:none;cursor:pointer;white-space:nowrap}nav button.active{background:#222}iframe#mainFrame{position:fixed!important;top:40px;left:0;right:0;bottom:0;width:100vw;height:auto;border:0;display:block;background:#000}@supports (height: 100vh){iframe#mainFrame{height:calc(100vh - 40px)}}@supports (height: 100svh){iframe#mainFrame{height:calc(100svh - 40px)}}@supports (height: 100dvh){iframe#mainFrame{height:calc(100dvh - 40px)}}#kioskLoader,#iframeBlocker,#netOverlay{position:fixed;top:40px;left:0;right:0;bottom:0}#kioskLoader{background:#000;z-index:10000;display:none;align-items:center;justify-content:center}#kioskLoader.show{display:flex}.kiosk-loader-inner{display:flex;flex-direction:column;align-items:center;gap:14px;color:#ddd;font-size:14px;letter-spacing:.2px;user-select:none;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.kiosk-spinner{width:52px;height:52px;border-radius:50%;border:4px solid #ffffff26;border-top-color:#ffffffe6;animation:kioskSpin .85s linear infinite}@keyframes kioskSpin{to{transform:rotate(360deg)}}#iframeBlocker{z-index:9999;display:none;background:transparent}#netOverlay{z-index:30000;display:none;align-items:center;justify-content:center;background:#000;color:#ddd;text-align:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}#netOverlay .box{max-width:760px;padding:24px}#netOverlay .title{font-size:22px;font-weight:650;margin-bottom:8px;color:#eee}#netOverlay .msg{font-size:14px;opacity:.92;line-height:1.5}