:root{--digivice-color: #3f51b5;--screen-bg: #8ba88b;--glass-bg: rgba(255, 255, 255, .1)}body{margin:0;display:flex;justify-content:center;align-items:center;min-height:100vh;background:#1a1a1a;font-family:Inter,sans-serif}.digivice{position:relative;width:480px;height:320px;background:#3f51b5;overflow:hidden;box-shadow:0 15px 50px #000000e6;border:4px solid #303f9f}.screen-container{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:40px;overflow:hidden}#gameCanvas{position:absolute;top:16px;left:36px;width:288px;height:288px;background:var(--screen-bg);image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;z-index:1}#overlayCanvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2}body.frameless .digivice{border:none;box-shadow:none;background:transparent;width:auto;height:auto;position:relative;display:flex;align-items:center;gap:40px}body.frameless .screen-container{position:relative;width:auto;height:auto}body.frameless #gameCanvas{position:relative;top:0;left:0;width:576px;height:576px;display:block}body.frameless #overlayCanvas{display:none}body.frameless .physical-buttons{position:static;transform:none;display:flex;flex-direction:column;gap:30px;padding:20px;background:#ffffff0d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}body.frameless .round-button{background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-weight:700;font-size:18px;box-shadow:0 4px 15px #0000004d;transition:all .2s}body.frameless .round-button:hover{background:#ffffff40;transform:scale(1.05)}body.frameless .round-button:active{transform:scale(.95)}.utility-bar{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:100}.utility-bar button{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;width:35px;height:35px;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:16px;transition:all .2s}.utility-bar button:hover{background:#ffffff4d;transform:translateY(-2px)}#hud-container{position:fixed;top:20px;left:20px;display:flex;align-items:stretch;z-index:100;box-shadow:0 8px 25px #00000080;border-radius:12px;overflow:hidden;border:1px solid #333;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#game-clock{background:#121212;padding:10px 20px;color:#e0e0e0;font-family:Inter,sans-serif;font-weight:600;font-size:20px;display:flex;align-items:center;justify-content:center;border-right:1px solid #333}#btn-pause{background:#121212;border:none;padding:0 15px;color:#e0e0e0;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}#btn-pause:hover{background:#222;color:#fff}#btn-pause:active{background:#333}.physical-buttons{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:20px;z-index:10}.round-button{width:70px;height:70px;border-radius:50%;border:none;background:#fff0;color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.round-button:active,.round-button:hover{background:#ffffff1a}.controls{position:absolute;bottom:20px;width:100%;display:flex;justify-content:center;gap:20px;z-index:10}button:hover{background:#fff6}.modern-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:380px;background:#121212;border:1px solid #333;border-radius:28px;box-shadow:0 20px 60px #000c;padding:32px;z-index:1000;color:#e0e0e0;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;gap:32px}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:28px;font-weight:700;color:#fff}.close-x{background:none;border:none;color:#888;font-size:36px;cursor:pointer;padding:0;line-height:1}.close-x:hover{color:#fff;background:none}.modal-body{display:flex;flex-direction:column;gap:28px}.setting-item{display:flex;flex-direction:column;gap:16px}.setting-item label{font-size:18px;font-weight:600;color:#bbb}.input-row{display:flex;align-items:center;gap:20px}#volume-value{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#fff;min-width:50px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:20px}.switch{position:relative;display:inline-block;width:80px;height:44px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#333;transition:.4s;border-radius:44px;border:2px solid #444}.slider:before{position:absolute;content:"";height:32px;width:32px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 4px 12px #0006}input:checked+.slider{background-color:#4f69ff;border-color:#4f69ff}input:checked+.slider:before{transform:translate(36px)}.modal-footer{margin-top:10px}.primary-btn{width:100%;background:#4f69ff;color:#fff;border:none;padding:20px;border-radius:16px;font-weight:700;font-size:18px;cursor:pointer;transition:background .2s,transform .2s}.primary-btn:hover{background:#6c81ff;transform:translateY(-2px)}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;background:transparent;height:40px}input[type=range]::-webkit-slider-runnable-track{width:100%;height:12px;background:#333;border-radius:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:32px;width:32px;background:#4f69ff;border-radius:50%;box-shadow:0 4px 12px #0006;margin-top:-10px}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.1)}@media(max-width:768px){body{align-items:flex-start;padding:20px 0}body.frameless .digivice{flex-direction:column;gap:30px;padding-top:100px}body.frameless #gameCanvas{width:320px;height:320px;max-width:95vw;margin:0 auto}body.frameless .physical-buttons{flex-direction:row;gap:20px;padding:20px;width:100%;justify-content:center;box-sizing:border-box;background:#ffffff0d;border-radius:20px}body.frameless .round-button{width:60px;height:60px;font-size:16px}.utility-bar{top:auto;bottom:20px;right:50%;transform:translate(50%);flex-direction:row;background:#00000080;padding:8px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#hud-container{top:20px;left:50%;transform:translate(-50%)}}
