:root{--bg-primary:#05050f;--bg-secondary:#0a0a16;--bg-card:#0f1123;--bg-card-hover:#151832;--bg-glass:#0f1123b3;--accent-primary:#00f2fe;--accent-secondary:#4facfe;--accent-gradient:linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);--accent-glow:0 0 25px #00f2fe80;--accent-success:#00cec9;--accent-warning:#fdcb6e;--accent-danger:#e17055;--text-primary:#fff;--text-secondary:#94a3b8;--text-muted:#475569;--border-subtle:#00f2fe1a;--border-light:#00f2fe33;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0006;--shadow-md:0 4px 16px #0009;--shadow-lg:0 8px 32px #000c;--shadow-glow:0 0 30px #00f2fe33;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1);--font-main:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:var(--font-main);background:var(--bg-primary);color:var(--text-primary);width:100%;max-width:100vw;min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";z-index:-1;background:radial-gradient(circle at 20%,#00f2fe0f 0%,#0000 50%),radial-gradient(circle at 80% 20%,#4facfe0a 0%,#0000 50%),radial-gradient(circle at 50% 80%,#00f2fe0a 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite alternate bgShift;position:fixed;top:-50%;left:-50%}@keyframes bgShift{0%{transform:translate(0)rotate(0)}to{transform:translate(-5%,-5%)rotate(3deg)}}a{color:var(--accent-secondary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-light);border-radius:var(--radius-lg)}.gradient-text{background:var(--accent-gradient);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite gradientFlow}@keyframes gradientFlow{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn{border-radius:var(--radius-md);font-family:var(--font-main);cursor:pointer;transition:all var(--transition-normal);border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:var(--accent-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #00f2fe66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-light)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--accent-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.animate-in{animation:.6s forwards fadeInUp}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-card);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}::selection{color:#fff;background:#00f2fe40}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}button,input,select,textarea{min-height:44px}input,select,textarea{font-size:16px!important}*{-webkit-overflow-scrolling:touch}button,.btn{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}@media (max-width:480px){.container{padding:0 16px}.btn{width:100%;padding:16px 24px;font-size:15px}.btn-primary{padding:18px 24px}}.custom-toast{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);color:#fff;z-index:10000;opacity:0;pointer-events:none;background:#0a0a16e6;border:1px solid #00f2fe4d;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:opacity .3s,transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 8px 32px #00f2fe40}.custom-toast.show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.custom-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;background:#05050fcc;justify-content:center;align-items:center;padding:20px;animation:.3s modalFadeIn;display:flex;position:fixed;inset:0}.custom-modal{border-radius:var(--radius-lg);background:#0f1123f2;border:1px solid #00f2fe4d;width:100%;max-width:480px;animation:.3s cubic-bezier(.175,.885,.32,1.275) modalScaleUp;overflow:hidden;box-shadow:0 10px 40px #000c,0 0 30px #00f2fe26}.custom-modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.custom-modal-title{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:18px;font-weight:700}.custom-modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:20px;transition:color .2s;display:flex}.custom-modal-close:hover{color:#fff}.custom-modal-body{color:var(--text-secondary);white-space:pre-line;padding:20px;font-size:15px;line-height:1.6}.custom-modal-footer{border-top:1px solid #ffffff14;justify-content:flex-end;padding:14px 20px;display:flex}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5f861bbd-module__aU91IG__className{font-family:Inter,Inter Fallback;font-style:normal}
.AnnouncementBanner-module__Lyw_fa__banner{color:#fff;text-align:center;z-index:1000;background:linear-gradient(90deg,#05050f,#0a1e3b);border-bottom:1px solid #00f2fe33;padding:10px 0;font-size:.95rem;font-weight:500;position:relative}.AnnouncementBanner-module__Lyw_fa__banner p{margin:0;padding-right:24px}.AnnouncementBanner-module__Lyw_fa__closeBtn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:0 5px;font-size:1.5rem;line-height:1;transition:opacity .2s;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.AnnouncementBanner-module__Lyw_fa__closeBtn:hover{opacity:1}
.AntiAdBlock-module__OQCnMa__banner{z-index:9998;padding:12px 16px;animation:.5s cubic-bezier(.4,0,.2,1) AntiAdBlock-module__OQCnMa__slideUp;position:fixed;bottom:0;left:0;right:0}@keyframes AntiAdBlock-module__OQCnMa__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.AntiAdBlock-module__OQCnMa__inner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0a0a16eb;border:1px solid #00f2fe33;border-radius:14px;align-items:center;gap:12px;max-width:720px;margin:0 auto;padding:14px 18px;display:flex;box-shadow:0 -4px 30px #00000080,0 0 20px #00f2fe14}.AntiAdBlock-module__OQCnMa__icon{flex-shrink:0;font-size:22px}.AntiAdBlock-module__OQCnMa__text{color:#ffffffd9;flex:1;margin:0;font-size:13px;line-height:1.5}.AntiAdBlock-module__OQCnMa__close{color:#fff9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .2s;display:flex}.AntiAdBlock-module__OQCnMa__close:hover{color:#fff;background:#ffffff26}@media (max-width:600px){.AntiAdBlock-module__OQCnMa__banner{padding:8px 10px}.AntiAdBlock-module__OQCnMa__inner{border-radius:12px;gap:10px;padding:12px 14px}.AntiAdBlock-module__OQCnMa__text{font-size:12px}.AntiAdBlock-module__OQCnMa__icon{font-size:18px}}
.Header-module__hBw1pG__header{z-index:1000;background:#060614;border-bottom:1px solid #ffffff0a;width:100%;transition:box-shadow .3s,border-color .3s;position:sticky;top:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{border-bottom-color:#00f2fe1a;box-shadow:0 2px 20px #00000080}.Header-module__hBw1pG__logoContainer{align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.Header-module__hBw1pG__logoIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;background:linear-gradient(135deg,#00f2fe1a,#4facfe0f)!important;border:1px solid #00f2fe1f!important;width:40px!important;height:40px!important}.Header-module__hBw1pG__logoIcon img{transition:all .3s cubic-bezier(.16,1,.3,1);width:32px!important;height:32px!important}.Header-module__hBw1pG__logoText{transition:font-size .2s;font-size:1.85rem!important}.Header-module__hBw1pG__headerInner{justify-content:space-between;align-items:center;min-width:0;max-width:1200px;height:56px;margin:0 auto;padding:0 16px;transition:padding .2s;display:flex}@media (max-width:520px){.Header-module__hBw1pG__logoText{font-size:1.65rem!important}.Header-module__hBw1pG__logoIcon{border-radius:10px;width:36px!important;height:36px!important}.Header-module__hBw1pG__logoIcon img{width:28px!important;height:28px!important}}@media (max-width:480px){.Header-module__hBw1pG__logoText{font-size:1.45rem!important}.Header-module__hBw1pG__logoIcon{border-radius:8px;width:32px!important;height:32px!important}.Header-module__hBw1pG__logoIcon img{width:24px!important;height:24px!important}.Header-module__hBw1pG__headerInner{padding:0 12px}.Header-module__hBw1pG__hiwPill span{font-size:11px;display:inline}.Header-module__hBw1pG__hiwPill{gap:4px;height:38px;padding:0 10px}}@media (max-width:380px){.Header-module__hBw1pG__logoText{font-size:1.25rem!important}.Header-module__hBw1pG__logoIcon{border-radius:7px;width:28px!important;height:28px!important}.Header-module__hBw1pG__logoIcon img{width:20px!important;height:20px!important}.Header-module__hBw1pG__headerInner{padding:0 8px}.Header-module__hBw1pG__headerRight{gap:6px}.Header-module__hBw1pG__hiwPill span{font-size:10px}.Header-module__hBw1pG__hiwPill{gap:3px;height:36px;padding:0 8px}.Header-module__hBw1pG__menuBtn{width:36px;height:36px}}@media (max-width:340px){.Header-module__hBw1pG__logoText{font-size:1.1rem!important}.Header-module__hBw1pG__hiwPill span{font-size:9.5px}}@media (min-width:768px){.Header-module__hBw1pG__headerInner{height:64px;padding:0 28px}}.Header-module__hBw1pG__deskNav{display:none}@media (min-width:768px){.Header-module__hBw1pG__deskNav{align-items:center;gap:12px;display:flex}}.Header-module__hBw1pG__deskLink{background:#ffffff0f;border:1px solid #ffffff26;border-radius:100px;align-items:center;padding:10px 18px;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0003;color:#ffffffd9!important;text-decoration:none!important}.Header-module__hBw1pG__deskLink:before{content:"";opacity:0;background:linear-gradient(#ffffff14 0%,#fff0 100%);transition:opacity .3s;position:absolute;inset:0}.Header-module__hBw1pG__deskLink:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-1px);color:#fff!important}.Header-module__hBw1pG__deskLink:hover:before{opacity:1}.Header-module__hBw1pG__deskLink.Header-module__hBw1pG__active{background:#00f2fe1a;border-color:#00f2fe4d;box-shadow:0 4px 20px #00f2fe26;color:#00f2fe!important}.Header-module__hBw1pG__headerRight{flex-shrink:0;align-items:center;gap:14px;display:flex}.Header-module__hBw1pG__hiwPill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;height:42px;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex;color:#fff!important;text-decoration:none!important}.Header-module__hBw1pG__hiwPill svg{color:#00f2fe}.Header-module__hBw1pG__hiwPill:hover{background:#ffffff1f;border-color:#fff3;transform:translateY(-2px)}.Header-module__hBw1pG__hiwPill:active{background:#00f2fe26;border-color:#00f2fe4d;transform:scale(.95)}.Header-module__hBw1pG__menuBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;width:42px;height:42px;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.Header-module__hBw1pG__menuBtn:active{color:#00f2fe;background:#00f2fe26;border-color:#00f2fe66;transform:scale(.95)}.Header-module__hBw1pG__menuBtn svg{pointer-events:none}@media (min-width:768px){.Header-module__hBw1pG__menuBtn{display:none}}.Header-module__hBw1pG__fsMenu{z-index:9999;pointer-events:none;position:fixed;inset:0}.Header-module__hBw1pG__fsMenu.Header-module__hBw1pG__open{pointer-events:auto}.Header-module__hBw1pG__fsInner{opacity:0;background:#060614;flex-direction:column;width:100%;height:100%;transition:opacity .25s,transform .25s;display:flex;transform:translateY(-6px)}.Header-module__hBw1pG__fsMenu.Header-module__hBw1pG__open .Header-module__hBw1pG__fsInner{opacity:1;transform:translateY(0)}.Header-module__hBw1pG__fsHead{border-bottom:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.Header-module__hBw1pG__fsClose{color:#ffffff80;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.Header-module__hBw1pG__fsClose:active{color:#ff6b6b;background:#ff3c3c1f;border-color:#ff3c3c40}.Header-module__hBw1pG__fsScroll{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:12px 0 8px;display:flex;overflow-y:auto}.Header-module__hBw1pG__fsNav{flex-direction:column;gap:4px;padding:0 16px;display:flex}.Header-module__hBw1pG__fsToolsCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:none;background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:2px;padding:4px 8px;display:flex}.Header-module__hBw1pG__fsInfoGroup{box-shadow:none;background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;gap:2px;padding:4px 8px;display:flex}.Header-module__hBw1pG__fsLabel{text-transform:uppercase;letter-spacing:1.5px;color:#fff6;align-items:center;gap:4px;margin:0 0 2px;padding:0 6px;font-size:10px;font-weight:700;display:flex}.Header-module__hBw1pG__fsLink{-webkit-tap-highlight-color:transparent;background:#ffffff03;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:6px 12px;font-size:14px;font-weight:600;transition:all .2s;display:flex;color:#ffffffd9!important;text-decoration:none!important}.Header-module__hBw1pG__fsLink svg{opacity:.8;flex-shrink:0}.Header-module__hBw1pG__fsLink:active,.Header-module__hBw1pG__fsLink:hover{background:#ffffff14;border-color:#ffffff1a}.Header-module__hBw1pG__fsLink.Header-module__hBw1pG__on{background:#00f2fe1a;border-color:#00f2fe4d;color:#00f2fe!important}.Header-module__hBw1pG__fsLink.Header-module__hBw1pG__on svg{opacity:1}.Header-module__hBw1pG__fsBottom{background:#00f2fe08;border-top:1px solid #00f2fe26;border-radius:20px 20px 0 0;flex-direction:column;gap:8px;margin-top:auto;padding:12px 16px 10px;display:flex}.Header-module__hBw1pG__fsMotivate{text-align:center;color:#00f2fe;margin:0;font-size:12px;font-weight:600;line-height:1.3}.Header-module__hBw1pG__fsShare{color:#000;cursor:pointer;-webkit-tap-highlight-color:transparent;width:100%;height:38px;box-shadow:none;background:linear-gradient(135deg,#00f2fe,#4facfe);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.Header-module__hBw1pG__fsShare:active{transform:scale(.97)}.Header-module__hBw1pG__fsMeta{text-align:center;color:#fff6;max-width:90%;margin:0 auto;font-size:11px;line-height:1.6}
