@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.Header-module-scss-module__wS1-Va__header{background:var(--color-bg-medium);border-bottom:1px solid var(--color-border);z-index:100;position:sticky;top:0}.Header-module-scss-module__wS1-Va__inner{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module-scss-module__wS1-Va__leftGroup{align-items:center;gap:1rem;display:flex}.Header-module-scss-module__wS1-Va__logo{color:var(--color-text-light);align-items:center;gap:1rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.Header-module-scss-module__wS1-Va__logoIconWrap{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;padding:4px;display:flex}.Header-module-scss-module__wS1-Va__logoIcon{object-fit:contain;width:60px;height:60px;display:block}.Header-module-scss-module__wS1-Va__logoText{color:var(--color-text-light)}.Header-module-scss-module__wS1-Va__vaultLogo{object-fit:contain;flex-shrink:0;width:auto;height:56px;display:block}.Header-module-scss-module__wS1-Va__nav{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.Header-module-scss-module__wS1-Va__nav{display:none}}.Header-module-scss-module__wS1-Va__navLink{color:var(--color-text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s}.Header-module-scss-module__wS1-Va__navLink:hover{color:var(--color-text-light)}.Header-module-scss-module__wS1-Va__actions{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module-scss-module__wS1-Va__actions .Header-module-scss-module__wS1-Va__authButton{display:none}}.Header-module-scss-module__wS1-Va__cartButton{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Header-module-scss-module__wS1-Va__cartButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__wS1-Va__cartButton{color:var(--color-text-muted);background:0 0}.Header-module-scss-module__wS1-Va__cartButton:hover:not(:disabled){background:var(--color-border-light);color:var(--color-text-light)}.Header-module-scss-module__wS1-Va__cartButton{color:var(--color-text-muted);padding:.5rem;font-size:1.5rem;transition:color .15s;position:relative}.Header-module-scss-module__wS1-Va__cartButton:hover{color:var(--color-text-light)}.Header-module-scss-module__wS1-Va__cartIcon{width:22px;height:22px;display:block}.Header-module-scss-module__wS1-Va__cartBadge{background:var(--color-secondary);color:var(--color-bg-dark);border-radius:9999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}.Header-module-scss-module__wS1-Va__authButton{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Header-module-scss-module__wS1-Va__authButton:disabled{opacity:.5;cursor:not-allowed}.Header-module-scss-module__wS1-Va__authButton{background:var(--color-cta);color:var(--color-cta-text)}.Header-module-scss-module__wS1-Va__authButton:hover:not(:disabled){background:var(--color-cta-hover);color:var(--color-cta-text)}.Header-module-scss-module__wS1-Va__authButton{padding:.5rem 1rem;font-size:.875rem}.Header-module-scss-module__wS1-Va__themeToggle{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;font-size:1.25rem;line-height:1;transition:background .15s}.Header-module-scss-module__wS1-Va__themeToggle:hover{background:var(--color-border-light)}.Header-module-scss-module__wS1-Va__userMenu{position:relative}@media (max-width:768px){.Header-module-scss-module__wS1-Va__userMenu{display:none}}.Header-module-scss-module__wS1-Va__avatarButton{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .15s;display:flex}.Header-module-scss-module__wS1-Va__avatarButton:hover{border-color:#fff;transform:scale(1.05)}.Header-module-scss-module__wS1-Va__avatarButton:focus{border-color:#fff;outline:none;box-shadow:0 0 0 3px #ffffff4d}.Header-module-scss-module__wS1-Va__avatar{object-fit:cover;border-radius:50%;width:36px;height:36px;display:block}.Header-module-scss-module__wS1-Va__fallbackAvatar{background:linear-gradient(135deg, var(--color-cta), #60d09d);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex}.Header-module-scss-module__wS1-Va__dropdown{background:var(--color-bg-card);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:200;opacity:0;visibility:hidden;border-radius:8px;min-width:260px;transition:all .15s;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;transform:translateY(-10px)}.Header-module-scss-module__wS1-Va__dropdown.Header-module-scss-module__wS1-Va__open{opacity:1;visibility:visible;transform:translateY(0)}.Header-module-scss-module__wS1-Va__userInfo{border-bottom:1px solid var(--color-border);padding:1rem}.Header-module-scss-module__wS1-Va__userName{color:var(--color-text-light);margin-bottom:2px;font-size:.875rem;font-weight:600}.Header-module-scss-module__wS1-Va__userEmail{color:var(--color-text-muted);font-size:.75rem}.Header-module-scss-module__wS1-Va__menuItems{padding:.5rem 0}.Header-module-scss-module__wS1-Va__menuItem{text-align:left;width:100%;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.Header-module-scss-module__wS1-Va__menuItem:hover{background:var(--color-border-light);color:var(--color-text-light);text-decoration:none}.Header-module-scss-module__wS1-Va__signOutItem{border-top:1px solid var(--color-border)}.Header-module-scss-module__wS1-Va__signOutItem:hover{color:#dc2626;background:#dc262614}.Header-module-scss-module__wS1-Va__menuIcon{opacity:.7;font-size:1rem}.Header-module-scss-module__wS1-Va__overlay{z-index:199;position:fixed;inset:0}.Header-module-scss-module__wS1-Va__themeRow{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.Header-module-scss-module__wS1-Va__themeLabel{color:var(--color-text-muted);font-size:.875rem}.Header-module-scss-module__wS1-Va__themePill{background:var(--color-bg-light);border:1px solid var(--color-border);cursor:pointer;border-radius:9999px;align-items:center;width:110px;height:30px;padding:2px;display:flex;position:relative}.Header-module-scss-module__wS1-Va__pillOption{z-index:2;text-align:center;color:var(--color-text-muted);-webkit-user-select:none;user-select:none;flex:1;font-size:.75rem;font-weight:500;transition:color .15s;position:relative}.Header-module-scss-module__wS1-Va__pillOption.Header-module-scss-module__wS1-Va__active{color:#fff}.Header-module-scss-module__wS1-Va__pillSlider{background:var(--color-cta);border-radius:9999px;width:calc(50% - 2px);height:calc(100% - 4px);transition:transform .25s;position:absolute;top:2px;left:2px}.Header-module-scss-module__wS1-Va__pillSlider.Header-module-scss-module__wS1-Va__right{transform:translate(100%)}.Header-module-scss-module__wS1-Va__mobileToggle{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:.5rem;transition:background .15s;display:none}.Header-module-scss-module__wS1-Va__mobileToggle:hover{background:#ffffff0d}@media (max-width:768px){.Header-module-scss-module__wS1-Va__mobileToggle{display:flex}}.Header-module-scss-module__wS1-Va__hamburgerLine{background:var(--color-text-muted);border-radius:1px;width:20px;height:2px;transition:background .15s;display:block}.Header-module-scss-module__wS1-Va__mobileToggle:hover .Header-module-scss-module__wS1-Va__hamburgerLine{background:var(--color-text-light)}.Header-module-scss-module__wS1-Va__mobileNav{background:var(--color-bg-medium);border-bottom:1px solid var(--color-border);padding:0;display:none}@media (max-width:768px){.Header-module-scss-module__wS1-Va__mobileNav{display:block}}.Header-module-scss-module__wS1-Va__mobileUserInfo{border-bottom:2px solid var(--color-border-light);align-items:center;gap:.5rem;margin-bottom:.25rem;padding:1rem 1.5rem;display:flex}.Header-module-scss-module__wS1-Va__mobileAvatar{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:40px;height:40px}.Header-module-scss-module__wS1-Va__mobileFallbackAvatar{background:linear-gradient(135deg, var(--color-cta), #60d09d);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:600;display:flex}.Header-module-scss-module__wS1-Va__mobileUserText{flex:1;min-width:0}.Header-module-scss-module__wS1-Va__mobileUserName{color:var(--color-text-light);font-size:.875rem;font-weight:600}.Header-module-scss-module__wS1-Va__mobileUserEmail{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.Header-module-scss-module__wS1-Va__mobileNavLink{color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.Header-module-scss-module__wS1-Va__mobileNavLink:hover{color:var(--color-text-light);background:var(--color-border-light)}.Header-module-scss-module__wS1-Va__mobileThemeRow{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.5rem 1.5rem;display:flex}.Header-module-scss-module__wS1-Va__mobileSignOut{color:#dc2626;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .15s;display:block}.Header-module-scss-module__wS1-Va__mobileSignOut:hover{background:#dc262614}
.Footer-module-scss-module__wcgw9G__footer{background:var(--color-bg-medium);border-top:1px solid var(--color-border);margin-top:auto;padding:2rem 0}.Footer-module-scss-module__wcgw9G__inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer-module-scss-module__wcgw9G__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module-scss-module__wcgw9G__brandMain{align-items:center;gap:1rem;display:flex}.Footer-module-scss-module__wcgw9G__brandText{color:var(--color-primary);font-size:1.125rem;font-weight:700}.Footer-module-scss-module__wcgw9G__logo{flex-shrink:0}.Footer-module-scss-module__wcgw9G__tagline{color:var(--color-text-muted);margin:0;font-size:.875rem;line-height:1.6}.Footer-module-scss-module__wcgw9G__partnerRow{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.Footer-module-scss-module__wcgw9G__partnerLabel{color:var(--color-text-muted);font-size:.75rem}.Footer-module-scss-module__wcgw9G__partnerLink{opacity:.7;align-items:center;transition:opacity .15s;display:flex}.Footer-module-scss-module__wcgw9G__partnerLink:hover{opacity:1}.Footer-module-scss-module__wcgw9G__partnerLink img{height:auto;display:block}.Footer-module-scss-module__wcgw9G__bottom{border-top:1px solid var(--color-border);max-width:1280px;color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;margin:1.5rem auto 0;padding:1.5rem 1.5rem 0;font-size:.75rem;display:flex}.Footer-module-scss-module__wcgw9G__bottom p{margin:0}@media (max-width:640px){.Footer-module-scss-module__wcgw9G__bottom{text-align:center;flex-direction:column}}.Footer-module-scss-module__wcgw9G__legalLinks{align-items:center;gap:.5rem;display:flex}.Footer-module-scss-module__wcgw9G__legalLink{color:var(--color-text-muted);font-size:.75rem;text-decoration:none;transition:color .15s}.Footer-module-scss-module__wcgw9G__legalLink:hover{color:var(--color-primary)}.Footer-module-scss-module__wcgw9G__divider{color:var(--color-border)}
.Banner-module-scss-module__vB7GfW__testModeBanner{text-align:center;box-sizing:border-box;color:#1a1a1a;background:repeating-linear-gradient(-45deg,#faa61a,#faa61a 10px,#e8951a 10px 20px);justify-content:center;align-items:center;gap:8px;width:100%;padding:8px 20px;font-size:.85rem;font-weight:700;display:flex}.Banner-module-scss-module__vB7GfW__testModeIcon{font-size:1rem}.Banner-module-scss-module__vB7GfW__banner{text-align:center;box-sizing:border-box;width:100%;padding:10px 20px}.Banner-module-scss-module__vB7GfW__bannerTitle{margin:0;font-size:.95rem;font-weight:700}.Banner-module-scss-module__vB7GfW__bannerDescription{opacity:.9;margin:4px 0 0;font-size:.85rem}
.CookieConsent-module-scss-module__PLk-IW__overlay{z-index:9998;background:#00000080;position:fixed;inset:0}.CookieConsent-module-scss-module__PLk-IW__banner{z-index:9999;background:var(--color-bg-card,#222d34);border-top:1px solid var(--color-border,#4d6172);box-sizing:border-box;padding:1.5rem 2rem;animation:.3s ease-out CookieConsent-module-scss-module__PLk-IW__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0006}@media (max-width:640px){.CookieConsent-module-scss-module__PLk-IW__banner{padding:1rem}}@keyframes CookieConsent-module-scss-module__PLk-IW__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module-scss-module__PLk-IW__container{flex-direction:column;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.CookieConsent-module-scss-module__PLk-IW__content{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}@media (max-width:768px){.CookieConsent-module-scss-module__PLk-IW__content{flex-direction:column}}.CookieConsent-module-scss-module__PLk-IW__text{flex:1}.CookieConsent-module-scss-module__PLk-IW__text h3{color:var(--color-text-primary,#dcddde);margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.CookieConsent-module-scss-module__PLk-IW__text p{color:var(--color-text-secondary,#96a5b2);margin:0;font-size:.875rem;line-height:1.5}.CookieConsent-module-scss-module__PLk-IW__text p a{color:var(--color-primary,#328e93);text-decoration:underline}.CookieConsent-module-scss-module__PLk-IW__text p a:hover{color:var(--color-primary-dark,#267175)}.CookieConsent-module-scss-module__PLk-IW__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (max-width:768px){.CookieConsent-module-scss-module__PLk-IW__actions{flex-wrap:wrap;flex-shrink:1;justify-content:flex-start;width:100%}}.CookieConsent-module-scss-module__PLk-IW__btnAcceptAll{background:var(--color-primary,#328e93);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;transition:background .2s}.CookieConsent-module-scss-module__PLk-IW__btnAcceptAll:hover{background:var(--color-primary-dark,#267175)}@media (max-width:768px){.CookieConsent-module-scss-module__PLk-IW__btnAcceptAll{flex:1}}.CookieConsent-module-scss-module__PLk-IW__btnReject{color:var(--color-text-secondary,#96a5b2);border:1px solid var(--color-border,#4d6172);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s,color .2s}.CookieConsent-module-scss-module__PLk-IW__btnReject:hover{background:var(--color-bg-light,#2d3a42);color:var(--color-text-primary,#dcddde)}@media (max-width:768px){.CookieConsent-module-scss-module__PLk-IW__btnReject{flex:1}}.CookieConsent-module-scss-module__PLk-IW__btnCustomize{color:var(--color-text-secondary,#96a5b2);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem;font-size:.875rem;text-decoration:underline}.CookieConsent-module-scss-module__PLk-IW__btnCustomize:hover{color:var(--color-text-primary,#dcddde)}.CookieConsent-module-scss-module__PLk-IW__customizePanel{border-top:1px solid var(--color-border-light,#37505d);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.CookieConsent-module-scss-module__PLk-IW__consentRow{justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}@media (max-width:640px){.CookieConsent-module-scss-module__PLk-IW__consentRow{flex-direction:column;align-items:flex-start;gap:.25rem}}.CookieConsent-module-scss-module__PLk-IW__consentLabel{flex-direction:column;display:flex}.CookieConsent-module-scss-module__PLk-IW__consentLabel span:first-child{color:var(--color-text-primary,#dcddde);font-size:.875rem;font-weight:500}.CookieConsent-module-scss-module__PLk-IW__consentLabel span:last-child{color:var(--color-text-secondary,#96a5b2);font-size:.75rem}.CookieConsent-module-scss-module__PLk-IW__toggle{flex-shrink:0;width:44px;height:24px;position:relative}.CookieConsent-module-scss-module__PLk-IW__toggle input{opacity:0;width:0;height:0}.CookieConsent-module-scss-module__PLk-IW__slider{background:var(--color-bg-light,#2d3a42);cursor:pointer;border-radius:9999px;transition:background .2s;position:absolute;inset:0}.CookieConsent-module-scss-module__PLk-IW__slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;bottom:3px;left:3px}input:checked+.CookieConsent-module-scss-module__PLk-IW__slider{background:var(--color-primary,#328e93)}input:checked+.CookieConsent-module-scss-module__PLk-IW__slider:before{transform:translate(20px)}input:disabled+.CookieConsent-module-scss-module__PLk-IW__slider{opacity:.6;cursor:not-allowed}.CookieConsent-module-scss-module__PLk-IW__customizeActions{justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}
:root{--color-bg-dark:#1a2027;--color-bg-medium:#1c2930;--color-bg-card:#222d34;--color-bg-light:#2d3a42;--color-bg-white:#fff;--color-primary:#328e93;--color-primary-dark:#267175;--color-secondary:#96a5b2;--color-accent:#eb459e;--color-text-light:#dcddde;--color-text-muted:#96a5b2;--color-text-dark:#1c2930;--color-text-body:#8a9baa;--color-border:#4d6172;--color-border-light:#37505d;--color-success:#3ba55d;--color-error:#f04747;--color-error-hover:#ff6b6b;--color-warning:#faa61a;--color-cta:#37505d;--color-cta-hover:#2a3e48;--color-cta-text:#fff;--color-primary-hover:#4fbdc3;--color-primary-10:#328e931a;--color-primary-15:#328e9326;--color-primary-25:#328e9340;--color-primary-05:#328e930d;--color-error-10:#f047471a;--color-error-15:#f0474726;--color-error-light:#f47676;--color-success-15:#3ba55d26;--color-success-dark:#30874c;--color-secondary-dark:#798c9c;--color-accent-15:#eb459e26;--color-border-50:#4d617280;--shadow-sm:0 1px 2px #0003;--shadow-md:0 8px 16px #0006;--shadow-lg:0 8px 32px #00000080}[data-theme=light]{--color-bg-dark:#ebebef;--color-bg-medium:#fff;--color-bg-card:#fff;--color-bg-light:#dce0e6;--color-bg-white:#fff;--color-primary:#37505d;--color-primary-dark:#1c2930;--color-secondary:#5c6670;--color-accent:#d63384;--color-text-light:#1c2930;--color-text-muted:#37505d;--color-text-dark:#1c2930;--color-text-body:#445560;--color-border:#cdd3d8;--color-border-light:#dce0e6;--color-success:#2e7d32;--color-error:#c62828;--color-error-hover:#b71c1c;--color-warning:#ef6c00;--color-cta:#37505d;--color-cta-hover:#1c2930;--color-cta-text:#fff;--color-primary-hover:#1c2930;--color-primary-10:#37505d1a;--color-primary-15:#37505d26;--color-primary-25:#37505d40;--color-primary-05:#37505d0d;--color-error-10:#c628281a;--color-error-15:#c6282826;--color-error-light:#e53935;--color-success-15:#2e7d3226;--color-success-dark:#1b5e20;--color-secondary-dark:#444a50;--color-accent-15:#d6338426;--color-border-50:#cdd3d880;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 24px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--color-text-light);background:var(--color-bg-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.6}a{color:var(--color-primary);text-decoration:none;transition:color .15s}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}input,textarea,select,button{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
