
html,body{margin:0;height:100%;overflow:hidden;background:#02050a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans","Yu Gothic",Meiryo,sans-serif}.stage{position:fixed;inset:0;display:grid;place-items:center;background:#02050a}.stage img{width:100vw;height:100vh;object-fit:contain;background:#050b14}.ui{position:fixed;z-index:10;left:50%;transform:translateX(-50%);bottom:18px;display:flex;gap:8px;align-items:center;padding:8px;border-radius:999px;background:rgba(5,12,24,.72);backdrop-filter:blur(14px);box-shadow:0 12px 40px rgba(0,0,0,.35);transition:opacity .25s}.top{top:16px;bottom:auto;min-width:min(900px,calc(100vw - 32px));justify-content:space-between;border-radius:18px}.label{font-weight:900;letter-spacing:.03em}.btn{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff;border-radius:999px;padding:10px 13px;font-weight:800;cursor:pointer;text-decoration:none}.btn:hover{background:rgba(255,255,255,.18)}.progress{position:fixed;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.15);z-index:12}.progress span{display:block;height:100%;background:linear-gradient(90deg,#1f73be,#d9a94d)}body.hide-ui .ui,body.hide-ui .drawer{opacity:0;pointer-events:none}.drawer{position:fixed;top:74px;right:18px;width:min(520px,calc(100vw - 36px));max-height:calc(100vh - 110px);overflow:auto;background:rgba(255,255,255,.96);color:#08192f;border-radius:22px;padding:20px;box-shadow:0 30px 90px rgba(0,0,0,.42);z-index:11;transform:translateX(calc(100% + 30px));transition:transform .25s,opacity .25s}.drawer.open{transform:translateX(0)}.drawer h2{margin:0 0 12px}.drawer p{line-height:1.8;color:#536173}.drawer a{display:flex;justify-content:space-between;gap:10px;text-decoration:none;color:#08192f;border:1px solid rgba(12,31,63,.12);border-radius:12px;padding:10px;margin:8px 0;background:#fff}.drawer small{color:#1f73be;font-weight:900}.hotkeys{font-size:12px;color:rgba(255,255,255,.72)}@media(max-width:720px){.ui{left:8px;right:8px;transform:none;justify-content:center;flex-wrap:wrap}.top{left:8px;right:8px;transform:none;min-width:0}.hotkeys{display:none}}
