.home-page{width:min(1440px,calc(100% - 2rem));margin-inline:auto}.home-flash{display:flex;align-items:flex-start;gap:.85rem;max-width:52rem;margin:1rem auto 0;padding:1rem 1.15rem;border:1px solid rgba(20,160,111,.18);border-radius:1.25rem;background:#ecfdf5;color:#0f8a68}.home-flash strong,.home-flash span{display:block}.home-flash span:last-child{color:#46655b}.home-hero{padding:4rem 1rem 3rem;background:linear-gradient(160deg,#001f40,#003466 55%,#0f4080);border-radius:0 0 2rem 2rem;margin-bottom:0}.home-hero__inner{display:flex;flex-direction:column;align-items:center;gap:1.75rem;max-width:62rem;margin:0 auto;text-align:center}.home-hero h1{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:800;line-height:1.06;letter-spacing:-.04em;color:#fff}.home-hero h1 span{color:#7db8ff}.home-hero>.home-hero__inner>p{margin:0;color:#ffffffb3;font-size:1.08rem;line-height:1.6}.home-hero__search{display:flex;align-items:center;gap:.5rem;width:min(100%,54rem);padding:.4rem .4rem .4rem 1.25rem;border-radius:1rem;background:#fff;box-shadow:0 20px 48px #00000040}.home-hero__search-field{display:flex;align-items:center;gap:.75rem;flex:1 1 auto}.home-hero__search-field .material-symbols-outlined{color:#7b8fa1;font-size:1.3rem;flex-shrink:0}.home-hero__search-field input{width:100%;min-height:3rem;border:none;background:transparent;color:#191c1e;font-size:1rem;outline:none}.home-hero__search-field input::placeholder{color:#9aa6b4}.home-hero__cats{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.home-cat-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .9rem;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#ffffffe0;font-size:.85rem;font-weight:600;transition:background .16s ease,border-color .16s ease,color .16s ease}.home-cat-chip:hover{background:#ffffff38;border-color:#ffffff59;color:#fff}.home-cat-chip--all{background:#7db8ff26;border-color:#7db8ff4d;color:#a5ceff}.home-cat-chip--all:hover{background:#7db8ff40;color:#c5dfff}.home-cat-chip--all .material-symbols-outlined{font-size:1rem}.home-stats-bar{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;padding:1.25rem 2rem;background:#f2f5f8;border-bottom:1px solid rgba(195,198,209,.35);margin-bottom:0}.home-stats-bar__item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.5rem 2.5rem;text-align:center}.home-stats-bar__item strong{font-family:Manrope,Inter,sans-serif;font-size:1.6rem;font-weight:800;color:#003466;line-height:1}.home-stats-bar__item span{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6a7e93}.home-stats-bar__sep{width:1px;height:2.5rem;background:#c3c6d180}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.home-section-head h2{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#003466}.home-section-head p{margin:.3rem 0 0;color:#6a7e93;font-size:.92rem}.home-see-all{display:inline-flex;align-items:center;gap:.2rem;color:#1a4b84;font-weight:700;font-size:.9rem;white-space:nowrap;flex-shrink:0}.home-see-all .material-symbols-outlined{font-size:1.1rem}.home-see-all:hover{color:#003466}.home-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:3rem;padding:.8rem 1.5rem;border:1px solid transparent;border-radius:.85rem;font-weight:700;font-size:.95rem;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.home-button--primary{background:linear-gradient(135deg,#003466,#1a4b84);color:#fff;box-shadow:0 10px 24px #0034662e}.home-button--primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0034663d}.home-button--secondary{background:#e6e8ea;color:#191c1e}.home-button--secondary:hover{background:#d8dce0}.home-button--ghost{border-color:#c3c6d180;background:#ffffffbd;color:#191c1e}.home-button--white{background:#fff;color:#003466;font-weight:800;box-shadow:0 8px 20px #00000026}.home-button--white:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0003}.home-button--ghost-light{border:1px solid rgba(255,255,255,.3);background:#ffffff1a;color:#ffffffe0}.home-button--ghost-light:hover{background:#ffffff2e;color:#fff}.home-kicker{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;background:#d5e3ff;color:#144780;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem}.home-events-main{padding:3rem 0 3.5rem}.home-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-ev-card{display:flex;flex-direction:column;border:1px solid rgba(195,198,209,.3);border-radius:1.25rem;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-ev-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #191c1e1a}.home-ev-card__media{position:relative;display:block;height:13rem;background:linear-gradient(135deg,#d8e7fb,#e8f2fc);overflow:hidden}.home-ev-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-ev-card:hover .home-ev-card__media img{transform:scale(1.06)}.home-ev-card__media--empty{display:flex;align-items:center;justify-content:center}.home-ev-card__media--empty .material-symbols-outlined{font-size:3rem;color:#00346640}.home-ev-card__access-badge{position:absolute;top:.75rem;left:.75rem;padding:.3rem .7rem;border-radius:999px;background:#ffffffeb;color:#003466;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-ev-card__past-badge{position:absolute;top:.75rem;right:.75rem;padding:.3rem .7rem;border-radius:999px;background:#b45309e0;color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-ev-card__body{display:flex;flex-direction:column;gap:.55rem;padding:1.25rem 1.25rem 1.5rem;flex:1}.home-ev-card__when{display:flex;align-items:center;gap:.4rem;color:#1a4b84;font-size:.82rem;font-weight:700}.home-ev-card__when .material-symbols-outlined{font-size:.95rem}.home-ev-card__title{font-family:Manrope,Inter,sans-serif;font-size:1.15rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#191c1e;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-ev-card__title:hover{color:#003466}.home-ev-card__where,.home-ev-card__group{display:flex;align-items:center;gap:.4rem;color:#6a7e93;font-size:.85rem}.home-ev-card__where .material-symbols-outlined,.home-ev-card__group .material-symbols-outlined{font-size:1rem;flex-shrink:0;color:#9aa6b4}.home-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .8rem;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-status-pill--past{background:#fff4e5;color:#b45309}.home-spotlight{padding:0 0 3.5rem}.home-spotlight__card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);border:1px solid rgba(195,198,209,.3);border-radius:1.75rem;background:#fff;overflow:hidden;box-shadow:0 16px 40px #191c1e12}.home-spotlight__media{position:relative;min-height:28rem;background:#d1e4fc}.home-spotlight__media img{width:100%;height:100%;object-fit:cover}.home-spotlight__media-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d8e7fb,#eef4fb)}.home-spotlight__media-empty .material-symbols-outlined{font-size:5rem;color:#00346633}.home-spotlight__badge{position:absolute;top:1.25rem;left:1.25rem;padding:.4rem .9rem;border-radius:999px;background:#003466e0;color:#fff;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home-spotlight__badge--past{background:#b45309d9}.home-spotlight__body{display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:3rem}.home-spotlight__pills{display:flex;flex-wrap:wrap;gap:.6rem}.home-spotlight__pills span{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#335f99}.home-spotlight__body h3{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#003466}.home-spotlight__body h3 a{color:inherit}.home-spotlight__body h3 a:hover{color:#1a4b84}.home-spotlight__meta{display:grid;gap:.75rem}.home-spotlight__meta div{display:flex;align-items:center;gap:.5rem;color:#6a7e93;font-size:.9rem}.home-spotlight__meta .material-symbols-outlined{font-size:1.1rem;color:#9aa6b4}.home-spotlight__actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.25rem}.home-groups-section{padding:0 0 3.5rem}.home-groups-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-group-card{border:1px solid rgba(195,198,209,.3);border-radius:1.25rem;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-group-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #191c1e1a}.home-group-card__media{display:block;height:11rem;background:linear-gradient(135deg,#d8e7fb,#eef4fb)}.home-group-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.home-group-card:hover .home-group-card__media img{transform:scale(1.05)}.home-group-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#d8e7fb,#eef4fb)}.home-group-card__body{display:grid;gap:.75rem;padding:1.25rem}.home-group-card__meta{color:#335f99;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-group-card__title{font-family:Manrope,Inter,sans-serif;font-size:1.2rem;font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#003466}.home-group-card__body p{margin:0;color:#6a7e93;font-size:.88rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-group-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#6a7e93;font-size:.85rem}.home-group-card__footer span{display:flex;align-items:center;gap:.35rem}.home-group-card__footer span .material-symbols-outlined{font-size:1rem}.home-group-card__footer a{color:#1a4b84;font-weight:700;font-size:.85rem}.home-group-card__footer a:hover{color:#003466}.home-browse{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;padding:0 0 3.5rem}.home-browse__block{padding:1.75rem;border:1px solid rgba(195,198,209,.3);border-radius:1.5rem;background:#fff}.home-browse__block h3{margin:0 0 1.25rem;font-family:Manrope,Inter,sans-serif;font-size:1.1rem;font-weight:800;letter-spacing:-.02em;color:#003466}.home-browse__pills{display:flex;flex-wrap:wrap;gap:.5rem}.home-browse__pill{display:inline-flex;align-items:center;min-height:2.4rem;padding:.5rem .9rem;border:1px solid rgba(195,198,209,.4);border-radius:999px;background:#f4f6f8;color:#36485b;font-size:.85rem;font-weight:600;transition:background .16s ease,border-color .16s ease,color .16s ease}.home-browse__pill:hover{background:#e0e8f4;border-color:#1a4b844d;color:#003466}.home-cta-band{margin-bottom:3.5rem;padding:3.5rem;border-radius:2rem;background:linear-gradient(135deg,#003466,#1a4b84);box-shadow:0 20px 48px #00346638}.home-cta-band__inner{display:grid;grid-template-columns:minmax(0,1.3fr) auto;gap:2rem;align-items:center}.home-cta-band__copy{display:grid;gap:.75rem}.home-cta-band__copy h2{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:#fff}.home-cta-band__copy p{margin:0;color:#ffffffb3;line-height:1.65}.home-cta-band__actions{display:grid;gap:.75rem;min-width:17rem}.home-newsletter-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.95fr);gap:2.5rem;align-items:center;margin-top:0;margin-bottom:3rem;padding:3.5rem;border-radius:1.75rem;background:#f2f5f8;border:1px solid rgba(195,198,209,.35)}.home-newsletter-band__content{display:grid;gap:.75rem}.home-newsletter-band__content h3{margin:0;font-family:Manrope,Inter,sans-serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.12;letter-spacing:-.04em;color:#003466}.home-newsletter-band__content p{margin:0;color:#6a7e93;line-height:1.6}.home-newsletter-band__form-wrap{display:grid;gap:.75rem}.home-newsletter-band__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.home-newsletter-band__form input{min-height:3.25rem;padding:0 1rem;border:1px solid rgba(195,198,209,.5);border-radius:.75rem;background:#fff;color:#191c1e;outline:none}.home-newsletter-band__form input:focus{border-color:#1a4b84}.home-newsletter-band__form input::placeholder{color:#9aa6b4}.home-newsletter-band__form button{min-height:3.25rem;padding:0 1.5rem;border:none;border-radius:.75rem;background:#003466;color:#fff;font-weight:800;cursor:pointer;transition:background .16s ease}.home-newsletter-band__form button:hover{background:#1a4b84}.home-newsletter-band__note{margin:0;color:#9aa6b4;font-size:.78rem}.home-empty{display:grid;gap:.75rem;justify-items:center;padding:3rem 2rem;border:1px dashed rgba(195,198,209,.5);border-radius:1.5rem;text-align:center;color:#003466}.home-empty .material-symbols-outlined{font-size:2.5rem;color:#9aa6b4}.home-empty h3{margin:0;font-family:Manrope,Inter,sans-serif;font-size:1.2rem;font-weight:800;color:#003466}.home-empty p{margin:0;color:#6a7e93;line-height:1.6}@media(max-width:1080px){.home-spotlight__card,.home-cta-band__inner,.home-newsletter-band{grid-template-columns:1fr}.home-events-grid,.home-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-browse{grid-template-columns:1fr}.home-spotlight__media{min-height:22rem}}@media(max-width:860px){.home-events-grid,.home-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-stats-bar__sep{display:none}.home-stats-bar{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:0}.home-stats-bar__item{padding:1.25rem 1rem;border-bottom:1px solid rgba(195,198,209,.3)}.home-stats-bar__item:nth-child(odd){border-right:1px solid rgba(195,198,209,.3)}.home-section-head{flex-direction:column;align-items:flex-start}.home-cta-band,.home-newsletter-band{padding:2.5rem 1.75rem}.home-newsletter-band__form{grid-template-columns:1fr}}@media(max-width:640px){.home-page{width:min(1440px,calc(100% - 1.25rem))}.home-hero{padding:2.5rem .75rem;border-radius:0 0 1.25rem 1.25rem}.home-hero h1{font-size:clamp(2rem,10vw,2.8rem)}.home-hero__search{flex-direction:column;align-items:stretch;padding:.75rem;gap:.75rem}.home-hero__search-field{padding:0 .25rem}.home-button{width:100%}.home-events-grid,.home-groups-grid{grid-template-columns:1fr}.home-spotlight__body{padding:1.75rem}.home-spotlight__body h3{font-size:1.6rem}.home-cta-band,.home-newsletter-band{padding:2rem 1.25rem;border-radius:1.25rem}.home-browse__block{padding:1.25rem}}
