.ProfilePage-module__9t0n8W__container{background:var(--color-background);grid-template-columns:320px 1fr;gap:4rem;max-width:1600px;min-height:100vh;margin:0 auto;padding:8rem 5% 4rem;display:grid;position:relative;overflow:hidden}.ProfilePage-module__9t0n8W__bgGlow{filter:blur(100px);pointer-events:none;z-index:0;background:radial-gradient(circle,#8b5cf60d 0%,#0000 70%);width:50%;height:50%;position:absolute;top:-10%;right:-10%}.ProfilePage-module__9t0n8W__backBtn{color:var(--color-text-muted);letter-spacing:3px;cursor:pointer;z-index:10;background:0 0;border:none;align-items:center;gap:.8rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:3rem;left:5%}.ProfilePage-module__9t0n8W__backBtn:hover{color:var(--color-primary);transform:translate(-8px)}.ProfilePage-module__9t0n8W__sidebar{background:var(--color-surface);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5;border-radius:24px;flex-direction:column;gap:3rem;height:fit-content;padding:3rem 2rem;display:flex;position:sticky;top:100px;box-shadow:0 4px 30px #0000001a}[data-theme=dark] .ProfilePage-module__9t0n8W__sidebar{background:#ffffff05}.ProfilePage-module__9t0n8W__profileHead{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.ProfilePage-module__9t0n8W__avatar{background:linear-gradient(135deg, var(--color-primary), #6366f1);color:#fff;border:4px solid var(--color-background);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.5rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 10px 40px #8b5cf64d,inset 0 0 20px #fff3}.ProfilePage-module__9t0n8W__avatar img{object-fit:cover;width:100%;height:100%}.ProfilePage-module__9t0n8W__headText h3{color:var(--color-text);letter-spacing:.5px;margin-bottom:.3rem;font-size:1.2rem;font-weight:700}.ProfilePage-module__9t0n8W__headText p{color:var(--color-text-muted);opacity:.7;font-size:.85rem}.ProfilePage-module__9t0n8W__nav{flex-direction:column;gap:.8rem;display:flex}.ProfilePage-module__9t0n8W__navBtn{color:var(--color-text-muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:1.2rem;width:100%;padding:1rem 1.2rem;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.ProfilePage-module__9t0n8W__navBtn:hover{background:rgba(var(--color-primary-rgb), .05);color:var(--color-primary);transform:translate(5px)}.ProfilePage-module__9t0n8W__navBtn.ProfilePage-module__9t0n8W__active{background:var(--color-primary);color:#fff;box-shadow:0 10px 20px rgba(var(--color-primary-rgb), .2)}.ProfilePage-module__9t0n8W__logoutBtn{color:#ef4444;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#ef44440d;border:1px solid #ef44441a;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;width:100%;margin-top:2rem;padding:1.2rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.ProfilePage-module__9t0n8W__logoutBtn:hover{color:#fff;background:#ef4444;box-shadow:0 10px 20px #ef444433}.ProfilePage-module__9t0n8W__main{z-index:5;flex:1;position:relative}.ProfilePage-module__9t0n8W__tabContent{width:100%}@media (max-width:1200px){.ProfilePage-module__9t0n8W__container{grid-template-columns:280px 1fr;gap:3rem}}@media (max-width:900px){.ProfilePage-module__9t0n8W__container{grid-template-columns:1fr;gap:2rem;padding-top:7rem}.ProfilePage-module__9t0n8W__sidebar{flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem;position:relative;top:0}.ProfilePage-module__9t0n8W__profileHead{text-align:left;flex-direction:row;align-items:center;gap:1rem;width:100%}.ProfilePage-module__9t0n8W__avatar{flex-shrink:0;width:65px;height:65px;font-size:1.5rem}.ProfilePage-module__9t0n8W__headText{flex:1;min-width:0}.ProfilePage-module__9t0n8W__headText h3,.ProfilePage-module__9t0n8W__headText p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ProfilePage-module__9t0n8W__nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:.8rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProfilePage-module__9t0n8W__nav::-webkit-scrollbar{display:none}.ProfilePage-module__9t0n8W__navBtn{flex-shrink:0;width:auto;padding:.8rem 1.2rem;font-size:.9rem}.ProfilePage-module__9t0n8W__navText{white-space:nowrap;display:block}.ProfilePage-module__9t0n8W__logoutBtn{width:100%;margin-top:0;padding:1rem}}@media (max-width:600px){.ProfilePage-module__9t0n8W__container{box-sizing:border-box;gap:1.5rem;width:100vw;padding:6rem 1rem 2rem;overflow-x:hidden}.ProfilePage-module__9t0n8W__sidebar{box-sizing:border-box;border-radius:16px;gap:1rem;width:100%;padding:1rem}.ProfilePage-module__9t0n8W__profileHead{text-align:center;flex-direction:column;gap:.8rem}.ProfilePage-module__9t0n8W__avatar{border-width:2px;width:60px;height:60px;margin:0 auto;font-size:1.2rem}.ProfilePage-module__9t0n8W__headText h3{white-space:normal;word-break:break-word;font-size:1.1rem}.ProfilePage-module__9t0n8W__headText p{white-space:normal;word-break:break-all;font-size:.8rem}.ProfilePage-module__9t0n8W__nav{flex-direction:column;width:100%;overflow:visible}.ProfilePage-module__9t0n8W__navBtn{justify-content:flex-start;gap:.8rem;width:100%;padding:.8rem 1rem;font-size:.9rem}.ProfilePage-module__9t0n8W__navBtn svg{flex-shrink:0;width:18px;height:18px}.ProfilePage-module__9t0n8W__navText{white-space:normal;word-break:break-word}.ProfilePage-module__9t0n8W__logoutBtn{width:100%;padding:.8rem;font-size:.85rem}.ProfilePage-module__9t0n8W__backBtn{font-size:.75rem;top:2rem;left:1rem}}@media (max-width:350px){.ProfilePage-module__9t0n8W__sidebar{gap:1.2rem;padding:1.2rem}.ProfilePage-module__9t0n8W__profileHead{text-align:center;flex-direction:column;gap:.8rem}.ProfilePage-module__9t0n8W__avatar{border-width:2px;width:60px;height:60px;margin:0 auto;font-size:1.2rem;display:flex}.ProfilePage-module__9t0n8W__headText{text-align:center;width:100%}.ProfilePage-module__9t0n8W__headText h3{margin-bottom:.2rem;font-size:1rem}.ProfilePage-module__9t0n8W__headText p{word-break:break-all;font-size:.75rem;display:block}.ProfilePage-module__9t0n8W__nav{gap:.5rem;padding-bottom:.5rem}.ProfilePage-module__9t0n8W__navBtn{border-radius:8px;gap:.5rem;padding:.6rem 1rem;font-size:.8rem}.ProfilePage-module__9t0n8W__navText{white-space:nowrap}.ProfilePage-module__9t0n8W__logoutBtn{padding:.8rem;font-size:.8rem}}@media (max-width:250px){.ProfilePage-module__9t0n8W__container{gap:1.2rem;padding:5rem .8rem 1rem}.ProfilePage-module__9t0n8W__sidebar{border-radius:12px;gap:1rem;padding:1rem}.ProfilePage-module__9t0n8W__profileHead{gap:.5rem}.ProfilePage-module__9t0n8W__avatar{width:45px;height:45px;font-size:1rem}.ProfilePage-module__9t0n8W__headText h3{font-size:.9rem}.ProfilePage-module__9t0n8W__headText p{font-size:.7rem}.ProfilePage-module__9t0n8W__nav{flex-flow:column wrap;overflow:visible}.ProfilePage-module__9t0n8W__navBtn{justify-content:center;width:100%}.ProfilePage-module__9t0n8W__logoutBtn{margin-top:.5rem;padding:.6rem}}@media (max-width:200px){.ProfilePage-module__9t0n8W__container{gap:.8rem;padding:4rem .4rem 1rem}.ProfilePage-module__9t0n8W__sidebar{border-radius:8px;gap:.8rem;padding:.6rem}.ProfilePage-module__9t0n8W__profileHead{gap:.4rem}.ProfilePage-module__9t0n8W__avatar{border-width:1px;width:35px;height:35px;font-size:.9rem}.ProfilePage-module__9t0n8W__headText h3{white-space:normal;word-break:break-all;font-size:.8rem}.ProfilePage-module__9t0n8W__headText p{white-space:normal;word-break:break-all;font-size:.65rem}.ProfilePage-module__9t0n8W__navBtn{gap:.3rem;padding:.5rem;font-size:.75rem}.ProfilePage-module__9t0n8W__navBtn svg{flex-shrink:0;width:14px;height:14px}.ProfilePage-module__9t0n8W__navText{white-space:normal;text-align:center;word-break:break-all;font-size:.7rem}.ProfilePage-module__9t0n8W__logoutBtn{margin-top:.4rem;padding:.5rem;font-size:.7rem}.ProfilePage-module__9t0n8W__backBtn{font-size:.65rem;top:1rem;left:.5rem}}
.ProfileComponents-module__t-yK9G__sectionTitle{color:var(--color-text);align-items:center;gap:.8rem;margin-bottom:2rem;font-size:1.8rem;font-weight:700;display:flex}.ProfileComponents-module__t-yK9G__gameContainer{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;margin-bottom:3rem;padding:3rem 2rem;position:relative;overflow:hidden}.ProfileComponents-module__t-yK9G__pointsBadge{background:rgba(var(--color-primary-rgb), .15);color:var(--color-primary);border:1px solid rgba(var(--color-primary-rgb), .3);border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1.1rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProfileComponents-module__t-yK9G__gameTitle{background:linear-gradient(45deg, #fff, var(--color-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:800}.ProfileComponents-module__t-yK9G__gameDescription{color:var(--color-text-muted);max-width:500px;margin:0 auto 2.5rem;line-height:1.6}.ProfileComponents-module__t-yK9G__playBtn{background:linear-gradient(135deg, var(--color-primary), #4f46e5);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #6366f166}.ProfileComponents-module__t-yK9G__playBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 40px #6366f199}.ProfileComponents-module__t-yK9G__playBtn:disabled{opacity:.7;cursor:not-allowed;filter:grayscale(.5)}.ProfileComponents-module__t-yK9G__walletGrid{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.5rem;display:grid}.ProfileComponents-module__t-yK9G__couponCard{background:linear-gradient(145deg,#ffffff0d,#ffffff03);border:1px dashed #fff3;border-radius:12px;padding:1.5rem;transition:transform .2s;position:relative}.ProfileComponents-module__t-yK9G__couponCard:hover{border-color:var(--color-primary);transform:translateY(-5px)}.ProfileComponents-module__t-yK9G__couponCode{letter-spacing:2px;color:var(--color-primary);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:flex}.ProfileComponents-module__t-yK9G__discountTag{background:rgba(var(--color-primary-rgb), .2);color:var(--color-text);border-radius:6px;padding:.3rem .6rem;font-size:.9rem}.ProfileComponents-module__t-yK9G__couponDesc{color:var(--color-text-muted);font-size:.9rem}.ProfileComponents-module__t-yK9G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.ProfileComponents-module__t-yK9G__statCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.ProfileComponents-module__t-yK9G__statIconBox{background:rgba(var(--color-primary-rgb), .1);width:50px;height:50px;color:var(--color-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.ProfileComponents-module__t-yK9G__statValue{color:var(--color-text);margin-bottom:.2rem;font-size:2.5rem;font-weight:800}.ProfileComponents-module__t-yK9G__statLabel{color:var(--color-text-muted);font-size:.95rem;font-weight:500}.ProfileComponents-module__t-yK9G__orderItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem;display:flex}.ProfileComponents-module__t-yK9G__orderInfo h4{margin-bottom:.3rem;font-size:1.1rem}.ProfileComponents-module__t-yK9G__orderInfo p{color:var(--color-text-muted);font-size:.9rem}.ProfileComponents-module__t-yK9G__orderPrice{text-align:right}.ProfileComponents-module__t-yK9G__orderPrice .ProfileComponents-module__t-yK9G__mrp{color:var(--color-text-muted);margin-right:.5rem;font-size:.9rem;text-decoration:line-through}.ProfileComponents-module__t-yK9G__orderPrice .ProfileComponents-module__t-yK9G__paid{color:var(--color-primary);font-size:1.2rem;font-weight:700}.ProfileComponents-module__t-yK9G__profitTag{color:#10b981;background:#10b9811a;border-radius:4px;margin-top:.5rem;padding:.2rem .5rem;font-size:.85rem;display:inline-block}@media (max-width:768px){.ProfileComponents-module__t-yK9G__sectionTitle{margin-bottom:1rem;font-size:1.2rem}.ProfileComponents-module__t-yK9G__gameContainer{border-radius:12px;margin-bottom:1.5rem;padding:1.5rem 1rem}.ProfileComponents-module__t-yK9G__gameTitle{margin-top:1rem;margin-bottom:.5rem;font-size:1.3rem}.ProfileComponents-module__t-yK9G__gameDescription{margin-bottom:1.5rem;font-size:.9rem}.ProfileComponents-module__t-yK9G__pointsBadge{padding:.25rem .5rem;font-size:.8rem;top:.75rem;right:.75rem}.ProfileComponents-module__t-yK9G__playBtn{padding:.8rem 1.5rem;font-size:1rem}.ProfileComponents-module__t-yK9G__walletGrid{grid-template-columns:1fr;gap:.75rem}.ProfileComponents-module__t-yK9G__couponCard{border-radius:10px;padding:1rem}.ProfileComponents-module__t-yK9G__couponCode{font-size:1.2rem}.ProfileComponents-module__t-yK9G__discountTag{padding:.2rem .4rem;font-size:.8rem}.ProfileComponents-module__t-yK9G__couponDesc{font-size:.8rem}.ProfileComponents-module__t-yK9G__statsGrid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}.ProfileComponents-module__t-yK9G__statCard{border-radius:10px;flex-direction:row;align-items:center;gap:.75rem;padding:1rem}.ProfileComponents-module__t-yK9G__statIconBox{border-radius:8px;width:36px;height:36px}.ProfileComponents-module__t-yK9G__statValue{margin-bottom:0;font-size:1.4rem}.ProfileComponents-module__t-yK9G__statLabel{font-size:.85rem}.ProfileComponents-module__t-yK9G__orderList{gap:0}.ProfileComponents-module__t-yK9G__orderItem{border-radius:10px;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:1rem}.ProfileComponents-module__t-yK9G__orderInfo h4{font-size:1rem}.ProfileComponents-module__t-yK9G__orderInfo p{font-size:.8rem}.ProfileComponents-module__t-yK9G__orderPrice{text-align:left;margin-top:0}.ProfileComponents-module__t-yK9G__orderPrice .ProfileComponents-module__t-yK9G__paid{font-size:1.1rem}.ProfileComponents-module__t-yK9G__profitTag{padding:.15rem .4rem;font-size:.75rem}}.ProfileComponents-module__t-yK9G__overviewWrapper{flex-direction:column;display:flex}.ProfileComponents-module__t-yK9G__tierStatus{background:var(--color-surface);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;grid-template-columns:80px 1fr 2fr;align-items:center;gap:2rem;margin-bottom:2rem;padding:2.5rem;display:grid;position:relative;overflow:hidden}[data-theme=dark] .ProfileComponents-module__t-yK9G__tierStatus{background:#ffffff05}.ProfileComponents-module__t-yK9G__tierIcon{width:80px;height:80px;color:var(--color-primary);border:1px solid rgba(var(--color-primary-rgb), .3);box-shadow:0 0 20px rgba(var(--color-primary-rgb), .15);border-radius:50%;justify-content:center;align-items:center;display:flex}.ProfileComponents-module__t-yK9G__tierInfo h3{text-transform:uppercase;letter-spacing:2px;color:var(--color-text);margin:0;font-size:1.5rem;font-weight:800}.ProfileComponents-module__t-yK9G__tierLabel{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);margin-bottom:.3rem;font-size:.75rem;display:block}.ProfileComponents-module__t-yK9G__tierProgress{flex-direction:column;gap:.8rem;display:flex}.ProfileComponents-module__t-yK9G__progressLabel{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px;justify-content:space-between;font-size:.8rem;font-weight:700;display:flex}.ProfileComponents-module__t-yK9G__progressBar{background:var(--color-background);border:1px solid var(--color-border);border-radius:4px;height:8px;overflow:hidden}.ProfileComponents-module__t-yK9G__progressFill{background:linear-gradient(90deg, var(--color-primary), #6366f1);border-radius:4px;height:100%;box-shadow:0 0 10px #6366f180}.ProfileComponents-module__t-yK9G__quickActionsGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.ProfileComponents-module__t-yK9G__quickActionCard{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.ProfileComponents-module__t-yK9G__quickActionCard:hover{border-color:var(--color-primary);transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}[data-theme=dark] .ProfileComponents-module__t-yK9G__quickActionCard:hover{background:rgba(var(--color-primary-rgb), .05)}.ProfileComponents-module__t-yK9G__actionIcon{background:rgba(var(--color-primary-rgb), .1);width:48px;height:48px;color:var(--color-primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProfileComponents-module__t-yK9G__actionText h4{color:var(--color-text);margin-bottom:.2rem;font-size:1rem}.ProfileComponents-module__t-yK9G__actionText p{color:var(--color-text-muted);font-size:.85rem}.ProfileComponents-module__t-yK9G__actionArrow{color:var(--color-text-muted);margin-left:auto;transition:transform .3s}.ProfileComponents-module__t-yK9G__quickActionCard:hover .ProfileComponents-module__t-yK9G__actionArrow{color:var(--color-primary);transform:translate(5px)}.ProfileComponents-module__t-yK9G__latestMission{margin-top:3rem}.ProfileComponents-module__t-yK9G__latestMission h3{text-transform:uppercase;letter-spacing:2px;color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1rem}.ProfileComponents-module__t-yK9G__missionCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;display:flex}.ProfileComponents-module__t-yK9G__missionDot{border-radius:50%;width:10px;height:10px;box-shadow:0 0 10px}.ProfileComponents-module__t-yK9G__missionSummary{flex-direction:column;display:flex}.ProfileComponents-module__t-yK9G__missionId{color:var(--color-text);font-family:monospace;font-size:1rem;font-weight:700}.ProfileComponents-module__t-yK9G__missionStatus{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);font-size:.75rem}.ProfileComponents-module__t-yK9G__missionPrice{color:var(--color-primary);margin-left:auto;font-size:1.2rem;font-weight:800}@media (max-width:900px){.ProfileComponents-module__t-yK9G__tierStatus{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:2rem}.ProfileComponents-module__t-yK9G__tierIcon{margin:0 auto}.ProfileComponents-module__t-yK9G__quickActionsGrid{grid-template-columns:1fr;gap:1rem}}@media (max-width:600px){.ProfileComponents-module__t-yK9G__tierStatus{gap:1rem;padding:1.5rem}.ProfileComponents-module__t-yK9G__tierInfo h3{word-break:break-word;letter-spacing:1px;white-space:normal;font-size:1.1rem}.ProfileComponents-module__t-yK9G__quickActionCard{padding:1.2rem}.ProfileComponents-module__t-yK9G__actionIcon{width:40px;height:40px}.ProfileComponents-module__t-yK9G__actionText h4{font-size:.9rem}}@media (max-width:350px){.ProfileComponents-module__t-yK9G__sectionTitle{word-break:break-word;justify-content:center;margin-bottom:1rem;font-size:1.1rem}.ProfileComponents-module__t-yK9G__gameContainer{flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;display:flex}.ProfileComponents-module__t-yK9G__pointsBadge{width:fit-content;margin:0 auto;position:relative;top:auto;right:auto}.ProfileComponents-module__t-yK9G__gameTitle{margin:0;font-size:1.3rem}.ProfileComponents-module__t-yK9G__gameDescription{margin-bottom:0;font-size:.85rem;display:block}.ProfileComponents-module__t-yK9G__playBtn{justify-content:center;width:100%;margin-top:.5rem;padding:1rem}.ProfileComponents-module__t-yK9G__statsGrid{grid-template-columns:1fr}.ProfileComponents-module__t-yK9G__statCard{justify-content:center;padding:1.2rem}.ProfileComponents-module__t-yK9G__walletGrid{grid-template-columns:1fr}.ProfileComponents-module__t-yK9G__couponCard{padding:1.2rem}.ProfileComponents-module__t-yK9G__orderItem{align-items:flex-start;gap:1rem;padding:1.2rem}.ProfileComponents-module__t-yK9G__orderPrice{align-self:flex-start}.ProfileComponents-module__t-yK9G__tierStatus{padding:1.5rem!important}.ProfileComponents-module__t-yK9G__tierIcon{width:60px;height:60px;display:flex}.ProfileComponents-module__t-yK9G__quickActionCard{text-align:center;flex-direction:column;padding:1.2rem}.ProfileComponents-module__t-yK9G__actionArrow{margin:0 auto;transform:rotate(90deg)}.ProfileComponents-module__t-yK9G__missionCard{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.2rem}.ProfileComponents-module__t-yK9G__missionPrice{margin:0}}@media (max-width:250px){.ProfileComponents-module__t-yK9G__gameContainer,.ProfileComponents-module__t-yK9G__statCard,.ProfileComponents-module__t-yK9G__couponCard,.ProfileComponents-module__t-yK9G__orderItem,.ProfileComponents-module__t-yK9G__quickActionCard,.ProfileComponents-module__t-yK9G__tierStatus{padding:1rem!important}.ProfileComponents-module__t-yK9G__sectionTitle{font-size:1rem}.ProfileComponents-module__t-yK9G__gameTitle{font-size:1.1rem}.ProfileComponents-module__t-yK9G__gameDescription{font-size:.8rem}.ProfileComponents-module__t-yK9G__statValue{font-size:1.2rem}.ProfileComponents-module__t-yK9G__statIconBox{width:40px;height:40px;display:flex}.ProfileComponents-module__t-yK9G__couponCode{word-break:break-all;flex-wrap:wrap;font-size:1.1rem}.ProfileComponents-module__t-yK9G__orderInfo h4{white-space:normal;font-size:.95rem}}@media (max-width:200px){.ProfileComponents-module__t-yK9G__gameContainer,.ProfileComponents-module__t-yK9G__statCard,.ProfileComponents-module__t-yK9G__couponCard,.ProfileComponents-module__t-yK9G__orderItem,.ProfileComponents-module__t-yK9G__quickActionCard,.ProfileComponents-module__t-yK9G__tierStatus{border-radius:8px;gap:.5rem;padding:.6rem!important}.ProfileComponents-module__t-yK9G__sectionTitle{margin-bottom:.6rem;font-size:.85rem}.ProfileComponents-module__t-yK9G__gameTitle{font-size:1rem}.ProfileComponents-module__t-yK9G__gameDescription{font-size:.7rem}.ProfileComponents-module__t-yK9G__pointsBadge{padding:.2rem .4rem;font-size:.7rem}.ProfileComponents-module__t-yK9G__playBtn{padding:.6rem;font-size:.8rem}.ProfileComponents-module__t-yK9G__statIconBox{width:30px;height:30px}.ProfileComponents-module__t-yK9G__statValue{font-size:1rem}.ProfileComponents-module__t-yK9G__statLabel{font-size:.75rem}.ProfileComponents-module__t-yK9G__couponCode{font-size:.95rem}.ProfileComponents-module__t-yK9G__discountTag{padding:.15rem .3rem;font-size:.7rem}.ProfileComponents-module__t-yK9G__couponDesc{font-size:.7rem}.ProfileComponents-module__t-yK9G__orderInfo h4{font-size:.85rem}.ProfileComponents-module__t-yK9G__orderInfo p{font-size:.7rem}.ProfileComponents-module__t-yK9G__orderPrice .ProfileComponents-module__t-yK9G__paid{font-size:.95rem}.ProfileComponents-module__t-yK9G__orderPrice .ProfileComponents-module__t-yK9G__mrp{font-size:.7rem}.ProfileComponents-module__t-yK9G__tierIcon{width:40px;height:40px}.ProfileComponents-module__t-yK9G__tierInfo h3{font-size:.9rem}.ProfileComponents-module__t-yK9G__tierLabel,.ProfileComponents-module__t-yK9G__progressLabel{font-size:.6rem}.ProfileComponents-module__t-yK9G__actionIcon{width:30px;height:30px}.ProfileComponents-module__t-yK9G__actionText h4{font-size:.75rem}.ProfileComponents-module__t-yK9G__actionText p{font-size:.65rem}.ProfileComponents-module__t-yK9G__missionId{word-break:break-all;font-size:.75rem}.ProfileComponents-module__t-yK9G__missionStatus{font-size:.6rem}.ProfileComponents-module__t-yK9G__missionPrice{font-size:.9rem}}
.ProfileCart-module__U-cxFW__container{flex-direction:column;gap:2rem;width:100%;display:flex}.ProfileCart-module__U-cxFW__emptyContainer{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;padding:5rem 2rem;display:flex}.ProfileCart-module__U-cxFW__emptyIcon{color:#ffffff1a;margin-bottom:1rem}.ProfileCart-module__U-cxFW__emptyTitle{font-family:var(--font-logo);margin-bottom:.5rem;font-size:2rem}.ProfileCart-module__U-cxFW__emptySubtitle{color:#ffffff80;margin-bottom:2rem}.ProfileCart-module__U-cxFW__shopBtn{background:var(--color-primary);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.ProfileCart-module__U-cxFW__shopBtn:hover{background:#fff;box-shadow:0 0 20px #fff3}.ProfileCart-module__U-cxFW__headerTitle{letter-spacing:1px;border-bottom:1px solid #ffffff1a;padding-bottom:1rem;font-size:1.5rem;font-weight:300}.ProfileCart-module__U-cxFW__cartList{flex-direction:column;gap:1rem;display:flex}.ProfileCart-module__U-cxFW__cartItem{background:#0000004d;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:1.5rem;padding:1rem;transition:background .3s;display:flex}.ProfileCart-module__U-cxFW__cartItem:hover{background:#ffffff05}.ProfileCart-module__U-cxFW__itemImageWrapper{border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.ProfileCart-module__U-cxFW__itemImage{object-fit:cover;width:100%;height:100%}.ProfileCart-module__U-cxFW__itemMeta{flex:1}.ProfileCart-module__U-cxFW__itemMeta h4{color:#fff;margin:0 0 .3rem;font-size:1rem;font-weight:600}.ProfileCart-module__U-cxFW__itemCategory{color:#ffffff80;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem}.ProfileCart-module__U-cxFW__itemSize{color:var(--color-primary);background:#ba995d1a;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.ProfileCart-module__U-cxFW__quantityControls{background:#ffffff0d;border-radius:4px;align-items:center;gap:.8rem;padding:.3rem .8rem;display:flex}.ProfileCart-module__U-cxFW__qBtn{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:1.2rem}.ProfileCart-module__U-cxFW__qBtn:hover{opacity:1}.ProfileCart-module__U-cxFW__qText{text-align:center;min-width:20px;font-weight:600}.ProfileCart-module__U-cxFW__itemPrice{text-align:right;color:#fff;min-width:80px;font-size:1.1rem;font-weight:600}.ProfileCart-module__U-cxFW__removeBtn{color:#ef4444;cursor:pointer;opacity:.6;background:0 0;border:none;padding:.5rem;transition:opacity .2s}.ProfileCart-module__U-cxFW__removeBtn:hover{opacity:1}.ProfileCart-module__U-cxFW__cartSummary{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;margin-top:1rem;padding:1.5rem}.ProfileCart-module__U-cxFW__summaryRow{justify-content:space-between;margin-bottom:2rem;font-size:1.2rem;font-weight:300;display:flex}.ProfileCart-module__U-cxFW__checkoutBtn{text-align:center;background:var(--color-primary);color:#000;text-transform:uppercase;letter-spacing:1px;border-radius:4px;width:100%;padding:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.ProfileCart-module__U-cxFW__checkoutBtn:hover{background:#fff;box-shadow:0 0 20px #fff3}.ProfileCart-module__U-cxFW__relatedSection{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.ProfileCart-module__U-cxFW__relatedTitle{text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;margin-bottom:1.5rem;font-size:1.1rem}.ProfileCart-module__U-cxFW__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.ProfileCart-module__U-cxFW__relatedGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ProfileCart-module__U-cxFW__cartItem{border-radius:10px;flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem;position:relative}.ProfileCart-module__U-cxFW__itemImageWrapper{width:50px;height:50px;position:absolute;top:.75rem;left:.75rem}.ProfileCart-module__U-cxFW__itemMeta{margin-bottom:0;margin-left:65px}.ProfileCart-module__U-cxFW__itemMeta h4{font-size:.9rem}.ProfileCart-module__U-cxFW__itemPrice{align-self:flex-start;margin-left:65px;font-size:.95rem}.ProfileCart-module__U-cxFW__quantityControls{margin-left:65px;padding:.2rem .5rem}.ProfileCart-module__U-cxFW__removeBtn{padding:.25rem;position:absolute;top:.75rem;right:.75rem}.ProfileCart-module__U-cxFW__emptyContainer{padding:2rem 1rem}.ProfileCart-module__U-cxFW__cartSummary{border-radius:10px;margin-top:.5rem;padding:1rem}.ProfileCart-module__U-cxFW__summaryRow{margin-bottom:1rem;font-size:1rem}.ProfileCart-module__U-cxFW__checkoutBtn{padding:.8rem;font-size:.9rem}}.ProfileCart-module__U-cxFW__relatedCard{color:inherit;background:#0006;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;text-decoration:none;transition:transform .3s,border-color .3s;display:flex;overflow:hidden}.ProfileCart-module__U-cxFW__relatedCard:hover{border-color:#fff3;transform:translateY(-5px)}.ProfileCart-module__U-cxFW__relatedImageWrapper{aspect-ratio:3/4;width:100%;overflow:hidden}.ProfileCart-module__U-cxFW__relatedImageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ProfileCart-module__U-cxFW__relatedCard:hover .ProfileCart-module__U-cxFW__relatedImageWrapper img{transform:scale(1.05)}.ProfileCart-module__U-cxFW__relatedInfo{flex-direction:column;flex:1;justify-content:space-between;padding:1rem;display:flex}.ProfileCart-module__U-cxFW__relatedInfo h5{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .5rem;font-size:.9rem;font-weight:500;overflow:hidden}.ProfileCart-module__U-cxFW__relatedInfo span{color:var(--color-primary);font-size:.9rem;font-weight:600}@media (max-width:400px){.ProfileCart-module__U-cxFW__relatedGrid{grid-template-columns:1fr}}@media (max-width:350px){.ProfileCart-module__U-cxFW__cartItem{text-align:center;align-items:center;padding:1.5rem 1rem}.ProfileCart-module__U-cxFW__itemImageWrapper{width:100px;height:100px;margin-bottom:1rem;position:relative;top:auto;left:auto}.ProfileCart-module__U-cxFW__itemMeta,.ProfileCart-module__U-cxFW__itemPrice,.ProfileCart-module__U-cxFW__quantityControls{align-self:center;margin-left:0}.ProfileCart-module__U-cxFW__itemMeta{margin-bottom:.8rem}.ProfileCart-module__U-cxFW__itemMeta h4{white-space:normal;font-size:1rem}.ProfileCart-module__U-cxFW__itemPrice{margin-bottom:.8rem;font-size:1rem}.ProfileCart-module__U-cxFW__quantityControls{border-radius:8px;justify-content:center;gap:.5rem;padding:.5rem 1rem}.ProfileCart-module__U-cxFW__qBtn{font-size:1.2rem}.ProfileCart-module__U-cxFW__removeBtn{color:#ef4444;background:#ef44441a;border-radius:50%;top:.5rem;right:.5rem}.ProfileCart-module__U-cxFW__cartSummary{margin-top:1rem;padding:1.5rem 1rem}.ProfileCart-module__U-cxFW__headerTitle{text-align:center;font-size:1.2rem}.ProfileCart-module__U-cxFW__summaryRow{margin-bottom:1rem;font-size:1rem}.ProfileCart-module__U-cxFW__checkoutBtn{margin-top:1rem;padding:1rem;font-size:.9rem}.ProfileCart-module__U-cxFW__emptyContainer{padding:3rem 1rem}.ProfileCart-module__U-cxFW__emptyTitle{font-size:1.4rem}.ProfileCart-module__U-cxFW__shopBtn{padding:.8rem 1.5rem}}@media (max-width:250px){.ProfileCart-module__U-cxFW__itemImageWrapper{width:80px;height:80px}.ProfileCart-module__U-cxFW__itemMeta h4{font-size:.9rem}.ProfileCart-module__U-cxFW__cartSummary{padding:1rem .8rem}.ProfileCart-module__U-cxFW__checkoutBtn{padding:.8rem;font-size:.8rem}.ProfileCart-module__U-cxFW__headerTitle{font-size:1rem}.ProfileCart-module__U-cxFW__summaryRow{flex-wrap:wrap;justify-content:center;gap:.5rem;font-size:.85rem}}@media (max-width:200px){.ProfileCart-module__U-cxFW__cartItem{padding:.5rem!important}.ProfileCart-module__U-cxFW__itemImageWrapper{width:60px;height:60px;margin-bottom:.6rem}.ProfileCart-module__U-cxFW__itemMeta{text-align:center;width:100%}.ProfileCart-module__U-cxFW__itemMeta h4{word-break:break-word;font-size:.75rem}.ProfileCart-module__U-cxFW__itemCategory,.ProfileCart-module__U-cxFW__itemSize{font-size:.65rem}.ProfileCart-module__U-cxFW__itemPrice{margin-bottom:.6rem;font-size:.85rem}.ProfileCart-module__U-cxFW__quantityControls{gap:.4rem;padding:.3rem .5rem}.ProfileCart-module__U-cxFW__qBtn{font-size:1rem}.ProfileCart-module__U-cxFW__qText{min-width:15px;font-size:.8rem}.ProfileCart-module__U-cxFW__removeBtn{width:25px;height:25px;padding:.3rem}.ProfileCart-module__U-cxFW__cartSummary{padding:.8rem .5rem}.ProfileCart-module__U-cxFW__headerTitle{font-size:.85rem}.ProfileCart-module__U-cxFW__summaryRow{margin-bottom:.6rem;font-size:.75rem}.ProfileCart-module__U-cxFW__checkoutBtn{padding:.6rem;font-size:.75rem}.ProfileCart-module__U-cxFW__emptyContainer{padding:1.5rem .5rem}.ProfileCart-module__U-cxFW__emptyTitle{font-size:1rem}.ProfileCart-module__U-cxFW__emptySubtitle{font-size:.7rem}.ProfileCart-module__U-cxFW__shopBtn{padding:.6rem 1rem;font-size:.75rem}.ProfileCart-module__U-cxFW__relatedTitle{font-size:.85rem}.ProfileCart-module__U-cxFW__relatedInfo h5{font-size:.75rem}.ProfileCart-module__U-cxFW__relatedInfo span{font-size:.8rem}}
.ProfileWishlist-module__emXgwq__container{width:100%}.ProfileWishlist-module__emXgwq__title{font-family:var(--font-logo), "Playfair Display", serif;color:var(--color-text);border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1rem;font-size:1.8rem;font-weight:300}.ProfileWishlist-module__emXgwq__loading{text-align:center;color:var(--color-primary);opacity:.8;font-style:italic;font-family:var(--font-inter);padding:4rem 0}.ProfileWishlist-module__emXgwq__emptyState{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:4rem 2rem}.ProfileWishlist-module__emXgwq__emptyState h2{font-family:var(--font-logo), "Playfair Display", serif;margin-bottom:1rem;font-size:2rem;font-weight:300}.ProfileWishlist-module__emXgwq__emptyState p{color:var(--color-text-muted);max-width:500px;margin:0 auto 2rem;line-height:1.6}.ProfileWishlist-module__emXgwq__shopBtn{background:var(--color-primary);color:var(--color-background);font-family:var(--font-inter), sans-serif;letter-spacing:1px;cursor:pointer;border:none;border-radius:6px;padding:.8rem 2rem;font-weight:600;transition:opacity .3s}.ProfileWishlist-module__emXgwq__shopBtn:hover{opacity:.8}.ProfileWishlist-module__emXgwq__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.5rem;display:grid}.ProfileWishlist-module__emXgwq__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.ProfileWishlist-module__emXgwq__imageBox{aspect-ratio:4/5;background:#111;width:100%;position:relative;overflow:hidden}.ProfileWishlist-module__emXgwq__imageBox img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ProfileWishlist-module__emXgwq__card:hover .ProfileWishlist-module__emXgwq__imageBox img{transform:scale(1.05)}.ProfileWishlist-module__emXgwq__removeBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;z-index:2;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.ProfileWishlist-module__emXgwq__removeBtn:hover{background:#ff4b4b;border-color:#ff4b4b}.ProfileWishlist-module__emXgwq__infoBox{flex-direction:column;flex-grow:1;padding:1.2rem;display:flex}.ProfileWishlist-module__emXgwq__infoBox h4{font-family:var(--font-inter), sans-serif;color:var(--color-text);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:-webkit-box;overflow:hidden}.ProfileWishlist-module__emXgwq__price{font-family:var(--font-inter), sans-serif;color:var(--color-text);margin-bottom:1.5rem;font-size:1rem;font-weight:700}.ProfileWishlist-module__emXgwq__addCartBtn{background:var(--color-text);width:100%;color:var(--color-background);font-family:var(--font-inter), sans-serif;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:.8rem;font-size:.85rem;font-weight:600;transition:opacity .3s;display:flex}.ProfileWishlist-module__emXgwq__addCartBtn:hover{opacity:.8}@media (max-width:768px){.ProfileWishlist-module__emXgwq__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr));gap:.5rem}.ProfileWishlist-module__emXgwq__infoBox h4{font-size:.75rem}.ProfileWishlist-module__emXgwq__price{margin-bottom:1rem;font-size:.85rem}.ProfileWishlist-module__emXgwq__addCartBtn{padding:.6rem;font-size:.75rem}}@media (max-width:350px){.ProfileWishlist-module__emXgwq__grid{grid-template-columns:1fr;gap:1.2rem}.ProfileWishlist-module__emXgwq__infoBox{text-align:center;align-items:center;padding:1.5rem 1rem}.ProfileWishlist-module__emXgwq__infoBox h4{white-space:normal;margin-bottom:.8rem;font-size:1rem}.ProfileWishlist-module__emXgwq__price{margin-bottom:1.2rem;font-size:1.1rem}.ProfileWishlist-module__emXgwq__addCartBtn{width:100%;padding:.8rem;font-size:.9rem}.ProfileWishlist-module__emXgwq__removeBtn{color:#ef4444;background:#ef444433;border-color:#ef444480;width:35px;height:35px;top:.8rem;right:.8rem}}@media (max-width:250px){.ProfileWishlist-module__emXgwq__title{text-align:center;margin-bottom:1rem;font-size:1.2rem}.ProfileWishlist-module__emXgwq__infoBox{padding:1rem .5rem}.ProfileWishlist-module__emXgwq__infoBox h4{font-size:.9rem}.ProfileWishlist-module__emXgwq__price{font-size:1rem}.ProfileWishlist-module__emXgwq__addCartBtn{padding:.8rem .5rem;font-size:.8rem}.ProfileWishlist-module__emXgwq__emptyState{padding:2rem 1rem}.ProfileWishlist-module__emXgwq__emptyState h2{font-size:1.2rem}}@media (max-width:200px){.ProfileWishlist-module__emXgwq__title{margin-bottom:.8rem;font-size:1rem}.ProfileWishlist-module__emXgwq__emptyState{padding:1.5rem .5rem}.ProfileWishlist-module__emXgwq__emptyState h2{font-size:1rem}.ProfileWishlist-module__emXgwq__emptyState p{font-size:.7rem}.ProfileWishlist-module__emXgwq__shopBtn{padding:.6rem 1rem;font-size:.75rem}.ProfileWishlist-module__emXgwq__infoBox{padding:.6rem .4rem}.ProfileWishlist-module__emXgwq__infoBox h4{word-break:break-word;margin-bottom:.5rem;font-size:.75rem}.ProfileWishlist-module__emXgwq__price{margin-bottom:.8rem;font-size:.85rem}.ProfileWishlist-module__emXgwq__addCartBtn{padding:.5rem .3rem;font-size:.7rem}.ProfileWishlist-module__emXgwq__removeBtn{width:25px;height:25px;top:.4rem;right:.4rem}}
