.rewards-section{margin-bottom:40px}.rewards-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.rewards-section .section-header .header-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.rewards-section .section-header .header-icon svg{width:24px;height:24px}.rewards-section .section-header .section-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:.5px}.rewards-section .rewards-grid{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.rewards-section .rewards-grid::-webkit-scrollbar{height:6px}.rewards-section .rewards-grid::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:3px}.rewards-section .rewards-grid::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.rewards-section .rewards-grid::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.rewards-section .rewards-grid{-ms-overflow-style:-ms-autohiding-scrollbar;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) hsla(0,0%,100%,.05)}@media(min-width:1024px){.rewards-section .rewards-grid{gap:35px}}.rewards-section .reward-card{border-radius:16px;padding:.75rem 1rem;border:none;display:flex;flex-direction:column;align-items:center;gap:15px;transition:all .3s ease;position:relative;overflow:hidden;background-color:#131314;min-width:200px;flex-shrink:0;cursor:pointer}@media(min-width:768px){.rewards-section .reward-card{min-width:220px}}@media(min-width:1024px){.rewards-section .reward-card{min-width:250px}}.rewards-section .reward-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(138,92,246,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.rewards-section .reward-card:focus-visible{outline:2px solid rgba(119,23,255,.8);outline-offset:2px}.rewards-section .reward-image-container{position:relative;width:160px;height:160px;display:flex;align-items:center;justify-content:center}.rewards-section .reward-glow{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%);width:260px;height:110px;border-radius:50%;filter:blur(28px);display:none;pointer-events:none}.rewards-section .reward-card[data-reward-type=instant] .reward-glow{display:none}.rewards-section .reward-card[data-reward-type="Daily Bonus"] .reward-glow{display:block;background:radial-gradient(ellipse at center,rgba(254,206,117,.8) 0,rgba(254,206,117,.35) 50%,transparent 75%)}.rewards-section .reward-card[data-reward-type="Weekly Bonus"] .reward-glow{display:block;background:radial-gradient(ellipse at center,rgba(119,23,255,.9) 0,rgba(119,23,255,.4) 50%,transparent 75%)}.rewards-section .reward-card[data-reward-type="Monthly Bonus"] .reward-glow{display:block;background:radial-gradient(ellipse at center,rgba(0,72,255,.9) 0,rgba(0,72,255,.4) 50%,transparent 75%)}.rewards-section .reward-card:not([data-reward-type=instant]):not([data-reward-type="Daily Bonus"]):not([data-reward-type="Weekly Bonus"]):not([data-reward-type="Monthly Bonus"]) .reward-glow{display:block;background:radial-gradient(ellipse at 20% 50%,rgba(254,206,117,.7) 0,transparent 55%),radial-gradient(ellipse at 80% 50%,rgba(0,72,255,.65) 0,transparent 55%),radial-gradient(ellipse at 50% 50%,rgba(119,23,255,.75) 0,transparent 55%)}.rewards-section .reward-image{position:relative;z-index:1;width:160px;height:160px;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3))}.rewards-section .lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2;background:rgba(0,0,0,0);border-radius:8px;pointer-events:none}.rewards-section .lock-overlay .lock-icon{display:none}.rewards-section .reward-title{font-size:16px;font-weight:400;color:#fff;margin:0;text-align:center}.rewards-section .reward-description{font-size:13px;font-weight:300;color:hsla(0,0%,100%,.6);margin:-8px 0 0;text-align:center}.rewards-section .claim-button{width:100%;padding:10px 20px;background:var(--primary-purple);border:none;border-radius:.65rem;color:#fff;font-size:.95rem;font-weight:400;cursor:pointer;transition:all .3s ease;align-items:center;justify-content:center;gap:8px;display:flex}.rewards-section .claim-button.locked{background:var(--field-background-2);border:none;color:#4f4f51;cursor:not-allowed;text-transform:none}.rewards-section .claim-button.locked .button-lock-icon{color:#4f4f51}.levelup-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.levelup-modal{background:#131314;border-radius:24px;padding:40px;max-width:450px;width:100%;box-shadow:0 24px 48px rgba(0,0,0,.8);position:relative;overflow:hidden}@media(max-width:640px){.levelup-modal{padding:32px 24px;max-width:95%}}.modal-background-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:103%;z-index:0;pointer-events:none;opacity:.8}.modal-background-gradient .gradient-image{object-fit:cover;object-position:center}.modal-header{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:1;text-align:center}.modal-header .modal-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;color:gold;text-shadow:0 2px 8px rgba(255,215,0,.3);margin:0 0 8px;letter-spacing:2px}@media(max-width:640px){.modal-header .modal-title{font-size:1.75rem}}.modal-header .modal-subtitle{font-size:1.05rem;color:#fff;margin:0 0 8px;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:.5px}@media(max-width:640px){.modal-header .modal-subtitle{font-size:1rem}}.modal-content{flex-direction:column;gap:6px;z-index:1}.modal-content,.reward-animation-container{display:flex;align-items:center;position:relative}.reward-animation-container{width:100%;justify-content:center;margin-top:6px}.reward-animation-container .reward-image-wrapper{position:relative;z-index:1}.reward-animation-container .reward-image-wrapper .reward-level-image{width:480px;height:240px;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6))}@media(max-width:640px){.reward-animation-container .reward-image-wrapper .reward-level-image{width:320px;height:210px}}.reward-amounts{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:100%;margin-top:8px}@media(max-width:640px){.reward-amounts{gap:10px}}.amount-item{display:flex;align-items:center;gap:12px;background:#232325;padding:12px 24px;border-radius:12px;transition:all .3s ease}@media(max-width:640px){.amount-item{padding:10px 20px;gap:10px}}.amount-item .amount-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:640px){.amount-item .amount-icon{width:28px;height:28px}}.amount-item .amount-icon .coin-icon{width:100%;height:100%;object-fit:contain}.amount-item .amount-text{display:flex;flex-direction:column;gap:2px;flex:1}.amount-item .amount-label{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.5px;line-height:1.2}@media(max-width:640px){.amount-item .amount-label{font-size:1.1rem}}.amount-item .amount-sublabel{font-size:.75rem;color:#f59e0b;letter-spacing:.3px;line-height:1.2}@media(max-width:640px){.amount-item .amount-sublabel{font-size:.7rem}}.tier-details-section{margin-bottom:40px;background-color:rgba(0,0,0,0)}.tier-details-section .tier-header{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.tier-details-section .tier-header .tier-icon{font-size:32px;display:flex;align-items:center;justify-content:center}.tier-details-section .tier-header .tier-title{font-size:24px;font-weight:500;color:#fff;margin:0}.tier-details-section .tier-table-container{border-radius:16px;padding:20px;border:1px solid var(--background-tertiary);overflow-x:auto}.tier-details-section .tier-table-container .loading-state{text-align:center;padding:40px 20px;font-size:1rem;color:hsla(0,0%,100%,.7);animation:pulse 1.5s ease-in-out infinite}.tier-details-section .tier-table{width:100%;border-collapse:collapse;table-layout:fixed}.tier-details-section .tier-table thead{display:table;width:100%;table-layout:fixed;border-bottom:1px solid var(--background-tertiary)}.tier-details-section .tier-table tbody{display:block;max-height:360px;overflow-y:auto;width:100%}.tier-details-section .tier-table tbody .table-row{display:table;width:100%;table-layout:fixed}.tier-details-section .tier-table .table-header{padding:12px 16px;text-align:left;font-size:14px;font-weight:300;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.5px;width:25%}.tier-details-section .tier-table .table-header:first-child{padding-left:20px}.tier-details-section .tier-table .table-header:nth-child(4){text-align:right;padding-right:20px}.tier-details-section .tier-table tbody .table-row{transition:background-color .2s ease;padding:0 .5rem;border-radius:.75rem}.tier-details-section .tier-table tbody .table-row:nth-child(2n){background-color:#131314}.tier-details-section .tier-table tbody .table-row:last-child{border-bottom:none}.tier-details-section .tier-table tbody .table-cell{padding:12px 16px;font-size:14px;color:#fff}.tier-details-section .tier-table tbody .table-cell:first-child{border-radius:.75rem 0 0 .75rem}.tier-details-section .tier-table tbody .table-cell:last-child{border-radius:0 .75rem .75rem 0}.tier-details-section .tier-table tbody .level-cell .level-indicator{display:flex;align-items:center;gap:12px}.tier-details-section .tier-table tbody .level-cell .level-icon{font-size:20px}.tier-details-section .tier-table tbody .level-cell .level-name{font-weight:300;color:#fff}.tier-details-section .tier-table tbody .xp-cell{color:hsla(0,0%,100%,.8);font-weight:300}.tier-details-section .tier-table tbody .bonus-cell{text-align:left;font-weight:300;font-size:16px}.tier-details-section .tier-table tbody .bonus-cell .bonus-coin{width:28px;height:28px;object-fit:contain}.tier-details-section .tier-table tbody .action-cell{text-align:right}.tier-details-section .tier-table tbody .action-cell .claim-button{padding:8px 20px;background:linear-gradient(135deg,#00c853,#00e676);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.tier-details-section .tier-table tbody .action-cell .claim-button:hover:not(:disabled){background:linear-gradient(135deg,#00e676,#00c853);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,200,83,.4)}.tier-details-section .tier-table tbody .action-cell .claim-button:disabled{opacity:.6;cursor:not-allowed}.tier-details-section .tier-table tbody .action-cell .claimed-badge{display:inline-block;padding:6px 16px;background:rgba(0,200,83,.15);border:1px solid rgba(0,200,83,.3);border-radius:6px;color:#00c853;font-weight:600;font-size:13px}.tier-details-section .tier-table tbody .action-cell .locked-badge{display:inline-block;padding:6px 16px;background:rgba(128,128,128,.1);border:1px solid rgba(128,128,128,.3);border-radius:6px;color:hsla(0,0%,100%,.5);font-weight:600;font-size:13px}.tier-details-section .tier-header-skeleton{display:flex;align-items:center;gap:12px;margin-bottom:.5rem}.tier-details-section .tier-header-skeleton .tier-icon-skeleton{width:40px;height:40px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.tier-details-section .tier-header-skeleton .tier-title-skeleton{width:150px;height:28px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.tier-details-section .tier-table-skeleton{width:100%}.tier-details-section .tier-table-skeleton .table-skeleton-header{display:flex;gap:20px;padding:16px 20px;border-bottom:1px solid var(--background-tertiary)}.tier-details-section .tier-table-skeleton .table-skeleton-header .skeleton-header-cell{flex:1;height:18px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.tier-details-section .tier-table-skeleton .table-skeleton-row{display:flex;gap:20px;padding:20px;margin:8px 0;border-radius:12px;background-color:#131314}.tier-details-section .tier-table-skeleton .table-skeleton-row .skeleton-cell{flex:1;height:20px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.tier-details-section .tier-table tbody{scrollbar-width:none;-ms-overflow-style:none}.tier-details-section .tier-table tbody::-webkit-scrollbar{display:none}@media(max-width:768px){.tier-details-section .tier-table-container{padding:12px;overflow-x:auto}.tier-details-section .tier-table{min-width:600px;width:100%}.tier-details-section .tier-table .table-header{padding:10px 12px;font-size:12px}.tier-details-section .tier-table .table-header:first-child{padding-left:20px}.tier-details-section .tier-table tbody .table-cell{padding:16px 12px}.tier-details-section .tier-table tbody .table-cell:last-child{text-align:right}.tier-details-section .tier-table tbody .action-cell .claim-button{padding:6px 14px;font-size:12px}.tier-details-section .tier-table tbody .action-cell .claimed-badge,.tier-details-section .tier-table tbody .action-cell .locked-badge{padding:4px 12px;font-size:11px}.tier-details-section .bonus-cell{font-size:13px}.tier-details-section .level-indicator{gap:8px}.tier-details-section .level-name{font-size:12px}.tier-details-section .tier-title{font-size:18px}}.tier-details-section .tier-additional-info{margin-top:24px;padding-top:24px;border-top:1px solid var(--background-tertiary)}.tier-details-section .tier-additional-info .info-title{font-size:18px;font-weight:500;color:#fff;margin:0 0 16px}.tier-details-section .tier-additional-info .info-content{display:flex;flex-direction:column;gap:12px}.tier-details-section .tier-additional-info .info-content .info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#131314;border-radius:8px}.tier-details-section .tier-additional-info .info-content .info-item .info-key{font-size:14px;font-weight:400;color:hsla(0,0%,100%,.7);text-transform:capitalize}.tier-details-section .tier-additional-info .info-content .info-item .info-value{font-size:14px;font-weight:500;color:#fff}.tier-details-section .no-data-message{text-align:center;padding:40px 20px;font-size:1rem;color:hsla(0,0%,100%,.5)}.user-vip-card{margin-bottom:3rem;position:relative}.user-vip-card .vip-title{font-size:32px;font-weight:700;color:var(--nav-text);margin:0 0 32px}.user-vip-card .card-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch;max-height:650px}@media(max-width:1024px){.user-vip-card .card-content{grid-template-columns:1fr;max-height:none}}.user-vip-card .left-section{display:flex;flex-direction:column}.user-vip-card .left-section .vip-card-inner{background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px;padding:20px;position:relative;overflow:hidden;border:1px solid rgba(74,29,6,.5019607843);flex:1;display:flex;flex-direction:column;height:100%;justify-content:space-around}.user-vip-card .left-section .mascot-container{position:relative;width:100%;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.user-vip-card .left-section .mascot-container{height:auto}}.user-vip-card .left-section .mascot-container .mascot-image{position:relative;z-index:2;width:115%;height:115%;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(255,165,0,.3))}@media(max-width:768px){.user-vip-card .left-section .mascot-container .mascot-image{width:100%;height:auto}}.user-vip-card .left-section .mascot-container .current-rank{position:absolute;bottom:7.5%;left:50%;transform:translateX(-50%);text-align:center;z-index:3;width:100%}.user-vip-card .left-section .mascot-container .current-rank .rank-label{display:block;font-size:1.15rem;font-weight:200;color:var(--nav-text)}@media(max-width:768px){.user-vip-card .left-section .mascot-container .current-rank .rank-label{font-size:.95rem}}.user-vip-card .left-section .mascot-container .current-rank .rank-name{font-size:1.85rem;font-weight:600;color:var(--nav-text);margin:0;text-shadow:0 2px 10px rgba(255,165,0,.3);letter-spacing:1px}@media(max-width:768px){.user-vip-card .left-section .mascot-container .current-rank .rank-name{font-size:1.4rem}}.user-vip-card .left-section .mascot-container .current-rank .cashback-badge{display:inline-block;margin-top:8px;padding:4px 12px;background:rgba(74,222,128,.2);border:1px solid #4ade80;border-radius:12px;font-size:.85rem;font-weight:500;color:#4ade80}.user-vip-card .left-section .vip-info .next-rank-section{padding:.75rem .75rem 1rem;background:rgba(0,0,0,.35);border-radius:12px;border:1px solid hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.user-vip-card .left-section .vip-info .next-rank-section .progress-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.user-vip-card .left-section .vip-info .next-rank-section .progress-meta .progress-title{font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:hsla(0,0%,100%,.5)}.user-vip-card .left-section .vip-info .next-rank-section .progress-meta .progress-percentage{font-size:13px;font-weight:700;color:var(--primary-purple)}.user-vip-card .left-section .vip-info .next-rank-section .progress-bar-wrapper{margin-bottom:10px}.user-vip-card .left-section .vip-info .next-rank-section .progress-bar-wrapper .progress-bar-bg{width:100%;height:6px;background:hsla(0,0%,100%,.12);border-radius:999px;overflow:hidden;position:relative}.user-vip-card .left-section .vip-info .next-rank-section .progress-bar-wrapper .progress-bar-fill{height:100%;background:var(--primary-purple);border-radius:999px;transition:width .4s ease;box-shadow:0 0 8px rgba(138,92,246,.6);position:relative}.user-vip-card .left-section .vip-info .next-rank-section .progress-bar-wrapper .progress-bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2))}.user-vip-card .left-section .vip-info .next-rank-section .xp-info{display:flex;justify-content:space-between;align-items:center}.user-vip-card .left-section .vip-info .next-rank-section .xp-info .xp-label{font-size:11px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.user-vip-card .left-section .vip-info .next-rank-section .xp-info .xp-value{font-size:13px;font-weight:600;color:var(--nav-text)}.user-vip-card .left-section .loading-message{text-align:center;padding:40px;font-size:1rem;color:hsla(0,0%,100%,.7)}.user-vip-card .right-section{display:flex;flex-direction:column;background-color:#131314;border-radius:16px;padding:24px;height:100%}@media(max-width:768px){.user-vip-card .right-section{padding:8px}}.user-vip-card .right-section .next-ranks-container{flex:1;display:flex;flex-direction:column}.user-vip-card .right-section .next-ranks-container .next-ranks-title{font-size:20px;font-weight:500;color:var(--nav-text);margin:0 0 20px;flex-shrink:0}.user-vip-card .right-section .next-ranks-container .next-ranks-list{display:flex;flex-direction:column;gap:18px;flex:1;overflow-y:auto;padding-right:6px;scrollbar-width:none;-ms-overflow-style:none}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-ranks-list::-webkit-scrollbar{display:none}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--background-secondary);border-radius:12px;transition:all .3s ease}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-icon{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-icon img{width:100%;height:100%;object-fit:cover}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details{flex:1;min-width:0}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-name-text{font-size:16px;font-weight:400;color:var(--nav-text);margin:0}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status.active{background:rgba(74,222,128,.15);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status.active svg{animation:pulse-dot 2s ease-in-out infinite}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status.upcoming{background:rgba(74,222,128,.15);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status.upcoming svg{animation:pulse-dot 2s ease-in-out infinite}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status.locked{background:rgba(251,146,60,.15);color:#fb923c;border:1px solid rgba(251,146,60,.3)}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-header .rank-status svg{width:12px;height:12px}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-progress-wrapper .rank-progress-bar{width:100%;height:5px;background:var(--background-tertiary);border-radius:3px;overflow:hidden;margin-bottom:7px}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-progress-wrapper .rank-progress-bar .rank-progress-fill{height:100%;background:var(--primary-purple);border-radius:3px;transition:width .3s ease}.user-vip-card .right-section .next-ranks-container .next-ranks-list .next-rank-item .rank-details .rank-progress-wrapper .rank-wager-text{font-size:14px;font-weight:400;color:var(--nav-text)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.vip-levels-section{margin-bottom:40px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.vip-levels-section ::-webkit-scrollbar{display:none}.vip-levels-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.vip-levels-section .section-header .header-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.vip-levels-section .section-header .header-icon svg{width:24px;height:24px}.vip-levels-section .section-header .section-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:.5px}.vip-levels-section .vip-levels-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;padding:10px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.vip-levels-section .vip-levels-grid ::-webkit-scrollbar{display:none}@media(max-width:767.98px){.vip-levels-section .vip-levels-grid{overflow-x:scroll;overflow-y:visible;padding:10px}}.vip-levels-section .vip-level-card{background:rgba(0,0,0,0);border-radius:12px;overflow:hidden;border:2px solid rgba(0,0,0,0);transition:all .3s ease;cursor:pointer;position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-width:145px;max-width:145px;min-height:196px}.vip-levels-section .vip-level-card:hover:not(.locked-card){transform:translateY(-4px);box-shadow:0 0 10.8px 0 var(--primary-purple)}.vip-levels-section .vip-level-card.selected{transform:translateY(-2px)}.vip-levels-section .vip-level-card.current-tier,.vip-levels-section .vip-level-card.selected{border:1px solid var(--primary-purple);box-shadow:0 0 10px 0 var(--primary-purple)}.vip-levels-section .vip-level-card.locked-card{cursor:not-allowed}.vip-levels-section .card-background{display:flex;flex-direction:column;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.vip-levels-section .card-background .background-image{object-fit:cover}.vip-levels-section .completed-tag{position:absolute;top:15px;left:-40px;background:var(--primary-purple);padding:4px 40px;z-index:10;box-shadow:0 4px 12px rgba(139,92,246,.5);transform:rotate(-37.89deg);transform-origin:center}.vip-levels-section .completed-tag span{font-size:.65rem;font-weight:300;color:#fff;letter-spacing:.5px;display:block;white-space:nowrap}.vip-levels-section .card-header{padding:20px;position:relative;display:flex;justify-content:center;align-items:center;min-height:160px;z-index:1;flex:1}.vip-levels-section .card-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent)}.vip-levels-section .locked-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(25,25,26,.8);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:5;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.vip-levels-section .locked-overlay .lock-icon{color:hsla(0,0%,100%,.8);filter:drop-shadow(0 4px 12px rgba(0,0,0,.5));animation:lockPulse 2s ease-in-out infinite}.vip-levels-section .card-footer{position:relative;z-index:2;background:rgba(0,0,0,0)}.vip-levels-section .level-title-container{text-align:center}.vip-levels-section .level-subtitle{font-size:.75rem;font-weight:200;color:var(--nav-text);letter-spacing:.25px;margin-bottom:-5px}.vip-levels-section .level-name{font-size:1.95rem;font-weight:500;color:var(--nav-text);margin:0;text-transform:uppercase;padding:0 .25rem .35rem;font-family:Base Runner JNL,sans-serif;letter-spacing:1px}.vip-levels-section .cashback-percentage,.vip-levels-section .wager-requirement{font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.7);margin:4px 0;letter-spacing:.3px}.vip-levels-section .cashback-percentage{color:#4ade80;font-weight:500}.vip-levels-section .error-message,.vip-levels-section .loading-message{text-align:center;padding:40px 20px;font-size:1rem;color:hsla(0,0%,100%,.7)}.vip-levels-section .error-message{color:#ef4444}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes lockPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.vip-page{min-height:100vh;background:var(--background-primary)}.vip-container{margin:0 auto}.vip-title{font-size:1.65rem;font-weight:700;color:#fff;margin:0 0 32px 2px;text-align:left;letter-spacing:.5px}@media(max-width:768px){.vip-title{font-size:28px;margin-bottom:24px}}