.country-index-section{padding-top:clamp(2rem,4vw,3.5rem)}
.country-search-card{max-width:760px;margin:0 auto clamp(2.5rem,5vw,4rem);padding:1.15rem;border:1px solid var(--gs-line);border-radius:1.2rem;background:var(--gs-surface);box-shadow:var(--gs-shadow-sm)}
.country-search-card .form-label{font-weight:850}
.country-instant-results{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gs-line)}
.country-instant-results[hidden],.country-card[hidden],[data-country-city][hidden],[data-country-region-browser][hidden]{display:none!important}
.country-instant-results>p{margin:0;color:var(--gs-muted)}
.country-index-heading{margin-bottom:2rem}
.country-index-heading h2,.country-city-intro h2{font-size:clamp(1.65rem,3vw,2.45rem)}
.country-index-heading p,.country-city-intro p,.country-intent p,.country-missing-city p{color:var(--gs-muted)}
.country-region{margin-top:clamp(2rem,5vw,4rem);scroll-margin-top:7rem}
.country-region-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--gs-line)}
.country-region-head h2{margin:0;font-size:clamp(1.35rem,2.5vw,1.85rem)}
.country-region-head span{display:grid;place-items:center;min-width:2.2rem;height:2.2rem;padding:0 .65rem;border-radius:999px;background:var(--gs-emerald-100);color:var(--gs-emerald-800);font-size:.76rem;font-weight:900}
.country-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}
.country-card{display:flex;align-items:center;gap:.8rem;min-height:82px;padding:1rem;border:1px solid var(--gs-line);border-radius:1rem;background:var(--gs-surface);color:var(--gs-ink);text-decoration:none;box-shadow:0 8px 22px rgba(8,59,51,.045);transition:transform .2s,border-color .2s,box-shadow .2s}
.country-card:hover{transform:translateY(-3px);border-color:var(--gs-emerald-600);box-shadow:var(--gs-shadow-sm)}
.country-card>span:last-child{min-width:0}
.country-card strong,.country-card small{display:block}
.country-card strong{line-height:1.25}
.country-card small{margin-top:.25rem;color:var(--gs-muted);font-size:.72rem}
.country-flag-icon{display:grid;place-items:center;flex:0 0 3rem;width:3rem;height:2.25rem;padding:.12rem;overflow:hidden;border:1px solid rgba(15,60,52,.16);border-radius:.42rem;background:#fff;box-shadow:0 3px 9px rgba(8,59,51,.12);line-height:1}
.country-flag-icon img{display:block;width:100%;height:100%;object-fit:contain}
.country-jump-toast{position:fixed;z-index:1065;inset-block-start:6.25rem;inset-inline-end:1rem;display:grid;grid-template-columns:3.2rem minmax(0,1fr);gap:.85rem;width:min(330px,calc(100vw - 2rem));padding:1rem 1.05rem;border:1px solid rgba(13,110,92,.24);border-radius:1.15rem;background:color-mix(in srgb,var(--gs-surface) 96%,transparent);box-shadow:0 20px 55px rgba(5,48,41,.2);backdrop-filter:blur(14px);opacity:0;transform:translateY(-10px) scale(.97);pointer-events:none;transition:opacity .22s ease,transform .22s ease}
.country-jump-toast[hidden]{display:none}
.country-jump-toast.is-visible{opacity:1;transform:none;pointer-events:auto}
.country-jump-flag{display:grid;place-items:center;width:3.2rem;height:2.4rem;margin-top:.15rem;padding:.12rem;overflow:hidden;border:1px solid rgba(15,60,52,.16);border-radius:.5rem;background:#fff;box-shadow:0 4px 12px rgba(8,59,51,.14)}
.country-jump-flag img{display:block;width:100%;height:100%;object-fit:contain}
.country-jump-toast strong{display:block;padding-inline-end:1.4rem;font-size:.98rem;line-height:1.3}
.country-jump-toast p{margin:.32rem 0 .68rem;color:var(--gs-muted);font-size:.78rem;line-height:1.45}
.country-jump-action{display:inline-flex;align-items:center;gap:.45rem;padding:.48rem .72rem;border:0;border-radius:.65rem;background:var(--gs-emerald-700);color:#fff;font-size:.78rem;font-weight:850;box-shadow:0 7px 16px rgba(8,96,78,.2)}
.country-jump-action:hover{background:var(--gs-emerald-800)}
.country-jump-action span{transition:transform .18s ease}
.country-jump-action:hover span{transform:translateX(3px)}
[dir="rtl"] .country-jump-action span{transform:scaleX(-1)}
[dir="rtl"] .country-jump-action:hover span{transform:scaleX(-1) translateX(3px)}
.country-jump-close{position:absolute;inset-block-start:.48rem;inset-inline-end:.52rem;display:grid;place-items:center;width:1.8rem;height:1.8rem;padding:0;border:0;border-radius:50%;background:transparent;color:var(--gs-muted);font-size:1.2rem;line-height:1}
.country-jump-close:hover{background:var(--gs-soft);color:var(--gs-ink)}
.country-card-current{border-color:var(--gs-emerald-600);box-shadow:0 0 0 2px rgba(13,110,92,.1),0 12px 28px rgba(8,59,51,.12)}
.country-card-current:focus-visible{outline:3px solid var(--gs-gold-500);outline-offset:3px}
.country-card-current .country-flag-icon{box-shadow:0 0 0 2px rgba(218,165,32,.25),0 5px 14px rgba(8,59,51,.16)}
.country-card-jump{animation:countryCardArrival 1.05s ease both}
@keyframes countryCardArrival{0%,100%{transform:translateY(0) scale(1)}35%{transform:translateY(-7px) scale(1.018);box-shadow:0 0 0 5px rgba(13,110,92,.13),0 20px 38px rgba(8,59,51,.2)}65%{transform:translateY(2px) scale(1)}}
.country-region-empty{max-width:none;margin:0;padding:1rem 1.15rem;border-inline-start:3px solid var(--gs-gold-500);border-radius:.7rem;background:var(--gs-gold-100);color:var(--gs-muted)}
.country-intent{margin-top:clamp(3rem,6vw,5rem);padding:clamp(1.4rem,4vw,2.5rem);border:1px solid var(--gs-line);border-radius:1.4rem;background:linear-gradient(135deg,var(--gs-surface),var(--gs-soft))}
.country-intent h2{font-size:clamp(1.45rem,2.7vw,2.1rem)}
.country-city-section{padding-top:clamp(2rem,4vw,3.5rem)}
.country-city-intro{margin-bottom:1.5rem}
.country-missing-city{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:clamp(2rem,5vw,4rem);padding:clamp(1.2rem,3vw,2rem);border:1px solid rgba(13,110,92,.16);border-radius:1.25rem;background:linear-gradient(135deg,var(--gs-soft),var(--gs-surface))}
.country-missing-city h2{margin:0 0 .35rem;font-size:1.25rem}
.country-missing-city p{margin:0}
.city-resource-grid{grid-template-columns:repeat(7,minmax(0,1fr))}
.country-detail-section{padding-top:clamp(1.5rem,3vw,2.5rem)}
.country-detail-layout{display:grid;grid-template-columns:minmax(185px,220px) minmax(0,1fr) minmax(220px,270px);gap:1.25rem;align-items:start}
.country-left-sidebar,.country-right-sidebar{position:sticky;top:6.2rem}
.country-side-navigation,.country-right-sidebar section,.country-prayer-table-card,.country-city-finder,.country-blogs,.country-faq{border:1px solid var(--gs-line);border-radius:1.25rem;background:var(--gs-surface);box-shadow:var(--gs-shadow-sm)}
.country-side-navigation{overflow:hidden}
.country-side-navigation>summary{display:none;padding:1rem;cursor:pointer;color:var(--gs-emerald-800);font-weight:850;list-style:none}
.country-side-navigation>div{padding:1rem}
.country-side-navigation h2,.country-right-sidebar h2{font-size:1rem;margin:0 0 .85rem}
.country-side-navigation nav{display:grid;gap:.25rem}
.country-side-navigation nav a,.country-right-sidebar a{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.62rem .7rem;border-radius:.7rem;color:var(--gs-ink);text-decoration:none;font-size:.78rem;font-weight:750}
.country-side-navigation nav a:hover,.country-right-sidebar a:hover{background:var(--gs-soft);color:var(--gs-emerald-700)}
.country-right-sidebar{display:grid;gap:1rem;max-height:calc(100vh - 7.2rem);overflow-y:auto;scrollbar-width:thin;overscroll-behavior:contain}
.country-right-sidebar section{padding:1rem}
.country-detail-main{display:grid;gap:1.25rem;min-width:0}
.country-prayer-table-card,.country-city-finder,.country-blogs,.country-faq{padding:clamp(1rem,2.5vw,1.65rem)}
.country-prayer-table-card header h2,.country-city-finder h2,.country-blogs h2,.country-faq h2{font-size:clamp(1.45rem,2.8vw,2rem)}
.country-prayer-table-card header p,.country-city-finder>p,.country-blogs>p{color:var(--gs-muted)}
.country-prayer-table-wrap{width:100%;overflow:visible}
.country-prayer-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:clamp(.68rem,.75vw,.8rem);white-space:normal}
.country-prayer-table thead th{padding:.85rem .7rem;background:var(--gs-emerald-900);color:#fff;border:0}
.country-prayer-table thead th:first-child{border-start-start-radius:.75rem}
.country-prayer-table thead th:last-child{border-start-end-radius:.75rem}
.country-prayer-table tbody th,.country-prayer-table tbody td{padding:.75rem .7rem;border-bottom:1px solid var(--gs-line);text-align:center}
.country-prayer-table thead th:first-child,.country-prayer-table tbody th{width:27%}
.country-prayer-table tbody th{text-align:start;min-width:0}
.country-prayer-table tbody tr:nth-child(even){background:var(--gs-soft)}
.country-prayer-table tbody a{font-weight:850}
.country-prayer-table tbody small{display:block;color:var(--gs-muted);font-weight:500;font-size:.65rem}
.country-prayer-table thead th:last-child,.country-prayer-share-cell{width:3.6rem}.country-prayer-share-cell{padding-inline:.3rem!important}.country-prayer-share{display:grid;place-items:center;width:2.3rem;height:2.3rem;margin:auto;padding:0;border:1px solid rgba(13,113,93,.22);border-radius:.7rem;background:var(--gs-surface);color:var(--gs-emerald-800);transition:.18s}.country-prayer-share:hover{transform:translateY(-2px);border-color:var(--gs-gold-500);background:var(--gs-emerald-800);color:#fff}.country-prayer-share:focus-visible{outline:3px solid rgba(217,166,62,.4);outline-offset:2px}.country-prayer-share svg{width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.country-prayer-share.is-loading{opacity:.55}.city-prayer-share-modal[hidden]{display:none}.city-prayer-share-modal{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:1rem}.city-prayer-share-backdrop{position:absolute;inset:0;background:rgba(2,28,24,.76);backdrop-filter:blur(6px)}.city-prayer-share-modal>section{position:relative;z-index:1;width:min(100%,760px);max-height:94vh;overflow:auto;padding:clamp(1rem,3vw,1.6rem);border-radius:1.45rem;background:var(--gs-surface);box-shadow:0 30px 90px rgba(0,0,0,.38)}.city-prayer-share-modal>section>div:first-of-type{display:flex;align-items:center;gap:1rem;padding-inline-end:2.5rem}.city-prayer-share-modal h2{margin:0;font-size:clamp(1.3rem,3vw,1.8rem)}.city-prayer-share-modal p{margin:.3rem 0;color:var(--gs-muted)}.city-prayer-share-mark{display:grid;place-items:center;flex:0 0 3rem;width:3rem;height:3rem;border-radius:.9rem;background:linear-gradient(145deg,var(--gs-gold-500),#f5df99);color:#073e34;font-weight:950}.city-prayer-share-close{position:absolute;top:.8rem;right:.8rem;width:2.25rem;height:2.25rem;border:0;border-radius:50%;background:var(--gs-soft);color:var(--gs-ink);font-size:1.4rem}.city-prayer-share-modal img{display:block;width:min(100%,360px);max-height:54vh;object-fit:contain;margin:1.1rem auto;border-radius:1rem;background:#073e34;box-shadow:0 15px 40px rgba(4,50,42,.2)}.city-prayer-share-actions{display:flex!important;justify-content:center;gap:.65rem!important;flex-wrap:wrap;padding:0!important}.city-prayer-share-status{min-height:1.4rem;text-align:center;font-size:.8rem}body.city-prayer-share-open{overflow:hidden}[dir="rtl"] .city-prayer-share-close{right:auto;left:.8rem}
.country-high-latitude-note{margin:1rem 0 0;padding:.85rem;border-inline-start:3px solid var(--gs-gold-500);background:var(--gs-gold-100);color:var(--gs-ink);font-size:.78rem}
.country-city-finder label{display:block;margin:1.1rem 0 .35rem;font-weight:850}
.country-search-count{min-height:1.6rem;margin:.4rem 0;color:var(--gs-emerald-700);font-size:.78rem;font-weight:800}
.country-city-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.country-city-grid>div>a{display:block;height:100%;padding:.9rem;border:1px solid var(--gs-line);border-radius:.85rem;background:var(--gs-soft);color:var(--gs-ink);text-decoration:none}
.country-city-grid strong,.country-city-grid small{display:block}
.country-city-grid small{margin-top:.2rem;color:var(--gs-muted);font-size:.68rem}
.country-search-empty{padding:1rem;border-radius:.8rem;background:var(--gs-gold-100);color:var(--gs-ink)}
.country-blogs{overflow:hidden;background:linear-gradient(145deg,var(--gs-surface),var(--gs-soft))}
.country-blogs>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}
.country-blogs article{display:flex;min-width:0;overflow:hidden;border:1px solid var(--gs-line);border-radius:1.1rem;background:var(--gs-surface);box-shadow:0 12px 28px rgba(8,59,51,.07);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.country-blogs article:hover{transform:translateY(-4px);border-color:rgba(13,110,92,.42);box-shadow:0 18px 34px rgba(8,59,51,.13)}
.country-blogs article:not(.is-featured){flex-direction:column}
.country-blogs article.is-featured{grid-column:1/-1;min-height:245px}
.country-blog-image{display:block;flex:0 0 42%;min-height:175px;overflow:hidden;background:var(--gs-soft)}
.country-blogs article:not(.is-featured) .country-blog-image{flex-basis:auto;aspect-ratio:16/9;min-height:0}
.country-blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.country-blogs article:hover .country-blog-image img{transform:scale(1.045)}
.country-blogs article>div{display:flex;flex:1;flex-direction:column;min-width:0;padding:1.15rem}
.country-blog-label{align-self:flex-start;margin-bottom:.55rem;color:var(--gs-gold-700);font-size:.64rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.country-blogs h3{margin:0 0 .65rem;font-size:clamp(1rem,2vw,1.22rem);line-height:1.25}
.country-blogs h3 a{color:var(--gs-ink);text-decoration:none}
.country-blogs h3 a:hover{color:var(--gs-emerald-700)}
.country-blogs article p{display:-webkit-box;overflow:hidden;margin:0 0 1rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--gs-muted);font-size:.78rem;line-height:1.65}
.country-blog-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:.6rem;align-self:flex-start;margin-top:auto;padding:.52rem .72rem;border-radius:.65rem;background:var(--gs-emerald-700);color:#fff;font-size:.75rem;font-weight:900;text-decoration:none}
.country-blog-cta:hover{background:var(--gs-emerald-900);color:#fff}
.country-report-card>p{margin:-.2rem 0 1rem;color:var(--gs-muted);font-size:.74rem;line-height:1.55}
.country-report-card form{display:grid;gap:.8rem}
.country-report-card label{display:grid;gap:.32rem;color:var(--gs-ink);font-size:.7rem;font-weight:850}
.country-report-card .form-control,.country-report-card .form-select{min-height:2.55rem;padding:.55rem .65rem;border-color:var(--gs-line);font-size:.75rem}
.country-report-card textarea.form-control{min-height:92px;resize:vertical}
.country-report-card input[type="file"]{padding:.4rem;font-size:.68rem}
.country-report-card label small{color:var(--gs-muted);font-size:.62rem;font-weight:600;line-height:1.45}
.country-report-card .btn{width:100%;font-size:.76rem}
.country-report-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.country-report-status{min-height:1.2rem;margin:0;font-size:.68rem;font-weight:800;line-height:1.45}
.country-report-status.is-success{color:var(--gs-emerald-700)}
.country-report-status.is-error{color:#a12727}
.country-faq details{border-top:1px solid var(--gs-line)}
.country-faq details:last-child{border-bottom:1px solid var(--gs-line)}
.country-faq summary{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;cursor:pointer;font-weight:850;list-style:none}
.country-faq summary span{color:var(--gs-gold-600);font-size:1.2rem}
.country-faq details p{margin:0;padding:0 1.5rem 1rem 0;color:var(--gs-muted)}
[dir="rtl"] .country-faq details p{padding:0 0 1rem 1.5rem}
[data-theme="dark"] .country-side-navigation,[data-theme="dark"] .country-right-sidebar section,[data-theme="dark"] .country-prayer-table-card,[data-theme="dark"] .country-city-finder,[data-theme="dark"] .country-blogs,[data-theme="dark"] .country-faq,.theme-dark .country-side-navigation,.theme-dark .country-right-sidebar section,.theme-dark .country-prayer-table-card,.theme-dark .country-city-finder,.theme-dark .country-blogs,.theme-dark .country-faq{background:var(--gs-surface);border-color:rgba(255,255,255,.1)}
@media(max-width:1199.98px){.country-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.city-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1199.98px){.country-detail-layout{grid-template-columns:200px minmax(0,1fr)}.country-right-sidebar{position:static;grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}}
@media(max-width:991.98px){.country-detail-layout{grid-template-columns:1fr}.country-left-sidebar{position:static}.country-side-navigation>summary{display:block}.country-side-navigation:not([open])>div{display:none}.country-side-navigation>div{border-top:1px solid var(--gs-line)}.country-side-navigation nav{grid-template-columns:repeat(2,minmax(0,1fr))}.country-city-grid,.country-blogs>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.country-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.country-missing-city{display:grid}.country-missing-city .btn{width:100%}.city-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.country-right-sidebar{grid-template-columns:1fr}}
@media(max-width:479.98px){.country-card-grid{grid-template-columns:1fr}.country-card{min-height:72px}}
@media(max-width:575.98px){.country-jump-toast{inset-block-start:5.25rem;inset-inline:0;margin-inline:auto;width:calc(100vw - 1.25rem)}}
@media(prefers-reduced-motion:reduce){.country-jump-toast,.country-jump-action span{transition:none}.country-card-jump{animation:none}}
@media(max-width:575.98px){.country-side-navigation nav,.country-city-grid,.country-blogs>div{grid-template-columns:1fr}.country-blogs article.is-featured{display:flex;grid-column:auto;flex-direction:column;min-height:0}.country-blogs article.is-featured .country-blog-image{flex-basis:auto;aspect-ratio:16/9;min-height:0}.country-prayer-table-card,.country-city-finder,.country-blogs,.country-faq{border-radius:1rem}.country-detail-section{padding-top:1rem}.country-prayer-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.country-prayer-table,.country-prayer-table tbody{display:block}.country-prayer-table tbody tr{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.2rem;margin-bottom:.75rem;padding:.8rem;border:1px solid var(--gs-line);border-radius:.9rem;background:var(--gs-surface)}.country-prayer-table tbody tr:nth-child(even){background:var(--gs-soft)}.country-prayer-table tbody th{grid-column:1/-1;width:auto;padding:0 0 .65rem;border-bottom:1px solid var(--gs-line)}.country-prayer-table tbody td{display:grid;gap:.2rem;padding:.45rem .1rem;border:0;text-align:center;font-size:.72rem}.country-prayer-table tbody td:before{content:attr(data-label);font-size:.58rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;color:var(--gs-muted)}.country-prayer-table tbody .country-prayer-share-cell{grid-column:1/-1;width:auto;padding-top:.55rem!important;border-top:1px solid var(--gs-line)}.country-prayer-share{width:100%;height:2.45rem}.country-prayer-share svg{width:1.15rem;height:1.15rem}.city-prayer-share-actions .btn{flex:1 1 100%}.city-prayer-share-modal>section{padding:1rem}.city-prayer-share-modal img{max-height:45vh}}
