.roulette-overlay{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1100;animation:fadeIn .3s ease;padding:20px}.roulette-modal{background:linear-gradient(180deg,#1a1a2e,#16162a);border-radius:24px;padding:32px;max-width:800px;width:100%;position:relative;animation:scaleIn .4s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.1);box-shadow:0 0 60px #ff595f33,0 0 100px #8b5cf61a}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.roulette-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff9;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;border:none;z-index:10}.roulette-close:hover:not(:disabled){background:#fff3;color:#fff}.roulette-close:disabled{opacity:.5;cursor:not-allowed}.roulette-header{text-align:center;margin-bottom:32px}.roulette-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#ff595f,#ff8f6b,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.roulette-subtitle{color:#fff9;font-size:16px}.roulette-container{position:relative;margin-bottom:32px}.roulette-pointer{position:absolute;top:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:16px solid #ff595f;z-index:10;filter:drop-shadow(0 0 10px rgba(255,89,95,.8))}.roulette-pointer:after{content:"";position:absolute;top:-24px;left:50%;transform:translate(-50%);width:4px;height:100%;background:linear-gradient(180deg,transparent,#ff595f)}.roulette-viewport{overflow:hidden;border-radius:16px;background:#0000004d;border:2px solid rgba(255,255,255,.1);position:relative}.roulette-viewport:before,.roulette-viewport:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:5;pointer-events:none}.roulette-viewport:before{left:0;background:linear-gradient(90deg,rgba(26,26,46,.95) 0%,transparent 100%)}.roulette-viewport:after{right:0;background:linear-gradient(-90deg,rgba(26,26,46,.95) 0%,transparent 100%)}.roulette-strip{display:flex;gap:8px;padding:16px;width:max-content}.roulette-item{flex-shrink:0;width:112px;height:112px;background:#ffffff0d;border-radius:12px;border:2px solid;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.roulette-item-bg{position:absolute;inset:0;pointer-events:none}.roulette-item-image{width:85%;height:85%;object-fit:contain;position:relative;z-index:1}.spin-btn{display:block;width:100%;max-width:300px;margin:0 auto;padding:18px 40px;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,#ff595f,#ff8f6b);color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #ff595f66}.spin-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 40px #ff595f80}.spin-btn:active:not(:disabled){transform:translateY(-1px)}.spin-btn:disabled{opacity:.7;cursor:not-allowed;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:.9}}.roulette-win-screen{text-align:center;padding:20px 0}.win-confetti{position:absolute;inset:0;pointer-events:none;overflow:hidden;border-radius:24px}.win-confetti:before{content:"";position:absolute;inset:-50%;background:radial-gradient(circle at 20% 30%,rgba(255,89,95,.3) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.3) 0%,transparent 40%),radial-gradient(circle at 50% 80%,rgba(245,158,11,.3) 0%,transparent 40%);animation:rotateGlow 8s linear infinite}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.win-title{font-size:40px;font-weight:800;background:linear-gradient(135deg,#ffd93d,#ff595f,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;animation:winPulse .8s ease infinite;position:relative;z-index:1}@keyframes winPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.win-subtitle{color:#ffffffb3;font-size:18px;margin-bottom:24px;position:relative;z-index:1}.win-skin-card{position:relative;width:220px;height:280px;margin:0 auto 32px;background:#ffffff0d;border-radius:20px;border:3px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow:hidden;animation:cardAppear .6s ease;z-index:1}@keyframes cardAppear{0%{opacity:0;transform:scale(.5) rotateY(180deg)}to{opacity:1;transform:scale(1) rotateY(0)}}.win-skin-glow{position:absolute;inset:-50%;animation:glowPulse 2s ease infinite}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.win-skin-image{width:140px;height:140px;object-fit:contain;position:relative;z-index:1;margin-bottom:16px;filter:drop-shadow(0 4px 20px rgba(0,0,0,.5))}.win-skin-info{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;z-index:1}.win-skin-type{color:#fff9;font-size:12px;text-transform:uppercase;letter-spacing:1px}.win-skin-name{color:#fff;font-size:18px;font-weight:700}.win-skin-rarity{font-size:11px;font-weight:600;letter-spacing:2px;margin-top:4px}.claim-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:18px 48px;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#08c,#0077b5);color:#fff;border:none;border-radius:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #08c6;position:relative;z-index:1;margin-bottom:16px}.claim-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0088cc80}.claim-btn .telegram-icon{width:24px;height:24px}.close-win-btn{background:none;border:none;color:#ffffff80;font-size:14px;cursor:pointer;padding:8px 16px;transition:color .2s ease;position:relative;z-index:1}.close-win-btn:hover{color:#fffc}@media(max-width:768px){.roulette-modal{padding:24px 16px;max-width:calc(100vw - 32px);border-radius:20px}.roulette-title{font-size:24px}.roulette-subtitle{font-size:14px}.roulette-item{width:80px;height:80px}.roulette-viewport:before,.roulette-viewport:after{width:40px}.spin-btn{padding:14px 32px;font-size:16px}.win-title{font-size:28px}.win-skin-card{width:180px;height:240px}.win-skin-image{width:100px;height:100px}.claim-btn{padding:14px 32px;font-size:16px}}@media(max-width:480px){.roulette-overlay{padding:12px}.roulette-modal{padding:20px 12px}.roulette-close{top:10px;right:10px;width:32px;height:32px;font-size:20px}.roulette-title{font-size:20px}.roulette-header{margin-bottom:20px}.roulette-item{width:70px;height:70px}.roulette-strip{gap:6px;padding:12px}.roulette-container{margin-bottom:20px}.win-skin-card{width:160px;height:220px;margin-bottom:24px}.win-skin-name{font-size:16px}}.spine-player{box-sizing:border-box;width:100%;height:100%;background:none}.spine-player *{box-sizing:border-box;font-family:PT Sans,Arial,Helvetica Neue,Helvetica,Tahoma,sans-serif;color:#ddd;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.spine-player-error{font-size:14px;z-index:10;border-radius:4px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.spine-player-hidden{display:none}.spine-player canvas{border-radius:4px}.spine-player-slider{width:100%;height:16px;position:relative;cursor:pointer}.spine-player-slider-value{position:absolute;bottom:0;height:2px;background:#62b0ee99;cursor:pointer}.spine-player-slider:hover .spine-player-slider-value,.spine-player-slider-value.hovering{height:4px;background:#62b0ee;transition:height .2s}.spine-player-slider.big{height:12px;background:#000}.spine-player-slider.big .spine-player-slider-value{height:12px;background:#62b0ee}.spine-player-column{display:flex;flex-direction:column}.spine-player-row{display:flex;flex-direction:row}.spine-player-list{list-style:none!important;padding:0!important;margin:0!important}.spine-player-list li{cursor:pointer;margin:8px}.spine-player-list .selectable{display:flex;flex-direction:row;margin:0!important;padding:2px 20px 2px 0!important}.spine-player-list li.selectable:first-child{margin-top:4px!important}.spine-player-list li.selectable:last-child{margin-bottom:4px!important}.spine-player-list li.selectable:hover{background:#6e6e6e}.spine-player-list li.selectable .selectable-circle{display:flex;flex-direction:row;width:6px;min-width:6px;height:6px;border-radius:50%;background:#fff;align-self:center;opacity:0;margin:5px 10px}.spine-player-list li.selectable.selected .selectable-circle{opacity:1}.spine-player-list li.selectable .selectable-text{color:#aaa}.spine-player-list li.selectable.selected .selectable-text,.spine-player-list li.selectable:hover .selectable-text{color:#ddd}.spine-player-switch{display:flex;flex-direction:row;margin:2px 10px}.spine-player-switch-text{flex:1;margin-right:8px}.spine-player-switch-knob-area{width:30px;height:10px;display:block;border-radius:5px;background:#6e6e6e;position:relative;align-self:center;justify-self:flex-end}.spine-player-switch.active .spine-player-switch-knob-area{background:#5eaff1}.spine-player-switch-knob{display:block;width:14px;height:14px;border-radius:50%;background:#9e9e9e;position:absolute;left:0;top:-2px;filter:drop-shadow(0 0 1px #333);transition:transform .2s}.spine-player-switch.active .spine-player-switch-knob{background:#fff;transform:translate(18px);transition:transform .2s}.spine-player-popup-parent{position:relative}.spine-player-popup{-webkit-user-select:none;user-select:none;position:absolute;background:#000000bf;z-index:1;right:2px;bottom:40px;border-radius:4px;max-height:400%;overflow:auto;font-size:85%}.spine-player-popup-title{margin:4px 15px 2px;text-align:center}.spine-player-popup hr{margin:0;border:0;border-bottom:1px solid #cccccc70}.spine-player-controls{display:flex;flex-direction:column;position:absolute;bottom:0;left:0;width:100%;opacity:1;transition:opacity .4s}.spine-player-controls-hidden{pointer-events:none;opacity:0;transition:opacity .4s}.spine-player-buttons{display:flex;flex-direction:row;width:100%;background:#00000080;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:2px 8px 3px}.spine-player-button{background:none;outline:0;border:none;width:32px;height:32px;background-size:20px;background-repeat:no-repeat;background-position:center;cursor:pointer;margin-right:3px;padding-bottom:3px;filter:drop-shadow(0 0 1px #333)}.spine-player-button-spacer{flex:1}.spine-player-button-icon-play{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplay%3C%2Ftitle%3E%3Cg%20id%3D%22play%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2243%2023.3%204%2047%204%201%2043%2023.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-play:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplay%3C%2Ftitle%3E%3Cg%20id%3D%22play%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2243%2023.3%204%2047%204%201%2043%2023.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-play-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplay%3C%2Ftitle%3E%3Cg%20id%3D%22play%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2243%2023.3%204%2047%204%201%2043%2023.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-pause{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epause%3C%2Ftitle%3E%3Cg%20id%3D%22pause%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2228%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-pause:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epause%3C%2Ftitle%3E%3Cg%20id%3D%22pause%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2228%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-pause-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Epause%3C%2Ftitle%3E%3Cg%20id%3D%22pause%22%3E%3Crect%20class%3D%22cls-1%22%20x%3D%226%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%2228%22%20y%3D%221%22%20width%3D%2213%22%20height%3D%2246%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-speed{background-image:url(data:image/svg+xml,%3Csvg%20id%3D%22playback%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplayback%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48%2C28V20l-4.7-1.18a20.16%2C20.16%2C0%2C0%2C0-2-4.81l2.49-4.15L38.14%2C4.2%2C34%2C6.69a20.16%2C20.16%2C0%2C0%2C0-4.81-2L28%2C0H20L18.82%2C4.7A20.16%2C20.16%2C0%2C0%2C0%2C14%2C6.7L9.86%2C4.2%2C4.2%2C9.86%2C6.69%2C14a20.16%2C20.16%2C0%2C0%2C0-2%2C4.81L0%2C20v8l4.7%2C1.18A20.16%2C20.16%2C0%2C0%2C0%2C6.7%2C34L4.2%2C38.14%2C9.86%2C43.8%2C14%2C41.31a20.16%2C20.16%2C0%2C0%2C0%2C4.81%2C2L20%2C48h8l1.18-4.7a20.16%2C20.16%2C0%2C0%2C0%2C4.81-2l4.15%2C2.49%2C5.66-5.66L41.31%2C34a20.16%2C20.16%2C0%2C0%2C0%2C2-4.81ZM24%2C38A14%2C14%2C0%2C1%2C1%2C38%2C24%2C14%2C14%2C0%2C0%2C1%2C24%2C38Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2234%2024%2018%2033%2018%2015%2034%2024%2034%2024%22%2F%3E%3C%2Fsvg%3E)}.spine-player-button-icon-speed:hover{background-image:url(data:image/svg+xml,%3Csvg%20id%3D%22playback%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplayback%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48%2C28V20l-4.7-1.18a20.16%2C20.16%2C0%2C0%2C0-2-4.81l2.49-4.15L38.14%2C4.2%2C34%2C6.69a20.16%2C20.16%2C0%2C0%2C0-4.81-2L28%2C0H20L18.82%2C4.7A20.16%2C20.16%2C0%2C0%2C0%2C14%2C6.7L9.86%2C4.2%2C4.2%2C9.86%2C6.69%2C14a20.16%2C20.16%2C0%2C0%2C0-2%2C4.81L0%2C20v8l4.7%2C1.18A20.16%2C20.16%2C0%2C0%2C0%2C6.7%2C34L4.2%2C38.14%2C9.86%2C43.8%2C14%2C41.31a20.16%2C20.16%2C0%2C0%2C0%2C4.81%2C2L20%2C48h8l1.18-4.7a20.16%2C20.16%2C0%2C0%2C0%2C4.81-2l4.15%2C2.49%2C5.66-5.66L41.31%2C34a20.16%2C20.16%2C0%2C0%2C0%2C2-4.81ZM24%2C38A14%2C14%2C0%2C1%2C1%2C38%2C24%2C14%2C14%2C0%2C0%2C1%2C24%2C38Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2234%2024%2018%2033%2018%2015%2034%2024%2034%2024%22%2F%3E%3C%2Fsvg%3E)}.spine-player-button-icon-speed-selected{background-image:url(data:image/svg+xml,%3Csvg%20id%3D%22playback%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eplayback%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M48%2C28V20l-4.7-1.18a20.16%2C20.16%2C0%2C0%2C0-2-4.81l2.49-4.15L38.14%2C4.2%2C34%2C6.69a20.16%2C20.16%2C0%2C0%2C0-4.81-2L28%2C0H20L18.82%2C4.7A20.16%2C20.16%2C0%2C0%2C0%2C14%2C6.7L9.86%2C4.2%2C4.2%2C9.86%2C6.69%2C14a20.16%2C20.16%2C0%2C0%2C0-2%2C4.81L0%2C20v8l4.7%2C1.18A20.16%2C20.16%2C0%2C0%2C0%2C6.7%2C34L4.2%2C38.14%2C9.86%2C43.8%2C14%2C41.31a20.16%2C20.16%2C0%2C0%2C0%2C4.81%2C2L20%2C48h8l1.18-4.7a20.16%2C20.16%2C0%2C0%2C0%2C4.81-2l4.15%2C2.49%2C5.66-5.66L41.31%2C34a20.16%2C20.16%2C0%2C0%2C0%2C2-4.81ZM24%2C38A14%2C14%2C0%2C1%2C1%2C38%2C24%2C14%2C14%2C0%2C0%2C1%2C24%2C38Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2234%2024%2018%2033%2018%2015%2034%2024%2034%2024%22%2F%3E%3C%2Fsvg%3E)}.spine-player-button-icon-animations{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eanimations%3C%2Ftitle%3E%3Cg%20id%3D%22animations%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12%2C45V43.22a6.39%2C6.39%2C0%2C0%2C0%2C.63-.81%2C27.83%2C27.83%2C0%2C0%2C1%2C3.79-4.16c.93-.84%2C2.06-1.88%2C2.86-2.71a13.83%2C13.83%2C0%2C0%2C0%2C1.53-1.9l3.9-5.24c1-1.17.95-1.1%2C2.11%2C0l3%2C2.24a4%2C4%2C0%2C0%2C0-2.29%2C2.38c-1.37%2C3-2.39%2C4-2.68%2C4.22l-.23.18c-.54.39-1.81%2C1-1.7%2C1.54l.8%2C1.49a4.5%2C4.5%2C0%2C0%2C1%2C.39%2C1l.57%2C2.15a.69.69%2C0%2C0%2C0%2C.58.48c.47.08%2C1%2C.5%2C1.33.53%2C1.29.1%2C1.79%2C0%2C1.42-.54L26.7%2C42.72a.86.86%2C0%2C0%2C1-.2-.24%2C3.64%2C3.64%2C0%2C0%2C1-.42-2.2A5.39%2C5.39%2C0%2C0%2C1%2C26.61%2C39c1.84-2%2C6.74-6.36%2C6.74-6.36%2C1.71-1.81%2C1.4-2.52.81-3.84a27.38%2C27.38%2C0%2C0%2C0-2-3c-.41-.61-2.08-2.38-2.85-3.28-.43-.5.38-2.08.87-2.82.18-.12-.41.05%2C1.72.07a23.32%2C23.32%2C0%2C0%2C0%2C3.56-.19l1.63.61c.28%2C0%2C1.18-.09%2C1.31-.35l.12-.78c.18-.39.31-1.56-.05-1.75l-.6-.52a2.28%2C2.28%2C0%2C0%2C0-1.61.07l-.2.44c-.14.15-.52.37-.71.29l-2.24%2C0c-.5.12-1.18-.42-1.81-.73L32.05%2C15a8%2C8%2C0%2C0%2C0%2C.8-3.92%2C1.22%2C1.22%2C0%2C0%2C0-.28-.82%2C7.87%2C7.87%2C0%2C0%2C0-1.15-1.06l.11-.73c-.12-.49%2C1-.82%2C1.52-.82l.76-.33c.32%2C0%2C.68-.89.78-1.21L34.94%2C4a11.26%2C11.26%2C0%2C0%2C0%2C0-1.61C34.57.08%2C30.06-1.42%2C28.78%2C2c-.14.38-.62.77.34%2C3.21a1.55%2C1.55%2C0%2C0%2C1-.3%2C1.2L28.4%2C7a4%2C4%2C0%2C0%2C1-1.19.49c-.79%2C0-1.59-.75-4%2C.54C21%2C9.16%2C18.59%2C13%2C17.7%2C14.22a3.21%2C3.21%2C0%2C0%2C0-.61%2C1.58c-.05%2C1.16.7%2C3.74.87%2C5.75.13%2C1.53.21%2C2.52.72%2C3.06%2C1.07%2C1.14%2C2.1-.18%2C2.61-1a2.74%2C2.74%2C0%2C0%2C0-.14-1.86l-.74-.1c-.15-.15-.4-.42-.39-.64-.05-3.48-.22-3.14-.18-5.39%2C1.74-1.46%2C2.4-2.45%2C2.3-2-.2%2C1.15.28%2C2.83.09%2C4.35a6.46%2C6.46%2C0%2C0%2C1-.7%2C2.58s-2.11%2C4.22-2.14%2C4.27l-1.26%2C5.6-.7%2C1.44s-.71.54-1.59%2C1.21a9.67%2C9.67%2C0%2C0%2C0-2.27%2C3.18%2C20.16%2C20.16%2C0%2C0%2C1-1.42%2C2.83l-.87%2C1.31a1.72%2C1.72%2C0%2C0%2C1-.6.61l-1.83%2C1.1a1.39%2C1.39%2C0%2C0%2C0-.16.93l.68%2C1.71a4.07%2C4.07%2C0%2C0%2C1%2C.27%2C1.07l.17%2C1.56a.75.75%2C0%2C0%2C0%2C.71.59%2C18.13%2C18.13%2C0%2C0%2C0%2C3.26-.5c.27-.09-.29-.78-.53-1s-.45-.36-.45-.36A12.78%2C12.78%2C0%2C0%2C1%2C12%2C45Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-animations:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eanimations%3C%2Ftitle%3E%3Cg%20id%3D%22animations%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12%2C45V43.22a6.39%2C6.39%2C0%2C0%2C0%2C.63-.81%2C27.83%2C27.83%2C0%2C0%2C1%2C3.79-4.16c.93-.84%2C2.06-1.88%2C2.86-2.71a13.83%2C13.83%2C0%2C0%2C0%2C1.53-1.9l3.9-5.24c1-1.17.95-1.1%2C2.11%2C0l3%2C2.24a4%2C4%2C0%2C0%2C0-2.29%2C2.38c-1.37%2C3-2.39%2C4-2.68%2C4.22l-.23.18c-.54.39-1.81%2C1-1.7%2C1.54l.8%2C1.49a4.5%2C4.5%2C0%2C0%2C1%2C.39%2C1l.57%2C2.15a.69.69%2C0%2C0%2C0%2C.58.48c.47.08%2C1%2C.5%2C1.33.53%2C1.29.1%2C1.79%2C0%2C1.42-.54L26.7%2C42.72a.86.86%2C0%2C0%2C1-.2-.24%2C3.64%2C3.64%2C0%2C0%2C1-.42-2.2A5.39%2C5.39%2C0%2C0%2C1%2C26.61%2C39c1.84-2%2C6.74-6.36%2C6.74-6.36%2C1.71-1.81%2C1.4-2.52.81-3.84a27.38%2C27.38%2C0%2C0%2C0-2-3c-.41-.61-2.08-2.38-2.85-3.28-.43-.5.38-2.08.87-2.82.18-.12-.41.05%2C1.72.07a23.32%2C23.32%2C0%2C0%2C0%2C3.56-.19l1.63.61c.28%2C0%2C1.18-.09%2C1.31-.35l.12-.78c.18-.39.31-1.56-.05-1.75l-.6-.52a2.28%2C2.28%2C0%2C0%2C0-1.61.07l-.2.44c-.14.15-.52.37-.71.29l-2.24%2C0c-.5.12-1.18-.42-1.81-.73L32.05%2C15a8%2C8%2C0%2C0%2C0%2C.8-3.92%2C1.22%2C1.22%2C0%2C0%2C0-.28-.82%2C7.87%2C7.87%2C0%2C0%2C0-1.15-1.06l.11-.73c-.12-.49%2C1-.82%2C1.52-.82l.76-.33c.32%2C0%2C.68-.89.78-1.21L34.94%2C4a11.26%2C11.26%2C0%2C0%2C0%2C0-1.61C34.57.08%2C30.06-1.42%2C28.78%2C2c-.14.38-.62.77.34%2C3.21a1.55%2C1.55%2C0%2C0%2C1-.3%2C1.2L28.4%2C7a4%2C4%2C0%2C0%2C1-1.19.49c-.79%2C0-1.59-.75-4%2C.54C21%2C9.16%2C18.59%2C13%2C17.7%2C14.22a3.21%2C3.21%2C0%2C0%2C0-.61%2C1.58c-.05%2C1.16.7%2C3.74.87%2C5.75.13%2C1.53.21%2C2.52.72%2C3.06%2C1.07%2C1.14%2C2.1-.18%2C2.61-1a2.74%2C2.74%2C0%2C0%2C0-.14-1.86l-.74-.1c-.15-.15-.4-.42-.39-.64-.05-3.48-.22-3.14-.18-5.39%2C1.74-1.46%2C2.4-2.45%2C2.3-2-.2%2C1.15.28%2C2.83.09%2C4.35a6.46%2C6.46%2C0%2C0%2C1-.7%2C2.58s-2.11%2C4.22-2.14%2C4.27l-1.26%2C5.6-.7%2C1.44s-.71.54-1.59%2C1.21a9.67%2C9.67%2C0%2C0%2C0-2.27%2C3.18%2C20.16%2C20.16%2C0%2C0%2C1-1.42%2C2.83l-.87%2C1.31a1.72%2C1.72%2C0%2C0%2C1-.6.61l-1.83%2C1.1a1.39%2C1.39%2C0%2C0%2C0-.16.93l.68%2C1.71a4.07%2C4.07%2C0%2C0%2C1%2C.27%2C1.07l.17%2C1.56a.75.75%2C0%2C0%2C0%2C.71.59%2C18.13%2C18.13%2C0%2C0%2C0%2C3.26-.5c.27-.09-.29-.78-.53-1s-.45-.36-.45-.36A12.78%2C12.78%2C0%2C0%2C1%2C12%2C45Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-animations-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eanimations%3C%2Ftitle%3E%3Cg%20id%3D%22animations%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12%2C45V43.22a6.39%2C6.39%2C0%2C0%2C0%2C.63-.81%2C27.83%2C27.83%2C0%2C0%2C1%2C3.79-4.16c.93-.84%2C2.06-1.88%2C2.86-2.71a13.83%2C13.83%2C0%2C0%2C0%2C1.53-1.9l3.9-5.24c1-1.17.95-1.1%2C2.11%2C0l3%2C2.24a4%2C4%2C0%2C0%2C0-2.29%2C2.38c-1.37%2C3-2.39%2C4-2.68%2C4.22l-.23.18c-.54.39-1.81%2C1-1.7%2C1.54l.8%2C1.49a4.5%2C4.5%2C0%2C0%2C1%2C.39%2C1l.57%2C2.15a.69.69%2C0%2C0%2C0%2C.58.48c.47.08%2C1%2C.5%2C1.33.53%2C1.29.1%2C1.79%2C0%2C1.42-.54L26.7%2C42.72a.86.86%2C0%2C0%2C1-.2-.24%2C3.64%2C3.64%2C0%2C0%2C1-.42-2.2A5.39%2C5.39%2C0%2C0%2C1%2C26.61%2C39c1.84-2%2C6.74-6.36%2C6.74-6.36%2C1.71-1.81%2C1.4-2.52.81-3.84a27.38%2C27.38%2C0%2C0%2C0-2-3c-.41-.61-2.08-2.38-2.85-3.28-.43-.5.38-2.08.87-2.82.18-.12-.41.05%2C1.72.07a23.32%2C23.32%2C0%2C0%2C0%2C3.56-.19l1.63.61c.28%2C0%2C1.18-.09%2C1.31-.35l.12-.78c.18-.39.31-1.56-.05-1.75l-.6-.52a2.28%2C2.28%2C0%2C0%2C0-1.61.07l-.2.44c-.14.15-.52.37-.71.29l-2.24%2C0c-.5.12-1.18-.42-1.81-.73L32.05%2C15a8%2C8%2C0%2C0%2C0%2C.8-3.92%2C1.22%2C1.22%2C0%2C0%2C0-.28-.82%2C7.87%2C7.87%2C0%2C0%2C0-1.15-1.06l.11-.73c-.12-.49%2C1-.82%2C1.52-.82l.76-.33c.32%2C0%2C.68-.89.78-1.21L34.94%2C4a11.26%2C11.26%2C0%2C0%2C0%2C0-1.61C34.57.08%2C30.06-1.42%2C28.78%2C2c-.14.38-.62.77.34%2C3.21a1.55%2C1.55%2C0%2C0%2C1-.3%2C1.2L28.4%2C7a4%2C4%2C0%2C0%2C1-1.19.49c-.79%2C0-1.59-.75-4%2C.54C21%2C9.16%2C18.59%2C13%2C17.7%2C14.22a3.21%2C3.21%2C0%2C0%2C0-.61%2C1.58c-.05%2C1.16.7%2C3.74.87%2C5.75.13%2C1.53.21%2C2.52.72%2C3.06%2C1.07%2C1.14%2C2.1-.18%2C2.61-1a2.74%2C2.74%2C0%2C0%2C0-.14-1.86l-.74-.1c-.15-.15-.4-.42-.39-.64-.05-3.48-.22-3.14-.18-5.39%2C1.74-1.46%2C2.4-2.45%2C2.3-2-.2%2C1.15.28%2C2.83.09%2C4.35a6.46%2C6.46%2C0%2C0%2C1-.7%2C2.58s-2.11%2C4.22-2.14%2C4.27l-1.26%2C5.6-.7%2C1.44s-.71.54-1.59%2C1.21a9.67%2C9.67%2C0%2C0%2C0-2.27%2C3.18%2C20.16%2C20.16%2C0%2C0%2C1-1.42%2C2.83l-.87%2C1.31a1.72%2C1.72%2C0%2C0%2C1-.6.61l-1.83%2C1.1a1.39%2C1.39%2C0%2C0%2C0-.16.93l.68%2C1.71a4.07%2C4.07%2C0%2C0%2C1%2C.27%2C1.07l.17%2C1.56a.75.75%2C0%2C0%2C0%2C.71.59%2C18.13%2C18.13%2C0%2C0%2C0%2C3.26-.5c.27-.09-.29-.78-.53-1s-.45-.36-.45-.36A12.78%2C12.78%2C0%2C0%2C1%2C12%2C45Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-skins{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eskins%3C%2Ftitle%3E%3Cg%20id%3D%22skins%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36%2C12.54l-6.92%2C1-.79%2C1.2c-1%2C.25-2-.62-3-.55V12.33a1.35%2C1.35%2C0%2C0%2C1%2C.55-1.07c3-2.24%2C3.28-3.75%2C3.28-5.34A5.06%2C5.06%2C0%2C0%2C0%2C24%2C.76c-2.54%2C0-4.38.71-5.49%2C2.13a5.74%2C5.74%2C0%2C0%2C0-.9%2C4.57l2.48-.61a3.17%2C3.17%2C0%2C0%2C1%2C.45-2.4c.6-.75%2C1.75-1.13%2C3.42-1.13%2C2.56%2C0%2C2.56%2C1.24%2C2.56%2C2.56%2C0%2C.92%2C0%2C1.65-2.26%2C3.34a3.92%2C3.92%2C0%2C0%2C0-1.58%2C3.12v1.86c-1-.07-2%2C.8-3%2C.55l-.79-1.2-6.92-1c-2.25%2C0-4.35%2C2.09-5.64%2C3.93L1%2C24c3.83%2C5.11%2C10.22%2C5.11%2C10.22%2C5.11V41.93c0%2C2.34%2C2.68%2C3.88%2C5.59%2C4.86a22.59%2C22.59%2C0%2C0%2C0%2C14.37%2C0c2.91-1%2C5.59-2.52%2C5.59-4.86V29.15S43.17%2C29.15%2C47%2C24l-5.33-7.57C40.38%2C14.63%2C38.27%2C12.54%2C36%2C12.54ZM23.32%2C20.09%2C21%2C17l1.8-.6a3.79%2C3.79%2C0%2C0%2C1%2C2.4%2C0L27%2C17l-2.32%2C3.09A.85.85%2C0%2C0%2C1%2C23.32%2C20.09Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);width:31px;height:31px}.spine-player-button-icon-skins:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eskins%3C%2Ftitle%3E%3Cg%20id%3D%22skins%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36%2C12.54l-6.92%2C1-.79%2C1.2c-1%2C.25-2-.62-3-.55V12.33a1.35%2C1.35%2C0%2C0%2C1%2C.55-1.07c3-2.24%2C3.28-3.75%2C3.28-5.34A5.06%2C5.06%2C0%2C0%2C0%2C24%2C.76c-2.54%2C0-4.38.71-5.49%2C2.13a5.74%2C5.74%2C0%2C0%2C0-.9%2C4.57l2.48-.61a3.17%2C3.17%2C0%2C0%2C1%2C.45-2.4c.6-.75%2C1.75-1.13%2C3.42-1.13%2C2.56%2C0%2C2.56%2C1.24%2C2.56%2C2.56%2C0%2C.92%2C0%2C1.65-2.26%2C3.34a3.92%2C3.92%2C0%2C0%2C0-1.58%2C3.12v1.86c-1-.07-2%2C.8-3%2C.55l-.79-1.2-6.92-1c-2.25%2C0-4.35%2C2.09-5.64%2C3.93L1%2C24c3.83%2C5.11%2C10.22%2C5.11%2C10.22%2C5.11V41.93c0%2C2.34%2C2.68%2C3.88%2C5.59%2C4.86a22.59%2C22.59%2C0%2C0%2C0%2C14.37%2C0c2.91-1%2C5.59-2.52%2C5.59-4.86V29.15S43.17%2C29.15%2C47%2C24l-5.33-7.57C40.38%2C14.63%2C38.27%2C12.54%2C36%2C12.54ZM23.32%2C20.09%2C21%2C17l1.8-.6a3.79%2C3.79%2C0%2C0%2C1%2C2.4%2C0L27%2C17l-2.32%2C3.09A.85.85%2C0%2C0%2C1%2C23.32%2C20.09Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-skins-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eskins%3C%2Ftitle%3E%3Cg%20id%3D%22skins%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M36%2C12.54l-6.92%2C1-.79%2C1.2c-1%2C.25-2-.62-3-.55V12.33a1.35%2C1.35%2C0%2C0%2C1%2C.55-1.07c3-2.24%2C3.28-3.75%2C3.28-5.34A5.06%2C5.06%2C0%2C0%2C0%2C24%2C.76c-2.54%2C0-4.38.71-5.49%2C2.13a5.74%2C5.74%2C0%2C0%2C0-.9%2C4.57l2.48-.61a3.17%2C3.17%2C0%2C0%2C1%2C.45-2.4c.6-.75%2C1.75-1.13%2C3.42-1.13%2C2.56%2C0%2C2.56%2C1.24%2C2.56%2C2.56%2C0%2C.92%2C0%2C1.65-2.26%2C3.34a3.92%2C3.92%2C0%2C0%2C0-1.58%2C3.12v1.86c-1-.07-2%2C.8-3%2C.55l-.79-1.2-6.92-1c-2.25%2C0-4.35%2C2.09-5.64%2C3.93L1%2C24c3.83%2C5.11%2C10.22%2C5.11%2C10.22%2C5.11V41.93c0%2C2.34%2C2.68%2C3.88%2C5.59%2C4.86a22.59%2C22.59%2C0%2C0%2C0%2C14.37%2C0c2.91-1%2C5.59-2.52%2C5.59-4.86V29.15S43.17%2C29.15%2C47%2C24l-5.33-7.57C40.38%2C14.63%2C38.27%2C12.54%2C36%2C12.54ZM23.32%2C20.09%2C21%2C17l1.8-.6a3.79%2C3.79%2C0%2C0%2C1%2C2.4%2C0L27%2C17l-2.32%2C3.09A.85.85%2C0%2C0%2C1%2C23.32%2C20.09Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-settings{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esettings%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40%2C3H8A5%2C5%2C0%2C0%2C0%2C3%2C8V40a5%2C5%2C0%2C0%2C0%2C5%2C5H40a5%2C5%2C0%2C0%2C0%2C5-5V8A5%2C5%2C0%2C0%2C0%2C40%2C3ZM16%2C40H9V33h7Zm0-12H9V21h7Zm0-12H9V9h7ZM39%2C38H20V35H39Zm0-12H20V23H39Zm0-12H20V11H39Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);margin-top:1px}.spine-player-button-icon-settings:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esettings%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40%2C3H8A5%2C5%2C0%2C0%2C0%2C3%2C8V40a5%2C5%2C0%2C0%2C0%2C5%2C5H40a5%2C5%2C0%2C0%2C0%2C5-5V8A5%2C5%2C0%2C0%2C0%2C40%2C3ZM16%2C40H9V33h7Zm0-12H9V21h7Zm0-12H9V9h7ZM39%2C38H20V35H39Zm0-12H20V23H39Zm0-12H20V11H39Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-settings-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Esettings%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M40%2C3H8A5%2C5%2C0%2C0%2C0%2C3%2C8V40a5%2C5%2C0%2C0%2C0%2C5%2C5H40a5%2C5%2C0%2C0%2C0%2C5-5V8A5%2C5%2C0%2C0%2C0%2C40%2C3ZM16%2C40H9V33h7Zm0-12H9V21h7Zm0-12H9V9h7ZM39%2C38H20V35H39Zm0-12H20V23H39Zm0-12H20V11H39Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-fullscreen{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexpand%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230.14%208%2040%208%2040%2017.86%2044.5%2017.86%2044.5%203.5%2030.14%203.5%2030.14%208%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2017.86%208%208%2017.86%208%2017.86%203.5%203.5%203.5%203.5%2017.86%208%2017.86%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%2030.14%2040%2040%2030.14%2040%2030.14%2044.5%2044.5%2044.5%2044.5%2030.14%2040%2030.14%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2217.86%2040%208%2040%208%2030.14%203.5%2030.14%203.5%2044.5%2017.86%2044.5%2017.86%2040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);margin-top:1px}.spine-player-button-icon-fullscreen:hover{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexpand%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230.14%208%2040%208%2040%2017.86%2044.5%2017.86%2044.5%203.5%2030.14%203.5%2030.14%208%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2017.86%208%208%2017.86%208%2017.86%203.5%203.5%203.5%203.5%2017.86%208%2017.86%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%2030.14%2040%2040%2030.14%2040%2030.14%2044.5%2044.5%2044.5%2044.5%2030.14%2040%2030.14%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2217.86%2040%208%2040%208%2030.14%203.5%2030.14%203.5%2044.5%2017.86%2044.5%2017.86%2040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-fullscreen-selected{background-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2362B0EE%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eexpand%3C%2Ftitle%3E%3Cg%20id%3D%22settings%22%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2230.14%208%2040%208%2040%2017.86%2044.5%2017.86%2044.5%203.5%2030.14%203.5%2030.14%208%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%228%2017.86%208%208%2017.86%208%2017.86%203.5%203.5%203.5%203.5%2017.86%208%2017.86%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2240%2030.14%2040%2040%2030.14%2040%2030.14%2044.5%2044.5%2044.5%2044.5%2030.14%2040%2030.14%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2217.86%2040%208%2040%208%2030.14%203.5%2030.14%203.5%2044.5%2017.86%2044.5%2017.86%2040%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)}.spine-player-button-icon-spine-logo{height:20px;position:relative;top:1px;margin:0 8px!important;align-self:center;border:none!important;width:auto!important;cursor:pointer;transition:transform .2s;box-shadow:none!important;filter:drop-shadow(0 0 1px #333)}.spine-player-button-icon-spine-logo:hover{transform:scale(1.05);transition:transform .2s}.spine-player-speed-slider{width:150px}.spine-player-editor-container{display:flex;flex-direction:row;height:100%;width:100%}.spine-player-editor-code{flex:1;overflow:auto}.spine-player-editor-player{flex:1;border:none;background:#000}.CodeMirror{height:100%}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-secondary);border-radius:20px;padding:40px;max-width:420px;width:90%;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:var(--bg-tertiary);color:var(--text-secondary);font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.modal-close:hover{background:var(--bg-card);color:var(--text-primary)}.modal-header{text-align:center;margin-bottom:32px}.modal-logo{font-size:48px;margin-bottom:16px}.modal-title{font-size:24px;font-weight:700;margin-bottom:8px}.modal-subtitle{color:var(--text-secondary);font-size:14px;line-height:1.5}.telegram-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#08c,#0077b5);border-radius:12px;color:#fff;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s ease}.telegram-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #08c6}.telegram-btn:active{transform:translateY(0)}.telegram-icon{width:24px;height:24px}.modal-footer{margin-top:24px;text-align:center;color:var(--text-secondary);font-size:12px;line-height:1.6}.modal-footer a{color:var(--accent-blue);text-decoration:none}.modal-footer a:hover{text-decoration:underline}@media(max-width:480px){.modal-overlay{padding:16px;align-items:flex-end}.modal-content{padding:32px 24px;border-radius:20px 20px 0 0;width:100%;max-width:none;animation:slideUpMobile .3s ease}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.modal-close{top:12px;right:12px;width:32px;height:32px;font-size:18px}.modal-header{margin-bottom:24px}.modal-logo{font-size:40px;margin-bottom:12px}.modal-title{font-size:20px;margin-bottom:6px}.modal-subtitle{font-size:13px}.telegram-btn{padding:14px 20px;font-size:15px;border-radius:10px;gap:10px}.telegram-icon{width:20px;height:20px}.modal-footer{margin-top:20px;font-size:11px}}.header{background-color:var(--bg-secondary);padding:18px 32px;position:sticky;top:0;z-index:100}.header--festive{padding-top:28px}.header-content{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header-lights{position:absolute;inset:0 0 auto;height:26px;pointer-events:none}.header-lights__wire{position:absolute;left:0;right:0;top:8px;height:2px;background:radial-gradient(circle at 12% 50%,transparent 16px,rgba(70,72,79,.92) 17px,rgba(70,72,79,.92) 19px,transparent 20px),radial-gradient(circle at 31% 50%,transparent 18px,rgba(70,72,79,.92) 19px,rgba(70,72,79,.92) 21px,transparent 22px),radial-gradient(circle at 50% 50%,transparent 17px,rgba(70,72,79,.92) 18px,rgba(70,72,79,.92) 20px,transparent 21px),radial-gradient(circle at 69% 50%,transparent 18px,rgba(70,72,79,.92) 19px,rgba(70,72,79,.92) 21px,transparent 22px),radial-gradient(circle at 88% 50%,transparent 16px,rgba(70,72,79,.92) 17px,rgba(70,72,79,.92) 19px,transparent 20px)}.header-lights__bulb{position:absolute;top:5px;width:8px;height:8px;border-radius:999px;box-shadow:0 0 9px currentColor,0 0 18px currentColor}.header-lights__bulb--red{color:#ff525d}.header-lights__bulb--blue{color:#5ba9ff}.header-lights__bulb--green{color:#44dc7f}.header-lights__bulb--violet{color:#bf68ff}.header-lights__bulb:nth-of-type(2){left:20px}.header-lights__bulb:nth-of-type(3){left:90px;top:9px}.header-lights__bulb:nth-of-type(4){left:160px;top:4px}.header-lights__bulb:nth-of-type(5){left:260px;top:11px}.header-lights__bulb:nth-of-type(6){left:460px;top:4px}.header-lights__bulb:nth-of-type(7){left:612px;top:11px}.header-lights__bulb:nth-of-type(8){right:210px;top:4px}.header-lights__bulb:nth-of-type(9){right:112px;top:11px}.header-lights__bulb:nth-of-type(10){right:28px}.header-left{display:flex;align-items:center;gap:40px}.logo{display:flex;align-items:center;color:inherit;text-decoration:none}.logo-svg{height:38px;width:auto}.nav{display:flex;gap:6px}.nav-item{display:flex;align-items:center;gap:10px;padding:12px 20px;border-radius:10px;background:transparent;color:var(--text-secondary);font-size:15px;font-weight:500;text-decoration:none;transition:all .2s ease}.nav-item:hover,.nav-item.active{background:var(--bg-tertiary);color:var(--text-primary)}.nav-icon{display:flex;align-items:center;justify-content:center}.nav-svg-icon{width:20px;height:20px;color:currentColor}.header-right{display:flex;align-items:center;gap:20px}.language-selector{display:flex;align-items:center;gap:8px;padding:10px 14px;cursor:pointer;color:var(--text-secondary)}.flag-placeholder{width:32px;height:22px;background:linear-gradient(180deg,#fff 33%,#0039a6 33% 66%,#d52b1e 66%);border-radius:4px}.login-btn{padding:14px 36px;background:var(--gradient-blue);color:var(--text-primary);border-radius:10px;font-size:15px;font-weight:600;transition:all .2s ease}.login-btn:hover{opacity:.9;transform:translateY(-1px)}.mobile-menu-btn{display:none;width:44px;height:44px;background:transparent;align-items:center;justify-content:center}.burger{display:flex;flex-direction:column;gap:5px;width:24px}.burger span{display:block;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}.burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:1024px){.header{padding:14px 20px}.header--festive{padding-top:24px}.header-left{gap:20px}.nav-item{padding:10px 14px;font-size:14px}.nav-svg-icon{width:18px;height:18px}.login-btn{padding:12px 24px;font-size:14px}.header-lights__bulb:nth-of-type(6){left:340px}.header-lights__bulb:nth-of-type(7){left:470px}}@media(max-width:768px){.header{padding:12px 16px}.header--festive{padding-top:22px}.mobile-menu-btn{display:flex}.header-left{gap:12px}.logo-svg{height:28px}.nav{position:fixed;top:68px;left:0;right:0;background:var(--bg-secondary);flex-direction:column;padding:16px;gap:8px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:99;border-bottom:1px solid var(--border-color)}.nav.open{transform:translateY(0);opacity:1;visibility:visible}.nav-item{width:100%;justify-content:flex-start;padding:14px 16px;border-radius:10px}.header-right{gap:12px}.language-selector{padding:8px 10px}.flag-placeholder{width:24px;height:16px}.language-selector span{display:none}.login-btn{padding:10px 16px;font-size:13px}.header-lights{height:18px}.header-lights__wire{top:7px}.header-lights__bulb:nth-of-type(6),.header-lights__bulb:nth-of-type(7),.header-lights__bulb:nth-of-type(8){display:none}.header-lights__bulb:nth-of-type(2){left:14px}.header-lights__bulb:nth-of-type(3){left:62px;top:9px}.header-lights__bulb:nth-of-type(4){left:112px;top:4px}.header-lights__bulb:nth-of-type(5){left:184px;top:10px}.header-lights__bulb:nth-of-type(9){right:72px;top:10px}.header-lights__bulb:nth-of-type(10){right:16px;top:5px}}@media(max-width:480px){.header{padding:10px 12px}.logo-svg{height:24px}.login-btn{padding:8px 12px;font-size:12px}}.live-feed{background-color:var(--bg-primary);padding:10px 0;overflow:hidden;border-bottom:1px solid var(--border-color)}.live-feed-container{max-width:100%;overflow:hidden}.live-feed-track{display:flex;gap:14px;padding:0 24px;will-change:transform}.feed-item{flex-shrink:0;width:175px;background:var(--bg-card);border-radius:10px;overflow:hidden;position:relative}.feed-item-image{height:100px;display:flex;align-items:center;justify-content:center;position:relative;border-top:4px solid;padding:10px}.item-image{max-width:100%;max-height:85px;object-fit:contain}.item-price-badge{position:absolute;top:8px;left:8px;background:#000000bf;padding:4px 10px;border-radius:6px;font-size:11px;color:var(--accent-gold);font-weight:600;z-index:3}.feed-item-info{padding:10px 12px;display:flex;flex-direction:column;gap:3px}.feed-item-username{font-size:12px;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-item-type{font-size:12px;color:var(--text-secondary)}.feed-item-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1024px){.live-feed{padding:8px 0}.live-feed-track{gap:10px;padding:0 16px}.feed-item{width:140px}.feed-item-image{height:80px;padding:8px}.item-image{max-height:65px}.feed-item-info{padding:8px 10px}}@media(max-width:768px){.live-feed{padding:6px 0}.live-feed-track{gap:8px;padding:0 12px}.feed-item{width:132px;border-radius:8px}.feed-item-image{height:84px;padding:6px;border-top-width:3px}.item-image{max-height:66px}.item-price-badge,.feed-item-info{display:none}}@media(max-width:480px){.live-feed{padding:5px 0}.live-feed-track{gap:6px;padding:0 10px}.feed-item{width:126px;border-radius:6px}.feed-item-image{height:78px;padding:5px;border-top-width:2px}.item-image{max-height:60px}}.site-footer{margin-top:88px;position:relative;overflow:hidden}.site-footer__main{position:relative;display:flex;justify-content:center;align-items:flex-end;min-height:410px;padding:56px 0 44px}.site-footer__mascot{position:absolute;bottom:0;width:416px;height:auto;pointer-events:none}.site-footer__mascot--left{left:4%}.site-footer__mascot--right{right:4%}.site-footer__center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px}.site-footer__logo svg{width:auto;height:60px}.site-footer__logo{display:inline-flex;color:inherit;text-decoration:none}.site-footer__copyright{color:var(--text-secondary);font-size:14px;letter-spacing:.04em;text-transform:uppercase}.site-footer__socials{display:flex;gap:12px;margin-top:8px}.site-footer__social{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:14px;background:#ffffff0a;color:#fff;transition:transform .2s ease,background-color .2s ease}.site-footer__social:hover{transform:translateY(-2px);background:#ffffff14}.site-footer__social svg{width:24px;height:24px}.site-footer__bottom{border-radius:18px 18px 0 0;background:#21242beb;padding:24px 40px}.site-footer__bottom-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px}.site-footer__lang{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px;cursor:pointer}.site-footer__flag{width:24px;height:16px;border-radius:2px;background:linear-gradient(180deg,#fff 33%,#0039a6 33% 66%,#d52b1e 66%)}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}.site-footer__link{border:none;background:transparent;color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s ease}.site-footer__link:hover{color:#fff}@media(max-width:1200px){.site-footer__mascot{width:330px}}@media(max-width:900px){.site-footer__main{min-height:300px}.site-footer__mascot{width:220px;opacity:.66}.site-footer__bottom{padding:18px 20px}}@media(max-width:640px){.site-footer{margin-top:60px}.site-footer__main{min-height:220px;padding-top:28px}.site-footer__mascot{width:150px;opacity:.42}.site-footer__logo svg{height:40px}.site-footer__copyright{font-size:11px;text-align:center}.site-footer__bottom-row,.site-footer__links{gap:14px}.site-footer__link,.site-footer__lang{font-size:12px}}.arkess-page{min-height:100vh;background:radial-gradient(circle at top center,rgba(52,84,118,.28) 0%,transparent 34%),#151617}.arkess-page__content{width:min(1376px,calc(100% - 24px));margin:24px auto 0;display:flex;flex-direction:column;gap:48px}.arkess-hero__media{position:relative;min-height:585px;border-radius:28px;overflow:hidden;background:#111214;isolation:isolate;box-shadow:inset 0 0 0 1px #ffffff0f,0 26px 70px #00000061}.arkess-hero__video,.arkess-hero__vignette{position:absolute;inset:0}.arkess-hero__video{width:100%;height:100%;object-fit:cover;background:#1b1c1d}.arkess-hero__vignette{background:linear-gradient(180deg,#070b1014,#060a0e2e),radial-gradient(circle at center bottom,rgba(1,55,32,.34) 0%,transparent 32%),linear-gradient(90deg,rgba(0,0,0,.46) 0%,transparent 18%,transparent 82%,rgba(0,0,0,.46) 100%);z-index:0}.arkess-hero__spine{position:absolute;left:50%;bottom:-16%;width:min(84vw,1220px);aspect-ratio:2628.36 / 1946.08;translate:-50% 9%;z-index:1;pointer-events:none}.arkess-hero__spine .spine-player{width:100%!important;height:100%!important;background:transparent!important}.arkess-hero__spine .spine-player-canvas{width:100%!important;height:100%!important}.arkess-hero__help,.arkess-teams__login,.arkess-team-card__join,.arkess-help-modal__close,.arkess-teams__more{transition:transform .2s ease,opacity .2s ease,background-color .2s ease,border-color .2s ease}.arkess-hero__help:hover,.arkess-teams__login:hover,.arkess-team-card__join:hover,.arkess-help-modal__close:hover,.arkess-teams__more:hover{transform:translateY(-1px)}.arkess-hero__help{position:absolute;top:33px;left:57px;z-index:3;display:inline-flex;align-items:center;gap:10px;height:48px;padding:0 24px;border:.6px solid rgba(149,151,161,.42);border-radius:14px;background:#14141459;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f3f5fa;font-size:18px;font-weight:600}.arkess-hero__help svg{width:18px;height:18px;fill:currentColor}.arkess-hero__boss-panel{position:absolute;top:0;left:50%;z-index:3;display:flex;flex-direction:column;align-items:center;transform:translate(-50%)}.arkess-hero__nameplate{width:min(586px,70vw);height:61px;display:flex;align-items:center;justify-content:center;clip-path:polygon(0 0,100% 0,95.6% 76.9%,91.9% 100%,8.1% 100%,4.4% 76.9%);border:.6px solid rgba(149,151,161,.42);background:#14141459;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#dee2eb;font-size:22px;font-weight:700;letter-spacing:-.02em}.arkess-hero__health-track{width:min(419px,52vw);height:12px;margin-top:-6px;padding:3px;border:.6px solid rgba(149,151,161,.42);border-radius:999px;background:#14141459;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.arkess-hero__health-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#33c154,#eb4954 42% 100%);box-shadow:0 0 18px #eb495438}.arkess-hero__boss-stats{display:flex;gap:22px;margin-top:4px;color:#dee2eb;font-size:15px;font-weight:600}.arkess-hero__boss-stat{display:inline-flex;align-items:center;gap:6px}.arkess-hero__boss-stat svg{width:12px;height:12px;fill:currentColor}.arkess-hero__exchange{position:absolute;left:56px;bottom:48px;z-index:3;display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 14px;border:.6px solid rgba(149,151,161,.42);border-radius:14px;background:#14141459;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f5f5fa;font-size:20px;font-weight:700}.arkess-hero__exchange-value{display:inline-flex;align-items:center;gap:4px}.arkess-hero__exchange-value img,.arkess-attack__price img{width:18px;height:18px;object-fit:contain}.arkess-hero__exchange-value svg{width:18px;height:18px;fill:currentColor}.arkess-hero__exchange-separator{opacity:.66}.arkess-attacks{position:absolute;right:56px;bottom:48px;width:338px;height:236px;z-index:3;display:grid;grid-template-columns:130px 78px 130px;grid-template-rows:116px 116px;gap:4px 0}.arkess-attack{position:relative;width:130px;height:116px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:6px;color:#f5f5fa;background:transparent;isolation:isolate;z-index:0}.arkess-attack--top{grid-column:2;grid-row:1;justify-self:center}.arkess-attack--left{grid-column:1;grid-row:1 / span 2;align-self:center;justify-self:end}.arkess-attack--right{grid-column:3;grid-row:1 / span 2;align-self:center;justify-self:start}.arkess-attack--bottom{grid-column:2;grid-row:2;justify-self:center}.arkess-attack__blur,.arkess-attack__frame{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:129px;height:115px}.arkess-attack__blur{z-index:-1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.arkess-attack__frame{z-index:-1;overflow:visible}.arkess-attack__frame-fill{fill:#14141459;transition:fill .15s ease}.arkess-attack__frame-stroke{fill:none;stroke:#4c4e52;stroke-opacity:1}.arkess-attack__visual{position:absolute;left:50%;top:4px;width:86px;height:86px;transform:translate(-50%);z-index:0}.arkess-attack__visual:before{content:"";position:absolute;left:50%;top:50%;width:27px;height:52px;transform:translate(-50%,-50%);border-radius:999px;background:var(--attack-color, transparent);opacity:.28;filter:blur(12px);z-index:-1}.arkess-attack__image{width:86px;height:86px;display:block;object-fit:contain}.arkess-attack__price{display:inline-flex;align-items:center;gap:2px;pointer-events:none;color:#4c4e52;font-size:15px;font-weight:600;z-index:1}.arkess-attack--locked{opacity:.62}.arkess-attack--locked .arkess-attack__visual,.arkess-attack--locked .arkess-attack__price{filter:grayscale(1)}.arkess-attacks .arkess-attack:not(.arkess-attack--locked):hover .arkess-attack__frame-fill{fill:#1414147a}.arkess-teams{display:flex;flex-direction:column;gap:18px}.arkess-teams__header{display:flex;align-items:center;justify-content:space-between;gap:24px}.arkess-teams__heading{display:inline-flex;align-items:center;gap:10px}.arkess-teams__heading-icon{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:#f7f7fb}.arkess-teams__heading-icon svg{width:22px;height:22px;fill:currentColor}.arkess-teams__title{font-size:18px;line-height:1;letter-spacing:-.03em}.arkess-teams__login,.arkess-teams__more{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:12px;background:linear-gradient(135deg,#4a8dff,#3a63ff);color:#fff;font-size:13px;font-weight:700;box-shadow:0 12px 28px #3b5cff33}.arkess-teams__toolbar{width:fit-content;margin:0 auto 4px;padding:6px;display:flex;align-items:center;gap:2px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#1c1f24e6;box-shadow:inset 0 1px #ffffff0d,0 12px 24px #0000002e}.arkess-teams__tool{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;color:#8d93a0;background:transparent}.arkess-teams__tool svg{width:16px;height:16px;fill:currentColor}.arkess-teams__tool--active{background:#ffffff0d;color:#f5f5fa}.arkess-teams__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.arkess-team-card{position:relative;min-height:174px;padding:14px 14px 12px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:linear-gradient(180deg,#1f2227f5,#1c1f24fa);overflow:hidden;isolation:isolate;box-shadow:inset 0 1px #ffffff08}.arkess-team-card__overlay{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at top right,rgba(var(--team-glow),.18) 0%,transparent 38%),linear-gradient(180deg,#ffffff06,#fff0 55%)}.arkess-team-card--gold{--team-glow: 255, 190, 84}.arkess-team-card--silver{--team-glow: 119, 171, 255}.arkess-team-card--violet{--team-glow: 152, 109, 255}.arkess-team-card--emerald{--team-glow: 52, 211, 153}.arkess-team-card--azure{--team-glow: 56, 189, 248}.arkess-team-card--rose{--team-glow: 251, 113, 133}.arkess-team-card__head,.arkess-team-card__footer{display:flex;align-items:center;justify-content:space-between}.arkess-team-card__identity{display:flex;align-items:center;gap:10px;min-width:0}.arkess-team-card__avatar,.arkess-team-card__captain-avatar{flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;color:#fff;font-weight:700}.arkess-team-card__avatar{width:28px;height:28px;border-radius:9px;font-size:10px;box-shadow:inset 0 0 0 1px #ffffff1a,0 6px 14px #00000047}.arkess-team-card__captain-avatar{width:18px;height:18px;border-radius:6px;background:#ffffff14;font-size:8px}.arkess-team-card__identity-copy{min-width:0}.arkess-team-card__identity-copy h3,.arkess-team-card__captain-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arkess-team-card__identity-copy h3{font-size:12px;line-height:1.2}.arkess-team-card__multiplier,.arkess-team-card__members,.arkess-team-card__captain-damage{display:inline-flex;align-items:center;gap:4px;margin-top:3px;padding:0 7px;height:18px;border-radius:999px;background:#ffffff0d;color:#f2b95a;font-size:9px;font-weight:600}.arkess-team-card__multiplier--muted{color:#8f96a5}.arkess-team-card__members{margin-top:0;flex:none;height:16px;padding:0 6px;border-radius:5px;color:#f5f5fa;font-size:8px}.arkess-team-card__members svg{width:11px;height:11px;fill:currentColor}.arkess-team-card__meta{display:flex;align-items:center;gap:8px;margin-top:12px}.arkess-team-card__captain-row{min-width:0;flex:1;display:flex;align-items:center;gap:6px;padding:0 8px;height:18px;border-radius:6px;background:#ffffff0a;color:#d6dbe6}.arkess-team-card__captain-name{flex:1;min-width:0;font-size:8px;font-weight:600}.arkess-team-card__captain-damage{margin-top:0;flex:none;height:auto;padding:0;background:transparent;color:#ffc654;font-size:8px}.arkess-team-card__footer{margin-top:14px;align-items:flex-end}.arkess-team-card__damage-block{min-width:0}.arkess-team-card__footer-label{display:block;color:#8f96a5;font-size:7px;text-transform:uppercase;letter-spacing:.12em}.arkess-team-card__damage{margin-top:6px;display:inline-flex;align-items:center;gap:6px;font-size:20px;line-height:.9;letter-spacing:-.04em;font-weight:700;color:#f5f5fa}.arkess-team-card__damage svg{width:22px;height:22px;flex:none;fill:currentColor}.arkess-team-card__place{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:14px;padding:0 4px;border-radius:999px;background:#ffffff0a;color:#f5f5fa;font-size:8px;font-weight:700}.arkess-team-card__join{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#ffffff0a;color:#fff}.arkess-team-card__join svg{width:12px;height:12px;fill:currentColor}.arkess-teams__more{min-height:34px;margin:4px auto 0;padding:0 16px;border-radius:999px;background:#fffffff2;color:#151617;font-size:12px;box-shadow:none}.arkess-help-modal{position:fixed;inset:0;z-index:300}.arkess-help-modal__backdrop{position:absolute;inset:0;background:#080a0cbd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.arkess-help-modal__card{position:relative;width:min(640px,calc(100% - 24px));margin:120px auto 0;padding:34px 34px 30px;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:radial-gradient(circle at top right,rgba(140,92,246,.28) 0%,transparent 40%),#1c1f25;box-shadow:0 28px 80px #0000006b}.arkess-help-modal__close{position:absolute;top:18px;right:18px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffff0d;color:#fff}.arkess-help-modal__close svg{width:18px;height:18px;fill:currentColor}.arkess-help-modal__card h2{font-size:32px;line-height:1.05;letter-spacing:-.03em}.arkess-help-modal__steps{margin-top:24px;display:grid;gap:16px}.arkess-help-modal__step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px;border-radius:18px;background:#ffffff0d}.arkess-help-modal__step span{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#8b5cf6,#5b9cff);font-weight:700}.arkess-help-modal__step p{align-self:center;color:#d5dbe7;font-size:16px;line-height:1.55}@media(max-width:1280px){.arkess-page__content{width:min(1376px,calc(100% - 32px))}.arkess-hero__media{min-height:560px}.arkess-hero__spine{width:min(96vw,1070px);bottom:-3%;translate:-50% 9%}.arkess-attacks{width:338px;height:236px;right:30px;bottom:34px}.arkess-hero__exchange{left:30px;bottom:34px}.arkess-hero__help{left:30px;top:26px}.arkess-teams__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.arkess-page__content{width:min(1376px,calc(100% - 24px));gap:36px}.arkess-hero__media{min-height:660px}.arkess-hero__spine{width:min(122vw,1070px);bottom:-3%;translate:-50% 9%}.arkess-hero__help{top:18px;left:18px;height:44px;padding:0 18px;font-size:16px}.arkess-hero__nameplate{width:min(88vw,520px);font-size:18px}.arkess-hero__health-track{width:min(68vw,340px)}.arkess-hero__boss-stats{gap:14px;font-size:13px}.arkess-hero__exchange{left:50%;bottom:190px;transform:translate(-50%);height:36px;font-size:16px}.arkess-attacks{width:338px;height:236px;left:50%;right:auto;bottom:24px;transform:translate(-50%)}.arkess-teams__header{flex-direction:column;align-items:flex-start}.arkess-teams__toolbar{margin-left:0}.arkess-teams__title{font-size:22px}}@media(max-width:720px){.arkess-page__content{width:min(1376px,calc(100% - 16px));margin-top:16px}.arkess-hero__media{min-height:620px;border-radius:22px}.arkess-hero__spine{width:min(155vw,890px);bottom:-3%;translate:-50% 9%}.arkess-hero__nameplate{width:calc(100vw - 72px);max-width:360px;height:56px;font-size:17px}.arkess-hero__health-track{width:min(64vw,200px);height:10px;padding:2px}.arkess-hero__boss-stats{gap:10px;font-size:12px;flex-wrap:wrap;justify-content:center}.arkess-hero__exchange{gap:4px;padding:0 12px;bottom:184px}.arkess-attacks{width:280px;height:204px;grid-template-columns:112px 56px 112px;grid-template-rows:100px 100px}.arkess-attack,.arkess-attack__blur,.arkess-attack__frame{width:112px;height:100px}.arkess-attack__visual{top:4px;width:74px;height:74px}.arkess-attack__image{width:74px;height:74px}.arkess-attack__price{font-size:13px}.arkess-teams__grid{grid-template-columns:1fr}.arkess-teams__toolbar{width:100%;justify-content:center;flex-wrap:wrap}.arkess-team-card__damage{font-size:28px}.arkess-team-card__damage svg{width:18px;height:18px}.arkess-help-modal__card{margin-top:80px;padding:28px 20px 20px}.arkess-help-modal__card h2{font-size:26px}.arkess-help-modal__step{grid-template-columns:34px 1fr;gap:12px;padding:14px}.arkess-help-modal__step span{width:34px;height:34px;border-radius:12px}}.bonuses-page{min-height:100vh;color:#fff;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.045),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.bonuses-strip{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#13161be0}.bonuses-strip__inner{width:min(1420px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;padding:10px 0}.bonuses-strip__item{position:relative;min-height:78px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:linear-gradient(180deg,#2b2e36f2,#202229f2);box-shadow:inset 0 1px #ffffff0a;color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.bonuses-strip__item:hover{transform:translateY(-2px);border-color:#ffffff1f}.bonuses-strip__art{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.bonuses-strip__art img{width:80%;height:80%;object-fit:contain}.bonuses-page__content{width:min(1424px,calc(100% - 48px));margin:0 auto;padding:36px 0 0}.bonuses-title{display:inline-flex;align-items:center;gap:12px;margin-bottom:24px}.bonuses-title svg{width:26px;height:26px;fill:#fff}.bonuses-title h1{margin:0;font-size:42px;line-height:1;font-weight:700}.bonuses-exchanger{position:relative;min-height:400px;border-radius:32px;overflow:hidden;background:#1c1f26;box-shadow:inset 0 1px #ffffff0d,0 20px 48px #0003}.bonuses-exchanger__video,.bonuses-exchanger__shade{position:absolute;inset:0;width:100%;height:100%}.bonuses-exchanger__video{object-fit:cover}.bonuses-exchanger__shade{background:radial-gradient(circle at 68% 28%,rgba(255,174,31,.16),transparent 22%),linear-gradient(90deg,#0f0d1573,#0f0d151f 40%,#0f0d1559)}.bonuses-exchanger__spine-wrap{position:absolute;left:66px;bottom:-12px;z-index:2;width:420px;height:360px}.bonuses-exchanger__spine,.bonuses-exchanger__spine .spine-player,.bonuses-exchanger__spine .spine-player-canvas{width:100%;height:100%}.bonuses-exchanger__spine .spine-player-canvas{image-rendering:auto}.bonuses-exchanger__plate{position:absolute;right:8px;bottom:0;z-index:1;width:min(52vw,670px);max-width:58%;pointer-events:none}.bonuses-exchanger__content{position:relative;z-index:3;margin-left:auto;width:min(420px,calc(100% - 620px));min-height:100%;display:flex;flex-direction:column;justify-content:center;gap:22px;padding:54px 54px 54px 0}.bonuses-exchanger__copy{display:flex;flex-direction:column;gap:6px}.bonuses-exchanger__eyebrow{color:#ffffffb8;font-size:13px;font-weight:500}.bonuses-exchanger__copy h2{margin:0;max-width:320px;color:#fff;font-size:46px;line-height:.96;font-weight:700}.bonuses-exchanger__panel{position:relative;width:320px;padding:10px;border-radius:22px;background:#0d1015f0;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 4px #04050766,0 18px 40px #00000057}.bonuses-exchanger__field{position:relative;display:flex;align-items:center;height:44px;padding:0 108px 0 14px;border-radius:14px;background:#161b20f5;border:1px solid rgba(255,255,255,.06)}.bonuses-exchanger__field img{width:18px;height:18px;object-fit:contain}.bonuses-exchanger__field input{width:100%;margin-left:8px;border:none;background:transparent;color:#fff;font-size:16px;font-weight:700;outline:none}.bonuses-exchanger__field input::placeholder{color:#ffffff8a}.bonuses-exchanger__quick{position:absolute;top:12px;right:16px;display:inline-flex;align-items:center;gap:10px}.bonuses-exchanger__quick button{border:none;background:transparent;color:#ffffff8f;font-size:11px;font-weight:700}.bonuses-exchanger__login{width:100%;height:48px;margin-top:8px;border:none;border-radius:16px;background:linear-gradient(180deg,#fff,#f2f2f6);color:#16181d;font-size:15px;font-weight:700;box-shadow:inset 0 -1px #00000014}.bonuses-giveaways{position:relative;margin-top:40px;padding:26px 24px 24px;border-radius:32px;overflow:hidden;background:radial-gradient(circle at 78% 12%,rgba(255,86,137,.25),transparent 26%),radial-gradient(circle at 72% 20%,rgba(255,160,67,.14),transparent 30%),linear-gradient(180deg,#1d1f24fa,#17181dfa);box-shadow:inset 0 1px #ffffff0a,0 20px 48px #00000038}.bonuses-giveaways__head{position:relative;min-height:170px}.bonuses-giveaways__copy{position:relative;z-index:2;max-width:360px}.bonuses-giveaways__title{display:inline-flex;align-items:center;gap:10px}.bonuses-giveaways__title img{width:28px;height:28px}.bonuses-giveaways__title h2{margin:0;font-size:21px;font-weight:700}.bonuses-giveaways__copy p{margin:10px 0 0;max-width:320px;color:#ffffffad;font-size:16px;line-height:1.35}.bonuses-giveaways__visual{position:absolute;top:-34px;right:-10px;z-index:1;width:min(620px,55%);max-width:620px;pointer-events:none}.bonuses-giveaways__grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:-8px}.giveaway-card{display:flex;flex-direction:column;gap:16px}.giveaway-card__top,.giveaway-card__winners{border-radius:22px;background:#21232aeb;border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px #ffffff08}.giveaway-card__top{padding:14px 14px 16px}.giveaway-card__reward{position:relative;display:flex;align-items:center;justify-content:center;height:166px;margin-bottom:12px;border-radius:18px;background:radial-gradient(circle at 50% 0%,rgba(243,221,111,.16),transparent 35%),linear-gradient(180deg,#3a3c45eb,#1c1d22eb)}.giveaway-card__badge{position:absolute;top:10px;right:10px;width:48px;height:48px;object-fit:contain}.giveaway-card__item{width:min(75%,208px);height:min(78%,150px);object-fit:contain;filter:drop-shadow(0 14px 18px rgba(0,0,0,.34))}.giveaway-card__meta{display:flex;align-items:center;gap:8px}.giveaway-card__pill{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px;border-radius:999px;background:#ffffff0f;color:#ffffffd6;font-size:11px;font-weight:700}.giveaway-card__pill svg,.giveaway-card__price svg,.winner-row__price svg,.giveaway-card__lock svg{width:14px;height:14px;fill:currentColor}.giveaway-card__info{display:flex;flex-direction:column;gap:3px;margin-top:14px}.giveaway-card__type{color:#ffffff75;font-size:12px}.giveaway-card__name{font-size:24px;line-height:1;font-weight:700}.giveaway-card__price{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:#f2bb41;font-size:21px;font-weight:700}.giveaway-card__lock{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;margin-top:16px;border:none;border-radius:14px;background:#ffffff0d;color:#ffffffeb;font-size:13px;font-weight:700}.giveaway-card__winners{padding:14px}.giveaway-card__winners h3{margin:0 0 12px;font-size:14px;font-weight:700}.giveaway-card__winner-list{display:flex;flex-direction:column;gap:10px}.winner-row{display:flex;align-items:center;gap:12px;min-height:52px;padding:8px 10px;border-radius:14px;background:linear-gradient(90deg,#42444cd9,#2c2d3580),linear-gradient(90deg,rgba(255,119,163,.14),transparent 70%)}.winner-row__avatar{flex:0 0 32px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(180deg,#ffb84d,#ff5f68);color:#fff;font-size:12px;font-weight:700}.winner-row__info{display:flex;flex-direction:column;gap:2px;min-width:0}.winner-row__info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.winner-row__info span{color:#ffffff8a;font-size:11px}.winner-row__price{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:#f2bb41;font-size:12px;font-weight:700}.bonuses-promos{display:grid;grid-template-columns:1fr 1.9fr;gap:18px;margin-top:28px}.bonuses-card{position:relative;min-height:208px;padding:24px;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#1c1d23fa,#14151afa);box-shadow:inset 0 1px #ffffff0a,0 18px 40px #0003}.bonuses-card__copy{position:relative;z-index:2;max-width:290px}.bonuses-card__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fffc;font-size:13px;font-weight:600}.bonuses-card__eyebrow img{width:22px;height:22px}.bonuses-card__eyebrow--plain{color:#ffffff8c}.bonuses-card h2{margin:12px 0 8px;font-size:20px;line-height:1.05;font-weight:700}.bonuses-card p{margin:0;color:#ffffffa3;font-size:15px;line-height:1.35}.bonuses-card__badge{position:absolute;top:16px;right:18px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:34px;padding:0 14px;border-radius:999px;background:linear-gradient(180deg,#ff7f7b,#ff595f);color:#fff;font-size:15px;font-weight:700;box-shadow:0 10px 18px #ff595f3d;transform:rotate(-8deg)}.bonuses-card--vip{background:radial-gradient(circle at 50% 82%,rgba(227,153,41,.24),transparent 30%),linear-gradient(180deg,#0a121ef5,#151221f5)}.bonuses-card__vip-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82}.bonuses-card__vip-figure{position:absolute;right:-12px;bottom:-8px;z-index:1;width:330px;max-width:86%;pointer-events:none}.bonuses-card--wheel{background:radial-gradient(circle at 55% 78%,rgba(244,179,56,.14),transparent 32%),linear-gradient(180deg,#1d1c16fa,#14151afa)}.bonuses-card__wheel-visual{position:absolute;right:0;bottom:0;z-index:1;display:block;width:min(68%,680px);pointer-events:none}.bonuses-card__wheel-visual img{display:block;width:100%;height:auto}.bonuses-card__legend{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;display:flex;flex-wrap:wrap;gap:8px}.bonuses-card__legend-item{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;background:#101218b3;color:#ffffffdb;font-size:11px;font-weight:600}.bonuses-card__legend-item img{width:16px;height:16px;object-fit:contain}@media(max-width:1200px){.bonuses-giveaways__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bonuses-giveaways__grid .giveaway-card:last-child{grid-column:1 / -1;max-width:420px;justify-self:center}.bonuses-promos{grid-template-columns:1fr}.bonuses-card--vip,.bonuses-card--wheel{min-height:260px}}@media(max-width:1100px){.bonuses-strip__inner{display:flex;overflow-x:auto;padding-bottom:12px}.bonuses-strip__item{flex:0 0 128px}.bonuses-exchanger{min-height:360px}.bonuses-exchanger__spine-wrap{left:20px;width:360px;height:312px}.bonuses-exchanger__content{width:min(360px,calc(100% - 360px));padding-right:26px}.bonuses-exchanger__copy h2{font-size:38px}}@media(max-width:900px){.bonuses-page__content{width:calc(100% - 24px);padding-top:24px}.bonuses-title{margin-bottom:18px}.bonuses-title h1{font-size:34px}.bonuses-exchanger{min-height:520px;padding-top:250px}.bonuses-exchanger__spine-wrap{left:50%;bottom:auto;top:20px;width:320px;height:248px;transform:translate(-50%)}.bonuses-exchanger__plate{right:50%;bottom:148px;width:420px;max-width:92%;transform:translate(50%);opacity:.88}.bonuses-exchanger__content{width:100%;padding:0 18px 18px;align-items:center;text-align:center}.bonuses-exchanger__copy h2{max-width:none;font-size:34px}.bonuses-exchanger__panel{width:min(100%,360px)}.bonuses-giveaways{padding:20px 16px 18px}.bonuses-giveaways__head{min-height:132px}.bonuses-giveaways__visual{width:360px;max-width:62%;top:-12px}.bonuses-giveaways__grid{grid-template-columns:1fr;margin-top:10px}.bonuses-giveaways__grid .giveaway-card:last-child{grid-column:auto;max-width:none}.bonuses-card{min-height:280px;padding:20px}.bonuses-card__wheel-visual{width:min(78%,520px)}}@media(max-width:640px){.bonuses-page__content{width:calc(100% - 20px)}.bonuses-title h1{font-size:30px}.bonuses-title svg{width:22px;height:22px}.bonuses-exchanger{min-height:500px;border-radius:26px;padding-top:220px}.bonuses-exchanger__spine-wrap{width:280px;height:220px}.bonuses-exchanger__copy h2{font-size:29px}.bonuses-exchanger__field{padding-right:96px}.bonuses-exchanger__quick{gap:8px}.bonuses-exchanger__quick button{font-size:10px}.bonuses-giveaways__head{min-height:120px}.bonuses-giveaways__copy p{font-size:14px;max-width:260px}.bonuses-giveaways__visual{top:8px;right:-24px;max-width:58%}.giveaway-card__name{font-size:20px}.giveaway-card__price{font-size:18px}.bonuses-card__badge{min-width:78px;height:30px;font-size:13px}.bonuses-card__wheel-visual{width:100%}.bonuses-card__legend{position:static;margin-top:126px}.bonuses-card__vip-figure{width:250px}}.bullpass-page{min-height:100vh;background:#171717}.bullpass-page__content{width:min(100%,1424px);margin:0 auto;padding:20px 24px 0}.bullpass-hero{position:relative;min-height:320px;padding:40px 34px 32px;border-radius:30px;overflow:hidden;background:linear-gradient(90deg,#100e12e6,#100e12a3 28%,#100e1238 58%,#100e1280),url(/images/bullpass/original/background_desktop.png) center center / cover no-repeat;box-shadow:inset 0 1px #ffffff0d,0 24px 50px #0000003d}.bullpass-hero:after{content:"";position:absolute;inset:auto 0 0;height:122px;background:linear-gradient(180deg,#17171700,#1717172e 36%,#1717175c);pointer-events:none}.bullpass-hero__meta,.bullpass-hero__timer{position:relative;z-index:1}.bullpass-hero__meta{max-width:620px;padding-top:8px}.bullpass-hero__identity{display:flex;align-items:center;gap:18px}.bullpass-hero__badge{width:72px;height:72px;border-radius:22px;overflow:hidden;box-shadow:0 0 28px #b351ff5c;flex:0 0 auto}.bullpass-hero__badge img{width:100%;height:100%;display:block}.bullpass-hero__title{color:#fff;font-size:clamp(28px,2.4vw,38px);font-weight:700;line-height:1.02}.bullpass-hero__subtitle{margin-top:6px;color:#ffbe18;font-size:16px;font-weight:700}.bullpass-hero__progress-row{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.bullpass-hero__progress{display:flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-weight:700;flex-wrap:wrap}.bullpass-hero__progress-value{display:inline-flex;align-items:center;gap:7px}.bullpass-hero__progress-value svg{color:#ffffffe0}.bullpass-hero__details{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#f5f5fa1a;color:#fff;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transition:background-color .15s ease,transform .15s ease}.bullpass-hero__details:hover{background:#f5f5fa24}.bullpass-hero__details:active{transform:translateY(1px)}.bullpass-hero__details svg{width:14px;height:14px}.bullpass-hero__timer{position:absolute;top:18px;right:24px;display:inline-flex;align-items:center;gap:24px;padding:14px 20px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#181819d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 30px #00000042}.bullpass-hero__timer-segment{position:relative;display:flex;flex-direction:column;align-items:center;min-width:40px}.bullpass-hero__timer-value{color:#fff;font-size:20px;font-weight:700;line-height:1}.bullpass-hero__timer-label{margin-top:6px;color:#ffffffd1;font-size:11px;font-weight:700;text-transform:uppercase}.bullpass-hero__timer-divider{position:absolute;top:1px;right:-15px;color:#ffffffb3;font-size:28px;line-height:1}.bullpass-track{--bullpass-track-item-width: calc((100% - 72px) / 7);position:relative;margin-top:18px;padding:0 50px}.bullpass-track__nav{position:absolute;top:2px;z-index:2;width:48px;height:48px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(180deg,#5f587dd1,#332f46fa),#2b2938f5;color:#fff;font-size:32px;line-height:1;box-shadow:inset 0 1px #ffffff29,0 14px 24px #0000003d}.bullpass-track__nav--prev{left:0}.bullpass-track__nav--next{right:0}.bullpass-track__viewport{overflow-x:auto;scrollbar-width:none}.bullpass-track__viewport::-webkit-scrollbar{display:none}.bullpass-track__items{display:grid;grid-auto-flow:column;grid-auto-columns:var(--bullpass-track-item-width);gap:12px;padding-bottom:6px}.bullpass-track__item{min-width:0}.bullpass-track__line{position:relative;display:flex;align-items:center;justify-content:center;height:62px}.bullpass-track__line-segment{position:absolute;left:-7px;right:-7px;top:50%;height:14px;transform:translateY(-50%);border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#583f586b,#3f2e44eb);box-shadow:inset 0 1px #ffffff14}.bullpass-track__item:first-child .bullpass-track__line-segment{left:50%;border-top-left-radius:999px;border-bottom-left-radius:999px}.bullpass-track__item:last-child .bullpass-track__line-segment{right:50%;border-top-right-radius:999px;border-bottom-right-radius:999px}.bullpass-track__line-node{position:relative;z-index:1;width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.24))}.bullpass-card{padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,#26292e42,#24272c00),#1f2023;box-shadow:inset 0 1px #ffffff0d,0 10px 18px #0000001f;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bullpass-card__art{display:flex;align-items:center;justify-content:center;min-height:150px;padding:12px;border-radius:18px;background:linear-gradient(180deg,#ffffff08,#ffffff04)}.bullpass-card__image{width:80%;max-width:176px;max-height:148px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.34))}.bullpass-card__footer{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;margin-top:12px;border-radius:10px;background:#ffffff05;color:#ffffff85;font-size:14px;font-weight:700}.bullpass-card__footer svg,.bullpass-feature-card__unlock svg{width:14px;height:14px;color:#868b92;flex:0 0 auto}.bullpass-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:98px}.bullpass-feature{padding:28px 24px 16px;border-radius:28px;background:linear-gradient(180deg,#242425fa,#1c1c1dfa);box-shadow:inset 0 1px #ffffff0a}.bullpass-feature__head{display:flex;align-items:flex-start;gap:14px}.bullpass-feature__head-badge{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;flex:0 0 auto;overflow:hidden}.bullpass-feature__head-badge--violet{background:linear-gradient(180deg,#b74fff,#7b2adc)}.bullpass-feature__head-badge--gold{background:linear-gradient(180deg,#f4c540,#b38113)}.bullpass-feature__head-badge img{width:72%;height:72%;object-fit:contain}.bullpass-feature__head h2{color:#fff;font-size:24px;font-weight:700;line-height:1.2}.bullpass-feature__head p{margin-top:10px;color:#ffffff8c;font-size:16px;font-weight:600;line-height:1.45}.bullpass-feature__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.bullpass-feature-card{padding:14px;border-radius:20px;background:#ffffff08}.bullpass-feature-card__art{display:flex;align-items:center;justify-content:center;min-height:200px;padding:14px;border-radius:18px;background:linear-gradient(180deg,#ffffff08,#ffffff04)}.bullpass-feature-card__image{width:84%;max-width:180px;max-height:170px;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.34))}.bullpass-feature-card h3{margin-top:16px;color:#fff;font-size:16px;font-weight:700;text-align:center}.bullpass-feature-card__unlock{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;margin-top:14px;border-radius:10px;background:#ffffff05;color:#ffffff5c;font-size:15px;font-weight:700}@media(max-width:1380px){.bullpass-page__content{width:min(100%,1320px)}.bullpass-track{--bullpass-track-item-width: calc((100% - 48px)/5) }}@media(max-width:1100px){.bullpass-page__content{padding:16px 16px 0}.bullpass-hero{min-height:360px;padding:28px 24px 26px}.bullpass-hero__timer{position:static;width:fit-content;margin-top:18px}.bullpass-track{--bullpass-track-item-width: calc((100% - 24px) / 3);padding:0 42px}.bullpass-features{grid-template-columns:1fr;margin-top:56px}}@media(max-width:760px){.bullpass-hero{min-height:0;padding:22px 18px;background-position:62% center}.bullpass-hero__identity{align-items:flex-start}.bullpass-hero__badge{width:64px;height:64px;border-radius:18px}.bullpass-hero__progress-row{flex-direction:column;align-items:flex-start}.bullpass-hero__timer{width:100%;justify-content:space-between;gap:0}.bullpass-hero__timer-segment{min-width:0}.bullpass-hero__timer-divider{right:-10px}.bullpass-track{--bullpass-track-item-width: 220px;padding:0 38px}.bullpass-track__nav{width:42px;height:42px;border-radius:16px;font-size:28px}.bullpass-feature{padding:22px 16px 14px}.bullpass-feature__head{flex-direction:column}.bullpass-feature__cards{grid-template-columns:1fr}}.not-found-page{min-height:100vh;background:#151617;color:#fff}.not-found-page__content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 88px);padding:48px 24px 80px}.not-found-page__card{width:min(100%,760px);padding:56px;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:radial-gradient(circle at top right,rgba(83,130,255,.15),transparent 38%),radial-gradient(circle at bottom left,rgba(118,255,145,.12),transparent 30%),#1c1e25;text-align:center;box-shadow:0 32px 80px #0000003d}.not-found-page__code{display:block;margin-bottom:16px;color:#ffc948;font-size:96px;font-weight:800;line-height:1}.not-found-page__title{margin:0 0 16px;font-size:40px;font-weight:700;line-height:1.05}.not-found-page__description{max-width:520px;margin:0 auto 32px;color:#ffffffb8;font-size:18px;line-height:1.55}.not-found-page__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.not-found-page__button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:54px;padding:0 24px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0a;color:#fff;font-size:16px;font-weight:600;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.not-found-page__button:hover{background:#ffffff14;border-color:#ffffff29;transform:translateY(-1px)}.not-found-page__button--primary{background:linear-gradient(135deg,#3d78ff,#2350d9);border-color:transparent}.not-found-page__button--primary:hover{background:linear-gradient(135deg,#4a84ff,#2b59e6)}@media(max-width:768px){.not-found-page__content{padding:32px 16px 56px}.not-found-page__card{padding:40px 24px;border-radius:24px}.not-found-page__code{font-size:72px}.not-found-page__title{font-size:32px}.not-found-page__description{font-size:16px}.not-found-page__button{width:100%}}.case-page{min-height:100vh;background:var(--bg-primary)}.case-page__main{min-height:calc(100vh - 152px)}.case-page__container{width:min(1680px,calc(100% - 48px));margin:0 auto;padding:20px 0 72px}.case-page__container--empty{min-height:46vh;display:grid;place-items:center;border-radius:24px;background:#1b1c1de6;color:#f3f3f8;font-size:28px;font-weight:600}.case-page__header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px;flex-wrap:wrap}.case-page__title-row{display:flex;align-items:center;gap:12px;min-width:0}.case-page__back{width:48px;height:48px;flex:0 0 48px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:#ffffff05;color:#f3f3f8;transition:background-color .2s ease,transform .2s ease}.case-page__back:hover{background:#ffffff0f;transform:translateY(-1px)}.case-page__back svg{width:10px;height:16px}.case-page__title{margin:0;color:#f3f3f8;font-size:32px;line-height:32px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.case-page__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.case-page__risk-tabs{display:flex;align-items:center;gap:6px;padding:4px;border-radius:16px;background:#1e1e1e}.case-page__risk-tab{min-width:130px;height:40px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#868b92;font-size:14px;line-height:14px;font-weight:500;transition:background-color .2s ease,color .2s ease}.case-page__risk-tab:hover{color:#f3f3f8}.case-page__risk-tab--low{background:#3fb46833;color:#6fe38d}.case-page__risk-tab--medium{background:#ffb8002e;color:#ffca42}.case-page__risk-tab--high{background:#ff5f5f2e;color:#ff8f8f}.case-page__promo{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;border:0;border-radius:14px;background:#ffffff05;color:#868b92;font-size:16px;line-height:16px;font-weight:500;transition:background-color .2s ease,color .2s ease}.case-page__promo:hover{background:#ffffff0f;color:#f3f3f8}.case-page__promo svg{width:18px;height:18px;flex:0 0 18px}.case-stage{padding:12px 12px 26px;border-radius:24px;background:#1b1c1d;overflow:hidden}.case-stage__reel{position:relative;min-height:296px;display:flex;align-items:center;gap:16px;overflow:hidden}.case-stage__reel:before,.case-stage__reel:after{content:"";position:absolute;inset:0;pointer-events:none}.case-stage__reel:before{z-index:2;background:linear-gradient(90deg,#1b1c1df5,#1b1c1d7a 8%,#1b1c1d0f 18%,#1b1c1d00 30% 70%,#1b1c1d0f 82%,#1b1c1d7a 92%,#1b1c1df5)}.case-stage__reel:after{z-index:3;left:50%;top:0;bottom:0;width:340px;transform:translate(-50%);background:linear-gradient(180deg,rgb(66 130 255 / .12) 0%,rgb(66 130 255 / .03) 18%,transparent 42%),radial-gradient(circle at 50% 72%,rgb(255 255 255 / .1) 0%,rgb(255 255 255 / .02) 54%,transparent 72%);opacity:.85}.case-stage__reel-card{position:relative;z-index:1;flex:0 0 310px;height:256px;padding:18px 18px 20px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgb(255 255 255 / .12),transparent 54%),linear-gradient(180deg,#ffffff0a,#ffffff03);box-shadow:inset 0 0 0 1px #ffffff09;opacity:.42;transform:scale(.965);display:flex;flex-direction:column;justify-content:flex-end}.case-stage__reel-bar{position:absolute;top:0;left:50%;width:74%;height:4px;transform:translate(-50%);border-radius:0 0 999px 999px;background:var(--case-quality-bar);box-shadow:0 0 20px var(--case-quality-bar)}.case-stage__reel-image{width:100%;height:168px;object-fit:contain;filter:drop-shadow(0 16px 30px rgb(0 0 0 / .36))}.case-stage__reel-info{display:flex;flex-direction:column;gap:4px;margin-top:auto;text-align:left}.case-stage__reel-info span{color:#868b92;font-size:13px;line-height:14px}.case-stage__reel-info strong{color:#f3f3f8;font-size:15px;line-height:18px;font-weight:500}.case-stage__preview{position:absolute;left:50%;top:4px;z-index:4;width:380px;transform:translate(-50%);display:flex;justify-content:center;pointer-events:none}.case-stage__preview-image{width:100%;max-width:380px;height:auto;object-fit:contain;filter:drop-shadow(0 24px 42px rgb(0 0 0 / .54))}.case-stage__controls{display:flex;justify-content:center;margin-top:20px}.case-stage__login{min-width:181px;height:60px;padding:0 22px;border:0;border-radius:16px;background:#4282ff;color:#f3f3f8;font-size:18px;line-height:20px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.case-stage__login:hover{transform:translateY(-1px);box-shadow:0 12px 30px #4282ff57;filter:brightness(1.04)}.case-contents{margin-top:56px}.case-contents__title{margin:0 0 24px;color:#f3f3f8;font-size:24px;line-height:28px;font-weight:500}.case-contents__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.case-contents__item{position:relative;height:150px;border-radius:16px;overflow:hidden;background:#ffffff05}.case-contents__skin{position:relative;height:100%;padding:15px;border-radius:16px;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgb(255 255 255 / .14),transparent 52%),var(--case-quality-surface);box-shadow:inset 0 0 0 1px #ffffff09,inset 0 -28px 48px #0a0b0e29;transition:transform .2s ease,filter .2s ease}.case-contents__item:hover .case-contents__skin{transform:scale(1.015);filter:saturate(1.06)}.case-contents__bar{position:absolute;top:0;left:50%;width:91%;height:4px;transform:translate(-50%);border-radius:0 0 999px 999px;background:var(--case-quality-bar);box-shadow:0 0 24px var(--case-quality-glow)}.case-contents__image{width:100%;height:86px;object-fit:contain;display:block;margin:6px auto 0;filter:drop-shadow(0 14px 26px rgb(0 0 0 / .32))}.case-contents__skin-info{position:absolute;left:15px;right:15px;bottom:15px;display:flex;flex-direction:column;gap:4px}.case-contents__skin-info span{color:#868b92;font-size:13px;line-height:14px}.case-contents__skin-info strong{display:-webkit-box;overflow:hidden;color:#f3f3f8;font-size:15px;line-height:18px;font-weight:500;-webkit-line-clamp:2;-webkit-box-orient:vertical}.case-contents__risk-badge{position:absolute;left:15px;top:14px;z-index:2;display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:11px;line-height:12px;font-weight:600;letter-spacing:.01em;background:#00000061;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.case-contents__risk-badge--medium{color:#ffca42}.case-contents__risk-badge--high{color:#ff7c7c}.case-contents__details{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:15px;border-radius:16px;background:#1b1c1d6b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;transition:opacity .18s ease}.case-contents__item:hover .case-contents__details{opacity:1}.case-contents__details span{color:#b8bbc1;font-size:14px;line-height:15px;font-weight:500}.case-contents__details span:nth-child(2){color:#f3f3f8;font-size:16px;line-height:18px;font-weight:600}.case-contents__details span:last-child{color:#ffce54}@media(max-width:1440px){.case-page__title{font-size:28px;line-height:28px}.case-stage__reel-card{flex-basis:276px}.case-stage__preview{width:340px}.case-stage__preview-image{max-width:340px}.case-contents__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1200px){.case-page__container{width:min(1680px,calc(100% - 32px))}.case-page__header{flex-direction:column;align-items:stretch}.case-page__header-actions{justify-content:flex-start}.case-stage__reel-card{flex-basis:248px}.case-stage__preview{width:300px}.case-stage__preview-image{max-width:300px}.case-contents__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.case-page__container{width:calc(100% - 24px);padding-top:16px}.case-page__title{font-size:22px;line-height:24px}.case-page__header-actions{flex-direction:column;align-items:stretch}.case-page__risk-tabs{width:100%}.case-page__risk-tab{min-width:0;flex:1 1 0}.case-page__promo{width:100%}.case-stage{padding:10px 10px 20px}.case-stage__reel{min-height:248px}.case-stage__reel:after{width:280px}.case-stage__reel-card{flex-basis:220px;height:218px;padding:14px 14px 16px}.case-stage__reel-image{height:136px}.case-stage__preview{width:250px}.case-stage__preview-image{max-width:250px}.case-contents{margin-top:40px}.case-contents__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.case-page__container{width:calc(100% - 16px);padding-bottom:48px}.case-page__back{width:44px;height:44px;flex-basis:44px}.case-page__title{font-size:18px;line-height:22px}.case-stage__reel{min-height:212px;gap:10px}.case-stage__reel:after{width:220px}.case-stage__reel-card{flex-basis:176px;height:186px}.case-stage__preview{width:210px}.case-stage__preview-image{max-width:210px}.case-stage__login{width:100%}.case-contents__title{font-size:20px;line-height:24px}.case-contents__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.upgrade-page{min-height:100vh;background:radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 22%),#161719}.upgrade-page__content{width:min(1680px,100%);margin:0 auto;padding:36px 24px 0}.upgrade-page__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.upgrade-page__title-wrap{display:inline-flex;align-items:center;gap:12px}.upgrade-page__title-icon,.best-upgrade-card__arrow{display:inline-flex;align-items:center;justify-content:center}.upgrade-page__title-icon{width:26px;height:26px;color:#fff}.upgrade-page__title-icon svg,.best-upgrade-card__arrow svg,.upgrade-lab__action svg{width:100%;height:100%}.upgrade-page__title{font-size:50px;font-weight:700;line-height:1}.upgrade-page__help{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 18px;border:1px solid rgba(255,255,255,.06);border-radius:16px;background:#ffffff0d;color:#f1f1f4;font-size:20px;font-weight:600}.upgrade-page__help-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ffffff1f;font-size:14px;font-weight:700}.upgrade-lab{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 500px minmax(0,1fr);gap:30px;min-height:612px;padding:30px 34px 112px;border:1px solid rgba(255,255,255,.05);border-radius:40px;overflow:hidden;background:linear-gradient(180deg,#292a2ff5,#1c1d21fa),linear-gradient(180deg,#23252b,#1e2025);box-shadow:inset 0 1px #ffffff08,0 28px 60px #00000052}.upgrade-lab:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 14%,rgba(255,255,255,.08),transparent 18%),linear-gradient(90deg,transparent 33.1%,rgba(0,0,0,.28) 33.1%,rgba(0,0,0,.28) 33.7%,transparent 33.7%,transparent 66.3%,rgba(0,0,0,.28) 66.3%,rgba(0,0,0,.28) 66.9%,transparent 66.9%);pointer-events:none}.upgrade-lab:after{content:"";position:absolute;left:50%;top:0;width:340px;height:160px;transform:translate(-50%);background:radial-gradient(circle at center,rgba(255,255,255,.05),transparent 70%),linear-gradient(180deg,rgba(255,255,255,.04),transparent);opacity:.45;pointer-events:none}.upgrade-lab__chamber{position:relative;min-height:420px;border-radius:36px;background:linear-gradient(180deg,#323339eb,#1e1f23fa),linear-gradient(90deg,rgba(255,255,255,.04),transparent 18%);overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,inset 0 -28px 70px #00000057}.upgrade-lab__chamber:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.35),transparent 16%,transparent 84%,rgba(0,0,0,.35)),linear-gradient(180deg,rgba(255,255,255,.03),transparent 20%,rgba(255,255,255,.03) 100%);pointer-events:none}.upgrade-lab__chamber:after{content:"";position:absolute;left:42px;right:42px;bottom:88px;height:22px;border-radius:999px;background:radial-gradient(circle at 10% 50%,rgba(255,255,255,.4),transparent 14%),radial-gradient(circle at 90% 50%,rgba(255,255,255,.4),transparent 14%),linear-gradient(90deg,#ffffff0f,#ffffff2e,#ffffff0f);box-shadow:0 20px 32px #0006}.upgrade-lab__blade-wrap{position:absolute;left:50%;top:104px;transform:translate(-50%);width:84%}.upgrade-lab__blade{width:100%;object-fit:contain;filter:grayscale(1) brightness(2.3) saturate(0) drop-shadow(0 22px 20px rgba(0,0,0,.34))}.upgrade-lab__blade--mirror{transform:scaleX(-1)}.upgrade-lab__stand{position:absolute;left:50%;bottom:40px;width:72%;height:46px;transform:translate(-50%);border-radius:18px;background:linear-gradient(180deg,#141519,#050607);box-shadow:inset 0 1px #ffffff14,0 18px 24px #0006}.upgrade-lab__stand:before,.upgrade-lab__stand:after{content:"";position:absolute;top:18px;width:58px;height:16px;border-radius:999px;background:linear-gradient(90deg,#ffffff8c,#fff,#fff9);box-shadow:0 0 16px #ffffff6b}.upgrade-lab__stand:before{left:26px}.upgrade-lab__stand:after{right:26px}.upgrade-lab__console{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px}.upgrade-lab__console:before,.upgrade-lab__console:after{content:"";position:absolute;left:50%;width:300px;height:22px;transform:translate(-50%);border-radius:999px;border:8px solid #24262c;border-top:none}.upgrade-lab__console:before{top:10px}.upgrade-lab__console:after{bottom:120px}.upgrade-lab__monitor{position:relative;width:360px;padding:22px 18px 18px;border-radius:34px;background:linear-gradient(180deg,#202226,#0f1013);box-shadow:inset 0 0 0 2px #ffffff0a,0 32px 50px #00000057}.upgrade-lab__screen{display:flex;align-items:center;justify-content:space-between;height:154px;padding:0 48px;border-radius:22px;background:radial-gradient(circle,rgba(255,255,255,.12) 16%,transparent 17%) 0 0 / 12px 12px,linear-gradient(180deg,#5f5f63c7,#212124e6);box-shadow:inset 0 0 0 2px #ffffff0d,inset 0 8px 18px #00000070;color:#fff;font-size:68px;font-weight:300}.upgrade-lab__screen span{opacity:.96;filter:drop-shadow(0 0 10px rgba(255,255,255,.35))}.upgrade-lab__controls{display:flex;align-items:flex-end;gap:18px;padding:16px 12px 0}.upgrade-lab__buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.upgrade-lab__buttons span,.upgrade-lab__gear,.upgrade-lab__lever{box-shadow:inset 0 1px #ffffff24,0 8px 10px #0000003d}.upgrade-lab__buttons span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#686a73,#3e4047);color:#ffffffc7;font-size:13px;font-weight:700}.upgrade-lab__gear{width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at center,#6d6f76 26%,transparent 27%),conic-gradient(from 0deg,#50525b 0deg 35deg,#7d7f86 35deg 65deg,#50525b 65deg 100deg,#7d7f86 100deg 135deg,#50525b 135deg 170deg,#7d7f86 170deg 205deg,#50525b 205deg 240deg,#7d7f86 240deg 275deg,#50525b 275deg 310deg,#7d7f86 310deg 345deg,#50525b 345deg 360deg)}.upgrade-lab__lever{width:18px;height:66px;border-radius:10px;background:linear-gradient(180deg,#76787f,#31333a)}.upgrade-lab__action-row{position:absolute;left:50%;bottom:34px;display:flex;align-items:center;gap:10px;transform:translate(-50%)}.upgrade-lab__power,.upgrade-lab__action{border:none;color:#6c6e77;background:#151618fa}.upgrade-lab__power{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:18px;font-size:30px}.upgrade-lab__action{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:404px;height:60px;border-radius:18px;font-size:18px;font-weight:700}.upgrade-lab__action svg{width:20px;height:20px}.upgrade-page__panels{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;margin-top:-86px}.upgrade-panel{border-radius:28px;background:linear-gradient(180deg,#2a2c31,#23252a);box-shadow:inset 0 1px #ffffff08,0 24px 34px #00000042;padding:24px}.upgrade-panel--inventory,.upgrade-panel--target{min-height:518px}.upgrade-panel__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:6px;border-radius:999px;background:#ffffff0a}.upgrade-panel__tab{height:52px;border:none;border-radius:999px;background:transparent;color:#ffffff6b;font-size:18px;font-weight:600}.upgrade-panel__tab--active{background:#5a5d67;color:#fff}.upgrade-panel__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06)}.upgrade-panel__heading h2{font-size:28px;font-weight:700}.upgrade-panel__filters{display:flex;align-items:center;gap:10px}.upgrade-filter{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-width:160px;height:56px;padding:0 18px;border:1px solid rgba(121,125,144,.4);border-radius:18px;background:#44475261;color:#ffffff61;font-size:16px;font-weight:600}.upgrade-filter span:last-child{font-size:24px}.upgrade-filter--search{min-width:210px;justify-content:flex-start}.upgrade-filter__search-icon{font-size:19px}.upgrade-platforms{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;margin-top:14px;padding:2px;border-radius:18px;background:#ffffff08}.upgrade-platforms__item{height:58px;border:none;border-radius:14px;background:transparent;color:#ffffff57;font-size:18px;font-weight:800;letter-spacing:.04em}.upgrade-platforms__item--active{color:#fff;background:radial-gradient(circle at 80% 70%,rgba(178,255,81,.44),transparent 34%),#ffffff08}.upgrade-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:18px;color:#fff}.upgrade-panel__empty p{font-size:28px;font-weight:700}.upgrade-panel__login{height:50px;padding:0 26px;border:none;border-radius:16px;background:linear-gradient(180deg,#4a82ff,#2f6ef7);color:#fff;font-size:16px;font-weight:700}.upgrade-targets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-height:412px;padding-right:6px;margin-top:18px;overflow-y:auto}.upgrade-targets::-webkit-scrollbar{width:6px}.upgrade-targets::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff24}.upgrade-item-card{position:relative;height:118px;border:1px solid transparent;border-radius:20px;overflow:hidden;padding:16px 14px 14px;text-align:left;color:#fff;box-shadow:inset 0 1px #ffffff0a}.upgrade-item-card--ruby{background:linear-gradient(180deg,#ce294f,#8f2d3b)}.upgrade-item-card--violet{background:linear-gradient(180deg,#8644d7,#4b356c)}.upgrade-item-card--azure{background:linear-gradient(180deg,#4b9be2,#3b618a)}.upgrade-item-card--selected{border-color:#ffffff94}.upgrade-item-card__accent{position:absolute;top:0;left:50%;width:60px;height:4px;border-radius:0 0 999px 999px;transform:translate(-50%);background:#fff9}.upgrade-item-card__image{position:absolute;right:14px;top:12px;width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(0,0,0,.22))}.upgrade-item-card__meta,.best-upgrade-card__target-type{display:block;color:#ffffff94;font-size:13px;font-weight:500}.upgrade-item-card__name,.best-upgrade-card__target-name{display:block;max-width:calc(100% - 64px);margin-top:2px;font-size:16px;font-weight:700;line-height:1.15}.upgrade-item-card__price{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;font-size:16px;font-weight:700}.upgrade-coin{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid rgba(255,255,255,.8);border-radius:50%;font-size:11px;font-weight:800}.upgrade-coin--large{width:28px;height:28px;font-size:16px}.upgrade-best{margin-top:58px}.upgrade-best__title{font-size:30px;font-weight:700}.upgrade-best__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:24px}.best-upgrade-card{padding:18px;border-radius:24px;background:linear-gradient(180deg,#282a30,#23252b);box-shadow:inset 0 1px #ffffff08}.best-upgrade-card__head,.best-upgrade-card__user,.best-upgrade-card__labels{display:flex;align-items:center;justify-content:space-between}.best-upgrade-card__user{justify-content:flex-start;gap:10px;font-size:16px;font-weight:700}.best-upgrade-card__avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(180deg,#f8ce4f,#b9651f);color:#1a1a1a;font-weight:900}.best-upgrade-card__chance{color:#fff;font-size:16px;font-weight:700}.best-upgrade-card__body{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr);gap:10px;align-items:center;margin-top:16px}.best-upgrade-card__stake,.best-upgrade-card__target{position:relative;min-height:118px;border-radius:18px;overflow:hidden}.best-upgrade-card__stake{display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ce294f,#413242)}.best-upgrade-card__stake:before,.best-upgrade-card__target:before{content:"";position:absolute;top:0;left:50%;width:60px;height:4px;border-radius:0 0 999px 999px;transform:translate(-50%);background:#fff9}.best-upgrade-card__stake-price{display:inline-flex;align-items:center;gap:8px;font-size:24px;font-weight:800}.best-upgrade-card__arrow{width:40px;height:40px;border-radius:12px;background:#46d26e;color:#fff}.best-upgrade-card__arrow svg{width:20px;height:20px}.best-upgrade-card__target{padding:54px 12px 12px}.best-upgrade-card__target--ruby{background:linear-gradient(180deg,#ce294f,#4a3448)}.best-upgrade-card__target--violet{background:linear-gradient(180deg,#8a43da,#46395f)}.best-upgrade-card__target--azure{background:linear-gradient(180deg,#4b9be2,#3b618a)}.best-upgrade-card__target-image{position:absolute;right:12px;top:14px;width:46px;height:46px;object-fit:contain}.best-upgrade-card__labels{margin-top:12px;padding:0 8px;font-size:16px;font-weight:700}@media(max-width:1360px){.upgrade-page__content{width:min(1320px,100%)}.upgrade-lab{grid-template-columns:minmax(0,1fr) 380px minmax(0,1fr)}.upgrade-lab__monitor{width:300px}.upgrade-lab__action{width:324px}.upgrade-targets,.upgrade-best__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.upgrade-page__toolbar,.upgrade-panel__heading{flex-direction:column;align-items:flex-start}.upgrade-lab{grid-template-columns:1fr;padding-bottom:44px}.upgrade-lab__chamber{min-height:280px}.upgrade-lab__console{min-height:320px}.upgrade-lab__action-row{position:static;transform:none}.upgrade-page__panels{grid-template-columns:1fr;margin-top:24px}.upgrade-best__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.upgrade-page__content{padding:24px 16px 0}.upgrade-page__title{font-size:34px}.upgrade-page__help{min-height:42px;padding:0 14px;font-size:15px}.upgrade-lab{padding:18px 18px 32px;border-radius:28px}.upgrade-lab__monitor{width:100%;max-width:286px}.upgrade-lab__screen{height:126px;font-size:52px}.upgrade-lab__action{width:calc(100vw - 128px);max-width:310px}.upgrade-panel{padding:18px;border-radius:22px}.upgrade-panel__heading h2,.upgrade-best__title{font-size:24px}.upgrade-panel__filters{width:100%;flex-direction:column}.upgrade-filter{width:100%}.upgrade-platforms{grid-template-columns:repeat(4,minmax(0,1fr))}.upgrade-targets,.upgrade-best__grid{grid-template-columns:1fr}}@media(max-width:480px){.upgrade-page__toolbar{align-items:stretch}.upgrade-page__help{justify-content:center}.upgrade-panel__tabs{grid-template-columns:1fr}.upgrade-platforms{grid-template-columns:repeat(2,minmax(0,1fr))}.best-upgrade-card__body{grid-template-columns:1fr}.best-upgrade-card__arrow{justify-self:center;transform:rotate(90deg)}.best-upgrade-card__labels{padding:0}}.contracts-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(90deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#171a1f,#111418);background-size:20px 20px,auto,auto}.contracts-strip{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);background:#111418d9}.contracts-strip__inner{width:min(1420px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;padding:10px 0}.contracts-strip__item{position:relative;display:flex;align-items:center;justify-content:center;min-height:78px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:linear-gradient(180deg,#2b2e36f2,#202229f2);box-shadow:inset 0 1px #ffffff0a;color:inherit;text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.contracts-strip__item:hover{transform:translateY(-2px);border-color:#ffffff1f}.contracts-strip__item--active{border-color:#d25c6fbf;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #d25c6f42}.contracts-strip__item--active:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff5a65,#ff4553);box-shadow:0 0 14px #ff54624d}.contracts-strip__item-art{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.contracts-strip__item-art img{width:80%;height:80%;object-fit:contain}.contracts-page__content{flex:1;width:min(1420px,calc(100% - 100px));margin:0 auto;padding:32px 0 0}.contracts-layout{display:grid;grid-template:"header header" 36px "auth craft" minmax(calc(100vh - 200px),auto) / 446px minmax(0,1fr);gap:16px 72px;height:calc(100vh - 80px);max-height:calc(100vh - 80px)}.contracts-header{grid-area:header;display:flex;align-items:center;justify-content:space-between}.contracts-header__title{display:inline-flex;align-items:center;gap:12px}.contracts-header__title svg{width:24px;height:24px;fill:#fff}.contracts-header__title h1{margin:0;color:#fff;font-size:42px;font-weight:700;line-height:1}.contracts-header__help{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#373b44b8;color:#fff;font-size:14px;font-weight:700}.contracts-header__help svg{width:18px;height:18px;fill:currentColor}.contracts-auth-card{grid-area:auth;position:relative;border-radius:24px;background:linear-gradient(180deg,#23262deb,#191b21eb),linear-gradient(90deg,rgba(255,255,255,.02),transparent);box-shadow:inset 0 1px #ffffff0a,0 18px 40px #0003;overflow:hidden}.contracts-auth-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%);background-size:18px 18px;opacity:.55}.contracts-auth-card__inner{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.contracts-auth-card__inner p{margin:0;color:#fff;font-size:20px;font-weight:700}.contracts-auth-card__inner button{height:42px;padding:0 18px;border:none;border-radius:12px;background:linear-gradient(180deg,#4c7efc,#3466f5);color:#fff;font-size:14px;font-weight:700;box-shadow:0 12px 24px #3466f533}.contracts-craft{grid-area:craft;display:flex;flex-direction:column}.contracts-craft__hint{display:block;margin:0 auto 12px;color:#ffffffd1;font-size:14px;font-weight:700;text-align:center}.contracts-machine{position:relative;flex:1;display:flex;align-items:flex-end;justify-content:center;min-height:100%;padding-bottom:200px}.contracts-machine__canvas{position:relative;width:min(100%,872px);height:654px}.contracts-machine__canvas .spine-player,.contracts-machine__canvas .spine-player-canvas{width:100%;height:100%}.contracts-machine__canvas .spine-player-canvas{image-rendering:auto}.contracts-panel{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:20px;background:#232329eb;box-shadow:0 12px 40px #00000038}.contracts-panel__meta{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#ffffff52;font-size:14px;font-weight:600}.contracts-panel__sum strong{color:#ffffffb8;font-weight:700}.contracts-panel__coin{color:#e7e7ec}.contracts-panel__slots{display:flex;align-items:center;gap:8px}.contracts-panel__track{flex:1;display:flex;gap:12px;min-height:72px;padding:0;border-radius:10px;background:#111319f5;overflow:hidden}.contracts-slot{display:flex;align-items:center;justify-content:center;flex:0 0 112px;min-width:112px;min-height:72px;padding:14px 8px;color:#ffffff29;font-size:24px;font-weight:300}.contracts-slot span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:10px;background:#1b1d23fa;box-shadow:inset 0 1px #ffffff08}.contracts-panel__next{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;align-self:center;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#373b44a6;color:#ffffff7a}.contracts-panel__next svg{width:18px;height:18px}.contracts-panel__actions{display:flex;gap:12px}.contracts-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;border:none;border-radius:12px;font-size:16px;font-weight:700;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.contracts-action:hover{transform:translateY(-1px)}.contracts-action svg{width:18px;height:18px;fill:currentColor}.contracts-action--ghost{max-width:240px;background:#ffffff0a;color:#ffffff42}.contracts-action--primary{background:#ffffff0d;color:#ffffff4d}.contracts-platforms{position:absolute;left:50%;bottom:-12px;z-index:4;display:inline-flex;align-items:center;gap:8px;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#14161ceb;box-shadow:0 10px 30px #0000003d;transform:translate(-50%)}.contracts-platforms__item{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:30px;padding:0 10px;border-radius:10px;color:#ffffff75;font-size:11px;font-weight:700;letter-spacing:.03em}.contracts-platforms__item--active{background:linear-gradient(180deg,#ff5a65,#ff4553);color:#fff}@media(max-width:1400px){.contracts-page__content{width:min(100%,calc(100% - 40px))}.contracts-layout{display:flex;flex-direction:column;gap:16px;height:auto;max-height:none}.contracts-auth-card__inner{min-height:260px}.contracts-machine{min-height:640px}}@media(max-width:1100px){.contracts-strip__inner{display:flex;overflow-x:auto;padding-bottom:12px}.contracts-strip__item{flex:0 0 128px}.contracts-machine{min-height:580px;padding-bottom:208px}.contracts-panel__track{overflow-x:auto}}@media(max-width:768px){.contracts-page__content{width:calc(100% - 24px);padding-top:20px}.contracts-header{flex-direction:column;align-items:flex-start;gap:14px}.contracts-header__title h1{font-size:34px}.contracts-machine{min-height:520px;padding-bottom:228px}.contracts-machine__canvas{height:440px}.contracts-panel{padding:16px}.contracts-panel__meta{flex-direction:column;align-items:flex-start;gap:8px}.contracts-panel__actions{flex-direction:column}.contracts-action--ghost{max-width:none}.contracts-platforms{bottom:-18px}}@media(max-width:520px){.contracts-page__content{width:calc(100% - 20px)}.contracts-header__title h1{font-size:28px}.contracts-header__help{width:100%;justify-content:center}.contracts-machine{min-height:480px;padding-bottom:244px}.contracts-machine__canvas{height:340px}.contracts-panel__track{gap:10px}.contracts-slot{flex-basis:92px;min-width:92px;min-height:62px}.contracts-platforms{width:calc(100% - 20px);overflow-x:auto;justify-content:flex-start}}.ladder-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.ladder-page__content{width:100%;padding:50px 0 0}.ladder-shell{position:relative;width:min(1200px,calc(100% - 48px));min-height:75vh;margin:0 auto;padding:30px;border-radius:20px;background:#1d1e20}.ladder-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(600px,100%);height:60px;margin-bottom:30px;padding:5px 14px 5px 20px;border-radius:20px;background:#242528;font-size:18px;letter-spacing:.01em}.ladder-titlebar__label{display:inline-flex;align-items:center;gap:16px;min-width:0}.ladder-titlebar__label svg{width:24px;height:24px;flex:0 0 auto;fill:#ff4d55}.ladder-titlebar__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ladder-titlebar__rules-wrap{position:relative;height:100%}.ladder-titlebar__rules{display:inline-flex;align-items:center;gap:16px;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500}.ladder-titlebar__rules:after{content:"";width:10px;height:10px;display:block;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .25s ease}.ladder-titlebar__rules--open:after{transform:rotate(135deg)}.ladder-rules{position:absolute;top:calc(100% + 10px);right:0;width:350px;padding:20px 22px;border-radius:20px;background:#242528f0;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 14px 32px #0000003d}.ladder-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.45}.ladder-rules p+p{margin-top:10px}.ladder-mainview{display:flex;margin-bottom:15px;padding:15px;border-radius:20px;background:#242528}.ladder-board{width:64%;margin-right:15px;padding:25px;overflow:hidden;border:1px solid #3e404a;border-radius:20px;background:#1b1c1dbf;display:flex}.ladder-board__multipliers{display:flex;flex:1;flex-direction:column-reverse;justify-content:flex-end;flex-shrink:0;max-width:70px;margin-right:10px}.ladder-board__multiplier{display:flex;align-items:center;justify-content:center;width:75px;height:35px;padding:5px 10px;border-radius:10px;background:#5558671a;color:#f5f5fa;font-size:12px;line-height:.9}.ladder-board__multiplier:not(:first-of-type){margin-bottom:5px}.ladder-board__floors{position:relative;display:flex;flex:1;flex-direction:column-reverse;padding-top:35px}.ladder-floor{display:flex;align-items:flex-start;justify-content:space-between;height:35px}.ladder-step{position:relative;width:5%;height:10px;border-radius:5px}.ladder-step--visible{background:#51546761}.ladder-step__stairs{position:absolute;top:-2px;left:50%;width:50%;height:35px;display:flex;flex-direction:column;justify-content:space-around;transform:translate(-50%);opacity:0;border-left:2px solid #f5f5fa;border-right:2px solid #f5f5fa;transition:opacity .2s ease}.ladder-step__stairs span{height:2px;background:#f5f5fa}.ladder-step--visible:hover{cursor:pointer}.ladder-step--visible:hover .ladder-step__stairs{opacity:1}.ladder-board__mobile-multipliers{display:none;align-items:center;justify-content:center;width:100%;margin-top:16px}.ladder-board__arrow{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;border:none;border-radius:10px;background:#5558672e;color:#f5f5fa42}.ladder-board__mobile-track{display:flex;flex:1;max-width:520px;overflow:auto;gap:5px;margin:0 5px}.ladder-board__mobile-pill{flex:0 0 100px;display:flex;align-items:center;justify-content:center;height:45px;padding:5px 10px;border-radius:10px;background:#5558671a;color:#f5f5fa;font-size:14px}.ladder-board__mobile-pill--active{background:#54c790;color:#fff}.ladder-settings{position:relative;width:36%;min-height:100px;padding:35px 25px 25px;display:flex;flex-direction:column;justify-content:space-between;outline:none}.ladder-settings__auth{position:absolute;top:50%;left:50%;width:100%;padding:15px;transform:translate(-50%,-50%);color:#f5f5fa;text-align:center}.ladder-records{position:relative;border-radius:20px;background:#242528;overflow:auto}.ladder-records__header{display:flex;padding:15px}.ladder-records__head-cell{flex:1;text-align:center}.ladder-records__head-cell span{position:relative;padding-left:25px}.ladder-records__head-cell span:before{content:"";position:absolute;left:0;top:60%;width:8px;height:8px;border-radius:50%;background:#ff4d55;transform:translateY(-50%)}.ladder-records__body{position:relative;min-height:150px;max-height:600px;padding:15px;overflow:auto;scrollbar-width:none}.ladder-records__body::-webkit-scrollbar{width:0}.ladder-record{display:flex;align-items:center;justify-content:space-between;padding:20px 0;border-radius:20px;background:#2a2c2f}.ladder-record:not(:last-of-type){margin-bottom:15px}.ladder-record>div{flex:1;display:flex;align-items:center;justify-content:center;padding:5px;text-align:center;word-break:break-all}.ladder-record__player--danger{color:#ff6f5f}.ladder-record__player--accent{color:#b2e057}.ladder-record__value{color:#f5f5fa}.ladder-record__value--won{color:#54c790}.ladder-record__value--lost{color:#ff4d55}.ladder-bullcoin{position:relative;top:.125em;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-left:.2rem;flex:0 0 auto}.ladder-bullcoin svg{width:1em;height:1em}@media(max-width:1280px){.ladder-page__content{padding-top:0}.ladder-shell{width:100%;padding:30px 5px;border-radius:0}}@media(max-width:1000px){.ladder-titlebar{width:calc(100% - 10px);margin:0 auto 24px}.ladder-mainview{display:block;padding:5px}.ladder-board{width:100%;margin-right:0;margin-bottom:15px;padding:10px;display:block}.ladder-board__multipliers{display:none}.ladder-board__mobile-multipliers{display:flex}.ladder-settings{width:100%;padding:20px 10px 10px}}@media(max-width:800px){.ladder-page__content{padding-bottom:0}.ladder-shell{width:calc(100% - 24px);padding:20px 0}.ladder-titlebar{font-size:16px}.ladder-titlebar__rules{gap:12px;font-size:14px}.ladder-board__floors{padding-top:20px}.ladder-floor{height:25px}.ladder-step{height:8px}.ladder-step__stairs{height:25px}.ladder-records__head-cell{font-size:12px}.ladder-records__head-cell span{padding-left:15px}}@media(max-width:600px){.ladder-titlebar{padding:8px 12px 8px 16px}.ladder-titlebar__label{gap:10px}.ladder-titlebar__label span{font-size:14px}.ladder-rules{width:min(320px,calc(100vw - 40px))}.ladder-board__mobile-track{max-width:none}.ladder-records__header{padding:12px 10px}.ladder-records__body{padding:10px}.ladder-record{font-size:14px}}@media(max-width:425px){.ladder-shell{width:calc(100% - 16px)}.ladder-titlebar{font-size:14px}.ladder-titlebar__label span{display:none}.ladder-titlebar__rules{font-size:13px}.ladder-rules{right:auto;left:0;width:100%}.ladder-record{font-size:13px}}.tower-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.tower-page__content{width:100%;padding:35px 0 0}.tower-shell{position:relative;width:min(1200px,calc(100% - 48px));margin:0 auto;padding:30px;border-radius:20px;background:#1d1e20}.tower-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(600px,100%);height:60px;margin-bottom:30px;padding:5px 14px 5px 20px;border-radius:20px;background:#242528;font-size:18px;letter-spacing:.01em}.tower-titlebar__label{display:inline-flex;align-items:center;gap:16px;min-width:0}.tower-titlebar__label svg{width:24px;height:24px;flex:0 0 auto;fill:#ff5a65}.tower-titlebar__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tower-titlebar__rules-wrap{position:relative;height:100%}.tower-titlebar__rules{display:inline-flex;align-items:center;gap:16px;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500}.tower-titlebar__rules:after{content:"";width:10px;height:10px;display:block;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .25s ease}.tower-titlebar__rules--open:after{transform:rotate(135deg)}.tower-rules{position:absolute;top:calc(100% + 10px);right:0;width:350px;padding:20px 22px;border-radius:20px;background:#242528f0;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 14px 32px #0000003d}.tower-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.45}.tower-rules p+p{margin-top:10px}.tower-layout{display:flex;justify-content:space-between;width:100%;padding-bottom:30px}.tower-history{position:relative;z-index:1;width:575px;height:897px}.tower-history__tabs{display:flex;gap:15px;margin-bottom:25px;padding:15px;border-radius:24px;background:#1b1c1df2}.tower-history__tab{flex:1;height:62px;border:none;border-radius:24px;background:#33353b;color:#f5f5fa;font-size:12px;font-weight:600;transition:background-color .2s ease,color .2s ease}.tower-history__tab:hover{background:#3a3d45}.tower-history__tab--active,.tower-history__tab--active:hover{background:#f5f5fa;color:#161718}.tower-table{min-width:500px;border-radius:20px;background:#1b1c1df2;color:#f5f5fa}.tower-table__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 20px 0;border-radius:28px 28px 0 0;font-size:16px}.tower-table__header p{width:50px;margin:0;text-align:center}.tower-table__player-head{width:200px!important;margin-left:30px!important;text-align:left!important}.tower-table__body{max-height:780px;padding:15px;overflow-y:auto;scrollbar-width:none}.tower-table__body::-webkit-scrollbar{width:0}.tower-row{display:flex;align-items:center;justify-content:space-between;height:77px;margin-bottom:15px;padding-right:15px;border-radius:22px;background:#2a2c2f;font-size:16px}.tower-row:last-child{margin-bottom:0}.tower-row p{margin:0}.tower-row__player{display:flex;align-items:center;width:200px;margin-left:7px}.tower-row__avatar{position:relative;display:flex;align-items:center;justify-content:center;width:55px;height:55px;flex:0 0 auto;border-radius:14px;background:linear-gradient(180deg,#494c56,#31343a);box-shadow:inset 0 0 0 1px #ffffff0d;overflow:hidden}.tower-row__avatar img{width:90%;height:90%;border-radius:12px;object-fit:cover}.tower-row__avatar span{color:#f5f5fabd;font-size:18px;font-weight:700}.tower-row__name{width:100px;margin-left:35px!important;color:#fff;white-space:nowrap}.tower-row__name--accent{color:#4da6ff}.tower-row__name--danger{color:#ff4d55}.tower-row__name--violet{color:#b67bff}.tower-row__stake,.tower-row__income,.tower-row__step{text-align:center}.tower-row__stake{color:#ff4d55}.tower-row__income{color:#54c790}.tower-row__step{padding-right:10px;color:#f5f5fa}.tower-variant{width:calc(100% - 606px);height:897px;padding:15px;overflow-y:auto;border-radius:24px;background:#1b1c1df2;scrollbar-color:#ff6f0d #1e252e;scrollbar-width:thin}.tower-variant::-webkit-scrollbar{width:2px}.tower-variant::-webkit-scrollbar-thumb{background:#ff6f0d;border-radius:5px}.tower-variant__switcher{display:flex;justify-content:space-between;margin-bottom:35px}.tower-variant__switch{width:49%;padding:22px 0;border:none;border-radius:20px;background:#33353b;color:#f5f5fa;font-size:12px;font-weight:600;transition:background-color .2s ease,color .2s ease}.tower-variant__switch:hover{background:#3a3d45}.tower-variant__switch--active,.tower-variant__switch--active:hover{background:#f5f5fa;color:#161718}.tower-grid{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.tower-grid__cell{display:inline-flex;align-items:center;justify-content:center;gap:2px;height:64px;margin-bottom:10px;padding:20px 0;border:3px solid transparent;border-radius:20px;background:#494a5259;color:#f5f5fa;font-size:12px;font-weight:700;transition:border-color .2s ease,background-color .2s ease}.tower-grid__cell:hover{border-color:#54c790}.tower-grid__cell--easy{width:49%}.tower-grid__cell--hard{width:32%}.tower-controls{display:flex;justify-content:space-between;color:#ff6c00;-webkit-user-select:none;user-select:none}.tower-controls>*{width:49%}.tower-counter{display:flex;align-items:center;height:84px;overflow:hidden;border-radius:20px;background:#2a2c2f;color:#f5f5fa}.tower-counter__action{display:inline-flex;align-items:center;justify-content:center;width:60px;height:100%;border:none;background:#3b3f48;color:#f5f5fa;font-size:24px;transition:background-color .2s ease}.tower-counter__action:hover{background:#474b56}.tower-counter input{width:100%;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:14px;text-align:center;outline:none}.tower-controls__auth{display:inline-flex;align-items:center;justify-content:center;height:84px;border:none;border-radius:20px;background:#4282ff;color:#f5f5fa;font-size:24px;font-weight:600;transition:background-color .2s ease}.tower-controls__auth:hover{background:#4c8aff}.tower-bullcoin{position:relative;top:.08em;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;color:#f5f5fad6}.tower-bullcoin svg{width:1em;height:1em}@media(max-width:1280px){.tower-page__content{padding-top:0}.tower-shell{width:100%;padding:30px 5px;border-radius:0}}@media(max-width:1024px){.tower-layout{flex-direction:column-reverse;gap:24px}.tower-history,.tower-variant{width:100%;height:auto}}@media(max-width:800px){.tower-page__content{padding-bottom:0}.tower-shell{width:calc(100% - 24px);padding:20px 0 30px}.tower-titlebar{width:calc(100% - 10px);margin:0 auto 24px;font-size:16px}.tower-titlebar__rules{gap:12px;font-size:14px}.tower-history__tabs{gap:10px}.tower-table{min-width:0}.tower-table__header,.tower-row{font-size:14px}.tower-row__name{margin-left:15px!important}.tower-controls__auth{font-size:18px}}@media(max-width:640px){.tower-titlebar{padding:8px 12px 8px 16px}.tower-titlebar__label{gap:10px}.tower-titlebar__label span{font-size:14px}.tower-rules{width:min(320px,calc(100vw - 40px))}.tower-history__tabs{display:block}.tower-history__tab{width:100%}.tower-history__tab:not(:last-child){margin-bottom:12px}.tower-table__header{padding:16px 12px}.tower-table__player-head{margin-left:16px!important}.tower-table__body{padding:12px}.tower-row{padding-right:10px}.tower-row__player{width:170px}.tower-grid__cell--hard{width:49%}.tower-controls{flex-direction:column;gap:12px}.tower-controls>*{width:100%}}@media(max-width:425px){.tower-shell{width:calc(100% - 16px)}.tower-titlebar{font-size:14px}.tower-titlebar__label span{display:none}.tower-titlebar__rules{font-size:13px}.tower-rules{right:auto;left:0;width:100%}.tower-table__header{font-size:12px}.tower-row{font-size:13px}.tower-row__player{width:148px}.tower-row__avatar{width:46px;height:46px}}.sapper-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.sapper-page__content{width:100%;padding:50px 0 0}.sapper-shell{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:30px;border-radius:20px;background:#1d1e20}.sapper-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(600px,100%);height:60px;margin-bottom:30px;padding:5px 14px 5px 20px;border-radius:20px;background:#242528;font-size:18px;letter-spacing:.01em}.sapper-titlebar__label{display:inline-flex;align-items:center;gap:16px;min-width:0}.sapper-titlebar__label svg{width:24px;height:24px;flex:0 0 auto;fill:#ff5a65}.sapper-titlebar__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sapper-titlebar__rules-wrap{position:relative;height:100%}.sapper-titlebar__rules{display:inline-flex;align-items:center;gap:16px;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500}.sapper-titlebar__rules:after{content:"";width:10px;height:10px;display:block;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .25s ease}.sapper-titlebar__rules--open:after{transform:rotate(135deg)}.sapper-rules{position:absolute;top:calc(100% + 10px);right:0;width:350px;padding:20px 22px;border-radius:20px;background:#242528f0;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 14px 32px #0000003d}.sapper-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.45}.sapper-rules p+p{margin-top:10px}.sapper-mainview{display:flex;margin-bottom:15px;padding:15px;border-radius:20px;background:#242528}.sapper-board{width:701px;margin-right:15px;padding:25px;border:1px solid #3e404a;border-radius:20px;background:#1b1c1dbf}.sapper-playfield{position:relative;display:flex;justify-content:center;width:100%;min-height:450px;margin-bottom:15px}.sapper-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;width:450px;height:450px;padding:8px;border:4px solid #3e404a;border-radius:20px;background:#2a2c2f}.sapper-grid__cell{border:none;border-radius:20px;background:#3e404a;transition:background-color .2s ease,transform .2s ease}.sapper-grid__cell:hover{background:#4a4d59;transform:translateY(-1px)}.sapper-playfield__stats{position:absolute;top:156px;width:95px;height:139px;padding:15px;border:2px solid #4f5367;background:#22242aeb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.sapper-playfield__stats--coins{left:0;border-radius:20px 0 0 20px}.sapper-playfield__stats--bombs{right:0;border-radius:0 20px 20px 0}.sapper-playfield__stats svg{width:44px;height:44px}.sapper-playfield__stats span{color:#f5f5fa;font-size:20px;font-weight:700}.sapper-multipliers{display:flex;align-items:center;width:649px;height:45px;margin:0 auto}.sapper-multipliers__arrow{display:inline-flex;align-items:center;justify-content:center;width:30px;height:45px;border:none;background:transparent;color:#a2a6b8}.sapper-multipliers__arrow svg{width:18px;height:18px}.sapper-multipliers__arrow--inactive{color:#a2a6b852;cursor:not-allowed}.sapper-multipliers__track{display:flex;gap:5px;flex:1;overflow:hidden}.sapper-multipliers__pill{flex:0 0 100px;display:inline-flex;align-items:center;justify-content:center;height:45px;padding:5px 10px;border:none;border-radius:10px;background:#5558671a;color:#f5f5fa;font-size:12px;font-weight:700}.sapper-auth{position:relative;width:calc(100% - 716px);min-height:562px;padding:35px 25px 25px;display:flex;flex-direction:column;justify-content:center;outline:none}.sapper-auth__label{width:100%;padding:15px;color:#f5f5fa;text-align:center;font-weight:600}.sapper-results{border-radius:20px;background:#242528;overflow:hidden}.sapper-results__header{display:flex;padding:15px}.sapper-results__head-cell{flex:1;text-align:center}.sapper-results__head-cell span{position:relative;padding-left:25px}.sapper-results__head-cell span:before{content:"";position:absolute;left:0;top:60%;width:8px;height:8px;border-radius:50%;background:#ff4d55;transform:translateY(-50%)}.sapper-results__body{max-height:600px;padding:0;overflow-y:auto;scrollbar-width:none}.sapper-results__body::-webkit-scrollbar{width:0}.sapper-record{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;height:74px;padding:20px 0;border-radius:20px;background:#2a2c2f}.sapper-record:not(:last-child){margin-bottom:5px}.sapper-record>div{flex:1;display:flex;align-items:center;justify-content:center;padding:5px;text-align:center;word-break:break-all}.sapper-record__player--blue{color:#8fb2f7}.sapper-record__player--violet{color:#d176ff}.sapper-record__value{color:#f5f5fa}.sapper-record__value--won{color:#54c790}.sapper-record__value--lost{color:#ff4d55}.sapper-bullcoin{position:relative;top:.125em;display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;margin-left:.2rem;flex:0 0 auto}.sapper-bullcoin svg{width:1em;height:1em}@media(max-width:1280px){.sapper-page__content{padding-top:0}.sapper-shell{width:100%;padding:30px 5px;border-radius:0}}@media(max-width:1100px){.sapper-mainview{flex-direction:column}.sapper-board,.sapper-auth{width:100%;margin-right:0}.sapper-board{margin-bottom:15px}.sapper-auth{min-height:220px}}@media(max-width:800px){.sapper-shell{width:calc(100% - 24px);padding:20px 0}.sapper-titlebar{width:calc(100% - 10px);margin:0 auto 24px;font-size:16px}.sapper-titlebar__rules{gap:12px;font-size:14px}.sapper-mainview{padding:5px}.sapper-board{padding:16px 10px}.sapper-playfield{min-height:auto}.sapper-grid{width:min(100%,360px);height:auto;aspect-ratio:1}.sapper-playfield__stats{top:50%;width:78px;height:112px;transform:translateY(-50%)}.sapper-multipliers{width:100%}.sapper-results__head-cell{font-size:12px}}@media(max-width:640px){.sapper-titlebar{padding:8px 12px 8px 16px}.sapper-titlebar__label{gap:10px}.sapper-titlebar__label span{font-size:14px}.sapper-rules{width:min(320px,calc(100vw - 40px))}.sapper-playfield{padding:0 42px}.sapper-playfield__stats{width:60px;height:96px;padding:10px 8px}.sapper-playfield__stats svg{width:34px;height:34px}.sapper-playfield__stats span{font-size:16px}.sapper-multipliers__pill{flex-basis:86px}.sapper-results__header{padding:12px 10px}.sapper-record{font-size:14px}}@media(max-width:425px){.sapper-shell{width:calc(100% - 16px)}.sapper-titlebar{font-size:14px}.sapper-titlebar__label span{display:none}.sapper-titlebar__rules{font-size:13px}.sapper-rules{right:auto;left:0;width:100%}.sapper-playfield{padding:0 34px}.sapper-playfield__stats{width:52px;height:88px}.sapper-multipliers__pill{flex-basis:78px;font-size:11px}.sapper-record{font-size:13px}}@font-face{font-family:WheelLed;src:url(/fonts/LEDDotMatrixRegular_v4.woff2) format("woff2");font-weight:400;font-style:normal}.wheel-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.035),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.wheel-page__content{width:100%;padding:18px 0 40px}.wheel-container{width:min(1486px,calc(100% - 46px));margin:0 auto}.wheel-layout{display:grid;grid-template-areas:"header header" "sidebar main" "sidebar parts";grid-template-columns:446px minmax(0,1fr);grid-template-rows:auto auto 1fr;gap:16px 24px}.wheel-page__header{grid-area:header;display:flex;align-items:center;justify-content:space-between}.wheel-page__title{display:inline-flex;align-items:center;gap:12px}.wheel-page__title svg{width:32px;height:32px;color:#fff}.wheel-page__title h1{margin:0;color:#fff;font-size:32px;font-weight:500;letter-spacing:-.02em;line-height:1.1}.wheel-page__rules-wrap{position:relative}.wheel-page__rules{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;border:none;border-radius:14px;background:#27282beb;color:#fff;font-size:15px;font-weight:600}.wheel-page__rules svg{width:20px;height:20px;fill:currentColor}.wheel-page__rules--open{background:#2c2e33}.wheel-rules{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:340px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#1f2024f5;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 18px 42px #00000057}.wheel-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.5}.wheel-rules p+p{margin-top:10px}.wheel-sidebar{grid-area:sidebar;display:flex;flex-direction:column;gap:24px}.wheel-bet-card{border-radius:20px;background:#242528;overflow:hidden}.wheel-bet-card__body{display:flex;flex-direction:column;gap:16px;padding:16px}.wheel-bet-card__label{color:#fff;font-size:16px;line-height:1}.wheel-bet-card__field{display:flex;align-items:center;gap:8px;height:54px;padding:0 16px;border:1px solid rgba(245,245,250,.16);border-radius:14px;background:#2a2c31}.wheel-bet-card__field input{width:100%;border:none;background:transparent;color:#fff;font-size:24px;font-weight:600;outline:none}.wheel-bet-card__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wheel-bet-card__quick-button{height:40px;border:1px solid rgba(245,245,250,.14);border-radius:14px;background:#242528;color:#fff;font-size:18px;font-weight:600}.wheel-bet-card__quick-button:hover{border-color:#ffffff40;background:#2b2d32}.wheel-bet-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wheel-bet-button{position:relative;overflow:hidden;width:100%;height:78px;padding:14px;border:none;border-radius:20px;background:url(/games/wheel/bet-btn/bg-default.svg) center / cover no-repeat;color:#fff;text-align:left}.wheel-bet-button:after{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:inherit;transition:border-color .25s ease}.wheel-bet-button__label{position:relative;z-index:2;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1}.wheel-bet-button__image{position:absolute;z-index:1;filter:grayscale(1) saturate(0);transition:filter .25s ease,transform .25s ease;-webkit-user-select:none;user-select:none}.wheel-bet-button__energy-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .25s ease}.wheel-bet-button--blue .wheel-bet-button__image--lg{right:12px;bottom:-2px;width:89px;height:73px}.wheel-bet-button--blue .wheel-bet-button__image--md{top:0;right:78px;width:71px;height:45px}.wheel-bet-button--blue .wheel-bet-button__image--sm{right:112px;bottom:0;width:37px;height:34px}.wheel-bet-button--green .wheel-bet-button__image--lg{right:3px;bottom:-2px;width:104px;height:78px}.wheel-bet-button--green .wheel-bet-button__image--md{top:0;right:87px;width:62px;height:36px}.wheel-bet-button--green .wheel-bet-button__image--sm{right:95px;bottom:0;width:42px;height:36px}.wheel-bet-button--red .wheel-bet-button__image--lg{right:0;bottom:0;width:103px;height:74px}.wheel-bet-button--red .wheel-bet-button__image--md{top:0;right:62px;width:88px;height:53px}.wheel-bet-button--red .wheel-bet-button__image--sm{right:108px;bottom:0;width:54px;height:47px}.wheel-bet-button--lucky .wheel-bet-button__energy-bg{opacity:.18}.wheel-bet-button--lucky .wheel-bet-button__image--lg{right:0;bottom:0;height:100%}.wheel-bet-button--lucky .wheel-bet-button__image--md{top:0;right:63px;width:35px;height:35px}.wheel-bet-button--lucky .wheel-bet-button__image--sm{right:90px;bottom:0;width:54px;height:47px}.wheel-bet-button:hover .wheel-bet-button__image,.wheel-bet-button--active .wheel-bet-button__image{filter:grayscale(0) saturate(1)}.wheel-bet-button:hover .wheel-bet-button__image--lg,.wheel-bet-button--active .wheel-bet-button__image--lg{transform:translateY(-2px)}.wheel-bet-button:hover .wheel-bet-button__image--md,.wheel-bet-button--active .wheel-bet-button__image--md{transform:translate(-1px,-2px)}.wheel-bet-button:hover .wheel-bet-button__image--sm,.wheel-bet-button--active .wheel-bet-button__image--sm{transform:translate(-5px,2px)}.wheel-bet-button--blue:hover,.wheel-bet-button--blue.wheel-bet-button--active{background-image:url(/games/wheel/bet-btn/blue-bg-active.svg)}.wheel-bet-button--green:hover,.wheel-bet-button--green.wheel-bet-button--active{background-image:url(/games/wheel/bet-btn/green-bg-active.svg)}.wheel-bet-button--red:hover,.wheel-bet-button--red.wheel-bet-button--active{background-image:url(/games/wheel/bet-btn/red-bg-active.svg)}.wheel-bet-button--lucky:hover,.wheel-bet-button--lucky.wheel-bet-button--active{background-image:url(/games/wheel/bet-btn/lucky-glow-bg-active.svg)}.wheel-bet-button--blue.wheel-bet-button--active:after{border-color:#668cff}.wheel-bet-button--green.wheel-bet-button--active:after{border-color:#53cd81}.wheel-bet-button--red.wheel-bet-button--active:after{border-color:#eb4953}.wheel-bet-button--lucky.wheel-bet-button--active:after{border-color:#fffcdd8c}.wheel-sidebar__actions{display:flex;gap:6px}.wheel-sidebar__login,.wheel-sidebar__auto{border:none;border-radius:18px;color:#fff;font-size:18px;font-weight:600}.wheel-sidebar__login{flex:1 1 auto;height:60px;background:linear-gradient(180deg,#4a82ff,#3168e6)}.wheel-sidebar__auto{flex:0 0 72px;background:#2a2c31}.wheel-sidebar__login:hover{filter:brightness(1.06)}.wheel-sidebar__auto:hover{background:#33363d}.wheel-main{grid-area:main;min-width:0}.wheel-roulette{position:relative;height:525px;overflow:hidden;border-radius:20px;background:#1c1d21}.wheel-roulette__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wheel-roulette__glow{position:absolute;inset:auto 0 0;height:56%;z-index:1;pointer-events:none}.wheel-roulette__glow--blue{background:radial-gradient(92.99% 100% at 50% 100%,#1f64cb33 0,#133f8000)}.wheel-roulette__glow--green{background:radial-gradient(92.99% 100% at 50% 100%,#43a8663d 0,#09593d00)}.wheel-roulette__glow--red{background:radial-gradient(92.99% 100% at 50% 100%,#e5456247 0,#59090900)}.wheel-roulette__glow--lucky{background:radial-gradient(94.05% 121.6% at 50% 111.06%,#ffd9404d 0,#f261683d 28%,#e539d42e 46%,#4c7bd91f 68%,#47cccc00)}.wheel-roulette__counter{position:absolute;top:-6px;left:50%;z-index:3;width:378px;height:170px;transform:translate(-50%)}.wheel-roulette__counter-image{width:100%;height:100%}.wheel-roulette__counter-text{position:absolute;top:62px;left:50%;z-index:4;color:#fff;font-family:WheelLed,monospace;font-size:48px;font-weight:400;letter-spacing:2px;line-height:38px;text-shadow:0 0 6px rgba(255,255,255,.8),0 0 12px rgba(255,255,255,.4);transform:translate(-50%)}.wheel-roulette__counter-text--timer{font-size:46px}.wheel-roulette__arrow{position:absolute;top:141px;left:50%;z-index:4;width:58px;height:70px;transform:translate(-50%)}.wheel-roulette__wheel-shell{position:absolute;bottom:146px;left:50%;z-index:2;width:952px;height:952px;transition:transform 7s cubic-bezier(.12,.82,.16,1);transform-origin:center center}.wheel-roulette__wheel-image{width:100%;height:100%}.wheel-roulette__cells{position:absolute;inset:0}.wheel-cell{position:absolute;top:50%;left:50%;width:194px;height:195px;transform-origin:center center;pointer-events:none}.wheel-cell:before{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;background:#ffffff1a;filter:blur(10px);transform:translate(calc(-50% - 8.5px),calc(-50% + 8.5px))}.wheel-cell__icon{position:absolute;left:50%;transform:translate(calc(-50% - 8.5px))}.wheel-cell--blue .wheel-cell__icon{top:65px;width:80px;height:80px}.wheel-cell--green .wheel-cell__icon{top:54px;width:94px;height:94px}.wheel-cell--red .wheel-cell__icon{top:65px;width:80px;height:80px}.wheel-cell--lucky .wheel-cell__icon{top:63px;width:90px;height:90px}.wheel-history{position:absolute;right:24px;bottom:76px;left:24px;z-index:5;display:flex;align-items:center;gap:4px;height:56px;padding:16px;overflow:hidden;border:1px solid rgba(245,245,250,.1);border-radius:20px;background:#212124c7;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.wheel-history:after{content:"";position:absolute;top:0;right:0;width:122px;height:100%;background:linear-gradient(90deg,#21212400,#212124 95%)}.wheel-color-box{display:block;flex:0 0 auto;min-width:24px;height:24px;border-radius:8px}.wheel-color-box--blue{background:radial-gradient(92.52% 112.52% at 50% 107.42%,#5c93e5,#103d80)}.wheel-color-box--green{background:radial-gradient(92.52% 112.52% at 50% 107.42%,#5bd184,#00613f)}.wheel-color-box--red{background:radial-gradient(92.52% 112.52% at 50% 107.42%,#eb3b58,#661818)}.wheel-color-box--lucky{background:url(/games/wheel/color-plate-energy.jpg) center / cover no-repeat}.wheel-roulette__details{position:absolute;right:24px;bottom:24px;left:24px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:16px}.wheel-roulette__stats{display:flex;align-items:center;gap:6px}.wheel-detail-card{display:inline-flex;align-items:center;gap:4px;height:40px;padding:0 14px;border-radius:12px;background:#27282bc7;color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.wheel-detail-card svg{width:18px;height:18px;fill:currentColor}.wheel-winner{display:inline-flex;align-items:center;gap:6px;max-width:310px;height:40px;padding:0 12px 0 8px;border-radius:12px;background:#27282bd1;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.wheel-winner__badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:#6c583561;color:#ffd46a}.wheel-winner__badge svg{width:14px;height:14px;fill:currentColor}.wheel-winner__avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#31343a,#15171d);color:#fff;font-size:11px;font-weight:700}.wheel-winner__name{min-width:0;overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.wheel-winner__amount{display:inline-flex;align-items:center;gap:3px;color:#ffd966;white-space:nowrap}.wheel-parts{grid-area:parts;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:8px;min-width:0}.wheel-part{flex:1 1 0;min-width:0;max-width:500px;border-radius:12px;background:#242528;overflow:hidden}.wheel-part__header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid rgba(85,88,92,.35)}.wheel-plate{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px 0 7px;border-radius:40px;color:#fff}.wheel-plate span{font-size:14px;font-weight:600;line-height:1}.wheel-plate--blue{background:radial-gradient(76.26% 109% at 50% 100%,#5282cc,#061a38)}.wheel-plate--green{background:radial-gradient(76.26% 109% at 50% 100%,#52cc7c,#033322)}.wheel-plate--red{background:radial-gradient(76.26% 109% at 50% 100%,#d9415a,#380606)}.wheel-plate--lucky{background:url(/games/wheel/color-plate-energy.jpg) center / cover no-repeat}.wheel-part__total{display:inline-flex;align-items:center;gap:3px;color:#fff;font-size:14px;white-space:nowrap}.wheel-part__body{display:flex;flex-direction:column;gap:4px;padding:8px}.wheel-player{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:0 12px 0 6px;border-radius:12px;background:#2a2c31}.wheel-player__left{display:flex;align-items:center;gap:8px;min-width:0}.wheel-player__avatar{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;color:#fff;font-size:10px;font-weight:700;flex:0 0 auto}.wheel-player__avatar--blue{background:linear-gradient(135deg,#5c93e5,#103d80)}.wheel-player__avatar--green{background:linear-gradient(135deg,#5bd184,#00613f)}.wheel-player__avatar--red{background:linear-gradient(135deg,#eb3b58,#661818)}.wheel-player__avatar--lucky{background:linear-gradient(135deg,#ffec72,#864bff)}.wheel-player__name{min-width:0;overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.wheel-player__amount{display:inline-flex;align-items:center;gap:3px;color:#d5d7df;font-size:12px;white-space:nowrap}.wheel-bullcoin{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:#8f939f;flex:0 0 auto}.wheel-bullcoin svg{width:100%;height:100%}@media(max-width:1360px){.wheel-layout{grid-template-columns:380px minmax(0,1fr)}}@media(max-width:1180px){.wheel-roulette__wheel-shell{bottom:170px;width:820px;height:820px}.wheel-cell{width:172px;height:173px}.wheel-cell{transform-origin:center center}}@media(max-width:1024px){.wheel-page__content{padding-top:0}.wheel-container{width:min(836px,calc(100% - 48px))}.wheel-layout{grid-template-areas:"header" "main" "sidebar" "parts";grid-template-columns:1fr}.wheel-page__header{height:48px;padding:0 8px 0 20px;border-radius:14px;background:#242528}.wheel-page__title{gap:6px}.wheel-page__title svg{width:20px;height:20px}.wheel-page__title h1{font-size:18px;line-height:20px}.wheel-page__rules{height:32px;font-size:13px;padding:0 12px;border-radius:10px}.wheel-main{margin-left:-24px;width:calc(100% + 48px)}.wheel-sidebar{gap:16px}.wheel-bet-buttons{grid-template-columns:repeat(4,minmax(0,1fr))}.wheel-part{flex:0 0 calc(50% - 4px)}}@media(max-width:834px){.wheel-roulette{height:452px;border-radius:14px}.wheel-roulette__counter{top:-14px;width:258px;height:116px;transform:translate(-58%)}.wheel-roulette__counter-text{top:44px;font-size:34px}.wheel-roulette__arrow{top:86px;width:41px;height:49px}.wheel-roulette__wheel-shell{bottom:200px;width:632px;height:632px}.wheel-history{right:12px;bottom:144px;left:12px;height:40px;padding:8px 10px;border-radius:14px}.wheel-color-box{min-width:20px;height:20px}.wheel-roulette__details{right:25px;bottom:20px;left:25px;flex-wrap:wrap;justify-content:center}.wheel-bet-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:660px){.wheel-container{width:calc(100% - 24px)}.wheel-main{margin-left:-12px;width:calc(100% + 24px)}.wheel-rules{right:auto;left:0;width:min(320px,calc(100vw - 40px))}.wheel-bet-buttons{justify-content:center}.wheel-sidebar__login,.wheel-sidebar__auto{font-size:16px}.wheel-part{flex-basis:100%;max-width:100%}}@media(max-width:560px){.wheel-page__title h1{font-size:16px}.wheel-page__rules span{display:none}.wheel-bet-card__field input{font-size:20px}.wheel-bet-card__quick-button{font-size:16px}.wheel-bet-button{min-width:0}.wheel-roulette__wheel-shell{width:560px;height:560px;bottom:224px}.wheel-detail-card,.wheel-winner{min-width:0}}.crash-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.crash-page__content{width:100%;padding:50px 0 0}.crash-shell{width:min(1200px,calc(100% - 48px));min-height:75vh;margin:0 auto;padding:30px;border-radius:20px;background:#1d1e20}.crash-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(600px,100%);height:60px;margin-bottom:30px;padding:5px 14px 5px 20px;border-radius:20px;background:#242528;font-size:18px;letter-spacing:.01em}.crash-titlebar__label{display:inline-flex;align-items:center;gap:16px;min-width:0}.crash-titlebar__label svg{width:24px;height:24px;fill:#ff5a65;flex:0 0 auto}.crash-titlebar__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crash-titlebar__rules-wrap{position:relative;height:100%}.crash-titlebar__rules{display:inline-flex;align-items:center;gap:16px;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500}.crash-titlebar__rules svg{width:20px;height:20px;fill:currentColor}.crash-titlebar__rules:after{content:"";width:10px;height:10px;display:block;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .25s ease}.crash-titlebar__rules--open:after{transform:rotate(135deg)}.crash-rules{position:absolute;top:calc(100% + 10px);right:0;width:350px;padding:20px 22px;border-radius:20px;background:#242528f0;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 14px 32px #0000003d}.crash-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.45}.crash-rules p+p{margin-top:10px}.crash-mainview{display:flex;width:100%;height:544px;margin-bottom:15px;padding:15px;border-radius:20px;background:#242528}.crash-chart-card{width:701px;height:514px;margin-right:15px;padding:26px;border:1px solid #3e404a;border-radius:20px;background:linear-gradient(90deg,#1b1c1df2,#1f2024eb)}.crash-chart-card__inner{width:min(649px,100%);margin:0 auto}.crash-game-number{display:flex;align-items:center;margin-bottom:25px;color:#fff;font-size:18px;line-height:.95}.crash-game-number__icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;border-radius:10px;background:#0a0b0eeb}.crash-game-number__icon svg{width:10px;height:10px;fill:#ff5a65}.crash-game-number strong{margin-left:5px;color:#ff5a65;font-weight:600}.crash-chart{position:relative;height:350px;margin-bottom:15px}.crash-chart:before{content:"";position:absolute;inset:0;border:1px solid rgba(77,79,90,.28);border-radius:2px;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.03) 1px,transparent 1px);background-position:32px 0,32px 0;background-size:61.7px 100%,100% 58px}.crash-chart__grid{position:absolute;inset:0;width:100%;height:100%}.crash-chart__line{stroke:#ffffff0a;stroke-width:1}.crash-chart__overlay{position:absolute;top:50%;left:50%;z-index:2;width:100%;padding:15px;text-align:center;transform:translate(-50%,-60%);pointer-events:none}.crash-chart__message{color:#fff;font-size:18px}.crash-chart__overlay--running,.crash-chart__overlay--crashed{transform:translate(-50%,-52%)}.crash-chart__time{color:#fff;font-size:48px;font-weight:500;letter-spacing:.01em}.crash-chart__time span{display:inline-block;min-width:100px;text-align:left}.crash-chart__coefficient{display:inline-flex;align-items:flex-start;justify-content:center;gap:8px;min-width:180px}.crash-chart__coefficient-label{margin-top:12px;color:#5cdb90;font-size:30px;font-weight:700;line-height:1;text-transform:lowercase}.crash-chart__coefficient-value{color:#5cdb90;font-size:76px;font-weight:700;line-height:.9;letter-spacing:-.03em;text-shadow:0 0 26px rgba(92,219,144,.24)}.crash-chart__overlay--crashed .crash-chart__coefficient-label,.crash-chart__overlay--crashed .crash-chart__coefficient-value{color:#ff5a65;text-shadow:0 0 26px rgba(255,90,101,.2)}.crash-chart__fill-path{opacity:.95}.crash-chart__line-path{fill:none;stroke:#5cdb90;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 14px rgba(92,219,144,.4))}.crash-chart__point{fill:#5cdb90;stroke:#fffc;stroke-width:2;filter:drop-shadow(0 0 12px rgba(92,219,144,.55))}.crash-chart__y-axis{position:absolute;top:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:space-between;width:32px;height:290px;color:#f5f5fa;font-size:12px}.crash-chart__x-axis{position:absolute;right:0;bottom:0;left:32px;z-index:1;display:flex;align-items:center;justify-content:space-between;height:30px;color:#f5f5fa;font-size:12px}.crash-history{display:flex;gap:3px;overflow-x:auto;scrollbar-width:none}.crash-history::-webkit-scrollbar{display:none}.crash-history__pill{display:inline-flex;align-items:center;justify-content:center;width:62px;height:40px;flex:0 0 auto;border-radius:10px;font-size:14px;line-height:.95;text-transform:uppercase}.crash-history__pill--red{background:#ff4d5521;color:#ff4d55}.crash-history__pill--yellow{background:#ffc43d1f;color:#ffc43d}.crash-history__pill--green{background:#54c7901f;color:#54c790}.crash-history__pill--gradient{background:#b070ff1f;color:#ce9cff}.crash-auth{width:calc(100% - 716px);height:514px;display:flex;align-items:center;justify-content:center;outline:none}.crash-auth__label{width:100%;padding:15px;color:#f5f5fa;text-align:center;font-weight:600}.crash-list{width:100%;min-height:660px;border-radius:20px;background:#242528;overflow:hidden}.crash-list__header{display:flex;align-items:center;height:60px;padding:15px}.crash-total-block{display:flex;align-items:center;margin-right:25px;font-size:18px;letter-spacing:1px}.crash-total-block__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;border-radius:10px;background:#2a2c31}.crash-total-block__icon svg{width:10px;height:10px;fill:#ff5a65}.crash-total-block .crash-bullcoin{margin-left:5px}.crash-list__body{max-height:600px;padding:0;overflow-y:auto;scrollbar-width:none}.crash-list__body::-webkit-scrollbar{width:0}.crash-record{display:flex;align-items:center;justify-content:space-between;height:74px;padding:20px 0;border-radius:20px;background:#2a2c2f}.crash-record:not(:last-child){margin-bottom:15px}.crash-record>div{width:33.333%;text-align:center}.crash-record__player{color:#fff}.crash-record__player--blue{color:#8fb2f7}.crash-record__player--violet{color:#d176ff}.crash-record__stake,.crash-record__result{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#f5f5fa}.crash-record--won .crash-record__result{color:#54c790}.crash-record--lost .crash-record__result{color:#ff4d55}.crash-record--waiting .crash-record__result{color:#f5f5fa}.crash-bullcoin{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;color:currentColor;flex:0 0 auto}.crash-bullcoin svg{width:1em;height:1em}@media(max-width:1280px){.crash-page__content{padding-top:0}.crash-shell{width:100%;padding:30px 5px;border-radius:0}}@media(max-width:1024px){.crash-mainview{flex-direction:column;height:auto}.crash-chart-card,.crash-auth{width:100%;margin-right:0}.crash-chart-card{margin-bottom:15px}.crash-auth{height:220px}}@media(max-width:800px){.crash-shell{width:calc(100% - 24px);padding:20px 0 30px}.crash-titlebar{width:calc(100% - 10px);margin:0 auto 24px;font-size:16px}.crash-titlebar__rules{gap:12px;font-size:14px}.crash-mainview{padding:5px}.crash-chart-card{padding:16px 10px}.crash-game-number,.crash-total-block{font-size:16px}.crash-record{font-size:14px}}@media(max-width:640px){.crash-titlebar{padding:8px 12px 8px 16px}.crash-titlebar__label{gap:10px}.crash-titlebar__label span{font-size:14px}.crash-rules{width:min(320px,calc(100vw - 40px))}.crash-chart{height:280px}.crash-chart:before{background-size:50px 100%,100% 46px}.crash-chart__grid line:nth-child(n){vector-effect:non-scaling-stroke}.crash-chart__time{font-size:32px}.crash-chart__time span{min-width:70px}.crash-total-block{margin-right:15px;font-size:16px}}@media(max-width:425px){.crash-shell{width:calc(100% - 16px)}.crash-titlebar{font-size:14px}.crash-titlebar__label span{display:none}.crash-titlebar__rules{font-size:13px}.crash-rules{right:auto;left:0;width:100%}.crash-chart__message{font-size:14px}.crash-chart__time{font-size:28px}.crash-list__header{flex-direction:column;align-items:flex-start;gap:10px;height:auto}.crash-record{font-size:13px}}.roulette-page{min-height:100vh;color:#f5f5fa;background:linear-gradient(90deg,rgba(255,255,255,.012) 0,rgba(255,255,255,.012) 1px,transparent 1px,transparent 100%),radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 42%),linear-gradient(180deg,#17191d,#121418);background-size:20px 20px,auto,auto}.roulette-page__content{width:100%;padding:50px 0 0}.roulette-shell{width:min(1200px,calc(100% - 48px));min-height:75vh;margin:0 auto;padding:30px;border-radius:20px;background:#1d1e20}.roulette-titlebar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;width:min(600px,100%);height:60px;margin-bottom:30px;padding:5px 14px 5px 20px;border-radius:20px;background:#242528;font-size:18px;letter-spacing:.01em}.roulette-titlebar__label{display:inline-flex;align-items:center;gap:16px;min-width:0}.roulette-titlebar__icon{display:inline-flex;gap:3px;flex:0 0 auto}.roulette-titlebar__icon span{width:4px;border-radius:999px;background:#ff5a65}.roulette-titlebar__icon span:nth-child(1){height:12px}.roulette-titlebar__icon span:nth-child(2){height:16px}.roulette-titlebar__icon span:nth-child(3){height:9px}.roulette-titlebar__rules-wrap{position:relative;height:100%}.roulette-titlebar__rules{display:inline-flex;align-items:center;gap:12px;height:100%;border:none;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500}.roulette-titlebar__rules:after{content:"";width:10px;height:10px;display:block;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);transition:transform .25s ease}.roulette-titlebar__rules--open:after{transform:rotate(135deg)}.roulette-rules{position:absolute;top:calc(100% + 10px);right:0;width:350px;padding:20px 22px;border-radius:20px;background:#242528f0;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);box-shadow:0 14px 32px #0000003d}.roulette-rules p{margin:0;color:#f5f5fad1;font-size:14px;line-height:1.45}.roulette-rules p+p{margin-top:10px}.roulette-mainview{overflow:hidden;margin-bottom:15px;border-radius:20px;background:#242528}.roulette-mainview__top{position:relative;height:270px;padding:100px 60px 60px;background:#161718}.roulette-game-id{position:absolute;top:40px;left:60px;display:flex;align-items:center;color:#fff;font-size:20px;line-height:.95}.roulette-game-id__badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;border-radius:10px;background:#0a0b0eeb;color:#ff5a65;font-size:12px;font-weight:700}.roulette-game-id strong{margin-left:5px;color:#ff5a65;font-weight:600}.roulette-timer{display:flex;align-items:center;justify-content:space-between}.roulette-scale{position:relative;display:flex;align-items:center;justify-content:center;width:700px;height:80px;overflow:hidden;border-radius:20px;background:#2a2c2f;font-size:24px;font-weight:600}.roulette-scale__gradient{position:absolute;inset:0 auto 0 0;border-radius:20px;background-image:linear-gradient(90.64deg,#8a5ce5 2.36%,#e645e6 45.52%,#ff4c55 97.6%);opacity:.95}.roulette-scale__amount{position:relative;z-index:1}.roulette-timer__or{padding:15px;font-size:18px;text-align:center}.roulette-timer__clock{display:flex;align-items:center;justify-content:center}.roulette-timer__unit{min-width:90px;padding:15px 25px;border-radius:20px;background:#2a2c2f;font-size:24px;font-weight:600;text-align:center}.roulette-timer__divider{padding:10px;font-size:24px;font-weight:600}.roulette-mainview__bottom{position:relative;display:flex;justify-content:space-between;gap:30px;padding:60px;border-top:2px solid rgba(175,171,197,.45)}.roulette-mainview__bottom:after{content:"";position:absolute;top:-10px;left:50%;width:15px;height:15px;background:#141618fa;border-top:2px solid rgba(175,171,197,.45);border-left:2px solid rgba(175,171,197,.45);transform:translate(-50%) rotate(45deg)}.roulette-info{font-size:16px}.roulette-info--primary{max-width:420px}.roulette-info--secondary{min-width:190px}.roulette-info p{color:#fff}.roulette-info p+p{margin-top:6px}.roulette-info span{margin-left:5px;color:#efc75e}.roulette-list{border-radius:20px;background:#242528;overflow:hidden}.roulette-empty{display:flex;align-items:center;justify-content:center;min-height:150px;padding:24px;color:#fff;font-size:18px;text-align:center}.roulette-edging{display:flex;height:3px}.roulette-edging__block{flex:0 0 auto;transition:width .35s ease}.roulette-edging__block--red{background:#ff4d55}.roulette-edging__block--blue{background:#667fff}.roulette-edging__block--purple{background:#7488eb}.roulette-edging__block--violet{background:#d776ed}.roulette-edging__block--green{background:#54c790}.roulette-list__header{padding:25px 15px 15px}.roulette-chances{display:flex;gap:3px;margin-bottom:15px;overflow-x:auto}.roulette-chances::-webkit-scrollbar{height:0}.roulette-chance-card{position:relative;flex:0 0 150px;overflow:hidden;padding:15px;border-radius:20px;background:#2a2c2f}.roulette-chance-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px}.roulette-chance-card__avatar-container,.roulette-chance-card__avatar{border-radius:20px}.roulette-chance-card__avatar-container{width:100px;height:100px;margin:0 auto 15px;background:#1b1c1df2}.roulette-chance-card__avatar{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.roulette-chance-card__chance,.roulette-chance-card__stake{font-size:16px;text-align:center}.roulette-chance-card__stake{color:#efc75e}.roulette-chance-card--red:after,.roulette-player-row__avatar-container--red .roulette-player-row__avatar{background-color:#ff4d55;border-color:#ff4d55}.roulette-chance-card--blue:after,.roulette-player-row__avatar-container--blue .roulette-player-row__avatar{background-color:#667fff;border-color:#667fff}.roulette-chance-card--purple:after,.roulette-player-row__avatar-container--purple .roulette-player-row__avatar{background-color:#7488eb;border-color:#7488eb}.roulette-chance-card--violet:after,.roulette-player-row__avatar-container--violet .roulette-player-row__avatar{background-color:#d776ed;border-color:#d776ed}.roulette-chance-card--green:after,.roulette-player-row__avatar-container--green .roulette-player-row__avatar{background-color:#54c790;border-color:#54c790}.roulette-chance-card--red .roulette-chance-card__chance{color:#ff4d55}.roulette-chance-card--blue .roulette-chance-card__chance{color:#667fff}.roulette-chance-card--purple .roulette-chance-card__chance{color:#7488eb}.roulette-chance-card--violet .roulette-chance-card__chance{color:#d776ed}.roulette-chance-card--green .roulette-chance-card__chance{color:#54c790}.roulette-chance-card--red .roulette-chance-card__avatar,.roulette-chance-card--blue .roulette-chance-card__avatar,.roulette-chance-card--purple .roulette-chance-card__avatar,.roulette-chance-card--violet .roulette-chance-card__avatar,.roulette-chance-card--green .roulette-chance-card__avatar{border:2px solid currentColor}.roulette-chance-card--red{color:#ff4d55}.roulette-chance-card--blue{color:#667fff}.roulette-chance-card--purple{color:#7488eb}.roulette-chance-card--violet{color:#d776ed}.roulette-chance-card--green{color:#54c790}.roulette-totals{display:flex;align-items:center}.roulette-total-block{display:flex;align-items:center;font-size:18px;letter-spacing:.06em}.roulette-total-block:not(:last-child){margin-right:25px}.roulette-total-block__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;border-radius:10px;background:#2a2c31;color:#ff5a65;font-size:12px;font-weight:700}.roulette-list__body{padding:15px}.roulette-player-row{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:90px;padding:5px 45px 5px 160px;border-radius:20px;background:#2a2c2f}.roulette-player-row:not(:last-child){margin-bottom:15px}.roulette-player-row__avatar-container,.roulette-player-row__avatar{border-radius:20px}.roulette-player-row__avatar-container{position:absolute;top:50%;left:30px;width:75px;height:75px;background:#1b1c1df2;transform:translateY(-50%)}.roulette-player-row__avatar{width:100%;height:100%;border:2px solid transparent;background-position:50%;background-repeat:no-repeat;background-size:cover}.roulette-player-row__info{flex:1;max-width:300px;padding-right:12px}.roulette-player-row__name,.roulette-player-row__meta,.roulette-player-row__sum{font-size:16px;word-break:break-word}.roulette-player-row__meta{margin-top:4px}.roulette-player-row__meta span{margin-left:6px;color:#efc75e}.roulette-player-row__sum{color:#efc75e;text-align:center}.roulette-bullcoin{display:inline-flex;width:1em;height:1em;align-items:center;justify-content:center;color:currentColor;vertical-align:-.08em}.roulette-bullcoin svg{width:1em;height:1em}@media(max-width:1280px){.roulette-page__content{padding-top:0}.roulette-shell{width:100%;padding:30px 5px;border-radius:0}}@media(max-width:1000px){.roulette-mainview__top{padding:100px 10px 30px}.roulette-game-id{left:10px}.roulette-timer{display:block}.roulette-scale{width:100%}.roulette-timer__or{padding:15px 0}.roulette-mainview__bottom{display:block;padding:30px 15px}.roulette-info--primary{max-width:none;margin-bottom:18px}.roulette-player-row{padding:10px;justify-content:flex-start;gap:15px}.roulette-player-row__avatar-container{position:static;transform:none}.roulette-player-row__sum{margin-left:auto}}@media(max-width:800px){.roulette-shell{width:calc(100% - 24px);padding:20px 0 30px}.roulette-titlebar{width:calc(100% - 10px);margin:0 auto 24px;font-size:16px}.roulette-list__header,.roulette-list__body{padding-left:5px;padding-right:5px}.roulette-totals{flex-wrap:wrap;gap:12px}.roulette-total-block:not(:last-child){margin-right:0}}@media(max-width:425px){.roulette-shell{width:calc(100% - 16px)}.roulette-titlebar{padding:8px 12px 8px 16px;font-size:14px}.roulette-titlebar__label span:last-child{font-size:14px}.roulette-rules{right:auto;left:0;width:min(320px,calc(100vw - 30px))}.roulette-game-id{font-size:16px}.roulette-scale,.roulette-timer__unit{height:60px;border-radius:15px;font-size:20px}.roulette-timer__unit{min-width:70px;padding:15px 18px}.roulette-chance-card{flex-basis:134px}.roulette-total-block{font-size:16px}.roulette-player-row{flex-wrap:wrap}.roulette-player-row__info,.roulette-player-row__sum{max-width:none;width:100%}.roulette-player-row__sum{text-align:left}}.game-detail-page{min-height:100vh;display:flex;flex-direction:column}.game-detail-content{flex:1;width:100%}.game-detail-back{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--text-secondary);font-size:16px;cursor:pointer;padding:8px 0;margin-top:24px;margin-bottom:16px;text-decoration:none;transition:color .2s ease}.game-detail-back:hover{color:var(--text-primary)}.game-detail-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px 80px;position:relative;min-height:500px}.game-detail-glow{position:absolute;width:400px;height:400px;top:50%;left:50%;transform:translate(-50%,-55%);filter:blur(60px);pointer-events:none}.game-detail-image{width:240px;height:240px;object-fit:contain;position:relative;z-index:2}.game-detail-name{font-size:40px;font-weight:700;color:#fff;margin-top:24px;position:relative;z-index:2}.game-detail-badge{display:inline-block;background:var(--gradient-gold);color:#000;font-size:14px;font-weight:700;padding:6px 20px;border-radius:20px;margin-top:16px;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:2}.game-detail-desc{color:var(--text-secondary);font-size:16px;margin-top:16px;text-align:center;max-width:400px;position:relative;z-index:2}.game-detail-notify{margin-top:24px;padding:14px 32px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;z-index:2}.game-detail-notify:hover{background:var(--bg-tertiary);transform:translateY(-2px)}@media(max-width:1600px){.game-detail-content{padding:0 150px}}@media(max-width:1200px){.game-detail-content{padding:0 80px}}@media(max-width:768px){.game-detail-content{padding:0 24px}.game-detail-hero{padding:40px 16px 60px;min-height:400px}.game-detail-image{width:180px;height:180px}.game-detail-name{font-size:30px}.game-detail-glow{width:280px;height:280px}}@media(max-width:480px){.game-detail-content{padding:0 16px}.game-detail-image{width:150px;height:150px}.game-detail-name{font-size:24px}.game-detail-desc{font-size:14px}}.cases-section{margin-top:32px;padding-bottom:48px}.cases-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.cases-title{display:flex;align-items:center;gap:14px}.cases-icon{width:28px;height:28px}.cases-title h2{font-size:32px;font-weight:700}.game-filters{display:flex;gap:8px}.game-filter{width:48px;height:48px;background:var(--bg-card);border-radius:8px;color:var(--text-secondary);font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease}.game-filter:hover{background:var(--bg-tertiary);color:var(--text-primary)}.game-filter.active{background:var(--accent-gold);color:#000}.category-filters{display:flex;gap:8px;margin-bottom:32px;overflow-x:auto;padding-bottom:8px}.category-filters::-webkit-scrollbar{display:none}.sort-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--bg-card);border-radius:8px;color:var(--text-secondary);font-size:14px;white-space:nowrap;transition:all .2s ease}.sort-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.category-filter{display:flex;align-items:center;gap:10px;padding:12px 20px;background:var(--bg-card);border-radius:24px;color:var(--text-secondary);font-size:15px;white-space:nowrap;transition:all .2s ease}.category-filter:hover{background:var(--bg-tertiary);color:var(--text-primary)}.category-filter.active{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}.scroll-btn{width:40px;height:40px;background:var(--bg-card);border-radius:50%;color:var(--text-secondary);font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.scroll-btn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.category-section{margin-bottom:48px}.category-section:last-child{margin-bottom:0}.category-title{display:flex;align-items:center;gap:14px;margin-bottom:32px}.category-icon{width:40px;height:40px;object-fit:contain}.category-title h3{font-size:28px;font-weight:700}.cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1400px){.cases-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.cases-section{margin-top:24px}.cases-title h2{font-size:26px}.category-title h3{font-size:24px}.category-icon{width:32px;height:32px}.game-filter{width:42px;height:42px;font-size:11px}}@media(max-width:1000px){.cases-grid{grid-template-columns:repeat(2,1fr);gap:16px}.case-image{height:220px}.case-img{max-height:200px}}@media(max-width:768px){.cases-section{margin-top:20px;padding-bottom:32px}.cases-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:20px}.cases-title h2{font-size:22px}.cases-icon{width:22px;height:22px}.game-filters{width:100%;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.game-filters::-webkit-scrollbar{display:none}.game-filter{width:40px;height:40px;flex-shrink:0}.category-section{margin-bottom:32px}.category-title{gap:10px;margin-bottom:20px}.category-title h3{font-size:20px}.category-icon{width:28px;height:28px}.cases-grid{grid-template-columns:repeat(2,1fr);gap:12px}.case-card{border-radius:12px}.case-card:hover{transform:translateY(-4px)}.case-image{height:160px;padding:12px}.case-img{max-height:140px}.case-placeholder{width:100px;height:100px;border-radius:10px}.case-info{padding:12px 8px;gap:8px}.case-name{font-size:13px}.case-price{padding:6px 12px;font-size:12px;border-radius:16px}}@media(max-width:480px){.cases-section{margin-top:16px}.cases-header{margin-bottom:16px}.cases-title{gap:10px}.cases-title h2{font-size:20px}.cases-icon{width:20px;height:20px}.category-title h3{font-size:18px}.category-icon{width:24px;height:24px}.case-image{height:140px;padding:10px}.case-img{max-height:120px}.case-info{padding:10px 6px;gap:6px}.case-name{font-size:12px}.case-price{padding:5px 10px;font-size:11px}}.case-card{background:#1e1e2399;border-radius:16px;overflow:hidden;cursor:pointer;color:inherit;text-decoration:none;transition:all .3s ease;text-align:center}.case-card:hover{transform:translateY(-8px)}.case-card:hover .case-img{transform:scale(1.08)}.case-image{height:280px;display:flex;align-items:center;justify-content:center;position:relative;padding:20px}.case-img{max-width:100%;max-height:260px;object-fit:contain;position:relative;z-index:2;transition:transform .3s ease}.case-placeholder{position:absolute;width:160px;height:160px;border-radius:16px;opacity:0;transition:transform .3s ease,opacity .2s ease}.case-placeholder.visible{opacity:.8}.case-card:hover .case-placeholder{transform:scale(1.08)}.case-info{padding:16px 8px;display:flex;flex-direction:column;align-items:center;gap:12px}.case-name{font-size:16px;font-weight:600;color:var(--text-primary)}.case-price{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:#2d2d32f2;border-radius:20px;font-size:14px;color:var(--text-primary);font-weight:500}.case-original-price{color:var(--text-secondary);text-decoration:line-through;font-size:12px;margin-left:4px;opacity:.7}.case-discount-badge{position:absolute;top:12px;left:12px;background:#ef4444;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:8px;z-index:10}.case-card{position:relative}.category-emoji{font-size:32px;line-height:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.currency-icon{color:var(--accent-gold)}@media(max-width:768px){.case-discount-badge{top:8px;left:8px;font-size:10px;padding:3px 8px}.category-emoji{font-size:28px;width:28px;height:28px}.case-original-price{font-size:10px}}@media(max-width:480px){.case-discount-badge{top:6px;left:6px;font-size:9px;padding:2px 6px;border-radius:6px}.category-emoji{font-size:24px;width:24px;height:24px}}.minigames-section{margin-top:48px;padding-bottom:48px;width:100%}.minigames-header{display:flex;align-items:center;gap:14px;margin-bottom:28px}.minigames-icon{width:40px;height:40px;color:#fff}.minigames-header h2{font-size:45px;font-weight:700}.minigames-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px}.minigame-card{background:var(--bg-card);border-radius:16px;overflow:hidden;cursor:pointer;color:inherit;text-decoration:none;transition:all .3s ease;position:relative;min-height:300px}.minigame-card:hover{transform:translateY(-4px)}.minigame-card:hover .minigame-image{transform:scale(1.05)}.minigame-label{position:absolute;top:16px;left:16px;display:flex;align-items:center;gap:8px;z-index:2}.minigame-label-icon{width:28px;height:28px;color:#fff}.minigame-label span{font-size:25px;font-weight:600;color:#fff}.minigame-image{position:absolute;transition:transform .3s ease}.minigame-contracts{grid-row:1 / 3;background:#18181c}.minigame-contracts:before{content:"";position:absolute;right:0;bottom:0;width:70%;height:70%;background:radial-gradient(ellipse at center,rgba(233,30,99,.4) 0%,rgba(233,30,99,.2) 30%,transparent 70%);filter:blur(40px);z-index:1;pointer-events:none}.contracts-image{right:-5%;bottom:-5%;width:85%;height:100%;object-fit:contain;object-position:right bottom}.minigame-upgrade{background:linear-gradient(135deg,#141a16,#1a2420)}.minigame-upgrade:before{content:"";position:absolute;right:0;bottom:0;width:80%;height:80%;background:radial-gradient(ellipse at center,rgba(76,175,80,.35) 0%,rgba(76,175,80,.15) 30%,transparent 70%);filter:blur(30px);z-index:1;pointer-events:none}.upgrade-image{right:-5%;bottom:-10%;width:65%;height:100%;object-fit:contain;object-position:right bottom}.minigame-saper{background:linear-gradient(135deg,#1c1416,#241a1c)}.minigame-saper:before{content:"";position:absolute;right:0;bottom:0;width:80%;height:80%;background:radial-gradient(ellipse at center,rgba(244,67,54,.35) 0%,rgba(255,152,0,.15) 30%,transparent 70%);filter:blur(30px);z-index:1;pointer-events:none}.saper-image{right:0;bottom:-10%;width:60%;height:110%;object-fit:contain;object-position:right bottom}.minigames-slider-section{display:flex;align-items:center;gap:16px;margin-top:24px}.slider-arrow{width:48px;height:48px;background:var(--bg-card);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;flex-shrink:0;border:none}.slider-arrow:hover{background:var(--bg-tertiary);color:var(--text-primary)}.slider-arrow svg{width:24px;height:24px}.minigames-slider{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;flex:1}.minigames-slider::-webkit-scrollbar{display:none}.mini-card{min-width:360px;height:300px;background:var(--bg-card);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:inherit;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.mini-card:hover{transform:translateY(-4px)}.mini-card:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:60%;filter:blur(30px);z-index:1;pointer-events:none}.mini-card-roulette:before{background:radial-gradient(ellipse at center,rgba(156,39,176,.5) 0%,rgba(103,58,183,.3) 40%,transparent 70%)}.mini-card-crash:before{background:radial-gradient(ellipse at center,rgba(0,188,212,.5) 0%,rgba(0,150,136,.3) 40%,transparent 70%)}.mini-card-ladder:before{background:radial-gradient(ellipse at center,rgba(63,81,181,.5) 0%,rgba(103,58,183,.3) 40%,transparent 70%)}.mini-card-tower:before{background:radial-gradient(ellipse at center,rgba(255,193,7,.5) 0%,rgba(255,152,0,.3) 40%,transparent 70%)}.mini-card-wheel:before{background:radial-gradient(ellipse at center,rgba(76,175,80,.5) 0%,rgba(139,195,74,.3) 40%,transparent 70%)}.mini-card-image{width:200px;height:200px;object-fit:contain;position:relative;z-index:2;transition:transform .3s ease}.mini-card:hover .mini-card-image{transform:scale(1.1)}.mini-card-name{font-size:22px;font-weight:600;color:#fff;margin-top:16px;position:relative;z-index:2}@media(max-width:1024px){.minigames-section{margin-top:40px}.minigames-header h2{font-size:26px}.minigames-icon{width:24px;height:24px}.minigame-card{min-height:200px}.minigame-label span{font-size:16px}.mini-card{min-width:280px;height:240px}.mini-card-image{width:160px;height:160px}.mini-card-name{font-size:18px}.slider-arrow{width:40px;height:40px}.slider-arrow svg{width:20px;height:20px}}@media(max-width:768px){.minigames-section{margin-top:32px;padding-bottom:32px}.minigames-header{gap:10px;margin-bottom:20px}.minigames-header h2{font-size:22px}.minigames-icon{width:22px;height:22px}.minigames-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}.minigame-contracts{grid-row:auto;min-height:260px}.minigame-card{min-height:180px}.minigame-label{top:12px;left:12px;gap:6px}.minigame-label-icon{width:18px;height:18px}.minigame-label span{font-size:16px}.minigames-slider-section{gap:12px;margin-top:20px}.slider-arrow{width:36px;height:36px}.slider-arrow svg{width:18px;height:18px}.minigames-slider{gap:12px}.mini-card{min-width:200px;height:180px}.mini-card-image{width:110px;height:110px}.mini-card-name{font-size:16px;margin-top:10px}.contracts-image{width:70%;right:0}.upgrade-image{width:50%}.saper-image{width:45%}}@media(max-width:480px){.minigames-section{margin-top:24px}.minigames-header h2{font-size:20px}.minigames-icon{width:20px;height:20px}.minigame-contracts{min-height:220px}.minigame-card{min-height:160px}.minigame-label span{font-size:14px}.mini-card{min-width:160px;height:150px}.mini-card-image{width:85px;height:85px}.mini-card-name{font-size:14px;margin-top:8px}.minigames-slider-section{gap:8px}.slider-arrow{width:32px;height:32px}.slider-arrow svg{width:16px;height:16px}}.game-page{min-height:100vh;background:var(--bg-primary)}.game-hero{background:linear-gradient(135deg,#dc2626,#991b1b,#7f1d1d);border-radius:16px;padding:48px 32px;text-align:center;margin-top:24px}.game-hero-title{font-size:42px;font-weight:700;margin-bottom:12px;line-height:1.2}.game-hero-subtitle{font-size:18px;color:#ffffffd9;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.game-hero-btn{background:var(--text-primary);color:var(--bg-primary);padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;transition:all .2s ease}.game-hero-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media(max-width:1024px){.game-hero{padding:40px 24px}.game-hero-title{font-size:34px}.game-hero-subtitle{font-size:16px}}@media(max-width:768px){.game-hero{padding:32px 20px;margin-top:16px}.game-hero-title{font-size:28px}.game-hero-subtitle{font-size:15px}.game-hero-btn{width:100%;padding:14px 24px}}@media(max-width:480px){.game-hero{padding:24px 16px}.game-hero-title{font-size:24px}.game-hero-subtitle{font-size:14px}}.games-page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top center,rgba(255,255,255,.04),transparent 30%),linear-gradient(180deg,#11161c,#0f1419)}.games-main-content{flex:1;width:min(1176px,100%);margin:0 auto;padding:38px 24px 88px}.games-title{margin:0 0 18px;font-size:32px;font-weight:700;line-height:1.08;color:#fff}.games-row-top,.games-row-bottom{display:grid;gap:16px}.games-row-top{grid-template-columns:repeat(5,minmax(0,1fr))}.games-row-bottom{grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr);margin-top:16px}.game-card{display:block;position:relative;overflow:hidden;height:278px;border:1px solid rgba(255,255,255,.05);border-radius:24px;background:linear-gradient(180deg,#252831,#21242b);box-shadow:inset 0 1px #ffffff0a,0 20px 40px #00000038;cursor:pointer;color:inherit;text-decoration:none;isolation:isolate;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.game-card:before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.05),transparent 30%),radial-gradient(circle at 80% 82%,var(--game-glow, rgba(120, 120, 120, .18)),transparent 32%);opacity:.95}.game-card:after{content:"";position:absolute;inset:auto 0 0;height:108px;z-index:2;background:linear-gradient(180deg,#21242b00,#21242bf5)}.game-card:hover{transform:translateY(-6px);border-color:#ffffff14;box-shadow:inset 0 1px #ffffff0d,0 26px 48px #00000042}.game-card-scene{position:absolute;inset:0;z-index:1;pointer-events:none}.game-card-name{position:absolute;left:24px;bottom:24px;z-index:3;color:#fff;font-size:24px;font-weight:700;line-height:1}.game-card-image{position:absolute;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(0,0,0,.28))}.game-card-chip{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:12px;font-size:14px;font-weight:800;letter-spacing:.01em;white-space:nowrap}.game-card-chip--green{color:#052817;background:linear-gradient(180deg,#56f3ab,#20dd85);box-shadow:0 0 18px #56f3ab57}.game-card-chip--gold{color:#4d3412;background:linear-gradient(180deg,#ffd664,#ffb132);box-shadow:0 0 18px #ffbc3f4d}.game-card--upgrade{--game-glow: rgba(102, 136, 255, .14)}.game-card--contracts{--game-glow: rgba(255, 63, 84, .18)}.game-card--ladder{--game-glow: rgba(79, 233, 165, .14)}.game-card--tower{--game-glow: rgba(255, 184, 66, .16)}.game-card--saper{--game-glow: rgba(93, 116, 255, .14)}.game-card--wheel{--game-glow: rgba(77, 240, 165, .2)}.game-card--crash{--game-glow: rgba(151, 118, 255, .24)}.game-card--roulette{--game-glow: rgba(255, 196, 51, .18)}.game-card-panel,.contracts-stack,.contracts-focus-card,.roulette-reel,.saper-tile,.tower-cell{box-shadow:inset 0 1px #ffffff0a,0 12px 24px #00000038}.game-card-panel{position:absolute;border-radius:20px;background:linear-gradient(180deg,#32353ff5,#22242cf5)}.game-card-panel--upgrade-backdrop{top:28px;left:22px;right:32px;height:124px}.game-card-panel--upgrade-focus{top:86px;left:82px;width:108px;height:118px;background:linear-gradient(180deg,#393d4afa,#262931fa)}.game-scene-weapon{position:absolute;object-fit:contain}.game-scene-weapon--shadow{top:20px;left:28px;width:150px;opacity:.12;transform:rotate(8deg);filter:grayscale(1) brightness(.42) blur(1px)}.game-scene-weapon--upgrade{top:100px;left:76px;width:122px;transform:rotate(24deg);filter:drop-shadow(0 12px 18px rgba(255,81,110,.22))}.game-card-arrow{position:absolute;top:138px;left:78px;width:46px;height:4px;border-radius:999px;background:#6c85ff;transform:rotate(28deg);box-shadow:0 0 14px #6c85ff80}.game-card-arrow:after{content:"";position:absolute;top:-5px;right:-2px;width:14px;height:14px;border-top:4px solid #6c85ff;border-right:4px solid #6c85ff;transform:rotate(45deg)}.game-card-dot{position:absolute;width:8px;height:8px;border-radius:50%}.game-card-dot--violet{top:38px;right:88px;background:#d157ff;box-shadow:0 0 14px #d157ffbf}.game-card-dot--rose{top:96px;right:34px;background:#ff4e69;box-shadow:0 0 14px #ff4e69bf}.contracts-stack,.contracts-focus-card{position:absolute;border-radius:20px;background:linear-gradient(180deg,#333640e0,#23252df2)}.contracts-stack--left{top:28px;left:16px;width:112px;height:128px;transform:rotate(-3deg)}.contracts-stack--right{top:42px;right:18px;width:118px;height:124px;transform:rotate(4deg)}.contracts-stack--bottom{top:92px;left:62px;width:168px;height:86px}.game-scene-weapon--contracts-shadow{top:28px;left:42px;width:150px;opacity:.1;transform:rotate(-9deg);filter:grayscale(1) brightness(.38) blur(1.2px)}.contracts-focus-card{top:58px;left:74px;width:108px;height:108px;background:linear-gradient(180deg,#ff4762,#ff334f);box-shadow:inset 0 1px #ffffff24,0 16px 28px #ff334f2e}.game-scene-weapon--contracts{top:68px;left:66px;width:126px;transform:rotate(18deg);filter:drop-shadow(0 16px 22px rgba(255,51,79,.28))}.game-card-chip--ladder{top:72px;left:-6px;transform:rotate(-14deg)}.ladder-bars{position:absolute;inset:22px 14px 58px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 10px}.ladder-bar{height:18px;border-radius:999px;background:#ffffff0f}.ladder-bar--active{background:#ff4c5b;box-shadow:0 0 18px #ff4c5b57}.tower-board{position:absolute;inset:18px 14px 70px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tower-cell{display:flex;align-items:center;justify-content:center;height:32px;border-radius:10px;background:#ffffff0e;color:#ffffff7a;font-size:13px;font-weight:700}.tower-cell--win{background:linear-gradient(180deg,#38f1a2,#13d77d);color:#062615;box-shadow:0 0 18px #38f1a24d}.game-card-chip--saper-top{top:8px;left:-8px;transform:rotate(-14deg)}.game-card-chip--saper-bottom{right:-2px;bottom:16px;transform:rotate(-13deg)}.saper-grid{position:absolute;inset:14px 24px 54px 16px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.saper-tile{display:flex;align-items:center;justify-content:center;border-radius:14px;background:#323544;color:#ffffff3d;font-size:20px;font-weight:700}.saper-tile--coin{background:#5b75ff;box-shadow:inset 0 1px #ffffff14,0 0 18px #5b75ff52}.saper-tile--bomb{background:#ff4056;box-shadow:inset 0 1px #ffffff14,0 0 18px #ff405647}.saper-symbol{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(180deg,#ffcf51,#ffb126);color:#6b4305;font-size:13px;font-weight:800}.saper-symbol--bomb{position:relative;width:20px;height:20px;background:#22252c}.saper-symbol--bomb:before{content:"";position:absolute;top:-4px;right:-1px;width:8px;height:8px;border-top:2px solid #22252c;border-right:2px solid #22252c;border-radius:0 6px 0 0;transform:rotate(18deg)}.game-card-chip--wheel-left{top:104px;left:-10px;transform:rotate(-11deg)}.game-card-chip--wheel-right{right:4px;bottom:10px;transform:rotate(16deg)}.game-card-image--wheel{top:-16px;left:-16px;width:230px;transform:rotate(-6deg) scale(1.22)}.game-card-chip--crash-top{top:18px;left:192px;transform:rotate(11deg)}.game-card-chip--crash-left{top:86px;left:34px;transform:rotate(-20deg)}.game-card-chip--crash-right{right:16px;bottom:20px;transform:rotate(14deg)}.crash-graph{position:absolute;inset:22px 18px 24px 28px;filter:drop-shadow(0 18px 30px rgba(151,118,255,.18))}.game-card-chip--roulette{top:22px;left:50%;transform:translate(-50%)}.roulette-reels{position:absolute;inset:74px 16px 58px;display:flex;align-items:flex-end;justify-content:center;gap:10px}.roulette-reel{overflow:hidden;display:flex;align-items:center;justify-content:center;width:74px;height:126px;border-radius:18px;background:linear-gradient(180deg,#2b2e38f2,#1c1e25f2)}.roulette-reel--main{width:96px;height:144px;background:linear-gradient(180deg,#fc3,#ffb125)}.roulette-card{width:145%;height:118%;object-fit:cover;object-position:center}.roulette-card--ghost{opacity:.44;filter:saturate(.55) brightness(.58)}.roulette-pointer{position:absolute;left:50%;bottom:48px;width:0;height:0;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:16px solid #6378ff;filter:drop-shadow(0 0 12px rgba(99,120,255,.45))}@media(max-width:1200px){.games-main-content{width:min(1040px,100%);padding:34px 20px 72px}.games-title{font-size:30px}.games-row-top,.games-row-bottom{grid-template-columns:repeat(3,minmax(0,1fr))}.game-card{height:254px}.game-card-name{left:20px;bottom:20px;font-size:22px}}@media(max-width:768px){.games-main-content{padding:28px 16px 56px}.games-title{margin-bottom:16px;font-size:28px}.games-row-top,.games-row-bottom{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.games-row-bottom{margin-top:14px}.game-card{height:216px;border-radius:20px}.game-card-scene{transform:scale(.86);transform-origin:top left}.game-card-name{left:16px;bottom:16px;font-size:18px}.game-card-chip{min-height:30px;padding:0 12px;font-size:12px}}@media(max-width:520px){.games-title{font-size:24px}.games-row-top,.games-row-bottom{grid-template-columns:1fr;gap:12px}.games-row-bottom{margin-top:12px}.game-card{height:198px}.game-card-scene{transform:scale(.76)}.game-card-name{font-size:17px}}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-page__main{flex:1}.home-page__container{width:min(1660px,calc(100% - 48px));margin:0 auto;padding-top:24px}.home-section-heading{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.home-section-heading__eyebrow,.home-cases__kicker{color:#ffcc47;font-size:12px;font-weight:700;line-height:1;letter-spacing:.2em;text-transform:uppercase}.home-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:10px;margin-bottom:48px;align-items:stretch}.home-hero__slider{min-width:0}.home-hero__viewport{position:relative;overflow:hidden;border-radius:32px}.home-hero__track{display:flex;transition:transform .62s cubic-bezier(.22,1,.36,1);will-change:transform}.home-hero__slide{flex:0 0 100%;position:relative;min-height:320px;height:320px;padding:32px;overflow:hidden;border-radius:32px;background-repeat:no-repeat;background-position:center;background-size:cover}.home-hero__copy,.home-hero__art{position:relative;z-index:1}.home-hero__copy{width:360px;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0}.home-hero__tag{color:#ffffff80;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase}.home-hero__title{margin:28px 0 0;font-size:40px;font-weight:700;line-height:45px;letter-spacing:0}.home-hero__description{width:360px;max-width:100%;margin:16px 0 0;color:#f5f5fa;font-size:16px;font-weight:500;line-height:24px}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-width:130px;height:60px;padding:0 24px;border:none;border-radius:18px;background:#f5f5fa;color:#161718;font-size:18px;font-weight:500;line-height:60px;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.home-hero__cta{margin-top:auto}.home-hero__cta:hover{transform:translateY(-2px);background:#fff}.home-hero__bullpass-button{display:inline-flex;align-items:center;justify-content:center;min-width:164px;height:50px;padding:0 24px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff14;color:#fff;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.home-hero__bullpass-button:hover{transform:translateY(-2px);border-color:#ffffff38;background:#ffffff1f}.home-hero__art{position:absolute;inset:0;z-index:0}.home-hero__image{width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.home-hero__image--arkess,.home-hero__image--bullpass,.home-hero__image--telebot,.home-hero__image--promo,.home-hero__image--upgrade,.home-hero__image--contracts,.home-hero__image--telegram{background-position:center center}.home-hero__controls{position:absolute;right:45px;bottom:29px;z-index:2;display:flex;gap:10px}.home-hero__arrow{width:36px;height:36px;padding:0;border:none;border-radius:14px;background:#f5f5fa1a;color:#f5f5fa;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .2s ease}.home-hero__arrow:hover{transform:translateY(-1px);background:#f5f5fa2e}.home-hero__arrow svg{width:16px;height:16px}.home-hero__bullpass-card{display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:320px;height:320px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:linear-gradient(180deg,#101218a8,#101218e0),url(/images/bullpass/original/background_desktop.png) center/cover no-repeat;box-shadow:inset 0 1px #ffffff0a}.home-hero__bullpass-header{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 16px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#0d0f14b8}.home-hero__bullpass-time{display:flex;flex-direction:column;gap:2px;align-items:center}.home-hero__bullpass-time strong{font-size:20px;line-height:1}.home-hero__bullpass-time span{color:#ffffff94;font-size:11px;font-weight:700;text-transform:uppercase}.home-hero__bullpass-body{display:flex;flex-direction:column;gap:18px}.home-hero__bullpass-icon{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(176,61,255,.26))}.home-hero__bullpass-copy{display:flex;flex-direction:column;gap:8px}.home-hero__bullpass-subtitle{color:#ffffffad;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.home-hero__bullpass-title{font-size:28px;font-weight:800;line-height:1.04}.home-hero__bullpass-progress{color:#ffffffdb;font-size:15px;line-height:1.45}.home-cases{margin-bottom:56px}.home-cases__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.home-cases__title{margin:0;font-size:clamp(28px,3.2vw,42px);line-height:1}.home-cases__platforms{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.home-cases__platform{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:42px;padding:0 16px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#1f2228eb;color:#ffffff85;font-size:13px;font-weight:700;text-decoration:none;text-transform:uppercase;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.home-cases__platform--active{border-color:#6effae4d;background:linear-gradient(180deg,#193d2eeb,#182a21eb);color:#d9ffeb}.home-cases__toolbar{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;margin-bottom:28px}.home-cases__sort-button{height:46px;padding:0 22px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#1f2228eb;color:#fff;font-size:15px;font-weight:700}.home-cases__collections-scroll{display:flex;gap:6px;padding-bottom:4px;overflow-x:auto;scrollbar-width:none}.home-cases__collections-scroll::-webkit-scrollbar,.home-games__slider::-webkit-scrollbar,.home-stats__leaderboard-list::-webkit-scrollbar{display:none}.home-cases__collection-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;height:56px;padding:0 18px 0 16px;border:2px solid transparent;border-radius:18px;background:transparent;color:#f5f5fa;font-size:16px;font-weight:500;letter-spacing:-.2px;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.home-cases__collection-chip img{width:36px;height:36px;object-fit:contain}.home-cases__collection-head img{width:64px;height:64px;object-fit:contain}.home-cases__collection-chip--active,.home-cases__collection-chip:hover{border-color:#f5f5fa1a;background:#24242859;box-shadow:inset 0 0 7.5px 7px #ffffff05;color:#fff}.home-cases__sections{display:flex;flex-direction:column;gap:30px}.home-cases__collection-section{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.home-cases__collection-head{display:flex;align-items:center;gap:8px;margin-bottom:32px}.home-cases__collection-head h3{margin:0;color:#f5f5fa;font-size:40px;line-height:48px;font-weight:700;letter-spacing:-.4px}.home-cases__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-cases__card{display:flex;flex-direction:column;align-items:center;padding:12px 12px 24px;position:relative;border:none;border-radius:32px;background:#24242826;color:inherit;text-align:left;text-decoration:none;transition:background-color .2s ease}.home-cases__card:hover{background:#24242838}.home-cases__card-top{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:10px}.home-cases__card-image{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;overflow:visible;border-radius:0;background:transparent}.home-cases__card-image-bg,.home-cases__card-image-asset{width:100%;height:100%}.home-cases__card-image-bg{position:absolute;inset:0;object-fit:cover;opacity:0;filter:none;transform:none}.home-cases__card-image-asset{position:relative;z-index:1;object-fit:contain}.home-cases__card-name{min-height:16px;width:100%;margin:0;color:#f5f5fa;font-size:16px;line-height:16px;font-weight:500;letter-spacing:-.16px;text-align:center}.home-cases__card-price-row{display:flex;justify-content:center;margin-top:20px}.home-cases__card-price-pill{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:66px;height:40px;padding:0 16px;border-radius:14px;background:#494a5259}.home-cases__card-price-currency,.home-cases__card-price{color:#f5f5fa;font-size:14px;line-height:16px;font-weight:500;letter-spacing:-.14px}.home-cases__card-price{white-space:nowrap}.home-cases__card-old-price{margin-left:2px;color:#f5f5fa6b;font-size:14px;line-height:16px;font-weight:500;letter-spacing:-.14px;text-decoration:none}.home-cases__card-discount{position:absolute;right:12px;bottom:24px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border-radius:20px;background:#ff33330f;color:#f85454;font-size:14px;line-height:16.1px;font-weight:500}.home-games{margin-bottom:120px}.home-games__heading{display:flex;align-items:center;gap:16px;margin-bottom:50px;color:#f5f5fa}.home-games__heading h2{margin:0;font-size:48px;line-height:48px;font-weight:700;letter-spacing:-.48px}.home-games__heading-icon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center}.home-games__heading-icon svg{width:56px;height:42px}.home-games__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:48px}.home-games__stack{display:grid;gap:10px}.home-games__card{display:block;position:relative;overflow:hidden;border:none;border-radius:32px;background:#1d1e20;color:#f5f5fa;text-align:left;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.home-games__card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 100%,var(--home-game-glow, rgba(110, 128, 255, .08)) 0%,rgba(0,0,0,0) 55%),linear-gradient(180deg,#ffffff05,#fff0);pointer-events:none}.home-games__card:hover{transform:translateY(-2px)}.home-games__card--main{min-height:570px;padding:32px;--home-game-glow: rgba(82, 139, 255, .12)}.home-games__card--minor{min-height:280px;padding:20px}.home-games__card--slide{min-height:280px;padding:16px}.home-games__card--upgrade{--home-game-glow: rgba(74, 196, 126, .12)}.home-games__card--saper{--home-game-glow: rgba(255, 109, 109, .12)}.home-games__card--roulette{--home-game-glow: rgba(180, 98, 255, .12)}.home-games__card--crash{--home-game-glow: rgba(103, 117, 255, .12)}.home-games__card--ladder{--home-game-glow: rgba(141, 154, 255, .1)}.home-games__card--tower{--home-game-glow: rgba(255, 185, 63, .12)}.home-games__card--wheel{--home-game-glow: rgba(91, 240, 173, .12)}.home-games__card-label{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 32px);color:#f5f5fa;font-size:18px;line-height:24px;font-weight:700;letter-spacing:-.18px;pointer-events:none}.home-games__card--minor .home-games__card-label{top:20px;left:20px;max-width:calc(100% - 40px)}.home-games__card--main .home-games__card-label{top:32px;left:32px;max-width:calc(100% - 64px)}.home-games__card-label--main{font-size:32px;line-height:40px;letter-spacing:-.32px}.home-games__card-icon{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#f5f5faf5}.home-games__card-label--main .home-games__card-icon{width:28px;height:28px}.home-games__card-icon svg{width:100%;height:100%}.home-games__card-art{position:absolute;pointer-events:none}.home-games__card-art--contracts{right:0;bottom:-32px;width:min(80%,660px);height:100%;object-fit:contain;object-position:right bottom}.home-games__card-art--upgrade,.home-games__card-art--saper{right:0;bottom:0;width:min(40%,324px);height:100%;object-fit:contain;object-position:right bottom}.home-games__bottom-shell{position:relative}.home-games__bottom{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.home-games__card-art--slide{right:-18px;bottom:-12px;width:min(88%,286px);height:auto;transform:scale(1.15);transform-origin:center;object-fit:contain}.home-games__shadow{position:absolute;top:0;bottom:0;width:140px;z-index:3;pointer-events:none}.home-games__shadow--left{left:0;background:linear-gradient(90deg,#11161c,#11161c00)}.home-games__shadow--right{right:0;background:linear-gradient(270deg,#11161c,#11161c00)}.home-games__arrow{position:absolute;top:50%;z-index:4;width:48px;height:48px;margin-top:-24px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#f5f5fa05;color:#f5f5fad1;font-size:30px;line-height:1;pointer-events:none}.home-games__arrow--left{left:20px}.home-games__arrow--right{right:20px}.home-stats{margin-bottom:24px}.home-stats__top{display:flex;gap:8px;min-height:480px;padding:32px;margin-bottom:10px;border-radius:32px}.home-stats__summary{flex:1 1 0;min-width:0;min-height:416px;display:flex;flex-direction:column;justify-content:space-between}.home-stats__summary-number{color:#f5f5fa;font-size:clamp(72px,6vw,100px);line-height:1;font-weight:500;letter-spacing:-.03em}.home-stats__summary-copy{display:flex;flex-direction:column;gap:2px;color:#f5f5fa59;font-size:32px;line-height:35.2px;letter-spacing:-.64px}.home-stats__leaderboard{flex:1 1 0;min-width:0;min-height:416px;display:flex;flex-direction:column;gap:16px;padding:24px 24px 0;border-radius:26px;background:#f5f5fa05}.home-stats__leaderboard-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-stats__leaderboard-head h3{margin:0;color:#f5f5fa;font-size:24px;line-height:26.4px;font-weight:500;letter-spacing:-.48px}.home-stats__period{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border-radius:14px;background:#ffffff05;color:#868b92;font-size:16px;line-height:24px;font-weight:500}.home-stats__period svg{width:12px;height:12px}.home-stats__leaderboard-list{display:flex;flex-direction:column;gap:4px;max-height:336px;overflow-y:auto;padding-right:2px;scrollbar-width:none}.home-stats__leaderboard-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:66px;padding:12px 20px 12px 12px;border-radius:24px;background:#f5f5fa0d}.home-stats__leaderboard-item--top{background:#ffc7000f}.home-stats__leaderboard-user{min-width:0;display:flex;align-items:center;gap:12px}.home-stats__leaderboard-crown,.home-stats__leaderboard-avatar{width:42px;height:42px;flex-shrink:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center}.home-stats__leaderboard-crown{background:#ffc65424;color:#ffc654}.home-stats__leaderboard-crown svg{width:20px;height:20px}.home-stats__leaderboard-avatar{overflow:hidden;background:#f5f5fa0f}.home-stats__leaderboard-avatar img{width:100%;height:100%;object-fit:cover}.home-stats__leaderboard-nickname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f5f5fa;font-size:16px;line-height:19.2px;font-weight:500}.home-stats__leaderboard-amount{flex-shrink:0;color:#f5f5fa;font-size:20px;line-height:20px;font-weight:500;letter-spacing:-.2px}.home-stats__leaderboard-item--top .home-stats__leaderboard-amount{color:#ffc654}.home-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-stats__mini-card{min-height:152px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;border-radius:32px;background:radial-gradient(circle at top right,rgba(94,197,161,.06),transparent 45%),#f5f5fa05}.home-stats__mini-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.home-stats__mini-label{color:#f5f5fa;font-size:16px;line-height:24px;font-weight:500}.home-stats__mini-icon{width:32px;height:32px;flex-shrink:0;color:#f5f5fa8f}.home-stats__mini-icon svg{width:100%;height:100%}.home-stats__mini-value{color:#f5f5fa;font-size:40px;line-height:40px;font-weight:500;letter-spacing:-.4px}@media(max-width:1360px){.home-hero,.home-games__top{grid-template-columns:minmax(0,1fr)}.home-games__stack{grid-template-columns:repeat(2,minmax(0,1fr))}.home-games__bottom{grid-template-columns:repeat(3,minmax(0,1fr))}.home-games__shadow,.home-games__arrow{display:none}.home-stats__top{flex-direction:column;min-height:auto;padding:0;margin-bottom:16px}.home-stats__summary{flex:0 0 auto;min-height:auto;padding:24px 0;gap:12px;justify-content:flex-start}.home-stats__leaderboard{flex:0 0 auto;min-height:auto;max-height:none}.home-stats__leaderboard-list{max-height:none}.home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.home-page__container{width:min(100%,calc(100% - 32px))}.home-hero__copy{width:min(100%,320px)}.home-cases__header,.home-cases__toolbar{grid-template-columns:minmax(0,1fr);display:grid}.home-cases__platforms{justify-content:flex-start}.home-games__heading{margin-bottom:28px}.home-games__heading h2{font-size:40px;line-height:40px}.home-games__card--main{min-height:460px}.home-games__card-art--contracts{width:min(86%,620px);bottom:-16px}.home-games__card-art--upgrade,.home-games__card-art--saper{width:min(44%,320px)}.home-stats__summary-number{font-size:84px}.home-stats__summary-copy{font-size:28px;line-height:31px}}@media(max-width:820px){.home-page__container{width:min(100%,calc(100% - 24px));padding-top:18px}.home-hero__controls{display:none}.home-hero__slide{min-height:300px;height:300px;padding:24px}.home-hero__copy{width:min(100%,320px)}.home-hero__description{width:100%}.home-hero__title{margin-top:24px;font-size:36px;line-height:40px}.home-hero__cta{margin-top:auto}.home-cases__collection-section{padding:20px}.home-cases__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-cases__collection-head h3,.home-stats__leaderboard-head h3{font-size:22px}.home-games__heading{gap:12px;margin-bottom:22px}.home-games__heading h2{font-size:32px;line-height:32px;letter-spacing:-.32px}.home-games__heading-icon{width:40px;height:40px}.home-games__heading-icon svg{width:40px;height:30px}.home-games__stack,.home-games__bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.home-games{margin-bottom:80px}.home-games__card{border-radius:26px}.home-games__card--main{min-height:360px;padding:24px}.home-games__card--main .home-games__card-label{top:24px;left:24px;max-width:calc(100% - 48px)}.home-games__card--minor,.home-games__card--slide{min-height:220px}.home-games__card--minor .home-games__card-label{top:20px;left:20px}.home-games__card--slide .home-games__card-label{top:16px;left:16px}.home-games__card-label--main{font-size:26px;line-height:32px}.home-games__card-label{font-size:16px;line-height:22px}.home-games__card-art--contracts{width:84%;right:-10px;bottom:-10px}.home-games__card-art--slide{right:-12px;bottom:-8px;width:86%}.home-stats__summary-number{font-size:64px;line-height:64px}.home-stats__summary-copy{font-size:24px;line-height:28px}.home-stats__leaderboard{padding:20px 20px 0}.home-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.home-page__container{width:min(100%,calc(100% - 20px))}.home-hero__slide{min-height:280px;height:280px;padding:20px}.home-hero__title{font-size:32px;line-height:36px}.home-hero__description{font-size:14px;line-height:20px}.home-hero__cta{margin-top:auto;height:52px;font-size:16px;line-height:52px}.home-hero__bullpass-card,.home-cases__collection-section,.home-stats__mini-card{border-radius:22px}.home-hero__bullpass-header,.home-cases__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-games__top,.home-games__stack,.home-games__bottom{grid-template-columns:minmax(0,1fr)}.home-games__card--main,.home-games__card--minor,.home-games__card--slide{min-height:220px;padding:18px;border-radius:22px}.home-games__card--main .home-games__card-label,.home-games__card--minor .home-games__card-label,.home-games__card--slide .home-games__card-label{top:18px;left:18px;max-width:calc(100% - 36px)}.home-games__card-label--main,.home-games__card-label{font-size:16px;line-height:22px}.home-games__card-art--contracts{width:90%;right:-14px;bottom:-8px}.home-games__card-art--upgrade,.home-games__card-art--saper{width:52%}.home-games__card-art--slide{width:78%;right:-2px;bottom:-2px;transform:scale(1.04)}.home-stats__top{gap:12px}.home-stats__leaderboard-head{flex-direction:column;align-items:flex-start}.home-stats__grid{grid-template-columns:minmax(0,1fr)}.home-stats__summary{min-height:auto;padding:20px 0;gap:12px}.home-stats__summary-number,.home-stats__mini-value{font-size:30px;line-height:30px}.home-stats__summary-copy{font-size:18px;line-height:22px}.home-stats__leaderboard-amount{font-size:18px;line-height:18px}}.home-seo{max-width:1600px;margin:0 auto;padding:48px 40px 0}.home-seo__title{font-size:20px;font-weight:700;line-height:28px;color:#f5f5fae0;margin:0 0 16px}.home-seo__text{display:flex;flex-direction:column;gap:12px;font-size:14px;line-height:22px;color:#f5f5fa7a}.home-seo__text p{margin:0}@media(max-width:768px){.home-seo{padding:32px 16px 0}.home-seo__title{font-size:17px;line-height:24px}.home-seo__text{font-size:13px;line-height:20px}}.static-page__content{max-width:1600px;margin:0 auto;padding:32px 40px 0}.static-page__title{font-size:32px;font-weight:700;line-height:40px;color:#f5f5fa;margin:0 0 24px}.static-page__body{font-size:15px;line-height:24px;color:#f5f5fab8;max-width:800px}.static-page__body h2{font-size:20px;font-weight:700;line-height:28px;color:#f5f5faeb;margin:32px 0 12px}.static-page__body h3{font-size:16px;font-weight:600;line-height:24px;color:#f5f5fad6;margin:24px 0 8px}.static-page__body p{margin:0 0 12px}.static-page__body ul{margin:0 0 12px;padding-left:24px}.static-page__body li{margin-bottom:8px}@media(max-width:768px){.static-page__content{padding:24px 16px 0}.static-page__title{font-size:24px;line-height:32px}.static-page__body{font-size:14px;line-height:22px}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:0 24px;max-width:1700px;margin:0 auto;width:100%}@media(max-width:1024px){.main-content{padding:0 20px}}@media(max-width:768px){.main-content{padding:0 16px}}@media(max-width:480px){.main-content{padding:0 12px}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0f1419;--bg-secondary: #1a1f26;--bg-tertiary: #242b35;--bg-card: #1e252e;--text-primary: #ffffff;--text-secondary: #8b949e;--accent-blue: #3b82f6;--accent-gold: #f59e0b;--accent-red: #ef4444;--accent-purple: #8b5cf6;--accent-green: #22c55e;--border-color: #2d3640;--gradient-gold: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gradient-blue: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden}#root{min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}a{text-decoration:none;color:inherit}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(max-width:768px){::-webkit-scrollbar{width:0;height:0}}
