:root{--bg:#fff;--bg-soft:#f0fdf4;--card:#f0fdf4;--card-hover:#dcfce7;--line:#d1fae5;--brand:#22c55e;--brand-deep:#16a34a;--cta:#16a34a;--cta-hover:#22c55e;--txt:#1a2e1c;--txt-dim:#4a6b4e;--txt-faint:#7a9a7e;--tag-hd:#f5c518;--tag-dub:#7c4dff;--tag-leg:#00b894;--radius:12px;--maxw:1320px;--header-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:#fff}body{background:var(--bg);color:var(--txt);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Roboto,Helvetica Neue,system-ui,-apple-system,BlinkMacSystemFont,Noto Sans,Ubuntu,Cantarell,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{font-family:inherit}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}.skip{z-index:9999;background:var(--brand);color:#fff;border-radius:0 0 8px;padding:10px 16px;position:absolute;top:0;left:-999px}.skip:focus{left:0}::selection{color:#2d1f10;background:#22c55e40}::-webkit-scrollbar{width:6px;height:7px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--txt-faint)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}html{scroll-behavior:auto}}
.Header-module__lnUIdW__header{z-index:1000;border-bottom:1px solid var(--line);height:var(--header-h);background:#fff;align-items:center;transition:background .15s;display:flex;position:-webkit-sticky;position:sticky;top:0}.Header-module__lnUIdW__hdr{width:100%;max-width:var(--maxw);align-items:center;gap:28px;margin:0 auto;padding:0 20px;display:flex}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__logo img{width:38px;height:38px}.Header-module__lnUIdW__logoText{letter-spacing:.5px;color:var(--txt);font-size:22px;font-weight:800}.Header-module__lnUIdW__logoBrand{color:var(--brand)}.Header-module__lnUIdW__mainNav{flex:1;align-items:center;gap:4px;display:flex}.Header-module__lnUIdW__navList{align-items:center;gap:2px;display:flex}.Header-module__lnUIdW__navLink{color:var(--txt-dim);white-space:nowrap;border-radius:8px;padding:9px 14px;font-size:15px;font-weight:600;transition:color .15s,background .15s;display:block}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__navLinkActive{color:var(--txt);background:var(--card)}.Header-module__lnUIdW__navLinkActive{color:var(--brand)}.Header-module__lnUIdW__hasDrop{position:relative}.Header-module__lnUIdW__dropToggle:after{content:"▾";opacity:.7;margin-left:6px;font-size:11px}.Header-module__lnUIdW__drop{background:var(--bg-soft);border:1px solid var(--line);opacity:0;visibility:hidden;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:4px 8px;width:420px;padding:14px;transition:all .18s;display:grid;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-8px);box-shadow:0 20px 50px #0000008c}.Header-module__lnUIdW__hasDrop:hover .Header-module__lnUIdW__drop{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__hasDrop:focus-within .Header-module__lnUIdW__drop{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__dropLink{color:var(--txt-dim);border-radius:7px;padding:8px 10px;font-size:14px;transition:all .13s;display:block}.Header-module__lnUIdW__dropLink:hover{background:var(--card);color:var(--brand)}.Header-module__lnUIdW__search{flex-shrink:0;position:relative}.Header-module__lnUIdW__searchInput{background:var(--card);border:1px solid var(--line);width:230px;height:38px;color:var(--txt);border-radius:20px;padding:0 40px 0 16px;font-size:14px;transition:border .18s,width .18s}.Header-module__lnUIdW__searchInput::-webkit-input-placeholder{color:var(--txt-faint)}.Header-module__lnUIdW__searchInput::placeholder{color:var(--txt-faint)}.Header-module__lnUIdW__searchInput:focus{border-color:var(--brand);outline:none;width:280px;box-shadow:0 0 0 2px #22c55e40}.Header-module__lnUIdW__searchInput:focus-visible{border-color:var(--brand);outline:none;width:280px;box-shadow:0 0 0 2px #22c55e40}.Header-module__lnUIdW__searchBtn{width:30px;height:30px;color:var(--txt-dim);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex;position:absolute;top:4px;right:4px}.Header-module__lnUIdW__searchBtn:hover{color:var(--brand)}.Header-module__lnUIdW__btnDownload{background:var(--cta);color:#fff;white-space:nowrap;border-radius:22px;flex-shrink:0;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:flex;box-shadow:0 4px 16px #10b98159}.Header-module__lnUIdW__btnDownload:hover{background:var(--cta-hover);transform:translateY(-1px);box-shadow:0 6px 22px #10b98180}.Header-module__lnUIdW__btnDownload svg{width:18px;height:18px}.Header-module__lnUIdW__burger{background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Header-module__lnUIdW__burgerLine{background:var(--txt);border-radius:2px;width:18px;height:2px;transition:all .2s}@media (max-width:920px){.Header-module__lnUIdW__mainNav,.Header-module__lnUIdW__search{display:none}.Header-module__lnUIdW__burger{display:flex}.Header-module__lnUIdW__hdr{gap:16px}.Header-module__lnUIdW__logo{margin-right:auto}}@media (max-width:680px){.Header-module__lnUIdW__btnDownloadLabel{display:none}.Header-module__lnUIdW__btnDownload{padding:10px 14px}}
.MobileDrawer-module___1E7qq__mask{z-index:1100;opacity:0;visibility:hidden;background:#0009;transition:all .2s;position:fixed;top:0;bottom:0;left:0;right:0}.MobileDrawer-module___1E7qq__maskOpen{opacity:1;visibility:visible}.MobileDrawer-module___1E7qq__drawer{background:var(--bg-soft);border-left:1px solid var(--line);z-index:1200;width:280px;height:100%;padding:24px 20px;transition:right .25s;position:fixed;top:0;right:-300px;overflow-y:auto}.MobileDrawer-module___1E7qq__drawerOpen{right:0}.MobileDrawer-module___1E7qq__drawerHead{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.MobileDrawer-module___1E7qq__logoText{letter-spacing:.5px;color:var(--txt);font-size:22px;font-weight:800}.MobileDrawer-module___1E7qq__logoBrand{color:var(--brand)}.MobileDrawer-module___1E7qq__closeBtn{background:var(--card);border:1px solid var(--line);color:var(--txt);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.MobileDrawer-module___1E7qq__drawerNav a{color:var(--txt-dim);border-radius:9px;margin-bottom:4px;padding:13px 12px;font-size:15px;font-weight:600;transition:all .13s;display:block}.MobileDrawer-module___1E7qq__drawerNav a:hover{background:var(--card);color:var(--brand)}.MobileDrawer-module___1E7qq__btnDownload{background:var(--cta);color:#fff;border-radius:22px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:18px;padding:12px 18px;font-size:14px;font-weight:800;transition:all .16s;display:flex;box-shadow:0 4px 16px #10b98159}.MobileDrawer-module___1E7qq__btnDownload:hover{background:var(--cta-hover)}.MobileDrawer-module___1E7qq__btnDownload svg{width:18px;height:18px}
.Footer-module__3hUVsW__footer{background:var(--bg-soft);border-top:1px solid var(--line);margin-top:50px;padding:48px 0 28px}.Footer-module__3hUVsW__footGrid{max-width:var(--maxw);grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin:0 auto;padding:0 20px;display:grid}.Footer-module__3hUVsW__footBrand .Footer-module__3hUVsW__logo{align-items:center;gap:10px;margin-bottom:14px;display:flex}.Footer-module__3hUVsW__footBrand .Footer-module__3hUVsW__logo img{width:38px;height:38px}.Footer-module__3hUVsW__logoText{letter-spacing:.5px;color:var(--txt);font-size:22px;font-weight:800}.Footer-module__3hUVsW__logoBrand{color:var(--brand)}.Footer-module__3hUVsW__footBrand p{color:var(--txt-dim);max-width:340px;margin-bottom:18px;font-size:13.5px;line-height:1.7}.Footer-module__3hUVsW__footSocial{gap:10px;display:flex}.Footer-module__3hUVsW__footSocial a{background:var(--card);border:1px solid var(--line);width:38px;height:38px;color:var(--txt-dim);border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}.Footer-module__3hUVsW__footSocial a:hover{color:var(--brand);border-color:var(--brand)}.Footer-module__3hUVsW__footSocial svg{width:18px;height:18px}.Footer-module__3hUVsW__footCol h4{color:var(--txt);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:14px;font-weight:800}.Footer-module__3hUVsW__footCol ul li{margin-bottom:10px}.Footer-module__3hUVsW__footCol ul a{color:var(--txt-dim);font-size:13.5px;transition:all .13s}.Footer-module__3hUVsW__footCol ul a:hover{color:var(--brand)}.Footer-module__3hUVsW__footBottom{max-width:var(--maxw);border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:36px auto 0;padding:24px 20px 0;display:flex}.Footer-module__3hUVsW__footBottom p{color:var(--txt-faint);max-width:760px;font-size:12.5px;line-height:1.6}.Footer-module__3hUVsW__dmca{color:var(--txt-dim);border:1px solid var(--line);border-radius:16px;padding:7px 14px;font-size:12px;transition:all .13s}.Footer-module__3hUVsW__dmca:hover{color:var(--brand);border-color:var(--brand)}@media (max-width:1100px){.Footer-module__3hUVsW__footGrid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:680px){.Footer-module__3hUVsW__footGrid{grid-template-columns:1fr;gap:28px}}
.BackToTop-module__W6MXPa__backToTop{background-color:var(--brand,#22c55e);color:#fff;cursor:pointer;z-index:99;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s,background-color .2s,box-shadow .2s;animation:.3s BackToTop-module__W6MXPa__fadeIn;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #22c55e66}.BackToTop-module__W6MXPa__backToTop:hover{background-color:var(--brand-deep,#16a34a);transform:translateY(-3px);box-shadow:0 6px 20px #22c55e80}@keyframes BackToTop-module__W6MXPa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.BackToTop-module__W6MXPa__backToTop{width:44px;height:44px;bottom:20px;right:20px}}
