@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.HeroSection_hero__Bnt94{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--border);margin:0;padding:0}.HeroSection_heroVideo__qJidv{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;filter:brightness(.7) saturate(1.2)}.HeroSection_heroOverlay__OlhfI{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2}[data-theme=dark] .HeroSection_heroOverlay__OlhfI{background:rgba(0,0,0,.6)}[data-theme=light] .HeroSection_heroOverlay__OlhfI{background:rgba(0,0,0,.4)}.HeroSection_heroContent__p7tk6{position:relative;z-index:3;max-width:900px;color:#ffffff;margin:0;padding:0 1rem;width:100%;box-sizing:border-box}.HeroSection_heroTitle__4xvT8{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.8)}.HeroSection_heroSubtitle__MaUbS,.HeroSection_heroTitle__4xvT8{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#ffffff}.HeroSection_heroSubtitle__MaUbS{font-size:clamp(1rem,2.5vw,1.25rem);margin:0 auto 2rem;max-width:800px;line-height:1.7;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.8)}.HeroSection_typedTextArchive__x2HBu{color:#60a5fa}.HeroSection_typedTextArchive__x2HBu,.HeroSection_typedTextResearch__XWAif{display:inline-block;min-height:1.4em;min-width:2ch;text-shadow:0 1px 4px rgba(0,0,0,.8)}.HeroSection_typedTextResearch__XWAif{color:#34d399}.HeroSection_typedTextProfessionals__fkHgd{color:#fbbf24}.HeroSection_typedTextLocations__llOFs,.HeroSection_typedTextProfessionals__fkHgd{display:inline-block;min-height:1.4em;min-width:2ch;text-shadow:0 1px 4px rgba(0,0,0,.8)}.HeroSection_typedTextLocations__llOFs{color:#f472b6}.HeroSection_cursor__OapXO{display:inline-block;width:2px;color:#60a5fa;animation:HeroSection_blink__88apd 1s infinite;font-weight:400;text-shadow:0 0 4px rgba(96,165,250,.6)}.HeroSection_cursorResearch__vB8ZD{display:inline-block;width:2px;color:#34d399;animation:HeroSection_blink__88apd 1.2s infinite;font-weight:400;text-shadow:0 0 4px rgba(52,211,153,.6)}.HeroSection_cursorProfessionals__qRPWD{display:inline-block;width:2px;color:#fbbf24;animation:HeroSection_blink__88apd .8s infinite;font-weight:400;text-shadow:0 0 4px rgba(251,191,36,.6)}.HeroSection_cursorLocations__8_AZi{display:inline-block;width:2px;color:#f472b6;animation:HeroSection_blink__88apd 1.1s infinite;font-weight:400;text-shadow:0 0 4px rgba(244,114,182,.6)}@keyframes HeroSection_blink__88apd{0%,50%{opacity:1;transform:scale(1)}51%,to{opacity:0;transform:scale(.95)}}.HeroSection_heroButtons__v94St{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.HeroSection_ctaButtonPrimary__GPjO7{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#ffffff;padding:.875rem 1.75rem;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 4px 14px var(--shadow)}.HeroSection_ctaButtonPrimary__GPjO7:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow)}.HeroSection_ctaButtonSecondary__SIwbA{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#ffffff;padding:.875rem 1.75rem;border:2px solid var(--primary);border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px)}.HeroSection_ctaButtonSecondary__SIwbA:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow)}.HeroSection_dark-mode__kxktj .HeroSection_ctaButtonPrimary__GPjO7,[data-theme=dark] .HeroSection_ctaButtonPrimary__GPjO7{background:var(--primary);box-shadow:0 4px 14px var(--shadow)}.HeroSection_dark-mode__kxktj .HeroSection_ctaButtonPrimary__GPjO7:hover,[data-theme=dark] .HeroSection_ctaButtonPrimary__GPjO7:hover{background:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}.HeroSection_dark-mode__kxktj .HeroSection_ctaButtonSecondary__SIwbA,[data-theme=dark] .HeroSection_ctaButtonSecondary__SIwbA{background:transparent;border-color:var(--primary);color:var(--primary);box-shadow:none}.HeroSection_dark-mode__kxktj .HeroSection_ctaButtonSecondary__SIwbA:hover,[data-theme=dark] .HeroSection_ctaButtonSecondary__SIwbA:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}:root .HeroSection_ctaButtonPrimary__GPjO7,[data-theme=light] .HeroSection_ctaButtonPrimary__GPjO7{background:var(--primary);box-shadow:0 4px 14px var(--shadow)}:root .HeroSection_ctaButtonPrimary__GPjO7:hover,[data-theme=light] .HeroSection_ctaButtonPrimary__GPjO7:hover{background:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}:root .HeroSection_ctaButtonSecondary__SIwbA,[data-theme=light] .HeroSection_ctaButtonSecondary__SIwbA{background:transparent;border-color:var(--primary);color:#ffffff;box-shadow:none}:root .HeroSection_ctaButtonSecondary__SIwbA:hover,[data-theme=light] .HeroSection_ctaButtonSecondary__SIwbA:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}@media (max-width:1024px){.HeroSection_heroContent__p7tk6{padding:0 1rem}.HeroSection_heroTitle__4xvT8{font-size:clamp(1.75rem,4vw,2.5rem)}.HeroSection_heroSubtitle__MaUbS{font-size:clamp(.9rem,2vw,1.1rem)}}@media (max-width:768px){.HeroSection_hero__Bnt94{min-height:calc(70vh - 92px);margin:0;padding:0}.HeroSection_heroContent__p7tk6{padding:0 1rem}.HeroSection_heroTitle__4xvT8{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.HeroSection_heroSubtitle__MaUbS{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1.5rem}.HeroSection_heroButtons__v94St{gap:.75rem;margin-top:1.5rem}.HeroSection_ctaButtonPrimary__GPjO7,.HeroSection_ctaButtonSecondary__SIwbA{padding:.875rem 1.5rem;font-size:.9rem}}@media (max-width:480px){.HeroSection_hero__Bnt94{min-height:calc(60vh - 80px);margin:0;padding:0}.HeroSection_heroContent__p7tk6{padding:0 .75rem}.HeroSection_heroTitle__4xvT8{font-size:clamp(1.25rem,4vw,1.75rem)}.HeroSection_heroSubtitle__MaUbS{font-size:clamp(.8rem,2vw,.9rem);line-height:1.6}.HeroSection_heroButtons__v94St{flex-direction:column;gap:.75rem;align-items:center}.HeroSection_ctaButtonPrimary__GPjO7,.HeroSection_ctaButtonSecondary__SIwbA{width:100%;max-width:320px;justify-content:center;padding:.875rem 1rem;font-size:.9rem}}@media (prefers-reduced-motion:reduce){.HeroSection_heroVideo__qJidv{animation-play-state:paused}.HeroSection_ctaButtonPrimary__GPjO7,.HeroSection_ctaButtonSecondary__SIwbA{transition:none}.HeroSection_ctaButtonPrimary__GPjO7:hover,.HeroSection_ctaButtonSecondary__SIwbA:hover{transform:none}.HeroSection_cursorLocations__8_AZi,.HeroSection_cursorProfessionals__qRPWD,.HeroSection_cursorResearch__vB8ZD,.HeroSection_cursor__OapXO{animation:none;opacity:1}}@media (prefers-contrast:high){.HeroSection_heroOverlay__OlhfI{background:rgba(0,0,0,.8)!important}.HeroSection_cursorLocations__8_AZi,.HeroSection_cursorProfessionals__qRPWD,.HeroSection_cursorResearch__vB8ZD,.HeroSection_cursor__OapXO,.HeroSection_heroSubtitle__MaUbS,.HeroSection_heroTitle__4xvT8,.HeroSection_typedTextArchive__x2HBu,.HeroSection_typedTextLocations__llOFs,.HeroSection_typedTextProfessionals__fkHgd,.HeroSection_typedTextResearch__XWAif{color:#ffffff;text-shadow:0 2px 8px rgba(0,0,0,1)}.HeroSection_ctaButtonPrimary__GPjO7{background:#000000;color:#ffffff;border:2px solid #ffffff}.HeroSection_ctaButtonSecondary__SIwbA{background:rgba(255,255,255,.9);border:2px solid #ffffff;color:#000000}}@media (prefers-reduced-data:reduce){.HeroSection_heroVideo__qJidv{display:none}.HeroSection_hero__Bnt94{background:linear-gradient(135deg,#1e3a8a,#3730a3)}}@media (max-width:480px) and (max-height:800px){.HeroSection_heroVideo__qJidv{filter:brightness(.8)}}@media print{.HeroSection_heroVideo__qJidv{display:none}.HeroSection_hero__Bnt94{background:#ffffff;color:#000000;min-height:auto}.HeroSection_heroSubtitle__MaUbS,.HeroSection_heroTitle__4xvT8{color:#000000;text-shadow:none}}.caseCard_card__XBTIV{display:flex;flex-direction:column;background:var(--background);border:1px solid var(--border);border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 8px var(--shadow);max-width:100%;margin:0}.caseCard_card__XBTIV:hover{transform:translateY(-4px);box-shadow:0 8px 16px var(--shadow)}.caseCard_dark-mode__toym0 .caseCard_card__XBTIV{background:#1f2937;border-color:var(--border)}.caseCard_noImageCard__rSqfj{padding:1.5rem}.caseCard_imageContainer__3MI93{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.caseCard_image__u9ZNZ{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-bottom:1px solid var(--border);transition:transform .3s ease}.caseCard_card__XBTIV:hover .caseCard_image__u9ZNZ{transform:scale(1.05)}.caseCard_dark-mode__toym0 .caseCard_image__u9ZNZ{border-bottom-color:var(--border)}.caseCard_content__BXnmQ{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.caseCard_title__4B9ct{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:var(--primary);margin:0;line-height:1.3;letter-spacing:-.015em}.caseCard_title__4B9ct:hover{color:var(--primary-hover);text-decoration:underline}.caseCard_concern__1U2Jh{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);margin:0;line-height:1.6}.caseCard_concern__1U2Jh strong{font-weight:600;color:var(--text)}.caseCard_specialty__XQr65{font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;color:var(--text);margin:0;display:flex;align-items:center;gap:.5rem;line-height:1.5}.caseCard_specialty__XQr65 strong{font-weight:600}.caseCard_tags__nSlc5{display:flex;flex-wrap:wrap;gap:.5rem}.caseCard_tag__aOQ0W{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:var(--text);background:var(--background-secondary);border:1px solid var(--border);border-radius:12px;padding:.25rem .75rem;transition:background .2s ease,border-color .2s ease}.caseCard_tag__aOQ0W:hover{background:var(--primary-light);border-color:var(--primary)}.caseCard_moreTag__6hIN_{background:var(--border);color:var(--text-secondary)}.caseCard_postedDate__i9nQh{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#6b7280;margin:0;line-height:1.5}.caseCard_postedDate__i9nQh:hover{color:var(--primary);background:var(--primary-light)}.caseCard_contributor__5hqgj{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#6b7280}.caseCard_dark-mode__toym0 .caseCard_contributor__5hqgj,.caseCard_dark-mode__toym0 .caseCard_moreTag__6hIN_,.caseCard_dark-mode__toym0 .caseCard_postedDate__i9nQh{color:#9ca3af}.caseCard_contributorAvatar__bNNIi{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--border)}.caseCard_dark-mode__toym0 .caseCard_contributorAvatar__bNNIi{border-color:var(--border)}.caseCard_error__fmQSi{font-family:Inter,sans-serif;font-size:.95rem;color:#ef4444;text-align:center;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--background);box-shadow:0 2px 4px var(--shadow)}.caseCard_dark-mode__toym0 .caseCard_error__fmQSi{background:#1f2937;border-color:var(--border)}.caseCard_dark-mode__toym0 .caseCard_concern__1U2Jh,.caseCard_dark-mode__toym0 .caseCard_specialty__XQr65,.caseCard_dark-mode__toym0 .caseCard_title__4B9ct{color:var(--text)}.caseCard_dark-mode__toym0 .caseCard_tag__aOQ0W{background:var(--background-secondary);border-color:var(--border);color:var(--text)}.caseCard_dark-mode__toym0 .caseCard_tag__aOQ0W:hover{background:var(--primary-light);border-color:var(--primary)}@media (max-width:768px){.caseCard_card__XBTIV{border-radius:12px}.caseCard_content__BXnmQ{padding:1rem}.caseCard_title__4B9ct{font-size:1.1rem}.caseCard_concern__1U2Jh,.caseCard_specialty__XQr65{font-size:.9rem}.caseCard_contributor__5hqgj,.caseCard_postedDate__i9nQh{font-size:.85rem}.caseCard_contributorAvatar__bNNIi{width:20px;height:20px}.caseCard_tag__aOQ0W{font-size:.8rem;padding:.2rem .6rem}}@media (max-width:480px){.caseCard_card__XBTIV{border-radius:10px}.caseCard_content__BXnmQ{padding:.75rem}.caseCard_title__4B9ct{font-size:1rem}.caseCard_concern__1U2Jh,.caseCard_specialty__XQr65{font-size:.85rem}.caseCard_contributor__5hqgj,.caseCard_postedDate__i9nQh{font-size:.8rem}.caseCard_error__fmQSi{font-size:.9rem;padding:.75rem}.caseCard_tag__aOQ0W{font-size:.75rem;padding:.15rem .5rem}.caseCard_tags__nSlc5{gap:.4rem}}.FeaturedSection_featuredSection__jCGVc{width:100%;max-width:1024px;margin:1rem auto;padding:1.5rem 1rem;box-sizing:border-box}.FeaturedSection_sectionTitle__nFRHj{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text);margin:0 0 1rem;text-align:left;letter-spacing:-.01em}.FeaturedSection_featuredCard__JntmR{width:100%;max-width:100%;margin:0}.FeaturedSection_emptySection__XJ5pK{text-align:center;padding:1.5rem;background:var(--background);border:1px solid var(--border);border-radius:8px;margin:1rem 0;width:100%;box-sizing:border-box}.FeaturedSection_emptyText__B6uPH{font-family:Inter,sans-serif;font-size:1rem;color:var(--text);margin:0 0 1rem;opacity:.8}.FeaturedSection_ctaButtonSecondary__L0ndG{display:inline-flex;align-items:center;gap:.5rem;background:var(--background);color:var(--primary);padding:.625rem 1.25rem;border:1px solid var(--border);border-radius:6px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.FeaturedSection_ctaButtonSecondary__L0ndG:hover{background:var(--primary);color:#ffffff;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.15)}@media (max-width:1280px){.FeaturedSection_featuredSection__jCGVc{max-width:900px;padding:1.25rem .75rem}}@media (max-width:768px){.FeaturedSection_featuredSection__jCGVc{max-width:100%;padding:1rem .5rem}.FeaturedSection_sectionTitle__nFRHj{font-size:1.375rem}}@media (max-width:480px){.FeaturedSection_sectionTitle__nFRHj{font-size:1.25rem}.FeaturedSection_emptyText__B6uPH{font-size:.9rem}.FeaturedSection_ctaButtonSecondary__L0ndG{width:100%;max-width:200px;justify-content:center}}@media (prefers-reduced-motion:reduce){.FeaturedSection_ctaButtonSecondary__L0ndG{transition:none}.FeaturedSection_ctaButtonSecondary__L0ndG:hover{transform:none}}@media (prefers-contrast:high){.FeaturedSection_sectionTitle__nFRHj{color:var(--text)}.FeaturedSection_ctaButtonSecondary__L0ndG{border-color:var(--text);color:var(--text)}}.Home_hero__p9CgG{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:var(--surface);border-bottom:1px solid var(--border);margin:0;padding:0}.Home_heroVideo__aePe6{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;filter:brightness(.7) saturate(1.2)}.Home_heroOverlay__Qu2GA{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2}[data-theme=dark] .Home_heroOverlay__Qu2GA{background:rgba(0,0,0,.6)}[data-theme=light] .Home_heroOverlay__Qu2GA{background:rgba(0,0,0,.4)}.Home_heroContent__0Qcp4{position:relative;z-index:3;max-width:900px;color:#ffffff;margin:0;padding:0 1rem;width:100%;box-sizing:border-box}.Home_heroTitle__o1MWM{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.8)}.Home_heroSubtitle__Cn_ce,.Home_heroTitle__o1MWM{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#ffffff}.Home_heroSubtitle__Cn_ce{font-size:clamp(1rem,2.5vw,1.25rem);margin:0 auto 2rem;max-width:800px;line-height:1.7;font-weight:400;text-shadow:0 1px 4px rgba(0,0,0,.8)}.Home_typedTextArchive__xa74X{color:#60a5fa}.Home_typedTextArchive__xa74X,.Home_typedTextResearch__nr4Ef{display:inline-block;min-height:1.4em;min-width:2ch;text-shadow:0 1px 4px rgba(0,0,0,.8)}.Home_typedTextResearch__nr4Ef{color:#34d399}.Home_typedTextProfessionals__K3YSP{color:#fbbf24}.Home_typedTextLocations__zPW9l,.Home_typedTextProfessionals__K3YSP{display:inline-block;min-height:1.4em;min-width:2ch;text-shadow:0 1px 4px rgba(0,0,0,.8)}.Home_typedTextLocations__zPW9l{color:#f472b6}.Home_cursor__gCqoj{display:inline-block;width:2px;color:#60a5fa;animation:Home_blink__rXzHc 1s infinite;font-weight:400;text-shadow:0 0 4px rgba(96,165,250,.6)}.Home_cursorResearch__q4y9U{display:inline-block;width:2px;color:#34d399;animation:Home_blink__rXzHc 1.2s infinite;font-weight:400;text-shadow:0 0 4px rgba(52,211,153,.6)}.Home_cursorProfessionals__WNF_N{display:inline-block;width:2px;color:#fbbf24;animation:Home_blink__rXzHc .8s infinite;font-weight:400;text-shadow:0 0 4px rgba(251,191,36,.6)}.Home_cursorLocations__O8nRR{display:inline-block;width:2px;color:#f472b6;animation:Home_blink__rXzHc 1.1s infinite;font-weight:400;text-shadow:0 0 4px rgba(244,114,182,.6)}@keyframes Home_blink__rXzHc{0%,50%{opacity:1;transform:scale(1)}51%,to{opacity:0;transform:scale(.95)}}.Home_heroButtons__w38oP{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.Home_ctaButtonPrimary__qS0FJ{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#ffffff;padding:.875rem 1.75rem;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;box-shadow:0 4px 14px var(--shadow)}.Home_ctaButtonPrimary__qS0FJ:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow)}.Home_ctaButtonSecondary__w7PDo{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#ffffff;padding:.875rem 1.75rem;border:2px solid var(--primary);border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px)}.Home_ctaButtonSecondary__w7PDo:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow)}.Home_dark-mode___CsEt .Home_ctaButtonPrimary__qS0FJ,[data-theme=dark] .Home_ctaButtonPrimary__qS0FJ{background:var(--primary);box-shadow:0 4px 14px var(--shadow)}.Home_dark-mode___CsEt .Home_ctaButtonPrimary__qS0FJ:hover,[data-theme=dark] .Home_ctaButtonPrimary__qS0FJ:hover{background:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}.Home_dark-mode___CsEt .Home_ctaButtonSecondary__w7PDo,[data-theme=dark] .Home_ctaButtonSecondary__w7PDo{background:transparent;border-color:var(--primary);color:var(--primary);box-shadow:none}.Home_dark-mode___CsEt .Home_ctaButtonSecondary__w7PDo:hover,[data-theme=dark] .Home_ctaButtonSecondary__w7PDo:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}:root .Home_ctaButtonPrimary__qS0FJ,[data-theme=light] .Home_ctaButtonPrimary__qS0FJ{background:var(--primary);box-shadow:0 4px 14px var(--shadow)}:root .Home_ctaButtonPrimary__qS0FJ:hover,[data-theme=light] .Home_ctaButtonPrimary__qS0FJ:hover{background:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}:root .Home_ctaButtonSecondary__w7PDo,[data-theme=light] .Home_ctaButtonSecondary__w7PDo{background:transparent;border-color:var(--primary);color:#ffffff;box-shadow:none}:root .Home_ctaButtonSecondary__w7PDo:hover,[data-theme=light] .Home_ctaButtonSecondary__w7PDo:hover{background:var(--primary);color:#ffffff;border-color:var(--primary-hover);box-shadow:0 8px 25px var(--shadow)}.Home_container__JIzbW{width:100%;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;background:var(--background)}.Home_heroHeader__Y1Z1d{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.Home_heroIcon__rnLTU{color:var(--primary);filter:drop-shadow(0 2px 4px var(--shadow))}.Home_heroStats__DoMXo{display:flex;align-items:center;justify-content:center;gap:1.5rem;opacity:.8;padding:1rem;background:var(--background);border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 3px var(--shadow)}.Home_statItem__0TSwj{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text);font-weight:500;padding:.5rem .75rem;border-radius:8px;background:var(--surface);transition:all .2s ease}.Home_statItem__0TSwj:hover{background:var(--primary);color:#ffffff;transform:translateY(-1px)}.Home_statDivider__6_o6p{width:2px;height:16px;background:var(--primary);opacity:.3;border-radius:1px}.Home_loadingSection__bA_7m{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 60px)}.Home_errorSection__fY6mw{text-align:center;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:1rem 0}.Home_dark-mode___CsEt .Home_errorSection__fY6mw{background:#431f1f;border-color:#7f1d1d}.Home_errorText__JgavA{font-family:Inter,sans-serif;font-size:.875rem;color:#dc2626;font-weight:500}.Home_emptySection__tt3Tl{text-align:center;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;margin:1rem 0;box-shadow:0 1px 3px var(--shadow)}.Home_emptyText__BTUYL{font-family:Inter,sans-serif;font-size:1rem;color:var(--text);margin:0 0 1rem;opacity:.8}.Home_featuredSection__H_Dj1,.Home_leaderboardSection__QXEi_,.Home_recentSection__BQnGF,.Home_specialtySection__cKNgz,.Home_statsSection__pkU4T,.Home_trendingSection__Ij55F{padding:1.5rem 0;margin:0;width:100%}.Home_sectionTitle__AXpCD{font-family:Inter,sans-serif;font-size:1.625rem;font-weight:700;color:var(--text);margin:0 0 1.25rem;text-align:left;letter-spacing:-.01em;position:relative;padding-left:1rem}.Home_sectionTitle__AXpCD:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--primary);border-radius:2px}.Home_featuredCard__s_CoK{max-width:600px;margin:0 auto}.Home_caseList__VhtkF{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.Home_leaderboard__Cvxdu{display:flex;flex-wrap:wrap;gap:.75rem}.Home_contributor__zRV9n{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text);transition:all .3s ease;font-size:.875rem;position:relative;overflow:hidden}.Home_contributor__zRV9n:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--primary);transition:width .3s ease;z-index:-1}.Home_contributor__zRV9n:hover:before{width:100%}.Home_contributor__zRV9n:hover{color:#ffffff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px var(--shadow)}.Home_contributorAvatar__SqiOi{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--primary)}.Home_contributor__zRV9n div{display:flex;flex-direction:column}.Home_contributor__zRV9n span{font-size:.875rem;font-weight:600}.Home_contributor__zRV9n small{font-size:.75rem;opacity:.8}.Home_statsContainer__HGq88{width:100%;max-width:600px;margin:.75rem auto;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:0 4px 12px var(--shadow)}.Home_chartWrapper__Is4a0{position:relative;width:100%;height:280px;background:var(--background);border-radius:8px}.Home_loadMoreContainer__U__T7{display:flex;justify-content:center;margin:1.5rem 0}@media (max-width:768px){.Home_hero__p9CgG{min-height:calc(70vh - 92px);margin:0;padding:0;width:100vw}.Home_heroContent__0Qcp4{padding:0 1rem}.Home_heroTitle__o1MWM{font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.Home_heroSubtitle__Cn_ce{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1.5rem}.Home_heroButtons__w38oP{gap:.75rem;margin-top:1.5rem}.Home_ctaButtonPrimary__qS0FJ,.Home_ctaButtonSecondary__w7PDo{padding:.875rem 1.5rem;font-size:.9rem}.Home_container__JIzbW{padding:0;min-height:calc(100vh - 56px);gap:1rem;width:100vw}.Home_heroStats__DoMXo{gap:1rem;padding:.75rem}.Home_statItem__0TSwj{font-size:.8rem;padding:.375rem .5rem}.Home_featuredSection__H_Dj1,.Home_leaderboardSection__QXEi_,.Home_recentSection__BQnGF,.Home_specialtySection__cKNgz,.Home_statsSection__pkU4T,.Home_trendingSection__Ij55F{padding:1rem 0;margin:0;width:100vw}.Home_sectionTitle__AXpCD{font-size:1.375rem}.Home_caseList__VhtkF{grid-template-columns:1fr;gap:.75rem}.Home_contributor__zRV9n{flex:1 1 100%;padding:.5rem .75rem}.Home_statsContainer__HGq88{padding:.75rem;margin:.5rem 0}.Home_chartWrapper__Is4a0{height:240px}}@media (max-width:480px){.Home_hero__p9CgG{min-height:calc(60vh - 80px);margin:0;padding:0;width:100vw}.Home_heroContent__0Qcp4{padding:0 .75rem}.Home_heroTitle__o1MWM{font-size:clamp(1.25rem,4vw,1.75rem)}.Home_heroSubtitle__Cn_ce{font-size:clamp(.8rem,2vw,.9rem);line-height:1.6}.Home_heroButtons__w38oP{flex-direction:column;gap:.75rem;align-items:center}.Home_ctaButtonPrimary__qS0FJ,.Home_ctaButtonSecondary__w7PDo{width:100%;max-width:320px;justify-content:center;padding:.875rem 1rem;font-size:.9rem}.Home_container__JIzbW{padding:0;gap:.75rem;width:100vw}.Home_heroHeader__Y1Z1d,.Home_heroStats__DoMXo{flex-direction:column;gap:.75rem}.Home_statDivider__6_o6p{width:24px;height:2px}.Home_sectionTitle__AXpCD{font-size:1.25rem}.Home_emptyText__BTUYL{font-size:.9rem}.Home_chartWrapper__Is4a0{height:200px}}@media (prefers-reduced-motion:reduce){.Home_heroVideo__aePe6{animation-play-state:paused}.Home_contributor__zRV9n,.Home_ctaButtonPrimary__qS0FJ,.Home_ctaButtonSecondary__w7PDo,.Home_statItem__0TSwj{transition:none}.Home_contributor__zRV9n:hover,.Home_ctaButtonPrimary__qS0FJ:hover,.Home_ctaButtonSecondary__w7PDo:hover,.Home_statItem__0TSwj:hover{transform:none}.Home_cursorLocations__O8nRR,.Home_cursorProfessionals__WNF_N,.Home_cursorResearch__q4y9U,.Home_cursor__gCqoj{animation:none;opacity:1}.Home_contributor__zRV9n:before,.Home_ctaButtonPrimary__qS0FJ:before,.Home_ctaButtonSecondary__w7PDo:before{transition:none}}@media (prefers-contrast:high){.Home_heroOverlay__Qu2GA{background:rgba(0,0,0,.8)!important}.Home_cursorLocations__O8nRR,.Home_cursorProfessionals__WNF_N,.Home_cursorResearch__q4y9U,.Home_cursor__gCqoj,.Home_heroSubtitle__Cn_ce,.Home_heroTitle__o1MWM,.Home_typedTextArchive__xa74X,.Home_typedTextLocations__zPW9l,.Home_typedTextProfessionals__K3YSP,.Home_typedTextResearch__nr4Ef{color:#ffffff;text-shadow:0 2px 8px rgba(0,0,0,1)}.Home_ctaButtonPrimary__qS0FJ{background:#000000;color:#ffffff;border:2px solid #ffffff}.Home_ctaButtonSecondary__w7PDo{background:rgba(255,255,255,.9);border:2px solid #ffffff;color:#000000}.Home_emptySection__tt3Tl,.Home_heroStats__DoMXo,.Home_statItem__0TSwj,.Home_statsContainer__HGq88{border-color:var(--text)}}@media (prefers-reduced-data:reduce){.Home_heroVideo__aePe6{display:none}.Home_hero__p9CgG{background:linear-gradient(135deg,#1e3a8a,#3730a3)}}@media (max-width:480px) and (max-height:800px){.Home_heroVideo__aePe6{filter:brightness(.8)}}@media print{.Home_heroVideo__aePe6{display:none}.Home_hero__p9CgG{background:#ffffff;color:#000000;min-height:auto}.Home_heroSubtitle__Cn_ce,.Home_heroTitle__o1MWM{color:#000000;text-shadow:none}}.StatsSection_statsSection__INTE2{padding:1.5rem 0;width:100%;max-width:100%;overflow:hidden}.StatsSection_container__tKt9q{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 12px var(--shadow);max-width:100%;width:100%;margin:0 auto;overflow:hidden;transition:all .3s ease}.StatsSection_container__tKt9q:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--shadow)}.StatsSection_header__aHe2H{padding:1.5rem 1.5rem 0}.StatsSection_title__JLZQS{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text);margin:0;line-height:1.3}.StatsSection_description__QxCiw{font-family:Inter,sans-serif;font-size:.95rem;color:var(--text);margin:.75rem 0 0;line-height:1.5;opacity:.8;font-weight:400}.StatsSection_content__OpHSr{padding:1.5rem;width:100%;overflow:hidden}.StatsSection_chartContainer__rqJew{width:100%;height:400px;background:var(--surface);border-radius:8px;border:1px solid var(--border);padding:15px}.StatsSection_barCell__mAfPs{transition:all .3s ease;cursor:pointer}.StatsSection_barCell__mAfPs:hover{filter:brightness(1.1);transform:scale(1.05)}.StatsSection_tooltip__MwDyZ{background:var(--surface);border:1px solid var(--primary);border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 12px var(--shadow);z-index:1000}.StatsSection_tooltipText__54iL8{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text);margin:0;font-weight:500;line-height:1.4;text-align:center}.StatsSection_footer__j5LL8{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.StatsSection_footerText__zz638{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;color:var(--text)}.StatsSection_footerIcon__QRrpR{width:1rem;height:1rem;color:var(--primary)}.StatsSection_footerSubtext__BlhVB{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text);opacity:.7;line-height:1.5;font-weight:400}.StatsSection_errorContainer__AnFFH{text-align:center;border-color:#f87171;background:linear-gradient(135deg,var(--surface),#fef2f2)}.StatsSection_errorContent__udNPQ{padding:1.5rem}.StatsSection_errorText__jaZi8{font-family:Inter,sans-serif;font-size:.95rem;color:#dc2626;font-weight:500;margin:0;line-height:1.5}.StatsSection_emptyText__fu64e{font-family:Inter,sans-serif;font-size:1rem;color:var(--text);margin:0 0 1rem;opacity:.8;text-align:center;line-height:1.5;font-weight:400}.StatsSection_ctaButton__7DTKR{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#ffffff;padding:.75rem 1.5rem;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease;margin:0 auto;min-width:160px;cursor:pointer;box-shadow:0 2px 8px var(--shadow)}.StatsSection_ctaButton__7DTKR:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow)}.StatsSection_ctaButton__7DTKR:active{transform:translateY(0);box-shadow:0 2px 4px var(--shadow)}.StatsSection_dark-mode__fjt6K .StatsSection_container__tKt9q{background:var(--surface);border-color:var(--border);box-shadow:0 4px 12px var(--shadow)}.StatsSection_dark-mode__fjt6K .StatsSection_errorContainer__AnFFH{background:linear-gradient(135deg,var(--surface),#431f1f)}.StatsSection_dark-mode__fjt6K .StatsSection_errorText__jaZi8{color:#f87171}.StatsSection_dark-mode__fjt6K .StatsSection_tooltip__MwDyZ{background:var(--surface);border-color:var(--primary)}@media (max-width:768px){.StatsSection_statsSection__INTE2{padding:1rem 0}.StatsSection_container__tKt9q{margin:0 .5rem;max-width:calc(100% - 1rem)}.StatsSection_header__aHe2H{padding:1rem 1rem 0}.StatsSection_content__OpHSr{padding:1rem}.StatsSection_chartContainer__rqJew{height:360px;padding:10px}.StatsSection_title__JLZQS{font-size:1.25rem}.StatsSection_description__QxCiw{font-size:.875rem}.StatsSection_footer__j5LL8{padding:0 1rem 1rem}.StatsSection_footerText__zz638{font-size:.875rem}.StatsSection_footerSubtext__BlhVB{font-size:.8125rem}.StatsSection_emptyText__fu64e{font-size:.95rem}.StatsSection_ctaButton__7DTKR{width:100%;max-width:240px;padding:.75rem 1rem}}@media (max-width:480px){.StatsSection_chartContainer__rqJew{height:320px}.StatsSection_title__JLZQS{font-size:1.125rem}.StatsSection_description__QxCiw,.StatsSection_footerText__zz638{font-size:.8125rem}.StatsSection_footerSubtext__BlhVB{font-size:.75rem}.StatsSection_emptyText__fu64e{font-size:.9rem}.StatsSection_ctaButton__7DTKR{font-size:.85rem}}@media (prefers-reduced-motion:reduce){.StatsSection_barCell__mAfPs,.StatsSection_container__tKt9q,.StatsSection_ctaButton__7DTKR{transition:none}.StatsSection_barCell__mAfPs:hover,.StatsSection_container__tKt9q:hover,.StatsSection_ctaButton__7DTKR:hover{transform:none}}@media (prefers-contrast:high){.StatsSection_description__QxCiw,.StatsSection_emptyText__fu64e,.StatsSection_errorText__jaZi8,.StatsSection_footerSubtext__BlhVB,.StatsSection_footerText__zz638,.StatsSection_title__JLZQS,.StatsSection_tooltipText__54iL8{-webkit-text-fill-color:var(--text);background:none;opacity:1}.StatsSection_ctaButton__7DTKR{border:2px solid var(--text);color:var(--text);background:var(--surface)}.StatsSection_ctaButton__7DTKR:hover{background:var(--text);color:var(--surface)}.StatsSection_container__tKt9q,.StatsSection_tooltip__MwDyZ{border-width:2px}}@media print{.StatsSection_statsSection__INTE2{-moz-column-break-inside:avoid;break-inside:avoid}.StatsSection_container__tKt9q{box-shadow:none;border:1px solid #000}.StatsSection_ctaButton__7DTKR{display:none}}