@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--emerald-50:#ecfdf5;--emerald-100:#d1fae5;--emerald-500:#10b981;--emerald-600:#059669;--emerald-700:#047857;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--slate-950:#0a0f1a;--surface-white:#fff;--surface-light:#fafbfc;--surface-cream:#f5f7f4;--surface-dark:var(--slate-950);--text-primary:var(--slate-950);--text-secondary:var(--slate-500);--text-muted:var(--slate-400);--border-subtle:#0000000f;--border-default:var(--slate-200);--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 8px 30px #00000014;--shadow-lg:0 20px 50px #0000001f;--shadow-xl:0 30px 80px #00000029;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:100px}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text-primary);background:var(--surface-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Instrument Sans,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}.container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Instrument Sans,sans-serif;font-weight:700;line-height:1.15}::selection{color:var(--slate-950);background:#10b98133}:focus-visible{outline:2px solid var(--emerald-500);outline-offset:2px}.text-gradient{background:linear-gradient(135deg,var(--emerald-500)0%,var(--emerald-600)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
.Header-module__Af2_WG__header{z-index:1000;padding:1rem;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border:none;border-radius:100px;justify-content:space-between;align-items:center;padding:.5rem .5rem .5rem 1.25rem;display:flex;box-shadow:0 0 0 1px #0000000f,0 1px 2px -1px #0000000f,0 2px 4px #0000000a}.Header-module__Af2_WG__logo{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__logoIcon{border-radius:10px}.Header-module__Af2_WG__logoText{color:#0a0f1a;letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.Header-module__Af2_WG__logoAi{background:linear-gradient(135deg,#10b981 0%,#059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__Af2_WG__nav{align-items:center;gap:.25rem;display:none}.Header-module__Af2_WG__navLink{color:#64748b;border-radius:100px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s}.Header-module__Af2_WG__navLink:hover{color:#0a0f1a;background:#0000000a}.Header-module__Af2_WG__actions{display:none}.Header-module__Af2_WG__appStoreBtn{color:#fff;background:#0a0f1a;border-radius:100px;align-items:center;gap:.625rem;padding:.5rem 1.25rem .5rem 1rem;transition:all .2s;display:flex}.Header-module__Af2_WG__appStoreBtn:hover{background:#1a1f2e;transform:scale(1.02)}.Header-module__Af2_WG__appleLogo{width:22px;height:22px}.Header-module__Af2_WG__appStoreText{flex-direction:column;line-height:1.1;display:flex}.Header-module__Af2_WG__appStoreSmall{opacity:.8;font-size:.625rem;font-weight:400}.Header-module__Af2_WG__appStoreLarge{letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.Header-module__Af2_WG__mobileMenuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:12px;display:flex}.Header-module__Af2_WG__mobileMenuBtn span{background:#0a0f1a;border-radius:2px;width:100%;height:2px;transition:all .2s;display:block}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:nth-child(2){opacity:0}.Header-module__Af2_WG__mobileMenuBtn.Header-module__Af2_WG__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__Af2_WG__mobileMenu{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-radius:20px;padding:1rem;animation:.2s Header-module__Af2_WG__slideDown;position:fixed;top:80px;left:1rem;right:1rem;box-shadow:0 0 0 1px #0000000f,0 1px 2px -1px #0000000f,0 2px 4px #0000000a}@keyframes Header-module__Af2_WG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__mobileNav{flex-direction:column;gap:.5rem;display:flex}.Header-module__Af2_WG__mobileNavLink{color:#64748b;border-radius:12px;padding:.875rem 1rem;font-size:1rem;font-weight:500;transition:all .2s}.Header-module__Af2_WG__mobileNavLink:hover{color:#0a0f1a;background:#0000000a}.Header-module__Af2_WG__mobileAppStoreBtn{color:#fff;background:#0a0f1a;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;margin-top:.5rem;padding:.875rem 1.25rem;transition:all .2s;display:flex}.Header-module__Af2_WG__mobileAppStoreBtn:hover{background:#1a1f2e}@media (min-width:768px){.Header-module__Af2_WG__nav{display:flex}.Header-module__Af2_WG__mobileMenuBtn,.Header-module__Af2_WG__mobileMenu{display:none}}@media (min-width:1024px){.Header-module__Af2_WG__actions{display:flex}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--slate-100);background:#fff;padding:4rem 0 2rem}.Footer-module__EZoWya__top{border-bottom:1px solid var(--slate-100);grid-template-columns:1fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{max-width:280px}.Footer-module__EZoWya__logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:inline-flex}.Footer-module__EZoWya__logoIcon{border-radius:10px}.Footer-module__EZoWya__logoText{color:var(--slate-950);font-size:1.25rem;font-weight:700}.Footer-module__EZoWya__logoAi{background:linear-gradient(135deg,#10b981 0%,#059669 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__EZoWya__tagline{color:var(--slate-500);font-size:.9375rem;line-height:1.6}.Footer-module__EZoWya__links{gap:4rem;display:flex}.Footer-module__EZoWya__linkGroup{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__linkTitle{color:var(--slate-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.Footer-module__EZoWya__linkGroup a{color:var(--slate-600);font-size:.9375rem;transition:color .2s}.Footer-module__EZoWya__linkGroup a:hover{color:var(--slate-950)}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copyright{color:var(--slate-400);font-size:.875rem}.Footer-module__EZoWya__social{gap:1rem;display:flex}.Footer-module__EZoWya__social a{background:var(--slate-100);width:36px;height:36px;color:var(--slate-500);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Footer-module__EZoWya__social a:hover{background:var(--slate-200);color:var(--slate-700)}.Footer-module__EZoWya__social svg{width:18px;height:18px}.Footer-module__EZoWya__disclaimer{border-top:1px solid var(--slate-100);margin-top:2rem;padding-top:2rem}.Footer-module__EZoWya__disclaimerText{color:var(--slate-400);text-align:center;max-width:800px;margin:0 auto;font-size:.75rem;line-height:1.6}@media (min-width:768px){.Footer-module__EZoWya__top{grid-template-columns:1fr auto}.Footer-module__EZoWya__bottom{flex-direction:row;justify-content:space-between}}
