.Header_header__072v2{background-color:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);padding:var(--space-sm) 0;position:sticky;top:0;z-index:1000;box-shadow:var(--box-shadow-sm)}.Header_container__DOHRG{display:flex;justify-content:space-between;align-items:center}.Header_logo__0dir7{font-size:1.6rem;font-weight:700;color:var(--text-color);text-decoration:none;transition:color .2s ease}.Header_logo__0dir7:hover{text-decoration:none;color:var(--primary-color)}.Header_nav__evgr5{display:flex;align-items:center}.Header_navLink__bzbwi{margin-left:var(--space-lg);color:var(--text-light);font-weight:500;text-decoration:none;transition:color .2s ease;position:relative;padding:var(--space-xs) 0}.Header_navLink__bzbwi.Header_active__3IUjt,.Header_navLink__bzbwi:hover{color:var(--primary-color);text-decoration:none}.Header_navLink__bzbwi:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;transform:translateX(-50%);background-color:var(--primary-color);transition:width .3s ease}.Header_navLink__bzbwi:hover:after{width:60%}.Header_authButton__jXx4C{margin-left:var(--space-md);font-size:.9rem;font-weight:500}.Header_login__rJBZS{color:var(--text-light);transition:color .2s ease}.Header_login__rJBZS:hover{color:var(--primary-color);text-decoration:none}.Header_signup__Oiy3o{padding:calc(var(--space-xs)) calc(var(--space-md) * 1);font-size:.9rem}@media (max-width:768px){.Header_nav__evgr5{display:none}}.Header_authContainer__KfAPd{display:flex;align-items:center;gap:1rem}.Header_userEmail__BLHD4{font-size:.9rem;color:#555;white-space:nowrap}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");:root{--primary-color:#4f46e5;--primary-hover:#4338ca;--secondary-color:#10b981;--text-color:#1f2937;--text-light:#6b7280;--background-color:#ffffff;--background-alt:#f9fafb;--border-color:#e5e7eb;--card-background:#ffffff;--error-color:#ef4444;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--font-family:"Inter",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-size-base:1rem;--line-height-base:1.7;--border-radius:8px;--box-shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--box-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--box-shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1)}body,html{padding:0;margin:0;font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--text-color);background-color:var(--background-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-hover)}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:var(--space-sm);font-weight:700;line-height:1.3;color:var(--text-color)}h1{font-size:2.75rem;letter-spacing:-.02em}h2{font-size:2rem;letter-spacing:-.01em}h3{font-size:1.5rem}p{margin-top:0;margin-bottom:var(--space-md);color:var(--text-light)}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 var(--space-md)}.section{padding:var(--space-xl) 0}.section-alt{background-color:var(--background-alt)}.button{display:inline-block;padding:calc(var(--space-sm) * .75) calc(var(--space-md) * 1.2);font-size:var(--font-size-base);font-weight:500;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:var(--border-radius);transition:all .2s ease-in-out;user-select:none;box-shadow:var(--box-shadow-sm)}.button:hover{transform:translateY(-1px);box-shadow:var(--box-shadow);text-decoration:none}.button-primary{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color)}.button-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover);color:#fff}.button-secondary{color:var(--primary-color);background-color:#fff;border-color:var(--border-color)}.button-secondary:hover{color:var(--primary-hover);background-color:#f9fafb;border-color:#d1d5db}.text-center{text-align:center}.grid{display:grid;gap:var(--space-lg)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.card{background-color:var(--card-background);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--space-lg);box-shadow:var(--box-shadow);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-3px);box-shadow:var(--box-shadow-lg)}@media (max-width:992px){.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){h1{font-size:2.25rem}h2{font-size:1.75rem}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.section{padding:var(--space-lg) 0}}.Footer_footer__yl3k1{border-top:1px solid var(--border-color);padding:var(--space-lg) 0;margin-top:var(--space-xl);background-color:var(--background-alt)}.Footer_container__MaumR{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.Footer_footer__yl3k1 p{margin:0;font-size:.9rem;color:var(--text-light)}.Footer_footerNav__zRvfZ{display:flex;align-items:center;gap:var(--space-lg)}.Footer_footerLink__jiil8{font-size:.9rem;color:var(--text-light);text-decoration:none;transition:color .2s ease}.Footer_footerLink__jiil8:hover{color:var(--primary-color);text-decoration:underline}@media (max-width:768px){.Footer_container__MaumR{flex-direction:column;text-align:center}.Footer_footerNav__zRvfZ{margin-top:var(--space-sm);gap:var(--space-md)}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}