:root{--font-title:"Manrope",sans-serif;--font-text:"Manrope",sans-serif}html,body,#root{min-height:100%;font-family:var(--font-text);color:#fff;background:#141312;margin:0}*{box-sizing:border-box;font-family:inherit}button,input,textarea{font-family:inherit}.app-shell{--chat-width:320px;min-height:100vh}.app-main{width:100%;min-height:calc(100vh - 80px);transition:margin-left .25s,width .25s}.app-route-loading{color:#6f675f;place-items:center;width:100%;min-height:60vh;font-size:13px;font-weight:800;display:grid}.app-shell.chat-open .app-main{margin-left:var(--chat-width);width:calc(100% - var(--chat-width))}.app-shell.chat-open .chat-floating-button{opacity:0;pointer-events:none}@media (width<=1024px){.app-shell.chat-open .app-main{width:100%;margin-left:0}}.admin-floating-button{z-index:95;position:fixed;bottom:88px;right:18px}:root{--bg:#151514;--panel:#1f1e1c;--panel-light:#2b2926;--stroke:#35312d;--stroke-light:#5f554b;--text:#eae3d9;--muted:#a89784;--gold-a:#ffd65c;--gold-b:#ffb326;--gold-c:#f59b07;--gold-text:#2d1900;--green-a:#24d96b;--green-b:#11a84e}.ph-btn{border:1px solid var(--stroke);text-transform:uppercase;white-space:nowrap;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;height:38px;padding:0 15px;font-family:Inter,Arial,sans-serif;font-size:12px;font-weight:900;transition:transform .16s,filter .16s,box-shadow .16s,background .16s;display:inline-flex}.ph-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.ph-btn:active{transform:translateY(1px)scale(.98)}.ph-btn:disabled{opacity:.5;cursor:not-allowed;filter:none;transform:none}.ph-btn-no-hover:hover{filter:none;transform:none}.ph-btn-no-hover:active{transform:none}.ph-btn-content{justify-content:center;align-items:center;gap:7px;display:flex}.ph-btn-content svg{width:15px;height:15px}.ph-btn-content svg path{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.ph-btn-sm{height:38px;padding:0 15px;font-size:12px}.ph-btn-md{height:42px;padding:0 20px;font-size:13px}.ph-btn-gold{color:var(--gold-text);background:linear-gradient(180deg, var(--gold-a) 0%, var(--gold-b) 48%, var(--gold-c) 100%);border-color:#f5c487;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #61330047,0 3px #9b5a00,0 8px 18px #0000004d}.ph-btn-dark{color:var(--text);border-color:var(--stroke-light);background:linear-gradient(#403c37 0%,#2b2926 48%,#1e1d1b 100%);box-shadow:inset 0 1px #ffffff1f,inset 0 -2px #00000059,0 3px #11100f,0 8px 18px #00000061}.ph-btn-dark svg{color:var(--muted)}.ph-btn-green{color:#fff;background:linear-gradient(180deg, var(--green-a), var(--green-b));border-color:#31e879;box-shadow:inset 0 1px #ffffff40,0 3px #087a36,0 8px 18px #0000004d}.wallet-modal-backdrop{z-index:200;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;background:#000000ad;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.wallet-modal{background:linear-gradient(90deg,#1c1b19fa,#24221ff0),#201f1d;border:1px solid #4b4034;border-radius:10px;grid-template-columns:330px minmax(0,1fr);width:min(1040px,100%);max-height:calc(100dvh - 48px);display:grid;overflow:hidden;box-shadow:0 26px 80px #000000b8,inset 0 1px #ffffff0f}.wallet-side{background:#151514;min-height:590px;padding:0;overflow:hidden}.wallet-side-image{object-fit:cover;width:100%;height:100%;min-height:590px;display:block}.wallet-content{box-sizing:border-box;-webkit-overflow-scrolling:touch;min-width:0;max-height:calc(100dvh - 48px);padding:28px 30px;overflow-y:auto}.wallet-header{align-items:center;gap:12px;margin-bottom:22px;padding-right:54px;display:flex;position:relative}.wallet-title{color:#fff;text-transform:uppercase;align-items:center;gap:8px;margin-right:auto;font-size:22px;font-weight:950;display:flex}.wallet-title svg{color:#e7c28d}.wallet-tabs{align-items:center;gap:8px;display:flex}.wallet-tab-button{height:38px}.wallet-close{width:42px;height:42px;position:absolute;top:0;right:0;padding:0!important}.wallet-close .ph-btn-content{gap:0}.wallet-section{margin-top:14px}.wallet-section h3,.wallet-panel h3{color:#e7d8c7;text-transform:uppercase;margin:0 0 8px;font-size:14px;font-weight:950}.wallet-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.wallet-method{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(#262421 0%,#1d1c1a 100%);border:1px solid #4a443e;border-radius:8px;align-items:center;gap:12px;height:58px;padding:7px;transition:all .16s;display:flex;box-shadow:inset 0 1px #ffffff0d,0 4px 12px #0000003d}.wallet-method:hover{filter:brightness(1.04);border-color:#8a7862;transform:translateY(-1px)}.wallet-method.active{background:linear-gradient(#302b23 0%,#211d18 100%);border-color:#f5c487;box-shadow:inset 0 0 0 1px #f5c4872e,0 0 16px #ff9a001f,0 4px 12px #0000004d}.wallet-method-icon{background:#ffffff12;border-radius:7px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.wallet-method-icon img{object-fit:contain;width:30px;height:30px}.wallet-method-text{min-width:0}.wallet-method strong{color:#f0e9df;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:950;line-height:1.05;display:block;overflow:hidden}.wallet-method small{color:#b9aa98;margin-top:3px;font-size:12px;font-weight:850;display:block}.wallet-panel{background:#10100fb8;border:1px solid #3a352f;border-radius:8px;margin-top:18px;padding:14px;box-shadow:inset 0 1px #ffffff09,0 6px 18px #00000038}.wallet-panel-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.wallet-panel p{color:#b9aa98;margin:0;font-size:13px;font-weight:750}.wallet-panel p strong{color:#f0e9df}.wallet-selected-coin{color:#fff;background:linear-gradient(#262421 0%,#1d1c1a 100%);border:1px solid #4a443e;border-radius:7px;align-items:center;gap:7px;height:38px;padding:0 10px;font-size:12px;font-weight:950;display:flex;box-shadow:inset 0 1px #ffffff0f,0 4px 12px #0000003d}.wallet-selected-coin img{width:22px;height:22px}.wallet-address-box{background:#0f0f0e;border:1px solid #35312d;border-radius:7px;align-items:center;gap:10px;min-height:42px;padding:6px 6px 6px 12px;display:flex}.wallet-address-box span{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:850;overflow:hidden}.wallet-placeholder{color:#b9aa98;box-sizing:border-box;background:#0f0f0e;border:1px solid #35312d;border-radius:7px;align-items:center;min-height:42px;padding:0 12px;font-size:13px;font-weight:850;display:flex}@media (width<=900px){.wallet-modal-backdrop{padding:18px}.wallet-modal{border-radius:12px;grid-template-columns:1fr;width:min(720px,100%);max-height:calc(100dvh - 36px)}.wallet-side{display:none}.wallet-content{max-height:calc(100dvh - 36px);padding:22px}.wallet-method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=540px){.wallet-modal-backdrop{justify-content:center;align-items:center;padding:12px}.wallet-modal{border-radius:12px;width:min(100%,520px);max-height:calc(100dvh - 24px)}.wallet-content{-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 24px);padding:16px;overflow-y:auto}.wallet-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:18px;padding-right:52px;display:flex}.wallet-title{margin-right:0;font-size:18px}.wallet-tabs{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.wallet-tab-button{width:100%;height:38px}.wallet-close{width:40px;height:40px;top:0;right:0}.wallet-method-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.wallet-method{gap:9px;height:54px;padding:7px}.wallet-method-icon{width:36px;height:36px}.wallet-method-icon img{width:27px;height:27px}.wallet-method strong{font-size:13px}.wallet-method small{font-size:11px}.wallet-panel{padding:12px}.wallet-panel-top{flex-direction:column;align-items:flex-start;gap:10px}.wallet-address-box{flex-direction:column;align-items:stretch;padding:10px}.wallet-address-box span{white-space:normal;word-break:break-all;line-height:1.35}.wallet-address-box .ph-btn{width:100%}}@media (width<=370px){.wallet-modal-backdrop{padding:8px}.wallet-modal{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.wallet-content{max-height:calc(100dvh - 16px);padding:14px}.wallet-method-grid{grid-template-columns:1fr}.wallet-title{font-size:17px}}.wallet-error{color:#ffb7a8;background:#0f0f0e;border:1px solid #5a322d;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;min-height:42px;padding:10px;font-size:13px;font-weight:850;display:flex}.wallet-error span{min-width:0}@media (width<=540px){.wallet-error{flex-direction:column;align-items:stretch}.wallet-error .ph-btn{width:100%}}.wallet-form{flex-direction:column;gap:12px;display:flex}.wallet-form label{flex-direction:column;gap:7px;display:flex}.wallet-form label span{color:#c7b7a3;text-transform:uppercase;font-size:12px;font-weight:900}.wallet-form input{color:#fff;background:#0f0f0e;border:1px solid #35312d;border-radius:7px;outline:none;height:42px;padding:0 12px;font-size:13px;font-weight:850;box-shadow:inset 0 1px #ffffff0a,0 4px 12px #0000003d}.wallet-form input::placeholder{color:#62594f}.wallet-validation{border-radius:7px;align-items:center;min-height:36px;padding:0 10px;font-size:12px;font-weight:900;display:flex}.wallet-validation.success{color:#55e78d;background:#11a84e1f;border:1px solid #255d38}.wallet-validation.error{color:#ffb7a8;background:#b437231f;border:1px solid #5a322d}.wallet-success{color:#8cf0aa;background:#11a84e1f;border:1px solid #255d38;border-radius:7px;align-items:flex-start;gap:8px;min-height:42px;padding:10px;font-size:13px;font-weight:850;line-height:1.35;display:flex}.wallet-success svg{flex-shrink:0;margin-top:1px}.wallet-success strong{color:#fff}.wallet-submit-button{width:100%;margin-top:2px}@media (width<=540px){.wallet-form input{width:100%}}.promo-modal-backdrop{z-index:210;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.promo-modal{background:linear-gradient(90deg,#1c1b19fa,#24221ff0),#201f1d;border:1px solid #4b4034;border-radius:10px;width:min(460px,100%);overflow:hidden;box-shadow:0 26px 80px #000000b8,inset 0 1px #ffffff0f}.promo-modal-header{background:radial-gradient(circle at 10% 0,#ff9a001f,#0000 34%),#17161594;border-bottom:1px solid #35312d;padding:18px 58px 16px 18px;position:relative}.promo-modal-title{align-items:center;gap:12px;display:flex}.promo-modal-title>div{color:#fcd144;background:linear-gradient(#262421 0%,#1d1c1a 100%);border:1px solid #4a443e;border-radius:8px;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.promo-modal-title h2{color:#fff;text-transform:uppercase;margin:0;font-size:20px;font-weight:950;line-height:1}.promo-modal-title p{color:#c7b7a3;margin:6px 0 0;font-size:13px;font-weight:750}.promo-modal-close{width:40px;height:40px;position:absolute;top:18px;right:18px;padding:0!important}.promo-modal-close .ph-btn-content{gap:0}.promo-modal-body{padding:18px}.promo-banner{background:#0f0f0e;border:1px solid #3a352f;border-radius:8px;height:128px;margin-bottom:16px;overflow:hidden;box-shadow:inset 0 1px #ffffff0a,0 4px 12px #0000003d}.promo-banner img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.promo-field{flex-direction:column;gap:7px;display:flex}.promo-field span{color:#c7b7a3;text-transform:uppercase;font-size:12px;font-weight:900}.promo-field input{box-sizing:border-box;color:#fff;letter-spacing:.02em;text-transform:uppercase;background:#0f0f0e;border:1px solid #35312d;border-radius:7px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px;font-weight:900;box-shadow:inset 0 1px #ffffff0a,0 4px 12px #0000003d}.promo-field input::placeholder{color:#62594f}.promo-message{border-radius:7px;align-items:center;min-height:40px;margin-top:12px;padding:10px;font-size:13px;font-weight:850;line-height:1.35;display:flex}.promo-message-success{color:#8cf0aa;background:#11a84e1f;border:1px solid #255d38}.promo-message-error{color:#ffb7a8;background:#b437231f;border:1px solid #5a322d}.promo-submit{width:100%;margin-top:14px}.promo-loader{animation:.75s linear infinite promo-spin}@keyframes promo-spin{to{transform:rotate(360deg)}}@media (width<=540px){.promo-modal-backdrop{padding:12px}.promo-modal{width:100%}.promo-modal-header{padding:16px 54px 14px 16px}.promo-modal-title h2{font-size:18px}.promo-modal-title p{font-size:12px}.promo-modal-body{padding:16px}.promo-banner{height:112px}}.level-badge{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.level-badge img{filter:drop-shadow(0 2px 3px #00000073);flex-shrink:0;display:block}.level-badge__name{color:#f5c487;text-transform:uppercase;letter-spacing:.02em;font-size:10.5px;font-weight:950}.navbar{z-index:80;background-color:#151514;background-image:linear-gradient(90deg,#141413f5,#181817eb,#141413f5),url(/navbar/navbar-bg.png),none;background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-bottom:1px solid #2d2a25;width:100%;height:68px;position:relative}.navbar-inner{box-sizing:border-box;align-items:center;gap:18px;width:100%;max-width:1360px;height:100%;margin:0 auto;padding:0 24px;display:flex;position:relative}.navbar-left{align-items:center;gap:10px;min-width:0;margin-right:auto;display:flex}.navbar-right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-width:0;margin-left:auto;display:flex}.auth-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.navbar-logo{flex-shrink:0;align-items:center;width:150px;height:46px;margin-right:24px;transition:all .18s;display:flex}.navbar-logo:hover{filter:brightness(1.15)drop-shadow(0 0 12px #ff9a0052);transform:translateY(-1px)}.navbar-logo img{object-fit:contain;width:150px;height:auto;display:block}.navbar-center{justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.navbar-balance{color:#fff;background:#0f0f0e;border:1px solid #35312d;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 6px 0 10px;font-size:14px;font-weight:950;display:flex;box-shadow:inset 0 1px #ffffff0f,0 4px 12px #00000059}.navbar-balance img{object-fit:contain;flex-shrink:0;width:20px;height:20px}.navbar-balance strong{min-width:42px;font-size:15px;font-weight:950;line-height:1}.balance-plus{color:#3a2200;cursor:pointer;background:linear-gradient(#ffd65c,#ff9a00);border:1px solid #f5c487;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-family:Inter,Arial,sans-serif;font-size:19px;font-weight:950;line-height:28px;transition:all .14s;display:flex;box-shadow:inset 0 1px #ffffff5c,0 2px #9b5a00}.balance-plus:hover{filter:brightness(1.04);transform:translateY(-.5px)}.balance-plus:active{transform:translateY(.5px)scale(.98)}.user-menu-wrap{flex-shrink:0;order:1;position:relative}.user-button{color:#eae3d9;cursor:pointer;background:linear-gradient(#403c37 0%,#2b2926 48%,#1e1d1b 100%);border:1px solid #5f554b;border-radius:7px;align-items:center;gap:8px;height:38px;padding:0 10px 0 7px;font-weight:900;display:flex;box-shadow:inset 0 1px #ffffff1f,0 4px 12px #00000059}.user-avatar{color:#1b1b1a;background:#886b50;border-radius:6px;flex-shrink:0;place-items:center;width:26px;height:26px;display:grid;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-name{text-overflow:ellipsis;white-space:nowrap;max-width:112px;overflow:hidden}.user-chevron{color:#a89784;transition:transform .16s}.user-chevron.open{transform:rotate(180deg)}.notification-button{color:#c7b7a3;cursor:pointer;background:linear-gradient(#403c37 0%,#2b2926 48%,#1e1d1b 100%);border:1px solid #35312d;border-radius:7px;flex-shrink:0;order:0;place-items:center;width:38px;height:38px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14,0 4px 12px #00000059}.notification-button:hover{color:#fcd144;border-color:#5f554b}.user-dropdown{z-index:120;background:#171615;border:1px solid #2f2b27;border-radius:9px;width:230px;padding:8px;position:absolute;top:48px;right:0;box-shadow:0 18px 44px #00000080}.user-dropdown-level{background:#201f1d;border-radius:7px;margin-bottom:6px;padding:10px}.user-dropdown-level div{justify-content:space-between;align-items:center;display:flex}.user-dropdown-level span{color:#c7b7a3;text-transform:uppercase;font-size:12px;font-weight:900}.user-dropdown-level strong{color:#fff;font-size:13px;font-weight:950}.level-bar{background:#0f0f0e;border-radius:99px;height:6px;margin:9px 0;overflow:hidden}.level-bar i{background:linear-gradient(90deg,#ff9a00,#ffd65c);width:0%;height:100%;display:block}.user-dropdown>button:not(.redeem-button){color:#eae3d9;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;width:100%;height:38px;padding:0 10px;font-weight:850;display:flex}.user-dropdown>button:not(.redeem-button):hover{background:#24221f}.user-dropdown>button svg{color:#c7b7a3}.user-dropdown .redeem-button{width:100%;margin:8px 0}.user-dropdown .redeem-button:hover{filter:brightness(1.03)!important;transform:translateY(-.5px)!important}.user-dropdown .redeem-button:active{transform:translateY(.5px)scale(.99)!important}.mobile-bottom-nav{display:none}@media (width<=1100px){.desktop-action{display:none!important}.navbar-logo{margin-right:10px}.navbar-inner{gap:12px}}@media (width<=768px){.navbar{height:74px}.navbar-inner{gap:8px;padding:0 12px}.navbar-logo{width:112px;height:44px;margin-right:0}.navbar-logo img{width:112px}.desktop-nav-button{display:none!important}.navbar-left{flex-shrink:0;margin-right:0}.navbar-right,.auth-actions{justify-content:flex-end;gap:7px;margin-left:auto}.auth-actions .ph-btn{white-space:nowrap;height:36px;padding:0 10px;font-size:12px}.auth-actions .ph-btn svg{width:14px;height:14px}.navbar-center{left:50%}.navbar-balance{border-radius:9px;gap:8px;height:42px;padding:0 7px 0 12px}.navbar-balance img{width:22px;height:22px}.navbar-balance strong{min-width:44px;font-size:15px}.balance-plus{border-radius:8px;width:31px;height:31px;font-size:20px;line-height:31px}.notification-button{width:38px;height:38px;display:grid!important}.user-button{justify-content:center;width:38px;height:38px;padding:0}.user-button .user-name,.user-button .level-badge,.user-chevron{display:none}.user-dropdown{top:48px;right:0}.mobile-bottom-nav{z-index:90;box-sizing:border-box;background:#1b1b1a;border-top:1px solid #35312d;align-items:center;gap:12px;height:72px;padding:0 14px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 26px #00000073}.mobile-bottom-item{color:#c7b7a3;cursor:pointer;background:linear-gradient(#35312d 0%,#262524 100%);border:1px solid #35312d;border-radius:7px;place-items:center;width:38px;height:38px;display:grid;box-shadow:inset 0 1px #ffffff14,0 4px 12px #00000059}.mobile-bottom-item.active{color:#fcd144;border-color:#f5c487}.mobile-games-button{min-width:112px;margin-left:auto}}@media (width<=430px){.navbar-inner{padding:0 8px}.navbar-logo,.navbar-logo img{width:90px}.auth-actions{gap:6px}.auth-actions .ph-btn{height:34px;padding:0 8px;font-size:11px}.auth-actions .ph-btn svg{display:none}.navbar-center{left:49%}.navbar-balance{gap:7px;height:43px;padding:0 7px 0 11px}.navbar-balance img{width:22px;height:22px}.navbar-balance strong{min-width:42px;font-size:14px}.balance-plus{width:31px;height:31px}.notification-button,.user-button{width:37px;height:37px}}@media (width<=360px){.navbar-logo,.navbar-logo img{width:76px}.auth-actions .ph-btn{padding:0 7px;font-size:10.5px}.navbar-center{left:48%}.navbar-balance{gap:6px;height:40px;padding:0 6px 0 9px}.navbar-balance img{width:20px;height:20px}.navbar-balance strong{min-width:38px;font-size:13px}.balance-plus{width:28px;height:28px;font-size:18px;line-height:28px}.notification-button,.user-button{width:35px;height:35px}}.games-menu-wrap{flex-shrink:0;position:relative}.games-chevron{transition:transform .16s}.games-chevron.open{transform:rotate(180deg)}.games-dropdown{z-index:140;background:#171615;border:1px solid #2f2b27;border-radius:9px;width:178px;padding:8px;position:absolute;top:48px;left:0;box-shadow:0 18px 44px #00000080}.games-dropdown a,.games-dropup a{color:#eae3d9;border-radius:7px;align-items:center;gap:10px;height:38px;padding:0 10px;font-size:13px;font-weight:850;text-decoration:none;display:flex}.games-dropdown a:hover,.games-dropup a:hover{background:#24221f}.games-dropdown a svg,.games-dropup a svg{color:#c7b7a3}.mobile-games-wrap{flex-shrink:0;margin-left:auto;position:relative}.games-dropup{z-index:160;background:#171615;border:1px solid #2f2b27;border-radius:9px;width:178px;padding:8px;position:absolute;bottom:50px;right:0;box-shadow:0 -18px 44px #00000080}@media (width<=768px){.desktop-games-wrap{display:none}.mobile-games-button{margin-left:0}}.cart-menu-wrap{flex-shrink:0;position:relative}.cart-dropdown{z-index:150;background:#171615;border:1px solid #2f2b27;border-radius:9px;width:360px;min-height:320px;padding:14px;position:absolute;top:48px;right:0;box-shadow:0 18px 44px #0000008c}.cart-dropdown-head{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(#262421 0%,#1d1c1a 100%);border:none;border-radius:8px;align-items:center;gap:12px;width:100%;height:62px;padding:0 14px;display:flex}.cart-dropdown-head svg{color:#e7c28d;flex-shrink:0}.cart-dropdown-head div{flex:1;min-width:0}.cart-dropdown-head strong{color:#fff;font-size:15px;font-weight:950;display:block}.cart-dropdown-head span{color:#c7b7a3;margin-top:3px;font-size:12px;font-weight:800;display:block}.cart-dropdown-body{flex-direction:column;justify-content:flex-start;gap:8px;min-height:220px;display:flex}.cart-dropdown-body>p:only-child{margin:auto 0}.cart-dropdown-body p{color:#eae3d9;text-align:center;margin:0;font-size:13px;font-weight:850}.cart-dropdown-body p.cart-error{color:#ff9d9d;text-align:left;background:#ff57571a;border:1px solid #5a2a2a;border-radius:8px;padding:10px 12px;font-size:12px}.cart-item{background:#0f0f0e;border:1px solid #35312d;border-radius:8px;align-items:center;gap:10px;height:58px;padding:8px;display:flex}.cart-item img{object-fit:contain;width:42px;height:42px}.cart-item div{min-width:0}.cart-item strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:950;display:block;overflow:hidden}.cart-item span{color:#fcd144;margin-top:3px;font-size:12px;font-weight:900;display:block}@media (width<=768px){.cart-dropdown{width:auto;position:fixed;inset:auto 12px 84px}}.notification-menu-wrap{flex-shrink:0;position:relative}.notification-badge{color:#fff;text-align:center;background:linear-gradient(#ff7a7a 0%,#ff5757 100%);border:1px solid #171615;border-radius:999px;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:950;line-height:15px;position:absolute;top:-5px;right:-5px}.notification-dropdown{z-index:150;background:#171615;border:1px solid #2f2b27;border-radius:9px;flex-direction:column;width:360px;max-height:420px;padding:10px;display:flex;position:absolute;top:48px;right:0;box-shadow:0 18px 44px #0000008c}.notification-dropdown-head{justify-content:space-between;align-items:center;padding:4px 6px 10px;display:flex}.notification-dropdown-head strong{color:#fff;font-size:14px;font-weight:950}.notification-dropdown-head button{color:#f5c487;cursor:pointer;background:0 0;border:0;font-size:11.5px;font-weight:900}.notification-dropdown-head button:hover{color:#fcd144}.notification-dropdown-body{flex-direction:column;gap:6px;min-height:80px;max-height:360px;display:flex;overflow-y:auto}.notification-empty{color:#8f8b84;text-align:center;margin:24px 0;font-size:13px;font-weight:850}.notification-item{text-align:left;cursor:pointer;background:#0f0f0e;border:1px solid #2a2724;border-radius:8px;align-items:flex-start;gap:10px;width:100%;padding:10px;transition:border-color .15s,background .15s;display:flex}.notification-item:hover{border-color:#4a443e}.notification-item.is-unread{background:linear-gradient(#ff9a0017,#ff9a0005);border-color:#f5c48759}.notification-item-icon{color:#c7b7a3;background:linear-gradient(#2b2926 0%,#1a1917 100%);border:1px solid #35312d;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14,inset 0 -2px #00000059,0 2px 6px #0000004d}.notification-item-icon--level_up{color:#eafff2;background:linear-gradient(#3ec97f 0%,#1c8a52 100%);border-color:#6be59666;box-shadow:inset 0 1px #ffffff59,inset 0 -2px #00000040,0 0 14px #6be59647}.notification-item-icon--promo_redeemed{color:#2d1900;background:linear-gradient(#ffd65c 0%,#ffb326 48%,#f59b07 100%);border-color:#f5c487;box-shadow:inset 0 1px #ffffff73,inset 0 -2px #61330047,0 0 14px #ff9a0040}.notification-item-icon--wallet_deposit,.notification-item-icon--wallet_withdrawal{color:#eaf4ff;background:linear-gradient(#5aa8ff 0%,#2f6fd6 100%);border-color:#65b8ff66;box-shadow:inset 0 1px #ffffff59,inset 0 -2px #00000040,0 0 14px #65b8ff47}.notification-item-thumb{background:linear-gradient(#201f1d 0%,#171615 100%);border:1px solid #f5c487;border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid;position:relative;overflow:hidden}.notification-item-thumb-glow{filter:blur(4px);background:radial-gradient(circle,#ffd65c80 0%,#ffd65c00 72%);border-radius:999px;position:absolute;inset:-6px}.notification-item-thumb img{z-index:1;object-fit:contain;filter:drop-shadow(0 2px 3px #00000080);width:26px;height:26px;position:relative}.notification-item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.notification-item-body strong{color:#fff;font-size:12.5px;font-weight:950}.notification-item-body span{color:#c7b7a3;font-size:12px;font-weight:750;line-height:1.3}.notification-item-body em{color:#8f8b84;margin-top:2px;font-size:10.5px;font-style:normal;font-weight:800}@media (width<=768px){.notification-dropdown{width:auto;position:fixed;inset:auto 12px 84px}}.case-sell-button{min-width:190px;margin-top:14px}.games-dropdown button,.games-dropup button{color:#eae3d9;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;align-items:center;gap:10px;width:100%;height:38px;padding:0 10px;font-size:13px;font-weight:850;display:flex}.games-dropdown button:hover,.games-dropup button:hover{background:#24221f}.games-dropdown button svg,.games-dropup button svg{color:#c7b7a3}.cart-actions{grid-template-columns:1fr 1fr 1fr;gap:7px;margin:10px 0;display:grid}.cart-actions button,.cart-sell-one{color:#3a2200;cursor:pointer;background:linear-gradient(#ffd65c,#ff9a00);border:1px solid #f5c487;border-radius:7px;height:32px;font-size:11px;font-weight:950}.cart-actions button:disabled,.cart-sell-one:disabled{opacity:.5;cursor:not-allowed}.cart-item input{flex-shrink:0;width:16px;height:16px}.cart-sell-one{flex-shrink:0;width:54px}.site-footer{background:linear-gradient(#141413f5,#0f0f0efa),#151514;border-top:1px solid #2d2a25;width:100%;margin-top:40px}.site-footer__inner{box-sizing:border-box;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;max-width:1360px;margin:0 auto;padding:36px 24px 28px;display:flex}.site-footer__brand{flex-direction:column;gap:12px;max-width:320px;display:flex}.site-footer__logo{cursor:pointer;background:0 0;border:0;align-items:center;width:140px;height:42px;padding:0;display:flex}.site-footer__logo img{object-fit:contain;object-position:left center;width:100%;height:100%}.site-footer__tagline{color:#f5c487;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:900}.site-footer__brand p{color:#8f8b84;margin:0;font-size:12.5px;font-weight:700;line-height:1.5}.site-footer__columns{flex-wrap:wrap;gap:40px;display:flex}.site-footer__column{flex-direction:column;gap:11px;min-width:140px;display:flex}.site-footer__heading{color:#eae3d9;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:11.5px;font-weight:950}.site-footer__column button{color:#c7b7a3;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12.5px;font-weight:800;transition:color .15s;display:inline-flex}.site-footer__column button svg{color:#5f554b;flex-shrink:0;transition:color .15s}.site-footer__column button:hover,.site-footer__column button:hover svg{color:#fcd144}.site-footer__inert{color:#5f554b;cursor:default;font-size:12.5px;font-weight:800}.site-footer__text{color:#8f8b84;max-width:260px;margin:0;font-size:12px;font-weight:700;line-height:1.5}.site-footer__bottom{box-sizing:border-box;color:#5f554b;border-top:1px solid #2a2724;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1360px;margin:0 auto;padding:16px 24px;font-size:11px;font-weight:800;display:flex}@media (width<=720px){.site-footer__inner{text-align:center;flex-direction:column;align-items:center;gap:28px;padding:28px 18px 22px}.site-footer__brand{align-items:center}.site-footer__columns{text-align:center;justify-content:center;gap:32px}.site-footer__column{align-items:center}.site-footer__column button{justify-content:center}.site-footer__bottom{text-align:center;justify-content:center;padding:14px 18px}}@media (width<=1100px){.site-footer{padding-bottom:72px}}.auth{z-index:200;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.auth-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#000000b8;border:none;position:absolute;inset:0}.auth-modal{z-index:2;background:#151514;border:1px solid #35312d;border-radius:12px;grid-template-columns:1fr .92fr;width:min(760px,100%);max-height:calc(100dvh - 32px);animation:.2s both auth-modal-in;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #0009}.auth-visual{background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:560px}.auth-visual-login{background-image:linear-gradient(#2625241f,#15151438),url(/auth/login-desktop.png)}.auth-visual-register{background-image:linear-gradient(#2625241f,#15151438),url(/auth/register-desktop.png)}.auth-content{scrollbar-width:none;min-height:0;max-height:calc(100dvh - 32px);padding:22px 18px;position:relative;overflow-y:auto}.auth-content::-webkit-scrollbar{display:none}.auth-close{color:#c7b7a3;cursor:pointer;background:#262524;border:1px solid #35312d;border-radius:7px;place-items:center;width:30px;height:30px;transition:all .18s;display:grid;position:absolute;top:12px;right:12px}.auth-close:hover{color:#fff;transform:rotate(90deg)}.auth-header{gap:12px;margin-bottom:20px;padding-right:34px;display:flex}.auth-header-icon{color:#3a2200;background:linear-gradient(#ffd65c,#ff9a00);border-radius:8px;flex:none;place-items:center;width:42px;height:42px;display:grid;box-shadow:inset 0 1px #ffffff59,0 4px 12px #00000059}.auth-header h2{color:#fff;text-transform:uppercase;margin:0;font-size:22px;font-weight:950;line-height:1}.auth-header p{color:#c7b7a3;margin:7px 0 0;font-size:13px;font-weight:700}.auth-tabs{grid-template-columns:1fr 1fr;gap:8px;height:42px;margin-bottom:14px;display:grid}.auth-tab-button{width:100%}.auth-form{flex-direction:column;gap:11px;display:flex}.auth-form-animated{animation:.22s both auth-form-swap}.auth-form label{color:#c7b7a3;font-size:13px;font-weight:800}.auth-form input{box-sizing:border-box;color:#111;background:#e8eef8;border:1px solid #35312d;border-radius:7px;outline:none;width:100%;height:38px;margin-top:6px;padding:0 12px;font-weight:700}.auth-form input::placeholder{color:#6f6257}.auth-form input:focus{border-color:#f5c487;box-shadow:0 0 0 3px #f5c4871a}.auth-password{position:relative}.auth-password input{padding-right:42px}.auth-password button{color:#b5a38f;cursor:pointer;background:0 0;border:none;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:calc(50% + 3px);right:8px;transform:translateY(-50%)}.auth-ref-code{text-transform:uppercase}.auth-checkbox{grid-template-columns:20px 1fr;align-items:start;gap:10px;display:grid}.auth-checkbox input{accent-color:#ff9a00;width:20px;height:20px;margin:0}.auth-checkbox span{color:#c7b7a3;font-size:13px;line-height:1.35}.auth-error{color:#ff6a7d;background:#ff3c501f;border:1px solid #ff3c5059;border-radius:7px;padding:9px 10px;font-size:12px;font-weight:800}.auth-submit-button{width:100%;margin-top:4px}.auth-or{text-align:center;color:#a89784;margin:18px 0;font-size:13px;font-weight:900}.auth-providers{grid-template-columns:repeat(3,1fr);gap:11px;display:grid}.auth-providers .ph-btn{width:100%}.auth-provider-button,.auth-provider-button .ph-btn-content{color:#eae3d9!important}.auth-provider-button svg{width:22px;height:22px;opacity:1!important;color:#eae3d9!important;fill:#eae3d9!important;stroke:none!important}.auth-provider-button svg path,.auth-provider-button svg g,.auth-provider-button svg circle,.auth-provider-button svg polygon{fill:#eae3d9!important;stroke:none!important;opacity:1!important}@keyframes auth-modal-in{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-form-swap{0%{opacity:0;filter:blur(2px);transform:translate(10px)}to{opacity:1;filter:blur();transform:translate(0)}}@media (width<=760px){.auth{justify-content:center;align-items:center;padding:12px}.auth-modal{grid-template-columns:1fr;width:min(420px,100%);max-height:calc(100dvh - 24px);display:grid;overflow:hidden}.auth-visual{min-height:120px}.auth-visual-login{background-image:linear-gradient(#2625241f,#15151438),url(/auth/login-mobile.png)}.auth-visual-register{background-image:linear-gradient(#2625241f,#15151438),url(/auth/register-mobile.png)}.auth-content{max-height:calc(100dvh - 144px);padding:16px;overflow-y:auto}.auth-header{margin-bottom:14px}.auth-header-icon{width:38px;height:38px}.auth-header h2{font-size:20px}.auth-header p{font-size:12px}.auth-tabs{height:38px;margin-bottom:12px}.auth-form{gap:9px}.auth-form input{height:36px;margin-top:5px}.auth-or{margin:13px 0}}@media (width<=420px){.auth{padding:8px}.auth-modal{width:100%;max-height:calc(100dvh - 16px)}.auth-visual{min-height:92px}.auth-content{max-height:calc(100dvh - 108px);padding:14px}.auth-close{top:10px;right:10px}.auth-header{gap:10px;margin-bottom:12px}.auth-header-icon{width:34px;height:34px}.auth-header h2{font-size:18px}.auth-header p{font-size:11px}.auth-tabs{height:36px}.auth-form input{height:34px;font-size:13px}.auth-checkbox span{font-size:12px}.auth-providers{gap:8px}}.chat-user-card-backdrop{z-index:300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.chat-user-card{background:linear-gradient(#201f1d 0%,#151514 100%);border:1px solid #35312d;border-radius:12px;width:100%;max-width:320px;padding:20px;position:relative;box-shadow:0 20px 50px #00000080}.chat-user-card__close{color:#c7b7a3;cursor:pointer;background:#171615;border:1px solid #35312d;border-radius:7px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:10px;right:10px}.chat-user-card__loading{color:#8f8b84;justify-content:center;align-items:center;min-height:120px;font-size:12.5px;font-weight:800;display:flex}.chat-user-card__hero{align-items:center;gap:12px;margin-bottom:16px;display:flex}.chat-user-card__avatar{color:#fcd144;background:linear-gradient(#403c37 0%,#1e1d1b 100%);border:1px solid #f5c487;border-radius:12px;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.chat-user-card__avatar img{object-fit:cover;width:100%;height:100%}.chat-user-card__hero-main{flex:1;min-width:0}.chat-user-card__title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chat-user-card__hero strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:15px;font-weight:950;display:block;overflow:hidden}.chat-user-card__xp{grid-template-columns:20px minmax(0,1fr) 20px;align-items:center;gap:6px;width:100%;margin-top:8px;display:grid}.chat-user-card__xp small{color:#c7b7a3;background:#0f0f0e;border:1px solid #35312d;border-radius:5px;place-items:center;height:18px;font-size:9.5px;font-weight:950;display:grid}.chat-user-card__xp div{background:#0f0f0e;border-radius:999px;height:5px;overflow:hidden}.chat-user-card__xp span{background:linear-gradient(90deg,#ffd65c,#f59b07);height:100%;display:block}.chat-user-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.chat-user-card__stat{color:#f5c487;background:#0f0f0e;border:1px solid #2a2724;border-radius:9px;align-items:center;gap:7px;padding:9px 8px;display:flex}.chat-user-card__stat strong{color:#eae3d9;font-size:12px;font-weight:950;display:block}.chat-user-card__stat span{color:#8f8b84;text-transform:uppercase;font-size:9.5px;font-weight:800}.chat-user-card__best{background:linear-gradient(#1c1a17 0%,#0f0f0e 100%);border:1px solid #2a2724;border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:10px 14px 10px 10px;display:flex}.chat-user-card__best-thumb{color:#a89784;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid;position:relative}.chat-user-card__best-glow{opacity:.25;filter:blur(14px);background:#fcd144;border-radius:50%;width:40px;height:40px;margin:auto;position:absolute;inset:0}.chat-user-card__best-thumb img{z-index:1;object-fit:contain;filter:drop-shadow(0 6px 8px #00000080);max-width:100%;max-height:100%;position:relative}.chat-user-card__best-label{color:#8f8b84;text-transform:uppercase;letter-spacing:.04em;font-size:9.5px;font-weight:900;display:block}.chat-user-card__best strong{color:#eae3d9;text-overflow:ellipsis;white-space:nowrap;max-width:200px;margin-top:2px;font-size:12.5px;font-weight:900;display:block;overflow:hidden}.chat-user-card__best em{color:#fcd144;margin-top:2px;font-size:11.5px;font-style:normal;font-weight:950;display:block}.chat-user-card__tip{background:linear-gradient(#ffd65c0d 0%,#14120f 60%);border:1px solid #3a352f;border-radius:10px;margin-top:4px;padding:14px}.chat-user-card__tip-label{color:#8f8b84;text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:900;display:inline-flex}.chat-user-card__error{color:#ff9d9d;background:#ff57571a;border:1px solid #5a2a2a;border-radius:7px;margin-bottom:8px;padding:7px 9px;font-size:11px;font-weight:800}.chat-user-card__success{color:#6be596;background:#6be5961a;border:1px solid #2f6b45;border-radius:7px;margin-bottom:8px;padding:7px 9px;font-size:11px;font-weight:800}.chat-user-card__tip-chips{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:8px;display:grid}.chat-user-card__tip-chips button{color:#d4c3af;cursor:pointer;background:#171615;border:1px solid #35312d;border-radius:7px;justify-content:center;align-items:center;gap:4px;height:32px;font-size:12px;font-weight:900;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.chat-user-card__tip-chips button svg{color:#f5c487}.chat-user-card__tip-chips button:hover:not(:disabled){color:#eae3d9;background:#201f1d;border-color:#f5c487}.chat-user-card__tip-chips button:disabled{opacity:.45;cursor:default}.chat-user-card__tip-custom{background:#0f0f0e;border:1px solid #35312d;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 0 0 10px;display:flex}.chat-user-card__tip-custom span{color:#6b665f;font-size:13px;font-weight:900}.chat-user-card__tip-custom input{color:#eae3d9;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;font-size:12.5px;font-weight:700}.chat-user-card__tip-submit{cursor:pointer;border:none;border-radius:0 7px 7px 0;flex-shrink:0;height:100%;padding:0 16px;font-size:12px;font-weight:950;color:#3a2200!important;background:linear-gradient(#ffd65c,#ff9a00)!important}.chat-user-card__tip-submit:disabled{opacity:.5;cursor:default}.case-particles{z-index:5;pointer-events:none;position:absolute;inset:0;overflow:hidden}.case-particles i{left:var(--p-left);width:var(--p-size);height:var(--p-size);opacity:var(--p-opacity);filter:blur(.15px)drop-shadow(0 0 7px);animation:caseParticleFloat var(--p-duration) linear infinite;animation-delay:var(--p-delay);background:currentColor;border-radius:50%;position:absolute;bottom:-14px}@keyframes caseParticleFloat{0%{opacity:0;transform:translate(0,0)scale(.55)}12%,72%{opacity:var(--p-opacity)}to{transform:translate3d(var(--p-drift), -214px, 0) scale(1.15);opacity:0}}.big-win-card,.big-win-card *{box-sizing:border-box}.big-win-card{--big-win-color:currentColor;isolation:isolate;color:#8b8f97;background:#201f1d;border:1px solid #ffffff2e;border-radius:10px;flex:0 0 62px;align-items:center;gap:10px;width:100%;min-width:0;height:62px;min-height:62px;max-height:62px;margin:2px 0;padding:8px 10px;transition:filter .28s,border-color .28s,box-shadow .28s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #00000047}.big-win-card:hover{filter:brightness(1.07);border-color:color-mix(in srgb, var(--big-win-color) 55%, #ffffff2e);box-shadow:inset 0 1px 0 #ffffff24, 0 12px 24px #0000005c, 0 0 22px color-mix(in srgb, var(--big-win-color) 24%, transparent)}.big-win-card__bg,.big-win-card__overlay,.big-win-card__noise,.big-win-card__shine{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.big-win-card__bg{z-index:0;object-fit:cover;object-position:center;opacity:1;display:block}.big-win-card__overlay{z-index:1;background:radial-gradient(circle at 7% 50%, color-mix(in srgb, var(--big-win-color) 35%, transparent), transparent 42%), linear-gradient(90deg, color-mix(in srgb, var(--big-win-color) 10%, transparent), #11111070 48%, #0c0c0cb8 100%), linear-gradient(180deg, #ffffff0a, transparent 24%), linear-gradient(0deg, #0003, transparent 58%)}.big-win-card__noise{z-index:2;opacity:.28;background:repeating-linear-gradient(135deg,#ffffff07 0 1px,#0000 1px 13px)}.big-win-card__shine{z-index:7;background:linear-gradient(115deg, transparent 42%, color-mix(in srgb, var(--big-win-color) 26%, transparent) 50%, transparent 58%);transition:transform .75s;transform:translate(-130%)}.big-win-card:hover .big-win-card__shine{transform:translate(130%)}.big-win-card .case-particles{z-index:4}.big-win-card:hover .case-particles{filter:brightness(1.35)}.big-win-card__thumb{z-index:6;isolation:isolate;border:1px solid color-mix(in srgb, var(--big-win-color) 30%, #2a2725);background:color-mix(in srgb, var(--big-win-color) 8%, #171615e0);border-radius:8px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid;position:relative;overflow:visible}.big-win-card__glow{z-index:-1;background:var(--big-win-color);opacity:.25;filter:blur(11px);border-radius:50%;transition:opacity .28s,filter .28s;position:absolute;inset:-7px}.big-win-card:hover .big-win-card__glow{opacity:.4;filter:blur(14px)}.big-win-card__corner{z-index:2;color:var(--big-win-color);opacity:.45;font-size:12px;font-weight:950;line-height:1;position:absolute;top:1px;right:4px}.big-win-card__thumb img{object-fit:contain;width:40px;max-width:40px;height:40px;max-height:40px;filter:drop-shadow(0 4px 6px #00000080) drop-shadow(0 0 5px color-mix(in srgb, var(--big-win-color) 20%, transparent));transition:transform .28s;display:block}.big-win-card:hover .big-win-card__thumb img{transform:translateY(-1px)scale(1.05)}.big-win-card__thumb svg{color:var(--big-win-color)}.big-win-card__body{z-index:6;flex-direction:column;flex:auto;min-width:0;display:flex;position:relative;overflow:hidden}.big-win-card__headline{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.big-win-card__headline strong{min-width:0;color:var(--big-win-color);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 2px 5px #0006, 0 0 8px color-mix(in srgb, var(--big-win-color) 18%, transparent);font-size:12.5px;font-weight:950;line-height:1.1;overflow:hidden}.big-win-card__headline em{border:1px solid color-mix(in srgb, var(--big-win-color) 30%, transparent);background:color-mix(in srgb, var(--big-win-color) 18%, transparent);color:var(--big-win-color);border-radius:5px;flex:none;padding:1px 5px;font-size:10px;font-style:normal;font-weight:950;line-height:1.25}.big-win-card__item{color:#f3eee8;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 2px 4px #00000073;width:100%;min-width:0;margin-top:1px;font-size:12.5px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.big-win-card__meta{color:#9b9188;white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;margin-top:1px;font-size:10.5px;font-weight:800;line-height:1.2;display:block;overflow:hidden}.big-win-card__price{z-index:6;color:#f3eee8;white-space:nowrap;text-shadow:0 3px 6px #0006;flex:none;align-items:baseline;font-size:14px;font-weight:950;line-height:1;display:inline-flex;position:relative}.big-win-card__dollar{color:var(--big-win-color);margin-right:1px;font-size:11px}.big-win-card__price small{color:#8a8178;font-size:10.5px;font-weight:800}.tier-gray{--big-win-color:#9b9288;color:#9b9288}.tier-green{--big-win-color:#4fd97a;color:#4fd97a}.tier-blue{--big-win-color:#4f91ff;color:#4f91ff}.tier-purple{--big-win-color:#b56cff;color:#b56cff}.tier-gold{--big-win-color:#ffd65c;color:#ffd65c}.tier-red{--big-win-color:#ff5757;color:#ff5757}@media (prefers-reduced-motion:reduce){.big-win-card,.big-win-card__shine,.big-win-card__glow,.big-win-card__thumb img{transition:none}.big-win-card__shine{display:none}}.chat-backdrop{z-index:180;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;background:#00000094;transition:all .18s;position:fixed;inset:68px 0 0}.chat-backdrop.open{opacity:1;pointer-events:auto}.chat-drawer{z-index:181;background-color:#11100f;background-image:linear-gradient(#181614fa,#0a0a09fc),url(/navbar/navbar-bg.png),none;background-position:50%;background-repeat:repeat,repeat,repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-right:1px solid #302b26;flex-direction:column;width:350px;max-width:350px;transition:transform .22s;display:flex;position:fixed;top:68px;bottom:0;left:0;overflow:hidden;transform:translate(-105%);box-shadow:18px 0 46px #0000009e}.chat-drawer:before{content:"";pointer-events:none;opacity:.16;z-index:0;background:repeating-linear-gradient(90deg,#ffffff09 0 1px,#0000 1px 9px),repeating-linear-gradient(0deg,#ffffff06 0 1px,#0000 1px 9px);position:absolute;inset:0}.chat-drawer.open{transform:translate(0)}.chat-header,.chat-rain-card,.chat-messages,.chat-bottom{z-index:1;position:relative}.chat-header{background:#221f1cf0;border-bottom:1px solid #2d2925;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:48px;padding:0 10px;display:flex}.chat-online{color:#eee2d3;align-items:center;gap:8px;display:flex}.chat-online i{background:#ff3868;border-radius:50%;width:9px;height:9px;box-shadow:0 0 14px #ff3868b3}.chat-online strong{font-size:14px;font-weight:950}.chat-header-actions{align-items:center;gap:6px;display:flex}.chat-header-actions button{color:#d2c2af;cursor:pointer;background:linear-gradient(#312d29,#201f1d);border:1px solid #38332e;border-radius:7px;align-items:center;gap:5px;height:32px;padding:0 9px;font-size:12px;font-weight:900;display:inline-flex}.chat-header-actions button svg{color:#c7b7a3}.chat-collapse{justify-content:center;width:32px!important;padding:0!important}.chat-rain-toast{z-index:1;color:#6be596;background:#6be5961f;border:1px solid #2f6b45;border-radius:7px;flex-shrink:0;margin:8px 10px 0;padding:8px 10px;font-size:11.5px;font-weight:850;position:relative}.chat-tip-panel{z-index:1;background:linear-gradient(#ffd65c0d 0%,#14120f 60%);border:1px solid #3a352f;border-radius:10px;flex-shrink:0;margin:0 10px 12px;padding:12px;position:relative;box-shadow:inset 0 1px #ffffff0a}.chat-tip-panel__header{color:#f5c487;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:950;display:flex}.chat-tip-panel__chips{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:8px;display:grid}.chat-tip-panel__chips button{color:#d4c3af;cursor:pointer;background:#1f1d1b;border:1px solid #3f3933;border-radius:7px;justify-content:center;align-items:center;gap:4px;height:32px;font-size:12px;font-weight:900;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.chat-tip-panel__chips button svg{color:#f5c487;flex-shrink:0}.chat-tip-panel__chips button:hover:not(:disabled){color:#eae3d9;background:#262019;border-color:#f5c487}.chat-tip-panel__chips button:disabled{opacity:.45;cursor:default}.chat-tip-panel__custom{background:#090908;border:1px solid #3f3933;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 0 0 10px;display:flex}.chat-tip-panel__dollar{color:#6b665f;font-size:13px;font-weight:900}.chat-tip-panel__custom input{color:#fff;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;font-size:12.5px;font-weight:800}.chat-tip-panel__submit{cursor:pointer;border:none;border-radius:0 7px 7px 0;flex-shrink:0;height:100%;padding:0 16px;font-size:12px;font-weight:950;color:#3a2200!important;background:linear-gradient(#ffd65c,#ff9a00)!important}.chat-tip-panel__submit:disabled{opacity:.5;cursor:default}.chat-rules-panel{background:#11100f;border:1px solid #34302b;border-radius:8px;margin-bottom:8px;padding:10px}.chat-rules-panel__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.chat-rules-panel__header strong{color:#efe5d8;font-size:12.5px;font-weight:950}.chat-rules-panel__header button{color:#b7a997;cursor:pointer;background:0 0;border:none}.chat-rules-panel ul{flex-direction:column;gap:5px;margin:0;padding-left:16px;display:flex}.chat-rules-panel li{color:#cfc0ae;font-size:11.5px;font-weight:750;line-height:1.4}.chat-rain-progress{z-index:1;background:#00000059;height:3px;position:absolute;bottom:0;left:0;right:0}.chat-rain-progress span{background:linear-gradient(90deg,#ffd65c,#ff9a00);height:100%;transition:width 1s linear;display:block}.chat-rain-history{z-index:1;flex-direction:column;flex-shrink:0;gap:3px;margin:0 10px 10px;display:flex;position:relative}.chat-rain-history span{color:#8f8378;align-items:center;gap:5px;font-size:10.5px;font-weight:750;display:flex}.chat-rain-history svg{color:#6b5c47;flex-shrink:0}.chat-rain-card{box-sizing:border-box;background:radial-gradient(circle at 20%,#ffab2773,#0000 35%),linear-gradient(90deg,#483016,#110d0a);border:1px solid #c07a20;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;height:64px;margin:10px 10px 12px;padding:9px 10px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff24,0 8px 18px #00000059}.chat-rain-bg{opacity:.95;background-image:url(/chat/rain-bg.png);background-position:50%;background-size:cover;position:absolute;inset:0}.chat-rain-left,.chat-rain-amount{z-index:1;position:relative}.chat-rain-left{min-width:0}.chat-rain-left strong{color:#fff0dc;text-transform:uppercase;font-size:16px;font-weight:950;line-height:1;display:block}.chat-rain-left span{color:#b7a997;align-items:center;gap:5px;margin-top:8px;font-size:12px;font-weight:850;display:flex}.chat-rain-left span i{color:#d7c7b4;background:#26221ee6;border-radius:6px;align-items:center;height:20px;padding:0 7px;font-style:normal;display:inline-flex}.chat-rain-amount{color:#fff;background:linear-gradient(#2b241c,#181613);border:1px solid #f5c487;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;height:42px;padding:0 5px 0 9px;display:flex}.chat-rain-amount img{width:18px;height:18px}.chat-rain-amount strong{min-width:36px;font-size:15px;font-weight:950}.chat-rain-amount button{color:#3a2200;cursor:pointer;background:linear-gradient(#ffd65c,#ff9a00);border:1px solid #f5c487;border-radius:7px;place-items:center;width:38px;height:32px;display:grid;box-shadow:inset 0 1px #ffffff59,0 2px #9b5a00}.chat-messages{scrollbar-width:thin;flex-direction:column;flex:1;gap:14px;min-height:0;padding:0 18px 18px;display:flex;overflow-y:auto}.chat-message{align-items:flex-start;gap:10px;width:100%;min-width:0;display:flex}.chat-avatar{color:#f2e8dd;background:linear-gradient(#6b5145,#4a3027);border:1px solid #ffffff1f;border-radius:50%;flex:0 0 29px;place-items:center;width:29px;height:29px;font-size:12px;font-weight:950;display:grid;overflow:hidden;box-shadow:0 4px 10px #00000052}.chat-avatar img{object-fit:cover;width:100%;height:100%}.chat-avatar--clickable{cursor:pointer;padding:0}.chat-avatar--clickable:hover{border-color:#f5c487}.chat-message-content{flex:1;min-width:0;padding-top:0}.chat-userline{align-items:center;gap:6px;min-height:16px;display:flex}.chat-userline strong,.chat-userline__name{text-overflow:ellipsis;white-space:nowrap;color:#efe5d8;max-width:172px;font-size:13px;font-weight:950;line-height:1;overflow:hidden}.chat-userline__name{cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit}.chat-userline__name:hover{color:#fcd144}.chat-userline span{color:#f5c487;background:linear-gradient(#8a633b,#533723);border:1px solid #f5c48738;border-radius:6px;flex-shrink:0;align-items:center;height:18px;padding:0 7px;font-size:10px;font-weight:950;line-height:1;display:inline-flex}.chat-message__delete{color:#6b665f;cursor:pointer;background:0 0;border:none;flex-shrink:0;place-items:center;width:20px;height:20px;margin-left:auto;display:grid}.chat-message__delete:hover:not(:disabled){color:#ff6a7d}.chat-message__delete:disabled{opacity:.5;cursor:default}.chat-message-content p{color:#cfc0ae;word-break:break-word;margin:4px 0 0;font-size:13px;font-weight:850;line-height:1.34}.chat-bottom{background:#0f0e0dfa;border-top:1px solid #2d2925;flex-shrink:0;padding:9px 13px 10px}.chat-input-shell{box-sizing:border-box;background:#23201deb;border:1px solid #34302b;border-radius:9px;align-items:center;gap:7px;height:48px;padding:7px;display:flex}.chat-input-shell input{color:#fff;background:#090908;border:none;border-radius:7px;outline:none;flex:1;min-width:0;height:34px;padding:0 12px;font-size:13px;font-weight:850}.chat-input-shell input::placeholder{color:#9a8b7b}.chat-emoji-button,.chat-send{flex:0 0 34px;width:34px;height:34px;padding:0!important}.chat-emoji-button{color:#d4c3af;cursor:pointer;background:#181613;border:none;border-radius:7px;place-items:center;display:grid}.chat-send .ph-btn-content{gap:0}.chat-emoji-panel{background:#11100f;border:1px solid #34302b;border-radius:8px;flex-wrap:wrap;gap:6px;margin-bottom:8px;padding:8px;display:flex}.chat-emoji-panel button{cursor:pointer;background:#1f1d1b;border:1px solid #3f3933;border-radius:7px;width:32px;height:32px;font-size:16px}.chat-footer{color:#9b8d7c;justify-content:space-between;align-items:center;height:22px;margin-top:7px;font-size:11px;font-weight:900;display:flex}.chat-footer span,.chat-footer button{align-items:center;gap:5px;display:inline-flex}.chat-footer button{color:#b7a997;cursor:pointer;background:0 0;border:none;font-size:11px;font-weight:900}.chat-floating-button{z-index:70;width:46px;height:46px;position:fixed;top:82px;left:8px;padding:0!important}.chat-floating-button .ph-btn-content{gap:0}@media (width>=769px){.chat-backdrop{display:none}}@media (width<=768px){.chat-backdrop{inset:72px 0 0}.chat-drawer{width:86vw;max-width:360px;top:72px;bottom:0}.chat-floating-button{display:none!important}}@media (width<=540px){.chat-drawer{width:88vw;max-width:none}.chat-header{height:48px;padding:0 9px}.chat-header-actions button{padding:0 8px}.chat-header-actions button span{display:none}.chat-rain-card{height:64px;margin:10px 10px 12px}.chat-messages{gap:14px;padding:0 16px 18px}.chat-userline strong{max-width:145px}.chat-bottom{padding:9px 10px 10px}}@media (width<=370px){.chat-drawer{width:92vw}.chat-rain-left strong{font-size:14px}.chat-rain-amount{height:38px}.chat-userline strong{max-width:116px}.chat-messages{padding-left:14px;padding-right:14px}}.require-admin-gate{color:#c7b7a3;justify-content:center;align-items:center;gap:10px;min-height:calc(100vh - 68px);font-size:14px;font-weight:900;display:flex}.require-admin-gate svg{color:#fcd144}.level-up-toast{z-index:3000;pointer-events:none;background:linear-gradient(#2b2418 0%,#1c1712 100%);border:1px solid #f5c487;border-radius:12px;align-items:center;gap:12px;height:62px;padding:0 22px 0 14px;animation:.5s cubic-bezier(.2,.95,.18,1.12) both levelUpToastPop,.4s ease-in 3.8s both levelUpToastOut;display:flex;position:fixed;top:84px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px #ffffff1f,0 16px 40px #00000080,0 0 40px #ff9a0040}.level-up-toast__glow{filter:blur(6px);pointer-events:none;z-index:-1;background:radial-gradient(circle,#ffb32647 0%,#ff9a0000 72%);border-radius:20px;position:absolute;inset:-30px}.level-up-toast__icon{color:#2d1900;background:linear-gradient(#ffd65c 0%,#ffb326 48%,#f59b07 100%);border-radius:999px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;box-shadow:inset 0 1px #ffffff73,0 3px 10px #ff9a0059}.level-up-toast__text{flex-direction:column;gap:2px;display:flex}.level-up-toast__text strong{color:#ffd65c;letter-spacing:.04em;text-shadow:0 0 14px #ffd65c59;font-size:14px;font-weight:950;line-height:1}.level-up-toast__text span{color:#eae3d9;font-size:12.5px;font-weight:800;line-height:1}@keyframes levelUpToastPop{0%{opacity:0;transform:translate(-50%)translateY(-14px)scale(.92)}55%{opacity:1;transform:translate(-50%)translateY(2px)scale(1.02)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@keyframes levelUpToastOut{0%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-10px)scale(.96)}}@media (width<=560px){.level-up-toast{gap:9px;height:54px;padding:0 16px 0 10px;top:70px}.level-up-toast__icon{width:34px;height:34px}.level-up-toast__text strong{font-size:12.5px}.level-up-toast__text span{font-size:11.5px}}
