*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;overflow:hidden;background:#000}.game-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0a0a1a,#1a0a2e)}.game-iframe{width:100%;height:100%;border:none;max-width:100vw;max-height:100vh}.version-badge{position:fixed;bottom:8px;left:50%;transform:translateX(-50%);background:transparent;color:hsla(0,0%,100%,.35);padding:2px 8px;font-size:10px;font-family:monospace;z-index:100}.debug-toggle{position:fixed;top:10px;right:10px;width:40px;height:40px;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.15);border-radius:8px;font-size:20px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center}.debug-toggle:hover{background:rgba(0,0,0,.8)}.debug-panel{position:fixed;top:60px;right:10px;width:320px;max-height:50vh;background:rgba(0,0,0,.9);border:1px solid rgba(0,212,255,.3);border-radius:8px;font-family:monospace;font-size:12px;z-index:100;overflow:hidden}.debug-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:rgba(0,212,255,.1);color:#00d4ff;border-bottom:1px solid rgba(0,212,255,.2)}.debug-header button{background:hsla(0,100%,70%,.2);border:1px solid hsla(0,100%,70%,.5);color:#ff6464;padding:2px 8px;border-radius:4px;cursor:pointer;font-size:11px}.debug-logs{max-height:calc(50vh - 40px);overflow-y:auto;padding:8px}.debug-log{padding:4px 0;border-bottom:1px solid hsla(0,0%,100%,.1);color:#aaa}.log-time{color:#666;margin-right:8px}.log-msg{color:#0f0}.payment-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.payment-spinner{width:60px;height:60px;border:4px solid hsla(0,0%,100%,.1);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.payment-text{margin-top:20px;color:#fff;font-size:18px;font-family:Segoe UI,sans-serif}.payment-amount{margin-top:10px;color:#00d4ff;font-size:24px;font-weight:700}