@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--primary:#172554;--primary-dark:#1e3a8a;--secondary:#ea580c;--surface:#fff;--surface-hover:#f1f5f9;--border:#e2e8f0;--text-muted:#64748b;--success:#10b981;--success-bg:#d1fae5;--danger:#ef4444;--danger-bg:#fee2e2;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-sans:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-float{animation:4s ease-in-out infinite float}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px #3b82f663}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f680}.btn-secondary{background-color:var(--surface);color:var(--foreground);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--surface-hover);transform:translateY(-2px)}
.UserMenu-module__v_-h7G__authBtn{padding:.5rem 1rem;font-size:.9rem}.UserMenu-module__v_-h7G__userMenu{align-items:center;gap:.75rem;display:flex}.UserMenu-module__v_-h7G__userInfo{background-color:var(--surface-hover);border:1px solid var(--border);border-radius:2rem;align-items:center;gap:.5rem;padding:.25rem .75rem .25rem .25rem;text-decoration:none;transition:all .2s;display:flex}.UserMenu-module__v_-h7G__userInfo:hover{background-color:var(--surface);border-color:var(--primary)}.UserMenu-module__v_-h7G__avatar{background-color:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.UserMenu-module__v_-h7G__email{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:.8rem;font-weight:600;overflow:hidden}.UserMenu-module__v_-h7G__logoutBtn{background-color:var(--danger-bg);width:36px;height:36px;color:var(--danger);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.UserMenu-module__v_-h7G__logoutBtn:hover{background-color:var(--danger);color:#fff}
.Header-module__tdE-Ma__header{z-index:100;border-bottom:1px solid var(--border);height:80px;position:fixed;top:0;left:0;right:0}.Header-module__tdE-Ma__headerInner{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__tdE-Ma__logoContainer{align-items:center;height:100%;display:flex}.Header-module__tdE-Ma__logoImage{object-fit:contain;width:auto;height:60px}.Header-module__tdE-Ma__logo{color:var(--foreground);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;display:flex}.Header-module__tdE-Ma__logoIcon{background-color:var(--primary);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #17255466}.Header-module__tdE-Ma__nav{gap:2rem;display:flex}.Header-module__tdE-Ma__navLink{color:var(--text-muted);padding:.5rem 0;font-weight:600;transition:color .2s;position:relative}.Header-module__tdE-Ma__navLink:hover,.Header-module__tdE-Ma__navLink.Header-module__tdE-Ma__active{color:var(--primary)}.Header-module__tdE-Ma__navLink.Header-module__tdE-Ma__active:after{content:"";background-color:var(--primary);border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.Header-module__tdE-Ma__actions{align-items:center;gap:1rem;display:flex}.Header-module__tdE-Ma__mobileMenu{color:var(--foreground);padding:.5rem;display:none}@media (max-width:768px){.Header-module__tdE-Ma__nav,.Header-module__tdE-Ma__searchBtn span{display:none}.Header-module__tdE-Ma__mobileMenu{display:block}}
.Footer-module__RkQ1WW__footer{color:#f8fafc;background-color:#020617;border-top:1px solid #ffffff1a;margin-top:4rem;padding:4rem 0 2rem}.Footer-module__RkQ1WW__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__RkQ1WW__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__RkQ1WW__logoContainer{align-items:center;margin-bottom:1.5rem;display:flex}.Footer-module__RkQ1WW__logoImage{object-fit:contain;filter:brightness(0)invert();width:auto;height:80px}.Footer-module__RkQ1WW__logo{color:#fff;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.Footer-module__RkQ1WW__logoIcon{background-color:var(--primary);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 10px #17255466}.Footer-module__RkQ1WW__description{color:#94a3b8;max-width:300px;line-height:1.6}.Footer-module__RkQ1WW__links{flex-direction:column;gap:.75rem;display:flex}.Footer-module__RkQ1WW__title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}.Footer-module__RkQ1WW__links a{color:#94a3b8;font-weight:500;transition:color .2s}.Footer-module__RkQ1WW__links a:hover{color:#3b82f6}.Footer-module__RkQ1WW__appStoreBox{flex-direction:column;gap:1rem;display:flex}.Footer-module__RkQ1WW__appText{color:#94a3b8;margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.Footer-module__RkQ1WW__storeButtons{flex-direction:column;gap:.75rem;display:flex}.Footer-module__RkQ1WW__storeBadge{border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.Footer-module__RkQ1WW__appleBadge{background-color:#000}.Footer-module__RkQ1WW__googleBadge{background-color:#3b82f6}.Footer-module__RkQ1WW__storeBadge:hover{transform:translateY(-4px)scale(1.02)}.Footer-module__RkQ1WW__storeTexts{color:#fff;flex-direction:column;display:flex}.Footer-module__RkQ1WW__storeSmall{opacity:.8;font-size:.65rem;line-height:1}.Footer-module__RkQ1WW__storeLarge{margin-top:.2rem;font-size:1rem;font-weight:800;line-height:1}.Footer-module__RkQ1WW__bottom{text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.Footer-module__RkQ1WW__disclaimer{color:#64748b;max-width:800px;font-size:.8rem;line-height:1.5}.Footer-module__RkQ1WW__copyright{color:#64748b;font-size:.9rem}@media (max-width:768px){.Footer-module__RkQ1WW__footerGrid{grid-template-columns:1fr}}
.SmartAppBanner-module__wLHu2a__bannerContainer{z-index:9999;padding:1rem;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.SmartAppBanner-module__wLHu2a__bannerContainer{display:block}}.SmartAppBanner-module__wLHu2a__bannerCard{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);background:#ffffffe6;border:1px solid #ffffff80;padding:1.25rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards SmartAppBanner-module__wLHu2a__slideUp;position:relative;box-shadow:0 -10px 25px #0000001a}@keyframes SmartAppBanner-module__wLHu2a__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.SmartAppBanner-module__wLHu2a__closeBtn{color:#94a3b8;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;padding:.25rem;position:absolute;top:.5rem;right:.5rem}.SmartAppBanner-module__wLHu2a__bannerContent{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.SmartAppBanner-module__wLHu2a__appIcon{background:var(--primary);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.SmartAppBanner-module__wLHu2a__textContent h4{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:800}.SmartAppBanner-module__wLHu2a__textContent p{color:#64748b;font-size:.85rem;line-height:1.4}.SmartAppBanner-module__wLHu2a__actionRow{gap:.75rem;display:flex}.SmartAppBanner-module__wLHu2a__storeLink{color:#fff;background:#1e293b;border-radius:2rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:700;transition:transform .2s;display:flex}.SmartAppBanner-module__wLHu2a__storeLink:hover{transform:scale(1.02)}
