.HeroSection_hero__TorbU{position:relative;padding:6rem 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center}.HeroSection_heroBg__xUc9R{position:absolute;font-size:20rem;opacity:.1;top:50%;left:50%;transform:translate(-50%,-50%);white-space:nowrap;z-index:0;pointer-events:none}.HeroSection_heroContent__oYhxx{position:relative;z-index:1;text-align:center;max-width:700px}.HeroSection_heroContent__oYhxx h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.HeroSection_heroContent__oYhxx h2{font-size:1.8rem;margin-bottom:1rem;font-weight:300;color:hsla(0,0%,100%,.9);font-family:var(--font-sans)}.HeroSection_heroContent__oYhxx p{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.95);line-height:1.6}.HeroSection_heroButtons__gukUx{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.HeroSection_heroButtons__gukUx .HeroSection_btn__S_pTk{background-color:hsla(0,0%,100%,.2);border:2px solid #fff;color:#fff;font-weight:600;transition:all .3s ease}.HeroSection_heroButtons__gukUx .HeroSection_btn__S_pTk:hover{background-color:#fff;color:var(--color-primary);transform:translateY(-3px)}.HeroSection_heroButtons__gukUx .HeroSection_btn-outline__Pjwka{background-color:transparent;border:2px solid #fff;color:#fff}.HeroSection_heroButtons__gukUx .HeroSection_btn-outline__Pjwka:hover{background-color:#fff;color:var(--color-primary);border-color:#fff}@media (max-width:1024px){.HeroSection_heroBg__xUc9R{font-size:15rem}.HeroSection_heroContent__oYhxx h1{font-size:2.5rem}.HeroSection_heroContent__oYhxx h2{font-size:1.5rem}}@media (max-width:768px){.HeroSection_hero__TorbU{padding:4rem 0;min-height:300px}.HeroSection_heroBg__xUc9R{font-size:10rem}.HeroSection_heroContent__oYhxx h1{font-size:2rem}.HeroSection_heroContent__oYhxx h2{font-size:1.2rem}.HeroSection_heroContent__oYhxx p{font-size:1rem}.HeroSection_heroButtons__gukUx{flex-direction:column;align-items:center}.HeroSection_heroButtons__gukUx .HeroSection_btn__S_pTk{width:100%;max-width:250px}}.Card_card__28GGD{background-color:var(--bg-light-secondary);border:1px solid var(--border-light);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;height:100%;display:flex;flex-direction:column}html[data-theme=dark] .Card_card__28GGD{background-color:var(--bg-dark-secondary);border-color:var(--border-dark)}.Card_card__28GGD:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Card_cardLink__TLa8U{text-decoration:none;color:inherit}.Card_cardButton__suRdR{background:none;border:none;cursor:pointer;text-align:left;padding:0;font-family:inherit}.Card_cardImage__O8HKQ{width:100%;height:200px;display:flex;align-items:center;justify-content:center;font-size:4rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;flex-shrink:0}.Card_cardContent__zdA9y{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.Card_badge__Sl2vq{display:inline-block;padding:.25rem .75rem;background-color:var(--color-accent);color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content;margin-bottom:.75rem}.Card_cardContent__zdA9y h3{color:var(--text-light);margin-bottom:.5rem;font-size:1.25rem}html[data-theme=dark] .Card_cardContent__zdA9y h3{color:var(--text-dark)}.Card_subtitle__xUcJv{color:var(--text-light-secondary);font-size:.95rem;font-weight:600;margin-bottom:.5rem!important}html[data-theme=dark] .Card_subtitle__xUcJv{color:var(--text-dark-secondary)}.Card_description__86Bec{color:var(--text-light-secondary);font-size:.95rem;line-height:1.5;flex-grow:1}html[data-theme=dark] .Card_description__86Bec{color:var(--text-dark-secondary)}@media (max-width:768px){.Card_cardImage__O8HKQ{height:150px;font-size:3rem}.Card_cardContent__zdA9y{padding:1rem}.Card_cardContent__zdA9y h3{font-size:1.1rem}}.page_section__hdXDN{padding:3rem 0;min-height:60vh}.page_searchForm__0pia1{display:flex;gap:1rem;margin-bottom:3rem;max-width:600px}.page_searchInput__YRDLC{flex:1 1;padding:12px 16px;border:2px solid var(--border-light);border-radius:6px;font-size:1rem;font-family:var(--font-sans);color:var(--text-light);background-color:var(--bg-light);transition:all .2s ease}html[data-theme=dark] .page_searchInput__YRDLC{border-color:var(--border-dark);color:var(--text-dark);background-color:var(--bg-dark)}.page_searchInput__YRDLC:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(30,64,175,.1)}html[data-theme=dark] .page_searchInput__YRDLC:focus{box-shadow:0 0 0 3px rgba(96,165,250,.1)}.page_resultsContainer__tmk64{animation:page_fadeIn__TLXFz .3s ease}@keyframes page_fadeIn__TLXFz{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page_resultsSummary__ay6Fi{padding:1.5rem;background-color:var(--bg-light-secondary);border-radius:8px;margin-bottom:2rem;text-align:center;border-left:4px solid var(--color-primary)}html[data-theme=dark] .page_resultsSummary__ay6Fi{background-color:var(--bg-dark-secondary)}.page_resultsSummary__ay6Fi p{color:var(--text-light);font-size:1.1rem;margin-bottom:0}html[data-theme=dark] .page_resultsSummary__ay6Fi p{color:var(--text-dark)}.page_resultSection__eTfl3{margin-bottom:3rem}.page_resultSection__eTfl3 h3{color:var(--text-light);font-size:1.8rem;margin-bottom:2rem;border-bottom:2px solid var(--color-primary);padding-bottom:1rem}html[data-theme=dark] .page_resultSection__eTfl3 h3{color:var(--text-dark)}.page_emptyState__3UH5f{text-align:center;padding:3rem 0}.page_emptyState__3UH5f p{color:var(--text-light-secondary);font-size:1.1rem;margin-bottom:1rem}html[data-theme=dark] .page_emptyState__3UH5f p{color:var(--text-dark-secondary)}.page_emptyState__3UH5f p:first-child{font-size:1.3rem;font-weight:600;color:var(--text-light)}html[data-theme=dark] .page_emptyState__3UH5f p:first-child{color:var(--text-dark)}.page_browseLinks__V3p0S{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.page_browseLinks__V3p0S .page_btn__segmb{margin:0}.page_errorMessage__a7HDV{padding:1.5rem;background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:6px;margin-bottom:2rem}html[data-theme=dark] .page_errorMessage__a7HDV{background-color:rgba(220,38,38,.1)}.page_errorMessage__a7HDV p{color:#991b1b;margin:0}html[data-theme=dark] .page_errorMessage__a7HDV p{color:#fca5a5}@media (max-width:768px){.page_searchForm__0pia1{flex-direction:column}.page_searchInput__YRDLC{width:100%}.page_resultSection__eTfl3 h3{font-size:1.4rem}.page_browseLinks__V3p0S{flex-direction:column}.page_browseLinks__V3p0S .page_btn__segmb{width:100%}}.page_section__zQZ2o{padding:4rem 0;border-bottom:1px solid var(--border-light)}html[data-theme=dark] .page_section__zQZ2o{border-color:var(--border-dark)}.page_section__zQZ2o:last-of-type{border-bottom:none}.page_sectionTitle__6ic_4{text-align:center;margin-bottom:3rem;color:var(--text-light);font-size:2.5rem}html[data-theme=dark] .page_sectionTitle__6ic_4{color:var(--text-dark)}.page_statsSection__IFj0R{padding:3rem 0;background-color:var(--bg-light-secondary)}html[data-theme=dark] .page_statsSection__IFj0R{background-color:var(--bg-dark-secondary)}.page_statsGrid__kXg9L{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem}.page_statCard__WFWBf{text-align:center;padding:2rem;background-color:var(--bg-light);border-radius:8px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}html[data-theme=dark] .page_statCard__WFWBf{background-color:var(--bg-dark);border-color:var(--border-dark)}.page_statCard__WFWBf h3{color:var(--color-primary);font-size:2.5rem;margin-bottom:.5rem}.page_statCard__WFWBf p{color:var(--text-light-secondary);font-weight:500;margin-bottom:0}html[data-theme=dark] .page_statCard__WFWBf p{color:var(--text-dark-secondary)}.page_aboutContent__5yxr2{max-width:800px;margin:0 auto;text-align:center;font-size:1.1rem;line-height:1.8}.page_aboutContent__5yxr2 p{color:var(--text-light-secondary);margin-bottom:1.5rem}html[data-theme=dark] .page_aboutContent__5yxr2 p{color:var(--text-dark-secondary)}.page_viewMore__Obhi1{display:flex;justify-content:center;margin-top:2rem}.page_ctaSection__BmsKD{padding:4rem 0;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;text-align:center}.page_ctaSection__BmsKD h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.page_ctaSection__BmsKD p{font-size:1.2rem;margin-bottom:2rem;color:hsla(0,0%,100%,.9)}.page_ctaButtons__Ge_hw{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page_ctaButtons__Ge_hw .page_btn__hMGYV{background-color:#fff;color:var(--color-primary);font-weight:600}.page_ctaButtons__Ge_hw .page_btn__hMGYV:hover{background-color:hsla(0,0%,100%,.9)}.page_ctaButtons__Ge_hw .page_btn-secondary__Ctomt{background-color:var(--color-secondary);color:#fff}.page_ctaButtons__Ge_hw .page_btn-secondary__Ctomt:hover{background-color:#991b1b}@media (max-width:768px){.page_sectionTitle__6ic_4{font-size:1.8rem}.page_section__zQZ2o{padding:2rem 0}.page_statsGrid__kXg9L{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.page_statCard__WFWBf{padding:1rem}.page_statCard__WFWBf h3{font-size:2rem}.page_ctaSection__BmsKD h2{font-size:1.8rem}.page_ctaButtons__Ge_hw{flex-direction:column}.page_ctaButtons__Ge_hw .page_btn__hMGYV{width:100%}}.page_section__0BLJO{padding:3rem 0}.page_pageTitle__Geq9o{text-align:center;margin-bottom:1rem;color:var(--text-light);font-size:2.5rem}html[data-theme=dark] .page_pageTitle__Geq9o{color:var(--text-dark)}.page_description__swr85{text-align:center;max-width:600px;margin:0 auto 3rem;color:var(--text-light-secondary);font-size:1.1rem;line-height:1.6}html[data-theme=dark] .page_description__swr85{color:var(--text-dark-secondary)}@media (max-width:768px){.page_section__0BLJO{padding:2rem 0}.page_pageTitle__Geq9o{font-size:1.8rem}}.page_section__b_vPw{padding:3rem 0}.page_pageTitle__SrEZU{text-align:center;margin-bottom:1rem;color:var(--text-light);font-size:2.5rem}html[data-theme=dark] .page_pageTitle__SrEZU{color:var(--text-dark)}.page_description__TPeSt{text-align:center;max-width:600px;margin:0 auto 3rem;color:var(--text-light-secondary);font-size:1.1rem;line-height:1.6}html[data-theme=dark] .page_description__TPeSt{color:var(--text-dark-secondary)}@media (max-width:768px){.page_section__b_vPw{padding:2rem 0}.page_pageTitle__SrEZU{font-size:1.8rem}}.page_section__L1dYk{padding:3rem 0}.page_pageTitle__qMaqu{text-align:center;margin-bottom:1rem;color:var(--text-light);font-size:2.5rem}html[data-theme=dark] .page_pageTitle__qMaqu{color:var(--text-dark)}.page_description__fUbam{text-align:center;max-width:600px;margin:0 auto 3rem;color:var(--text-light-secondary);font-size:1.1rem;line-height:1.6}html[data-theme=dark] .page_description__fUbam{color:var(--text-dark-secondary)}@media (max-width:768px){.page_section__L1dYk{padding:2rem 0}.page_pageTitle__qMaqu{font-size:1.8rem}}