*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#fff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#ccc}::-webkit-scrollbar-corner{background:#ffffff1a}*{scrollbar-width:thin;scrollbar-color:#fff rgba(255,255,255,.1)}body{background:#000;overflow:hidden;height:100vh;height:100dvh;width:100vw;display:flex;align-items:center;justify-content:center;font-family:Roboto Condensed,sans-serif;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);touch-action:manipulation}.container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.game-container{overflow:hidden;aspect-ratio:9/16;border:2px solid #fff;position:relative;height:100vh;height:100dvh;max-width:56.25dvh;container-type:size;container-name:game;touch-action:manipulation}@media (max-aspect-ratio: 9/16){.game-container{width:100vw;height:auto;max-height:calc(100vw * 16/9)}}.pixi-container,canvas#pixiCanvas{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.ui-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.ui-overlay>*{pointer-events:auto}.top-bar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:1cqh 2cqw;background:linear-gradient(180deg,#000c,#0000)}.balance,.last-win{display:flex;flex-direction:column;gap:.2cqh}.label{font-size:2cqh;color:#888;text-transform:uppercase;letter-spacing:.05em;font-weight:300}.value{font-size:3.5cqh;color:#fff;font-weight:700;line-height:1}.currency{font-size:2cqh;color:#aaa;margin-left:.5cqw}.promo-banner{position:absolute;top:12cqh;left:2cqw;right:2cqw;background:#ffd7001a;border:1px solid #ffd700;padding:1cqh 2cqw;text-align:center}.promo-text{font-size:2.2cqh;color:gold;text-transform:uppercase;letter-spacing:.05em;font-weight:400}.bottom-controls{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,#000000e6,#0000);padding:3cqh 2cqw 2cqh}.corner-button{width:10cqw;height:10cqw;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:5cqh;line-height:1;cursor:pointer;transition:.2s;font-family:Roboto Condensed,sans-serif;position:absolute;bottom:2cqh}.corner-button:hover{background:#fff3}.corner-button:active{background:#ffffff4d}.menu-button{left:2cqw}.buy-button{right:2cqw;background:#ffd70033;border-color:gold;color:gold}.buy-button:hover{background:#ffd7004d}.buy-button:active{background:#ffd70066}.bet-controls{display:flex;align-items:center;justify-content:center;gap:2cqw;margin-bottom:2cqh}.bet-btn{width:8cqw;height:8cqw;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:4cqh;font-weight:700;cursor:pointer;transition:.2s}.bet-btn:hover{background:#fff3}.bet-btn:active{background:#ffffff4d}.bet-display{display:flex;flex-direction:column;align-items:center;gap:.5cqh;min-width:30cqw}.bet-label{font-size:2cqh;color:#888;text-transform:uppercase}.bet-value{font-size:4cqh;color:#fff;font-weight:700}.spin-area{display:flex;align-items:center;justify-content:center;gap:3cqw}.spin-button{width:20cqw;height:20cqw;border:2px solid #0f0;background:#00ff001a;color:#0f0;font-size:4cqh;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.spin-button:hover{background:#0f03}.spin-button:active{background:#00ff004d;transform:scale(.95)}.spin-button.spinning{border-color:#f80;color:#f80;background:#ff88001a}.autoplay-toggle{display:flex;flex-direction:column;align-items:center;gap:.5cqh;cursor:pointer}.toggle-switch{width:12cqw;height:6cqh;border:1px solid #fff;background:#ffffff1a;position:relative}.toggle-slider{width:50%;height:100%;background:#fff;transition:transform .3s;position:absolute;top:0;left:0}.autoplay-toggle.active .toggle-slider{transform:translate(100%);background:#0f0}.toggle-label{font-size:2cqh;color:#888;text-transform:uppercase}.autoplay-toggle.active .toggle-label{color:#0f0}.modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;display:none;align-items:center;justify-content:center;z-index:100}.modal-overlay.active{display:flex}.modal{background:#1a1a1a;border:2px solid #fff;padding:4cqh 4cqw;min-width:60cqw;max-width:80cqw}.modal-title{font-size:4cqh;color:#fff;text-transform:uppercase;margin-bottom:2cqh;font-weight:700;text-align:center}.modal-message{font-size:3cqh;color:#ccc;margin-bottom:3cqh;text-align:center;line-height:1.4}.modal-button{width:100%;padding:2cqh;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:3cqh;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s}.modal-button:hover{background:#fff3}.modal-button:active{background:#ffffff4d}.menu-modal{background:#1a1a1a;border:2px solid #fff;padding:3cqh 2cqw;min-width:50cqw;max-width:70cqw;display:flex;flex-direction:column;gap:2cqh}.menu-modal-title{font-size:4cqh;color:#fff;text-transform:uppercase;margin-bottom:1cqh;font-weight:700;text-align:center;border-bottom:1px solid #444;padding-bottom:1cqh}.menu-modal-button{padding:2cqh 2cqw;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:3cqh;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s;text-align:left}.menu-modal-button:hover{background:#fff3}.menu-modal-button:active{background:#ffffff4d}.content-modal{background:#1a1a1a;border:2px solid #fff;padding:3cqh 3cqw;width:85cqw;max-height:80cqh;overflow-y:auto;display:flex;flex-direction:column}.content-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2cqh;border-bottom:1px solid #444;padding-bottom:1cqh}.content-modal-title{font-size:4cqh;color:#fff;text-transform:uppercase;font-weight:700}.close-button{width:6cqw;height:6cqw;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:3cqh;cursor:pointer;transition:.2s}.close-button:hover{background:#fff3}.content-modal-body{font-size:2.5cqh;color:#ccc;line-height:1.6}.content-modal-body h3{font-size:3cqh;color:#fff;margin:2cqh 0 1cqh;text-transform:uppercase;font-weight:700}.content-modal-body p{margin-bottom:1.5cqh}.settings-row{display:flex;justify-content:space-between;align-items:center;padding:1.5cqh 0;border-bottom:1px solid #333}.settings-label{font-size:2.8cqh;color:#fff}.settings-toggle{display:flex;gap:1cqw}.settings-option{padding:1cqh 2cqw;border:1px solid #fff;background:#ffffff1a;color:#fff;font-size:2.5cqh;cursor:pointer;transition:.2s}.settings-option.active{background:#00ff004d;border-color:#0f0;color:#0f0}.paytable-row{display:flex;justify-content:space-between;align-items:center;padding:1cqh 1cqw;border-bottom:1px solid #333}.paytable-symbol{font-size:4cqh}.paytable-pays{font-size:2.5cqh;color:gold}.buy-modal{background:#1a1a1a;border:2px solid #ffd700;padding:3cqh 3cqw;width:85cqw;max-height:80cqh;overflow-y:auto;display:flex;flex-direction:column}.buy-section{margin-bottom:3cqh}.buy-section-title{font-size:3.5cqh;color:gold;text-transform:uppercase;font-weight:700;margin-bottom:2cqh;border-bottom:1px solid #444;padding-bottom:1cqh}.buy-item{display:flex;justify-content:space-between;align-items:center;padding:2cqh 2cqw;border:1px solid #444;margin-bottom:1.5cqh;background:#ffffff0d}.buy-item-info{flex:1}.buy-item-name{font-size:3cqh;color:#fff;font-weight:700;margin-bottom:.5cqh}.buy-item-desc{font-size:2.2cqh;color:#aaa}.buy-item-price{font-size:3.5cqh;color:gold;font-weight:700;margin-right:2cqw}.buy-item-button{padding:1.5cqh 3cqw;border:1px solid #0f0;background:#00ff001a;color:#0f0;font-size:2.8cqh;font-weight:700;text-transform:uppercase;cursor:pointer;transition:.2s}.buy-item-button:hover{background:#0f03}.buy-item-button:active{background:#00ff004d}.activatable-item{border-color:#08f}.activatable-item .buy-item-button{border-color:#08f;color:#08f;background:#0088ff1a}.activatable-item .buy-item-button.active{border-color:#0f0;color:#0f0;background:#0f03}.activatable-item .buy-item-button:hover{background:#08f3}.activatable-item .buy-item-button.active:hover{background:#00ff004d}.transformation-overlay-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000}.transformation-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1001;pointer-events:all;cursor:pointer}.transformation-container{background:#1a1a1a;border:2px solid #fff;padding:4cqh 4cqw;max-width:70cqw;width:80%;font-family:Roboto Condensed,sans-serif}.transformation-header{text-align:center;margin-bottom:3cqh;border-bottom:1px solid #444;padding-bottom:2cqh}.transformation-header h3{color:#fff;font-size:2cqh;margin:0 0 1cqh;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.progress-bar{width:100%;height:1cqh;background:#ffffff1a;overflow:hidden;margin-top:1cqh}.progress-fill{height:100%;background:#fff;transition:width .1s ease}.transformations-list{max-height:40cqh;overflow-y:auto}.transformation-item{padding:1cqh 2cqw;margin:.3cqh 0;background:#ffffff0d;border-left:2px solid transparent;transition:all .1s ease;display:flex;flex-direction:column;align-items:flex-start}.transformation-item.active{background:#ffffff1a;border-left-color:#fff}.transformation-item.completed{background:#ffffff08;border-left-color:#666;opacity:.6}.transformation-text{color:#fff;font-size:1.8cqh;font-weight:400;width:100%;word-break:break-word}.transformation-payload{color:#ccc;font-size:1.4cqh;font-family:monospace;margin-top:.5cqh;white-space:pre-wrap;word-break:break-all;max-width:100%;overflow:hidden}.node-id{color:#888;font-size:1.4cqh;font-family:Roboto Condensed,sans-serif;font-weight:300;margin-top:.3cqh}.transformation-footer{text-align:center;margin-top:3cqh;padding-top:2cqh;border-top:1px solid #444;color:#aaa;font-size:1.8cqh;text-transform:uppercase;letter-spacing:.05em}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.transformation-item{animation:slideIn .1s ease}
