:root{--navy:#0d1b2e;--navy-dark:#080f1c;--navy-light:#152440;--royal:#1a56db;--royal-dark:#1448b8;--white:#fff;--off-white:#f4f6f9;--gray-100:#e8ecf1;--gray-200:#d1d9e3;--gray-500:#6b7a90;--gray-700:#374151;--near-black:#0d111a;--orange:#d95f0a;--gold:#b8912a;--text-primary:#111827;--text-muted:#6b7a90}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;scroll-behavior:smooth}body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0}body{background:var(--navy);min-width:320px;min-height:100vh;color:var(--white);text-rendering:optimizelegibility;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}img,picture,svg,video,canvas{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer;border:none;font-family:inherit}select,input,textarea{color:inherit}ul[role=list],ol[role=list]{padding:0;list-style:none}a{color:var(--royal)}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--royal);outline-offset:2px}#root{min-height:100vh}.sr-only,.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.btn-primary,.btn-secondary,.btn-cta{justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--royal);color:var(--white);border-radius:4px;padding:.5rem 1.25rem;font-weight:600}.btn-primary:hover{background:var(--royal-dark);text-decoration:none}.btn-secondary{color:var(--royal);border:1px solid var(--royal);background:0 0;border-radius:4px;padding:.5rem 1.25rem;font-weight:600}.btn-secondary:hover{background:#1a56db1a;text-decoration:none}.btn-cta{background:var(--orange);color:var(--white);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.625rem 1.5rem;font-weight:700}.btn-cta:hover{background:#bf5209;text-decoration:none}.page-layout{flex-direction:column;min-height:100vh;display:flex}.page-main{flex:1}.section-separator{border-top:1px solid var(--navy-light)}.site-header{background:var(--navy-dark);border-bottom:1px solid var(--navy-light);z-index:100;position:sticky;top:0}.site-header__inner{align-items:center;gap:.75rem;height:56px;display:flex}.site-header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.site-header__logo-img{width:140px;height:auto;display:block}@media (width>=640px){.site-header__logo-img{width:180px}}.site-header__search{flex:1;max-width:340px;display:none}.site-header__search-input{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.35rem .75rem;font-size:.875rem}.site-header__nav{align-items:center;gap:.125rem;display:none}.site-header__nav-link{color:var(--gray-200);white-space:nowrap;border-radius:3px;padding:.35rem .6rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s}.site-header__nav-link:hover,.site-header__nav-link.active{background:var(--navy-light);color:#fff;text-decoration:none}.site-header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:none}.site-header__sign-in{color:var(--gray-200);font-size:.875rem;text-decoration:none}.site-header__sign-in:hover{color:#fff;text-decoration:none}.site-header__cta{padding:.35rem .875rem;font-size:.8rem}.site-header__mobile-controls{align-items:center;gap:.5rem;margin-left:auto;display:flex}.site-header__icon-btn{color:var(--gray-200);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.4rem;display:flex}.site-header__mobile-cta{color:#fff;background:var(--orange);white-space:nowrap;border-radius:4px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;text-decoration:none}@media (width>=1024px){.site-header__search{display:block}.site-header__nav,.site-header__actions{display:flex}.site-header__mobile-controls{display:none}}.mobile-menu-backdrop{z-index:200;background:#00000080;display:none;position:fixed;inset:0}.mobile-menu-backdrop.open{display:block}.mobile-menu{background:var(--navy-dark);border-left:1px solid var(--navy-light);z-index:300;visibility:hidden;pointer-events:none;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .25s;display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{visibility:visible;pointer-events:auto;transform:translate(0)}@media (prefers-reduced-motion:reduce){.mobile-menu{transition:none}}.mobile-menu__header{border-bottom:1px solid var(--navy-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-menu__logo{align-items:center;text-decoration:none;display:flex}.mobile-menu__logo-img{max-width:180px;height:auto;display:block}.mobile-menu__close{color:var(--gray-200);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem}.mobile-menu__close:hover{color:#fff;background:var(--navy-light)}.mobile-menu__list{flex:1;margin:0;padding:.5rem 0;list-style:none}.mobile-menu__item{border-bottom:1px solid #ffffff0f}.mobile-menu__link{color:var(--gray-200);padding:.875rem 1.25rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.mobile-menu__link:hover,.mobile-menu__link.active{background:var(--navy-light);color:#fff;text-decoration:none}.mobile-menu__footer{border-top:1px solid var(--navy-light);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.mobile-menu__cta{text-align:center;background:var(--orange);color:#fff;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.75rem 1rem;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.mobile-menu__sign-in{text-align:center;color:var(--gray-200);font-size:.875rem;text-decoration:none;display:block}.mobile-menu__sign-in:hover{color:#fff;text-decoration:none}.site-footer{background:var(--navy-dark);border-top:1px solid var(--navy-light);margin-top:auto}.site-footer__inner{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem;display:grid}@media (width>=768px){.site-footer__inner{grid-template-columns:200px 1fr}}.site-footer__logo{align-items:center;margin-bottom:.75rem;text-decoration:none;display:inline-flex}.site-footer__logo-img{max-width:180px;height:auto;display:block}.site-footer__mission{color:var(--gray-500);font-size:.875rem;line-height:1.5}.site-footer__nav{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=640px){.site-footer__nav{grid-template-columns:repeat(4,1fr)}}.site-footer__nav-heading{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.site-footer__nav ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__nav a{color:var(--gray-200);font-size:.875rem;text-decoration:none}.site-footer__nav a:hover{color:#fff;text-decoration:none}.site-footer__bottom{border-top:1px solid var(--navy-light);padding:1rem 0}.site-footer__bottom p{color:var(--gray-500);font-size:.8rem}.global-search{width:100%}.global-search__inner{background:var(--navy-light);border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.global-search__icon{color:var(--gray-500);flex-shrink:0}.global-search__input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.6rem 0;font-size:.9rem}.global-search__btn{background:var(--royal);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.35rem .875rem;font-size:.875rem;font-weight:600}.global-search__btn:hover{background:var(--royal-dark)}.verification-badge{border-radius:3px;align-items:center;gap:.25rem;padding:.15rem .4rem;font-size:.75rem;font-weight:600;display:inline-flex}.verification-badge--verified{color:#93b4f7;background:#1a56db33;border:1px solid #1a56db66}.verification-badge--claimed{color:#d4a84b;background:#b9912a26;border:1px solid #b9912a4d}.verification-badge--unverified{color:var(--gray-500);background:#6b7a9026;border:1px solid #6b7a904d}.verification-badge--sm{padding:.1rem .35rem;font-size:.7rem}.alphabet-nav{border-bottom:1px solid var(--navy-light);flex-wrap:wrap;gap:2px;margin-bottom:1rem;padding:.75rem 0;display:flex}.alphabet-nav__btn{color:var(--gray-200);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;min-width:1.75rem;height:1.75rem;font-size:.8rem;font-weight:600;transition:background .1s,color .1s;display:flex}.alphabet-nav__btn:hover{background:var(--navy-light);color:#fff}.alphabet-nav__btn.active{background:var(--royal);color:#fff;border-color:var(--royal)}.alphabet-nav__btn.disabled{color:var(--gray-700);cursor:default}.home-mission{background:var(--navy);border-bottom:1px solid var(--navy-light);padding:2.5rem 0 2rem}.home-mission__content{max-width:680px}.home-mission__heading{color:#fff;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.home-mission__center{color:var(--royal)}.home-mission__sub{color:var(--gray-200);max-width:560px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.home-mission__search{margin-bottom:1.25rem}.home-mission__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.home-mission__secondary{font-size:.9rem}.home-mission__links{flex-wrap:wrap;gap:1.5rem;display:flex}.home-mission__links a{color:var(--gray-200);font-size:.875rem;text-decoration:none}.home-mission__links a:hover{color:#fff}.home-directory{border-bottom:1px solid var(--navy-light);padding:2rem 0}.home-directory__header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem;display:flex}.home-directory__header h2{color:#fff;font-size:1.25rem;font-weight:700}.home-directory__view-all{color:var(--royal);font-size:.875rem;text-decoration:none}.home-directory__view-all:hover{text-decoration:underline}.home-directory__sub{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.home-directory__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.home-directory__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.home-directory__search-btn{font-size:.875rem}.home-directory__empty{color:var(--gray-500);font-size:.9rem}.home-directory__empty a{color:var(--royal)}.home-sections{padding:2rem 0}.home-sections__grid{background:var(--navy-light);border:1px solid var(--navy-light);border-radius:6px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1px;display:grid;overflow:hidden}.home-section-card{background:var(--navy);padding:1.25rem 1.5rem;text-decoration:none;transition:background .15s;display:block}.home-section-card:hover{background:var(--navy-light);text-decoration:none}.home-section-card h3{color:#fff;margin-bottom:.375rem;font-size:1rem;font-weight:700}.home-section-card p{color:var(--gray-500);font-size:.875rem;line-height:1.5}.directory-page{padding:1.5rem 0}.directory-page__header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.directory-page__header h1{color:#fff;font-size:1.5rem;font-weight:700}.directory-filters{margin-bottom:1rem}.directory-filters__row{margin-bottom:.5rem}.directory-filters__search{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.5rem .875rem;font-size:.9rem}.directory-filters__search::placeholder{color:var(--gray-500)}.directory-filters__selects{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.directory-filters__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.directory-filters__view-toggle{border:1px solid #ffffff26;border-radius:4px;margin-left:auto;display:flex;overflow:hidden}.directory-filters__view-btn{color:var(--gray-500);cursor:pointer;background:0 0;border:none;padding:.35rem .75rem;font-size:.875rem}.directory-filters__view-btn.active{background:var(--royal);color:#fff}.church-list{flex-direction:column;display:flex}.church-list__empty{text-align:center;color:var(--gray-500);padding:3rem 0}.church-list__empty a{color:var(--royal)}.church-row{border-bottom:1px solid var(--navy-light);flex-wrap:wrap;align-items:flex-start;gap:.875rem;padding:.875rem 0;display:flex}.church-row:last-child{border-bottom:none}.church-row__logo{flex-shrink:0;width:44px;height:44px}.church-row__logo img{object-fit:cover;border-radius:4px;width:44px;height:44px}.church-row__logo-placeholder{background:var(--navy-light);width:44px;height:44px;color:var(--gray-500);border-radius:4px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.church-row__info{flex:1;min-width:0}.church-row__name-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.church-row__name{color:#fff;font-size:1rem;font-weight:700;text-decoration:none}.church-row__name:hover{color:var(--royal);text-decoration:none}.church-row__meta{color:var(--gray-500);flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.church-row__sep{opacity:.5}.church-row__languages{color:var(--gray-500);margin-bottom:.25rem;font-size:.8rem}.church-row__known-for{flex-wrap:wrap;gap:.375rem;display:flex}.church-row__known-for-tag{color:#93b4f7;background:#1a56db26;border-radius:3px;padding:.1rem .4rem;font-size:.7rem;font-weight:600}.church-row__actions{flex-direction:column;flex-shrink:0;gap:.375rem;width:100%;display:flex}@media (width>=640px){.church-row__actions{flex-direction:row;align-self:center;width:auto}}.church-row__action-btn{border:1px solid var(--navy-light);color:var(--gray-200);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;padding:.25rem .625rem;font-size:.75rem;text-decoration:none;display:inline-block}.church-row__action-btn:hover{background:var(--navy-light);color:#fff;text-decoration:none}.directory-map-placeholder{text-align:center;color:var(--gray-500);border:1px solid var(--navy-light);border-radius:6px;margin-top:1rem;padding:2rem}.directory-map-placeholder button{color:var(--royal);cursor:pointer;font-size:inherit;background:0 0;border:none;text-decoration:underline}.church-profile__cover{background:var(--navy-light);height:200px;overflow:hidden}.church-profile__cover-img{object-fit:cover;width:100%;height:100%}.church-profile__cover-placeholder{background:var(--navy-light);width:100%;height:100%}.church-profile__top{border-bottom:1px solid var(--navy-light);flex-direction:column;gap:1.25rem;padding:1.5rem 0 1.25rem;display:flex}@media (width>=768px){.church-profile__top{flex-direction:row;align-items:flex-start}}.church-profile__logo{flex-shrink:0}.church-profile__logo img{border-radius:8px;display:block}.church-profile__logo-placeholder{background:var(--navy-light);width:80px;height:80px;color:var(--gray-500);border-radius:8px;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex}.church-profile__identity{flex:1}.church-profile__name{color:#fff;margin-bottom:.375rem;font-size:1.5rem;font-weight:800}.church-profile__location{color:var(--gray-500);margin-top:.25rem;font-size:.875rem}.church-profile__tradition,.church-profile__languages{color:var(--gray-500);font-size:.875rem}.church-profile__times{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.church-profile__time{background:var(--navy-light);color:var(--gray-200);border-radius:3px;padding:.2rem .5rem;font-size:.8rem}.church-profile__updated{color:var(--gray-700);margin-top:.5rem;font-size:.75rem}.church-profile__actions{flex-wrap:wrap;gap:.5rem;display:flex}.church-profile__tabs{border-bottom:1px solid var(--navy-light);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.church-profile__tabs::-webkit-scrollbar{display:none}.church-profile__tab{color:var(--gray-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.church-profile__tab:hover{color:var(--gray-200)}.church-profile__tab.active{border-bottom-color:var(--royal);color:#fff}.church-profile__section{margin-bottom:2rem}.church-profile__section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.church-profile__section p{color:var(--gray-200)}.church-profile--not-found{padding:3rem 0}.church-profile--not-found a{color:var(--royal)}.known-for-list{flex-direction:column;gap:.5rem;display:flex}.known-for-entry{background:var(--navy-light);border-radius:4px;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.known-for-entry__category{color:#fff;flex:1;font-size:.9rem;font-weight:600}.known-for-entry__source{border-radius:3px;padding:.1rem .4rem;font-size:.75rem}.known-for-entry__source--church-provided{color:var(--gray-500);background:#6b7a9033}.known-for-entry__source--community-recognized{color:#d4a84b;background:#b9912a26}.known-for-entry__source--clearway-verified{color:#93b4f7;background:#1a56db33}.known-for-entry__date{color:var(--gray-700);font-size:.75rem}.sermons-page{padding:1.5rem 0}.sermons-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.sermons-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.sermons-filters__search{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;flex:1;min-width:200px;padding:.45rem .75rem;font-size:.875rem}.sermons-filters__search::placeholder{color:var(--gray-500)}.sermons-filters__select{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff26;border-radius:4px;padding:.35rem .75rem;font-size:.875rem}.sermons-list__empty{text-align:center;padding:3rem 0}.sermons-list__empty h2{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.sermons-list__empty p{color:var(--gray-500);font-size:.9rem}.sermon-row{border-bottom:1px solid var(--navy-light);padding:1rem 0}.sermon-row__title{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700}.sermon-row__meta{color:var(--gray-500);flex-wrap:wrap;gap:.25rem;margin-bottom:.25rem;font-size:.8rem;display:flex}.sermon-row__scripture{color:var(--gray-500);font-size:.8rem;font-style:italic}.sermon-row__badges{flex-wrap:wrap;gap:.375rem;margin-top:.375rem;display:flex}.sermon-badge{background:var(--navy-light);color:var(--gray-200);border-radius:3px;padding:.1rem .4rem;font-size:.7rem}.evidence-page{padding:1.5rem 0}.evidence-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.evidence-categories{flex-wrap:wrap;gap:.375rem;margin-bottom:1.5rem;display:flex}.evidence-category-btn{background:var(--navy-light);color:var(--gray-200);cursor:pointer;border:1px solid #ffffff1a;border-radius:4px;padding:.35rem .875rem;font-size:.8rem;font-weight:600}.evidence-category-btn:hover{background:var(--navy);color:#fff}.evidence-category-btn.active{background:var(--royal);border-color:var(--royal);color:#fff}.evidence-list__empty{text-align:center;padding:3rem 0}.evidence-list__empty h2{color:#fff;margin-bottom:.5rem;font-size:1.1rem}.evidence-list__empty p{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:.9rem}.evidence-card{border-bottom:1px solid var(--navy-light);padding:1.25rem 0}.evidence-card__category{color:var(--royal);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.375rem;font-size:.75rem;font-weight:700}.evidence-card__title{color:#fff;margin-bottom:.375rem;font-size:1.1rem;font-weight:700}.evidence-card__meta{color:var(--gray-500);margin-bottom:.625rem;font-size:.8rem}.evidence-card__summary{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.evidence-card__detail{color:var(--gray-500);flex-direction:column;gap:.375rem;margin-bottom:.75rem;font-size:.875rem;line-height:1.5;display:flex}.evidence-card__detail strong{color:var(--gray-200)}.evidence-card__source-link{color:var(--royal);font-size:.8rem;text-decoration:none}.evidence-card__source-link:hover{text-decoration:underline}.page-sub{color:var(--gray-500);max-width:680px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.page-empty{color:var(--gray-500);padding:2rem 0}.page-empty a{color:var(--royal)}.global-body-page,.body-map-page,.start-jesus-page,.about-page,.prayer-page,.biblical-studies-page,.groups-page,.outreach-page,.churches-ministries-page,.add-church-page,.sign-in-page{padding:1.5rem 0}.global-body-page h1,.evidence-page h1,.start-jesus-page h1,.about-page h1,.prayer-page h1,.biblical-studies-page h1,.groups-page h1,.outreach-page h1,.churches-ministries-page h1,.add-church-page h1,.body-map-page h1,.sign-in-page h1{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.global-regions-grid{background:var(--navy-light);border:1px solid var(--navy-light);border-radius:6px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1px;margin-bottom:2rem;display:grid;overflow:hidden}.global-region-card{background:var(--navy);padding:1.1rem 1.25rem;text-decoration:none;transition:background .15s;display:block}.global-region-card:hover{background:var(--navy-light);text-decoration:none}.global-region-card h3{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.global-region-card p{color:var(--gray-500);font-size:.8rem;line-height:1.4}.global-body-browse h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.global-body-browse__grid{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.global-body-browse__item a{background:var(--navy-light);color:var(--gray-200);border:1px solid #ffffff14;border-radius:4px;padding:.35rem .875rem;font-size:.875rem;text-decoration:none;display:inline-block}.global-body-browse__item a:hover{background:var(--royal);color:#fff;border-color:var(--royal);text-decoration:none}.global-body-empty{color:var(--gray-700);padding:1rem 0;font-size:.875rem}.body-map-controls{margin-bottom:1rem}.body-map-filters{border:1px solid var(--navy-light);border-radius:4px;flex-wrap:wrap;gap:.75rem 1.5rem;padding:.875rem 1rem;display:flex}.body-map-filters legend{color:var(--gray-200);padding:0 .375rem;font-size:.875rem;font-weight:600}.body-map-filter-label{color:var(--gray-200);cursor:pointer;align-items:center;gap:.375rem;font-size:.875rem;display:flex}.body-map-placeholder{background:var(--navy-light);text-align:center;color:var(--gray-500);border:1px solid #ffffff1a;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:300px;padding:3rem 2rem;font-size:.9rem;line-height:1.6;display:flex}.start-jesus__section{margin-bottom:2rem}.start-jesus__section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.start-jesus__section p{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.start-jesus__links{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.start-jesus__link-card{background:var(--navy-light);border:1px solid #ffffff14;border-radius:6px;padding:1.25rem;text-decoration:none;transition:background .15s;display:block}.start-jesus__link-card:hover{background:#1a56db26;border-color:#1a56db4d;text-decoration:none}.start-jesus__link-card h3{color:#fff;margin-bottom:.375rem;font-size:.95rem;font-weight:700}.start-jesus__link-card p{color:var(--gray-500);font-size:.8rem;line-height:1.5}.about-section{border-bottom:1px solid var(--navy-light);margin-bottom:2rem;padding-bottom:1.5rem}.about-section:last-child{border-bottom:none}.about-section h2{color:#fff;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.about-section p{color:var(--gray-200);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.add-church-form,.sign-in-card{max-width:640px}.add-church-form h2,.sign-in-card h2{color:#fff;border-bottom:1px solid var(--navy-light);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.form-group{margin-bottom:1.1rem}.form-label{color:var(--gray-200);margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.form-label span[aria-label=required]{color:var(--orange)}.form-input{background:var(--navy-light);color:#fff;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.form-input:focus{border-color:var(--royal);outline:none;box-shadow:0 0 0 2px #1a56db4d}.form-input::placeholder{color:var(--gray-700)}.form-actions{border-top:1px solid var(--navy-light);margin-top:1.5rem;padding-top:1.25rem}.prayer-empty,.global-body-empty{color:var(--gray-500);padding:1.5rem 0;font-size:.9rem;line-height:1.6}.skip-link{z-index:9999;background:var(--royal);color:#fff;border-radius:0 0 4px 4px;padding:.5rem 1rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.sign-in-card{background:var(--navy-light);border:1px solid #ffffff14;border-radius:8px;padding:1.5rem}.sign-in-card p{color:var(--gray-200);margin-bottom:1rem}@media (width<=639px){.global-search__inner{flex-wrap:wrap;padding:.625rem .75rem}.global-search__btn{width:100%}.home-directory__header,.directory-page__header{flex-direction:column;align-items:flex-start}.home-directory__view-all{align-self:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{color:#14213d;background:#f4f7fb}#root,.page-main{background:#f4f7fb}.site-header{background:#fff;border-bottom:1px solid #e3e8f0;box-shadow:0 1px #14213d08}.site-header__logo-img{max-height:44px}.site-header__search-input{color:#14213d;background:#f6f8fb;border:1px solid #dfe6ee}.site-header__search-input::placeholder{color:#6f7c8d}.site-header__nav-link{color:#4f5f74}.site-header__nav-link:hover,.site-header__nav-link.active{color:#1547a3;background:#eef4ff}.site-header__sign-in{color:#4f5f74}.site-header__sign-in:hover{color:#1547a3}.site-header__cta{color:#fff;background:#1c5bd6}.site-header__cta:hover{color:#fff;background:#1547a3}.site-header__icon-btn{color:#4f5f74;text-decoration:none}.site-header__icon-btn:hover{color:#1547a3;background:#eef4ff}.site-header__mobile-cta{color:#fff;background:#d46a1f;text-decoration:none}.mobile-menu{background:#fff;border-left:1px solid #e3e8f0}.mobile-menu__link{color:#14213d}.mobile-menu__link:hover,.mobile-menu__link.active{color:#1547a3;background:#eef4ff}.mobile-menu__cta{color:#fff;background:#d46a1f}.mobile-menu__sign-in{color:#1547a3}.global-search__inner{background:#fff;border:1px solid #dfe6ee;box-shadow:0 8px 24px #14213d0a}.global-search__icon{color:#6f7c8d}.global-search__input{color:#14213d}.global-search__input::placeholder{color:#6f7c8d}.global-search__btn{color:#fff;background:#1c5bd6}.home-page{padding-bottom:2rem}.home-hero{background:linear-gradient(135deg,#f8fbff 0%,#eef4ff 100%);border-bottom:1px solid #e3e8f0;padding:3rem 0 2.5rem}.home-hero__inner{gap:1.5rem;display:grid}.home-hero__content{gap:1rem;max-width:760px;display:grid}.home-hero__brand{width:auto;max-width:260px;height:auto}.home-hero__eyebrow,.home-discovery__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#1c5bd6;margin:0;font-size:.8rem;font-weight:700}.home-hero h1{color:#14213d;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.home-hero__sub{color:#4f5f74;max-width:650px;margin:0;font-size:1rem}.home-hero__search{max-width:720px}.home-hero__actions{flex-wrap:wrap;gap:.75rem;display:flex}.home-hero__action{min-width:170px}.home-hero__categories{flex-wrap:wrap;gap:.625rem;display:flex}.home-hero__chip{color:#1547a3;background:#fff;border:1px solid #dfe6ee;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .75rem;font-size:.9rem;text-decoration:none;display:inline-flex}.home-hero__chip:hover{border-color:#1547a3;text-decoration:none}.home-discovery{padding:2rem 0}.home-discovery__header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.home-discovery__header h2,.home-support h2{color:#14213d;margin:.25rem 0 0}.home-discovery__view-all{color:#1547a3;font-weight:600;text-decoration:none}.home-discovery__view-all:hover{text-decoration:underline}.home-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.home-card{color:#14213d;background:#fff;border:1px solid #e3e8f0;border-radius:12px;flex-direction:column;gap:.6rem;padding:1rem 1.1rem;text-decoration:none;display:flex;box-shadow:0 8px 24px #14213d0a}.home-card:hover{border-color:#1547a3;text-decoration:none;box-shadow:0 10px 28px #14213d14}.home-card h3{color:#14213d;margin:0;font-size:1rem}.home-card p{color:#4f5f74;margin:0;line-height:1.55}.home-card__status{color:#6f7c8d;font-size:.8rem}.home-support{padding:0 0 2rem}.home-support__inner{background:#fff;border:1px solid #e3e8f0;border-radius:12px;gap:1rem;padding:1.25rem 1.25rem 1.5rem;display:grid}.home-support__links{flex-wrap:wrap;gap:.75rem;display:flex}.home-support__links a{color:#1547a3;font-weight:600;text-decoration:none}.home-support__links a:hover{text-decoration:underline}.church-profile{padding-bottom:3rem}.church-profile__cover{background:linear-gradient(135deg,#eef4ff 0%,#dfe9ff 100%);border-bottom:1px solid #e3e8f0;height:220px}.church-profile__top{border-bottom:1px solid #e3e8f0;gap:1.25rem;padding:1.5rem 0 1.25rem;display:grid}@media (width>=768px){.church-profile__top{grid-template-columns:auto 1fr auto;align-items:start}}.church-profile__logo-placeholder{color:#1547a3;background:#fff;border:1px solid #dfe6ee;border-radius:16px;place-items:center;width:84px;height:84px;font-size:2rem;font-weight:700;display:grid}.church-profile__heading-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.church-profile__name{color:#14213d;margin:0}.church-profile__summary{color:#4f5f74;max-width:680px;margin:.5rem 0 0;line-height:1.6}.church-profile__meta{color:#6f7c8d;flex-wrap:wrap;gap:.5rem;margin-top:.75rem;font-size:.95rem;display:flex}.church-profile__meta-sep{color:#c0c9d4}.church-profile__support-links{flex-wrap:wrap;gap:.75rem;margin-top:.8rem;display:flex}.church-profile__support-links a{color:#1547a3;font-weight:600;text-decoration:none}.church-profile__support-links a:hover{text-decoration:underline}.church-profile__actions{flex-wrap:wrap;justify-content:flex-start;gap:.6rem;display:flex}.church-profile__action{color:#1547a3;background:#fff;border:1px solid #dfe6ee;border-radius:999px;justify-content:center;align-items:center;min-height:2.5rem;padding:.55rem .9rem;font-weight:600;text-decoration:none;display:inline-flex}.church-profile__action:hover{border-color:#1547a3;text-decoration:none}.church-profile__action--secondary{background:#eef4ff}.church-profile__action--disabled{color:#6f7c8d;cursor:not-allowed;background:#f6f8fb}.church-profile__tabs{border-bottom:1px solid #e3e8f0;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding:1rem 0 .75rem;display:flex}.church-profile__tab{color:#4f5f74;background:#fff;border:1px solid #dfe6ee;border-radius:999px;padding:.45rem .75rem}.church-profile__tab.active{color:#fff;background:#1547a3;border-color:#1547a3}.church-profile__section{background:#fff;border:1px solid #e3e8f0;border-radius:12px;padding:1rem 1.1rem;box-shadow:0 8px 24px #14213d0a}.church-profile__section h2{color:#14213d;margin-top:0}.church-profile__section p,.church-profile__section a{color:#4f5f74}.sign-in-page__logo{max-width:240px;margin-bottom:1rem}@media (width<=767px){.home-discovery__header{flex-direction:column;align-items:flex-start}.home-hero{padding-top:2rem}.home-hero__action{width:100%}}
