:root {
    --brand: #4a9e8c;
    --brand-dark: #306b5e;
    --brand-deep: #245148;
    --brand-pale: #c5e3d8;
    --ink: #2a2a2a;
    --muted: #5c5c5c;
    --soft: #fafaf8;
    --cream: #f7f3eb;
    --white: #fff;
    --radius: 20px;
    --shadow: 0 2px 16px rgba(0, 0, 0, .04);
    --font-body: "Inter", sans-serif;
    --font-display: "Playfair Display", serif;
}

html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: var(--font-body); background: var(--white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.page-container { max-width: 1440px; padding-inline: 48px; }
.inner-page-spacer { height: 80px; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 2000; background: #fff; color: var(--ink); padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.site-navbar { height: 80px; background: rgba(255,255,255,.95); box-shadow: 0 4px 24px rgba(0,0,0,.06); backdrop-filter: blur(6px); transition: height .2s ease, box-shadow .2s ease; }
.site-navbar.is-scrolled { height: 70px; box-shadow: 0 6px 24px rgba(0,0,0,.1); }
.brand-lockup { display: block; width: 218px; height: 42px; }
.brand-lockup > img { width: 218px; height: 42px; object-fit: contain; object-position: left center; }
.site-nav-list { gap: 8px; }
.site-navbar .nav-link { color: var(--ink); font-size: 16px; font-weight: 500; padding: 8px 16px !important; border-radius: 999px; transition: .2s ease; }
.site-navbar .nav-link:hover { color: var(--brand-dark); background: rgba(74,158,140,.08); }
.site-navbar .nav-link.active { color: #fff; background: var(--brand); }

.hero-section { position: relative; min-height: 1024px; overflow: hidden; padding: 128px 0 80px; }
.hero-section__background, .hero-section__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-section__background { object-fit: cover; }
.hero-section__overlay { background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,.3) 50%, rgba(0,0,0,.5)); }
.hero-content { z-index: 1; padding-top: 72px; }
.hero-badge { display: inline-flex; gap: 8px; align-items: center; padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,.15); backdrop-filter: blur(2px); color: rgba(255,255,255,.9); font-size: 14px; font-weight: 500; letter-spacing: .35px; }
.hero-badge span { width: 8px; height: 8px; background: #9ed0c0; border-radius: 50%; }
.hero-section h1 { max-width: 900px; margin: 32px auto; font: 600 clamp(48px, 5vw, 72px)/1 var(--font-display); color: #fdfefd; }
.hero-section h1 em { color: var(--brand-pale); font-style: normal; }
.hero-lead { max-width: 760px; margin: 0 auto 48px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.4; }
.hero-features { max-width: 1152px; margin: 0 auto; }
.hero-feature { padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.1); backdrop-filter: blur(6px); }
.hero-feature__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; border-radius: 16px; background: var(--hero-feature-icon-color, var(--brand)); }
.hero-feature__icon i { color: #fff; font-size: 21px; }
.hero-feature h2 { font-size: 20px; font-weight: 700; }
.hero-feature p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.6; }
.hero-scroll { display: grid; place-items: center; width: 40px; height: 40px; margin: 32px auto 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; }

.content-section { padding: 96px 0; scroll-margin-top: 70px; }
.section-soft { background: var(--soft); }
.section-cream { background: var(--cream); }
.section-heading { max-width: 768px; }
.section-eyebrow { margin: 0 0 12px; color: var(--brand); font-size: 14px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; }
.section-title { margin: 0 0 16px; color: var(--ink); font: 700 clamp(38px, 4vw, 48px)/1 var(--font-display); }
.section-title span { display: block; color: var(--brand); }
.section-description { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.content-card { overflow: hidden; border: 0; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.content-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(36,81,72,.12); }
.content-card__media { position: relative; display: block; height: 208px; overflow: hidden; }
.content-card__media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.content-card:hover .content-card__media > img { transform: scale(1.04); }
.content-card__media::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.28)); }
.content-card__tag { position: absolute; z-index: 2; top: 12px; left: 12px; max-width: calc(100% - 24px); padding: 6px 12px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--brand-dark); font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(2px); }
.content-card__body { padding: 22px 24px; }
.content-card__body h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; }
.content-card__body h3 a:hover { color: var(--brand); }
.content-card__body p { min-height: 44px; margin: 0 0 16px; color: #777; font-size: 14px; line-height: 1.55; }
.content-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #8a8a8a; font-size: 12px; }
.content-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.content-card__meta > a { margin-left: auto; color: var(--brand); font-size: 14px; font-weight: 600; }
.content-card__play { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-items: center; width: 56px; height: 56px; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(255,255,255,.9); color: var(--brand-dark); font-size: 28px; }
.content-card__duration { position: absolute; right: 12px; bottom: 12px; z-index: 3; padding: 4px 10px; border-radius: 8px; background: rgba(0,0,0,.72); color: #fff; font-size: 12px; }

.content-sidebar { top: 100px; padding: 24px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.content-sidebar .form-label, .content-sidebar h3 { font-size: 16px; font-weight: 700; }
.search-box .input-group-text, .search-box .form-control { border-color: #e6e6e3; background: var(--soft); }
.search-box .form-control { box-shadow: none; }
.content-sidebar h3 { margin: 30px 0 16px; }
.content-empty { display: grid; place-items: center; min-height: 220px; padding: 32px; border: 1px dashed #d9dedb; border-radius: var(--radius); background: #fff; color: #777; font-weight: 600; text-align: center; }
.content-empty--compact { min-height: 128px; }
.content-sidebar__empty { margin: 0; color: #777; font-size: 13px; }
.ranking-list { list-style: none; padding: 0; counter-reset: rank; }
.ranking-list li { counter-increment: rank; display: flex; gap: 9px; align-items: center; padding: 10px 0; border-bottom: 1px solid #eee; color: #666; font-size: 13px; }
.ranking-list li::before { content: counter(rank); display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; background: #edf6f3; color: var(--brand-dark); font-weight: 700; }
.ranking-list span { flex: 1; }
.ranking-list b { color: var(--brand); }
.btn-brand, .btn-outline-brand { min-height: 46px; padding: 10px 18px; border-radius: 999px; font-weight: 600; }
.btn-brand { border-color: var(--brand); background: var(--brand); color: #fff; }
.btn-brand:hover { border-color: var(--brand-dark); background: var(--brand-dark); color: #fff; }
.btn-outline-brand { border: 1px solid var(--brand); color: var(--brand-dark); }
.btn-outline-brand:hover { background: var(--brand); color: #fff; }

.event-list { display: grid; gap: 16px; }
.event-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 16px; border-radius: 20px; background: var(--soft); }
.event-item > img { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.event-item h3 { margin: 0 0 2px; font-size: 18px; font-weight: 700; }
.event-item p { margin: 0; color: #8a8a8a; font-size: 13px; }
.event-item time { display: flex; flex-direction: column; align-items: flex-end; color: #777; font-size: 12px; }
.event-item time b { color: var(--brand); font-size: 14px; }
.live-card { position: relative; min-height: 500px; overflow: hidden; border-radius: 28px; background: #111; }
.live-card > img, .live-card__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.live-card > img { object-fit: cover; }
.live-card__overlay { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.12)); color: #fff; text-align: center; }
.live-card--embed { min-height: 0; overflow: visible; border-radius: 24px; background: transparent; }
.live-card--embed::before { content: ""; position: absolute; top: -18px; right: -18px; width: 116px; height: 92px; border-radius: 22px; background: var(--brand-pale); }
.live-card--embed::after { content: ""; position: absolute; left: -18px; bottom: -18px; width: 88px; height: 76px; border-radius: 18px; background: rgba(197,227,216,.45); }
.live-card__frame { position: relative; z-index: 1; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 24px; background: #111; box-shadow: 0 18px 34px rgba(36,81,72,.14); }
.live-card__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.live-card__frame--poster { display: grid; place-items: center; color: var(--brand-dark); }
.live-card__frame--poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.live-card__frame--poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.12)); }
.live-card__frame--poster .live-play { position: relative; z-index: 1; margin: 0; }
.live-card__caption { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 24px; pointer-events: none; color: #fff; background: linear-gradient(to top, rgba(0,0,0,.68), rgba(0,0,0,0) 50%); border-radius: 24px; }
.live-pill { position: absolute; top: 24px; left: 24px; padding: 7px 12px; border-radius: 999px; background: #e03e3e; font-size: 12px; font-weight: 700; }
.live-pill i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #fff; animation: pulse 1.4s infinite; }
.live-play { display: grid; place-items: center; width: 76px; height: 76px; margin: auto; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--brand-dark); font-size: 36px; }
.live-card__overlay small { color: rgba(255,255,255,.75); }
.live-card__overlay h3 { margin: 5px 0 0; font: 600 24px var(--font-display); }
.live-card__caption .live-pill { position: static; align-self: flex-start; }
.live-card__meta { margin-top: auto; }
.live-card__meta small { color: rgba(255,255,255,.78); font-size: 12px; }
.live-card__meta h3 { margin: 3px 0 0; color: #fff; font-size: 22px; font-weight: 800; line-height: 1.15; }
@keyframes pulse { 50% { opacity: .35; } }

.community-section .section-heading { max-width: 672px; }
.network-card { display: block; min-height: 258px; padding: 28px; border: 1px solid transparent; border-radius: 20px; transition: transform .2s ease; }
.network-card:hover { transform: translateY(-4px); }
.network-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 20px; border-radius: 16px; background: currentColor; }
.network-card > span i { color: #fff; font-size: 21px; }
.network-card h3 { margin: 0 0 4px; color: currentColor; font-size: 18px; font-weight: 700; }
.network-card small { opacity: .7; }
.network-card p { max-width: 180px; margin: 12px 0 0; opacity: .62; font-size: 14px; line-height: 1.6; }
.network-card--youtube { color: #ef4444; background: #fef2f2; }
.network-card--facebook { color: #1877f2; background: #eff6ff; }
.network-card--instagram { color: #c13584; background: #fdf2f8; }
.network-card--whatsapp { color: #22a95a; background: #f0fdf4; }
.scripture-quote { position: relative; max-width: 768px; margin: 80px auto 0; padding: 24px 28px 0; text-align: center; }
.scripture-quote > span { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); color: var(--brand-pale); font: 60px var(--font-display); }
.scripture-quote p { margin: 0; font: 600 24px/1.5 var(--font-display); }
.scripture-quote cite { display: block; margin-top: 16px; color: var(--brand); font-style: normal; }

.site-footer { background: var(--brand-deep); color: rgba(255,255,255,.8); }
.brand-lockup--light { filter: none; }
.footer-summary { max-width: 448px; font-size: 16px; line-height: 1.65; }
.footer-title { margin-bottom: 20px; color: #fff; font: 700 20px var(--font-display); }
.footer-links li + li { margin-top: 12px; }
.footer-links a::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--brand-pale); }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.footer-contact { display: grid; gap: 16px; }
.footer-contact li { display: flex; gap: 12px; align-items: center; }
.footer-contact > li > i { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.1); }
.footer-contact span { display: flex; flex-direction: column; }
.footer-contact small, .footer-follow { color: rgba(255,255,255,.55); font-size: 12px; }
.social-links { display: flex; gap: 12px; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; }
.social-links a:hover { background: var(--brand); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.scroll-top { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--brand); color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.18); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s ease; }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

/* Detail screens: BODY-10971174-0, BODY-11088454-0 and BODY-11088604-0 */
.detail-page { padding-top: 80px; background: #fff; }
.detail-hero { position: relative; height: 448px; overflow: hidden; color: #fff; }
.detail-hero__image, .detail-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.detail-hero__image { object-fit: cover; }
.detail-hero__overlay { background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.28) 55%, rgba(0,0,0,.04)); }
.detail-hero__content { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; height: 100%; padding-bottom: 48px; }
.detail-pill { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--brand-dark); font-size: 12px; font-weight: 600; }
.detail-hero h1 { margin: 12px 0 10px; font-size: clamp(36px,4vw,48px); font-weight: 700; line-height: 1; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; color: rgba(255,255,255,.8); font-size: 13px; }
.detail-meta span { display: inline-flex; align-items: center; gap: 6px; }
.detail-download { display: inline-flex; gap: 8px; align-items: center; flex: 0 0 auto; min-height: 52px; padding: 12px 24px; border-radius: 16px; background: rgba(255,255,255,.92); color: var(--brand-dark); font-weight: 600; backdrop-filter: blur(2px); }
.detail-layout { display: grid; grid-template-columns: 224px minmax(0, 800px); justify-content: center; gap: 40px; padding-top: 56px; }
.detail-layout--simple { display: block; max-width: 900px; }
.detail-index { position: sticky; top: 100px; align-self: start; color: #777; font-size: 13px; }
.detail-index h2 { display: flex; gap: 8px; align-items: center; margin: 0 0 16px; color: #8a8a8a; font-size: 12px; font-weight: 600; letter-spacing: .6px; }
.detail-index nav { display: flex; flex-direction: column; padding-left: 14px; border-left: 2px solid #f0e9dd; }
.detail-index a, .detail-index span { padding: 5px 0; }
.detail-index span { color: #5c5c5c; font-weight: 600; }
.detail-index a:hover { color: var(--brand-dark); }
.detail-content { min-width: 0; padding-bottom: 72px; }
.detail-content__top { display: flex; justify-content: space-between; align-items: center; min-height: 44px; margin-bottom: 20px; color: #8a8a8a; font-size: 13px; }
.detail-content__top > a { display: inline-flex; gap: 8px; align-items: center; }
.detail-reactions { display: flex; gap: 14px; padding: 9px 14px; border: 1px solid #eee8df; border-radius: 999px; }
.detail-reactions span { display: inline-flex; gap: 5px; }
.detail-reactions form { margin: 0; }
.detail-reaction-button { display: inline-flex; gap: 5px; align-items: center; border: 0; background: transparent; color: #8a8a8a; font: inherit; cursor: pointer; }
.detail-reaction-button.is-like { color: #168a4a; font-weight: 700; }
.detail-reaction-button.is-dislike { color: #c43a3a; font-weight: 700; }
.detail-intro { margin: 0 0 40px; padding-left: 20px; border-left: 3px solid #8bd7c5; color: #666; font-size: 17px; font-style: italic; line-height: 1.65; }
.detail-section { margin-top: 40px; scroll-margin-top: 100px; }
.detail-section > h2 { display: flex; gap: 10px; align-items: center; margin: 0 0 18px; font-size: 24px; font-weight: 700; }
.detail-section > h2 i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 6px; background: #dff2ec; color: var(--brand); font-size: 16px; }
.detail-blocks { display: grid; gap: 24px; }
.detail-block { overflow: hidden; scroll-margin-top: 100px; border: 1px solid #efe6da; border-radius: 18px; }
.detail-block h3 { display: flex; gap: 12px; align-items: center; margin: 0; padding: 14px 20px; background: #e4f3ee; font-size: 16px; font-weight: 700; }
.detail-block h3 span { display: grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 13px; }
.detail-block p { margin: 0; padding: 24px; color: #5c5c5c; font-size: 14px; line-height: 1.6; }
.detail-body { color: #4f4f4f; font-size: 16px; line-height: 1.8; white-space: normal; }
.detail-quote-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.detail-quote-grid blockquote { margin: 0; padding: 24px; border-radius: 16px; background: #fafaf8; color: #777; font-size: 14px; font-style: italic; line-height: 1.55; }
.detail-callout { padding: 24px 28px; border-left: 3px solid var(--brand); border-radius: 16px; background: #e7f5f1; color: #555; }
.detail-callout p { margin: 0; font-size: 14px; font-style: italic; line-height: 1.6; }
.detail-callout--quote { background: #fafaf8; }
.detail-callout--quote > i { display: block; margin-bottom: 10px; color: #8bd7c5; font-size: 28px; }
.detail-callout--quote p { color: #333; font-size: 18px; }
.detail-questions { margin: 0; padding: 24px 28px 24px 48px; border-radius: 18px; background: #fafaf8; color: #666; }
.detail-questions li { padding: 7px 0; }
.detail-questions li::marker { color: var(--brand); font-weight: 700; }
.detail-actions { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid #efe6da; }
.detail-actions > div { display: flex; gap: 10px; }
.detail-actions button, .detail-actions > a { display: inline-flex; gap: 7px; align-items: center; padding: 10px 16px; border: 1px solid #e8dfd3; border-radius: 12px; background: #fff; color: #777; font-size: 13px; }
.detail-actions > a { border-color: var(--brand); background: var(--brand); color: #fff; }
.detail-posts { padding-top: 24px; border-top: 1px solid #efe6da; }
.detail-participation-card { margin-bottom: 28px; padding: 36px 34px; border-radius: 24px; background: #faf9f6; text-align: center; }
.detail-participation-card h2 { margin: 0 0 12px; color: var(--ink); font-size: 28px; font-weight: 800; }
.detail-participation-card p { margin: 0 auto 26px; color: #8a8a8a; font-size: 18px; line-height: 1.5; }
.detail-participation-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.detail-participation-button { display: inline-flex; gap: 10px; align-items: center; justify-content: center; min-height: 62px; padding: 14px 20px; border-radius: 16px; font-size: 16px; font-weight: 800; transition: .2s ease; }
.detail-participation-button--muted { border: 1px solid #eadfd1; background: #fff; color: #2f2f2f; }
.detail-participation-button--muted:hover { border-color: #d9cbbb; background: #f7f3eb; color: #222; }
.detail-participation-button--brand { border: 1px solid var(--brand); background: var(--brand); color: #fff; }
.detail-participation-button--brand:hover { border-color: var(--brand-dark); background: var(--brand-dark); color: #fff; }
.detail-posts__list { display: grid; gap: 14px; }
.detail-post-card { padding: 18px 20px; border: 1px solid #efe6da; border-radius: 16px; background: #fafaf8; }
.detail-post-card time { display: block; margin-bottom: 8px; color: var(--brand-dark); font-size: 12px; font-weight: 700; }
.detail-post-card p { margin: 0; color: #555; font-size: 15px; font-style: italic; line-height: 1.65; }
.detail-posts__more, .detail-posts__toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-top: 16px; padding: 9px 16px; border-radius: 999px; font-weight: 700; }
.detail-posts__more { border: 1px solid transparent; background: transparent; color: var(--brand-dark); text-decoration: underline; }
.detail-posts__form { display: grid; gap: 10px; margin-top: 18px; padding: 18px; border: 1px solid #dcebe6; border-radius: 16px; background: #f6fbf9; }
.detail-posts__counter { color: #777; font-size: 12px; font-weight: 700; text-align: right; }
.detail-related { padding: 48px 0 80px; }
.detail-related h2 { margin-bottom: 24px; font-size: 24px; font-weight: 700; }
.related-card { display: block; overflow: hidden; border: 1px solid #eee6dc; border-radius: 16px; background: #fff; }
.related-card > span { position: relative; display: block; height: 150px; overflow: hidden; }
.related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.related-card:hover img { transform: scale(1.04); }
.related-card small { position: absolute; top: 10px; left: 10px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--brand-dark); font-size: 10px; font-weight: 600; }
.related-card strong, .related-card em { display: block; padding-inline: 16px; }
.related-card strong { padding-top: 14px; font-size: 15px; }
.related-card em { padding-top: 4px; padding-bottom: 14px; color: #999; font-size: 11px; font-style: normal; }

.admin-shell { min-height: 100vh; background: #f6f7f6; }
.admin-header { position: fixed; inset: 0 0 auto; z-index: 1000; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 14px 24px; background: #fff; border-bottom: 1px solid #e8ece9; }
.admin-header__brand { display: inline-flex; gap: 14px; align-items: center; color: var(--brand-dark); font-size: 18px; font-weight: 800; }
.admin-header__brand img { width: 178px; height: 34px; object-fit: contain; object-position: left center; }
.admin-header__brand span { padding-left: 14px; border-left: 1px solid #dfe5e1; }
.admin-header__user { display: inline-flex; gap: 12px; align-items: center; color: #5c5c5c; font-size: 14px; font-weight: 700; }
.admin-header__user button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #e8ece9; border-radius: 8px; background: #fff; color: var(--brand-dark); }
.admin-layout { display: flex; min-height: 100vh; padding-top: 72px; }
.admin-sidebar { position: fixed; inset: 72px auto 0 0; width: 248px; padding: 20px 16px; background: #fff; border-right: 1px solid #e8ece9; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 6px; }
.admin-sidebar a { display: flex; gap: 10px; align-items: center; width: 100%; min-height: 42px; padding: 9px 12px; border-radius: 8px; color: #5c5c5c; font: 600 14px var(--font-body); }
.admin-sidebar a:hover, .admin-sidebar a.active { background: #edf6f3; color: var(--brand-dark); }
.admin-workspace { width: 100%; margin-left: 248px; }
.admin-navbar { position: sticky; top: 72px; z-index: 900; display: flex; gap: 8px; align-items: center; min-height: 56px; padding: 10px 32px; overflow-x: auto; background: #f6f7f6; border-bottom: 1px solid #e8ece9; }
.admin-navbar a { flex: 0 0 auto; padding: 8px 12px; border-radius: 8px; color: #5c5c5c; font-size: 13px; font-weight: 700; }
.admin-navbar a:hover, .admin-navbar a.active { background: #fff; color: var(--brand-dark); box-shadow: var(--shadow); }
.admin-navbar a:last-child { margin-left: auto; }
.admin-main { padding: 32px; }
.admin-page-header { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.admin-page-header p { margin: 0 0 4px; color: var(--brand); font-size: 12px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.admin-page-header h1 { margin: 0; font-size: 32px; font-weight: 800; }
.admin-empty, .admin-table-wrap, .admin-form { padding: 24px; border: 1px solid #e8ece9; border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.admin-empty { display: grid; place-items: center; min-height: 320px; color: #777; text-align: center; }
.admin-empty i { color: var(--brand); font-size: 44px; }
.admin-empty h2 { margin: 12px 0 4px; color: var(--ink); font-size: 22px; font-weight: 800; }
.admin-table-wrap { overflow-x: auto; }
.admin-table-wrap td strong, .admin-table-wrap td span { display: block; }
.admin-table-wrap td span { max-width: 520px; color: #777; font-size: 12px; }
.admin-status { display: inline-flex; padding: 4px 9px; border-radius: 999px; background: #eef0f2; color: #5c5c5c; font-size: 12px; font-weight: 700; }
.admin-status--active { background: #e4f3ee; color: var(--brand-dark); }
.admin-status--inactive { background: #fff4d8; color: #8a6500; }
.admin-status--deleted { background: #fde5e5; color: #a32f2f; }

@media (max-width: 1199.98px) {
    .site-navbar { height: auto; min-height: 72px; }
    .site-navbar .navbar-collapse { margin: 14px -20px -8px; padding: 16px 20px 20px; background: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.08); }
    .site-nav-list { align-items: stretch !important; }
    .site-navbar .nav-link { border-radius: 12px; }
    .content-sidebar { position: static !important; }
    .detail-layout { grid-template-columns: 190px minmax(0,1fr); }
}

@media (max-width: 767.98px) {
    .page-container { padding-inline: 20px; }
    .brand-lockup { transform: scale(.84); transform-origin: left center; margin-right: -32px; }
    .hero-section { min-height: auto; padding: 132px 0 64px; }
    .hero-content { padding-top: 0; }
    .hero-badge { font-size: 11px; }
    .hero-section h1 { margin: 26px auto; font-size: 44px; }
    .hero-lead { font-size: 17px; }
    .content-section { padding: 72px 0; }
    .section-title span { display: inline; }
    .section-description { font-size: 16px; }
    .content-card__media { height: 220px; }
    .event-item { grid-template-columns: 56px 1fr; }
    .event-item > img { width: 56px; height: 56px; }
    .event-item time { grid-column: 2; align-items: flex-start; }
    .live-card { min-height: 400px; }
    .live-card--embed { min-height: 0; }
    .live-card__caption { padding: 16px; }
    .live-card__meta h3 { font-size: 17px; }
    .scripture-quote { margin-top: 56px; }
    .scripture-quote p { font-size: 20px; }
    .detail-page { padding-top: 72px; }
    .detail-hero { height: 420px; }
    .detail-hero__content { align-items: flex-start; justify-content: flex-end; flex-direction: column; gap: 22px; padding-bottom: 30px; }
    .detail-hero h1 { font-size: 36px; }
    .detail-download { min-height: 44px; padding: 10px 16px; border-radius: 12px; }
    .detail-layout { display: block; padding-top: 36px; }
    .detail-index { display: none; }
    .detail-content__top { align-items: flex-start; gap: 12px; }
    .detail-intro { font-size: 15px; }
    .detail-section > h2 { font-size: 21px; }
    .detail-participation-card { padding: 28px 20px; }
    .detail-participation-card h2 { font-size: 24px; }
    .detail-participation-card p { font-size: 15px; }
    .detail-participation-actions { grid-template-columns: 1fr; }
    .detail-quote-grid { grid-template-columns: 1fr; }
    .detail-actions { align-items: stretch; flex-direction: column; }
    .detail-actions > div, .detail-actions > a { justify-content: center; }
    .related-card > span { height: 190px; }
    .admin-header { position: static; flex-wrap: wrap; gap: 12px; padding: 14px 20px; }
    .admin-header__brand img { width: 150px; }
    .admin-layout { display: block; padding-top: 0; }
    .admin-sidebar { position: static; width: auto; border-right: 0; border-bottom: 1px solid #e8ece9; }
    .admin-sidebar nav { flex-direction: row; overflow-x: auto; }
    .admin-sidebar a { flex: 0 0 auto; width: auto; }
    .admin-workspace { margin-left: 0; }
    .admin-navbar { top: 0; min-height: 52px; padding: 8px 20px; }
    .admin-navbar a:last-child { margin-left: 0; }
    .admin-main { padding: 20px; }
    .admin-page-header { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
