.SmallHeader_bar__2KBjl{width:100%;height:64px;background:rgb(0,0,0);position:absolute;top:0;left:0;z-index:100;pointer-events:none}.SmallHeader_inner__LmOye{max-width:1500px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;pointer-events:all}.SmallHeader_logo__wyY0X{height:200px;width:auto;object-fit:contain;margin-top:20px;flex-shrink:0}.SmallHeader_nav__Efj9e{display:flex;align-items:center;gap:.25rem;flex:1 1}.SmallHeader_link__gH263{color:rgba(255,255,255,.55);font-family:var(--heading2);font-weight:500;font-size:1.25rem;text-decoration:none;padding:.4rem 1rem;transition:color .15s}.SmallHeader_link__gH263:hover{color:#ffffff}.SmallHeader_linkActive__is8LG{color:#ffffff;font-family:var(--heading2);font-weight:600;font-size:1.25rem;text-decoration:none;padding:.4rem 1rem}.SmallHeader_nav__Efj9e button.SmallHeader_link__gH263{font-family:var(--heading2);font-weight:500;font-size:1.25rem;background:none;border:none;cursor:pointer;color:rgba(255,255,255,.55);padding:.4rem 1rem;transition:color .15s;margin:0;line-height:inherit}.SmallHeader_nav__Efj9e button.SmallHeader_link__gH263:hover{color:#ffffff}.SmallHeader_navRight__FKoUg{display:flex;align-items:center;gap:.75rem;flex-shrink:0;margin-right:3rem}.SmallHeader_searchBtn__EPCz_{background:none;border:none;outline:none;padding:.3rem;color:rgba(255,255,255,.7);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s,background .15s}.SmallHeader_searchBtn__EPCz_:hover{color:#ffffff;background:rgba(255,255,255,.1)}.SmallHeader_storeBtn___CfHj{display:flex;align-items:center;gap:.4rem;color:#ffffff;font-family:var(--heading2);font-weight:600;font-size:1.25rem;text-decoration:none;padding:.45rem 1.1rem;border:1.5px solid rgba(255,255,255,.6);border-radius:6px;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.SmallHeader_storeBtn___CfHj:hover{background:#ffffff;color:#000000;border-color:#ffffff}.SmallHeader_profileBtn__GrHpR{background:none;border:none;outline:none;padding:.3rem;color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s}.SmallHeader_profileBtn__GrHpR:hover{background:rgba(255,255,255,.1)}.SmallHeader_userMenu__7vy_E{position:relative}.SmallHeader_userBtn__jk71V{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.SmallHeader_avatar__j03GU{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#333;transition:box-shadow .15s}.SmallHeader_userBtn__jk71V:hover .SmallHeader_avatar__j03GU{box-shadow:0 0 0 2px #d000ff}.SmallHeader_dropdown__YxEgA{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#0d0f13;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.6);z-index:9999;overflow:hidden;animation:SmallHeader_dropdownFade__Ejh2G .15s ease}@keyframes SmallHeader_dropdownFade__Ejh2G{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SmallHeader_dropdownProfile__42VJ_{display:flex;align-items:center;gap:10px;padding:14px 16px}.SmallHeader_dropdownAvatar__VO82s{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1a1a1a}.SmallHeader_dropdownInfo__OMj4l{display:flex;flex-direction:column;gap:2px;min-width:0}.SmallHeader_dropdownName__Kh5Pn{font-size:.88rem;font-weight:600;color:#ffffff}.SmallHeader_dropdownEmail__nLVWH,.SmallHeader_dropdownName__Kh5Pn{font-family:var(--heading2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SmallHeader_dropdownEmail__nLVWH{font-size:.75rem;color:rgba(255,255,255,.4)}.SmallHeader_dropdownDivider__0DWny{height:1px;background:rgba(255,255,255,.08)}.SmallHeader_dropdownItem__DwuFF{display:flex;align-items:center;gap:10px;width:100%;padding:.7rem 1rem;background:none;border:none;color:rgba(255,255,255,.6);font-family:var(--heading2);font-size:.88rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .12s,color .12s;text-align:left;box-sizing:border-box}.SmallHeader_dropdownItem__DwuFF:hover{background:rgba(255,255,255,.06);color:#ffffff}.SmallHeader_dropdownItem__DwuFF svg{flex-shrink:0;color:rgba(255,255,255,.25);transition:color .12s}.SmallHeader_dropdownItem__DwuFF:hover svg{color:rgba(255,255,255,.6)}.SmallHeader_hamburger__WVtj1{display:none;background:none;border:none;outline:none;padding:.4rem;color:#ffffff;cursor:pointer;align-items:center;justify-content:center;border-radius:6px}.SmallHeader_hamburger__WVtj1:hover{background:none}.SmallHeader_desktopOnly__akcd_{display:flex}.SmallHeader_overlay__OvU_e{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:SmallHeader_fadeIn__6LUf_ .2s ease}@keyframes SmallHeader_fadeIn__6LUf_{0%{opacity:0}to{opacity:1}}.SmallHeader_sidebar__h5rEY{position:fixed;top:0;left:0;right:auto;width:280px;height:100dvh;background:#1a1a1a;border-right:1px solid rgba(255,255,255,.08);border-left:none;z-index:1000;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto;scrollbar-width:none}.SmallHeader_sidebar__h5rEY::-webkit-scrollbar{display:none}.SmallHeader_sidebarOpen__aqaNr{transform:translateX(0)}.SmallHeader_sidebarSearchForm__8HACP{padding:1.25rem 1.25rem .75rem;flex-shrink:0}.SmallHeader_sidebarSearchWrap__DFnwq{position:relative;display:flex;align-items:center}.SmallHeader_sidebarSearchInput__UUo01{width:100%;background:#131313;border:1px solid rgba(255,255,255,.1);border-radius:0;padding:.5rem 2.75rem .5rem 1rem;color:#ffffff;font-family:var(--heading2);font-size:16px;font-weight:600;outline:none;box-sizing:border-box;transition:border-color .15s}.SmallHeader_sidebarSearchInput__UUo01::placeholder{color:rgba(255,255,255,.3);font-weight:400}.SmallHeader_sidebarSearchInput__UUo01:focus{border-color:rgba(255,255,255,.3)}.SmallHeader_sidebarSearchIcon__8J4QD{position:absolute;right:.75rem;background:none;border:none;padding:0;cursor:pointer;color:rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;transition:color .15s}.SmallHeader_sidebarSearchIcon__8J4QD:hover{color:#ffffff}.SmallHeader_sidebarProfile__hIJW_{display:flex;align-items:center;gap:.85rem;padding:.75rem 1.25rem 1rem}.SmallHeader_sidebarAvatar__sLws6{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#2a2a2a}.SmallHeader_sidebarProfileInfo__azGKA{display:flex;flex-direction:column;gap:3px;min-width:0}.SmallHeader_sidebarProfileName__vCRFH{font-size:.9rem;font-weight:700;color:#ffffff}.SmallHeader_sidebarProfileEmail__k8ErX,.SmallHeader_sidebarProfileName__vCRFH{font-family:var(--heading2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SmallHeader_sidebarProfileEmail__k8ErX{font-size:.7rem;color:rgba(255,255,255,.4)}.SmallHeader_sidebarProfileIconBtn__5X1F0{background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .15s}.SmallHeader_sidebarProfileIconBtn__5X1F0:hover{color:#ffffff}.SmallHeader_sidebarNav__pxnH2{display:flex;flex-direction:column;padding:.25rem 0}.SmallHeader_sidebarItem__34ahK{display:flex;align-items:center;padding:.9rem 1.25rem;text-decoration:none;color:#ffffff;font-family:var(--heading2);font-size:1rem;font-weight:700;background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .15s,color .15s;box-sizing:border-box;letter-spacing:.01em}.SmallHeader_sidebarItem__34ahK:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.7)}.SmallHeader_sidebarStoreItem__QIg_D{display:flex;align-items:center;gap:10px;padding:.9rem 1.25rem;text-decoration:none;color:#ffffff;font-family:var(--heading2);font-size:2rem;font-weight:700;background:none;border:none;cursor:pointer;text-align:left;width:100%;transition:background .15s,opacity .15s;box-sizing:border-box;letter-spacing:.01em}.SmallHeader_sidebarStoreItem__QIg_D:hover{background:rgba(255,255,255,.05);opacity:.75}.SmallHeader_sidebarSignOut__WlW49{color:rgba(255,80,80,.9)}.SmallHeader_sidebarSignOut__WlW49:hover{color:#ff5050;background:rgba(255,80,80,.06)}.SmallHeader_sidebarDivider__WyQjb{height:1px;background:rgba(255,255,255,.08);flex-shrink:0}@media (max-width:768px){.SmallHeader_bar__2KBjl{height:72px;position:-webkit-sticky;position:sticky;top:0;left:0;z-index:200}.SmallHeader_inner__LmOye{padding:0 1.25rem;height:72px;gap:.5rem;justify-content:space-between}.SmallHeader_logo__wyY0X{height:180px;margin-top:16px;margin-left:-1.5rem}.SmallHeader_nav__Efj9e{display:none}.SmallHeader_navRight__FKoUg{margin-right:0;gap:.5rem;flex-shrink:0}.SmallHeader_desktopOnly__akcd_{display:none!important}.SmallHeader_hamburger__WVtj1{display:flex;background:none!important;margin-left:-.25rem}.SmallHeader_hamburger__WVtj1:active,.SmallHeader_hamburger__WVtj1:hover{background:none!important}}@media (max-width:400px){.SmallHeader_bar__2KBjl{height:64px}.SmallHeader_inner__LmOye{padding:0 1rem;height:64px}.SmallHeader_logo__wyY0X{height:160px;margin-top:14px;margin-left:-1.5rem}}.LevelBadge_wrapper__FUDdK{display:flex;align-items:center;gap:6px;flex-shrink:0}.LevelBadge_ring__O6Jz_{padding:2px}.LevelBadge_inner__l43os,.LevelBadge_ring__O6Jz_{border-radius:50%;display:flex;align-items:center;justify-content:center}.LevelBadge_inner__l43os{background-color:#1F1F1F}.LevelBadge_levelText__4EY_2{font-family:var(--heading2);font-size:13px;font-weight:700;line-height:1;letter-spacing:-.2px}.Sidebars_sidebar__Ngnvk{display:flex;flex-direction:column;gap:1.75rem;padding:1rem 0 2rem;position:-webkit-sticky;position:sticky;top:6rem;align-self:start;max-height:calc(100vh - 7rem);overflow-y:auto;scrollbar-width:none;z-index:15}.Sidebars_sidebar__Ngnvk::-webkit-scrollbar{display:none}.Sidebars_adBanner__UBtHA{width:100%;display:block;overflow:hidden}.Sidebars_adBannerImg__g2JMu{width:100%;height:auto;display:block;object-fit:contain}.Sidebars_section__D7Ghv{display:flex;flex-direction:column}.Sidebars_section__D7Ghv:first-child{margin-top:0}.Sidebars_sectionDivider__UE8hb{border:none;border-top:1px solid rgba(255,255,255,.07);margin:1.25rem 0}.Sidebars_title__jSPo6{font-family:var(--heading2);font-weight:700;font-size:.62rem;color:rgba(255,255,255,.5);letter-spacing:.28em;text-transform:uppercase;margin:0 0 .85rem}.Sidebars_list__YPHmH{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,.1)}.Sidebars_item__KKh3v{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#ffffff;font-family:var(--heading2);font-size:.85rem;font-weight:600;padding:.6rem .85rem;background:#080a0d;letter-spacing:.03em;transition:background .2s,color .2s;position:relative}.Sidebars_item__KKh3v:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#ffffff;opacity:0;transition:opacity .2s}.Sidebars_item__KKh3v:hover{background:#0d0f13}.Sidebars_item__KKh3v:hover:before{opacity:1}.Sidebars_iconWrap__S_Rf5{width:28px;height:28px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.Sidebars_label__wT3TY{color:inherit}.Sidebars_faqList__hAc9b{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,.1)}.Sidebars_faqItem__OSmP9{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none;background:#080a0d;padding:.55rem .85rem;transition:background .2s;position:relative}.Sidebars_faqItem__OSmP9:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#ffffff;opacity:0;transition:opacity .2s}.Sidebars_faqItem__OSmP9:hover{background:#0d0f13}.Sidebars_faqItem__OSmP9:hover:before{opacity:1}.Sidebars_faqIcon__AY1cw{flex-shrink:0;margin-top:2px;filter:brightness(0) invert(1);opacity:1}.Sidebars_faqTitle__GhZbf{font-family:var(--heading2);font-size:.75rem;font-weight:500;color:#ffffff;line-height:1.45;transition:color .2s}.Sidebars_relatedList__kHkAo{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,.1)}.Sidebars_relatedCard__GIQcs{display:flex;flex-direction:column;gap:0;text-decoration:none;background:#080a0d;overflow:hidden;transition:background .2s}.Sidebars_relatedCard__GIQcs:hover{background:#0d0f13}.Sidebars_relatedImg__QHSU_{position:relative;width:100%;max-width:100%;padding-bottom:56.25%;overflow:hidden;background:#12141a}.Sidebars_relatedImg__QHSU_ img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.Sidebars_relatedCard__GIQcs:hover .Sidebars_relatedImg__QHSU_ img{transform:scale(1.04)}.Sidebars_relatedImgPlaceholder__PcgtG{position:absolute;inset:0;background:#12141a}.Sidebars_relatedTitle__LvONS{font-family:var(--heading2);font-size:.72rem;font-weight:600;color:#ffffff;line-height:1.5;padding:.6rem .75rem .75rem;display:block;overflow:visible;white-space:normal;word-break:break-word;transition:color .2s}.Sidebars_pageList__FLxul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.Sidebars_pageLink__Wxt10{font-family:var(--heading2);font-size:.72rem;color:rgba(255,255,255,.35);text-decoration:none;letter-spacing:.03em;transition:color .2s}.Sidebars_pageLink__Wxt10:hover{color:rgba(255,255,255,.7)}.Sidebars_copyright__ehw2z{font-family:var(--heading2);font-size:.6rem;color:rgba(255,255,255,.18);line-height:1.7;letter-spacing:.02em}@media (max-width:1024px){.Sidebars_sidebar__Ngnvk{display:none}}.Title_title__6lzFR{color:#ffffff;font-family:var(--heading1);font-weight:800;font-size:var(--heading1-size);margin:0 0 .75rem;line-height:1.15;letter-spacing:-.025em}@media (max-width:640px){.Title_title__6lzFR{font-size:1.5rem;margin:0 0 .5rem}}@media (max-width:400px){.Title_title__6lzFR{font-size:1.35rem}}.PostInfo_postInfo__J4Y_K{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.PostInfo_author__pOVdq{color:rgba(255,255,255,.6)}.PostInfo_author__pOVdq,.PostInfo_date__om4LU{font-family:var(--heading2);font-weight:var(--heading2-weight);font-size:var(--heading2-size)}.PostInfo_date__om4LU{color:rgba(255,255,255,.35)}.PostInfo_adminAvatarWrap__WVxlZ{width:54px;height:54px;border-radius:50%;border:2px solid rgba(251,191,36,.5);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(251,191,36,.06)}.PostInfo_avatar__V2nRb{width:100%;height:100%;object-fit:cover;display:block}.PostInfo_adminEmailRow__gMCkV{display:inline-flex;align-items:center;gap:8px}.PostInfo_adminName__Gdxg4{font-size:1.05rem}.PostInfo_adminBadge__GvjEi,.PostInfo_adminName__Gdxg4{color:#fbbf24;font-family:var(--heading2);font-weight:700}.PostInfo_adminBadge__GvjEi{padding:3px 10px;background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.3);font-size:11px;letter-spacing:.05em;text-transform:uppercase}@media (max-width:640px){.PostInfo_adminAvatarWrap__WVxlZ{width:42px;height:42px}.PostInfo_author__pOVdq{font-size:14px}.PostInfo_date__om4LU{font-size:13px}.PostInfo_adminName__Gdxg4{font-size:.95rem}.PostInfo_adminBadge__GvjEi{font-size:10px}}.Content_content__NoKPU{display:flex;flex-direction:column;gap:1.5rem;width:100%}.Content_title__l_dyi{font-size:var(--heading1-size);margin:0}.Content_heading__W3d94,.Content_title__l_dyi{color:#ffffff;font-family:var(--heading1);font-weight:700}.Content_heading__W3d94{font-size:1.35rem;margin:1rem 0 .5rem;scroll-margin-top:150px}.Content_tags__ORqQ4{color:rgba(255,255,255,.35);font-family:var(--heading2);font-weight:var(--heading2-weight);font-size:var(--heading2-size);margin:0}.Content_paragraphTitle__u0DvA{color:#ffffff;font-family:var(--heading1);font-weight:700;font-size:1.15rem;margin:1.5rem 0 .75rem}.Content_bannerWrapper__pbr_h{width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.Content_banner__W2Dgg{width:100%;height:auto;object-fit:cover;display:block;filter:brightness(.92)}.Content_paragraph__0vE1_{color:rgba(255,255,255,.7);font-family:var(--heading3);font-weight:var(--heading3-weight);font-size:var(--heading3-size);margin:0;line-height:1.85;letter-spacing:-.01em;overflow-wrap:break-word;word-break:break-word}.Content_paragraph__0vE1_ a{color:rgba(255,255,255,.85);text-decoration:underline;text-underline-offset:2px}.Content_paragraph__0vE1_ a:hover{color:#ffffff}.Content_paragraph__0vE1_ ul{list-style-type:disc;margin:.5rem 0;padding-left:1.5rem}.Content_paragraph__0vE1_ ol{list-style-type:decimal;margin:.5rem 0;padding-left:1.5rem}.Content_paragraph__0vE1_ li{margin:.4rem 0}.Content_paragraph__0vE1_ blockquote{border-left:3px solid rgba(255,255,255,.3);margin:1rem 0;padding:.5rem 0 .5rem 1rem;color:rgba(255,255,255,.5)}.Content_paragraph__0vE1_ code{background:rgba(255,255,255,.08);padding:.2rem .4rem;border-radius:3px;font-family:Courier New,monospace;color:rgba(255,255,255,.85);font-size:.9em}.Content_paragraph__0vE1_ pre{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:1rem;overflow-x:auto;margin:1rem 0}.Content_paragraph__0vE1_ pre code{background:none;padding:0;color:rgba(255,255,255,.8)}.Content_mediaWrapper___5nE2{width:100%;max-width:600px;border:4px solid rgba(255,255,255,.2);background:#07090c;overflow:hidden;line-height:0}.Content_media__qsAlD{width:100%;height:auto;max-height:340px;object-fit:contain;object-position:top;display:block}@media (max-width:640px){.Content_content__NoKPU{gap:1.25rem}.Content_heading__W3d94{font-size:1.15rem;margin:.75rem 0 .4rem}.Content_paragraphTitle__u0DvA{font-size:1rem;margin:1rem 0 .5rem}.Content_bannerWrapper__pbr_h{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-left:none;border-right:none}.Content_paragraph__0vE1_{font-size:1rem;line-height:1.8}.Content_paragraph__0vE1_ ol,.Content_paragraph__0vE1_ ul{padding-left:1.25rem}.Content_paragraph__0vE1_ blockquote{margin:.75rem 0;padding:.4rem 0 .4rem .75rem}.Content_paragraph__0vE1_ pre{padding:.75rem;font-size:13px}.Content_paragraph__0vE1_ code{font-size:13px}.Content_mediaWrapper___5nE2{max-width:100%}.Content_media__qsAlD{max-height:240px}}@media (max-width:400px){.Content_bannerWrapper__pbr_h{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem)}.Content_paragraph__0vE1_{font-size:.95rem}.Content_media__qsAlD{max-height:190px}}.Steps_wrapper__FcgUA{width:100%;margin:1.5rem 0}.Steps_title__CfbGj{color:#ffffff;font-family:var(--heading1);font-weight:700;font-size:1.2rem;margin:0 0 1.5rem}.Steps_list__hvgRo{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.5rem}.Steps_item__7L0Ir{display:flex;flex-direction:column;gap:.75rem;position:relative}.Steps_stepHeader__p_moq{display:flex;align-items:baseline;gap:0;position:relative}.Steps_badge__IU93a{font-family:Courier New,monospace;font-size:4.5rem;font-weight:900;line-height:1;color:rgba(255,255,255,.07);letter-spacing:-.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;margin-right:.5rem;min-width:0}.Steps_mobileBadge__gJR8x{display:none}.Steps_content___Kdt6{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1rem}.Steps_text__4HcoR{color:rgba(255,255,255,.75);font-family:var(--heading3);font-weight:var(--heading3-weight);font-size:var(--heading3-size);margin:0;line-height:1.85;letter-spacing:-.01em;overflow-wrap:break-word;word-break:break-word}.Steps_text__4HcoR a{color:rgba(255,255,255,.85);text-decoration:underline;text-underline-offset:2px}.Steps_text__4HcoR a:hover{color:#ffffff}.Steps_text__4HcoR b,.Steps_text__4HcoR strong{color:#ffffff;font-weight:700}.Steps_imageWrapper__OcHLf{width:100%;max-width:620px;background:#07090c;overflow:hidden;line-height:0;border-radius:8px}.Steps_image__Qnigb{width:100%;height:auto;max-height:380px;object-fit:contain;object-position:top;display:block;filter:brightness(.92)}@media (max-width:768px){.Steps_badge__IU93a{font-size:3.5rem}}@media (max-width:640px){.Steps_wrapper__FcgUA{margin:1rem 0}.Steps_title__CfbGj{font-size:1rem;margin:0 0 1rem}.Steps_list__hvgRo{gap:1.5rem}.Steps_badge__IU93a{display:none}.Steps_mobileBadge__gJR8x{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);font-family:Courier New,monospace;font-size:.72rem;font-weight:700;color:rgba(255,255,255,.5);flex-shrink:0;margin-bottom:.5rem}.Steps_content___Kdt6{gap:.75rem}.Steps_text__4HcoR{font-size:1rem}.Steps_imageWrapper__OcHLf{max-width:100%;border-radius:8px}.Steps_image__Qnigb{max-height:240px}}@media (max-width:400px){.Steps_text__4HcoR{font-size:.95rem}.Steps_image__Qnigb{max-height:190px}}.BlogComments_wrapper__GytoU{margin-top:2rem}.BlogComments_headerRow__JUGyM{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.BlogComments_title__KUGYm{font-family:var(--heading1);font-weight:700;font-size:1.2rem;color:#ffffff;margin:0;display:flex;align-items:center;gap:.6rem}.BlogComments_count__RTEiC{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:rgba(255,255,255,.4);font-family:var(--heading2);font-size:.75rem;font-weight:600;padding:2px 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px}.BlogComments_addBtn__8xipW{padding:.55rem 1.25rem;background:transparent;color:rgba(255,255,255,.7);border:solid rgba(255,255,255,.2);border-width:1px 1px 3px;font-family:var(--heading2);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s;white-space:nowrap;flex-shrink:0;border-radius:8px}.BlogComments_addBtn__8xipW:hover{border-color:rgba(255,255,255,.5);color:#ffffff}.BlogComments_joinBox___IOI4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:4rem 2rem;background:#07090c;border:solid rgba(255,255,255,.1);border-width:1px 1px 3px;text-align:center;margin-top:2rem;border-radius:12px}.BlogComments_joinTitle__RDJxJ{font-family:var(--heading1);font-weight:700;font-size:1.5rem;color:#ffffff;margin:0}.BlogComments_joinBtn__4zynX{padding:.75rem 2.5rem;background:transparent;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.3);font-family:var(--heading2);font-size:.9rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s;border-radius:8px}.BlogComments_joinBtn__4zynX:hover{border-color:rgba(255,255,255,.6);color:#ffffff}.BlogComments_joinSub__YmqNz{font-family:var(--heading2);font-size:.82rem;color:rgba(255,255,255,.25);margin:0;letter-spacing:.04em}.BlogComments_list__Cocag{display:flex;flex-direction:column;gap:0;margin-bottom:0}.BlogComments_comment___3Er_{display:flex;gap:0;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.07);padding:1.5rem 0}.BlogComments_comment___3Er_:first-child{border-top:1px solid rgba(255,255,255,.07)}.BlogComments_avatarCol___OC_C{flex-shrink:0;width:90px;display:flex;flex-direction:column;align-items:center;gap:6px;padding-top:.2rem}.BlogComments_avatarRingWrapper__rCiSI{position:relative;width:56px;height:56px;flex-shrink:0}.BlogComments_avatarRingSvg__Xe6Cd{position:absolute;inset:0;width:100%;height:100%}.BlogComments_avatar__cSIlt{position:absolute;inset:4px;border-radius:50%;overflow:hidden;background:#1a1d22}.BlogComments_avatar__cSIlt img{width:100%;height:100%;object-fit:cover;display:block}.BlogComments_levelBadge__0M71F{font-family:var(--heading2);font-size:.62rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}.BlogComments_body__F2h8U{flex:1 1;min-width:0;min-height:100px;background:#07090c;border:solid rgba(255,255,255,.1);border-width:1px 1px 3px;padding:1.5rem 1.75rem;position:relative;border-radius:12px}.BlogComments_body__F2h8U:before{left:-8px;border-right:8px solid rgba(255,255,255,.1)}.BlogComments_body__F2h8U:after,.BlogComments_body__F2h8U:before{content:"";position:absolute;top:22px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent}.BlogComments_body__F2h8U:after{left:-7px;border-right:8px solid #07090c}.BlogComments_meta__9_Y_k{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem;flex-wrap:wrap}.BlogComments_name__LiIRq{font-family:var(--heading2);font-weight:700;font-size:1rem;color:rgba(255,255,255,.75)}.BlogComments_date__uq9Me{font-family:var(--heading2);font-size:.72rem;color:rgba(255,255,255,.25);letter-spacing:.03em}.BlogComments_text___HtnW{font-family:var(--heading3);font-size:1.25rem;color:rgba(255,255,255,.75);margin:0;line-height:1.8;word-break:break-word}.BlogComments_deleteBtn__Ms9uy{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;color:rgba(255,255,255,.15);cursor:pointer;padding:2px;margin-left:auto;transition:color .15s;flex-shrink:0}.BlogComments_deleteBtn__Ms9uy:hover:not(:disabled){color:#ef4444}.BlogComments_deleteBtn__Ms9uy:disabled{cursor:not-allowed;opacity:.4}.BlogComments_deletingLoader__bZVcg{width:12px;height:12px;border:2px solid transparent;border-top-color:#ef4444;border-radius:50%;animation:BlogComments_spin__Ysz3L .6s linear infinite;display:inline-block}.BlogComments_inputSection__SOJ13{background:#07090c;border:solid rgba(255,255,255,.1);border-width:1px 1px 3px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;border-radius:12px}.BlogComments_userRow__zXM9t{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.BlogComments_inputAvatar__sjL7_{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1a1d22}.BlogComments_inputAvatar__sjL7_ img{width:100%;height:100%;object-fit:cover;display:block}.BlogComments_userName__ZO9A4{font-family:var(--heading2);font-weight:600;font-size:.92rem;color:rgba(255,255,255,.7)}.BlogComments_textareaLabel__4Lqcx{font-family:var(--heading2);font-size:.82rem;font-weight:500;letter-spacing:0;color:rgba(255,255,255,.4)}.BlogComments_textarea__atQjE{width:100%;padding:.85rem 1rem;font-family:var(--heading3);font-size:.95rem;color:rgba(255,255,255,.75);background:#080a0d;border:1px solid rgba(255,255,255,.12);box-sizing:border-box;resize:vertical;min-height:200px;outline:none;line-height:1.6;transition:border-color .2s;border-radius:8px}.BlogComments_textarea__atQjE::placeholder{color:rgba(255,255,255,.2)}.BlogComments_textarea__atQjE:focus{border-color:rgba(255,255,255,.3)}.BlogComments_textarea__atQjE:disabled{opacity:.4;cursor:not-allowed}.BlogComments_submitBtn__Cg0JE{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:.65rem 1.75rem;background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.25);font-family:var(--heading2);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:border-color .2s,color .2s;border-radius:8px}.BlogComments_submitBtn__Cg0JE:hover:not(:disabled){border-color:rgba(255,255,255,.5);color:#ffffff}.BlogComments_submitBtn__Cg0JE:disabled{opacity:.35;cursor:not-allowed}.BlogComments_loader__KgWRr{width:14px;height:14px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:BlogComments_spin__Ysz3L .6s linear infinite;display:inline-block}@keyframes BlogComments_spin__Ysz3L{to{transform:rotate(1turn)}}@media (max-width:640px){.BlogComments_avatarCol___OC_C{width:68px}.BlogComments_avatarRingWrapper__rCiSI{width:44px;height:44px}.BlogComments_inputAvatar__sjL7_{width:38px;height:38px}.BlogComments_text___HtnW{font-size:.92rem}.BlogComments_inputSection__SOJ13{padding:1.25rem;border-radius:12px}.BlogComments_textarea__atQjE{min-height:160px;border-radius:8px}.BlogComments_headerRow__JUGyM{flex-direction:column;align-items:flex-start;gap:.75rem}.BlogComments_addBtn__8xipW{width:100%;text-align:center}.BlogComments_joinBox___IOI4{padding:3rem 1.25rem;border-radius:12px}.BlogComments_joinTitle__RDJxJ{font-size:1.25rem}.BlogComments_joinBtn__4zynX{padding:.7rem 1.75rem;font-size:.82rem;border-radius:8px}.BlogComments_body__F2h8U{padding:1.1rem;min-height:80px;border-radius:12px}}.LatestPosts_wrapper__sRP08{margin-top:3rem}.LatestPosts_heading__7ac5P{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-family:Courier New,monospace;font-size:.62rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.3)}.LatestPosts_heading__7ac5P:after,.LatestPosts_heading__7ac5P:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.15)}.LatestPosts_grid__lLCYa{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.LatestPosts_card__CrzRO{display:flex;flex-direction:column;text-decoration:none;color:inherit;position:relative;background:#07090c;border:solid rgba(255,255,255,.14);border-width:1px 1px 3px;border-radius:10px;overflow:hidden;transition:border-color .2s;animation:LatestPosts_fadeUp__CsmG_ .4s ease both}.LatestPosts_card__CrzRO:hover{border-color:rgba(255,255,255,.32)}.LatestPosts_card__CrzRO:before{content:"";position:absolute;top:7px;left:7px;width:13px;height:13px;border-top:2px solid rgba(255,255,255,.45);border-left:2px solid rgba(255,255,255,.45);pointer-events:none;z-index:10;transition:width .2s,height .2s}.LatestPosts_card__CrzRO:hover:before{width:20px;height:20px}.LatestPosts_imageWrap__1B0x6{width:100%;aspect-ratio:16/9;overflow:hidden;background:#0e1014;flex-shrink:0;border-radius:10px 10px 0 0}.LatestPosts_bannerImg__rHTjS{transition:transform .4s ease;filter:brightness(.9) saturate(.85)}.LatestPosts_card__CrzRO:hover .LatestPosts_bannerImg__rHTjS{transform:scale(1.03)}.LatestPosts_imagePlaceholder__JEXqF{width:100%;height:100%;background:#0e1014}.LatestPosts_cardBody__Ajbb8{padding:.9rem 1rem .95rem;display:flex;flex-direction:column;gap:.4rem;background:#07090c;border-top:1px solid rgba(255,255,255,.07);flex:1 1;border-radius:0 0 10px 10px}.LatestPosts_tag__zCAMa{font-family:var(--heading2);font-size:.52rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.35);align-self:flex-start}.LatestPosts_title__tZx3O{font-family:var(--heading1);font-weight:600;font-size:.92rem;color:#ffffff;margin:0;line-height:1.4;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.LatestPosts_card__CrzRO:hover .LatestPosts_title__tZx3O{color:rgba(255,255,255,.85)}.LatestPosts_desc__IoPDY{font-family:var(--heading2);font-size:.75rem;color:rgba(255,255,255,.3);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.LatestPosts_meta__r_BX1{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap}.LatestPosts_authorRow__uYylH{display:flex;align-items:center;gap:.4rem;min-width:0}.LatestPosts_authorAvatar__fgiyg{width:18px;height:18px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#1a1d22;filter:brightness(.85)}.LatestPosts_author__z1tK9{font-weight:600;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.05em;overflow:hidden;text-overflow:ellipsis}.LatestPosts_author__z1tK9,.LatestPosts_date__7L7p8{font-family:var(--heading2);font-size:.6rem;white-space:nowrap}.LatestPosts_date__7L7p8{color:rgba(255,255,255,.25);flex-shrink:0}@keyframes LatestPosts_fadeUp__CsmG_{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.LatestPosts_grid__lLCYa{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.LatestPosts_grid__lLCYa{grid-template-columns:1fr;gap:18px}.LatestPosts_card__CrzRO{border:none;border-radius:10px;background:#222222;max-width:94%;margin:0 auto;width:100%;overflow:hidden}.LatestPosts_card__CrzRO:before{display:none}.LatestPosts_card__CrzRO:hover{background:#2a2a2a;border-color:transparent}.LatestPosts_imageWrap__1B0x6{width:100%;aspect-ratio:16/9;height:auto;overflow:hidden;background:#1a1a1a;border-radius:10px 10px 0 0;position:relative;flex-shrink:0}.LatestPosts_imageWrap__1B0x6 img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;filter:none;transform:none!important}.LatestPosts_imagePlaceholder__JEXqF{width:100%;aspect-ratio:16/9;height:auto;background:#1a1a1a;border-radius:10px 10px 0 0}.LatestPosts_cardBody__Ajbb8{padding:.85rem 1rem 1rem;gap:.35rem;border-top:none;background:#222222;border-radius:0 0 10px 10px}.LatestPosts_tag__zCAMa{display:none}.LatestPosts_title__tZx3O{font-size:1.05rem;line-height:1.35;font-weight:700;letter-spacing:-.015em;-webkit-line-clamp:2}.LatestPosts_desc__IoPDY{display:none}.LatestPosts_meta__r_BX1{border-top:none;padding-top:.3rem;margin-top:.1rem}.LatestPosts_authorAvatar__fgiyg{display:none}.LatestPosts_author__z1tK9,.LatestPosts_date__7L7p8{font-size:.68rem}}.Footer_footerWrapper__0nLrR{display:none;position:relative;z-index:0}.Footer_footer__o4_Ec{background-color:#1a1a1a;border-top:1px solid rgba(255,255,255,.07);position:relative;z-index:0}.Footer_container__Mn8SS{max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 2rem;gap:.6rem;text-align:left}.Footer_container__Mn8SS,.Footer_links__xHnvg{display:flex;flex-direction:column;align-items:flex-start}.Footer_links__xHnvg{gap:.65rem}.Footer_link__wHCdx{color:#ffffff;font-family:var(--heading2);font-size:.88rem;font-weight:600;text-decoration:none;transition:color .15s;letter-spacing:.01em}.Footer_link__wHCdx:hover{color:rgba(255,255,255,.6)}.Footer_copyright__sqw0C{color:rgba(255,255,255,.15);font-family:var(--heading2);font-size:.68rem;margin:.25rem 0 0;line-height:1.6;max-width:600px;text-align:left}@media (max-width:600px){.Footer_footerWrapper__0nLrR{display:block}.Footer_container__Mn8SS{padding:1.5rem 1.25rem 2rem}}.BlogPost_page__4WKRU{min-height:100vh;display:flex;flex-direction:column;background-color:#080a0d}.BlogPost_main__24Tx_{flex:1 1;background-color:#080a0d;padding:0 0 4rem}.BlogPost_layout__BV_xC{max-width:1400px;margin:-40px auto 0;display:grid;grid-template-columns:1fr 210px;grid-template-rows:auto 1fr;grid-gap:0 2.5rem;gap:0 2.5rem;background:transparent;position:relative;z-index:5;padding:2rem 2rem 6rem}.BlogPost_navBar__bT8YR{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1rem}.BlogPost_nav__TIukd{display:flex;align-items:center;gap:.25rem}.BlogPost_link__z9uEc{color:rgba(255,255,255,.35);font-family:var(--heading2);font-weight:500;font-size:1.1rem;text-decoration:none;padding:.4rem 1rem;transition:color .15s}.BlogPost_link__z9uEc:hover{color:rgba(255,255,255,.85)}.BlogPost_linkActive__vgTOp{color:#ffffff;font-family:var(--heading2);font-weight:600;font-size:1.1rem;text-decoration:none;padding:.4rem 1rem}.BlogPost_navRight__1wbrD{display:flex;align-items:center;gap:.75rem}.BlogPost_storeBtn__ps3VL{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.7);font-family:var(--heading2);font-weight:600;font-size:1rem;text-decoration:none;padding:.45rem 1.1rem;border:1px solid rgba(255,255,255,.25);transition:border-color .2s,color .2s;white-space:nowrap}.BlogPost_storeBtn__ps3VL:hover{border-color:rgba(255,255,255,.6);color:#ffffff}.BlogPost_profileBtn__saWBN{background:none;border:none;outline:none;padding:.3rem;color:rgba(255,255,255,.6);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s}.BlogPost_profileBtn__saWBN:hover{color:#ffffff}.BlogPost_userMenu__tEwyr{position:relative}.BlogPost_userBtn____o6Z{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.BlogPost_avatar__2kd3f{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1a1d22;transition:box-shadow .15s}.BlogPost_userBtn____o6Z:hover .BlogPost_avatar__2kd3f{box-shadow:0 0 0 2px rgba(255,255,255,.3)}.BlogPost_dropdown__w4Fuf{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#0d0f13;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.6);z-index:200;overflow:hidden;animation:BlogPost_dropdownFade__V4tnF .15s ease}@keyframes BlogPost_dropdownFade__V4tnF{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.BlogPost_dropdownProfile__bCwzp{display:flex;align-items:center;gap:10px;padding:14px 16px}.BlogPost_dropdownAvatar__cA0Ij{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#1a1d22}.BlogPost_dropdownInfo__H49KW{display:flex;flex-direction:column;gap:2px;min-width:0}.BlogPost_dropdownName__eIe3v{font-size:.88rem;font-weight:600;color:#ffffff}.BlogPost_dropdownEmail__LdD1b,.BlogPost_dropdownName__eIe3v{font-family:var(--heading2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BlogPost_dropdownEmail__LdD1b{font-size:.75rem;color:rgba(255,255,255,.35)}.BlogPost_dropdownDivider__OGTez{height:1px;background:rgba(255,255,255,.07)}.BlogPost_dropdownItem__PY4WN{display:flex;align-items:center;gap:10px;width:100%;padding:.7rem 1rem;background:none;border:none;color:rgba(255,255,255,.55);font-family:var(--heading2);font-size:.88rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background .12s,color .12s;text-align:left;box-sizing:border-box}.BlogPost_dropdownItem__PY4WN:hover{background:rgba(255,255,255,.05);color:#ffffff}.BlogPost_dropdownItem__PY4WN svg{flex-shrink:0;color:rgba(255,255,255,.25);transition:color .12s}.BlogPost_dropdownItem__PY4WN:hover svg{color:rgba(255,255,255,.6)}.BlogPost_container__vhaN_{max-width:100%;min-width:0}.BlogPost_postMeta__2rlWs{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;width:100%}.BlogPost_postMetaRight__Bya2E{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.BlogPost_postMetaRow__EUYbM{display:flex;align-items:center;gap:10px}.BlogPost_date__LNSm_,.BlogPost_views__pqsCG{color:rgba(255,255,255,.35);font-family:var(--heading2);font-weight:var(--heading2-weight);font-size:var(--heading2-size)}.BlogPost_views__pqsCG{display:inline-flex;align-items:center;gap:5px}.BlogPost_views__pqsCG svg{opacity:.7}.BlogPost_readTime__0wiW3{display:inline-flex;align-items:center;gap:5px;color:rgba(255,255,255,.35);font-family:var(--heading2);font-weight:var(--heading2-weight);font-size:var(--heading2-size)}.BlogPost_readTime__0wiW3 svg{opacity:.7}.BlogPost_bookmarkBtn__Gj72I{display:flex;align-items:center;justify-content:center;border:none;background:none;color:rgba(255,255,255,.3);cursor:pointer;padding:0;transition:color .15s}.BlogPost_bookmarkBtn__Gj72I:hover{color:rgba(255,255,255,.7)}.BlogPost_bookmarkBtn__Gj72I.BlogPost_bookmarked__GmyCH{color:#ffffff}.BlogPost_topVideoPlayer__7CPTi{margin-bottom:2rem;margin-top:.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.5);background:#000;border-radius:12px}.BlogPost_topVideoEmbed__AHV1Q{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:12px;overflow:hidden}.BlogPost_topVideoEmbed__AHV1Q iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block;border-radius:12px}.BlogPost_shortOnlyPlayer__k_HoQ{overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px rgba(0,0,0,.5);background:#000;max-width:320px;margin:.5rem auto 2rem;border-radius:12px}.BlogPost_shortOnlyEmbed__IV7dv{position:relative;width:100%;padding-bottom:177.78%;background:#000;border-radius:12px;overflow:hidden}.BlogPost_shortOnlyEmbed__IV7dv iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block;border-radius:12px}.BlogPost_tags__Llds_{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0 0}.BlogPost_tag__A8DrX{background:rgba(255,255,255,.07);color:rgba(255,255,255,.45);font-family:var(--heading2);font-weight:700;font-size:.68rem;padding:.3rem .75rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.1);border-radius:6px}.BlogPost_helpfulSection__BnYaw{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.BlogPost_helpfulText__0VDIL{color:#ffffff;font-family:var(--heading1);font-weight:700;font-size:1.4rem;margin:0;letter-spacing:-.02em}.BlogPost_helpfulRow__gqIWY{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.BlogPost_helpfulBtn__4snIC{display:inline-flex;align-items:center;gap:.6rem;padding:.9rem 2rem;font-family:var(--heading2);font-size:1rem;font-weight:700;cursor:pointer;border:1px solid rgba(255,255,255,.2);background:transparent;color:rgba(255,255,255,.7);letter-spacing:.02em;transition:border-color .2s,color .2s,background .2s;white-space:nowrap;border-radius:8px}.BlogPost_helpfulBtn__4snIC:hover:not(:disabled){color:#ffffff;border-color:rgba(255,255,255,.5)}.BlogPost_helpfulBtn__4snIC:disabled{cursor:default;opacity:.5}.BlogPost_helpfulBtnYes__f6ONQ.BlogPost_votedYes__wJAFA{border-color:#22c55e;color:#22c55e;background:rgba(34,197,94,.08)}.BlogPost_helpfulBtnNo__hDicF.BlogPost_votedNo__taBUc{border-color:#ef4444;color:#ef4444;background:rgba(239,68,68,.08)}.BlogPost_votedMessage__Zwwai{color:rgba(255,255,255,.45);font-family:var(--heading2);font-size:.95rem;margin:0;font-style:italic}.BlogPost_btnLoader__iHrLw{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:BlogPost_spin__ac8w0 .6s linear infinite;display:inline-block}.BlogPost_relatedHelp__Lhu_i{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.BlogPost_relatedHelpTitle__rVq6v{font-family:var(--heading1);font-weight:700;font-size:1.2rem;color:#ffffff;margin:0 0 1rem}.BlogPost_relatedHelpList__XIP3s{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.BlogPost_relatedHelpItem__T_zLZ{display:flex;align-items:center;gap:10px;padding:.75rem 1rem;text-decoration:none;border:solid rgba(255,255,255,.08);border-width:1px 1px 3px;background:#07090c;transition:border-color .2s;border-radius:8px}.BlogPost_relatedHelpItem__T_zLZ:hover{border-color:rgba(255,255,255,.25)}.BlogPost_relatedHelpItem__T_zLZ svg{flex-shrink:0;color:rgba(255,255,255,.25)}.BlogPost_relatedHelpItemTitle__GIUNp{flex:1 1;font-family:var(--heading3);font-size:.92rem;color:rgba(255,255,255,.75);line-height:1.4}.BlogPost_relatedHelpItemCat__Ltl_Z{font-family:var(--heading2);font-size:.72rem;color:rgba(255,255,255,.25);white-space:nowrap;text-transform:uppercase;letter-spacing:.08em}.BlogPost_loadingContainer__nL4So{display:flex;align-items:center;justify-content:center;padding:6rem 2rem}.BlogPost_spinner__6kgBF{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:rgba(255,255,255,.6);border-radius:50%;animation:BlogPost_spin__ac8w0 .8s linear infinite}@keyframes BlogPost_spin__ac8w0{to{transform:rotate(1turn)}}.BlogPost_loading__V1IbS{text-align:center;padding:4rem 0;font-family:var(--heading1);font-size:1.2rem;color:rgba(255,255,255,.5)}.BlogPost_notFoundTitle__4qS5Z{text-align:center;font-family:var(--heading1);font-size:2rem;color:#ffffff;margin-bottom:.5rem}.BlogPost_notFoundText__U89I6{text-align:center;font-family:var(--heading3);font-size:1rem;color:rgba(255,255,255,.4);margin-bottom:1.5rem}.BlogPost_backLink__wMaHR{display:block;text-align:center;color:rgba(255,255,255,.55);font-family:var(--heading2);font-size:.9rem;text-decoration:none;transition:color .2s}.BlogPost_backLink__wMaHR:hover{color:#ffffff}.BlogPost_mobileHeader__t00Gm{display:none}@media (max-width:1024px){.BlogPost_layout__BV_xC{grid-template-columns:1fr;padding:1.5rem 1.25rem 4rem}.BlogPost_navBar__bT8YR{margin-bottom:1rem}}@media (max-width:640px){.BlogPost_page__4WKRU{min-height:unset}.BlogPost_main__24Tx_{flex:unset;padding-bottom:0}.BlogPost_mobileHeader__t00Gm{display:block;position:-webkit-sticky;position:sticky;top:0;width:100%;background:#000000;z-index:200}.BlogPost_heroBanner__blAnd{display:none!important}.BlogPost_layout__BV_xC{padding:1rem 1rem 2.5rem;margin:0 auto}.BlogPost_container__vhaN_{max-width:100%}.BlogPost_postMeta__2rlWs{flex-direction:column;align-items:flex-start;gap:6px}.BlogPost_postMetaRight__Bya2E{flex-direction:row;align-items:center;justify-content:space-between;width:100%;flex-shrink:unset}.BlogPost_postMetaRow__EUYbM{gap:8px}.BlogPost_date__LNSm_,.BlogPost_views__pqsCG{font-size:13px}.BlogPost_linkActive__vgTOp,.BlogPost_link__z9uEc{font-size:.88rem;padding:.3rem .5rem}.BlogPost_topVideoPlayer__7CPTi{margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-left:none;border-right:none;border-radius:0}.BlogPost_topVideoEmbed__AHV1Q,.BlogPost_topVideoEmbed__AHV1Q iframe{border-radius:0}.BlogPost_shortOnlyPlayer__k_HoQ{max-width:100%;margin-left:0;margin-right:0}.BlogPost_helpfulRow__gqIWY{gap:.75rem}.BlogPost_helpfulText__0VDIL{font-size:.88rem}.BlogPost_helpfulBtn__4snIC{padding:.5rem 1rem;font-size:.82rem;border-radius:8px}.BlogPost_relatedHelpItemCat__Ltl_Z{display:none}.BlogPost_loadingContainer__nL4So{padding:4rem 1rem}.BlogPost_notFoundTitle__4qS5Z{font-size:1.5rem}.BlogPost_notFoundText__U89I6{font-size:14px}.BlogPost_dropdown__w4Fuf{min-width:200px}.BlogPost_avatar__2kd3f{width:36px;height:36px}}@media (max-width:400px){.BlogPost_layout__BV_xC{padding:1rem .75rem 2rem}.BlogPost_topVideoPlayer__7CPTi{margin-left:-.75rem;margin-right:-.75rem;width:calc(100% + 1.5rem)}}