.help-theme{--h-bg:#08090b;--h-surface:#111318;--h-line:#292d36;--h-text:#f5f6f8;--h-muted:#9da5b5;--h-accent:#91a9ff;min-height:100dvh;background:radial-gradient(circle at 78% 0,rgba(49,87,200,.2),transparent 27%),var(--h-bg);color:var(--h-text)}.help-theme a{color:inherit;text-decoration:none}.help-header{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:auto;border-bottom:1px solid var(--h-line);padding:14px 24px}.help-header .brand{color:#fff}.help-header nav{display:flex;gap:24px;color:var(--h-muted);font-size:12px;font-weight:800}.help-header nav a{transition:color .16s ease}.help-header nav a:hover{color:#fff}.help-home{max-width:1180px;margin:auto;padding:76px 24px 100px}.help-hero{max-width:760px}.help-hero>p{margin:0 0 12px;color:var(--h-accent);font-size:12px;font-weight:900}.help-hero h1{margin:0;font-size:clamp(42px,7vw,78px);line-height:1.12;letter-spacing:-.04em}.help-hero>span{display:block;max-width:620px;margin-top:22px;color:var(--h-muted);font-size:15px;line-height:2}.help-search-area{margin-top:48px}.help-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;max-width:820px;min-height:62px;border:1px solid #353a47;border-radius:15px;background:#14171dcc;box-shadow:0 18px 50px #0006;padding:8px 16px;color:var(--h-accent);transition:border-color .2s ease,box-shadow .2s ease,transform .2s cubic-bezier(.16,1,.3,1)}.help-search:focus-within{border-color:#7896f5;box-shadow:0 0 0 4px #7896f51f,0 22px 60px #0007;transform:translateY(-2px)}.help-search input{min-width:0;border:0;outline:0;background:transparent;color:#fff;text-align:start}.help-search input::placeholder{color:#747d8e}.help-search button{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:10px;background:#252a34;color:#b4bccb;cursor:pointer}.help-search svg{width:20px}.help-results-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:56px 0 18px}.help-results-head h2{margin:0;font-size:25px}.help-results-head span{color:var(--h-muted);font-size:11px}.help-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.help-card{position:relative;display:grid;min-height:230px;align-content:start;overflow:hidden;border:1px solid var(--h-line);border-radius:16px;background:linear-gradient(145deg,#14161b,#0e1014);padding:24px;animation:help-card-in .55s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--help-delay);transition:transform .24s cubic-bezier(.16,1,.3,1),border-color .24s ease}.help-card:after{position:absolute;inset-inline:24px;bottom:0;height:2px;background:var(--h-accent);content:"";transform:scaleX(0);transition:transform .3s cubic-bezier(.16,1,.3,1)}.help-card:hover{border-color:#4b5570;transform:translateY(-5px)}.help-card:hover:after{transform:scaleX(1)}.help-card>span{color:var(--h-accent);font-size:10px;font-weight:900}.help-card h3{margin:18px 0 9px;font-size:18px}.help-card p{margin:0;color:var(--h-muted);font-size:12px;line-height:1.9}.help-card strong{display:flex;align-items:center;gap:7px;margin-top:auto;padding-top:22px;color:#dce3f9;font-size:11px}.help-card strong svg{width:15px;transition:transform .2s ease}.help-card:hover strong svg{transform:translateX(-4px)}.help-empty{display:grid;min-height:250px;place-content:center;justify-items:center;border:1px dashed #343943;border-radius:16px;background:#0d0f12;text-align:center}.help-empty p{color:var(--h-muted)}.help-empty button{min-height:42px;border:1px solid #3d465d;border-radius:10px;background:#18213b;color:#fff;padding:0 15px;cursor:pointer;font:inherit;font-weight:800}.help-paths{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;margin-top:72px;border:1px solid var(--h-line);border-radius:16px;background:var(--h-line);overflow:hidden}.help-paths article{display:grid;min-height:150px;align-content:center;grid-gap:7px;gap:7px;background:#0f1115;padding:22px}.help-paths svg{margin-bottom:10px;color:var(--h-accent)}.help-paths span{color:var(--h-muted);font-size:10px}.help-article-page{max-width:900px;margin:auto;padding:52px 24px 100px}.help-back{display:inline-flex;align-items:center;gap:7px;color:var(--h-muted);font-size:12px;font-weight:800}.help-back svg{width:16px}.help-article{margin-top:30px;border:1px solid var(--h-line);border-radius:22px;background:#0e1014;box-shadow:0 28px 70px #0005;padding:clamp(26px,5vw,54px);animation:help-article-in .55s cubic-bezier(.16,1,.3,1) both}.help-article>header{border-bottom:1px solid var(--h-line);padding-bottom:32px}.help-article>header span{color:var(--h-accent);font-size:11px;font-weight:900}.help-article h1{margin:12px 0 14px;font-size:clamp(34px,6vw,58px);line-height:1.2}.help-article aside p,.help-article li p,.help-article>header p{margin:0;color:var(--h-muted);line-height:2}.help-article ol{margin:12px 0 0;padding:0;list-style:none}.help-article li{display:grid;grid-template-columns:42px 1fr;grid-gap:18px;gap:18px;border-bottom:1px solid #20242b;padding:28px 0}.help-article li i{display:grid;width:38px;height:38px;place-items:center;border:1px solid #34405e;border-radius:11px;background:#151c30;color:var(--h-accent);font-style:normal;font-weight:900}.help-article h2{margin:2px 0 8px;font-size:17px}.help-article aside{display:flex;gap:13px;margin-top:28px;border:1px solid #2e3c63;border-radius:14px;background:#11182a;padding:18px}.help-article aside svg{flex:none;color:var(--h-accent)}.help-article aside strong{display:block;margin-bottom:5px}.help-article>footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:34px}.help-article>footer a{display:inline-flex;min-height:44px;align-items:center;gap:8px;border-radius:11px;background:#3157c8;padding:0 16px;font-size:11px;font-weight:900}.help-article>footer svg{width:15px}.help-footer{display:flex;justify-content:center;gap:16px;border-top:1px solid var(--h-line);padding:28px;color:var(--h-muted);font-size:12px}.help-footer a{color:#dce4ff;font-weight:900}@keyframes help-card-in{0%{opacity:0;transform:translateY(18px)}}@keyframes help-article-in{0%{opacity:0;transform:translateY(16px) scale(.99)}}@media(max-width:850px){.help-card-grid,.help-paths{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.help-header{padding-inline:16px}.help-header nav a:not(:first-child){display:none}.help-home{padding:52px 16px 72px}.help-hero h1{font-size:42px}.help-card-grid{grid-template-columns:1fr}.help-card{min-height:200px}.help-paths{grid-template-columns:1fr 1fr;margin-top:48px}.help-article-page{padding:30px 14px 70px}.help-article{border-radius:16px;padding:23px}.help-article>footer,.help-footer{align-items:stretch;flex-direction:column}.help-article>footer a{justify-content:center}}@media(prefers-reduced-motion:reduce){.help-article,.help-card{animation:none}.help-card,.help-card strong svg,.help-search{transition:none}.help-card:hover,.help-search:focus-within{transform:none}}