.guide-page{--guide-bg:#f4f1eb;--guide-paper:#fff;--guide-ink:#141414;--guide-muted:#3a3a3a;--guide-line:#d6d0c4;--guide-accent:#1a4536;--guide-accent-strong:#123024;--guide-accent-soft:#e7f1eb;--guide-warn:#8a2b1a;--guide-focus:#0b57d0;--guide-radius:14px;--guide-font:1.125rem;--guide-title:1.7rem;--guide-section:1.28rem;--guide-topbar-offset:7.5rem;--guide-safe-bottom:env(safe-area-inset-bottom,0px);--guide-safe-top:env(safe-area-inset-top,0px);background:var(--guide-bg);min-height:100dvh;color:var(--guide-ink);font-size:var(--guide-font);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:#00000014;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.7}.guide-page--xl{--guide-font:1.28rem;--guide-title:1.9rem;--guide-section:1.4rem}@media (min-width:640px){.guide-page{--guide-font:clamp(1.125rem, .4vw + 1.05rem, 1.25rem);--guide-title:clamp(1.75rem, 2vw + 1.35rem, 2.25rem);--guide-section:clamp(1.35rem, 1vw + 1.15rem, 1.6rem);--guide-topbar-offset:5.5rem}.guide-page--xl{--guide-font:clamp(1.3rem, .6vw + 1.2rem, 1.45rem);--guide-title:clamp(2rem, 2.2vw + 1.5rem, 2.55rem);--guide-section:clamp(1.5rem, 1.2vw + 1.25rem, 1.8rem)}}.guide-page a{color:var(--guide-focus);text-underline-offset:.18em;text-decoration-thickness:.12em}.guide-page a:hover{text-decoration-thickness:.16em}.guide-page a.guide-action,.guide-page a.guide-action:hover,.guide-page button.guide-action,.guide-page button.guide-action:hover{color:#fff;text-decoration:none}.guide-page a.guide-action--secondary,.guide-page a.guide-action--secondary:hover,.guide-page button.guide-action--secondary,.guide-page button.guide-action--secondary:hover{color:var(--guide-accent);text-decoration:none}.guide-page a.guide-toc-link,.guide-page a.guide-toc-link:hover,.guide-page a.guide-size-btn,.guide-page a.guide-size-btn:hover{color:var(--guide-ink);text-decoration:none}.guide-page a.guide-phone,.guide-page a.guide-phone:hover{color:var(--guide-accent);text-underline-offset:.2em;text-decoration:underline;text-decoration-thickness:.12em}.guide-topbar{z-index:20;padding:calc(10px + var(--guide-safe-top)) 14px 12px;border-bottom:1px solid var(--guide-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f1ebf7;grid-template-columns:1fr;gap:10px;display:grid;position:sticky;top:0}.guide-topbar__brand{color:var(--guide-accent);letter-spacing:-.01em;margin:0;font-size:.92rem;font-weight:700;line-height:1.35}.guide-topbar__actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.guide-topbar .guide-size-btn{white-space:nowrap;text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:10px 8px;font-family:inherit;font-size:.98rem;font-weight:700;line-height:1.2;display:inline-flex}.guide-page--living-word .guide-topbar__actions{grid-template-columns:1fr}@media (min-width:640px){.guide-topbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:12px 16px}.guide-topbar__actions{grid-template-columns:auto auto;width:auto}.guide-topbar .guide-size-btn{border-radius:999px;width:auto;min-width:6.5em}.guide-page--living-word .guide-topbar__actions{grid-template-columns:auto}}.guide-size-btn,.guide-toc-link,.guide-action{appearance:none;border:2px solid var(--guide-line);background:var(--guide-paper);color:var(--guide-ink);min-height:52px;font:inherit;cursor:pointer;border-radius:12px;padding:12px 16px;font-weight:700;text-decoration:none}.guide-size-btn.is-active{border-color:var(--guide-accent);background:var(--guide-accent-soft);color:var(--guide-accent)}.guide-shell{width:min(100% - 20px,760px);padding:16px 0 calc(88px + var(--guide-safe-bottom));margin:0 auto}.guide-shell--wide{width:min(100% - 16px,1100px)}.guide-hero{background:var(--guide-paper);border:1px solid var(--guide-line);border-radius:var(--guide-radius);margin-bottom:14px;padding:20px 16px 18px}.guide-hero__eyebrow{color:var(--guide-accent);margin:0 0 6px;font-size:.95rem;font-weight:700}.guide-hero__title{font-size:var(--guide-title);letter-spacing:-.02em;word-break:keep-all;overflow-wrap:anywhere;margin:0;font-weight:800;line-height:1.28}.guide-hero__verse{color:var(--guide-muted);word-break:keep-all;margin:12px 0 0;font-size:1em;line-height:1.55}.guide-hero__meta{background:var(--guide-accent-soft);color:var(--guide-ink);border-radius:12px;margin:14px 0 0;padding:12px 14px}.guide-hero__meta p{word-break:keep-all;margin:0}.guide-hero__meta p+p{border-top:1px solid #1a45362e;margin-top:10px;padding-top:10px}.guide-toc{background:var(--guide-paper);border:1px solid var(--guide-line);border-radius:var(--guide-radius);margin-bottom:14px;padding:16px 14px 14px}.guide-toc__title{margin:0 0 12px;font-size:1.12em;font-weight:800}.guide-toc__list{grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none;display:grid}.guide-toc-link{text-align:center;word-break:keep-all;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:46px;padding:10px;font-size:.96rem;line-height:1.3;display:flex}@media (min-width:640px){.guide-toc__list{grid-template-columns:repeat(3,1fr)}.guide-toc-link{min-height:52px;font-size:1rem}.guide-hero,.guide-toc,.guide-section{padding-left:22px;padding-right:22px}.guide-shell{width:min(760px,100% - 32px);padding-top:24px}}.guide-section{background:var(--guide-paper);border:1px solid var(--guide-line);border-radius:var(--guide-radius);scroll-margin-top:calc(var(--guide-topbar-offset) + 8px);margin-bottom:12px;padding:18px 14px 16px}.guide-section__title{border-bottom:2px solid var(--guide-accent);font-size:var(--guide-section);color:var(--guide-accent);word-break:keep-all;margin:0 0 14px;padding-bottom:10px;font-weight:800;line-height:1.35}.guide-section h3{border-left:4px solid var(--guide-accent);color:var(--guide-ink);word-break:keep-all;margin:22px 0 10px;padding-left:12px;font-size:1.08em;font-weight:800;line-height:1.3}.guide-section p{word-break:keep-all;overflow-wrap:anywhere;margin:0 0 12px}.guide-section ul{margin:0 0 12px;padding-left:1.15em}.guide-section li{word-break:keep-all;margin:0 0 12px}.guide-section li:last-child{margin-bottom:0}.guide-section>ul{border:1px solid var(--guide-line);background:#fff;border-radius:12px;margin:0 0 14px;padding:2px 14px;list-style:none}.guide-section>ul>li{word-break:keep-all;border-bottom:1px solid #efeae0;margin:0;padding:12px 2px 12px 16px;line-height:1.55;position:relative}.guide-section>ul>li:last-child{border-bottom:0}.guide-section>ul>li:before{content:"";background:var(--guide-accent);border-radius:999px;width:6px;height:6px;position:absolute;top:1.05em;left:0}.guide-tip{border:1px solid var(--guide-line);border-left:4px solid var(--guide-warn);background:#fdf6f4;border-radius:10px;padding:12px 14px;font-weight:700;margin:0 0 14px!important}.guide-tip strong{color:var(--guide-warn)}.guide-note{border:1px solid var(--guide-line);background:#faf8f4;border-radius:12px;margin:18px 0 4px;padding:14px 12px}.guide-note p{margin:0 0 8px}.guide-note ul{margin-bottom:0}.guide-kids-block{border:1px solid var(--guide-line);background:#faf8f4;border-radius:12px;margin:0 0 14px;padding:14px 12px 12px}.guide-kids-block__title{border-bottom:1px solid var(--guide-line);padding-bottom:8px;margin:0 0 10px!important}.guide-kids-block__when{margin:0 0 8px;font-weight:700}.guide-kids-block__program{border:1px solid var(--guide-line);background:#fff;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 14px;padding:12px;font-weight:700;line-height:1.4;display:flex}.guide-kids-block__label{background:var(--guide-ink);color:#fff;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:.82em;font-weight:800;display:inline-block}.guide-kids-block__pack-title{margin:0 0 8px;font-size:1.02em;font-weight:800}.guide-pack-list{counter-reset:pack;gap:8px;margin:0;padding:0;list-style:none;display:grid}.guide-pack-list>li{counter-increment:pack;border:1px solid var(--guide-line);background:#fff;border-radius:10px;grid-template-columns:2.1em minmax(0,1fr);gap:2px 10px;padding:12px 10px;display:grid;margin:0!important}.guide-pack-list>li:before{content:counter(pack);background:var(--guide-accent-soft);width:2em;height:2em;color:var(--guide-accent);border-radius:999px;grid-row:1/span 2;justify-content:center;align-self:start;align-items:center;font-size:.88em;font-weight:800;display:flex}.guide-pack-list__main{word-break:keep-all;font-weight:800;line-height:1.45}.guide-pack-list__sub{color:var(--guide-muted);word-break:keep-all;grid-column:2;font-size:.94em;line-height:1.45}.guide-actions{flex-direction:column;gap:10px;margin:14px 0 2px;display:flex}.guide-action{appearance:none;text-align:center;border:2px solid var(--guide-accent);border-color:var(--guide-accent);background:var(--guide-accent);color:#fff;width:100%;min-height:56px;font-family:inherit;font-size:inherit;cursor:pointer;word-break:keep-all;border-radius:14px;justify-content:center;align-items:center;padding:14px 16px;font-weight:800;line-height:1.35;transition:background-color .15s,border-color .15s;display:flex;box-shadow:0 6px 16px #1230242e}.guide-action:focus-visible{outline:3px solid var(--guide-focus);outline-offset:3px}.guide-action:hover{background:var(--guide-accent-strong);border-color:var(--guide-accent-strong)}.guide-action--secondary{background:var(--guide-paper);border-color:var(--guide-accent);color:var(--guide-accent);box-shadow:none}.guide-action--secondary:hover{background:var(--guide-accent-soft);border-color:var(--guide-accent)}.guide-phone{letter-spacing:.01em;white-space:nowrap;font-weight:800;display:inline}.guide-phone:before{content:"☎ ";font-weight:700}.guide-modal-overlay{z-index:2000;padding:max(16px, env(safe-area-inset-top,0px)) max(16px, env(safe-area-inset-right,0px)) max(16px, env(safe-area-inset-bottom,0px)) max(16px, env(safe-area-inset-left,0px));background:#1414147a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.guide-modal{border-radius:var(--guide-radius);background:var(--guide-paper);width:min(100%,22rem);color:var(--guide-ink);padding:22px 20px 18px;box-shadow:0 18px 40px #12302438}.guide-modal__title{font-size:var(--guide-section);word-break:keep-all;margin:0 0 10px;font-weight:800;line-height:1.35}.guide-modal__body{color:var(--guide-muted);word-break:keep-all;margin:0 0 18px;font-size:1.05em;line-height:1.55}.guide-top-btn{left:auto;right:max(12px, env(safe-area-inset-right,0px));bottom:calc(18px + var(--guide-safe-bottom));z-index:1500;appearance:none;border:2px solid var(--guide-accent);background:var(--guide-accent);color:#fff;cursor:pointer;border-radius:999px;min-width:5.5em;min-height:52px;padding:12px 16px;font-family:inherit;font-size:1rem;font-weight:800;line-height:1.2;position:fixed;box-shadow:0 8px 20px #12302447}.guide-top-btn:hover{background:var(--guide-accent-strong);border-color:var(--guide-accent-strong)}.guide-top-btn:focus-visible{outline:3px solid var(--guide-focus);outline-offset:3px}.guide-lw-layout{gap:16px;display:grid}.guide-lw-tabs{flex-wrap:wrap;gap:8px;padding:4px 0 2px;display:flex}.guide-lw-tab{border:1px solid var(--guide-line);min-height:40px;color:var(--guide-ink,#1c1917);cursor:pointer;touch-action:manipulation;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:.92rem;font-weight:700;display:inline-flex}.guide-lw-tab:hover{border-color:color-mix(in srgb, var(--guide-accent) 45%, var(--guide-line))}.guide-lw-tab:focus-visible{outline:3px solid var(--guide-focus);outline-offset:2px}.guide-lw-tab.is-active{background:var(--guide-accent);border-color:var(--guide-accent);color:#fff}.guide-lw-tab__count{background:#0f172a14;border-radius:999px;justify-content:center;align-items:center;min-width:1.4em;height:1.4em;padding:0 5px;font-size:.78em;font-weight:800;display:inline-flex}.guide-lw-tab.is-active .guide-lw-tab__count{background:#ffffff38}.guide-lw-panel{border:1px solid var(--guide-line);background:#fff;border-radius:14px;overflow:hidden}.guide-lw-panel__head{background:var(--guide-accent-soft,#f5f0e6);border-bottom:1px solid var(--guide-line);justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;display:flex}.guide-lw-panel__title{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:800}.guide-lw-panel__meta{color:var(--guide-muted);margin:0;font-size:.88rem;font-weight:700}.guide-lw-regions{gap:0;display:grid}.guide-lw-region{border-bottom:1px solid var(--guide-line)}.guide-lw-region:last-child{border-bottom:0}.guide-lw-region__title{letter-spacing:-.02em;color:var(--guide-accent-strong,#123024);border-bottom:1px solid color-mix(in srgb, var(--guide-accent) 28%, var(--guide-line));border-left:5px solid var(--guide-accent);background:linear-gradient(#eef5f1 0%,#e2ebe6 100%);margin:0;padding:13px 16px;font-size:1.02rem;font-weight:800}.guide-lw-meetings{background:#f7f4ee;gap:10px;margin:0;padding:10px 12px 12px;list-style:none;display:grid}.guide-lw-meeting{border:1px solid var(--guide-line);background:#fff;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 1px 2px #1a45360a}.guide-lw-region .guide-lw-meeting:last-child{border-bottom:1px solid var(--guide-line)}.guide-lw-meeting__group{letter-spacing:-.02em;color:#fff;background:var(--guide-accent);border-bottom:0;margin:0;padding:11px 14px;font-size:1.05rem;font-weight:800;line-height:1.35}.guide-lw-meeting__meta{gap:8px;margin:0;padding:12px 14px 14px;display:grid}.guide-lw-meeting__meta>div{grid-template-columns:3.2em minmax(0,1fr);align-items:start;gap:10px;display:grid}.guide-lw-meeting__meta dt{color:var(--guide-muted);margin:0;padding-top:.15em;font-size:.82rem;font-weight:800}.guide-lw-meeting__meta dd{word-break:keep-all;overflow-wrap:anywhere;margin:0;font-size:.98rem;font-weight:600;line-height:1.5}@media (max-width:640px){.guide-lw-tabs{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;margin:0 -4px;padding-bottom:6px;padding-left:4px;padding-right:4px;overflow-x:auto}.guide-lw-tab{white-space:nowrap;flex:none}.guide-lw-panel__head{flex-direction:column;align-items:flex-start;gap:4px}}.guide-prog-tabs{flex-wrap:wrap;gap:8px;margin:0 0 18px;display:flex}.guide-prog-tab{border:2px solid var(--guide-line);min-height:58px;color:var(--guide-ink);font:inherit;cursor:pointer;text-align:center;word-break:keep-all;background:#fff;border-radius:12px;flex-direction:column;flex:calc(50% - 8px);justify-content:center;align-items:center;gap:2px;padding:8px 10px;font-size:.95em;font-weight:800;line-height:1.2;display:flex}.guide-prog-tab__name,.guide-prog-tab__note{max-width:100%;display:block}.guide-prog-tab__note{opacity:.85;font-size:.82em;font-weight:700}.guide-prog-tab:focus-visible{outline:3px solid var(--guide-focus);outline-offset:2px}.guide-prog-tab.is-active{border-color:var(--guide-accent);background:var(--guide-accent);color:#fff}.guide-prog-tab.is-active .guide-prog-tab__note{opacity:.92}@media (max-width:380px){.guide-prog-tab{padding:8px 6px;font-size:.88em}.guide-prog-tab__note{font-size:.78em}}.guide-prog-group{gap:10px;margin:4px 0 8px;display:grid}.guide-prog-track{margin:8px 0 22px}.guide-prog-track__title{border-left:4px solid var(--guide-accent);color:var(--guide-ink);word-break:keep-all;margin:0 0 6px;padding-left:12px;font-size:1.12em;font-weight:800}.guide-prog-track__target{color:var(--guide-muted);flex-wrap:wrap;align-items:baseline;gap:8px;margin:0 0 12px;padding-left:16px;font-weight:600;display:flex}.guide-prog-track__label{background:var(--guide-accent-soft);color:var(--guide-accent);border-radius:999px;padding:2px 8px;font-size:.85em;font-weight:800}.guide-prog-day{border:1px solid var(--guide-line);background:#fff;border-radius:12px;overflow:hidden}.guide-prog-day__summary{cursor:pointer;flex-wrap:wrap;align-items:center;gap:6px 12px;min-height:60px;padding:14px 46px 14px 16px;font-weight:800;list-style:none;display:flex;position:relative}.guide-prog-day__summary::-webkit-details-marker{display:none}.guide-prog-day__summary:focus-visible{outline:3px solid var(--guide-focus);outline-offset:-3px}.guide-prog-day__day{background:var(--guide-accent);color:#fff;white-space:nowrap;border-radius:999px;flex:none;padding:4px 12px;font-size:.92em;font-weight:800}.guide-prog-day__theme{min-width:0;color:var(--guide-ink);word-break:keep-all;flex:auto}.guide-prog-day__chevron{width:24px;height:24px;color:var(--guide-muted);transition:transform .15s;display:inline-flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.guide-prog-day__chevron svg{width:100%;height:100%}.guide-prog-day[open] .guide-prog-day__chevron{transform:translateY(-50%)rotate(180deg)}.guide-prog-day__verse{color:var(--guide-muted);word-break:keep-all;margin:0;padding:0 16px 12px;font-style:italic}.guide-prog-day__ref{white-space:nowrap;font-style:normal}.guide-prog-list{border-top:1px solid #efeae0;margin:0;padding:0 16px 8px;list-style:none}.guide-prog-item{border-bottom:1px solid #efeae0;grid-template-columns:7.6em minmax(0,1fr);align-items:baseline;gap:12px;padding:11px 0;display:grid}.guide-prog-item:last-child{border-bottom:0}.guide-prog-item__time{min-width:0;color:var(--guide-accent);font-variant-numeric:tabular-nums;word-break:keep-all;overflow-wrap:anywhere;font-weight:800}.guide-prog-item__title{color:var(--guide-ink);word-break:keep-all;font-weight:700}@media (max-width:480px){.guide-prog-item{grid-template-columns:7em minmax(0,1fr);gap:10px}}

