@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.LanguageSwitcher-module__a8TkrW__wrapper{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex;position:relative}.LanguageSwitcher-module__a8TkrW__wrapper:hover{background-color:var(--border-color)}.LanguageSwitcher-module__a8TkrW__icon{color:var(--text-secondary);flex-shrink:0}.LanguageSwitcher-module__a8TkrW__select{appearance:none;color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none;padding-right:1rem;font-size:.875rem;font-weight:500}.LanguageSwitcher-module__a8TkrW__wrapper:after{content:"";border:4px solid #0000;border-top-color:var(--text-secondary);pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.LanguageSwitcher-module__a8TkrW__select:disabled{opacity:.5;cursor:not-allowed}
.Navbar-module__cRh5nW__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #e5e7eb80;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__navContainer{justify-content:space-between;align-items:center;height:4.5rem;display:flex}.Navbar-module__cRh5nW__logo{color:var(--text-primary);letter-spacing:-.025em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__cRh5nW__appIcon{object-fit:cover;border-radius:50%;width:36px;height:36px;display:block}.Navbar-module__cRh5nW__actions{align-items:center;gap:1rem;display:flex}.Navbar-module__cRh5nW__storeLinks{align-items:center;gap:.5rem;display:flex}.Navbar-module__cRh5nW__navStoreBtn{align-items:center;transition:transform .2s,opacity .2s;display:flex}.Navbar-module__cRh5nW__navStoreBtn:hover{opacity:.9;transform:translateY(-2px)}.Navbar-module__cRh5nW__navStoreBadge{object-fit:contain;width:auto}.Navbar-module__cRh5nW__navAppleBadge{height:72px;margin-right:-4px}.Navbar-module__cRh5nW__navGoogleBadge{height:46px}@media (max-width:640px){.Navbar-module__cRh5nW__actions{gap:.5rem}.Navbar-module__cRh5nW__storeLinks{display:none}}
.Footer-module__3hUVsW__footer{background-color:var(--bg-secondary);padding-top:4rem}.Footer-module__3hUVsW__footerContainer{justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:3rem;display:flex}.Footer-module__3hUVsW__brandColumn{flex-direction:column;display:flex}.Footer-module__3hUVsW__brand{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.Footer-module__3hUVsW__appIcon{object-fit:cover;border-radius:50%;width:40px;height:40px;display:block}.Footer-module__3hUVsW__logo{color:var(--text-primary);letter-spacing:-.025em;font-size:1.75rem;font-weight:800}.Footer-module__3hUVsW__downloadText{color:var(--text-secondary);margin-top:0;margin-bottom:.75rem;font-size:.875rem;font-weight:500}.Footer-module__3hUVsW__storeButtons{align-items:center;gap:.75rem;display:flex}.Footer-module__3hUVsW__storeBadge{object-fit:contain;width:auto;transition:transform .2s,opacity .2s}.Footer-module__3hUVsW__storeBadge:hover{opacity:.9;transform:translateY(-2px)}.Footer-module__3hUVsW__appleBadge{height:60px;margin-left:-6px}.Footer-module__3hUVsW__googleBadge{height:40px}.Footer-module__3hUVsW__linksColumns{gap:6rem;padding-top:.5rem;display:flex}.Footer-module__3hUVsW__linkGroup{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__linkGroup h4{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.Footer-module__3hUVsW__linkGroup a{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__linkGroup a:hover{color:var(--text-primary)}.Footer-module__3hUVsW__bottomBarWrapper{border-top:1px solid var(--border-color)}.Footer-module__3hUVsW__bottomBar{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__3hUVsW__bottomBar p{color:var(--text-secondary);margin:0;font-size:.875rem}.Footer-module__3hUVsW__socialLinks{align-items:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__socialLinks a{color:var(--text-primary);justify-content:center;align-items:center;transition:opacity .2s;display:flex}.Footer-module__3hUVsW__socialLinks a:hover{opacity:.7}@media (max-width:768px){.Footer-module__3hUVsW__footerContainer{flex-direction:column;gap:3rem}.Footer-module__3hUVsW__linksColumns{flex-flow:wrap;gap:3rem}.Footer-module__3hUVsW__bottomBar{text-align:center;flex-direction:column-reverse;gap:1.5rem}.Footer-module__3hUVsW__socialLinks{justify-content:center}}
:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--text-primary:#111827;--text-secondary:#4b5563;--accent-primary:#3b82f6;--accent-hover:#2563eb;--border-color:#e5e7eb;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--max-width:1200px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#fff 0%,#fdfbfe 40%,#f5f7fa 80%,#f0f4f8 100%) fixed;line-height:1.5;overflow-x:hidden}.main-container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
