.live-support-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000}.live-support-modal{position:fixed!important;bottom:30px!important;right:30px!important;width:450px!important;max-width:95%!important;height:600px!important;max-height:80vh!important;z-index:10001!important;background-color:#0f1226!important;border-radius:12px!important;border:2px solid #1e7bf6!important;box-shadow:0 10px 30px rgba(0,0,0,.8)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;animation:slideInFromBottom .3s ease-out!important}@keyframes slideInFromBottom{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content{max-height:80vh;background-color:#0f1226;overflow:hidden;border:1px solid rgba(30,123,246,.3);border-radius:12px}.modal-content,.support-view{display:flex;flex-direction:column;height:100%}.support-view{position:relative}.support-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);background-color:#121630;position:sticky;top:0;z-index:10}.support-header h2{margin:0;font-size:1.2rem;color:#fff;font-weight:600}.support-logo{display:flex;align-items:center}.support-logo img{height:28px;width:auto}.support-agents{display:flex;align-items:center;padding-right:15px}.agent-avatar{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:8px;border:2px solid #1e7bf6}.agent-status{width:24px;height:24px;border-radius:50%;background-color:#4caf50;color:white;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-left:-12px;border:2px solid #121630}.close-button{color:#fff;padding:8px;transition:all .2s}.close-button:hover{transform:rotate(90deg)}.back-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.back-button:hover{background-color:rgba(255,255,255,.1)}.expand-button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.expand-button:hover{background-color:rgba(255,255,255,.1)}.support-content{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#1e7bf6 #121630;padding:20px 20px 120px;position:relative;z-index:10}.support-content::-webkit-scrollbar{width:6px}.support-content::-webkit-scrollbar-track{background:#121630}.support-content::-webkit-scrollbar-thumb{background-color:#1e7bf6;border-radius:6px}.greeting{margin-bottom:24px;color:#fff}.greeting h2{font-size:1.8rem;margin-bottom:8px;font-weight:600}.greeting p{font-size:1.2rem;color:#ccc}.wave{display:inline-block;animation:wave 1.5s infinite;transform-origin:70% 70%}@keyframes wave{0%{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.search-container{position:relative;margin-bottom:24px}.search-input{width:100%;padding:14px 45px 14px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background-color:#1a1f3d;color:#fff;font-size:1rem;transition:all .2s}.search-input::-moz-placeholder{color:#8a8eab}.search-input::placeholder{color:#8a8eab}.search-input:focus{border-color:#1e7bf6;box-shadow:0 0 0 2px rgba(30,123,246,.2)}.search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#4caf50}.quick-help-topics{display:flex;flex-direction:column;gap:12px}.help-topic{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#1a1f3d;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid rgba(255,255,255,.05);margin-top:10px}.help-topic:hover{background-color:#232952;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.topic-text{color:#fff;font-size:.95rem;font-weight:500}.topic-icon{color:#4caf50;flex-shrink:0;margin-left:12px}.support-navigation{display:flex;justify-content:space-around;border-top:1px solid rgba(255,255,255,.08);background-color:#121630;padding:4px 0;position:fixed;bottom:30px;left:auto;right:auto;z-index:20000;width:450px;border-radius:0 0 10px 10px}.live-support-modal .support-navigation{position:absolute;max-width:450px;width:calc(100% - 4px);bottom:0;left:0;border-radius:0 0 10px 10px}.nav-button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background:none;border:none;color:#8a8eab;cursor:pointer;transition:all .2s;position:relative}.nav-button:hover{color:#fff}.nav-button.active{color:#4caf50}.nav-button.active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%);width:40%;height:3px;background-color:#4caf50;border-radius:3px 3px 0 0}.nav-button span{font-size:.8rem;margin-top:6px;font-weight:500}.empty-messages{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;text-align:center;padding:60px 0}.empty-icon{margin-bottom:20px;color:#555;background-color:rgba(255,255,255,.05);padding:16px;border-radius:50%}.empty-messages h3{margin-bottom:12px;font-size:1.3rem;font-weight:600}.empty-messages p{color:#8a8eab;font-size:1rem}.help-categories{display:flex;flex-direction:column;gap:12px}.categories-header{margin-bottom:16px}.categories-header h3{font-size:1.1rem;color:#fff;font-weight:600;margin:15px 0 0}.help-category{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#1a1f3d;border-radius:8px;cursor:pointer;transition:all .2s;border:1px solid rgba(255,255,255,.05)}.help-category:hover{background-color:#232952;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.help-category:hover h4{color:#4caf50}.help-category.highlighted{background-color:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3)}.help-category.highlighted h4{color:#4caf50}.category-info h4{margin:0 0 6px;font-size:1.05rem;color:#fff;font-weight:600}.category-info p{margin:0 0 6px;font-size:.9rem;color:#8a8eab;line-height:1.4}.article-count{font-size:.8rem;color:#6a6e8b;display:block;margin-top:4px}.category-icon{color:#4caf50;flex-shrink:0;margin-left:12px}.article-container{color:#fff}.article-title{font-size:1.6rem;margin-bottom:12px;font-weight:600;line-height:1.3}.article-description{color:#8a8eab;margin-bottom:24px;font-size:1.05rem;line-height:1.5}.article-meta{flex-direction:column;justify-content:space-between;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.1)}.article-meta,.author-info{display:flex;align-items:center}.author-avatar{width:40px;height:40px;border-radius:50%;margin-right:12px;border:2px solid #1e7bf6}.author-details p{margin:0;font-size:.85rem;color:#8a8eab;line-height:1.5}.article-tag{background-color:#232952;margin-top:10px;padding:6px 12px;border-radius:4px;font-size:.8rem;font-weight:500}.article-content{line-height:1.7;font-size:1rem}.article-content p{margin-bottom:20px;color:#ccc}.article-link{color:#1e7bf6;text-decoration:none;font-weight:500;transition:color .2s}.article-link:hover{color:#4caf50;text-decoration:underline}.redeem-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease}.redeem-modal{background-color:#1a1b2e;border-radius:12px;width:90%;max-width:600px;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.5);animation:slideIn .3s ease;position:relative}.redeem-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#232442;border-bottom:1px solid #2e2f4e;position:relative}.redeem-modal-header h3{margin:0;color:#ffffff;font-size:18px;font-weight:600}.close-button{color:#8a8cb0;width:30px;height:30px;transition:all .2s ease}.close-button:hover{color:#ffffff}.redeem-modal-content{padding:24px;display:flex;flex-direction:column;gap:20px}.redeem-modal-text h2{margin:0 0 10px;color:#ffffff;font-size:24px;font-weight:700}.redeem-modal-text p{margin:0;color:#8a8cb0;font-size:14px;line-height:1.5}.redeem-modal-form{gap:16px}.form-group,.redeem-modal-form{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#8a8cb0;font-weight:500}.form-group input{padding:12px 16px;border-radius:8px;background-color:#232442;border:1px solid #2e2f4e;color:#ffffff;font-size:14px;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#1e7bf6}.redeem-button{padding:12px 24px;background-color:#1e7bf6;color:#ffffff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.redeem-button:hover{background-color:#1a6fd8}.help-text{text-align:center;color:#8a8cb0;font-size:12px;margin-top:12px}.help-text a{color:#1e7bf6;text-decoration:none;transition:color .2s}.help-text a:hover{color:#2979FF;text-decoration:underline}.login-button{padding:12px 24px;background-color:#f6b41e;color:#000000;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px;text-align:center}.login-button:hover{background-color:#e5a618}.redeem-modal-image{display:flex;justify-content:center;margin-top:10px}.redeem-modal-image img{max-width:100%;height:auto;max-height:150px}@media (max-width:768px){.redeem-modal{width:95%}.redeem-modal-content{padding:16px}.redeem-modal-text h2{font-size:20px}}.sidebar{position:fixed;top:0;left:0;width:240px;height:100vh;background-color:#0a1428;display:flex;flex-direction:column;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 15px rgba(0,0,0,.2);border-right:1px solid rgba(41,121,255,.1);transform:translateX(0)}.sidebar.closed{width:70px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:15px;border-bottom:1px solid rgba(41,121,255,.1)}.logo-container{display:flex;align-items:center;justify-content:center;overflow:hidden}.logo{height:40px;width:auto;transition:all .3s}.sidebar.closed .logo{width:0;opacity:0}.toggle-button{border:none;color:white;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2);border:1px solid rgba(41,121,255,.3)}.toggle-button:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.sidebar-content{flex:1;overflow-y:auto;padding:8px 0;scrollbar-width:none;-ms-overflow-style:none}.sidebar-content::-webkit-scrollbar{display:none}.sidebar-nav{width:100%}.nav-list{list-style:none;padding:0;margin:0}.nav-item{margin-bottom:1px}.nav-link{display:flex;align-items:center;padding:8px 12px;color:#b0b0b0;text-decoration:none;transition:all .3s;border-radius:8px;margin:0 5px;position:relative}.dropdown-trigger{cursor:pointer;display:flex}.dropdown-trigger:hover,.nav-link:hover{background-color:rgba(41,121,255,.1);color:white}.dropdown-trigger.active,.nav-link.active{background-color:rgba(41,121,255,.2);color:white;border-left:3px solid #2979ff}.dropdown-link.active{background-color:rgba(41,121,255,.2);color:white;font-weight:500}.nav-icon{margin-right:12px;justify-content:center;min-width:20px}.nav-icon,.nav-text{display:flex;align-items:center}.nav-text{justify-content:space-between;width:100%}.sidebar.closed .dropdown-toggle,.sidebar.closed .nav-text{display:none}.dropdown-toggle{background:none;border:none;color:inherit;padding:0;display:flex;align-items:center;justify-content:center}.dropdown-toggle-bordered{border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:4px;margin-left:5px;transition:all .2s}.dropdown-toggle-bordered:hover{border-color:rgba(255,255,255,.5);background-color:rgba(255,255,255,.1)}.dropdown-menu{list-style:none;padding:5px;background-color:rgba(0,0,0,.2);border-left:2px solid rgba(41,121,255,.3);margin:0 0 0 15px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;max-height:none}.dropdown-menu::-webkit-scrollbar{display:none}.dropdown-item{margin:3px 0}.dropdown-link{padding:6px 8px;color:#b0b0b0;text-decoration:none;transition:all .3s;border-radius:4px;font-size:13px}.dropdown-link:hover{background-color:rgba(41,121,255,.1);color:white}.sidebar-top{padding:15px}.game-categories{display:flex;flex-direction:column;gap:15px}.game-category{display:flex;align-items:center;text-decoration:none;color:white;font-weight:600;font-size:14px}.category-icon{width:40px;height:40px;margin-right:10px}.wheel-categories{display:flex;gap:10px;margin-top:10px}.wheel-category{flex:1;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:white;background-color:#162544;border-radius:8px;padding:8px;transition:all .2s}.wheel-category:hover{background-color:#1c2e56}.wheel-label{font-size:12px;margin-bottom:5px}.wheel-icon{width:30px;height:30px}.sidebar-footer{padding:15px;border-top:1px solid rgba(41,121,255,.1)}.user-info{align-items:center;padding:10px;margin-top:15px}.sidebar.closed .user-info{justify-content:center}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:10px;flex-shrink:0}.user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.user-details{overflow:hidden}.sidebar.closed .user-details{display:none}.user-name{color:white;font-weight:500;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-balance{color:#b0b0b0;font-size:12px;font-family:monospace}.live-support{background-color:#162544;border-radius:8px;padding:12px}.live-support h4{color:white;font-size:14px;margin:0 0 10px}.support-icons{display:flex;justify-content:space-between}.support-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#1c2e56;border-radius:50%;transition:all .2s}.support-icon:hover{background-color:#2979ff}.support-icon img{width:16px;height:16px}.auth-buttons{flex-direction:column;gap:8px}.sidebar.closed .auth-buttons{align-items:center}.auth-button{padding:8px 12px;white-space:nowrap}.sidebar.closed .auth-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}@media (max-width:992px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.sidebar.closed{transform:translateX(-100%);width:240px}.sidebar.closed .dropdown-toggle,.sidebar.closed .logo,.sidebar.closed .nav-text,.sidebar.closed .user-details{display:block;opacity:1;width:auto}.sidebar.closed .auth-button{width:auto;height:auto;padding:8px 12px}}.dropdown-link{display:flex;align-items:center;gap:10px}.nav-section{margin-bottom:6px;padding:0 5px;border-radius:8px;overflow:hidden}.nav-section:empty{display:none}.nav-section{background-color:#1a2642;margin:6px 5px;padding:3px 0;border:1px solid rgba(41,121,255,.15)}.nav-section:empty,.nav-section:has(.nav-list:empty){display:none;margin:0;padding:0;border:none}.total-bets-counter{margin:6px 5px;padding:8px;background-color:#111c33;border-radius:8px;border:1px solid rgba(41,121,255,.2)}.counter-label{font-size:12px;color:#a0a0a0}.counter-value{font-size:14px;font-weight:700;color:#ffffff}.sidebar.closed .nav-icon{margin-right:0;justify-content:center;width:100%}.sidebar.closed .nav-link{justify-content:center;padding:12px 0}.sidebar.closed .total-bets-counter{display:none}.nav-quick-buttons{display:flex;gap:8px;margin-right:8px;align-items:center}.nav-quick-button{padding:6px 8px;border-radius:8px;font-weight:600;font-size:13px;text-align:center;transition:all .3s;white-space:nowrap;display:flex;align-items:center;gap:0;cursor:pointer}.nav-quick-button:first-child{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));color:white;border:1px solid rgba(255,255,255,.2)}.nav-quick-button:first-child:hover{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.1));transform:translateY(-2px)}.nav-quick-button:last-child{background:linear-gradient(135deg,#2979ff,#1a237e);color:white;border:none}.nav-quick-button:last-child:hover{background:linear-gradient(135deg,#448aff,#303f9f);transform:translateY(-2px)}.button-text{font-size:13px;white-space:nowrap;font-weight:600}.wallet-settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.wallet-settings-modal{width:600px;max-width:90%;max-height:90vh;background-color:#1a1e3a;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.5);overflow-y:auto;display:flex;flex-direction:column}.wallet-settings-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #252a4d}.wallet-settings-header h2{margin:0;color:#ffffff;font-size:18px;font-weight:600}.wallet-settings-close-btn{background:none;border:none;color:#ffffff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.wallet-settings-close-btn:hover{background-color:rgba(255,255,255,.1)}.wallet-settings-content{padding:20px;flex:1}.wallet-settings-section h3{margin:0 0 5px;color:#ffffff;font-size:16px;font-weight:500}.wallet-settings-description{margin:0 0 20px;color:#8a8eaa;font-size:14px}.currency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.currency-option{background-color:#0f1324;border-radius:10px;padding:12px;transition:all .2s;border:2px solid transparent;position:relative;height:60px}.currency-option:hover{background-color:#252a4d}.currency-option.selected{border-color:#1e7bf6;background-color:rgba(30,123,246,.1)}.currency-symbol{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:10px;font-weight:700;color:#000000}.currency-code{color:#ffffff;font-weight:500}.wallet-settings-toggle{background-color:#0f1324;border-radius:10px;padding:15px;margin-top:20px}.toggle-container{display:flex;align-items:flex-start;cursor:pointer}.toggle-container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.toggle-checkmark{position:relative;display:inline-block;height:24px;width:24px;min-width:24px;background-color:#252a4d;border-radius:4px;margin-right:12px;margin-top:2px}.toggle-container input:checked~.toggle-checkmark{background-color:#1e7bf6}.toggle-checkmark:after{content:"";position:absolute;display:none}.toggle-container input:checked~.toggle-checkmark:after{display:block}.toggle-container .toggle-checkmark:after{left:9px;top:5px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.toggle-label{color:#ffffff}.toggle-label strong{display:block;margin-bottom:4px;font-size:15px}.toggle-label p{margin:0;color:#8a8eaa;font-size:13px}.wallet-settings-footer{padding:20px;border-top:1px solid #252a4d}.save-changes-btn{width:100%;padding:14px;background-color:#ffc107;color:#000000;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.save-changes-btn:hover:not(.disabled){background-color:#ffca28}.save-changes-btn.disabled{background-color:#8a8eaa;cursor:not-allowed;opacity:.7}@media (max-width:576px){.currency-grid{grid-template-columns:repeat(2,1fr)}}.wallet-settings-error{padding:15px 20px;margin:0 20px 20px;background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px}.wallet-settings-error .error-message{margin:0;color:#ef4444;font-size:14px;font-weight:500}.vip-rewards-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.vip-rewards-popup{position:absolute;top:100%;right:0;width:400px;background-color:#0f1324;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:1000;overflow:hidden;margin-top:10px;border:1px solid #1e2747;max-height:400px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}.vip-icon-container{position:relative}.rewards-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #1e2747}.rewards-item:last-child{border-bottom:none}.rewards-left{gap:12px}.rewards-icon,.rewards-left{display:flex;align-items:center}.rewards-icon{width:40px;height:40px;justify-content:center;border-radius:50%;background-color:#1e2747;color:#ffc107;font-size:20px}.daily-icon,.monthly-icon,.rakeback-icon,.vault-icon,.weekly-icon{background-color:#3a4175;color:#ffd700}.rewards-info{display:flex;flex-direction:column}.rewards-title{font-weight:600;font-size:16px;color:#ffffff;margin:0}.rewards-subtitle{font-size:14px;color:#ffc107;margin:0}.rewards-right{display:flex;align-items:center}.timer{padding:6px 12px;border-radius:20px}.claim-button,.timer{background-color:#1e2747;font-size:14px;color:#ffffff}.claim-button{border:none;border-radius:20px;padding:6px 16px;cursor:pointer;transition:background-color .2s}.claim-button:hover{background-color:#2a3561}.claim-button:disabled{color:#a0aec0;cursor:not-allowed;opacity:.6}.claim-button:disabled,.claim-button:disabled:hover{background-color:#4a5568}.explore-button{width:100%;padding:14px;background-color:#1e7bf6;color:white;border:none;font-weight:600;cursor:pointer;transition:background-color .2s}.explore-button:hover{background-color:#1a6fd8}.rewards-success-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000}.rewards-success-popup{width:350px;max-width:90%;background-color:#0f1324;border-radius:12px;padding:30px 20px;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:10001;overflow:visible;text-align:center;position:relative;border:1px solid #1e2747;display:flex;flex-direction:column;align-items:center;margin:0 auto}.close-button{position:absolute;top:12px;right:12px;background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-button:hover{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.9)}.success-icon{width:60px;height:60px;border-radius:50%;background-color:#1e7bf6;color:white;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}.rewards-success-popup h3{margin:0 0 10px;font-size:22px;color:white}.rewards-success-popup p{margin:0 0 25px;color:rgba(255,255,255,.7);font-size:16px}.ok-button{background-color:#1e7bf6;color:white;border:none;border-radius:6px;padding:10px 25px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .2s;width:100%;max-width:200px}.ok-button:hover{background-color:#1a6fd8}@media (max-width:480px){.rewards-success-popup{width:90%;padding:25px 15px;max-height:80vh;overflow-y:auto}}@media (max-width:768px){.vip-rewards-popup{position:fixed;top:10;right:0;left:0;bottom:0;width:100%;height:45vh;margin-top:0;border-radius:12px 12px 0 0;display:flex;flex-direction:column;z-index:9999;overflow-y:auto}}.notifications-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:9999}.notifications-popup{position:absolute;top:60px;right:20px;width:400px;background-color:#0f1324;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.3);z-index:1000;overflow:hidden}.notifications-tabs{display:flex;border-bottom:1px solid #1e2443}.notifications-tab{flex:1;padding:16px;background:none;border:none;color:#8a8eab;font-weight:600;cursor:pointer;transition:all .2s ease}.notifications-tab.active{color:#fff;border-bottom:2px solid #1e7bf6}.notifications-actions{padding:12px 20px;border-bottom:1px solid #1e2443;display:flex;gap:8px;flex-wrap:wrap}.action-button{background:rgba(30,123,246,.2);border:none;color:#1e7bf6;font-size:12px;padding:6px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:4px;transition:all .2s ease}.action-button:hover{background:rgba(30,123,246,.3)}.action-button.danger{background:rgba(239,68,68,.2);color:#ef4444}.action-button.danger:hover{background:rgba(239,68,68,.3)}.notifications-content{padding:40px 20px;min-height:200px;max-height:250px;overflow-y:auto}.notifications-content:has(.notifications-actions+&){padding-top:20px}.notification-item{padding:12px;border-bottom:1px solid #1e2443;margin-bottom:10px;border-radius:10px;transition:all .2s ease}.notification-item:hover{background-color:rgba(255,255,255,.02)!important}.notification-item.unread{background-color:rgba(30,123,246,.1)}.notification-actions-inline{margin-top:8px;display:flex;gap:8px;flex-wrap:wrap}.notification-action-btn{font-size:11px;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;gap:4px}.notification-action-btn.read{background:rgba(30,123,246,.2);color:#1e7bf6}.notification-action-btn.read:hover{background:rgba(30,123,246,.3);color:#3b82f6}.notification-action-btn.unread{background:rgba(255,255,255,.1);color:#8a8eaa}.notification-action-btn.unread:hover{background:rgba(255,255,255,.2);color:#fff}.notification-action-btn.delete{background:rgba(239,68,68,.2);color:#ef4444}.notification-action-btn.delete:hover{background:rgba(239,68,68,.3);color:#fff}.no-notifications{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8a8eab;text-align:center}.bell-icon{margin-bottom:16px;color:#4a4d6d}.error-state,.loading-state{display:flex;align-items:center;justify-content:center;min-height:150px}.notifications-footer{padding:12px;border-top:1px solid #1e2443;text-align:center}.refresh-btn{background:none;border:none;color:#1e7bf6;fontSize:13px;cursor:pointer;text-decoration:underline;transition:color .2s ease}.refresh-btn:hover{color:#3b82f6}.notifications-header-for-mobile{display:none}@media (max-width:768px){.notifications-popup{width:100%;right:0}.notifications-header-for-mobile{display:flex;justify-content:flex-end;padding:10px;color:red}.notifications-actions{flex-direction:column}.action-button{justify-content:center}}.chat-drawer{position:fixed;top:0;right:0;width:320px;height:100vh;background-color:#0f1324;box-shadow:-5px 0 15px rgba(0,0,0,.2);z-index:1000;display:flex;flex-direction:column;transition:width .3s ease}.chat-drawer.expanded{width:400px}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #1e2443}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:8px;background-color:#1a1e3a;border:none;border-radius:20px;padding:8px 16px;color:#fff;cursor:pointer}.language-dropdown{position:absolute;top:100%;left:0;width:160px;background-color:#1a1e3a;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2);margin-top:8px;z-index:10;max-height:300px;overflow-y:auto}.language-option{padding:10px 16px;cursor:pointer;transition:background-color .2s}.language-option:hover{background-color:#252a4d}.chat-controls{display:flex;gap:8px}.close-button,.expand-button{background-color:#1a1e3a;border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background-color .2s}.close-button:hover,.expand-button:hover{background-color:#252a4d}.rotate{transform:rotate(180deg)}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;position:relative}.user-level-indicator{position:absolute;top:16px;left:50%;transform:translateX(-50%);background-color:#6c31ff;color:#fff;padding:6px 16px;border-radius:20px;font-weight:600;font-size:14px;z-index:5}.chat-message{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding:8px;border-radius:8px;transition:background-color .2s}.chat-message:hover{background-color:rgba(30,123,246,.1)}.user-level{width:24px;height:24px;border-radius:50%;background-color:#3a3f5a;flex-shrink:0}.user-level.gold{background-color:#ffc107}.user-level.silver{background-color:#b0b9c6}.user-level.bronze{background-color:#cd7f32}.user-level.emerald{background-color:#50c878}.user-level.diamond{background-color:#b9f2ff}.user-rank{width:24px;height:24px;border-radius:50%;background-color:#3a3f5a;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer}.user-rank.gold{background-color:#ffc107}.user-rank.silver{background-color:#b0b9c6}.user-rank.bronze{background-color:#cd7f32}.user-rank.emerald{background-color:#50c878}.user-rank.diamond{background-color:#b9f2ff}.rank-tooltip{top:-30px;background-color:#1a1e3a;color:white;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.2)}.rank-tooltip,.rank-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.rank-tooltip:after{content:"";top:100%;border:5px solid transparent;border-top-color:#1a1e3a}.user-rank:hover .rank-tooltip{opacity:1;visibility:visible}.message-content{flex:1;word-break:break-word;line-height:1.4}.username{font-weight:600;margin-right:6px;color:#fff}.message-text{color:#d1d5db}.chat-input-container{padding:16px;border-top:1px solid #1e2443;display:flex;align-items:center;gap:12px}.chat-input{flex:1;background-color:#1a1e3a;border:1px solid #252a4d;border-radius:8px;padding:12px 16px;color:#fff;outline:none}.chat-input:focus{border-color:#1e7bf6}.send-button{background-color:#1e7bf6;border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background-color .2s}.send-button:hover{background-color:#1a6fd8}.send-button:disabled{background-color:#3a3f5a;cursor:not-allowed}.chat-footer{display:flex;justify-content:space-between;padding:12px 16px;border-top:1px solid #1e2443;color:#8a8eab;font-size:14px}.chat-rules{cursor:pointer}.chat-rules:hover{color:#fff;text-decoration:underline}.scroll-to-bottom{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);background-color:#1e7bf6;color:white;border:none;border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:6px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:5;transition:background-color .2s}.scroll-to-bottom:hover{background-color:#1a6fd8}@media (max-width:768px){.chat-drawer{width:100%}}.profile-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:100vh;min-width:100vw;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:flex-start;padding-top:10vh;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.profile-modal{width:600px;max-width:90%;max-height:80vh;overflow-y:auto;background:linear-gradient(180deg,#1a1e3a,#111530);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.5);overflow:hidden;border:1px solid rgba(41,121,255,.2);animation:modalFadeIn .3s ease}.profile-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(90deg,#1e2142,#1a1e3a);border-bottom:1px solid rgba(41,121,255,.2)}.profile-modal-header h2{color:white;margin:0;font-size:1.25rem;font-weight:600}.profile-close-btn{background:rgba(255,255,255,.1);border:none;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.profile-close-btn:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.profile-modal-content{padding:24px}.profile-avatar-section{display:flex;align-items:center;margin-bottom:24px;position:relative}.profile-avatar-large{width:100px;height:80px;overflow:hidden;margin-right:20px}.profile-avatar-large img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-username-section{flex:1}.profile-username-section h3{color:white;margin:0 0 5px;font-size:1.5rem;font-weight:600}.profile-joined-date{color:#8a8eaa;margin:0;font-size:.875rem}.copy-id-button{position:absolute;top:0;right:0;background:rgba(41,121,255,.1);border:1px solid rgba(41,121,255,.3);color:white;border-radius:6px;padding:6px 12px;font-size:.875rem;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s}.copy-id-button:hover{background:rgba(41,121,255,.2)}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.profile-stat-card{background:rgba(26,30,58,.5);border-radius:10px;padding:16px;border:1px solid rgba(41,121,255,.1)}.profile-stat-card h4{color:#8a8eaa;margin:0 0 8px;font-size:.875rem;font-weight:500}.stat-value{color:white;font-size:1.75rem;font-weight:700}.stat-remaining{color:#1e7bf6;font-size:1.25rem;font-weight:600}@media (max-width:576px){.profile-stats-grid{grid-template-columns:1fr}.profile-avatar-section{flex-direction:column;text-align:center}.profile-avatar-large{margin-right:0;margin-bottom:16px}.copy-id-button{position:relative;margin-top:16px}}.history-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;min-height:100vh;min-width:100vw;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:flex-start;padding-top:10vh;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.history-modal{width:800px;max-width:90%;max-height:80vh;background:linear-gradient(180deg,#1a1e3a,#111530);border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.5);overflow:hidden;overflow-y:hidden;border:1px solid rgba(41,121,255,.2);animation:modalFadeIn .3s ease;display:flex;flex-direction:column}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.history-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(90deg,#1e2142,#1a1e3a);border-bottom:1px solid rgba(41,121,255,.2)}.history-modal-header h2{color:white;margin:0;font-size:1.25rem;font-weight:600}.history-close-btn{background:rgba(255,255,255,.1);border:none;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.history-close-btn:hover{background:rgba(255,255,255,.2);transform:rotate(90deg)}.history-tabs{display:flex;border-bottom:1px solid rgba(41,121,255,.2)}.history-tab{flex:1;padding:16px;background:none;border:none;color:#8a8eaa;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;position:relative}.history-tab:hover{color:white}.history-tab.active{color:#1e7bf6}.history-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#1e7bf6}.history-content{padding:0;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.history-table{flex:1;overflow-y:auto;min-height:0}.history-table-body{overflow-y:auto;max-height:300px}.history-table{width:100%;border-collapse:collapse;display:flex;flex-direction:column}.history-table-header{display:flex;background-color:rgba(26,30,58,.8);border-bottom:1px solid rgba(41,121,255,.2);position:sticky;top:0;z-index:10}.history-table-row{display:flex;border-bottom:1px solid rgba(41,121,255,.1);min-height:60px}.history-cell{flex:1;padding:16px;color:white;font-size:.875rem;display:flex;align-items:center}.history-table-header .history-cell{font-weight:600;color:#8a8eaa}.history-error,.history-loading,.history-no-results{display:flex;justify-content:center;align-items:center;height:200px;color:#8a8eaa;font-size:1rem}.history-error,.history-loading{text-align:center;padding:20px}.history-error{color:#ff4757}.history-pagination{padding:16px 20px;border-top:1px solid rgba(41,121,255,.2);background:rgba(26,30,58,.5)}.history-pagination,.pagination-controls{display:flex;justify-content:center;align-items:center}.pagination-controls{gap:16px;width:100%}.pagination-button{background:rgba(41,121,255,.1);border:1px solid rgba(41,121,255,.3);color:white;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-weight:500}.pagination-button:hover:not(:disabled){background:rgba(41,121,255,.2);transform:scale(1.05);border-color:rgba(41,121,255,.5)}.pagination-button:disabled{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.3);cursor:not-allowed;transform:none}.pagination-info{color:white;font-size:.875rem;font-weight:500;min-width:200px;text-align:center}@media (max-width:768px){.history-modal{width:95%;max-height:90vh}.history-cell{padding:12px 8px}.history-cell,.history-table-header .history-cell{font-size:.8rem}.pagination-controls{gap:12px}.pagination-info{font-size:.8rem;min-width:150px}.pagination-button{width:32px;height:32px}}.history-table-row{transition:background-color .2s ease}.history-table-row:hover{background-color:rgba(41,121,255,.05)}.history-table-body{min-height:240px}.history-loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.navbar{background:linear-gradient(90deg,rgba(10,20,40,.95),rgba(26,50,114,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:1000;padding:10px 0;box-shadow:0 2px 15px rgba(0,0,0,.3);transition:all .3s ease}.navbar-container{justify-content:space-between;padding:0 20px;max-width:1400px;margin:0 auto}.navbar-container,.navbar-left{display:flex;align-items:center}.navbar-left{gap:15px;width:25%;position:relative;overflow:visible}.navbar-center{width:50%}.navbar-center,.navbar-right{display:flex;align-items:center;justify-content:end}.navbar-right{gap:5px;width:32%;margin-right:-12px}.navbar-right .icon-button{margin:0 2px}.toggle-sidebar{background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));border:none;color:white;cursor:pointer;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2);border:1px solid rgba(41,121,255,.3)}.toggle-sidebar:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.toggle-sidebar:active{transform:translateY(0)}.logo{display:flex;align-items:center;text-decoration:none;position:relative;overflow:visible}.logo-img{height:60px;width:auto;transition:all .3s ease;filter:drop-shadow(0 0 10px rgba(41,121,255,.7))}.currency-selector{position:relative}.currency-button{display:flex;align-items:center;gap:8px;background:rgba(30,123,246,.2);border:none;border-radius:50px;padding:8px 15px;color:white;cursor:pointer;transition:all .3s}.currency-button:hover{background:rgba(30,123,246,.3)}.currency-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#1e7bf6;border-radius:50%}.currency-amount{font-weight:500}.currency-dropdown{position:absolute;top:100%;left:0;width:280px;background-color:#0f1324;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.5);z-index:100;margin-top:8px;overflow:hidden}.currency-option{display:flex;align-items:center;gap:10px;padding:10px 15px;cursor:pointer;transition:background-color .2s}.currency-option:hover{background-color:rgba(41,121,255,.1)}.navbar-icons{display:flex;align-items:center;gap:10px}.icon-button{background-color:#1e1e2d;border-radius:50%;width:40px;height:40px;color:#8a8eaa}.icon-button:hover{background-color:#252a3d;color:white}.icon-button{background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));border:none;color:white;cursor:pointer;padding:10px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s;position:relative;box-shadow:0 4px 8px rgba(0,0,0,.2);border:1px solid rgba(41,121,255,.3)}.icon-button:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.icon-button:active{transform:translateY(0)}.chat-button{background-color:#1e1e2d;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:10px;color:#8a8eaa}.chat-button:hover{background-color:#252a3d;color:white}.chat-button{background:linear-gradient(135deg,rgba(255,152,0,.2),rgba(255,152,0,.1));border:1px solid rgba(255,152,0,.3)}.chat-button:hover{background:linear-gradient(135deg,rgba(255,152,0,.3),rgba(255,152,0,.2))}.user-section{display:flex;align-items:center;gap:15px}.deposit-button{background-color:#ffc107;color:#000000;border:none;border-radius:8px;padding:6px 8px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-left:12px}.deposit-button:hover{background-color:#ffca28}.profile-dropdown{position:relative}.profile-button{background-color:#1e1e2d;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));border:none;border-radius:8px;padding:8px 12px;color:white;cursor:pointer;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2);border:1px solid rgba(41,121,255,.3)}.profile-button:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.profile-avatar{background-color:#252a3d;width:28px;height:28px;border-radius:50%;overflow:hidden;border:2px solid rgba(41,121,255,.5)}.profile-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-info{align-items:flex-start;margin-right:5px}.profile-name{color:white;font-weight:500;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.profile-balance,.profile-name{line-height:1.2}.dropdown-arrow{transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.profile-menu{position:absolute;top:100%;right:0;width:240px;background-color:#1a1e3a;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.5);z-index:100;margin-top:8px;overflow:hidden}.profile-menu-group{padding:8px;border-bottom:1px solid #252a4d}.profile-menu-group:last-child{border-bottom:none}.profile-menu-item{display:flex;align-items:center;gap:12px;padding:12px;color:#ffffff;background:none;border:none;width:100%;text-align:left;cursor:pointer;border-radius:6px;transition:background-color .2s}.profile-menu-item:hover{background-color:#252a4d}.profile-menu-item.logout{color:#ff5252}.profile-header{padding:15px;border-bottom:1px solid rgba(255,255,255,.1)}.profile-info{display:flex;flex-direction:column}.profile-username{font-weight:600;color:white;margin-bottom:5px}.profile-balance{font-family:monospace;color:#b0b0b0;font-size:12px}.profile-menu-items{padding:10px 0}.auth-buttons{display:flex;gap:10px;flex-direction:row;align-items:center}.auth-button{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;text-decoration:none;text-align:center;transition:all .3s;position:relative;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.3)}.auth-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.auth-button:hover:before{left:100%}.auth-button.login{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));color:white;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 8px rgba(0,0,0,.2)}.auth-button.login:hover{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.1));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.auth-button.register{background:linear-gradient(135deg,#2979ff,#1a237e);color:white;border:none;box-shadow:0 4px 10px rgba(41,121,255,.3)}.auth-button.register:hover{background:linear-gradient(135deg,#448aff,#303f9f);transform:translateY(-2px);box-shadow:0 6px 15px rgba(41,121,255,.4)}.user-info{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));padding:10px 15px;border-radius:8px;border:1px solid rgba(41,121,255,.3);transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2)}.user-info:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2));transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.username{color:white;font-weight:500;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.balance{color:#b0b0b0;font-size:12px;font-family:monospace}.search-dropdown{position:absolute;top:100%;left:0;width:100%;background:linear-gradient(90deg,#111d35,#162544);padding:15px;box-shadow:0 10px 20px rgba(0,0,0,.3);animation:slideDown .3s ease;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-container{display:flex;align-items:center;max-width:800px;margin:0 auto;background:linear-gradient(135deg,rgba(41,121,255,.1),rgba(41,121,255,.05));border-radius:8px;overflow:hidden;transition:all .3s;border:1px solid rgba(41,121,255,.2);box-shadow:0 4px 8px rgba(0,0,0,.2)}.search-container:focus-within{background:linear-gradient(135deg,rgba(41,121,255,.15),rgba(41,121,255,.1));box-shadow:0 0 0 2px rgba(41,121,255,.5),0 6px 12px rgba(0,0,0,.3);transform:translateY(-2px)}.search-input{flex:1;padding:12px 15px;border:none;background-color:transparent;color:white;font-size:16px;outline:none}.search-close{background:none;border:none;color:white;cursor:pointer;padding:0 15px;transition:all .2s}.search-close:hover{color:#2979ff;transform:scale(1.1)}@media (max-width:768px){.navbar{display:none}.logo-img{margin-left:10px!important;height:45px}.auth-button,.deposit-button{padding:6px 12px;font-size:12px}.profile-name{display:none}}@media (max-width:576px){.user-section{margin-left:10px}.auth-buttons{gap:5px}.navbar-right{gap:8px}}.crypto-list{max-height:300px;overflow-y:auto;border-radius:8px;background-color:#1a1e2e;margin-bottom:8px;padding-right:5px;scrollbar-width:thin;scrollbar-color:#3b4374 #1a1e2e}.crypto-list::-webkit-scrollbar{width:6px}.crypto-list::-webkit-scrollbar-track{background:#1a1e2e;border-radius:4px}.crypto-list::-webkit-scrollbar-thumb{background-color:#3b4374;border-radius:4px}.crypto-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #252a4d;cursor:pointer;transition:background-color .2s}.crypto-item:hover{background-color:#252a3d;cursor:pointer}.crypto-icon{width:32px;height:32px;margin-right:12px;color:#fff}.crypto-icon.bitcoin{background-color:#f7931a}.crypto-icon.tether{background-color:#26a17b}.crypto-icon.usdc{background-color:#2775ca}.crypto-icon.ethereum{background-color:#627eea}.crypto-icon.ripple{background-color:#23292f}.crypto-icon.tron{background-color:#ff0013}.crypto-icon.litecoin{background-color:#345d9d}.crypto-icon.dogecoin{background-color:#c2a633}.crypto-icon.upi{background-color:#48c95f}.crypto-details{flex:1;display:flex;flex-direction:column}.crypto-name{color:#ffffff;font-weight:500;display:flex;align-items:center}.crypto-symbol{margin-left:4px}.crypto-balance,.crypto-symbol{color:#8a8eaa;font-size:12px}.wallet-settings{padding:12px 16px;border-top:1px solid #252a4d}.wallet-settings-btn{display:flex;align-items:center;gap:8px;color:#8a8eaa;background:none;border:none;padding:8px;width:100%;text-align:left;cursor:pointer;border-radius:6px;transition:background-color .2s}.wallet-settings-btn:hover{background-color:#252a4d;color:#ffffff}.wallet-settings-btn svg{margin-right:8px}@media (max-width:1300px){.navbar-right{width:32%;margin-right:12px}}@media (max-width:1200px){.navbar-right{width:28%}}.mobile-navbar{background:linear-gradient(90deg,rgba(10,20,40,.95),rgba(26,50,114,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none;position:fixed;top:0;left:0;width:100%;height:60px;z-index:1000;padding:0 16px;box-shadow:0 2px 15px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:space-between}.mobile-navbar-left{flex:1;display:flex;justify-content:flex-start}.mobile-navbar-center{flex:2;display:flex;justify-content:center;align-items:center;gap:10px}.mobile-navbar-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:12px}.mobile-navbar-logo{display:flex;align-items:center;height:40px}.mobile-logo-img{height:36px;width:auto;cursor:pointer;transition:transform .2s}.mobile-logo-img:hover{transform:scale(1.05)}.mobile-navbar-actions{display:flex;align-items:center;gap:12px}.mobile-action-button{background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));border:1px solid rgba(41,121,255,.3);color:white;cursor:pointer;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2)}.mobile-action-button:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2))}.mobile-action-button.deposit{color:#FFD700;width:auto;padding:0 12px;height:36px;border-radius:18px;display:flex;align-items:center}.mobile-action-button.deposit .mobile-button-text{color:#FFD700;font-weight:800;margin-left:2px}.mobile-action-button.deposit:hover{background:linear-gradient(135deg,rgba(255,215,0,.3),rgba(255,215,0,.2));transform:translateY(-1px)}.mobile-button-text{font-size:14px;font-weight:600;display:inline-block;color:white}.mobile-action-button.rewards{color:#FFD700}.mobile-profile-container{position:relative}.mobile-profile-button{background:none;border:none;cursor:pointer;padding:0;position:relative}.mobile-avatar-img{width:25px;height:25px;-o-object-fit:cover;object-fit:cover}.mobile-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:240px;background-color:#151C3D;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.5);z-index:1001;overflow:hidden}.mobile-dropdown-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-dropdown-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.mobile-dropdown-user-info{display:flex;flex-direction:column}.mobile-dropdown-username{font-size:14px;font-weight:600;color:white}.mobile-dropdown-balance{font-size:12px;color:#FFD700}.mobile-dropdown-menu{display:flex;flex-direction:column}.mobile-dropdown-item{display:flex;align-items:center;padding:12px 16px;background:none;border:none;text-align:left;color:#DDE0EE;cursor:pointer;font-size:14px;transition:background-color .2s}.mobile-dropdown-item:hover{background-color:rgba(41,121,255,.1)}.mobile-dropdown-item.logout{color:#FF4963}.mobile-auth-buttons{display:flex;gap:8px;position:absolute;right:16px}.mobile-login-button,.mobile-register-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.mobile-login-button{background-color:transparent;border:1px solid #2979ff;color:white}.mobile-register-button{background-color:#2979FF;border:1px solid #2979ff;color:white}.mobile-currency-container{position:relative}.mobile-currency-button{display:flex;align-items:center;border:1px solid rgba(41,121,255,.3);color:white;border-radius:8px;padding:8px 10px;cursor:pointer;transition:all .3s}.mobile-currency-button:hover{background:linear-gradient(135deg,rgba(41,121,255,.3),rgba(41,121,255,.2))}.currency-icon{font-weight:700;color:#FFD700}.mobile-currency-dropdown{position:absolute;top:calc(100% + 10px);left:0;width:140px;background-color:#151C3D;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.5);z-index:1001;overflow:hidden}.mobile-currency-option{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:background-color .2s}.mobile-currency-option:hover{background-color:rgba(41,121,255,.1)}.mobile-wallet-settings{padding:12px 16px;border-top:1px solid rgba(255,255,255,.1)}.mobile-wallet-settings-btn{display:flex;align-items:center;gap:8px;color:#8a8eaa;background:none;border:none;padding:8px;width:100%;text-align:left;cursor:pointer;border-radius:6px;transition:background-color .2s;font-size:13px}.mobile-wallet-settings-btn:hover{background-color:rgba(41,121,255,.1);color:#ffffff}@media (max-width:768px){.mobile-navbar{display:flex}.mobile-navbar-center{justify-content:center;align-items:center}.mobile-currency-button{padding:6px 8px}.mobile-currency-button svg{width:14px;height:14px}.currency-icon{font-size:14px}.mobile-auth-buttons{display:flex;justify-content:center;align-items:center;gap:8px}}@media (max-width:480px){.mobile-navbar{padding:0 10px}.mobile-navbar-left{flex:0.7}.mobile-navbar-center{flex:1.6;gap:6px}.mobile-navbar-right{flex:0.7}.mobile-action-button{width:32px;height:32px}.mobile-action-button.deposit{padding:0 10px;height:32px}.mobile-button-text{font-size:13px}.mobile-avatar-img{width:25px;height:25px;margin-top:10px}.mobile-login-button,.mobile-register-button{padding:6px 12px;font-size:13px}.mobile-currency-container,.mobile-profile-container{margin-left:0}}.mobile-bottom-bar{display:none;position:fixed;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(90deg,rgba(10,20,40,.95),rgba(26,50,114,.95));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:900;box-shadow:0 -2px 15px rgba(0,0,0,.3);display:flex;justify-content:space-around;align-items:center;padding:0 10px}.mobile-bottom-item{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;color:#8a8eaa;cursor:pointer;flex:1;height:100%;padding:8px 0;transition:all .2s ease}.mobile-bottom-item.active{color:#FFD700}.mobile-bottom-text{font-size:10px;margin-top:4px;font-weight:500}@media (max-width:768px){.mobile-bottom-bar{display:flex}body{padding-bottom:60px}}@media (max-width:380px){.mobile-bottom-text{font-size:9px}}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000;display:flex;justify-content:center;align-items:flex-end;animation:fadeIn .3s ease}.mobile-drawer{background:linear-gradient(180deg,#151c3d,#0a1428);width:100%;max-height:80vh;border-radius:16px 16px 0 0;overflow:hidden;box-shadow:0 -4px 20px rgba(0,0,0,.5);animation:slideUp .3s ease;display:flex;flex-direction:column}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-drawer-title{font-size:18px;font-weight:600;color:white;margin:0}.mobile-drawer-close{background:none;border:none;color:#8a8eaa;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-drawer-close:hover{background:rgba(255,255,255,.1)}.mobile-drawer-content{padding:12px 0;overflow-y:auto;flex:1}.mobile-drawer-content,.mobile-drawer-section{display:flex;flex-direction:column}.mobile-drawer-item{display:flex;align-items:center;padding:14px 20px;background:none;border:none;color:white;font-size:15px;text-align:left;cursor:pointer;transition:background-color .2s;position:relative}.mobile-drawer-item:hover{background-color:rgba(41,121,255,.1)}.mobile-drawer-icon,.mobile-drawer-item svg{width:20px;height:20px;margin-right:12px;color:#8a8eaa}.mobile-drawer-icon{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.mobile-drawer-icon.live-rtp{color:#ff7700}.mobile-drawer-icon.promotions{color:#ff4963}.mobile-drawer-icon.refer{color:#2cf3b3}.mobile-drawer-icon.vip{color:#ffd700}.mobile-drawer-arrow{position:absolute;right:20px;color:#8a8eaa}.mobile-drawer-divider{height:8px;background-color:rgba(0,0,0,.2);margin:10px 0}.mobile-drawer-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1)}.mobile-drawer-total-bets{display:flex;flex-direction:column;align-items:center;color:#8a8eaa;font-size:12px}.total-bet-amount{color:white;font-size:14px;font-weight:700;margin-top:4px}.mobile-drawer-dropdown{display:flex;flex-direction:column;width:100%}.mobile-drawer-dropdown-toggle{display:flex;align-items:center;padding:14px 20px;background:none;border:none;color:white;font-size:15px;text-align:left;cursor:pointer;transition:background-color .2s;position:relative;width:100%}.mobile-drawer-dropdown-toggle:hover{background-color:rgba(41,121,255,.1)}.mobile-drawer-dropdown-toggle svg:first-of-type{width:20px;height:20px;margin-right:12px;color:#8a8eaa}.mobile-drawer-dropdown-arrow{position:absolute;right:20px;color:#8a8eaa;transition:transform .3s ease}.mobile-drawer-dropdown-arrow.open{transform:rotate(180deg)}.mobile-drawer-submenu{display:flex;flex-direction:column;background-color:rgba(0,0,0,.2);overflow:hidden}.mobile-drawer-submenu-item{padding:0;background:none;border:none;color:#dde0ee;font-size:14px;text-align:left;cursor:pointer;transition:background-color .2s}.mobile-drawer-submenu-item:hover{background-color:rgba(41,121,255,.1)}.mob-drawer-submenu-item-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:10px}@media (max-width:480px){.mobile-drawer{min-height:100vh}.mobile-drawer-overlay{align-items:flex-end}}.mobile-search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-search-dialog{background:linear-gradient(180deg,#151c3d,#0a1428);width:100%;height:100%;max-width:100%;max-height:100%;overflow:hidden;display:flex;flex-direction:column;animation:expandSearch .3s ease}@keyframes expandSearch{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mobile-search-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-search-input-container{position:relative;flex:1;margin-right:10px;display:flex;align-items:center;background:rgba(255,255,255,.1);border-radius:8px;padding:0 10px}.mobile-search-icon{color:#8a8eaa;margin-right:8px}.mobile-search-input{background:transparent;border:none;color:white;padding:10px 0;font-size:16px;width:100%;outline:none}.mobile-search-input::-moz-placeholder{color:#8a8eaa}.mobile-search-input::placeholder{color:#8a8eaa}.mobile-search-clear{color:#8a8eaa;padding:5px}.mobile-search-clear,.mobile-search-close{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-search-close{color:white;width:36px;height:36px;border-radius:50%}.mobile-search-filters{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-search-filter-row{display:flex;justify-content:space-between;margin-bottom:16px}.mobile-search-provider,.mobile-search-sort{display:flex;align-items:center}.mobile-filter-label{font-size:12px;color:#8a8eaa;margin-right:8px}.mobile-filter-selector{display:flex;align-items:center;background:rgba(255,255,255,.1);border-radius:4px;padding:6px 10px;cursor:pointer}.mobile-filter-selector span{font-size:13px;color:white;margin-right:6px}.mobile-filter-tabs{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.mobile-filter-tabs::-webkit-scrollbar{display:none}.mobile-filter-tab{flex:0 0 auto;background:transparent;border:none;color:#8a8eaa;font-size:14px;padding:8px 16px;cursor:pointer;white-space:nowrap;border-radius:50px;margin-right:8px}.mobile-filter-tab.active{background:linear-gradient(135deg,rgba(41,121,255,.2),rgba(41,121,255,.1));color:white;border:1px solid rgba(41,121,255,.3)}.mobile-search-results{flex:1;overflow-y:auto;padding:16px}.mobile-game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mobile-game-card{background:rgba(255,255,255,.05);border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s}.mobile-game-card:hover{transform:translateY(-2px)}.mobile-game-image-container{position:relative;width:100%;padding-top:75%;overflow:hidden}.mobile-game-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mobile-game-min-bet{position:absolute;top:8px;left:8px;background:rgba(128,0,128,.8);color:white;font-size:10px;padding:3px 6px;border-radius:4px}.mobile-game-info{padding:8px}.mobile-game-title{font-size:11px;font-weight:600;color:white;margin:0 0 4px}.mobile-game-provider,.mobile-game-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-game-provider{font-size:10px;color:#8a8eaa;margin:0}.mobile-no-results{display:flex;justify-content:center;align-items:center;height:200px;color:#8a8eaa;font-size:14px;text-align:center}@media (max-width:380px){.mobile-game-grid{grid-template-columns:repeat(2,1fr)}.mobile-filter-label{display:none}}.footer{background-color:#0a1428;color:#b0b0b0;border-top:1px solid rgba(41,121,255,.1);margin-top:auto;position:relative;z-index:10;width:100%;clear:both;padding-left:var(--sidebar-collapsed-width);transition:padding-left .3s cubic-bezier(.4,0,.2,1)}@media (max-width:992px){.footer{padding-left:0!important}}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(41,121,255,.5),transparent)}.footer-container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-top{padding:50px 0}.footer-main,.footer-top{border-bottom:1px solid rgba(255,255,255,.05)}.footer-main{padding:40px 0}.footer-top .footer-container{display:flex;flex-wrap:wrap;gap:40px}.footer-logo{flex:1;min-width:250px;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-logo-svg{margin-bottom:15px;transition:transform .3s ease;filter:drop-shadow(0 0 10px rgba(41,121,255,.7));height:60px;width:auto}.footer-logo:hover .footer-logo-svg{transform:scale(1.05)}.footer-tagline{font-size:16px;margin:0;color:#b0b0b0;font-weight:300;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:30px;flex:2;flex-wrap:wrap}.footer-column{flex:1;min-width:150px}.footer-column h3{color:white;font-size:16px;font-weight:600;margin:0 0 15px;position:relative;padding-bottom:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer-column h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-image:linear-gradient(90deg,#2979FF,transparent)}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:8px}.footer-column a{color:#b0b0b0;text-decoration:none;font-size:14px;transition:all .2s;display:inline-block}.footer-column a:hover{color:#2979FF;transform:translateX(3px)}.footer-column a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#2979ff,#1a237e);transition:width .3s ease}.footer-column a:hover:before{width:100%}.footer-middle{padding:40px 0;border-bottom:1px solid rgba(255,255,255,.05)}.footer-middle .footer-container{display:flex;flex-direction:column;gap:30px}.game-providers h3,.payment-methods h3{color:white;font-size:18px;font-weight:600;margin:0 0 20px;position:relative;padding-bottom:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.game-providers h3:after,.payment-methods h3:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#2979ff,#1a237e)}.payment-icons,.provider-icons{display:flex;flex-wrap:wrap;gap:15px}.payment-icons img,.provider-icons img{height:30px;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s;transform-style:preserve-3d;perspective:1000px}.payment-icons img:hover,.provider-icons img:hover{filter:grayscale(0);opacity:1;transform:translateY(-3px) rotateY(10deg);filter:drop-shadow(0 0 10px rgba(41,121,255,.5))}.footer-bottom{padding:30px 0;flex-direction:column;text-align:center}.footer-bottom,.footer-info{display:flex;align-items:center}.footer-info{justify-content:space-between;margin-bottom:20px}.responsible-gaming{display:flex;align-items:center;gap:15px}.age-restriction{box-shadow:0 0 10px rgba(255,255,255,.3)}.responsible-gaming p{margin:0;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.1);border-radius:50%;color:white;transition:all .3s;box-shadow:0 4px 8px rgba(0,0,0,.2);border:1px solid rgba(41,121,255,.3);position:relative}.social-link:hover{background:#2979FF;transform:translateY(-3px);box-shadow:0 6px 12px rgba(41,121,255,.3)}.social-link svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-legal{text-align:center;font-size:12px;color:#757575}.footer-legal p{margin:5px 0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.footer-awards,.footer-currencies,.footer-licenses{padding:30px 0;border-bottom:1px solid rgba(255,255,255,.05)}.footer-awards h3,.footer-currencies h3,.footer-licenses h3{color:white;font-size:16px;font-weight:600;margin:0 0 20px}.currency-list{display:flex;flex-wrap:wrap;gap:20px}.currency-item{display:flex;align-items:center;background:rgba(27,46,94,.4);padding:8px 15px;border-radius:8px;transition:all .3s;border:1px solid rgba(41,121,255,.2)}.currency-item:hover{background:rgba(41,121,255,.2);transform:translateY(-3px)}.currency-item img{width:24px;height:24px}.currency-item span{font-size:14px}.awards-list,.licenses-list{display:flex;flex-wrap:wrap;gap:20px}.award-item,.license-item{background:rgba(255,255,255,.05);border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center}.award-item img,.license-item img{max-height:60px;max-width:120px;-o-object-fit:contain;object-fit:contain}.footer-responsible{padding:30px 0;border-bottom:1px solid rgba(255,255,255,.05)}.responsible-gambling{display:flex;align-items:center;gap:15px}.age-restriction{width:40px;height:40px;border:2px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:16px}.responsible-gambling p{margin:0;font-size:16px;color:white}.footer-logo{margin-bottom:20px}.copyright p{margin:5px 0;font-size:12px}@media (max-width:992px){.footer-top .footer-container{flex-direction:column;gap:30px}.footer-logo{text-align:center;align-items:center}.footer-columns{justify-content:space-between}}@media (max-width:768px){.footer-columns{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px}.footer-column{min-width:120px}.footer-info{flex-direction:column;gap:20px}.responsible-gaming{flex-direction:column;text-align:center}.responsible-gambling{flex-direction:column;align-items:flex-start}}@media (max-width:576px){.footer-columns{flex-direction:column;gap:30px}.payment-icons,.provider-icons{justify-content:center}.footer-columns{grid-template-columns:1fr 1fr}.awards-list,.currency-list,.licenses-list{justify-content:center}}.crypto-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;background:rgba(27,46,94,.6);border:1px solid rgba(41,121,255,.3);margin-right:10px;color:white}.bitcoin,.dogecoin,.ethereum,.litecoin,.ripple,.tether{background:linear-gradient(135deg,#2979FF,#1565C0)}.mobile-footer{display:none;background-color:#0a1428;border-top:1px solid rgba(41,121,255,.1)}.footer-accordion{width:100%}.footer-accordion-item{border-bottom:1px solid rgba(255,255,255,.05)}.footer-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:16px 4px;cursor:pointer;transition:background-color .2s}.footer-accordion-header:hover{background-color:rgba(41,121,255,.05)}.footer-accordion-header h3{margin:0;color:#fff;font-size:16px;font-weight:600}.footer-accordion-header svg{color:#6f7a8d;transition:transform .2s ease}.footer-accordion-content{padding:0 4px 16px;overflow:hidden;list-style:none;margin:0;display:none}.footer-accordion-content li{margin-bottom:12px}.footer-accordion-content li:last-child{margin-bottom:0}.footer-accordion-content a{color:#b0b0b0;text-decoration:none;font-size:14px;transition:all .2s;display:block;padding:6px 0}.footer-accordion-content a:hover{color:#2979FF}.footer-accordion-content.social-links{display:none;flex-wrap:wrap;gap:12px;padding:8px 4px 16px}@media (max-width:992px){.footer-top .footer-container{flex-direction:column}.footer-logo{align-items:center;margin-bottom:30px}.footer-columns{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:768px){.desktop-footer{display:none}.mobile-footer{display:block}.footer-columns{grid-template-columns:1fr;gap:20px}.footer-column{margin-bottom:15px}.footer-info{flex-direction:column;gap:20px}.footer-bottom .footer-container,.responsible-gaming{flex-direction:column;align-items:center}.footer-bottom .footer-container{text-align:center}.footer-bottom{padding:20px 0}.responsible-gambling{flex-direction:row;align-items:center;justify-content:center;padding:20px 0}.footer-currencies{padding:20px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-currencies h3{margin-bottom:15px;font-size:16px;text-align:center}.currency-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 10px}.currency-item{background-color:#151C3D;border-radius:10px;padding:10px;flex-direction:column;text-align:center;gap:5px}.crypto-icon,.currency-item{display:flex;align-items:center;justify-content:center}.crypto-icon{width:30px;height:30px;border-radius:50%;font-size:18px;font-weight:700;margin-bottom:5px}.currency-item span{font-size:12px}.footer-awards{padding:20px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-awards h3{margin-bottom:15px;font-size:16px;text-align:center}.awards-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:0 10px}.award-item{background-color:#151C3D;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;height:80px}.award-item img{max-width:100%;max-height:60px;-o-object-fit:contain;object-fit:contain}.footer-licenses{padding:20px 0;border-top:1px solid rgba(255,255,255,.05)}.footer-licenses h3{margin-bottom:15px;font-size:16px;text-align:center}.licenses-list{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:0 10px}.license-item{background-color:#151C3D;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;height:80px}.license-item img{max-width:100%;max-height:60px;-o-object-fit:contain;object-fit:contain}}@media (max-width:576px){.footer-columns{grid-template-columns:1fr}.payment-icons,.provider-icons{justify-content:center}.footer-columns{padding:0 10px}}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;overflow:hidden}.auth-modal-container{display:flex;width:100%;height:100%;max-width:100vw;max-height:100vh;position:relative}.auth-modal-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:white;font-size:24px;cursor:pointer;z-index:10001;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,.3);transition:background-color .2s}.auth-modal-close:hover{background-color:rgba(0,0,0,.5)}.auth-modal-content{flex:1;background-color:#131740;padding:40px;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;max-width:50%}.auth-modal-image{flex:1;position:relative;overflow:hidden}.auth-modal-background-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.auth-modal-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);display:flex;flex-direction:column;justify-content:flex-end}.auth-modal-partners{display:flex;align-items:center;gap:20px}.auth-modal-logo{height:60px;width:auto}.auth-modal-partner-text{color:white;font-size:14px;font-weight:700;line-height:1.4}.auth-form-wrapper{display:flex;flex-direction:column;width:100%;max-width:420px;margin:0 auto}.auth-logo{margin-bottom:40px;display:flex;justify-content:flex-start}.auth-title{font-size:28px;font-weight:700;color:white;margin-bottom:10px}.auth-subtitle{color:#a0a0c0;margin-bottom:30px;font-size:14px}.auth-link{color:#6366f1;cursor:pointer;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-form{width:100%}.auth-form,.form-group{margin-bottom:20px}.form-group label{display:block;color:#a0a0c0;margin-bottom:8px;font-size:14px}.auth-input{width:100%;padding:12px 16px;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:white;font-size:16px}.auth-input::-moz-placeholder{color:rgba(255,255,255,.5)}.auth-input::placeholder{color:rgba(255,255,255,.5)}.password-input-container{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:rgba(255,255,255,.5);cursor:pointer}.forgot-password{text-align:right;margin-bottom:20px;font-size:14px}.error-message{color:#ff3a3a;background-color:rgba(255,58,58,.1);padding:10px;border-radius:6px;font-size:14px;margin-bottom:15px;font-weight:500;text-align:center}.auth-submit-button{width:100%;padding:14px;background:linear-gradient(90deg,#f7b500,#ff9900);border:none;border-radius:8px;color:white;font-weight:700;font-size:16px;cursor:pointer;margin-bottom:20px}.auth-divider{position:relative;text-align:center;margin:20px 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:rgba(255,255,255,.2)}.auth-divider span{position:relative;background-color:#131740;padding:0 15px;color:#a0a0c0;font-size:14px}.social-login-buttons{display:flex;gap:10px;margin-bottom:30px}.social-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:white;font-size:14px;cursor:pointer}.social-button:hover{background-color:rgba(255,255,255,.15)}.auth-footer{text-align:center;color:#a0a0c0;font-size:12px;margin-top:20px}.auth-modal-content .close-button{display:none}@media (max-width:768px){.auth-modal-container{flex-direction:column}.auth-modal-content{max-width:100%;padding:20px}.auth-modal-image{display:none}}.notification-popup-container{position:fixed;top:20px;right:20px;z-index:1000;max-width:400px;width:100%}.notification-popup{background-color:#ffffff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);overflow:hidden;animation:slideIn .3s ease-out forwards}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.notification-content{display:flex;padding:16px;align-items:center}.notification-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;font-size:20px;font-weight:700}.notification-icon.success{background-color:#4caf50;color:white}.notification-message{flex-grow:1}.notification-message h3{margin:0 0 4px;font-size:16px;font-weight:600}.notification-message p{margin:0;font-size:14px;color:#666}.notification-close{background:transparent;border:none;font-size:20px;cursor:pointer;color:#aaa;align-self:flex-start;padding:0 0 0 16px;margin:-8px -8px 0 0}.notification-close:hover{color:#666}