.help-page{width:100%;display:flex;flex-direction:column;align-items:center;padding:120px 16px 96px}.help-inner{width:100%;max-width:1040px}.help-hero{text-align:center;margin-bottom:8px}.help-hero h1{font-size:40px;font-weight:800;color:#fff;margin:0 0 10px;letter-spacing:-.5px}.help-hero p{color:#809bb5;font-weight:500;font-size:17px;margin:0}.help-search{position:relative;max-width:560px;margin:24px auto 0}.help-search input{width:100%;height:52px;border-radius:12px;background:#151a26;border:2px solid #1D2535;color:#fff;font-size:15px;font-weight:500;padding:0 16px 0 46px;outline:none;transition:border-color .15s ease;font-family:inherit}.help-search input::placeholder{color:#64809b}.help-search input:focus{border-color:#3ba4f0}.help-search .help-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#809bb5}.help-section-title{color:#fff;font-size:20px;font-weight:700;margin:40px 0 16px}.help-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.help-pop-grid,.help-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.help-cat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.help-pop-grid,.help-contact-grid{grid-template-columns:1fr}}@media(max-width:560px){.help-cat-grid{grid-template-columns:1fr}}.help-card{background:#121620;border:2px solid #1D2535;border-radius:16px;padding:20px;transition:border-color .15s ease,transform .15s ease;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:4px;text-decoration:none;color:inherit}.help-card:hover{border-color:#3ba4f0;transform:translateY(-2px)}.help-card.is-active{border-color:#3ba4f0;background:#141b2b}.help-card-icon{width:44px;height:44px;border-radius:12px;background:#1d2535;display:flex;align-items:center;justify-content:center;color:#3ba4f0;margin-bottom:8px;flex:none}.help-card-icon svg{width:24px;height:24px}.help-card h3{color:#fff;font-size:16px;font-weight:700;margin:0}.help-card p{color:#809bb5;font-size:14px;font-weight:500;margin:0}.help-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.help-tag{color:#3ba4f0;font-size:12px;font-weight:600;background:#3ba4f01a;padding:3px 10px;border-radius:9999px}.help-acc{display:flex;flex-direction:column;gap:12px;margin-top:8px}.help-acc-item{background:linear-gradient(95deg,#162030,#111a285c,#111a28);border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.04)}.help-acc-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:none;border:0;color:#fff;font-weight:600;font-size:15px;text-align:left;cursor:pointer;font-family:inherit}.help-acc-q .chev{width:18px;height:18px;color:#809bb5;transition:transform .2s ease;flex:none}.help-acc-item.open .help-acc-q .chev{transform:rotate(180deg)}.help-acc-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .2s linear,opacity .2s linear}.help-acc-item.open .help-acc-panel{grid-template-rows:1fr;opacity:1}.help-acc-inner{min-height:0;overflow:hidden}.help-acc-a{padding:0 18px 16px;margin:0;color:#809bb5;font-weight:500;line-height:1.6;font-size:14px}.help-cat-badge{display:inline-block;margin:10px 18px 0;color:#3ba4f0;font-size:12px;font-weight:600}.help-empty{color:#809bb5;text-align:center;padding:28px;font-weight:500}.help-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;border-radius:10px;font-weight:600;font-size:14px;color:#fff;background:linear-gradient(to right,#3ba4f0,#1b92e9);border:0;cursor:pointer;text-decoration:none;transition:filter .15s ease;margin-top:12px;align-self:flex-start}.help-btn:hover{filter:brightness(1.08)}.help-btn svg{width:18px;height:18px;flex:none}.help-btn.help-btn-discord{background:#5865f2}.help-btn.help-btn-ghost{background:#1d2535}.help-form{display:flex;flex-direction:column;gap:12px;max-width:560px}.help-form input,.help-form textarea{background:#151a26;border:2px solid #1D2535;border-radius:10px;color:#fff;padding:12px 14px;font-size:14px;font-weight:500;outline:none;transition:border-color .15s ease;font-family:inherit}.help-form input::placeholder,.help-form textarea::placeholder{color:#64809b}.help-form input:focus,.help-form textarea:focus{border-color:#3ba4f0}.help-form textarea{min-height:120px;resize:vertical}.help-form .help-btn{align-self:flex-start}.help-form-note{color:#3ba4f0;font-weight:600;font-size:14px}.support-contact{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:start}.support-form-card{background:#121620;border:1px solid #1D2535;border-radius:18px;padding:26px}.support-form-card h3{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px}.support-form-lead{color:#809bb5;font-size:14px;margin:0 0 18px}.support-form-card .help-form{max-width:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.support-channels{display:flex;flex-direction:column;gap:12px}.support-channels h3{color:#fff;font-size:18px;font-weight:700;margin:0 0 4px}.support-channel{display:flex;align-items:center;gap:14px;background:#121620;border:1px solid #1D2535;border-radius:14px;padding:15px 16px;text-decoration:none;cursor:pointer;text-align:left;width:100%;transition:border-color .15s ease,transform .15s ease;font-family:inherit}.support-channel:hover{border-color:#3ba4f0;transform:translateY(-2px)}.support-channel-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:none}.support-channel-icon svg{width:22px;height:22px}.support-channel-body{min-width:0}.support-channel-body h4{color:#fff;font-size:15px;font-weight:700;margin:0 0 2px}.support-channel-body p{color:#809bb5;font-size:13px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-arrow{margin-left:auto;color:#3ba4f0;display:flex;flex:none}.support-arrow svg{width:18px;height:18px}.support-note{display:flex;align-items:center;gap:8px;color:#7fd28a;font-weight:600;font-size:13px;padding:12px 16px;background:#22c55e14;border:1px solid rgba(34,197,94,.22);border-radius:12px;margin-top:4px}.support-note svg{width:15px;height:15px;flex:none}@media(max-width:820px){.support-contact,.form-row{grid-template-columns:1fr}}.help-hero-section{position:relative;width:100%;display:flex;justify-content:center;overflow:hidden;padding:116px 16px 8px;z-index:1}.help-bg{position:absolute;top:0;left:0;width:100%;height:1200px;z-index:-1;pointer-events:none;background-image:linear-gradient(to bottom,#0c0e16cc,#0c0e16e6 55%,#0c0e16),url(landing-background.webp);background-size:cover,cover;background-position:center top,center top;background-repeat:no-repeat,no-repeat}.help-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.help-hero-bg .pat{position:absolute;right:-60px;top:-40px;height:130%;opacity:.12}.help-hero-grid{position:relative;z-index:2;width:100%;max-width:1200px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:24px;min-height:440px}.help-hero-left{max-width:560px}.help-hero-left h1{font-size:50px;line-height:1.05;font-weight:800;color:#fff;letter-spacing:-1px;margin:0 0 14px}.help-hero-left h1 .accent{color:#3ba4f0}.help-hero-left .sub{color:#809bb5;font-weight:500;font-size:18px;margin:0 0 22px;line-height:1.5}.help-hero-left .help-search{margin:0}.help-hero-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.help-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:9999px;background:#151a26;border:1px solid #1D2535;color:#cfe0ef;font-weight:600;font-size:13px;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.help-chip:hover{border-color:#3ba4f0;transform:translateY(-1px)}.help-chip.is-active{border-color:#3ba4f0;background:#141b2b;color:#fff}.help-chip svg{width:15px;height:15px;color:#3ba4f0}.help-hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.help-status{display:inline-flex;align-items:center;gap:8px;color:#7fd28a;font-weight:600;font-size:14px}.help-status .dot{width:9px;height:9px;border-radius:9999px;background:#4ade80;box-shadow:0 0 10px #4ade80}.help-hero-art{position:relative;height:100%;min-height:440px;display:flex;align-items:center;justify-content:center}.help-hero-art:before{content:"";position:absolute;z-index:1;width:480px;height:480px;max-width:115%;border-radius:50%;background:radial-gradient(circle,#3ba4f04d,#3ba4f01f 42%,#3ba4f000 70%);filter:blur(6px)}.help-hero-art .glow{display:none}.help-hero-art .circle{position:absolute;z-index:1;width:260px;opacity:.35}.help-hero-art .char{position:relative;z-index:3;max-height:470px;width:auto;filter:drop-shadow(0 24px 44px rgba(0,0,0,.55));animation:help-bob 5s ease-in-out infinite}.help-float{position:absolute;z-index:4;width:54px;height:54px;border-radius:16px;background:#151a26c7;border:1px solid #223049;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#3ba4f0;box-shadow:0 10px 30px #06090f80;animation:help-float 4.5s ease-in-out infinite}.help-float svg{width:26px;height:26px}.help-float.f1{top:6%;left:2%;animation-delay:0s}.help-float.f2{top:30%;right:0%;animation-delay:.8s}.help-float.f3{bottom:12%;left:4%;animation-delay:1.6s}@keyframes help-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes help-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:900px){.help-hero-grid{grid-template-columns:1fr;text-align:center;min-height:0}.help-hero-left{max-width:none;margin:0 auto}.help-hero-left .help-search{margin:0 auto}.help-hero-chips,.help-hero-actions{justify-content:center}.help-hero-art{min-height:280px;margin-top:4px}.help-hero-art .char{max-height:280px}.help-float{display:none}.help-hero-left h1{font-size:38px}}@media(prefers-reduced-motion:reduce){.help-hero-art .char,.help-float{animation:none}}.help-page{position:relative;z-index:1;padding-top:12px}.help-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.05)}.help-count{color:#64809b;font-size:12px;font-weight:600}.help-arrow{color:#3ba4f0;font-weight:700;font-size:16px;line-height:1;transition:transform .15s ease}.help-card:hover .help-arrow{transform:translate(3px)}.help-preview{color:#809bb5;font-size:13px;line-height:1.5;margin-top:4px}.help-acc-q:hover{background:#ffffff06}.help-acc-cat{display:inline-block;padding:0 18px;margin-bottom:2px;font-size:12px;font-weight:700}.help-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:44px;padding:24px 28px;border-radius:18px;background:linear-gradient(100deg,#3ba4f01f,#1b92e90d);border:1px solid rgba(59,164,240,.25)}.help-cta h3{color:#fff;font-size:20px;font-weight:700;margin:0 0 4px}.help-cta p{color:#809bb5;font-weight:500;margin:0}.help-cta .help-btn{margin-top:0;align-self:center;flex:none}@media(max-width:560px){.help-cta{flex-direction:column;align-items:flex-start}}.help-lead{color:#809bb5;font-weight:500;font-size:16px;margin:-8px 0 22px}.help-hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:24px}.help-hero-trust span{display:inline-flex;align-items:center;gap:7px;color:#cfe0ef;font-weight:600;font-size:13px}.help-hero-trust svg{width:16px;height:16px;color:#3ba4f0}.how-flow{position:relative;display:flex;justify-content:space-between;gap:18px;background:linear-gradient(180deg,#10141e,#0d1017);border:1px solid #1b2333;border-radius:24px;padding:40px 34px 34px;margin-top:8px;overflow:hidden}.how-flow-line{position:absolute;top:74px;left:15%;right:15%;height:2px;z-index:0;background:linear-gradient(to right,#3ba4f0,#22c55e,#5865f2,#f5c518);opacity:.35}.how-step{position:relative;z-index:1;flex:1 1 0;min-width:0;text-align:center;display:flex;flex-direction:column;align-items:center}.how-step-icon{position:relative;width:68px;height:68px;border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--c);margin-bottom:18px;background:#0e131d;border:1.5px solid var(--c);box-shadow:0 10px 26px -8px var(--c)}.how-step-icon svg{width:32px;height:32px}.how-num{position:absolute;top:-9px;left:-9px;width:26px;height:26px;border-radius:50%;background:#0c0e16;color:var(--c);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;border:2px solid var(--c)}.how-step h3{color:#fff;font-size:16px;font-weight:700;margin:0 0 5px}.how-step p{color:#809bb5;font-size:13.5px;font-weight:500;line-height:1.5;margin:0}@media(max-width:760px){.how-flow{flex-direction:column;gap:10px;padding:26px 20px}.how-flow-line{display:none}.how-step{flex-direction:row;text-align:left;gap:14px;align-items:center}.how-step-icon{margin-bottom:0;flex:none}}.how-video{margin-top:8px}.how-video-frame{position:relative;width:100%;max-width:860px;margin:0 auto;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;border:1px solid #223049;background:#0b0e15;cursor:pointer;box-shadow:0 30px 70px -24px #000000b3}.how-video-poster{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 50% 34%,#3ba4f038,#0b0e1500 60%),linear-gradient(180deg,#0f1d30,#0b0e15),url(pattern.webp);background-size:cover,cover,620px;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat}.how-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;border:0;cursor:pointer;color:#fff;background:linear-gradient(to right,#3ba4f0,#1b92e9);box-shadow:0 0 0 10px #3ba4f024,0 14px 34px #3ba4f080;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.how-video-frame:hover .how-video-play{transform:translate(-50%,-50%) scale(1.08)}.how-video-play svg{width:32px;height:32px;margin-left:4px}.how-video-meta{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(to top,rgba(6,9,15,.85),transparent)}.how-video-title{color:#fff;font-weight:700;font-size:15px}.how-video-dur{color:#cfe0ef;font-weight:600;font-size:13px;background:#00000073;padding:3px 9px;border-radius:6px}.how-video-el{width:100%;height:100%;display:block;background:#000}.how-video-soon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;font-weight:700;font-size:20px;gap:8px;padding:24px}.how-video-soon span{color:#809bb5;font-weight:500;font-size:14px}.how-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px}.how-feature{display:flex;align-items:flex-start;gap:14px;background:#121620;border:1px solid #1D2535;border-radius:16px;padding:20px}.how-feature-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none}.how-feature-icon svg{width:24px;height:24px}.how-feature-body h4{color:#fff;font-size:15px;font-weight:700;margin:0 0 3px}.how-feature-body p{color:#809bb5;font-size:13.5px;font-weight:500;line-height:1.5;margin:0}@media(max-width:800px){.how-features{grid-template-columns:1fr}}.help-center-hero{position:relative;z-index:1;text-align:center;padding:128px 16px 20px}.help-center-hero h1{font-size:50px;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-1px}.help-center-hero h1 .accent{color:#3ba4f0}.help-center-hero .sub{max-width:640px;margin:0 auto 26px;color:#809bb5;font-size:17px;font-weight:500}.help-center-hero .help-search{margin:0 auto}@media(max-width:560px){.help-center-hero h1{font-size:38px}}.tut-top{position:relative;z-index:1;text-align:center;padding:128px 16px 8px}.tut-top h1{font-size:52px;font-weight:800;color:#fff;margin:0 0 14px;letter-spacing:-1px}.tut-sub{max-width:860px;margin:0 auto;color:#809bb5;font-size:16px;line-height:1.6;font-weight:500}.tut-main{display:grid;grid-template-columns:1.12fr .88fr;gap:40px;align-items:center;margin:28px 0 8px}.tut-video{position:relative;aspect-ratio:16 / 9;border-radius:20px;overflow:hidden;border:1px solid #223049;cursor:pointer;box-shadow:0 30px 64px -24px #000000b3}.tut-video-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 62% 46%,#3ba4f04d,#0b0e1500 60%),linear-gradient(140deg,#12233b,#0b0e15),url(pattern.webp);background-size:cover,cover,520px;background-position:center,center,center;background-repeat:no-repeat,no-repeat,no-repeat}.tut-video-char{position:absolute;right:-3%;bottom:-2%;height:110%;z-index:2;filter:drop-shadow(0 14px 26px rgba(0,0,0,.5));pointer-events:none}.tut-video-title{position:absolute;left:26px;top:24px;z-index:3;color:#fff;font-weight:900;font-size:30px;line-height:1.02;text-transform:uppercase;letter-spacing:-.5px;text-shadow:0 3px 14px rgba(0,0,0,.6);max-width:60%}.tut-video-title b{display:block;color:#3ba4f0}.tut-play{position:absolute;top:55%;left:46%;transform:translate(-50%,-50%);z-index:4;width:78px;height:54px;border-radius:16px;border:0;cursor:pointer;color:#fff;background:#ff2e55;box-shadow:0 12px 34px #ff2e5580;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.tut-video:hover .tut-play{transform:translate(-50%,-50%) scale(1.08)}.tut-play svg{width:30px;height:30px;margin-left:3px}.tut-how h2{font-size:34px;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.5px}.tut-how h2 .accent{color:#3ba4f0}.tut-how-sub{color:#809bb5;font-weight:500;margin:0 0 24px}.tut-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:22px}.tut-step{display:flex;gap:14px;align-items:flex-start}.tut-num{font-weight:800;font-size:18px;flex:none;line-height:1.4}.tut-step-body h4{color:#fff;font-size:17px;font-weight:700;margin:0 0 4px}.tut-step-body p{color:#809bb5;font-size:14px;line-height:1.55;margin:0}.tut-faq-title{text-align:center;margin-top:52px}@media(max-width:820px){.tut-main{grid-template-columns:1fr;gap:24px}.tut-top h1{font-size:40px}.tut-video-title{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/113/assets/css-help.css.map */
