html,body{overscroll-behavior:none;touch-action:none;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;width:100vw;height:100vh;overflow:hidden}#center{width:100%;height:100vh;position:relative}.video-loading{z-index:30;color:#111;letter-spacing:.04em;opacity:0;pointer-events:none;background:#ffffffeb;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:opacity .18s;display:flex;position:fixed;inset:0}.video-loading.is-visible{opacity:1;pointer-events:auto}#squeeze-progress{z-index:20;background:#ffffffe6;border-radius:16px;width:min(320px,100vw - 140px);padding:10px 12px 12px;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000029}#squeeze-progress-label{color:#111;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}#squeeze-progress-track{background:#0000001f;border-radius:999px;width:100%;height:12px;overflow:hidden}#squeeze-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#f7b267 0%,#f4845f 50%,#d95d39 100%);width:0;height:100%;transition:width .12s linear}#touch-area{opacity:0;background:#fff;position:absolute}#touch-area .square{background:#0000001a;width:100%;height:100%;position:absolute;top:0;right:0;box-shadow:0 0 20px 10px #0003}#log{color:#fff;z-index:10;pointer-events:none;background:#000000b3;max-height:50px;padding:10px;font-family:monospace;font-size:14px;display:none;position:fixed;top:10px;left:10px;overflow-y:auto}.video-bg{z-index:-1;object-fit:cover;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0}.video-bg.is-hidden{display:none}
