:root{--background:#f8fafc;--foreground:#0f172a;--text-primary:#0f172a;--text-secondary:#475569;--primary-accent:#6366f1;--primary-accent-hover:#4f46e5;--primary-gradient:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#d946ef 100%);--primary-gradient-hover:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#c026d3 100%);--nfc-cyan-gradient:linear-gradient(135deg,#06b6d4 0%,#3b82f6 100%);--button-primary-text:#fff;--button-primary-hover:#1e1b4b;--button-secondary-hover:#f1f5f9;--button-secondary-border:#e2e8f0;--card-background:#fff;--card-background-glass:#ffffffd9;--card-border:#e2e8f0;--shadow-sm:0 4px 12px #6366f10d;--shadow-md:0 10px 30px #6366f11a;--shadow-lg:0 20px 50px #6366f126;--hero-background:radial-gradient(ellipse 80% 60% at 50% -10%,#6366f126,transparent),radial-gradient(ellipse 60% 50% at 80% 80%,#d946ef1a,transparent);--card-background-hover:#f1f5f9;--secondary-nav-bg:#fff;--secondary-nav-hover-bg:#f8fafc;--text-color-secondary:#64748b;--primary-color:#6366f1;--border-color:#e2e8f0;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-danger-bg:#fef2f2;--color-danger-border:#fecaca;--color-info-bg:#eff6ff;--color-info-text:#1d4ed8;--color-info-border:#bfdbfe}.dark{--background:#090d16;--foreground:#f8fafc;--text-primary:#f8fafc;--text-secondary:#94a3b8;--primary-accent:#818cf8;--primary-accent-hover:#6366f1;--primary-gradient:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);--primary-gradient-hover:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#db2777 100%);--nfc-cyan-gradient:linear-gradient(135deg,#22d3ee 0%,#60a5fa 100%);--button-primary-text:#fff;--button-primary-hover:#312e81;--button-secondary-hover:#1e293b;--button-secondary-border:#334155;--card-background:#0f172a;--card-background-glass:#0f172acc;--card-border:#1e293b;--shadow-sm:0 4px 16px #0006;--shadow-md:0 12px 32px #00000080;--shadow-lg:0 24px 60px #000000b3;--hero-background:radial-gradient(ellipse 80% 60% at 50% -10%,#6366f140,transparent),radial-gradient(ellipse 60% 50% at 80% 80%,#d946ef26,transparent);--card-background-hover:#1e293b;--secondary-nav-bg:#0f172a;--secondary-nav-hover-bg:#1e293b;--text-color-secondary:#94a3b8;--border-color:#1e293b;--color-success:#34d399;--color-warning:#fbbf24;--color-danger:#f87171;--color-danger-bg:#450a0a;--color-danger-border:#7f1d1d;--color-info-bg:#1e3a8a;--color-info-text:#93c5fd;--color-info-border:#1d4ed8}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:clip}body{background:var(--background);color:var(--text-primary);font-family:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s,color .2s}code,kbd,pre,samp{font-family:var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}h1,h2,h3,h4,h5,h6{color:var(--text-primary);text-wrap:balance}p{text-wrap:pretty}img{max-width:100%}::selection{background:var(--primary-accent);color:#fff}:target{scroll-margin-top:5rem}.wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1;width:100%}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a,button,input,select,textarea{transition:all .2s ease-in-out}:focus-visible{outline:2px solid var(--primary-accent);outline-offset:2px}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.skipLink{background:var(--primary-accent);color:#fff;z-index:9999;border-radius:0 0 8px 8px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:1rem}.skipLink:focus{top:0}.toolPageWrapper{flex-direction:column;align-items:center;width:100%;display:flex}.toolPageHero{text-align:center;width:100%;max-width:760px;margin:0 auto;padding:3rem 1rem 2rem}.toolPageHero h1{letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.toolPageHero p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.1rem;line-height:1.7}.toolBadges{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.toolBadge{background:var(--card-background);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:9999px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.toolBadge.nfcBadge{color:#92400e;background:#fef3c7;border-color:#f59e0b}.dark .toolBadge.nfcBadge{color:#fde68a;background:#78350f;border-color:#d97706}.toolCompatNote{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;align-items:center;gap:.5rem;width:calc(100% - 2rem);max-width:760px;margin:0 auto 1.5rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.dark .toolCompatNote{color:#fed7aa;background:#431407;border-color:#9a3412}.toolCompatNote svg{flex-shrink:0;margin-top:.15rem}.toolCompatNote.isOk{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.dark .toolCompatNote.isOk{color:#a7f3d0;background:#022c22;border-color:#065f46}.toolCompatNoteLink{color:inherit;text-underline-offset:2px;font-weight:600;text-decoration:underline}.toolCompatNoteLink:hover{opacity:.75}.toolHint{width:calc(100% - 2rem);max-width:760px;color:var(--text-secondary);text-align:center;margin:-.75rem auto 1.5rem;font-size:.875rem}.toolHint a{color:var(--primary-accent);text-underline-offset:2px;font-weight:500;text-decoration:underline}.toolHowTo{text-align:center;width:100%;max-width:900px;padding:3rem 1rem}.toolHowTo h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.toolHowTo>p{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem}.toolStepsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.toolStep{background:var(--card-background);border:1px solid var(--card-border);text-align:left;box-shadow:var(--shadow-sm);border-radius:14px;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem;display:flex}.toolStepNum{background:var(--primary-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.9rem;font-weight:700;display:flex}.toolStep h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.toolStep p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.toolUseCases{text-align:center;width:100%;max-width:900px;padding:1rem 1rem 3rem}.toolUseCases h2{margin-bottom:1.25rem;font-size:1.5rem;font-weight:700}.toolUseCaseGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.toolUseCase{background:var(--card-background);border:1px solid var(--card-border);color:var(--text-secondary);border-radius:12px;padding:1.25rem 1rem;font-size:.9rem}.toolUseCase strong{color:var(--text-primary);margin-bottom:.35rem;font-weight:600;display:block}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #22c55e80}50%{opacity:.85;transform:scale(1.15);box-shadow:0 0 0 5px #22c55e00}}.pulseDot{animation:2.2s ease-in-out infinite pulse-dot}.scrollToTop{background:var(--primary-accent);color:#fff;cursor:pointer;z-index:50;opacity:0;pointer-events:none;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;line-height:1;transition:opacity .25s,transform .25s,background-color .2s,box-shadow .2s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px);box-shadow:0 4px 16px #0070f366}.scrollToTop.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scrollToTop:hover{background:var(--primary-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #0070f38c}.dark .scrollToTop{box-shadow:0 4px 16px #3b82f666}@media (max-width:600px){.scrollToTop{bottom:1.25rem;right:1.25rem}.toolPageHero h1{font-size:1.75rem}.toolStepsGrid{grid-template-columns:1fr}.toolUseCaseGrid{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/fef07dbb0973bf53-s.518e079e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.ea323500.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/53b9e256198e5412-s.853d50a3.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.55554cd0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.3b6cae6d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_18612c73-module__xN4PWq__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_18612c73-module__xN4PWq__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5ce348bf30bf5439-s.56c1f21e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.3b336396.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/6306c77e7c8268e4-s.e3369375.woff2)format("woff2");unicode-range:U+2000-2001,U+2004-2008,U+200A,U+23B8-23BD,U+2500-259F}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7d817b4c03b0c5f1-s.a40b9a8b.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.fe42ddf4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.29207c2f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_e423e1f1-module__qkJnNW__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_e423e1f1-module__qkJnNW__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
.Header-module__9fWxfa__header{z-index:10;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--button-secondary-border);background-color:#ffffffd9;align-items:center;width:100%;padding:1rem 2rem;transition:background-color .3s,border-color .3s;position:sticky;top:0;left:0;right:0}.dark .Header-module__9fWxfa__header{background-color:#0a0a0ad9}.Header-module__9fWxfa__headerContent{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.Header-module__9fWxfa__logo{letter-spacing:-.03em;color:var(--text-primary);align-items:center;gap:.4rem;font-size:1.35rem;font-weight:800;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex}.Header-module__9fWxfa__logoIcon{background:var(--primary-gradient);border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:inline-flex;box-shadow:0 4px 12px #6366f14d}.Header-module__9fWxfa__logo:hover{opacity:.9;transform:translateY(-1px)}.Header-module__9fWxfa__nav{align-items:center;display:flex}.Header-module__9fWxfa__headerActions{align-items:center;gap:1rem;margin-left:auto;display:flex}.Header-module__9fWxfa__nav a{color:var(--text-primary);border-radius:6px;margin:0 .5rem;padding:.5rem .75rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s}.Header-module__9fWxfa__nav a:hover{background-color:var(--button-secondary-hover)}.Header-module__9fWxfa__navButton{cursor:pointer;color:var(--text-primary);font-family:inherit;font-weight:500;font-size:inherit;background:0 0;border:none;border-radius:6px;margin:0 .5rem;padding:.5rem .75rem;transition:background-color .2s,color .2s}.Header-module__9fWxfa__navButton:hover{background-color:var(--button-secondary-hover)}.Header-module__9fWxfa__nav a.Header-module__9fWxfa__active,.Header-module__9fWxfa__activeLink{color:var(--primary-accent)!important}.Header-module__9fWxfa__chevron{vertical-align:middle;margin-left:2px;font-size:.75rem;transition:transform .2s;display:inline-block}.Header-module__9fWxfa__chevronOpen{transform:rotate(180deg)}.Header-module__9fWxfa__cartLink{padding:.5rem .75rem;position:relative}.Header-module__9fWxfa__cartCount{background-color:var(--primary-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex;position:absolute;top:-8px;right:-8px}.Header-module__9fWxfa__hamburger{cursor:pointer;z-index:20;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-right:-10px;padding:0;display:none}.Header-module__9fWxfa__hamburger span{background-color:var(--text-primary);transform-origin:50%;border-radius:10px;width:24px;height:2px;transition:all .3s linear;position:relative}.Header-module__9fWxfa__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__9fWxfa__hamburgerOpen span:nth-child(2){opacity:0}.Header-module__9fWxfa__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__9fWxfa__themeToggler{background:var(--button-secondary-hover);border-radius:999px;align-items:center;gap:2px;padding:3px;display:flex}.Header-module__9fWxfa__themeToggler button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;line-height:1;display:flex}.Header-module__9fWxfa__themeToggler button:hover{background-color:var(--card-background-hover)}.Header-module__9fWxfa__activeTheme{background-color:var(--background);border:1px solid var(--primary-accent)!important}.dark .Header-module__9fWxfa__nav a{color:var(--text-primary)}.Header-module__9fWxfa__overlay{z-index:14;opacity:1;background-color:#00000080;transition:opacity .3s ease-in-out;position:fixed;inset:0}@media (max-width:768px){.Header-module__9fWxfa__header{z-index:20;padding:.75rem 1rem}.Header-module__9fWxfa__nav{background:var(--background);border-right:1px solid var(--card-border);z-index:15;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;width:min(80%,320px);height:100dvh;padding:5rem 1.25rem 2rem;transition:left .3s ease-in-out;position:fixed;top:0;left:-100%;overflow-y:auto}.Header-module__9fWxfa__nav a,.Header-module__9fWxfa__nav .Header-module__9fWxfa__navButton{text-align:left;align-items:center;width:100%;min-height:48px;margin:0;padding:.75rem 1rem;font-size:1.05rem;display:flex}.Header-module__9fWxfa__navOpen{left:0}.Header-module__9fWxfa__nav .Header-module__9fWxfa__cartLink{display:none}.Header-module__9fWxfa__mobileCartLink{display:block}.Header-module__9fWxfa__hamburger{display:flex}}
@keyframes SecondaryNav-module__FxNvdW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.SecondaryNav-module__FxNvdW__secondaryNav{background-color:var(--secondary-nav-bg);border-bottom:1px solid var(--border-color);white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;z-index:9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:.25s cubic-bezier(.4,0,.2,1) SecondaryNav-module__FxNvdW__slideDown;position:sticky;top:61px;overflow-x:auto}.SecondaryNav-module__FxNvdW__secondaryNav::-webkit-scrollbar{display:none}.SecondaryNav-module__FxNvdW__scrollContainer{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;align-items:center;gap:.5rem;max-width:1300px;margin:0 auto;padding:.6rem 1rem;scroll-padding:0 1rem;display:flex;overflow-x:auto}.SecondaryNav-module__FxNvdW__scrollContainer::-webkit-scrollbar{display:none}@media (max-width:768px){.SecondaryNav-module__FxNvdW__secondaryNav{top:57px}.SecondaryNav-module__FxNvdW__scrollContainer{flex-wrap:nowrap;gap:.4rem;padding:.5rem .85rem}}.SecondaryNav-module__FxNvdW__navLink{color:var(--text-secondary);border:1px solid #0000;border-radius:9999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .95rem;scroll-margin:0 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.SecondaryNav-module__FxNvdW__navLink:hover{background-color:var(--secondary-nav-hover-bg);color:var(--text-primary);border-color:var(--card-border)}.SecondaryNav-module__FxNvdW__navLink:focus-visible{outline:2px solid var(--primary-accent);outline-offset:2px;color:var(--text-primary)}.SecondaryNav-module__FxNvdW__navLink.SecondaryNav-module__FxNvdW__active{background:var(--primary-gradient);color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 4px 14px #6366f159}
.Footer-module__nhiC3q__footer{-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--button-secondary-border);padding:3rem 2rem 2rem;transition:background-color .3s,color .3s,border-color .3s}.Footer-module__nhiC3q__footerContent{grid-template-columns:1.5fr 2fr 1.5fr;align-items:start;gap:2rem;max-width:1400px;margin:0 auto;padding:2rem 0;display:grid}.Footer-module__nhiC3q__footerBrand{flex-direction:column;height:100%;display:flex}.Footer-module__nhiC3q__footerBrand .Footer-module__nhiC3q__logo{letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary)0%,var(--primary-accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.65rem;font-size:1.375rem;font-weight:800;display:block}.Footer-module__nhiC3q__footerBrand p{color:var(--text-secondary)}.Footer-module__nhiC3q__socialIcons{gap:1rem;margin-top:1rem;display:flex}.Footer-module__nhiC3q__socialIcons a{color:var(--text-secondary);transition:color .2s ease-in-out,transform .2s ease-in-out}.Footer-module__nhiC3q__socialIcons a:hover{color:var(--text-primary);transform:scale(1.1)}.Footer-module__nhiC3q__socialIcons svg{width:24px;height:24px}.Footer-module__nhiC3q__linksGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__nhiC3q__linkColumn h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:600}.Footer-module__nhiC3q__linkColumn a{color:var(--text-secondary);margin-bottom:.75rem;transition:color .2s;display:block}.Footer-module__nhiC3q__linkColumn a:hover{color:var(--text-primary)}.Footer-module__nhiC3q__newsletter{flex-direction:column;display:flex}.Footer-module__nhiC3q__newsletter h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__nhiC3q__newsletter p{color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem}.Footer-module__nhiC3q__newsletterForm{display:flex}.Footer-module__nhiC3q__newsletterForm input{border:1px solid var(--card-border);background-color:var(--background);width:100%;color:var(--text-primary);border-radius:8px 0 0 8px;padding:.6rem .8rem;font-family:inherit;font-size:.9rem}.Footer-module__nhiC3q__newsletterForm input:focus{border-color:var(--primary-accent);outline:none}.Footer-module__nhiC3q__newsletterForm button{border:1px solid var(--primary-accent);background-color:var(--primary-accent);color:var(--button-primary-text);cursor:pointer;white-space:nowrap;border-radius:0 8px 8px 0;padding:.6rem 1rem;font-size:.875rem;font-weight:600;transition:background-color .2s,opacity .2s}.Footer-module__nhiC3q__newsletterForm button:hover:not(:disabled){background-color:var(--primary-accent-hover)}.Footer-module__nhiC3q__newsletterForm button:disabled{opacity:.6;cursor:not-allowed}.Footer-module__nhiC3q__copyright{text-align:center;color:var(--text-secondary);border-top:1px solid var(--card-border);padding-top:2rem;font-size:.875rem}.Footer-module__nhiC3q__dark .Footer-module__nhiC3q__footer{background:var(--background);color:var(--text-secondary)}@media (max-width:768px){.Footer-module__nhiC3q__footer{padding:2.5rem 1rem 1.5rem}.Footer-module__nhiC3q__footerContent{text-align:center;grid-template-columns:1fr;padding:1rem 0}.Footer-module__nhiC3q__footerBrand{align-items:center}.Footer-module__nhiC3q__linksGrid{text-align:left;grid-template-columns:1fr 1fr;gap:1rem 2rem;width:100%;max-width:360px;margin:1.5rem auto;display:grid}.Footer-module__nhiC3q__newsletter{align-items:center;width:100%;max-width:400px;margin:0 auto}.Footer-module__nhiC3q__newsletterForm{width:100%}}.Footer-module__nhiC3q__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.Toast-module__SXJvLW__toastWrapper{z-index:2000;animation:.25s ease-out Toast-module__SXJvLW__slideUp;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.Toast-module__SXJvLW__toast{background-color:var(--foreground);color:var(--background);box-shadow:var(--shadow-md);border-radius:8px;align-items:center;gap:.75rem;max-width:90vw;padding:12px 16px;font-size:.9rem;display:flex}.Toast-module__SXJvLW__dismissBtn{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 0 0 .25rem;font-size:1.25rem;line-height:1;transition:opacity .15s}.Toast-module__SXJvLW__dismissBtn:hover{opacity:1}.Toast-module__SXJvLW__dismissBtn:focus-visible{opacity:1;border-radius:2px;outline:2px solid}@keyframes Toast-module__SXJvLW__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
