*{box-sizing:border-box}html,body,#root{height:100%;margin:0;background:#111}body{font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;overscroll-behavior:none}.phone-shell{height:100dvh;width:100vw;display:flex;align-items:center;justify-content:center;background:#111}.screen{position:relative;width:min(100vw,430px);height:100dvh;max-height:100dvh;background:#000;overflow:hidden}@media (min-width: 500px){.screen{height:min(844px,100dvh);border-radius:18px;border:1px solid #333}}.net-banner{position:absolute;top:12px;left:50%;transform:translate(-50%);background:#0000009e;color:#fff;font-size:12px;padding:6px 12px;border-radius:14px;white-space:nowrap;z-index:20;pointer-events:none}.debug-bar{position:absolute;bottom:86px;left:8px;display:flex;gap:6px;z-index:30;opacity:.92}.debug-bar button{font-size:11px;padding:5px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.35);background:#0000008c;color:#fff}.sound-gate{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;z-index:40;pointer-events:none}.sound-gate button{font-size:15px;padding:10px 22px;border-radius:20px;border:none;background:#fe2c55;color:#fff;pointer-events:auto}.glass-btn{display:flex;align-items:center;justify-content:center;background:#1212166b;border:1px solid rgba(255,255,255,.22);box-shadow:0 4px 16px #00000059;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease}.glass-btn:active{transform:scale(.88)}.sound-toggle{position:absolute;right:12px;top:64px;width:42px;height:42px;border-radius:21px;z-index:35}.sound-toggle.on{border-color:#ffffff73;background:#ffffff2e}.pause-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:25}.pause-badge-inner{width:76px;height:76px;border-radius:38px;display:flex;align-items:center;justify-content:center;color:#fff;background:#12121673;border:1px solid rgba(255,255,255,.25);box-shadow:0 6px 24px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:pausePop .28s cubic-bezier(.2,1.4,.4,1)}@keyframes pausePop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}
