@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-primary:#090c1d;--bg-secondary:#191939;--bg-tertiary:#232042;--bg-surface:#232042;--bg-elevated:#2c2852;--bg-hover:#2c2852;--bg-sidebar:#191939;--bg-input:#232042;--border-dark:#2c2852;--border-subtle:#ffffff0f;--accent-purple:#6342b8;--accent-purple-light:#b4a6e2;--accent-purple-dark:#2a175f;--accent-purple-glow:#6342b84d;--accent-gold:#ffce00;--accent-gold-light:#ffe04a;--accent-gold-dark:#e5b800;--accent-green:#68baad;--accent-red:#ff1744;--accent-blue:#72b0c3;--accent-orange:#cf9f77;--accent-pink:#870d32;--text-primary:#d9d1f4;--text-secondary:#b4a6e2;--text-muted:#7b6cb9;--text-accent:#b4a6e2;--border-color:#6342b81f;--border-light:#6342b833;--border-accent:#6342b866;--gradient-purple:linear-gradient(135deg, #6342b8 0%, #b4a6e2 100%);--gradient-gold:linear-gradient(135deg, #ffce00 0%, #e5b800 100%);--gradient-dark:linear-gradient(180deg, #090c1d 0%, #050710 100%);--gradient-card:linear-gradient(145deg, #232042 0%, #191939 100%);--gradient-surface:linear-gradient(135deg, #232042cc 0%, #19193999 100%);--gradient-sidebar:linear-gradient(180deg, #191939 0%, #111130 100%);--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 12px 40px #000000b3;--shadow-purple:0 4px 24px #6342b84d;--shadow-gold:0 4px 24px #ffce0040;--sidebar-width:232px;--sidebar-rail-ms:.28s;--topbar-height:60px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--ease-smooth:cubic-bezier(.25, .46, .45, .94);--ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--transition-fast:.2s var(--ease-smooth);--transition-normal:.32s var(--ease-smooth);--transition-slow:.5s var(--ease-out-expo);--app-sidebar-offset:0px;--app-chat-offset:0px}[data-theme=light]{--bg-primary:#f4f2fb;--bg-secondary:#fff;--bg-tertiary:#ebe6f7;--bg-surface:#fff;--bg-elevated:#e4ddf5;--bg-hover:#ddd5f0;--bg-sidebar:#f8f6fd;--bg-input:#fff;--border-dark:#6342b82e;--border-subtle:#6342b81a;--accent-purple:#5b38c4;--accent-purple-light:#6b4bd4;--accent-purple-dark:#3d2688;--accent-purple-glow:#6342b833;--accent-gold:#c9a000;--accent-gold-light:#e0bc1a;--accent-gold-dark:#a68500;--text-primary:#1a1433;--text-secondary:#4a3f6b;--text-muted:#6b6088;--text-accent:#4a3f6b;--border-color:#6342b824;--border-light:#6342b838;--border-accent:#6342b859;--gradient-card:linear-gradient(145deg, #fff 0%, #f0ebfb 100%);--gradient-sidebar:linear-gradient(180deg, #fff 0%, #f4f0fc 100%);--gradient-dark:linear-gradient(180deg, #f4f2fb 0%, #ebe6f7 100%);--shadow-md:0 4px 16px #1a143314;--shadow-lg:0 12px 40px #1a14331f}[data-theme=light] body{background:var(--bg-secondary);color:var(--text-primary)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;scrollbar-gutter:stable;overflow-x:clip}body{background:var(--bg-secondary);min-height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5;overflow:clip visible}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffffff1a}::-webkit-scrollbar-thumb:hover{background:#ffffff2e}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.01em;font-family:Poppins,sans-serif;font-weight:700}h1{font-size:1.65rem;font-weight:800}h2{font-size:1.3rem;font-weight:700}h3{font-size:1.1rem;font-weight:700}h4{font-size:.95rem;font-weight:600}a{color:var(--accent-gold);transition:color var(--transition-fast), opacity var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-gold-light)}button{cursor:pointer;transition:all var(--transition-normal);border:none;outline:none;font-family:Poppins,Inter,sans-serif}input,textarea,select{background:var(--bg-input);border:1px solid var(--border-light);color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-normal);outline:none;width:100%;padding:12px 16px;font-family:Poppins,Inter,sans-serif;font-size:.85rem}input:focus,textarea:focus,select:focus{border-color:var(--accent-purple);box-shadow:0 0 0 3px var(--accent-purple-glow);background:var(--bg-surface)}input::placeholder,textarea::placeholder{color:var(--text-muted)}.app-layout{min-height:100vh;display:flex;overflow:visible}.main-content{min-width:0;margin-left:var(--app-sidebar-offset,0px);margin-right:var(--app-chat-offset,0px);width:calc(100% - var(--app-sidebar-offset,0px) - var(--app-chat-offset,0px));box-sizing:border-box;max-width:100%;padding-top:var(--topbar-height);min-height:100vh;transition:margin-left var(--sidebar-rail-ms,.28s) var(--ease-smooth), width var(--sidebar-rail-ms,.28s) var(--ease-smooth), margin-right .4s cubic-bezier(.19, 1, .22, 1);background:var(--bg-primary);overscroll-behavior-y:none;border-top-left-radius:18px;flex-direction:column;flex:1;display:flex;position:relative;overflow:clip visible;scrollbar-width:none!important;-ms-overflow-style:none!important}.main-content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}@media (min-width:768px){.main-content.shellRailExpanded{width:calc(100% - 232px - var(--app-chat-offset,0px));margin-left:232px}.main-content.shellRailCompact{width:calc(100% - 72px - var(--app-chat-offset,0px));margin-left:72px}}.main-content.no-sidebar{width:100%;margin-left:0;margin-right:0}.page-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:20px 24px;overflow:clip visible}.page-enter{opacity:0;min-width:0;transition:opacity .38s var(--ease-out-expo), transform .38s var(--ease-out-expo);flex-direction:column;flex:1 0 auto;display:flex;overflow:clip visible;transform:translateY(12px);scrollbar-width:none!important;-ms-overflow-style:none!important}.page-enter::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.page-enter-active{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.page-enter,.page-enter-active{opacity:1!important;transition-duration:50ms!important;transform:none!important}}.app-loader{background:var(--bg-primary);flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100vh;display:flex}.app-loader-logo{object-fit:contain;filter:drop-shadow(0 0 24px #ffce004d);width:64px;height:64px;animation:1.5s ease-in-out infinite loaderPulse}@keyframes loaderPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.btn{border-radius:var(--radius-full);transition:all var(--transition-normal);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.825rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-purple);color:#fff;box-shadow:var(--shadow-purple)}.btn-primary:hover{background:var(--accent-purple-dark);transform:translateY(-1px);box-shadow:0 6px 28px #6342b859}.btn-primary:active{transform:translateY(0)}.btn-gold{background:var(--gradient-gold);color:#0f111a;box-shadow:var(--shadow-gold);font-weight:700}.btn-gold:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 6px 28px #ffce0059}.btn-gold:active{transform:translateY(0)}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-hover);border-color:var(--border-light);transform:translateY(-1px)}.btn-danger{color:var(--accent-red);background:#ff17441f;border:1px solid #ff174440}.btn-danger:hover{background:#ff174433;transform:translateY(-1px)}.btn-success{color:var(--accent-green);background:#00e6761f;border:1px solid #00e67640}.btn-success:hover{background:#00e67633;transform:translateY(-1px)}.btn-sm{padding:6px 14px;font-size:.75rem}.btn-lg{padding:14px 28px;font-size:.95rem}.btn-icon{border-radius:var(--radius-md);width:36px;height:36px;padding:8px}.btn:disabled{opacity:.4;cursor:not-allowed;filter:none!important;transform:none!important}.card{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-normal);padding:20px}.card:hover{border-color:var(--border-accent);box-shadow:0 0 24px #6342b814}.stat-card{background:var(--gradient-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-normal);align-items:center;gap:16px;padding:18px 22px;display:flex}.stat-card:hover{border-color:var(--border-accent);transform:translateY(-3px);box-shadow:0 8px 28px #0000004d}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.stat-info h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px;font-size:.7rem;font-weight:600}.stat-info p{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:800}.table-container{border-radius:var(--radius-xl);border:1px solid var(--border-color);overflow-x:auto}table{border-collapse:collapse;width:100%}th{background:var(--bg-surface);text-align:left;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding:11px 16px;font-size:.7rem;font-weight:700}td{border-bottom:1px solid var(--border-color);color:var(--text-primary);transition:background var(--transition-fast);padding:11px 16px;font-size:.825rem}tr:hover td{background:#6342b80a}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.6px;align-items:center;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.badge-purple{color:var(--accent-purple-light);background:#6342b826}.badge-green{color:var(--accent-green);background:#00e67626}.badge-red{color:var(--accent-red);background:#ff174426}.badge-gold{color:var(--accent-gold);background:#ffce0026}.badge-blue{color:var(--accent-blue);background:#00b0ff26}.badge-orange{color:var(--accent-orange);background:#ff910026}.modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;animation:fadeIn .25s var(--ease-smooth);background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-xl);width:100%;max-width:500px;max-height:calc(100vh - 40px);animation:modalIn .35s var(--ease-out-expo);margin:auto;padding:28px;position:relative;overflow-y:auto}.modal h2{margin-bottom:20px}.modal-actions{justify-content:flex-end;gap:12px;margin-top:20px;display:flex}.form-group{margin-bottom:16px}.form-group label{color:var(--text-secondary);margin-bottom:6px;font-size:.775rem;font-weight:500;display:block}.form-error{color:var(--accent-red);margin-top:4px;font-size:.8rem}.tabs{background:var(--bg-input);border-radius:var(--radius-full);gap:3px;padding:3px;display:flex;overflow-x:auto}.tab{border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;background:0 0;align-items:center;gap:6px;padding:8px 16px;font-size:.8rem;font-weight:500;display:flex}.tab:hover{color:var(--text-primary);background:var(--bg-hover)}.tab.active{color:#fff;background:var(--accent-purple);box-shadow:0 2px 8px #6342b84d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow{0%,to{box-shadow:0 0 20px #6342b833}50%{box-shadow:0 0 40px #6342b866}}.animate-in{animation:slideUp .5s var(--ease-out-expo) forwards}.empty-state{text-align:center;color:var(--text-muted);padding:60px 20px}.empty-state svg{opacity:.3;margin-bottom:16px}.empty-state h3{color:var(--text-secondary);margin-bottom:8px;font-size:1rem}.empty-state p{font-size:.85rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px;display:grid}.search-bar{max-width:400px;position:relative}.search-bar input{padding-left:42px}.search-bar svg{color:var(--text-muted);position:absolute;top:50%;left:14px;transform:translateY(-50%)}.spinner{border:2px solid var(--border-light);border-top-color:var(--accent-purple);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}.page-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.ad-slot{background:var(--bg-input);border-radius:var(--radius-xl);text-align:center;color:var(--text-muted);border:1px dashed #ffffff0f;justify-content:center;align-items:center;min-height:80px;padding:16px;font-size:.7rem;display:flex;position:relative;overflow:hidden}.ad-slot:before{content:"AD";background:var(--bg-hover);letter-spacing:1px;color:var(--text-muted);border-radius:3px;padding:1px 5px;font-size:.55rem;font-weight:700;position:absolute;top:6px;right:8px}.ad-banner{width:100%;height:80px;margin:20px 0}.ad-sidebar{width:100%;height:250px}.status-open{color:var(--accent-gold)}.status-replied{color:var(--accent-blue)}.status-closed{color:var(--text-muted)}@media (max-width:767px){.main-content{padding-top:54px;padding-bottom:70px;overflow:clip visible;width:100%!important;margin-left:0!important;margin-right:0!important}.product-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}.stat-card{padding:14px 16px}.stat-icon{width:38px;height:38px}.stat-info p{font-size:1.15rem}.page-container{padding:10px}h1{font-size:1.25rem}h2{font-size:1.05rem}h3{font-size:.95rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.modal{max-width:calc(100vw - 20px);margin:10px;padding:20px}.modal-overlay{padding:10px}.btn{padding:8px 16px;font-size:.78rem}.btn-lg{padding:10px 20px;font-size:.85rem}.tabs{flex-wrap:nowrap;overflow-x:auto}.tab{padding:6px 12px;font-size:.75rem}.table-container{font-size:.78rem}th{padding:8px 10px;font-size:.65rem}td{padding:8px 10px;font-size:.78rem}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.empty-state{padding:40px 16px}}@media (max-width:480px){.page-container{padding:8px}h1{font-size:1.1rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:6px}.modal{border-radius:12px;padding:16px}input,textarea,select{padding:10px 12px;font-size:.82rem}}@keyframes homeFeaturedMarqueeSlide{0%{transform:translate(-50%)}to{transform:translate(0,0)}}.homeFeaturedMarqueeTrack{-webkit-animation:homeFeaturedMarqueeSlide var(--featured-marquee-sec,42s) linear infinite both!important;animation:homeFeaturedMarqueeSlide var(--featured-marquee-sec,42s) linear infinite both!important}
.Sidebar-module__WZVnLW__sidebar{box-sizing:border-box;background:var(--bg-secondary);z-index:220;width:232px;transition:width var(--sidebar-rail-ms,.28s) var(--ease-smooth);scrollbar-width:none;border-right:1px solid #0000;flex-direction:column;padding-top:0;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.Sidebar-module__WZVnLW__collapsed{width:72px}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact]{--rail-flyout-join-bg:#3d3a68;scrollbar-width:none;background:linear-gradient(#14142e 0%,#0e0e22 100%);border-right-color:#ffffff0b;overflow:visible auto;box-shadow:inset -1px 0 #00000059}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact]::-webkit-scrollbar{display:none}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__nav{align-items:stretch;gap:6px;padding:8px max(8px,50% - 24px) 20px}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__sidebarToolbar{background:0 0;border-bottom-color:#ffffff0d;justify-content:flex-start;padding:0 10px 0 max(12px,50% - 22px)}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):not(.Sidebar-module__WZVnLW__navTileSpin){background:linear-gradient(#2a2852fa 0%,#201e3efa 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:stretch;width:48px;min-height:48px;margin:0;padding:0;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 3px 10px #00000073}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navTileSpin.Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster){background:linear-gradient(#2a2852fa 0%,#201e3efa 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;justify-content:center;align-items:stretch;width:48px;min-height:auto;margin:0;padding:5px 4px 7px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 3px 10px #00000073}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__compactFlyoutZone{flex:1;justify-content:center;min-height:48px}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navTileSpin .Sidebar-module__WZVnLW__compactFlyoutZone{justify-content:center;min-height:auto}.Sidebar-module__WZVnLW__railSpinStack{flex-direction:column;justify-content:flex-start;align-items:center;gap:5px;width:100%;display:flex}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__navItem{color:#c4b8ec;border-radius:11px;width:40px;height:40px;min-height:40px;margin:0 auto;transition:background .2s,color .2s}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railSpinStack .Sidebar-module__WZVnLW__navItem{margin:0}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__navItem svg{color:inherit;stroke-width:2.25px;filter:drop-shadow(0 1px 1px #0006)}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__navItem svg{stroke-width:2.25px;filter:drop-shadow(0 1px 1px #0006)}:is(.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZone:hover),.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZone:focus-within),.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZoneOpen)){box-shadow:none;background:0 0;border-color:#0000;transition:border-color .2s,background .2s,box-shadow .2s}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__compactFlyoutZone:hover,.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__compactFlyoutZoneOpen{background:var(--rail-flyout-join-bg);border-radius:16px 0 0 16px;transition:background .2s,border-radius .2s}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__compactFlyoutZone:hover .Sidebar-module__WZVnLW__navItem,.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster) .Sidebar-module__WZVnLW__compactFlyoutZoneOpen .Sidebar-module__WZVnLW__navItem{color:#f6f2ff!important;box-shadow:none!important;background:0 0!important}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navTileSpin .Sidebar-module__WZVnLW__compactFlyoutZone:hover,.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navTileSpin .Sidebar-module__WZVnLW__compactFlyoutZoneOpen{border-radius:16px 0 0 16px}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__compactFlyoutZone:hover,.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__compactFlyoutZoneOpen{background:var(--rail-flyout-join-bg);border-radius:12px 0 0 12px;transition:background .2s,border-radius .2s}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__compactFlyoutZone:hover .Sidebar-module__WZVnLW__navItem,.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__compactFlyoutZoneOpen .Sidebar-module__WZVnLW__navItem{color:#f6f2ff!important;background:0 0!important}.Sidebar-module__WZVnLW__railCluster{background:linear-gradient(#2a2852fa 0%,#201e3efa 100%);border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:center;gap:4px;width:48px;padding:6px 4px;transition:border-color .2s,background .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 3px 10px #00000073}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__compactFlyoutZone{width:100%;min-height:0}.Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster .Sidebar-module__WZVnLW__navItem{color:#c4b8ec;border-radius:11px;width:40px;height:40px;min-height:40px;margin:0 auto;transition:background .2s,color .2s}.Sidebar-module__WZVnLW__railSectionGap{margin-top:10px}.Sidebar-module__WZVnLW__railPillBadge{letter-spacing:.08em;text-transform:uppercase;color:#0a0a12;white-space:nowrap;pointer-events:none;background:#ffdb33;border-radius:4px;flex-shrink:0;padding:2px 8px 3px;font-size:.56rem;font-weight:800;line-height:1.15;display:block;position:static;box-shadow:0 1px 3px #00000073}[data-theme=light] .Sidebar-module__WZVnLW__railPillBadge{color:#1a1433;background:#e5b800}[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact]{--rail-flyout-join-bg:#e4def5;background:linear-gradient(#fff 0%,#f0ecf9 100%);border-right:1px solid #6342b81f;box-shadow:inset -1px 0 #6342b80f}[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__sidebarToolbar{border-bottom-color:#6342b81f}[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):not(.Sidebar-module__WZVnLW__navTileSpin),[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navTileSpin.Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster),[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__railCluster{background:linear-gradient(#fff 0%,#ebe6f7 100%);border-color:#6342b829;box-shadow:inset 0 1px #fffffff2,0 2px 10px #1a14330f}:is([data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZone:hover),[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZone:focus-within),[data-theme=light] .Sidebar-module__WZVnLW__sidebar[data-sidebar-rail=compact] .Sidebar-module__WZVnLW__navGroupCompact:not(.Sidebar-module__WZVnLW__railCluster):has(.Sidebar-module__WZVnLW__compactFlyoutZoneOpen)){box-shadow:none;background:0 0;border-color:#0000}.Sidebar-module__WZVnLW__sidebarToolbar{background:var(--bg-secondary);box-sizing:border-box;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:flex-start;align-items:center;height:60px;padding:0 10px 0 12px;display:flex}[data-theme=light] .Sidebar-module__WZVnLW__sidebarToolbar{border-bottom-color:#6342b81a}.Sidebar-module__WZVnLW__collapseToolbarBtn{color:#b4a6e2;cursor:pointer;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;transition:color .18s,filter .18s,transform .18s,box-shadow .18s;display:flex;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1f,inset 0 -2px #00000038}.Sidebar-module__WZVnLW__collapseToolbarBtn:hover{color:#f0ecff;filter:brightness(1.06)}.Sidebar-module__WZVnLW__collapseToolbarBtn:active{transform:translateY(2px);box-shadow:0 2px #0000008c,inset 0 1px #ffffff1a,inset 0 -1px #00000038}.Sidebar-module__WZVnLW__nav{scrollbar-width:none;flex-direction:column;flex:1;gap:8px;min-height:0;padding:10px 6px 16px 8px;display:flex;overflow:hidden auto}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__nav{overflow-x:visible}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar{display:none}.Sidebar-module__WZVnLW__navGroup{background:var(--bg-tertiary);border:2px solid var(--border-dark);border-radius:12px;padding:3px;box-shadow:inset 0 1px #ffffff08,0 2px 4px #0003}.Sidebar-module__WZVnLW__navGroupCompact{background:var(--bg-tertiary);border:2px solid var(--border-dark);border-radius:12px;flex-direction:column;align-items:center;padding:4px;display:flex;box-shadow:inset 0 1px #ffffff08,0 2px 4px #0003}.Sidebar-module__WZVnLW__navItem{color:#7b6cb9;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:11px;align-items:center;gap:10px;width:100%;padding:10px;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:600;text-decoration:none;transition:all .18s;display:flex}.Sidebar-module__WZVnLW__navItem svg:first-child{flex-shrink:0;width:18px;height:18px}.Sidebar-module__WZVnLW__navLabel{text-align:left;flex:auto;min-width:0;overflow:visible}.Sidebar-module__WZVnLW__navItem:hover,.Sidebar-module__WZVnLW__navItemActive{color:var(--text-primary);background:var(--bg-hover)}.Sidebar-module__WZVnLW__navItemOpen{color:var(--accent-gold);background:var(--bg-hover)}.Sidebar-module__WZVnLW__navGroupCompact .Sidebar-module__WZVnLW__navItem{background:0 0;border:none;border-radius:10px;justify-content:center;width:40px;height:40px;margin-bottom:2px;padding:0}.Sidebar-module__WZVnLW__navGroupCompact .Sidebar-module__WZVnLW__navItem:hover{background:var(--bg-hover)}.Sidebar-module__WZVnLW__navGroupCompact .Sidebar-module__WZVnLW__navItemActive{color:var(--text-primary);background:var(--bg-hover)}.Sidebar-module__WZVnLW__chevron{color:#ffce00;opacity:.7;flex-shrink:0;transition:transform .28s cubic-bezier(.25,.46,.45,.94)}.Sidebar-module__WZVnLW__chevronOpen{transform:rotate(180deg)}.Sidebar-module__WZVnLW__liveBadge{color:#191939;letter-spacing:.4px;background:#00e676;border-radius:6px;flex-shrink:0;margin-left:auto;padding:3px 6px;font-size:.5rem;font-weight:800}.Sidebar-module__WZVnLW__collapseWrap{transition:height .28s cubic-bezier(.25,.46,.45,.94);overflow:hidden}.Sidebar-module__WZVnLW__collapsed .Sidebar-module__WZVnLW__collapseWrap{transition:none!important}.Sidebar-module__WZVnLW__subList{flex-direction:column;padding:0 0 2px;display:flex}.Sidebar-module__WZVnLW__subItem{color:#7b6cb9;border-radius:10px;align-items:center;gap:10px;padding:9px 10px 9px 12px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__subItem svg{flex-shrink:0;width:16px;height:16px}.Sidebar-module__WZVnLW__subItem:hover{color:#b4a6e2;background:#6342b814}.Sidebar-module__WZVnLW__subItemActive{color:#d9d1f4;background:#6342b81f}[data-theme=light] .Sidebar-module__WZVnLW__navItem{color:#4a3f6b}[data-theme=light] .Sidebar-module__WZVnLW__navItem:hover,[data-theme=light] .Sidebar-module__WZVnLW__navItemActive{color:#1a1433}[data-theme=light] .Sidebar-module__WZVnLW__navItemOpen{color:#8a7200}[data-theme=light] .Sidebar-module__WZVnLW__subItem{color:#5c5280}[data-theme=light] .Sidebar-module__WZVnLW__subItem:hover{color:#1a1433;background:#6342b81a}[data-theme=light] .Sidebar-module__WZVnLW__subItemActive{color:#1a1433;background:#6342b824}[data-theme=light] .Sidebar-module__WZVnLW__flyout{background:#fff;border:1.5px solid #6342b833;box-shadow:8px 8px 32px #1a14331f}[data-theme=light] .Sidebar-module__WZVnLW__flyoutTooltip{color:#1a1433;background:#fff;border-color:#6342b833}[data-theme=light] .Sidebar-module__WZVnLW__flyoutMeta{color:#6b6088}.Sidebar-module__WZVnLW__flyoutAnchor{position:relative}.Sidebar-module__WZVnLW__compactFlyoutZone{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.Sidebar-module__WZVnLW__flyoutPortalRoot{pointer-events:auto}.Sidebar-module__WZVnLW__flyoutPortalRoot .Sidebar-module__WZVnLW__flyout{margin-left:0;position:relative;top:auto;left:auto;transform:none}.Sidebar-module__WZVnLW__flyout{z-index:10000;pointer-events:auto;background:#252547;border:1.5px solid #6342b859;border-radius:14px;min-width:200px;max-width:min(280px,72vw);margin-left:-1px;padding:8px 6px;animation:.16s Sidebar-module__WZVnLW__flyoutFadeIn;position:absolute;top:0;left:100%;box-shadow:10px 10px 36px #0000008c,0 0 0 1px #0003}.Sidebar-module__WZVnLW__navGroupCompact .Sidebar-module__WZVnLW__flyout{top:0;transform:none}.Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined{background:var(--rail-flyout-join-bg,#3d3a68);border:none;border-radius:0 18px 18px 0;margin-left:0;padding:12px 14px;animation:.16s Sidebar-module__WZVnLW__flyoutFadeIn;position:relative;top:auto;left:auto;box-shadow:12px 14px 44px #00000085}.Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutTitle{color:#c6beeca6;letter-spacing:.14em}.Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutItem{color:#dcd6f4;border-radius:11px}.Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutItem:hover{color:#fff;background:#ffffff17}.Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutMeta{color:#b9b2e1d1}[data-theme=light] .Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined{background:var(--rail-flyout-join-bg,#e4def5);box-shadow:10px 14px 36px #1a143324}[data-theme=light] .Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutTitle{color:#4a3f6ba6}[data-theme=light] .Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutItem{color:#3d3558}[data-theme=light] .Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutItem:hover{color:#1a1433;background:#6342b81f}[data-theme=light] .Sidebar-module__WZVnLW__flyout.Sidebar-module__WZVnLW__flyoutJoined .Sidebar-module__WZVnLW__flyoutMeta{color:#6b6088}.Sidebar-module__WZVnLW__flyoutTitle{color:#463e7a;text-transform:uppercase;letter-spacing:1.2px;padding:6px 12px 4px;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:700}.Sidebar-module__WZVnLW__flyoutItem{color:#7b6cb9;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__flyoutItem svg{flex-shrink:0;width:16px;height:16px}.Sidebar-module__WZVnLW__flyoutItem:hover{color:#d9d1f4;background:#6342b81f}.Sidebar-module__WZVnLW__flyoutMeta{color:#8b82b8;padding:4px 12px 8px;font-size:.68rem;font-weight:600;line-height:1.35}button.Sidebar-module__WZVnLW__flyoutItem{cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:none;font-family:Poppins,sans-serif}button.Sidebar-module__WZVnLW__flyoutItem:hover{color:#d9d1f4;background:#6342b81f}.Sidebar-module__WZVnLW__flyoutTooltip{color:#d9d1f4;white-space:nowrap;z-index:10000;pointer-events:auto;background:#252547;border:1.5px solid #6342b859;border-radius:12px;padding:8px 14px;font-size:.75rem;font-weight:600;animation:.14s Sidebar-module__WZVnLW__flyoutFadeIn;position:absolute;top:50%;left:100%;transform:translateY(-50%);box-shadow:8px 8px 28px #00000080}@keyframes Sidebar-module__WZVnLW__flyoutFadeIn{0%{opacity:0}to{opacity:1}}.Sidebar-module__WZVnLW__overlay{z-index:150;background:#000000a6;animation:.2s Sidebar-module__WZVnLW__fadeIn;position:fixed;inset:0}@media (max-width:767px){.Sidebar-module__WZVnLW__sidebar{z-index:200;background:#191939;border-right:none;padding-top:56px;padding-bottom:10px;transition:transform .3s cubic-bezier(.25,.46,.45,.94);position:fixed;top:0;bottom:60px;left:0;transform:translate(-100%);width:100%!important;overflow:hidden auto!important}.Sidebar-module__WZVnLW__mobileOpen{transform:translate(0)!important}.Sidebar-module__WZVnLW__nav{gap:8px;padding:0 12px}.Sidebar-module__WZVnLW__navGroup{border-radius:16px;padding:4px}.Sidebar-module__WZVnLW__navItem{border-radius:12px;gap:14px;padding:13px 16px;font-size:.9rem}.Sidebar-module__WZVnLW__navItem svg:first-child{width:20px;height:20px}.Sidebar-module__WZVnLW__subItem{gap:14px;padding:11px 16px;font-size:.85rem}.Sidebar-module__WZVnLW__subItem svg{width:18px;height:18px}.Sidebar-module__WZVnLW__liveBadge{padding:3px 7px;font-size:.52rem}.Sidebar-module__WZVnLW__flyout,.Sidebar-module__WZVnLW__flyoutTooltip{display:none!important}.Sidebar-module__WZVnLW__overlay{display:none}}@keyframes Sidebar-module__WZVnLW__fadeIn{0%{opacity:0}to{opacity:1}}
.TopBar-module__rAiKWG__topbar{top:0;left:0;right:var(--app-chat-offset,0px);background:var(--bg-secondary);z-index:320;scrollbar-width:none;width:auto;min-width:0;height:60px;transition:left var(--sidebar-rail-ms,.28s) var(--ease-smooth), right .4s cubic-bezier(.19, 1, .22, 1);border-bottom:none;flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;padding:0;display:flex;position:fixed;overflow:clip visible}@media (min-width:768px){.TopBar-module__rAiKWG__topbarRailExpanded{left:232px}.TopBar-module__rAiKWG__topbarRailCompact{left:72px}}.TopBar-module__rAiKWG__topbarInner{box-sizing:border-box;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;min-width:0;max-width:1400px;margin:0 auto;padding:0 18px;display:flex}.TopBar-module__rAiKWG__topbar::-webkit-scrollbar{width:0;height:0;display:none}.TopBar-module__rAiKWG__logo{flex-shrink:0;align-items:center;gap:10px;padding-left:0;text-decoration:none;display:flex}.TopBar-module__rAiKWG__logoImg{object-fit:contain;filter:drop-shadow(0 0 6px #ffce004d);width:26px;height:26px}.TopBar-module__rAiKWG__logoText{color:#d9d1f4;letter-spacing:2.5px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:800}[data-theme=light] .TopBar-module__rAiKWG__logoText{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__logoImg{filter:drop-shadow(0 1px 2px #1a14332e)}[data-theme=light] .TopBar-module__rAiKWG__onlineCount{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__onlineLabel{color:var(--text-muted)}[data-theme=light] .TopBar-module__rAiKWG__walletGroup{background:linear-gradient(#f6f4fc 0%,#ebe6f7 100%);border-color:#c9a0008c;animation:none;box-shadow:0 2px 8px #1a14330f}[data-theme=light] .TopBar-module__rAiKWG__walletGroup:hover{background:linear-gradient(#faf8ff 0%,#ede8fb 100%)}[data-theme=light] .TopBar-module__rAiKWG__walletAmount{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__walletChevron{color:var(--text-muted)}[data-theme=light] .TopBar-module__rAiKWG__walletPill:hover{background:#6342b80f}[data-theme=light] .TopBar-module__rAiKWG__iconBtn,[data-theme=light] .TopBar-module__rAiKWG__chatBtn,[data-theme=light] .TopBar-module__rAiKWG__menuBtn{color:var(--accent-purple-dark);background:linear-gradient(#fff 0%,#ebe6f7 100%);border:3px solid #1a14331f;box-shadow:0 3px #1a14331a,inset 0 1px #fffffff2,inset 0 -2px #6342b80f}[data-theme=light] .TopBar-module__rAiKWG__iconBtn:hover,[data-theme=light] .TopBar-module__rAiKWG__chatBtn:hover,[data-theme=light] .TopBar-module__rAiKWG__menuBtn:hover{color:#553c9e;filter:brightness(1.02)}[data-theme=light] .TopBar-module__rAiKWG__adminBtn{color:var(--accent-purple-dark);background:linear-gradient(#fff 0%,#ebe6f7 100%);border:3px solid #1a14331f;box-shadow:0 3px #1a14331a,inset 0 1px #ffffffeb,inset 0 -2px #6342b80f}[data-theme=light] .TopBar-module__rAiKWG__adminBtn:hover{color:#553c9e;filter:brightness(1.02)}[data-theme=light] .TopBar-module__rAiKWG__profileBtn{background:linear-gradient(#fff 0%,#f4f0fc 100%);border-color:#6342b838;box-shadow:inset 0 1px #ffffffe6,0 2px 8px #1a14330d}[data-theme=light] .TopBar-module__rAiKWG__profileBtn:hover{background:linear-gradient(#faf8ff 0%,#ede9fb 100%);border-color:#6342b859}[data-theme=light] .TopBar-module__rAiKWG__profileName{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__hexAvatar{color:var(--accent-purple)}[data-theme=light] .TopBar-module__rAiKWG__profileBtn:hover .TopBar-module__rAiKWG__hexAvatar{color:var(--accent-purple-dark)}[data-theme=light] .TopBar-module__rAiKWG__profileChevronBox{color:var(--accent-purple-dark);background:linear-gradient(#fff 0%,#ebe6f7 100%);border:3px solid #1a14331f;box-shadow:0 2px #1a143314,inset 0 1px #ffffffe6}[data-theme=light] .TopBar-module__rAiKWG__profileBtn:hover .TopBar-module__rAiKWG__profileChevronBox{color:#553c9e}[data-theme=light] .TopBar-module__rAiKWG__levelTrack{background:#1a143314}[data-theme=light] .TopBar-module__rAiKWG__depositBtn{border-color:#0000002e;box-shadow:0 4px #8a7200,inset 0 2px #ffffff8c,inset 0 -1px #00000014}[data-theme=light] .TopBar-module__rAiKWG__depositBtn:hover{color:#050308;text-shadow:none;box-shadow:0 5px #6b5800,inset 0 2px #ffffff80,inset 0 -1px #00000014}[data-theme=light] .TopBar-module__rAiKWG__guestActions .TopBar-module__rAiKWG__loginBtn{color:var(--text-primary);background:#ffffffd9;border-color:#6342b847}[data-theme=light] .TopBar-module__rAiKWG__guestActions .TopBar-module__rAiKWG__loginBtn:hover{color:var(--accent-purple-dark);background:#6342b814;border-color:#6342b86b}[data-theme=light] .TopBar-module__rAiKWG__guestActions .TopBar-module__rAiKWG__registerBtn{color:#1a1433;box-shadow:0 3px #8b730073}.TopBar-module__rAiKWG__spacer{flex:1;min-width:0}.TopBar-module__rAiKWG__actions{flex-shrink:0;align-items:center;gap:6px;min-width:0;display:flex}.TopBar-module__rAiKWG__walletWrap{z-index:330;flex-shrink:0;position:relative}.TopBar-module__rAiKWG__walletGroup{background:#0c0e18;border:1.5px solid #ffce0073;border-radius:50px;align-items:center;transition:background .25s;animation:4s ease-in-out infinite TopBar-module__rAiKWG__walletGlow;display:flex;overflow:hidden}@keyframes TopBar-module__rAiKWG__walletGlow{0%,to{border-color:#ffce0061;box-shadow:0 0 #0000}50%{border-color:#ffe078bf;box-shadow:0 0 8px #ffce0059,0 0 20px #ffce001f}}.TopBar-module__rAiKWG__walletGroup:hover{background:#1a1a3d}.TopBar-module__rAiKWG__walletPill{align-items:center;gap:6px;padding:7px 10px 7px 12px;text-decoration:none;transition:background .2s;display:flex}button.TopBar-module__rAiKWG__walletPill{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.TopBar-module__rAiKWG__walletPill:hover{background:#ffffff0a}.TopBar-module__rAiKWG__walletChevron{color:#ffffffbf;flex-shrink:0;margin-left:2px}.TopBar-module__rAiKWG__coinIcon{flex-shrink:0}.TopBar-module__rAiKWG__walletAmount{color:#d9d1f4;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:700}.TopBar-module__rAiKWG__depositBtn{color:#0a0814;white-space:nowrap;cursor:pointer;text-shadow:0 1px #ffffff59;background:linear-gradient(#ffe566 0%,#ffce00 42%,#e5b000 100%);border:1px solid #0003;border-radius:50px;margin:4px 4px 4px 0;padding:8px 20px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:800;text-decoration:none;transition:transform .18s,filter .18s,box-shadow .18s;box-shadow:0 4px #6b5200,inset 0 2px #ffffff8c,inset 0 -1px #0000001f}.TopBar-module__rAiKWG__depositBtn:hover{color:#050308;filter:brightness(1.03);text-shadow:none;transform:translateY(-1px);box-shadow:0 5px #4a3a00,inset 0 2px #ffffff80,inset 0 -1px #00000024}.TopBar-module__rAiKWG__depositBtn:active{color:#050308;text-shadow:none;transform:translateY(1px)}a.TopBar-module__rAiKWG__depositBtn{box-sizing:border-box;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.TopBar-module__rAiKWG__walletPopover{text-align:left;background:linear-gradient(#7048d4 0%,#5a3ab8 48%,#4e32a6 100%);border:1px solid #ffffff29;border-radius:14px;width:min(320px,100vw - 24px);padding:12px 14px 14px;animation:.22s cubic-bezier(.19,1,.22,1) both TopBar-module__rAiKWG__walletPopoverIn;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 18px 46px #0000008c,0 0 0 1px #0003,inset 0 1px #ffffff1f}@keyframes TopBar-module__rAiKWG__walletPopoverIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__rAiKWG__walletPopoverTop{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.TopBar-module__rAiKWG__walletPopoverTitle{color:#fff;margin:0;padding-right:4px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:800;line-height:1.3}.TopBar-module__rAiKWG__walletPopoverClose{color:#fff;cursor:pointer;background:#0003;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .16s;display:flex}.TopBar-module__rAiKWG__walletPopoverClose:hover{background:#00000059}.TopBar-module__rAiKWG__walletPopoverSub{color:#ffffffe6;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:.78rem;line-height:1.45}.TopBar-module__rAiKWG__walletPopoverCta{color:#fff;background:#00000047;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;padding:10px 18px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:800;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex;box-shadow:0 3px #00000059}.TopBar-module__rAiKWG__walletPopoverCta:hover{background:#0000006b;transform:translateY(-1px)}[data-theme=light] .TopBar-module__rAiKWG__walletPopover{box-shadow:0 18px 40px #1a143338,inset 0 1px #ffffff24}@keyframes TopBar-module__rAiKWG__walletPopoverMobileIn{0%{opacity:0;transform:translate(-50%,-6px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:640px){.TopBar-module__rAiKWG__walletPopover{width:min(300px,100vw - 16px);animation:.22s cubic-bezier(.19,1,.22,1) both TopBar-module__rAiKWG__walletPopoverMobileIn;left:50%;right:auto;transform:translate(-50%)}}.TopBar-module__rAiKWG__iconBtn{color:#b4a6e2;cursor:pointer;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:color .18s,filter .18s,transform .18s;display:flex;position:relative;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1f,inset 0 -2px #00000038}.TopBar-module__rAiKWG__iconBtn:hover{color:#f0ecff;filter:brightness(1.06)}.TopBar-module__rAiKWG__adminBtn{color:#c9c0f0;white-space:nowrap;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;align-items:center;gap:6px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:700;text-decoration:none;transition:color .18s,filter .18s,transform .18s;display:flex;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1a,inset 0 -2px #00000038}.TopBar-module__rAiKWG__adminBtn:hover{color:#fff;filter:brightness(1.07)}.TopBar-module__rAiKWG__notifDot{background:#ff1744;border:1.5px solid #191939;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.TopBar-module__rAiKWG__chatBtn{color:#b4a6e2;cursor:pointer;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:color .18s,filter .18s;display:flex;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1f,inset 0 -2px #00000038}.TopBar-module__rAiKWG__chatBtn:hover{color:#f0ecff;filter:brightness(1.06)}.TopBar-module__rAiKWG__profileWrap{box-sizing:border-box;flex-direction:column;flex-shrink:0;align-items:stretch;width:fit-content;max-width:100%;display:flex}.TopBar-module__rAiKWG__profileWrapOpen{align-items:stretch}@media (min-width:768px){.TopBar-module__rAiKWG__profileWrap{max-width:min(320px, calc(100vw - var(--app-sidebar-offset,0px) - 96px))}.TopBar-module__rAiKWG__profileWrap.TopBar-module__rAiKWG__profileWrapOpen{z-index:400;position:relative}.TopBar-module__rAiKWG__profileBtn{box-sizing:border-box;min-width:0}.TopBar-module__rAiKWG__profileWrap.TopBar-module__rAiKWG__profileWrapOpen .TopBar-module__rAiKWG__profileBtn{box-sizing:border-box;width:100%}.TopBar-module__rAiKWG__profileName{max-width:none;font-size:.77rem}.TopBar-module__rAiKWG__levelTrack{max-width:none}.TopBar-module__rAiKWG__profileMid{flex:auto;min-width:0}.TopBar-module__rAiKWG__profileChevronBox{margin-left:auto}.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu{left:0!important;right:auto!important}}.TopBar-module__rAiKWG__profileBtn{cursor:pointer;background:#121528;border:1.5px solid #2d2a58f2;border-radius:999px;align-items:center;gap:7px;height:48px;padding:5px 8px 5px 10px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:inset 0 1px #ffffff0d}.TopBar-module__rAiKWG__profileBtn:hover{background:#161a32;border-color:#6342b873}.TopBar-module__rAiKWG__hexAvatar{color:#a89fd4;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.TopBar-module__rAiKWG__hexStroke{color:inherit}.TopBar-module__rAiKWG__profileBtn:hover .TopBar-module__rAiKWG__hexAvatar{color:#ddd6ff}.TopBar-module__rAiKWG__profileMid{flex-direction:column;flex:0 auto;justify-content:center;gap:3px;min-width:0;display:flex}.TopBar-module__rAiKWG__profileName{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;max-width:118px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:800;overflow:hidden}.TopBar-module__rAiKWG__levelTrack{background:#00000059;border-radius:999px;width:100%;max-width:118px;height:4px;overflow:hidden}.TopBar-module__rAiKWG__levelFill{border-radius:inherit;background:linear-gradient(90deg,#6342b8,#a78bfa);width:38%;height:100%;display:block}.TopBar-module__rAiKWG__profileChevronBox{color:#d4cef8;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .22s,color .18s;display:flex;box-shadow:0 3px #00000080,inset 0 1px #ffffff1a}.TopBar-module__rAiKWG__profileChevronIcon{display:block}.TopBar-module__rAiKWG__profileChevronOpen{transform:rotate(180deg)}.TopBar-module__rAiKWG__profileBtn:hover .TopBar-module__rAiKWG__profileChevronBox{color:#fff}.TopBar-module__rAiKWG__dropdownWrap{flex-shrink:0;position:relative}.TopBar-module__rAiKWG__dropdown{-webkit-backdrop-filter:blur(18px);z-index:320;background:#161430f0;border:1px solid #ffffff24;border-radius:18px;min-width:248px;padding:8px;animation:.22s cubic-bezier(.16,1,.3,1) TopBar-module__rAiKWG__dropIn;position:absolute;top:calc(100% + 8px);right:0;overflow:visible;box-shadow:0 20px 50px #0000008c,inset 0 1px #ffffff0f}[data-theme=light] .TopBar-module__rAiKWG__dropdown{background:#fffffff5;border-color:#6342b82e;box-shadow:0 20px 50px #1a143326}.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu{box-sizing:border-box!important;min-width:0!important;animation:none!important}.TopBar-module__rAiKWG__menuItemText{text-align:left;white-space:nowrap;flex:auto;min-width:0}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__menuItemText{text-overflow:clip;white-space:nowrap;overflow:visible}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem{letter-spacing:.01em;color:#f4f0ffeb;border-radius:8px;justify-content:flex-start;align-items:center;gap:7px;min-width:0;max-width:100%;padding:6px 8px;font-family:Poppins,system-ui,sans-serif;font-size:.74rem;font-weight:500;line-height:1.25}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem svg{color:#a89fd4;stroke-width:1.65px;flex-shrink:0;width:14px;height:14px}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem:hover{color:#fff;background:#ffffff0f}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem:hover svg{color:#d4cef8}.TopBar-module__rAiKWG__profileMenu{box-sizing:border-box;width:100%;min-width:0;max-width:100%;top:calc(100% + 6px);left:0;right:auto;scrollbar-width:none!important;background:#0a0c16fa!important;border:1.5px solid #ffffff14!important;border-radius:12px!important;max-height:none!important;padding:6px!important;overflow:visible!important;box-shadow:0 14px 36px #00000073,inset 0 1px #ffffff0a!important}.TopBar-module__rAiKWG__profileMenu::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu.TopBar-module__rAiKWG__profileMenuMotion{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1),visibility 0s linear .26s;transform:translateY(-10px)}.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu.TopBar-module__rAiKWG__profileMenuMotion.TopBar-module__rAiKWG__profileMenuMotionOpen{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1),visibility!important;transform:translate(0,0)!important}@media (prefers-reduced-motion:reduce){.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu.TopBar-module__rAiKWG__profileMenuMotion,.TopBar-module__rAiKWG__dropdown.TopBar-module__rAiKWG__profileMenu.TopBar-module__rAiKWG__profileMenuMotion.TopBar-module__rAiKWG__profileMenuMotionOpen{transition-duration:60ms!important}}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownSection{background:#1a1d32;border:none;border-radius:10px;margin:0 0 6px;padding:4px}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownSection:last-child{background:#00000038;margin-bottom:0;padding:4px}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownSection+.TopBar-module__rAiKWG__dropdownSection{border-top:none;margin-top:0;padding-top:0}[data-theme=light] .TopBar-module__rAiKWG__profileMenu{background:#fffffffa!important;border-color:#6342b824!important;box-shadow:0 14px 32px #1a14331f!important}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownSection{background:#ebe8f7}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownSection:last-child{background:#6342b814}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem svg{color:#6b5cb0}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem:hover{background:#6342b81a}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownItem:hover svg{color:#553c9e}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout{color:var(--text-primary)!important}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout>svg:first-of-type{color:#6b5cb0!important}[data-theme=light] .TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout:hover>svg:first-of-type{color:#553c9e!important}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout{color:#dcd4f4eb!important;font-size:.74rem!important;font-weight:500!important}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout>svg:first-of-type{color:#9a8ece!important}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout:hover{color:#fff!important;background:#ffffff12!important}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__dropdownLogout:hover>svg:first-of-type{color:#d4cef8!important}.TopBar-module__rAiKWG__profileMenu .TopBar-module__rAiKWG__logoutArrow{border-radius:7px;width:20px;height:20px;padding:2px}@keyframes TopBar-module__rAiKWG__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.TopBar-module__rAiKWG__dropdownHeader{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex;box-shadow:inset 0 1px #ffffff0d}[data-theme=light] .TopBar-module__rAiKWG__dropdownHeader{background:#6342b814;border-color:#6342b81f}.TopBar-module__rAiKWG__dropdownHex{color:#a89fd4;background:#0003;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.TopBar-module__rAiKWG__dropdownUsername{color:#ede8ff;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:700;display:block;overflow:hidden}[data-theme=light] .TopBar-module__rAiKWG__dropdownUsername{color:var(--text-primary)}.TopBar-module__rAiKWG__dropdownSection{background:0 0;border:none;border-radius:0;margin-bottom:0;padding:4px 0}.TopBar-module__rAiKWG__dropdownSection+.TopBar-module__rAiKWG__dropdownSection{border-top:1px solid #ffffff1a;margin-top:8px;padding-top:8px}[data-theme=light] .TopBar-module__rAiKWG__dropdownSection+.TopBar-module__rAiKWG__dropdownSection{border-top-color:#6342b81f}.TopBar-module__rAiKWG__dropdownItem{color:#f4f0ff;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.TopBar-module__rAiKWG__dropdownItem svg{color:#b8aee8;flex-shrink:0;transition:color .15s}.TopBar-module__rAiKWG__dropdownItem:hover{color:#fff;background:#ffffff14}.TopBar-module__rAiKWG__dropdownItem:hover svg{color:#fff}[data-theme=light] .TopBar-module__rAiKWG__dropdownItem{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__dropdownItem svg{color:var(--accent-purple)}[data-theme=light] .TopBar-module__rAiKWG__dropdownItem:hover{background:#6342b81a}.TopBar-module__rAiKWG__dropdownDivider{display:none}.TopBar-module__rAiKWG__dropdownLogout{color:#d0c8e8!important}.TopBar-module__rAiKWG__dropdownLogout svg{color:#8b7fc0!important}.TopBar-module__rAiKWG__dropdownLogout:hover{color:#fff!important;background:#ffffff0f!important}.TopBar-module__rAiKWG__dropdownLogout:hover svg{color:#c4bae0!important}.TopBar-module__rAiKWG__logoutArrow{background:#3a3875;border-radius:8px;width:22px;height:22px;margin-left:auto;padding:3px;transition:all .15s;color:#fff!important}.TopBar-module__rAiKWG__dropdownLogout:hover .TopBar-module__rAiKWG__logoutArrow{background:#4d4a90;color:#fff!important}.TopBar-module__rAiKWG__dropdownDanger{color:#b4a6e2!important}.TopBar-module__rAiKWG__dropdownDanger svg{color:#7b6cb9!important}.TopBar-module__rAiKWG__dropdownDanger:hover{color:#ff1744!important;background:#ff17441a!important}.TopBar-module__rAiKWG__dropdownDanger:hover svg{color:#ff1744!important}.TopBar-module__rAiKWG__notifDropdown{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;-webkit-backdrop-filter:blur(18px);background:#161430f0;border:1px solid #ffffff1f;min-width:280px;max-height:350px;overflow:clip auto}[data-theme=light] .TopBar-module__rAiKWG__notifDropdown{background:#fffffff5;border-color:#6342b826}[data-theme=light] .TopBar-module__rAiKWG__notifDropdown h4{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__emptyNotif{color:var(--text-muted)}[data-theme=light] .TopBar-module__rAiKWG__notifContent h5{color:var(--text-primary)}[data-theme=light] .TopBar-module__rAiKWG__notifContent p{color:var(--text-muted)}[data-theme=light] .TopBar-module__rAiKWG__notifItem:hover{background:#6342b80f}.TopBar-module__rAiKWG__notifDropdown::-webkit-scrollbar{width:6px}.TopBar-module__rAiKWG__notifDropdown::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffffff24}.TopBar-module__rAiKWG__notifDropdown h4{color:#d9d1f4;padding:10px 14px 6px;font-size:.82rem}.TopBar-module__rAiKWG__emptyNotif{text-align:center;color:#463e7a;padding:20px;font-size:.78rem}.TopBar-module__rAiKWG__notifItem{border-radius:10px;align-items:flex-start;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.TopBar-module__rAiKWG__notifItem:hover{background:#ffffff0a}.TopBar-module__rAiKWG__notifRead{opacity:.45}.TopBar-module__rAiKWG__notifContent h5{color:#d9d1f4;margin-bottom:1px;font-size:.78rem;font-weight:600}.TopBar-module__rAiKWG__notifContent p{color:#7b6cb9;font-size:.7rem}.TopBar-module__rAiKWG__notifIcon{color:#7b6cb9;background:#ffffff0a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.TopBar-module__rAiKWG__guestActions{align-items:center;gap:6px;display:flex}.TopBar-module__rAiKWG__themeIconBtn{color:#b4a6e2;cursor:pointer;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;transition:color .18s,filter .18s;display:flex;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1f,inset 0 -2px #00000038}.TopBar-module__rAiKWG__themeIconBtn:hover{color:#f0ecff;filter:brightness(1.06)}[data-theme=light] .TopBar-module__rAiKWG__themeIconBtn{color:var(--accent-purple);background:linear-gradient(#fff 0%,#ebe6f7 100%);border:3px solid #1a14331f;box-shadow:0 3px #1a14331a,inset 0 1px #ffffffe6}.TopBar-module__rAiKWG__loginBtn{color:#d9d1f4;background:0 0;border:1.5px solid #6342b833;border-radius:10px;padding:8px 18px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s}.TopBar-module__rAiKWG__loginBtn:hover{color:#d9d1f4;background:#6342b81a;border-color:#6342b866}.TopBar-module__rAiKWG__registerBtn{color:#191939;background:#ffce00;border:none;border-radius:10px;padding:8px 20px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s}.TopBar-module__rAiKWG__registerBtn:hover{color:#191939;background:#e5b800}.TopBar-module__rAiKWG__menuBtn{color:#b4a6e2;cursor:pointer;background:linear-gradient(#2e2e5c 0%,#1a1a38 100%);border:3px solid #05050d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:color .18s,filter .18s;display:flex;box-shadow:0 4px #0000008c,inset 0 1px #ffffff1f,inset 0 -2px #00000038}.TopBar-module__rAiKWG__menuBtn:hover{color:#f0ecff;filter:brightness(1.06)}.TopBar-module__rAiKWG__onlineBadge{background:#68baad14;border:1px solid #68baad26;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;margin-left:10px;padding:4px 10px;display:flex}.TopBar-module__rAiKWG__onlineDot{background:#68baad;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite TopBar-module__rAiKWG__onlinePulse}.TopBar-module__rAiKWG__onlineCount{color:#d9d1f4;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700;line-height:1}.TopBar-module__rAiKWG__onlineLabel{color:#7b6cb9;text-transform:capitalize;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:600}@keyframes TopBar-module__rAiKWG__onlinePulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:767px){.TopBar-module__rAiKWG__topbar{left:0!important}.TopBar-module__rAiKWG__topbarInner{padding:0 12px}.TopBar-module__rAiKWG__profileWrap{width:max-content;max-width:100%}.TopBar-module__rAiKWG__profileMenu{width:min(280px,100vw - 20px)!important;left:auto!important;right:0!important}.TopBar-module__rAiKWG__profileBtn{min-width:0}.TopBar-module__rAiKWG__profileName,.TopBar-module__rAiKWG__levelTrack,.TopBar-module__rAiKWG__menuBtn{display:none}.TopBar-module__rAiKWG__hideOnMobile{display:none!important}.TopBar-module__rAiKWG__onlineLabel{display:none}.TopBar-module__rAiKWG__onlineBadge{gap:4px;padding:5px 8px}.TopBar-module__rAiKWG__onlineCount{font-size:.78rem}}@media (max-width:640px){.TopBar-module__rAiKWG__topbarInner{gap:6px;padding:0 8px}.TopBar-module__rAiKWG__topbar{height:50px}.TopBar-module__rAiKWG__walletAmount{text-overflow:ellipsis;max-width:55px;font-size:.78rem;overflow:hidden}.TopBar-module__rAiKWG__depositBtn{padding:5px 12px;font-size:.7rem}.TopBar-module__rAiKWG__iconBtn,.TopBar-module__rAiKWG__chatBtn{border-width:2px;border-radius:12px;width:38px;height:38px}.TopBar-module__rAiKWG__hexAvatar{width:30px;height:30px}.TopBar-module__rAiKWG__profileBtn{gap:6px;min-width:0;height:44px;padding:4px 6px}.TopBar-module__rAiKWG__profileChevronBox{border-width:2px;border-radius:9px;width:28px;height:28px}.TopBar-module__rAiKWG__logoImg{width:22px;height:22px}.TopBar-module__rAiKWG__actions{gap:4px}.TopBar-module__rAiKWG__actions>.TopBar-module__rAiKWG__iconBtn,.TopBar-module__rAiKWG__onlineBadge{display:none}}
.ChatPanel-module__6OjSBq__panel{box-sizing:border-box;-webkit-backdrop-filter:blur(16px);z-index:250;overscroll-behavior:contain;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#16142eeb;border-left:1px solid #7633ff59;flex-direction:column;width:392px;max-width:100vw;min-height:0;transition:width .4s cubic-bezier(.19,1,.22,1),border-radius .24s,border-left-width .24s,border-left-color .24s,box-shadow .24s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-12px 0 48px #00000073}[data-theme=light] .ChatPanel-module__6OjSBq__panel{background:#fffffff0;border-left-color:#6342b840;box-shadow:-8px 0 40px #1a14331f}.ChatPanel-module__6OjSBq__panelCollapsed{border-left-width:2px;border-left-color:#a78bfa59;border-top-left-radius:14px;border-bottom-left-radius:14px;width:280px}.ChatPanel-module__6OjSBq__panel.ChatPanel-module__6OjSBq__panelSlideReady{transition:transform .4s cubic-bezier(.19,1,.22,1),width .4s cubic-bezier(.19,1,.22,1),border-radius .24s,border-left-width .24s,border-left-color .24s,box-shadow .24s;transform:translate(0)}.ChatPanel-module__6OjSBq__messageListDense{gap:8px;padding:10px 10px 10px 12px}.ChatPanel-module__6OjSBq__emptyChatDense{padding:32px 12px}.ChatPanel-module__6OjSBq__composeDense{padding:10px 12px 12px}.ChatPanel-module__6OjSBq__loginPromptDense{padding:14px 12px}.ChatPanel-module__6OjSBq__accentRail{pointer-events:none;background:linear-gradient(#a855f7d9 0%,#6342b8bf 50%,#4c1d95a6 100%);width:2px;position:absolute;top:0;bottom:0;left:0}.ChatPanel-module__6OjSBq__header{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:14px 14px 14px 18px;transition:padding .4s cubic-bezier(.19,1,.22,1);display:flex}.ChatPanel-module__6OjSBq__headerNarrow{padding:11px 12px 11px 14px}[data-theme=light] .ChatPanel-module__6OjSBq__header{border-bottom-color:#6342b81f}.ChatPanel-module__6OjSBq__headerLeft{color:var(--text-primary);align-items:center;gap:10px;min-width:0;font-size:.95rem;font-weight:800;display:flex}.ChatPanel-module__6OjSBq__headerIcon{color:#c4b5fd;flex-shrink:0}.ChatPanel-module__6OjSBq__headerRight{align-items:center;gap:6px;display:flex}.ChatPanel-module__6OjSBq__headerBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:linear-gradient(#2f2d55 0%,#232042 100%);border:2px solid #0c0c20;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 3px #00000073,inset 0 1px #ffffff0f}[data-theme=light] .ChatPanel-module__6OjSBq__headerBtn{color:var(--text-secondary);background:linear-gradient(#fff 0%,#ebe6f7 100%);border-color:#6342b833;box-shadow:0 2px #1a143314}.ChatPanel-module__6OjSBq__headerBtn:hover{color:var(--text-primary);filter:brightness(1.08)}.ChatPanel-module__6OjSBq__messageList{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent;overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px 14px 12px 16px;transition:padding .4s cubic-bezier(.19,1,.22,1),gap .4s cubic-bezier(.19,1,.22,1);display:flex;overflow:clip auto}.ChatPanel-module__6OjSBq__messageList::-webkit-scrollbar{width:4px}.ChatPanel-module__6OjSBq__messageList::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.ChatPanel-module__6OjSBq__messageList::-webkit-scrollbar-thumb:hover{background:#fff3}.ChatPanel-module__6OjSBq__emptyChat{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:48px 16px;display:flex}.ChatPanel-module__6OjSBq__emptyChat svg{opacity:.25}.ChatPanel-module__6OjSBq__emptyChat p{font-size:.82rem;font-weight:500}.ChatPanel-module__6OjSBq__bubbleWrap{justify-content:flex-start;display:flex}.ChatPanel-module__6OjSBq__bubbleMine{justify-content:flex-end}.ChatPanel-module__6OjSBq__bubble{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;max-width:88%;padding:10px 12px;box-shadow:0 4px 16px #0003}[data-theme=light] .ChatPanel-module__6OjSBq__bubble{background:#6342b80f;border-color:#6342b81f}.ChatPanel-module__6OjSBq__bubbleMine .ChatPanel-module__6OjSBq__bubble{background:linear-gradient(145deg,#6342b859 0%,#4c1d9566 100%);border-color:#a78bfa59}.ChatPanel-module__6OjSBq__bubbleMeta{margin-bottom:4px}.ChatPanel-module__6OjSBq__bubbleUser{color:#c4b5fd;text-transform:lowercase;font-size:.72rem;font-weight:800}[data-theme=light] .ChatPanel-module__6OjSBq__bubbleUser{color:var(--accent-purple)}.ChatPanel-module__6OjSBq__bubbleText{color:var(--text-primary);word-break:break-word;margin:0;font-size:.82rem;line-height:1.45}.ChatPanel-module__6OjSBq__compose{background:#00000026;border-top:1px solid #ffffff14;flex-shrink:0;padding:12px 14px 14px;transition:padding .4s cubic-bezier(.19,1,.22,1)}[data-theme=light] .ChatPanel-module__6OjSBq__compose{background:#6342b80a;border-top-color:#6342b81a}.ChatPanel-module__6OjSBq__inputRow{align-items:center;gap:8px;display:flex}.ChatPanel-module__6OjSBq__chatInput{color:var(--text-primary);background:#0f0e1cd9;border:2px solid #6342b840;border-radius:14px;outline:none;flex:1;padding:12px 14px;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .2s}[data-theme=light] .ChatPanel-module__6OjSBq__chatInput{background:#fff;border-color:#6342b833}.ChatPanel-module__6OjSBq__chatInput:focus{border-color:#a78bfa99}.ChatPanel-module__6OjSBq__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(#7c4dff 0%,#6342b8 100%);border:2px solid #3d2588;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .15s,filter .15s;display:flex;box-shadow:0 3px #2d1868,inset 0 1px #ffffff26}.ChatPanel-module__6OjSBq__sendBtn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.ChatPanel-module__6OjSBq__sendBtn:disabled{opacity:.45;cursor:not-allowed}.ChatPanel-module__6OjSBq__composeFooter{justify-content:space-between;align-items:center;margin-top:10px;padding:0 2px;display:flex}.ChatPanel-module__6OjSBq__footerLink{color:#a78bfa;cursor:pointer;background:0 0;border:none;padding:0;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:700}.ChatPanel-module__6OjSBq__footerLink:disabled{opacity:.35;cursor:default}[data-theme=light] .ChatPanel-module__6OjSBq__footerLink{color:var(--accent-purple)}.ChatPanel-module__6OjSBq__footerLink:not(:disabled):hover{text-decoration:underline}.ChatPanel-module__6OjSBq__charCount{color:var(--text-muted);font-size:.72rem;font-weight:600}.ChatPanel-module__6OjSBq__loginPrompt{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff14;padding:18px;font-size:.82rem;font-weight:600}.ChatPanel-module__6OjSBq__rulesSheet{z-index:30;-webkit-backdrop-filter:blur(12px);background:#0c0a1cf7;flex-direction:column;padding:0 0 16px;animation:.26s cubic-bezier(.19,1,.22,1) both ChatPanel-module__6OjSBq__rulesSheetIn;display:flex;position:absolute;inset:0}[data-theme=light] .ChatPanel-module__6OjSBq__rulesSheet{background:#fffffffa}@keyframes ChatPanel-module__6OjSBq__rulesSheetIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChatPanel-module__6OjSBq__rulesSheetHead{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}[data-theme=light] .ChatPanel-module__6OjSBq__rulesSheetHead{border-bottom-color:#6342b81f}.ChatPanel-module__6OjSBq__rulesSheetHead h4{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:800}.ChatPanel-module__6OjSBq__rulesClose{width:36px;height:36px;color:var(--text-primary);cursor:pointer;background:#ffffff14;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex}.ChatPanel-module__6OjSBq__rulesClose:hover{background:#ffffff1f}.ChatPanel-module__6OjSBq__rulesList{flex-direction:column;flex:1;gap:10px;margin:0;padding:14px 18px 14px 28px;list-style:outside;display:flex;overflow-y:auto}.ChatPanel-module__6OjSBq__rulesList li{color:var(--text-secondary);font-size:.82rem;line-height:1.45}.ChatPanel-module__6OjSBq__rulesGotIt{color:#141018;cursor:pointer;background:linear-gradient(#ffe566 0%,#ffce00 55%,#e5b800 100%);border:none;border-radius:14px;width:calc(100% - 28px);margin:10px auto 0;padding:13px 20px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:800;transition:transform .15s,filter .15s;display:block;box-shadow:0 4px #8a7200,inset 0 1px #ffffff59}.ChatPanel-module__6OjSBq__rulesGotIt:hover{filter:brightness(1.03);transform:translateY(-1px)}@media (max-width:768px){.ChatPanel-module__6OjSBq__panel{height:calc(100% - 58px);bottom:58px}}@media (max-width:480px){.ChatPanel-module__6OjSBq__panel{border-left:none;width:100%}.ChatPanel-module__6OjSBq__panelCollapsed{width:min(280px,100vw)}}
.Footer-module__S6Hkya__footer{background:var(--bg-primary);color:var(--text-primary);border-top:1px solid var(--border-subtle);margin-top:auto;position:relative}.Footer-module__S6Hkya__footer:before{content:"";opacity:.9;background:linear-gradient(90deg,#0000 0%,#ffce008c 18%,#6342b8a6 52%,#ffce0073 82%,#0000 100%);height:3px;display:block}.Footer-module__S6Hkya__inner{box-sizing:border-box;max-width:1400px;margin:0 auto;padding:48px 24px 0}.Footer-module__S6Hkya__top{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:clamp(32px,5vw,64px);padding-bottom:40px;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__brandRow{align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__brandLogo{object-fit:contain;filter:drop-shadow(0 2px 8px #6342b859);width:32px;height:32px}.Footer-module__S6Hkya__brandName{color:var(--text-primary);letter-spacing:.2em;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:800}.Footer-module__S6Hkya__brandDesc{color:var(--text-muted);max-width:32ch;font-size:.82rem;line-height:1.65}.Footer-module__S6Hkya__badges{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__S6Hkya__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:.65rem;font-weight:700;transition:border-color .2s,background .2s;display:inline-flex}.Footer-module__S6Hkya__badge:hover{border-color:var(--border-accent);background:var(--bg-hover)}.Footer-module__S6Hkya__linksArea{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,3vw,40px);display:grid}.Footer-module__S6Hkya__linkGroup{flex-direction:column;gap:12px;display:flex}.Footer-module__S6Hkya__linkGroup h5{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:800}.Footer-module__S6Hkya__linkGroup a{color:var(--text-secondary);border-bottom:1px solid #0000;width:fit-content;padding:2px 0;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.Footer-module__S6Hkya__linkGroup a:hover{color:var(--accent-purple);border-bottom-color:#6342b873}.Footer-module__S6Hkya__divider{background:linear-gradient(90deg, transparent, var(--border-color) 15%, var(--border-color) 85%, transparent);opacity:.85;height:1px}.Footer-module__S6Hkya__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 0 28px;display:flex}.Footer-module__S6Hkya__copy{color:var(--text-muted);margin:0;font-size:.72rem}.Footer-module__S6Hkya__bottomLinks{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.Footer-module__S6Hkya__bottomLinks a{color:var(--text-muted);font-size:.72rem;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__bottomLinks a:hover{color:var(--accent-purple)}.Footer-module__S6Hkya__dot{color:var(--border-dark);opacity:.7;font-size:.75rem}[data-theme=light] .Footer-module__S6Hkya__footer{background:linear-gradient(180deg, #faf9fd 0%, var(--bg-primary) 40%)}[data-theme=light] .Footer-module__S6Hkya__brandLogo{filter:none}[data-theme=light] .Footer-module__S6Hkya__badge{border-color:var(--border-color);color:var(--text-secondary);background:#fff}[data-theme=light] .Footer-module__S6Hkya__linkGroup a:hover{color:var(--accent-purple)}@media (max-width:960px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:36px}.Footer-module__S6Hkya__linksArea{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.Footer-module__S6Hkya__inner{padding:36px 16px 0}.Footer-module__S6Hkya__linksArea{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start;padding-bottom:24px}}
.BottomNav-module__JpMf2G__bottomNav{z-index:600;height:58px;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);background:#191939;border-top:1px solid #6342b81f;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__JpMf2G__navItem{color:#463e7a;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;padding:8px 0 4px;text-decoration:none;display:flex}.BottomNav-module__JpMf2G__navIcon{color:#463e7a;justify-content:center;align-items:center;transition:color .2s;display:flex}.BottomNav-module__JpMf2G__navIconActive{color:#ffce00;filter:drop-shadow(0 0 6px #ffce0059)}.BottomNav-module__JpMf2G__navLabel{text-transform:uppercase;letter-spacing:.5px;color:#463e7a;font-family:Poppins,sans-serif;font-size:.55rem;font-weight:600}[data-theme=light] .BottomNav-module__JpMf2G__bottomNav{background:#fff;border-top-color:#6342b824;box-shadow:0 -4px 20px #1a14330f}[data-theme=light] .BottomNav-module__JpMf2G__navItem .BottomNav-module__JpMf2G__navIcon,[data-theme=light] .BottomNav-module__JpMf2G__navLabel{color:var(--text-muted)}[data-theme=light] .BottomNav-module__JpMf2G__navItem:hover .BottomNav-module__JpMf2G__navIcon,[data-theme=light] .BottomNav-module__JpMf2G__navItem:focus-visible .BottomNav-module__JpMf2G__navIcon{color:var(--accent-purple-dark)}[data-theme=light] .BottomNav-module__JpMf2G__navIconActive{color:var(--accent-gold-dark)}@media (min-width:1025px){.BottomNav-module__JpMf2G__bottomNav{display:none}}
.SearchPanel-module__YZrbaq__panel{z-index:250;background:#191939;flex-direction:column;padding-top:56px;transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;inset:0 0 60px;overflow:hidden;transform:translate(-100%)}.SearchPanel-module__YZrbaq__panelOpen{transform:translate(0)}.SearchPanel-module__YZrbaq__searchBar{background:#232042;border:1.5px solid #6342b84d;border-radius:12px;flex-shrink:0;align-items:center;gap:10px;margin:12px 12px 0;padding:12px 14px;display:flex}.SearchPanel-module__YZrbaq__searchBar:focus-within{border-color:#6342b899;box-shadow:0 0 16px #6342b814}.SearchPanel-module__YZrbaq__searchIcon{color:#463e7a;flex-shrink:0}.SearchPanel-module__YZrbaq__searchInput{color:#d9d1f4;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:500}.SearchPanel-module__YZrbaq__searchInput::placeholder{color:#463e7a}.SearchPanel-module__YZrbaq__closeBtn{color:#7b6cb9;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.SearchPanel-module__YZrbaq__closeBtn:hover{color:#d9d1f4;background:#ffffff1a}.SearchPanel-module__YZrbaq__filtersRow{flex-shrink:0;align-items:center;gap:8px;padding:10px 12px 0;display:flex}.SearchPanel-module__YZrbaq__sortWrap{position:relative}.SearchPanel-module__YZrbaq__sortBtn{color:#7b6cb9;cursor:pointer;white-space:nowrap;background:#232042;border:1px solid #6342b826;border-radius:8px;align-items:center;gap:5px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:500;transition:all .2s;display:flex}.SearchPanel-module__YZrbaq__sortBtn strong{color:#d9d1f4;font-weight:700}.SearchPanel-module__YZrbaq__sortBtn:hover{border-color:#6342b84d}.SearchPanel-module__YZrbaq__chevronUp{transform:rotate(180deg)}.SearchPanel-module__YZrbaq__sortDropdown{z-index:100;background:#232042;border:1.5px solid #6342b840;border-radius:10px;min-width:150px;padding:3px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 32px #00000080}.SearchPanel-module__YZrbaq__sortOption{color:#7b6cb9;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;width:100%;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.76rem;transition:all .15s;display:block}.SearchPanel-module__YZrbaq__sortOption:hover{color:#d9d1f4;background:#6342b81a}.SearchPanel-module__YZrbaq__sortActive{color:#ffce00;font-weight:700}.SearchPanel-module__YZrbaq__pills{scrollbar-width:none;flex-shrink:0;gap:6px;padding:10px 12px 0;display:flex;overflow-x:auto}.SearchPanel-module__YZrbaq__pills::-webkit-scrollbar{display:none}.SearchPanel-module__YZrbaq__pill{color:#7b6cb9;cursor:pointer;white-space:nowrap;background:#232042;border:1px solid #6342b81a;border-radius:8px;padding:7px 14px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;transition:all .2s}.SearchPanel-module__YZrbaq__pill:hover{color:#d9d1f4;border-color:#6342b84d}.SearchPanel-module__YZrbaq__pillActive{color:#fff;background:#6342b8;border-color:#6342b8}.SearchPanel-module__YZrbaq__grid{scrollbar-width:none;flex:1;grid-template-columns:repeat(3,1fr);align-content:start;gap:8px;padding:12px;display:grid;overflow-y:auto}.SearchPanel-module__YZrbaq__grid::-webkit-scrollbar{display:none}.SearchPanel-module__YZrbaq__card{flex-direction:column;text-decoration:none;display:flex}.SearchPanel-module__YZrbaq__cardImg{aspect-ratio:1;background:#232042;border:1px solid #6342b80f;border-radius:10px;width:100%;transition:all .2s;overflow:hidden}.SearchPanel-module__YZrbaq__card:hover .SearchPanel-module__YZrbaq__cardImg{border-color:#6342b833}.SearchPanel-module__YZrbaq__cardImg img{object-fit:cover;width:100%;height:100%}.SearchPanel-module__YZrbaq__cardPlaceholder{color:#2a283e;background:linear-gradient(135deg,#6342b80a,#e040fb05);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SearchPanel-module__YZrbaq__cardName{color:#d9d1f4;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-family:Poppins,sans-serif;font-size:.62rem;font-weight:700;overflow:hidden}.SearchPanel-module__YZrbaq__cardSub{color:#463e7a;text-transform:uppercase;letter-spacing:.3px;font-size:.5rem}.SearchPanel-module__YZrbaq__skeleton{aspect-ratio:1;background:#232042;border-radius:10px;animation:1.5s infinite SearchPanel-module__YZrbaq__shimmer}@keyframes SearchPanel-module__YZrbaq__shimmer{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.SearchPanel-module__YZrbaq__empty{color:#2a283e;flex-direction:column;grid-column:1/-1;align-items:center;gap:8px;padding:40px 20px;display:flex}.SearchPanel-module__YZrbaq__empty p{color:#463e7a;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700}[data-theme=light] .SearchPanel-module__YZrbaq__panel{background:var(--bg-secondary)}[data-theme=light] .SearchPanel-module__YZrbaq__searchBar{background:var(--bg-input);border-color:#6342b838}[data-theme=light] .SearchPanel-module__YZrbaq__searchIcon{color:var(--text-muted)}[data-theme=light] .SearchPanel-module__YZrbaq__searchInput{color:var(--text-primary)}[data-theme=light] .SearchPanel-module__YZrbaq__searchInput::placeholder,[data-theme=light] .SearchPanel-module__YZrbaq__empty p{color:var(--text-muted)}@media (min-width:1025px){.SearchPanel-module__YZrbaq__panel{width:100%;max-width:100%;bottom:0}.SearchPanel-module__YZrbaq__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;padding:14px 16px}}
.ProductsPanel-module__jedN2q__panel{z-index:250;background:#191939;flex-direction:column;padding-top:56px;transition:transform .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:fixed;inset:0 0 60px;overflow:hidden;transform:translate(-100%)}.ProductsPanel-module__jedN2q__panelOpen{transform:translate(0)}.ProductsPanel-module__jedN2q__header{flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 8px;display:flex}.ProductsPanel-module__jedN2q__headerTitle{color:#ffce00;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:800;display:flex}.ProductsPanel-module__jedN2q__closeBtn{color:#7b6cb9;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ProductsPanel-module__jedN2q__closeBtn:hover{color:#d9d1f4;background:#ffffff1a}.ProductsPanel-module__jedN2q__content{scrollbar-width:none;flex:1;padding:0 12px 20px;overflow-y:auto}.ProductsPanel-module__jedN2q__content::-webkit-scrollbar{display:none}.ProductsPanel-module__jedN2q__sectionTitle{color:#463e7a;text-transform:uppercase;letter-spacing:1.2px;padding:14px 8px 6px;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:700}.ProductsPanel-module__jedN2q__navGroup{background:#232042;border:1px solid #6342b81f;border-radius:14px;padding:4px}.ProductsPanel-module__jedN2q__navItem{border-radius:11px;align-items:center;gap:14px;padding:13px 16px;text-decoration:none;transition:all .18s;display:flex}.ProductsPanel-module__jedN2q__navItem:hover{background:#6342b814}.ProductsPanel-module__jedN2q__navItem:active{background:#6342b81f}.ProductsPanel-module__jedN2q__navIcon{color:#7b6cb9;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProductsPanel-module__jedN2q__navLabel{color:#d9d1f4;flex:1;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600}.ProductsPanel-module__jedN2q__badge{color:#191939;letter-spacing:.5px;background:#00e676;border-radius:5px;padding:2px 6px;font-size:.5rem;font-weight:700}.ProductsPanel-module__jedN2q__featuredGrid{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 4px;display:grid}.ProductsPanel-module__jedN2q__featuredCard{flex-direction:column;text-decoration:none;display:flex}.ProductsPanel-module__jedN2q__featuredImg{aspect-ratio:1;background:#232042;border:1px solid #6342b814;border-radius:10px;width:100%;transition:all .2s;overflow:hidden}.ProductsPanel-module__jedN2q__featuredCard:hover .ProductsPanel-module__jedN2q__featuredImg{border-color:#6342b840}.ProductsPanel-module__jedN2q__featuredImg img{object-fit:cover;width:100%;height:100%}.ProductsPanel-module__jedN2q__featuredPlaceholder{color:#2a283e;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductsPanel-module__jedN2q__featuredName{color:#b4a6e2;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-family:Poppins,sans-serif;font-size:.58rem;font-weight:700;overflow:hidden}@media (min-width:1025px){.ProductsPanel-module__jedN2q__panel{padding-top:56px;bottom:0}}
.ReferralModal-module__B8m2zq__overlay{-webkit-backdrop-filter:blur(3px);z-index:500;background:#0009;justify-content:center;align-items:center;padding:16px;animation:.18s ReferralModal-module__B8m2zq__fadeIn;display:flex;position:fixed;inset:0}.ReferralModal-module__B8m2zq__modal{background:#131525;border:1px solid #5a508c2e;border-radius:12px;flex-direction:column;width:100%;max-width:560px;max-height:85vh;animation:.25s cubic-bezier(.16,1,.3,1) ReferralModal-module__B8m2zq__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0000008c}.ReferralModal-module__B8m2zq__header{flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px 0;display:flex}.ReferralModal-module__B8m2zq__title{color:#c8c7d4;letter-spacing:-.01em;font-size:.88rem;font-weight:700}.ReferralModal-module__B8m2zq__closeBtn{color:#6a6980;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:color .2s;display:flex}.ReferralModal-module__B8m2zq__closeBtn:hover{color:#d9d1f4}.ReferralModal-module__B8m2zq__tabs{border-bottom:1.5px solid #5a508c1f;flex-shrink:0;margin-top:8px;padding:0 16px;display:flex}.ReferralModal-module__B8m2zq__tab{color:#463e7a;cursor:pointer;text-align:center;background:0 0;border:none;flex:1;padding:10px 0;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;transition:color .2s;position:relative}.ReferralModal-module__B8m2zq__tab:hover{color:#a09fb0}.ReferralModal-module__B8m2zq__tabActive{color:#d9d1f4}.ReferralModal-module__B8m2zq__tabActive:after{content:"";background:#6c5ce7;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1.5px;left:0;right:0}.ReferralModal-module__B8m2zq__content{scrollbar-width:thin;scrollbar-color:#5a508c1f transparent;flex:1;padding:14px 16px 18px;overflow-y:auto}.ReferralModal-module__B8m2zq__heroBlock{background-image:url(/images/pcbackroundforreferfriendsblockinrefer&earn.png);background-position:50%;background-size:cover;border-radius:10px;align-items:center;min-height:155px;margin-bottom:16px;padding:22px 18px;display:flex;position:relative;overflow:hidden}.ReferralModal-module__B8m2zq__heroText{z-index:2;max-width:48%}.ReferralModal-module__B8m2zq__heroText h3{color:#fff;text-shadow:0 2px 8px #00000059;margin-bottom:7px;font-size:1.15rem;font-weight:800}.ReferralModal-module__B8m2zq__heroText p{color:#ffffffe0;text-shadow:0 1px 4px #00000040;font-size:.72rem;line-height:1.5}.ReferralModal-module__B8m2zq__heroCoins{z-index:1;pointer-events:none;width:200px;height:auto;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ReferralModal-module__B8m2zq__linkSection{margin-bottom:0}.ReferralModal-module__B8m2zq__linkLabel{color:#b4a6e2;margin-bottom:6px;font-size:.72rem;font-weight:600;display:block}.ReferralModal-module__B8m2zq__linkRow{gap:8px;display:flex}.ReferralModal-module__B8m2zq__linkInput{color:#c8c7d4;background:#1a1c30;border:1px solid #5a508c26;border-radius:8px;outline:none;flex:1;padding:10px 12px;font-family:Poppins,sans-serif;font-size:.76rem}.ReferralModal-module__B8m2zq__linkInput:focus{border-color:#6c5ce7}.ReferralModal-module__B8m2zq__copyBtn{color:#0f111a;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f6c015,#e8951e);border:none;border-radius:8px;align-items:center;gap:5px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:.74rem;font-weight:700;transition:all .18s;display:flex}.ReferralModal-module__B8m2zq__copyBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.ReferralModal-module__B8m2zq__copyBtnSuccess{background:linear-gradient(135deg,#00e676,#00c853)}.ReferralModal-module__B8m2zq__earningsTopRow{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px;display:grid}.ReferralModal-module__B8m2zq__boxLabel{color:#b4a6e2;text-transform:capitalize;margin-bottom:2px;font-size:.62rem;font-weight:600;display:block}.ReferralModal-module__B8m2zq__bigValue{color:#d9d1f4;font-size:1.4rem;font-weight:900;line-height:1.1}.ReferralModal-module__B8m2zq__coinsSuffix{color:#463e7a;margin-left:3px;font-size:.55rem;font-weight:500}.ReferralModal-module__B8m2zq__creditBox{background:#1a1c30;border:1px solid #5a508c24;border-radius:10px;padding:12px}.ReferralModal-module__B8m2zq__creditMainRow{align-items:baseline;gap:4px;margin-bottom:10px;display:flex}.ReferralModal-module__B8m2zq__divider{background:#5a508c1a;height:1px;margin-bottom:10px}.ReferralModal-module__B8m2zq__tierBox{background:#1a1c30;border:1px solid #5a508c24;border-radius:10px;padding:12px}.ReferralModal-module__B8m2zq__tierHead{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.ReferralModal-module__B8m2zq__infoIcon{color:#463e7a;cursor:help}.ReferralModal-module__B8m2zq__tierVal{color:#d9d1f4;margin:2px 0 5px;font-size:1.3rem;font-weight:900}.ReferralModal-module__B8m2zq__progressLabel{color:#b4a6e2;margin-bottom:5px;font-size:.58rem;font-weight:600;display:block}.ReferralModal-module__B8m2zq__progressTrack{background:#191939;border-radius:3px;width:100%;height:5px;margin-bottom:5px;overflow:hidden}.ReferralModal-module__B8m2zq__progressFill{background:linear-gradient(90deg,#6c5ce7,#b4a6e2);border-radius:3px;height:100%;transition:width .5s}.ReferralModal-module__B8m2zq__tierEnds{color:#463e7a;justify-content:space-between;font-size:.55rem;display:flex}.ReferralModal-module__B8m2zq__tierEnds small{color:#7b6cb9}.ReferralModal-module__B8m2zq__statsTriple{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px;display:grid}.ReferralModal-module__B8m2zq__tripleCard{background:#1a1c30;border:1px solid #5a508c1a;border-radius:10px;padding:10px 12px}.ReferralModal-module__B8m2zq__tripleLabel{color:#b4a6e2;margin-bottom:2px;font-size:.58rem;font-weight:600;display:block}.ReferralModal-module__B8m2zq__tripleVal{color:#d9d1f4;font-size:1.15rem;font-weight:900}.ReferralModal-module__B8m2zq__chartBox{background:#1a1c30;border:1px solid #5a508c1a;border-radius:10px;margin-bottom:8px;padding:12px;transition:opacity .4s}.ReferralModal-module__B8m2zq__chartLoading{opacity:.4}.ReferralModal-module__B8m2zq__chartTop{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ReferralModal-module__B8m2zq__chartTitle{color:#b4a6e2;font-size:.72rem;font-weight:700}.ReferralModal-module__B8m2zq__chartPills{align-items:center;gap:4px;display:flex}.ReferralModal-module__B8m2zq__refreshBtn{color:#463e7a;cursor:pointer;background:#191939;border:1px solid #5a508c1a;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s;display:flex}.ReferralModal-module__B8m2zq__refreshBtn:hover{color:#d9d1f4;border-color:#5a508c40}.ReferralModal-module__B8m2zq__spinning{animation:.8s linear ReferralModal-module__B8m2zq__spin}@keyframes ReferralModal-module__B8m2zq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ReferralModal-module__B8m2zq__periodPill{color:#7b6cb9;cursor:pointer;background:#191939;border:1px solid #5a508c14;border-radius:12px;padding:4px 9px;font-family:Poppins,sans-serif;font-size:.62rem;font-weight:600;transition:all .18s}.ReferralModal-module__B8m2zq__periodPill:hover{border-color:#5a508c33}.ReferralModal-module__B8m2zq__periodActive{color:#fff;background:#6c5ce7;border-color:#6c5ce7}.ReferralModal-module__B8m2zq__chartGrid{flex-direction:column;justify-content:space-between;height:120px;display:flex;position:relative}.ReferralModal-module__B8m2zq__chartRow{border-bottom:1px dashed #5a508c0f;flex:1;justify-content:flex-end;align-items:flex-end;display:flex}.ReferralModal-module__B8m2zq__chartYLabel{color:#4a495c;text-align:right;min-width:30px;padding:0 0 1px;font-size:.52rem}.ReferralModal-module__B8m2zq__histBar{background:#1a1c30;border:1px solid #5a508c1a;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.ReferralModal-module__B8m2zq__histBar h4{color:#d9d1f4;font-size:.78rem;font-weight:800}.ReferralModal-module__B8m2zq__viewBtn{color:#c8c7d4;cursor:pointer;background:#191939;border:1px solid #5a508c1f;border-radius:7px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:600;transition:all .18s}.ReferralModal-module__B8m2zq__viewBtn:hover{border-color:#5a508c40}.ReferralModal-module__B8m2zq__histView{animation:.2s ReferralModal-module__B8m2zq__fadeIn}.ReferralModal-module__B8m2zq__backBtn{color:#c8c7d4;cursor:pointer;background:#1a1c30;border:1px solid #5a508c1f;border-radius:7px;align-items:center;gap:4px;margin-bottom:12px;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;transition:all .18s;display:inline-flex}.ReferralModal-module__B8m2zq__backBtn:hover{border-color:#5a508c40}.ReferralModal-module__B8m2zq__histTable{background:#1a1c30;border:1px solid #5a508c1a;border-radius:10px;overflow:hidden}.ReferralModal-module__B8m2zq__tHead{color:#7b6cb9;text-transform:uppercase;letter-spacing:.7px;background:#5a508c0f;padding:11px 16px;font-size:.62rem;font-weight:700;display:flex}.ReferralModal-module__B8m2zq__tHead span{flex:1}.ReferralModal-module__B8m2zq__tRow{color:#c8c7d4;border-top:1px solid #5a508c0f;padding:11px 16px;font-size:.76rem;display:flex}.ReferralModal-module__B8m2zq__tRow span{flex:1}.ReferralModal-module__B8m2zq__noResults{text-align:center;color:#463e7a;padding:36px 16px;font-size:.82rem;font-weight:600}.ReferralModal-module__B8m2zq__pagination{color:#463e7a;justify-content:center;align-items:center;gap:10px;padding:12px;font-size:.68rem;display:flex}.ReferralModal-module__B8m2zq__pagArrow{color:#463e7a;cursor:pointer}.ReferralModal-module__B8m2zq__redeemTab{justify-content:center;padding:8px 0;display:flex}.ReferralModal-module__B8m2zq__redeemCard{text-align:center;background:#1a1c30;border:1px solid #5a508c24;border-radius:12px;width:100%;max-width:360px;padding:26px 20px}.ReferralModal-module__B8m2zq__redeemIcon{color:#ffce00;margin-bottom:10px}.ReferralModal-module__B8m2zq__redeemCard h3{color:#d9d1f4;margin-bottom:4px;font-size:.95rem;font-weight:800}.ReferralModal-module__B8m2zq__redeemCard>p{color:#463e7a;margin-bottom:16px;font-size:.72rem}.ReferralModal-module__B8m2zq__redeemForm{flex-direction:column;gap:8px;display:flex}.ReferralModal-module__B8m2zq__redeemInput{color:#d9d1f4;text-align:center;letter-spacing:1.5px;text-transform:uppercase;background:#191939;border:1.5px solid #5a508c29;border-radius:8px;outline:none;padding:11px 12px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:border-color .2s}.ReferralModal-module__B8m2zq__redeemInput:focus{border-color:#6c5ce7}.ReferralModal-module__B8m2zq__redeemInput::placeholder{text-transform:none;letter-spacing:0;font-weight:400}.ReferralModal-module__B8m2zq__redeemBtn{color:#0f111a;cursor:pointer;background:linear-gradient(135deg,#f6c015,#e8951e);border:none;border-radius:8px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;transition:all .18s}.ReferralModal-module__B8m2zq__redeemBtn:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.ReferralModal-module__B8m2zq__redeemBtn:disabled{opacity:.5;cursor:not-allowed}.ReferralModal-module__B8m2zq__redeemMsg{border-radius:7px;justify-content:center;align-items:center;gap:5px;margin-top:10px;padding:9px;font-size:.75rem;font-weight:600;display:flex}.ReferralModal-module__B8m2zq__redeemSuccess{color:#00e676;background:#00e6761a;border:1px solid #00e6761f}.ReferralModal-module__B8m2zq__redeemError{color:#ff1744;background:#ff17441a;border:1px solid #ff17441f}@keyframes ReferralModal-module__B8m2zq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReferralModal-module__B8m2zq__slideUp{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.ReferralModal-module__B8m2zq__overlay{justify-content:stretch;align-items:stretch;padding:0 0 58px}.ReferralModal-module__B8m2zq__modal{border:none;border-radius:0;flex:1;max-width:100%;max-height:100%}.ReferralModal-module__B8m2zq__heroBlock{background-image:url(/images/mobilebackroundforreferfriendsblockinrefer&earn.png);flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:200px;padding:18px 14px}.ReferralModal-module__B8m2zq__heroText{max-width:100%;margin-bottom:6px}.ReferralModal-module__B8m2zq__heroText h3{font-size:1rem}.ReferralModal-module__B8m2zq__heroText p{font-size:.68rem}.ReferralModal-module__B8m2zq__heroCoins{width:160px;margin:8px auto 0;display:block;position:relative;top:auto;right:auto;transform:none}.ReferralModal-module__B8m2zq__linkRow{flex-direction:column}.ReferralModal-module__B8m2zq__copyBtn{justify-content:center;width:100%}.ReferralModal-module__B8m2zq__earningsTopRow{grid-template-columns:1fr;gap:6px}.ReferralModal-module__B8m2zq__statsTriple{gap:5px}.ReferralModal-module__B8m2zq__tripleCard{padding:9px 10px}.ReferralModal-module__B8m2zq__tripleLabel{font-size:.54rem}.ReferralModal-module__B8m2zq__tripleVal{font-size:1rem}.ReferralModal-module__B8m2zq__bigValue{font-size:1.15rem}.ReferralModal-module__B8m2zq__tierVal{font-size:1.1rem}.ReferralModal-module__B8m2zq__tab{font-size:.72rem}.ReferralModal-module__B8m2zq__content{padding:10px 12px 14px}.ReferralModal-module__B8m2zq__redeemCard{padding:20px 14px}.ReferralModal-module__B8m2zq__chartGrid{height:100px}.ReferralModal-module__B8m2zq__chartTop{flex-wrap:wrap;gap:6px}}@media (max-width:380px){.ReferralModal-module__B8m2zq__heroCoins{width:130px}.ReferralModal-module__B8m2zq__bigValue{font-size:1rem}.ReferralModal-module__B8m2zq__tierVal{font-size:.95rem}}
