.AppHeader-module__iWJhBa__header{z-index:50;height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#091017e0;border-bottom:1px solid #ffffff14;position:sticky;top:0}.AppHeader-module__iWJhBa__inner{width:100%;max-width:var(--page-width);height:100%;padding:0 var(--page-padding);justify-content:space-between;align-items:center;gap:28px;margin:0 auto;display:flex}.AppHeader-module__iWJhBa__brand{color:#fff;align-items:center;text-decoration:none;display:flex}.AppHeader-module__iWJhBa__brandWordmark{width:180px;height:auto;display:block}.AppHeader-module__iWJhBa__nav{align-items:center;gap:26px;display:flex}.AppHeader-module__iWJhBa__navLink{color:#c7d2d8;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.AppHeader-module__iWJhBa__navLink:hover,.AppHeader-module__iWJhBa__active{color:var(--green)}.AppHeader-module__iWJhBa__toolsNav{align-items:center;display:flex;position:relative}.AppHeader-module__iWJhBa__toolsButton{color:#c7d2d8;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.AppHeader-module__iWJhBa__toolsButton:hover{color:var(--green)}.AppHeader-module__iWJhBa__toolsChevron{font-size:10px;transition:transform .15s;display:inline-block}.AppHeader-module__iWJhBa__toolsButton[aria-expanded=true] .AppHeader-module__iWJhBa__toolsChevron{transform:rotate(180deg)}.AppHeader-module__iWJhBa__toolsMenu{z-index:100;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--panel);min-width:190px;padding:7px;position:absolute;top:calc(100% + 16px);right:0;box-shadow:0 18px 45px #00000059}.AppHeader-module__iWJhBa__toolsMenuLink{color:#d6dfe4;text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:600;text-decoration:none;display:block}.AppHeader-module__iWJhBa__toolsMenuLink:hover{color:var(--green);background:#52e0a014}.AppHeader-module__iWJhBa__mobileToggle,.AppHeader-module__iWJhBa__mobileBackdrop,.AppHeader-module__iWJhBa__mobileDrawer{display:none}@media (max-width:760px){.AppHeader-module__iWJhBa__inner{gap:14px;padding:0 18px}.AppHeader-module__iWJhBa__brand{letter-spacing:.07em;gap:9px;font-size:15px}.AppHeader-module__iWJhBa__brandWordmark{width:148px}.AppHeader-module__iWJhBa__nav{display:none}.AppHeader-module__iWJhBa__mobileToggle{cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:flex}.AppHeader-module__iWJhBa__mobileToggle span{background:#e7eef1;border-radius:999px;width:17px;height:1.5px;display:block}.AppHeader-module__iWJhBa__mobileBackdrop{z-index:999;opacity:0;pointer-events:none;background:#02070ab8;border:0;padding:0;transition:opacity .22s;display:block;position:fixed;inset:0}.AppHeader-module__iWJhBa__mobileBackdropOpen{opacity:1;pointer-events:auto}.AppHeader-module__iWJhBa__mobileDrawer{z-index:1000;visibility:hidden;background:#101b23;border-left:1px solid #ffffff14;flex-direction:column;width:min(92vw,420px);height:100dvh;padding:22px 28px 28px;transition:transform .28s cubic-bezier(.22,.8,.25,1),visibility 0s linear .28s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(102%);box-shadow:-24px 0 70px #00000080}.AppHeader-module__iWJhBa__mobileDrawerOpen{visibility:visible;transition:transform .28s cubic-bezier(.22,.8,.25,1),visibility;transform:translate(0)}.AppHeader-module__iWJhBa__mobileDrawerTop{justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding-bottom:20px;display:flex}.AppHeader-module__iWJhBa__mobileDrawerBrand{color:#f5f7f8;min-width:0;font-family:var(--font-manrope), sans-serif;letter-spacing:.06em;align-items:center;gap:12px;font-size:20px;font-weight:800;text-decoration:none;display:flex}.AppHeader-module__iWJhBa__mobileDrawerBrand img{flex:none}.AppHeader-module__iWJhBa__mobileDrawerWordmark{border-radius:0;width:158px;height:auto}.AppHeader-module__iWJhBa__mobileClose{color:#eef3f5;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:42px;height:42px;padding:0;font-family:Arial,sans-serif;font-size:35px;font-weight:300;line-height:1;display:grid}.AppHeader-module__iWJhBa__mobileDrawerNav{border-top:1px solid #ffffff1a;margin-top:12px;display:grid}.AppHeader-module__iWJhBa__mobileDrawerNav>a{color:#f3f6f7;border-bottom:1px solid #ffffff1a;align-items:center;width:100%;min-height:66px;padding:0 2px;font-size:17px;font-weight:550;text-decoration:none;display:flex}.AppHeader-module__iWJhBa__mobileDrawerGroup{border-bottom:1px solid #ffffff1a;padding:20px 2px 18px;display:grid}.AppHeader-module__iWJhBa__mobileDrawerGroup>span{color:var(--green);letter-spacing:.17em;margin-bottom:10px;font-size:10px;font-weight:800}.AppHeader-module__iWJhBa__mobileDrawerGroup>a{color:#b8c6cd;padding:9px 12px;font-size:14px;font-weight:600;text-decoration:none}.AppHeader-module__iWJhBa__mobileDrawerGroup>a:hover,.AppHeader-module__iWJhBa__mobileDrawerNav>a:hover{color:var(--green)}.AppHeader-module__iWJhBa__mobileDrawerActions{width:100%;margin-top:auto;padding-top:28px}.AppHeader-module__iWJhBa__mobileSignOut{color:#f4f7f8;width:100%;min-height:52px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff57;border-radius:11px;justify-content:center;align-items:center;padding:0 18px;font-size:15px;font-weight:800;display:flex}}@media (max-width:430px){.AppHeader-module__iWJhBa__brand span{display:inline}.AppHeader-module__iWJhBa__mobileDrawer{width:calc(100vw - 28px);padding:20px 26px 26px}}@media (prefers-reduced-motion:reduce){.AppHeader-module__iWJhBa__mobileBackdrop,.AppHeader-module__iWJhBa__mobileDrawer{transition:none}}.AppHeader-module__iWJhBa__creditBalance{color:#3b82ff;white-space:nowrap;background:#3b82ff12;border:1px solid #3b82ff61;border-radius:999px;align-items:baseline;gap:5px;padding:6px 10px;text-decoration:none;display:inline-flex}.AppHeader-module__iWJhBa__creditNumber{color:#3b82ff;text-shadow:0 0 6px #3b82ff80;font-size:13px;font-weight:800}.AppHeader-module__iWJhBa__creditLabel{color:#3b82ff;text-shadow:0 0 6px #3b82ff59;font-size:11px;font-weight:700;text-decoration:none}.AppHeader-module__iWJhBa__creditBalanceLow{color:#f5be42;background:#f5be4214;border-color:#f5be4259}.AppHeader-module__iWJhBa__creditBalanceLow .AppHeader-module__iWJhBa__creditNumber,.AppHeader-module__iWJhBa__creditBalanceLow .AppHeader-module__iWJhBa__creditLabel{color:#f5be42;text-shadow:none}.AppHeader-module__iWJhBa__creditBalanceEmpty{color:#ff7474;background:#ff5c5c14;border-color:#ff5c5c61}.AppHeader-module__iWJhBa__creditBalanceEmpty .AppHeader-module__iWJhBa__creditNumber,.AppHeader-module__iWJhBa__creditBalanceEmpty .AppHeader-module__iWJhBa__creditLabel{color:#ff7474;text-shadow:none}.AppHeader-module__iWJhBa__headerActions{align-items:center;gap:18px;display:flex}@media (max-width:760px){.AppHeader-module__iWJhBa__headerActions{gap:10px;margin-left:auto}.AppHeader-module__iWJhBa__headerActions .AppHeader-module__iWJhBa__creditBalance{padding:5px 9px}}
.SiteFooter-module__VFKzxG__footer{background:var(--bg);border-top:1px solid #ffffff14;width:100%}.SiteFooter-module__VFKzxG__inner{width:100%;max-width:var(--page-width);padding:24px var(--page-padding) 34px;color:var(--muted);justify-content:space-between;align-items:center;gap:18px;margin:0 auto;font-size:13px;display:flex}.SiteFooter-module__VFKzxG__nav{align-items:center;gap:20px;display:flex}.SiteFooter-module__VFKzxG__nav a{color:#c7d2d8;text-decoration:none}.SiteFooter-module__VFKzxG__nav a:hover{color:var(--green)}@media (max-width:700px){.SiteFooter-module__VFKzxG__inner{flex-direction:column;align-items:flex-start}.SiteFooter-module__VFKzxG__nav{flex-wrap:wrap;gap:12px 18px}}
.PurchaseCompleteToast-module__CpKBfq__toast{top:calc(var(--header-height) + 18px);z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f3f7f8;background:#0d1b22f7;border:1px solid #52e0a052;border-radius:12px;align-items:center;gap:11px;min-width:230px;padding:13px 16px;animation:.18s ease-out PurchaseCompleteToast-module__CpKBfq__toastIn;display:flex;position:fixed;right:22px;box-shadow:0 16px 42px #00000061}.PurchaseCompleteToast-module__CpKBfq__check{color:#52e0a0;background:#52e0a021;border-radius:999px;flex:none;place-items:center;width:27px;height:27px;font-size:16px;font-weight:900;display:grid}.PurchaseCompleteToast-module__CpKBfq__toast strong,.PurchaseCompleteToast-module__CpKBfq__toast small{display:block}.PurchaseCompleteToast-module__CpKBfq__toast strong{font-size:14px;line-height:1.25}.PurchaseCompleteToast-module__CpKBfq__toast small{color:#9fb0ba;margin-top:2px;font-size:12px}@keyframes PurchaseCompleteToast-module__CpKBfq__toastIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){.PurchaseCompleteToast-module__CpKBfq__toast{top:calc(var(--header-height) + 12px);min-width:0;left:14px;right:14px}}@media (prefers-reduced-motion:reduce){.PurchaseCompleteToast-module__CpKBfq__toast{animation:none}}
