@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&family=IBM+Plex+Sans+KR:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800;900&family=Noto+Serif+KR:wght@400;500;600;700;900&display=swap");:root{--font-sans:"Noto Sans KR",-apple-system,BlinkMacSystemFont,sans-serif;--font-serif:"Noto Serif KR",serif;--font-batang:"Gowun Batang",serif;--font-plex:"IBM Plex Sans KR",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16.5px;word-break:keep-all;overflow-wrap:break-word}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{width:20px;height:20px;flex:none}.church-site{--page:1200px;--fs-lead:18.5px;--fs-body:16.5px;--fs-small:14px;--fs-eyebrow:13px;--lh-body:1.85;--lh-tight:1.4;--section-y:clamp(60px,7vw,88px);--reveal-dur:.6s;--ease:cubic-bezier(.22,.61,.36,1);--paper:#ffffff;--ink:#17191c;--muted:#6c727a;--line:#e7e8ea;--soft:#f5f6f7;--accent:#e84e2f;--accent-ink:#fff;--deep:#17191c;--deep-ink:#fff;--display:var(--font-plex);min-height:100vh;overflow:clip;color:var(--ink);background:var(--paper)}.church-site :is(a,button,input,textarea,select,[role=button]):focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 78%,#fff);outline-offset:3px;box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 20%,transparent)}.church-site :is(.mobile-drawer-backdrop,.news-modal-backdrop):focus-visible{outline-offset:-6px}.site-topbar{justify-content:space-between;gap:20px;min-height:38px;padding:4px max(24px,calc((100vw - var(--page)) / 2));background:var(--deep);color:var(--deep-ink);font-size:13px}.site-topbar,.site-topbar p{display:flex;align-items:center}.site-topbar p{gap:7px;margin:0;opacity:.82}.site-topbar svg{width:13px;height:13px}.topbar-divider{width:1px;height:10px;margin:0 6px;background:currentColor;opacity:.35}.topbar-social{display:flex;gap:4px}.topbar-social a{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;opacity:.85;transition:opacity .2s,background .2s}.topbar-social a:hover{opacity:1;background:rgba(255,255,255,.14)}.topbar-social svg{width:15px;height:15px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:32px;gap:32px;height:86px;padding:0 max(24px,calc((100vw - var(--page)) / 2));background:color-mix(in srgb,var(--paper) 92%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-logo{display:inline-flex;align-items:center;gap:11px}.logo-img{width:38px;height:38px;object-fit:contain;border-radius:0}.logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;color:var(--accent-ink);background:var(--accent);font-size:17px;line-height:1}.logo-text{display:grid;grid-gap:2px;gap:2px}.logo-text strong{font-size:19px;font-weight:800;letter-spacing:-.04em}.logo-text small{color:var(--muted);font-size:9.5px;font-weight:600;letter-spacing:.16em}.site-nav{display:flex;justify-content:center;gap:4px}.site-nav a{padding:11px 16px;border-radius:8px;font-size:15.5px;font-weight:600;white-space:nowrap;transition:background .15s,color .15s}.site-nav a:hover{background:var(--soft);color:var(--accent)}.header-side{display:flex;align-items:center;gap:10px}.header-cta{display:inline-flex;align-items:center;padding:12px 20px;border-radius:999px;color:var(--accent-ink);background:var(--accent);font-size:15px;font-weight:700;transition:transform .15s,filter .15s}.header-cta:hover{transform:translateY(-1px);filter:brightness(1.06)}.mobile-menu{display:none;border:0;background:none;color:inherit;cursor:pointer}.mobile-drawer{position:fixed;inset:0;z-index:60}.mobile-drawer-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.45);cursor:pointer;animation:md-fade .2s ease}.mobile-drawer-panel{position:absolute;top:0;right:0;width:min(82vw,320px);height:100%;display:flex;flex-direction:column;gap:2px;padding:26px 20px;background:var(--paper);box-shadow:-16px 0 50px rgba(0,0,0,.2);animation:md-slide-in .24s cubic-bezier(.22,.61,.36,1);overflow-y:auto}.mobile-drawer-panel a{padding:15px 14px;border-radius:10px;font-size:17px;font-weight:600;color:var(--ink)}.mobile-drawer-panel a:hover{background:var(--soft)}.mobile-drawer-cta{margin-top:12px;text-align:center;color:var(--accent-ink)!important;background:var(--accent);border-radius:999px}@keyframes md-fade{0%{opacity:0}to{opacity:1}}@keyframes md-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.eyebrow{margin:0;color:var(--accent);font-size:var(--fs-eyebrow);font-weight:800;letter-spacing:.14em}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:56px;padding:0 28px;border:1px solid transparent;border-radius:999px;font-size:16.5px;font-weight:700;cursor:pointer;transition:transform .15s,filter .15s,background .15s}.primary-button{color:var(--accent-ink);background:var(--accent)}.primary-button:hover{transform:translateY(-1px);filter:brightness(1.05)}.primary-button.is-disabled{opacity:.58;cursor:default}.primary-button.is-disabled:hover{transform:none;filter:none}.secondary-button{color:var(--ink);background:transparent;border-color:color-mix(in srgb,var(--ink) 28%,transparent)}.secondary-button:hover{background:var(--soft)}.primary-button svg,.secondary-button svg{width:16px;height:16px}.site-footer{color:var(--deep-ink);background:var(--deep)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-gap:56px;gap:56px;max-width:var(--page);margin:0 auto;padding:76px 24px 56px}.footer-identity>p{max-width:320px;margin:18px 0 26px;opacity:.72;font-size:15px;line-height:1.78}.footer-logo .logo-mark{width:34px;height:34px;font-size:15px}.footer-logo .logo-img{width:34px;height:34px}.footer-logo strong{font-size:17px;letter-spacing:-.03em}.footer-social{display:flex;flex-wrap:wrap;gap:8px}.footer-social a{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:11.5px;font-weight:600;opacity:.85;transition:opacity .2s,background .2s}.footer-social a:hover{opacity:1;background:rgba(255,255,255,.1)}.footer-social svg{width:14px;height:14px}.footer-col>strong{display:block;margin-bottom:20px;font-size:16px;letter-spacing:-.02em}.footer-col p{display:grid;grid-template-columns:104px 1fr;grid-gap:10px;gap:10px;margin:0 0 13px;font-size:14.5px}.footer-col p span{opacity:.55;white-space:nowrap}.footer-col p b{font-weight:600;opacity:.92}.footer-map-link,.footer-newcomer>a{display:inline-block;margin-top:8px;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.4);font-size:12px;font-weight:700}.footer-newcomer>p{display:block;margin:0 0 14px;opacity:.72;font-size:14.5px;line-height:1.78}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:var(--page);margin:0 auto;padding:22px 24px 30px;border-top:1px solid rgba(255,255,255,.14);font-size:11px;opacity:.6}.footer-bottom>div{display:flex;gap:20px}.footer-org{opacity:.6}.mobile-quickbar{position:fixed;z-index:30;right:0;bottom:0;left:0;display:none;grid-template-columns:repeat(5,1fr);padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--paper) 94%,transparent);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-quickbar a{display:grid;justify-items:center;grid-gap:3px;gap:3px;padding:6px 0;color:var(--muted);font-size:10px;font-weight:600}.mobile-quickbar a:first-child{color:var(--accent)}.mobile-quickbar svg{width:19px;height:19px}.studio-fab{position:fixed;z-index:50;bottom:88px;right:18px;display:flex;align-items:center;gap:7px;padding:9px 14px 9px 10px;background:#16201b;color:#fff;border-radius:24px;box-shadow:0 4px 16px rgba(0,0,0,.22);font-size:12.5px;font-weight:700;font-family:system-ui,sans-serif;text-decoration:none;transition:background .15s,transform .15s}.studio-fab:hover{background:#2a4233;transform:translateY(-1px)}.studio-fab-mark{display:grid;place-items:center;width:22px;height:22px;background:#4caf72;border-radius:50%;font-size:11px;font-weight:900;color:#16201b;flex-shrink:0}.studio-fab-label{letter-spacing:-.01em}@media (max-width:620px){.studio-fab{bottom:76px;right:12px;padding:8px 10px}.studio-fab-label{display:none}.studio-fab{border-radius:50%;width:40px;height:40px;padding:0;justify-content:center}.studio-fab-mark{width:24px;height:24px;font-size:12px}}.church-site h1,.church-site h2,.church-site h3,.church-site h4{word-break:keep-all;text-wrap:balance}.church-site blockquote,.church-site p,.church-site small{text-wrap:pretty}.site-directions{padding-block:var(--section-y);padding-inline:max(24px,calc((100vw - var(--page)) / 2));border-top:1px solid var(--line)}.dir-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:26px;padding-bottom:12px;border-bottom:2px solid var(--ink)}.dir-head h2{margin:0;font-family:var(--display);font-size:clamp(22px,2.6vw,31px);font-weight:700;letter-spacing:-.02em}.dir-head a{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:14px;transition:color .15s}.dir-head a:hover{color:var(--accent)}.dir-head a svg{width:13px;height:13px;transition:transform .22s ease}.dir-head a:hover svg{transform:translateX(3px)}.dir-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-gap:36px;gap:36px;align-items:stretch}.dir-map{overflow:hidden;border:1px solid var(--line);border-radius:6px;min-height:360px}.dir-map iframe{display:block;width:100%;height:100%;min-height:360px;border:0;filter:grayscale(12%)}.dir-info{display:grid;grid-gap:4px;gap:4px;align-content:start}.dir-info>div{padding:16px 0;border-bottom:1px solid var(--line)}.dir-info>div:first-child{padding-top:4px}.dir-info b{display:block;margin-bottom:6px;color:var(--accent);font-size:14px;font-weight:700}.dir-info p{margin:0;font-size:var(--fs-body);line-height:1.75}.dir-services{margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}.dir-services-title{display:block;margin-bottom:16px;color:var(--accent);font-size:14px;font-weight:700;letter-spacing:.02em}.dir-services ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:6px;overflow:hidden}.dir-services li{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;padding:16px 18px;background:var(--paper)}.dir-services li span{font-weight:700;font-size:var(--fs-body)}.dir-services li time{color:var(--accent);font-weight:700;font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dir-services li small{width:100%;color:var(--muted);font-size:13px}@media (max-width:980px){.dir-grid{grid-template-columns:1fr;gap:24px}.dir-map,.dir-map iframe{min-height:280px}}@media (max-width:620px){.site-directions{padding-inline:18px;padding-block:56px 72px}}.bulletin-actions{display:flex;flex-wrap:wrap;gap:10px}@keyframes site-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.reveal{opacity:0;transform:translateY(22px);transition:opacity var(--reveal-dur,.7s) var(--ease,cubic-bezier(.2,.65,.3,1)),transform var(--reveal-dur,.7s) var(--ease,cubic-bezier(.2,.65,.3,1))}.reveal.in-view{opacity:1;transform:none}.site-nav a{position:relative}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:2px;background:var(--accent);transition:right .25s ease}.site-nav a:hover:after{right:0}.md-row-head a svg,.mn-row-head a svg,.tr-row-head a svg,.wm-row-head a svg,.yt-row-head a svg{transition:transform .22s ease}.md-row-head a:hover svg,.mn-row-head a:hover svg,.tr-row-head a:hover svg,.wm-row-head a:hover svg,.yt-row-head a:hover svg{transform:translateX(3px)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}.church-site *{animation-duration:.01ms!important;animation-delay:0s!important}}.subpage{min-height:70vh}.subpage-hero{max-width:var(--page);margin:0 auto;padding:clamp(40px,5.5vw,64px) 24px clamp(26px,3.5vw,38px);text-align:left;border-bottom:1px solid var(--line)}.subpage-hero h1{margin:8px 0 0;font-size:clamp(28px,3.4vw,42px);line-height:1.28}.detail-heading h1,.subpage-hero h1{font-family:var(--display);letter-spacing:-.03em;text-wrap:balance}.detail-heading h1{margin:14px auto 16px;font-size:clamp(30px,3.6vw,46px);line-height:1.3}.subpage-hero>p:last-child{margin:12px 0 0}.detail-heading>p:last-child,.subpage-hero>p:last-child{max-width:620px;color:var(--muted);font-size:var(--fs-body);line-height:var(--lh-body)}.detail-heading>p:last-child{margin:auto}.newcomer-layout,.story-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;max-width:var(--page);margin:auto;padding:110px 24px}.story-image img{min-height:560px;object-fit:cover;border-radius:18px}.newcomer-layout h2,.story-grid h2{margin:14px 0 18px;font-family:var(--display);font-size:clamp(28px,3vw,38px);line-height:1.42;letter-spacing:-.025em;text-wrap:balance}.story-grid p{color:var(--muted);font-size:var(--fs-body);line-height:var(--lh-body)}.story-pastor{display:block;margin:-6px 0 4px;color:var(--muted);font-size:15px;font-style:normal;font-weight:600}.story-contact{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:14.5px}.story-contact b{color:var(--ink);font-weight:700}.story-grid dl{margin-top:34px}.story-grid dl div{display:grid;grid-template-columns:110px 1fr;padding:17px 0;border-top:1px solid var(--line)}.story-grid dt{font-weight:800;font-size:14px}.story-grid dd{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.check-list{display:grid;grid-gap:12px;gap:12px;margin-top:28px}.check-list p{display:flex;align-items:center;gap:12px;margin:0;padding:18px 20px;background:var(--soft);border-radius:14px;font-size:14.5px}.check-list svg{color:var(--accent);width:18px;height:18px}.newcomer-layout aside{display:grid;justify-items:flex-start;padding:44px;color:var(--deep-ink);background:var(--deep);border-radius:22px}.newcomer-layout aside>svg{margin-top:22px;color:var(--accent)}.newcomer-layout aside h3{margin:10px 0 4px;font-size:17px}.newcomer-layout aside p{margin:0;opacity:.72;font-size:13.5px;line-height:1.7}.newcomer-layout aside a{margin:10px 0 14px;padding-bottom:4px;border-bottom:1px solid;font-size:12.5px;font-weight:700}.about-meta{display:flex;flex-wrap:wrap;max-width:640px;margin:24px 0 0;padding:0;list-style:none;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--soft)}.about-meta li{flex:1 1;min-width:150px;display:flex;flex-direction:column;gap:5px;padding:18px 22px}.about-meta li+li{border-left:1px solid var(--line)}.about-meta b{color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.06em}.about-meta span{font-size:16px;font-weight:600}.about-page .eyebrow{display:inline-flex;align-items:center;gap:11px}.about-page .eyebrow:before{content:"";width:22px;height:2px;background:var(--accent);border-radius:2px}.about-hero{padding-bottom:clamp(40px,5vw,64px)}.about-hero h1{max-width:18ch}.about-hero-verse{max-width:600px;margin:clamp(22px,3vw,34px) 0 0;padding-left:22px;border-left:3px solid var(--accent);color:var(--ink);font-size:clamp(16px,1.5vw,18.5px);line-height:1.8;font-style:italic;text-wrap:pretty}.about-hero-verse span{display:block;margin-top:11px;color:var(--accent);font-size:12.5px;font-weight:700;font-style:normal;letter-spacing:.08em}.about-block{display:grid;grid-template-columns:minmax(0,.4fr) minmax(0,1fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);max-width:var(--page);margin:auto;padding:clamp(72px,8.5vw,118px) 24px}.about-block-head h2{margin:16px 0 0;font-family:var(--display);font-size:clamp(25px,3vw,36px);line-height:1.28;letter-spacing:-.03em;text-wrap:balance}.about-intro-body{max-width:660px}.about-lead{margin:0;font-size:clamp(17px,1.55vw,20px);line-height:1.9}.about-lead,.about-orthodoxy{color:var(--ink);text-wrap:pretty}.about-orthodoxy{display:flex;gap:16px;align-items:flex-start;margin:clamp(28px,3.5vw,42px) 0 0;padding:clamp(22px,2.6vw,30px);background:var(--soft);border:1px solid var(--line);border-radius:18px;font-size:15px;line-height:1.8}.about-orthodoxy svg{flex:none;width:28px;height:28px;color:var(--accent);margin-top:1px}.about-mission{background:var(--soft);padding-block:clamp(80px,10vw,132px);border-block:1px solid var(--line)}.about-mission-inner{max-width:1000px;margin:auto;padding-inline:24px;text-align:center}.about-mission .eyebrow{justify-content:center}.about-mission-statement{margin:clamp(20px,2.5vw,30px) auto 0;max-width:880px;font-family:var(--display);font-size:clamp(23px,3.1vw,36px);font-weight:600;line-height:1.5;letter-spacing:-.025em;color:var(--ink);text-wrap:balance}.about-mission-points{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px);margin-top:clamp(48px,6vw,76px);text-align:left}.about-mission-card{padding:clamp(24px,2.6vw,32px);background:var(--paper);border:1px solid var(--line);border-radius:18px}.about-mission-no{display:block;font-family:var(--display);font-size:13px;font-weight:700;color:var(--accent);letter-spacing:.12em}.about-mission-card b{display:block;margin:14px 0 9px;font-size:18px;font-weight:700}.about-mission-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.75}.about-timeline{max-width:680px;margin:0;padding:0;list-style:none;border-left:2px solid var(--line)}.about-timeline-row{position:relative;display:grid;grid-template-columns:84px 1fr;grid-gap:clamp(16px,2.2vw,30px);gap:clamp(16px,2.2vw,30px);padding:0 0 clamp(32px,4vw,48px) clamp(26px,3vw,40px)}.about-timeline-row:last-child{padding-bottom:0}.about-timeline-row:before{content:"";position:absolute;left:-8px;top:3px;width:13px;height:13px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px var(--paper)}.about-timeline-year{font-family:var(--display);font-size:clamp(19px,2vw,24px);font-weight:700;color:var(--accent);letter-spacing:-.01em;line-height:1.2}.about-timeline-body b{display:block;font-size:17.5px;font-weight:700;line-height:1.45}.about-timeline-body p{margin:9px 0 0;color:var(--muted);font-size:14.5px;line-height:1.75;text-wrap:pretty}.about-guide{max-width:var(--page);margin:auto;padding:0 24px var(--section-y)}.about-guide-head{padding:0 0 26px}.about-guide-head h2{margin:8px 0 0;font-family:var(--display);font-size:clamp(22px,2.6vw,30px);letter-spacing:-.02em}.about-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.about-guide-card{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:26px;background:var(--soft);border:1px solid var(--line);border-radius:14px;transition:border-color .15s,transform .15s}.about-guide-card:hover{border-color:color-mix(in srgb,var(--accent) 50%,var(--line));transform:translateY(-2px)}.about-guide-card>svg{width:24px;height:24px;color:var(--accent);margin-bottom:10px}.about-guide-card b{font-size:17px;font-weight:700}.about-guide-card span{color:var(--muted);font-size:14px;line-height:1.6}.about-guide-card em{display:inline-flex;align-items:center;gap:6px;margin-top:14px;color:var(--accent);font-size:13.5px;font-style:normal;font-weight:700}.about-guide-card em svg{width:13px;height:13px;transition:transform .2s ease}.about-guide-card:hover em svg{transform:translateX(3px)}.about-newcomer-cta{justify-content:space-between;flex-wrap:wrap;margin-top:14px;padding:28px 30px;color:var(--deep-ink);background:var(--deep);border-radius:16px}.about-newcomer-cta,.about-newcomer-cta>div{display:flex;align-items:center;gap:16px}.about-newcomer-cta>div>svg{width:30px;height:30px;color:var(--accent);flex:none}.about-newcomer-cta b{display:block;font-size:18px;font-weight:700}.about-newcomer-cta span{display:block;margin-top:3px;opacity:.72;font-size:14px}.about-newcomer-cta em{display:inline-flex;align-items:center;gap:7px;padding:12px 20px;color:var(--accent-ink);background:var(--accent);border-radius:999px;font-size:14.5px;font-style:normal;font-weight:700;white-space:nowrap}.about-newcomer-cta em svg{width:14px;height:14px}.bulletins-board-wrap{max-width:760px;margin:auto;padding:clamp(36px,4.5vw,56px) 24px var(--section-y)}.news-page-board,.sermons-page-board{max-width:var(--page);margin:0 auto;padding:clamp(34px,4.5vw,52px) 24px var(--section-y)}.worship-page{max-width:var(--page);margin:auto;padding-bottom:var(--section-y)}.worship-group{padding:0 24px;margin-top:60px}.worship-page>.worship-group:first-of-type{margin-top:var(--section-y)}.worship-group-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.worship-group-rule{width:26px;height:2px;background:var(--accent);flex:none}.worship-group-head h2{margin:0;font-family:var(--display);font-size:clamp(20px,2.4vw,27px);letter-spacing:-.02em}.worship-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px}.worship-tile-photo{position:relative;aspect-ratio:5/4;border-radius:18px;overflow:hidden}.worship-tile-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.worship-tile:hover .worship-tile-photo img{transform:scale(1.04)}.worship-tile-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(15,18,20,.82) 0,rgba(15,18,20,.25) 45%,rgba(15,18,20,0) 75%)}.worship-tile-meta{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:22px 24px;color:#fff}.worship-tile-meta time{display:block;font-size:clamp(26px,3vw,34px);font-weight:800;letter-spacing:-.03em;line-height:1.05;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.worship-tile-meta b{display:block;margin-top:6px;font-size:16px;font-weight:600;opacity:.94}.worship-tile-desc{margin:16px 4px 0;color:var(--muted);font-size:15px;line-height:1.72;text-wrap:pretty}.worship-tile-place{display:inline-flex;align-items:center;gap:5px;margin:8px 4px 0;color:var(--muted);font-size:13.5px}.worship-tile-place svg{width:13px;height:13px;color:var(--accent)}.worship-visit{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;margin:56px 24px 0;padding:28px 32px;color:var(--deep-ink);background:var(--deep);border-radius:18px}.worship-visit>div:first-child{display:flex;align-items:center;gap:16px}.worship-visit>div:first-child>svg{width:30px;height:30px;color:var(--accent);flex:none}.worship-visit b{display:block;font-size:18px;font-weight:700}.worship-visit span{color:color-mix(in srgb,var(--deep-ink) 70%,transparent);font-size:14.5px}.worship-visit-actions{display:flex;gap:10px;flex-wrap:wrap}.worship-visit-actions .primary-button,.worship-visit-actions .secondary-button{min-height:50px;padding:0 22px;font-size:14.5px}.worship-visit-actions .secondary-button{color:var(--deep-ink);border-color:color-mix(in srgb,var(--deep-ink) 34%,transparent)}.worship-visit-actions .secondary-button:hover{background:color-mix(in srgb,var(--deep-ink) 12%,transparent)}.md-home section[id],.site-directions{scroll-margin-top:108px}.ministries-page{max-width:var(--page);margin:auto;padding-bottom:var(--section-y)}.ministries-jump{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.ministries-jump a{padding:8px 16px;background:var(--paper);border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:600;transition:border-color .15s,color .15s}.ministries-jump a:hover{border-color:var(--accent);color:var(--accent)}.ministry-cat{padding:0 24px;margin-top:56px;scroll-margin-top:108px}.ministry-cat:first-of-type{margin-top:var(--section-y)}.ministry-cat-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.ministry-cat-rule{width:26px;height:2px;background:var(--accent);flex:none}.ministry-cat-head h2{margin:0;font-family:var(--display);font-size:clamp(20px,2.4vw,27px);letter-spacing:-.02em}.ministry-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:18px;gap:18px}.ministry-item{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:border-color .15s,transform .15s,box-shadow .15s}.ministry-item:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--line));transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.07)}.ministry-photo{aspect-ratio:4/3;overflow:hidden;background:var(--soft)}.ministry-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ministry-item:hover .ministry-photo img{transform:scale(1.04)}.ministry-item-body{display:flex;flex-direction:column;flex:1 1;padding:22px 24px 24px}.ministry-item-body h3{margin:0 0 9px;font-size:19px;font-weight:700;letter-spacing:-.01em}.ministry-item-body p{margin:0 0 16px;color:var(--muted);font-size:15px;line-height:1.72}.ministry-item-body .ministry-item-detail{margin-top:-8px;font-size:14px;color:color-mix(in srgb,var(--muted) 88%,#111)}.ministry-item-body b{margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:13.5px;font-weight:700}.ministries-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin:56px 24px 0;padding:26px 30px;color:var(--deep-ink);background:var(--deep);border-radius:16px}.ministries-cta>span{font-size:17px;font-weight:600}.ministries-cta em{display:inline-flex;align-items:center;gap:7px;padding:12px 20px;color:var(--accent-ink);background:var(--accent);border-radius:999px;font-size:14.5px;font-style:normal;font-weight:700;white-space:nowrap}.ministries-cta em svg{width:14px;height:14px}.bulletin-page,.detail-page{max-width:920px;margin:auto;padding:80px 24px 110px}.detail-heading{padding:30px 0 50px;text-align:center}.detail-video{position:relative;display:block;overflow:hidden;aspect-ratio:16/9;border-radius:20px}.detail-video-static{cursor:default}.detail-video img{width:100%;height:100%;object-fit:cover}.detail-video svg{position:absolute;top:50%;left:50%;width:74px;height:74px;padding:19px;color:#fff;background:rgba(0,0,0,.55);border-radius:50%;transform:translate(-50%,-50%)}.detail-body{max-width:680px;margin:auto;padding:60px 0}.bulletin-notices h2,.detail-body h2{font-family:var(--display);font-size:28px;letter-spacing:-.02em}.detail-body p{color:var(--muted);font-size:var(--fs-body);line-height:2}.order-card{display:grid;grid-template-columns:auto 1fr;grid-gap:24px;gap:24px;align-items:center;padding:36px;color:var(--deep-ink);background:var(--deep);border-radius:20px}.order-card>svg{width:44px;height:44px;color:var(--accent)}.order-card h2{margin:7px 0;font-family:var(--display);font-size:24px}.order-card p,.order-card span{margin:0;opacity:.72;font-size:13px}.bulletin-notices{padding:46px 0 30px}.bulletin-notices article{display:grid;grid-template-columns:52px 1fr;padding:20px 0;border-top:1px solid var(--line)}.bulletin-notices b{color:var(--accent)}.bulletin-notices p{margin:0;font-size:var(--fs-body);line-height:1.8}@media (max-width:1080px){.site-header{gap:16px}.site-nav a{padding:10px 9px;font-size:13.5px}}@media (max-width:920px){.site-topbar{display:none}.site-header{grid-template-columns:1fr auto;height:70px}.site-nav{display:none}.mobile-menu{display:block}.footer-grid{grid-template-columns:1fr 1fr;gap:40px;padding:56px 20px 40px}.newcomer-layout,.story-grid{grid-template-columns:1fr;gap:44px;padding:80px 20px}.story-image img{min-height:400px}.about-guide-grid,.ministry-cat-grid{grid-template-columns:1fr 1fr}.about-block{grid-template-columns:1fr;gap:clamp(18px,4vw,30px)}.about-block-head h2{margin-top:10px}.about-mission-points{grid-template-columns:1fr}}@media (max-width:620px){.about-guide-grid{grid-template-columns:1fr}.about-timeline-row{grid-template-columns:72px 1fr;gap:14px}.about-newcomer-cta{flex-direction:column;align-items:flex-start}.worship-group{padding:0 18px}.worship-visit{flex-direction:column;align-items:flex-start;margin:44px 18px 0}.site-header{padding-inline:16px}.header-cta{padding:9px 13px;font-size:11.5px}.footer-grid{grid-template-columns:1fr;padding:48px 18px 36px}.footer-bottom{flex-direction:column;align-items:flex-start;padding-bottom:100px}.subpage-hero{padding:34px 18px 22px}.newcomer-layout,.story-grid{padding:60px 18px}.newcomer-layout aside{padding:28px}.ministry-cat{padding:0 18px}.ministry-cat-grid{grid-template-columns:1fr}.ministries-cta{flex-direction:column;align-items:flex-start;margin:44px 18px 0}.bulletin-page,.detail-page{padding:50px 18px 80px}.order-card{grid-template-columns:1fr;padding:26px}.mobile-quickbar{display:grid}}.studio-app{min-height:100vh;color:#182019;background:#f4f6f3;font-family:Noto Sans KR,sans-serif;display:grid;grid-template-columns:245px 1fr}.portfolio-app :is(a,button,input,textarea,select,[role=button]):focus-visible,.studio-app :is(a,button,input,textarea,select,[role=button]):focus-visible{outline:2px solid #2f6d44;outline-offset:2px;box-shadow:0 0 0 4px rgba(47,109,68,.18)}.portfolio-app button[disabled]:focus-visible,.studio-app button[disabled]:focus-visible{outline-color:#9aa69d;box-shadow:0 0 0 4px rgba(154,166,157,.16)}.studio-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:22px 14px;display:flex;flex-direction:column;color:#e9eee9;background:#17211c}.studio-brand{padding:8px 10px 26px;display:flex;gap:10px;align-items:center;font-size:12px}.studio-brand span{display:grid;width:30px;height:30px;place-items:center;color:#17211c;background:#d6ae65;border-radius:8px;font-family:Gowun Batang,serif;font-size:18px;font-weight:800}.studio-sidebar nav{display:grid;grid-gap:4px;gap:4px}.studio-sidebar nav button{position:relative;padding:12px;display:flex;gap:12px;align-items:center;color:#aeb8b1;background:transparent;border:0;border-radius:8px;text-align:left;font-size:12px;cursor:pointer}.studio-sidebar nav button.active{color:#fff;background:#26332c}.studio-sidebar nav button i{width:20px;color:#718078;font-size:9px;font-style:normal}.studio-sidebar nav button em{margin-left:auto;display:grid;width:18px;height:18px;place-items:center;color:#17211c;background:#d6ae65;border-radius:50%;font-size:9px;font-style:normal;font-weight:800}.studio-sidebar-bottom{margin-top:auto;display:grid;grid-gap:4px;gap:4px}.studio-sidebar-bottom a{padding:10px 12px;display:flex;align-items:center;justify-content:space-between;color:#97a39b;font-size:10px}.studio-sidebar-bottom svg{width:14px}.studio-main{min-width:0}.studio-topbar{height:70px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e3e8e3}.studio-topbar>div:first-child{display:flex;align-items:center;gap:12px}.studio-topbar span{color:#879188;font-size:9px;font-weight:800}.studio-topbar select{min-width:160px;border:0;background:transparent;font-size:13px;font-weight:800;outline:none}.studio-actions{display:flex;gap:7px;align-items:center}.save-state{align-self:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.save-state.clean{color:#356044;background:#e7f3eb}.save-state.dirty{color:#8a5c12;background:#fff2d7}.verify-state{align-self:center;padding:5px 8px;border:1px solid #e2e7e2;border-radius:999px;background:#fff;color:#7b8580;font-size:10px;font-weight:900;white-space:nowrap}.verify-state.verify-verified{color:#2f6d44;background:#e6f3e9;border-color:#cbe5d3}.verify-state.verify-checking{color:#4c647c;background:#eef5fb;border-color:#d6e6f2}.verify-state.verify-warning{color:#8a5c12;background:#fff2d7;border-color:#f3ddb2}.verify-state.verify-failed{color:#b33a21;background:#fff0eb;border-color:#f0c9c0}.studio-ghost,.studio-primary{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:7px;font-size:11px;font-weight:800;cursor:pointer}.studio-primary{color:#fff;background:#21382b;border:1px solid #21382b}.studio-ghost{color:#26342b;background:#fff;border:1px solid #dce3dd}.studio-ghost svg,.studio-primary svg{width:14px}.studio-content{max-width:1320px;margin:auto;padding:34px 34px 80px}.studio-title{margin-bottom:26px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.studio-title p{margin:0 0 4px;color:#98703a;font-size:9px;font-weight:900;letter-spacing:.12em}.studio-title h1{margin:0;font-size:26px;letter-spacing:-.06em}.studio-title span{display:block;margin-top:7px;color:#7c8780;font-size:10px}.title-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.progress-ring{--progress:0deg;width:82px;height:82px;display:grid;place-content:center;text-align:center;background:radial-gradient(circle at center,#f4f6f3 57%,transparent 59%),conic-gradient(#c29148 var(--progress),#e4e8e4 0);border-radius:50%}.progress-ring b{font-size:16px}.progress-ring span{margin-top:1px;font-size:8px}.studio-panel{padding:22px;background:#fff;border:1px solid #e2e7e2;border-radius:12px}.panel-heading{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-heading h2{margin:0 0 4px;font-size:14px;letter-spacing:-.04em}.panel-heading p{margin:0;color:#879189;font-size:9px;line-height:1.6}.panel-heading button{min-height:34px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#26342b;background:#fff;border:1px solid #dce3dd;border-radius:7px;font-size:10.5px;font-weight:800;cursor:pointer}.stage-track{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:4px;gap:4px}.stage-track button{position:relative;padding:0;display:grid;grid-gap:8px;gap:8px;justify-items:center;color:#9aa39c;background:none;border:0;font-size:9px;cursor:pointer}.stage-track button:before{content:"";position:absolute;z-index:0;top:13px;right:50%;width:100%;height:2px;background:#e5e9e5}.stage-track button:first-child:before{display:none}.stage-track button span{z-index:1;display:grid;width:28px;height:28px;place-items:center;background:#eef1ee;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #dfe5df;font-size:9px;font-weight:900}.stage-track button span svg{width:13px}.stage-track button.current span,.stage-track button.done span{color:#fff;background:#335241;box-shadow:0 0 0 1px #335241}.stage-track button.current:before,.stage-track button.done:before{background:#335241}.stage-track button.current b{color:#182019}.studio-metrics{margin:14px 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.studio-metrics article{padding:20px;display:grid;grid-gap:7px;gap:7px;background:#fff;border:1px solid #e2e7e2;border-radius:12px}.studio-metrics small,.studio-metrics span{color:#849087;font-size:9px}.studio-metrics strong{font-size:21px;letter-spacing:-.06em}.overview-grid{display:grid;grid-template-columns:1.5fr .8fr;grid-gap:14px;gap:14px}.recent-content-list{display:grid}.recent-content-list article{padding:12px 0;display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;border-top:1px solid #eef1ee}.recent-content-list article:first-child{border-top:0}.recent-content-list article div{display:grid;grid-gap:3px;gap:3px}.recent-content-list b{font-size:10px}.recent-content-list small{color:#9aa39c;font-size:8px}.recent-content-list em{padding:5px 7px;border-radius:999px;font-size:8px;font-style:normal;font-weight:800}.status-published{color:#376448;background:#e5f2e9}.checklist-card>p{margin:0;padding:10px 0;display:flex;gap:9px;align-items:center;color:#768078;border-top:1px solid #eef1ee;font-size:9px}.checklist-card>p span{display:grid;width:17px;height:17px;place-items:center;border:1px solid #d8dfd9;border-radius:50%}.checklist-card>p.checked{color:#25342b}.checklist-card>p.checked span{color:#fff;background:#335241;border-color:#335241}.checklist-card svg{width:10px}.editor-grid{display:grid;grid-template-columns:1.4fr .8fr;grid-gap:14px;gap:14px}.form-panel{display:grid;grid-gap:15px;gap:15px}.form-panel label{display:grid;grid-gap:6px;gap:6px;color:#67736b;font-size:9px;font-weight:800}.form-panel input,.form-panel select,.form-panel textarea{width:100%;padding:11px 12px;color:#1d2921;background:#f8faf8;border:1px solid #dfe5df;border-radius:7px;font-size:11px;outline:none;resize:vertical;font-family:inherit}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.content-inventory article{padding:14px 0;display:grid;grid-template-columns:1fr auto auto;grid-gap:15px;gap:15px;align-items:center;border-top:1px solid #edf1ed}.content-inventory article>div{display:grid;grid-gap:4px;gap:4px}.content-inventory b{font-size:10px}.content-inventory small{color:#8d978f;font-size:8px}.content-inventory strong{font-size:18px}.content-inventory button{display:flex;align-items:center;gap:4px;color:#657168;background:none;border:0;font-size:8px;font-weight:800;cursor:pointer}.content-inventory svg{width:11px}.design-layout{display:grid;grid-template-columns:1.4fr .8fr;grid-gap:14px;gap:14px;align-items:flex-start}.theme-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.theme-grid>button{position:relative;padding:10px;display:grid;grid-gap:5px;gap:5px;color:#243128;background:#fff;border:1px solid #e0e6e0;border-radius:9px;text-align:left;cursor:pointer}.theme-grid>button.selected{border-color:#325440;box-shadow:0 0 0 1px #325440}.theme-grid>button>span{height:80px;padding:12px;display:grid;grid-template-columns:1fr 1.3fr;grid-template-rows:1fr 1fr;grid-gap:5px;gap:5px;background:var(--theme-surface);border-radius:5px;overflow:hidden}.theme-grid>button>span i{display:block;background:var(--theme-accent);border-radius:3px;opacity:.8}.theme-grid>button>span i:first-child{grid-row:1/3}.theme-grid>button b{font-size:10px}.theme-grid>button small{min-height:30px;color:#859087;font-size:8px;line-height:1.5}.theme-grid>button em{position:absolute;top:17px;right:17px;padding:4px 5px;color:#fff;background:rgba(22,32,27,.75);border-radius:4px;font-size:7px;font-style:normal;font-weight:800}.section-list{display:grid;grid-gap:7px;gap:7px}.section-list article{padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto auto auto;grid-gap:9px;gap:9px;align-items:center;background:#f8faf8;border:1px solid #e4e9e4;border-radius:7px;transition:opacity .15s}.section-list article.disabled{opacity:.42}.drag-handle{color:#a3aca5;cursor:-webkit-grab;cursor:grab;font-size:13px}.section-info{display:grid;grid-gap:2px;gap:2px}.section-info b{font-size:9px;font-weight:700;cursor:pointer}.section-info b:hover{color:#3d6b4a}.section-info small{color:#95a097;font-size:7px;line-height:1.5}.section-rename-input{font-size:9px;font-weight:700;border:none;border-bottom:1px solid #3d6b4a;background:transparent;outline:none;width:100%}.ds-badge{padding:3px 6px;background:#e8f0ea;color:#3d6b4a;border-radius:10px;font-size:7px;font-weight:700;white-space:nowrap}.vis-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 12px;border-radius:8px;font-size:10px;line-height:1.2;font-weight:900;cursor:pointer;white-space:nowrap}.vis-toggle.on{color:#2a5a38;background:#d6eddd;border:1px solid #b5ddc0}.vis-toggle.off{color:#8a9691;background:#edf1ed;border:1px solid #dde3dd}.section-list-hint{margin:10px 0 0;padding:10px 12px;background:#f0f4f0;border-radius:6px;color:#7a8c7e;font-size:7.5px;line-height:1.6}.move-buttons{display:flex;gap:6px}.move-buttons button{display:inline-grid;place-items:center;width:38px;height:38px;color:#68756c;background:#fff;border:1px solid #dfe5df;border-radius:8px;font-size:16px;font-weight:900;line-height:1;cursor:pointer}.move-buttons button:disabled{opacity:.3}.theme-chips{display:flex;gap:8px;flex-wrap:wrap}.theme-chips button{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;background:#fff;border:1.5px solid #e0e6e0;border-radius:20px;font-size:8.5px;font-weight:700;color:#404a42;cursor:pointer;transition:border-color .15s,background .15s}.theme-chips button:hover{border-color:#b9c8bc}.theme-chips button.selected{border-color:#2f6d44;background:#eaf3ed;color:#1d4029}.theme-chips i{width:12px;height:12px;border-radius:50%;flex-shrink:0}.design-ops{display:grid;grid-gap:12px;gap:12px}.design-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.design-summary-grid article{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:12px;background:#f8faf8;border:1px solid #e3e9e4;border-radius:8px}.design-summary-grid article span{color:#7b877f;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.design-summary-grid article strong{color:#1d2921;font-size:20px;font-weight:900;line-height:1}.design-summary-grid article small{min-width:0;color:#78847c;font-size:9px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.design-summary-grid article.warn{border-color:#f1c9bd;background:#fff7f4}.design-summary-grid article.warn strong{color:#b4472b}.design-summary-grid article.ok{border-color:#cfe5d5;background:#f4fbf6}.design-summary-grid article.ok strong{color:#27683d}.design-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.design-actions-row span{margin-left:auto;color:#738078;font-size:9.5px;font-weight:800}.design-actions-row button:disabled,.inspector-row button:disabled,.title-actions button:disabled{opacity:.45;cursor:not-allowed}.canvas-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:14px;gap:14px;align-items:start}.page-canvas-wrap{padding:12px}.page-canvas{display:grid;grid-gap:8px;gap:8px;max-height:600px;overflow-y:auto;padding:12px;background:#eef2ee;border-radius:9px}.canvas-block{background:#fff;border:1.5px solid #e2e8e2;border-radius:7px;padding:9px 12px 12px;cursor:-webkit-grab;cursor:grab;transition:border-color .15s,box-shadow .15s,opacity .15s}.canvas-block:active{cursor:-webkit-grabbing;cursor:grabbing}.canvas-block:focus-visible{outline:2px solid #2f6d44;outline-offset:2px}.canvas-block:hover{border-color:#b9c8bc}.canvas-block.selected{border-color:#2f6d44;box-shadow:0 0 0 2px rgba(47,109,68,.14)}.canvas-block.hidden-block{opacity:.42}.canvas-block.drop-target{border-color:#2f6d44;border-style:dashed;background:#f3f9f4}.canvas-block.dragging{opacity:.3}.canvas-block>header{display:flex;align-items:center;gap:7px;margin-bottom:8px}.canvas-block>header b{font-size:8.5px;font-weight:800;color:#2c352e}.canvas-block>header .ds-badge{margin-left:auto}.hidden-badge{padding:2px 6px;background:#eceeec;border-radius:8px;color:#8a938b;font-size:6.5px;font-style:normal;font-weight:700}.sketch{display:grid;grid-gap:5px;gap:5px;pointer-events:none}.sk-line{display:block;height:5px;border-radius:2px;background:#dde4de}.sk-line.bold{height:8px;background:#c6d0c8}.sk-line.acc{background:var(--c-accent,#88a892);opacity:.55}.sk-line.w40{width:40%}.sk-line.w55{width:55%}.sk-line.w70{width:70%}.sk-line.w85{width:85%}.sk-img{position:relative;min-height:42px;background:linear-gradient(135deg,#e4eae5,#cfd9d1);border-radius:4px}.sk-img.video:after{content:"▶";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;opacity:.8}.sk-btn{width:52px;height:11px;border-radius:3px;background:var(--c-accent,#7da389);opacity:.8}.sk-hero{grid-template-columns:1.1fr .9fr;gap:8px;align-items:center}.sk-hero .sk-lines{display:grid;grid-gap:5px;gap:5px}.sk-quick{display:flex;gap:4px}.sk-quick i{flex:1 1;height:15px;background:#e9efe9;border-radius:3px}.sk-cells{grid-template-columns:repeat(4,1fr);gap:4px}.sk-cells>div{display:grid;grid-gap:4px;gap:4px;padding:6px;background:#f1f5f1;border-radius:3px}.sk-media{grid-template-columns:.9fr 1.1fr;gap:8px;align-items:center}.sk-media .sk-lines{display:grid;grid-gap:5px;gap:5px}.sk-rows{gap:4px}.sk-rows>div{display:grid;grid-template-columns:16px 1fr 26px;grid-gap:5px;gap:5px;align-items:center}.sk-rows>div .sk-line{height:4px}.sk-grid{grid-template-columns:repeat(6,1fr);gap:3px}.sk-grid i{aspect-ratio:1;background:#dde5de;border-radius:2px}.sk-center{justify-items:center;padding-block:4px}.sk-trio{grid-template-columns:repeat(3,1fr);gap:4px}.sk-trio>div{display:grid;grid-gap:4px;gap:4px;padding:7px 6px;background:#f1f5f1;border-radius:3px}.sk-person{grid-template-columns:30px 1fr;gap:8px;align-items:center}.sk-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#e4eae5,#cfd9d1)}.block-inspector{position:-webkit-sticky;position:sticky;top:14px;display:grid;grid-gap:11px;gap:11px;align-content:start}.inspector-status{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding-bottom:4px;border-bottom:1px solid #edf1ed}.inspector-status b,.inspector-status em,.inspector-status span{padding:4px 7px;border-radius:999px;font-size:7.5px;font-style:normal;font-weight:900}.inspector-status span{color:#68746c;background:#eef2ef}.inspector-status b{color:#27593b;background:#dff0e4}.inspector-status em{color:#37536d;background:#e6f1f7}.block-inspector h2{margin:0;font-size:11px}.block-inspector>p.inspector-kind{margin:-4px 0 0;color:#8b968d;font-size:7.5px;line-height:1.6}.block-inspector label{display:grid;grid-gap:4px;gap:4px;color:#5a685e;font-size:7.5px;font-weight:700}.block-inspector input{padding:8px 9px;border:1px solid #dfe5df;border-radius:6px;font-size:9px;font-family:inherit}.block-inspector input:focus{outline:none;border-color:#2f6d44}.inspector-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inspector-row.compact{display:grid;grid-template-columns:1fr 1fr}.inspector-row.compact .studio-ghost{min-height:38px;padding:0 10px;font-size:9.5px}.inspector-ds{display:grid;grid-gap:6px;gap:6px;padding:9px 11px;background:#eef6f0;border-radius:7px}.inspector-ds>b{font-size:8px;color:#26593a}.inspector-ds>small{font-size:7px;color:#618a6e;line-height:1.55}.inspector-fixed-title{margin:4px 0 -4px;font-size:8px;font-weight:800;color:#404a42}.inspector-empty{padding:24px 0;color:#95a097;font-size:8.5px;text-align:center}.weekly-checklist{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:0}.weekly-chip{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:8px;font-size:8.5px;font-weight:700}.weekly-chip.done{background:#e2f1e6;color:#26593a}.weekly-chip.todo{background:#fdf3dc;color:#7c6326}.weekly-chip svg{width:11px;height:11px}.weekly-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:14px;align-items:start}.weekly-grid textarea{resize:vertical}.sync-list{display:grid;grid-gap:7px;gap:7px}.sync-list article{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 13px;background:#f6f9f6;border-radius:7px}.sync-list b{font-size:8.5px}.sync-list small{color:#8b968d;font-size:7.5px}.sync-list em{font-style:normal;font-size:7.5px;font-weight:800;color:#26593a;white-space:nowrap}@media (max-width:1100px){.canvas-layout{grid-template-columns:1fr}.block-inspector{position:static}.weekly-grid{grid-template-columns:1fr}}.portfolio-app{min-height:100vh;background:#eef1ee}.portfolio-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px;background:#fff;border-bottom:1px solid #e2e7e2}.portfolio-topbar-actions{display:flex;gap:8px;align-items:center}.portfolio-topbar-actions .studio-ghost{display:inline-flex;align-items:center;gap:5px}.portfolio-topbar-actions svg{width:11px;height:11px}.portfolio-content{display:grid;grid-gap:14px;gap:14px;max-width:1180px;margin:0 auto;padding:20px 22px 48px}.new-church-panel,.portfolio-metrics{margin-bottom:0}.new-church-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-gap:10px;gap:10px;align-items:end}.new-church-grid label{display:grid;grid-gap:5px;gap:5px;color:#68756c;font-size:10px;font-weight:800}.new-church-grid input{min-height:38px;padding:0 11px;border:1px solid #dfe5df;border-radius:7px;background:#fff;font-size:12px}.new-church-grid input[aria-invalid=true]{border-color:#d56a52;background:#fff9f7}.field-hint,.field-warning{font-size:9px;line-height:1.35;font-weight:800}.field-hint{color:#879188}.field-warning{color:#b33a21}.new-church-panel small{display:block;margin-top:10px;color:#879188;font-size:10px}.create-status{margin:10px 0 0;padding:10px 12px;border-radius:7px;font-size:10px;font-weight:800;line-height:1.45}.create-status.error{color:#8a321f;background:#fff0eb;border:1px solid #f0c8bc}.create-status.success{color:#245b39;background:#e8f4ec;border:1px solid #cfe5d6}.portfolio-filter{display:flex;gap:5px}.portfolio-filter button{padding:6px 11px;background:#f2f5f2;border:1px solid transparent;border-radius:14px;color:#5d6a60;font-size:8px;font-weight:800;cursor:pointer}.portfolio-filter button.selected{background:#1d3a27;color:#fff}.church-board{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:11px;gap:11px}.church-board-empty{grid-column:1/-1;margin:0;padding:24px;text-align:center;border:1px dashed #d8dfd8;border-radius:8px;background:#f8faf8}.church-card{display:grid;grid-gap:8px;gap:8px;padding:15px 16px;background:#f8faf8;border:1.5px solid #e4e9e4;border-radius:9px;transition:border-color .15s,box-shadow .15s}.church-card:hover{border-color:#2f6d44;box-shadow:0 4px 14px rgba(31,58,40,.08)}.church-card>header{display:flex;align-items:center;justify-content:space-between;gap:8px}.church-card>header b{font-size:11px;letter-spacing:-.02em}.church-card>p{margin:0;color:#8b968d;font-size:8px}.church-card-progress{height:4px;background:#e4e9e4;border-radius:2px;overflow:hidden}.church-card-progress i{display:block;height:100%;background:#3d8556;border-radius:2px}.church-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.church-card>footer span{color:#8b968d;font-size:7.5px;font-weight:700}.church-card>footer span.has-pending{color:#a8571f}.church-card>footer small{color:#aab3ab;font-size:7px}.stage-badge{padding:3px 8px;border-radius:10px;font-size:7px;font-style:normal;font-weight:800;white-space:nowrap}.stage-intake{background:#ececec;color:#6e6e6e}.stage-draft{background:#e3edf7;color:#2b5d8f}.stage-review{background:#fdf0d4;color:#8a6a1d}.stage-domain{background:#ece5f6;color:#5c428a}.stage-live{background:#ddf1e3;color:#25613b}.stage-operation{background:#1d3a27;color:#cfe8d7}.portfolio-columns{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:14px;gap:14px;align-items:start}.pf-queue{display:grid;grid-gap:6px;gap:6px}.pf-queue>a{display:grid;grid-template-columns:auto auto auto 1fr auto auto;grid-gap:9px;gap:9px;align-items:center;padding:10px 12px;background:#f8faf8;border:1px solid #e8ece8;border-radius:7px;transition:border-color .15s,background .15s}.pf-queue>a:hover{border-color:#2f6d44;background:#f3f9f4}.pf-queue b{font-size:8.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-queue svg{width:11px;height:11px;color:#9aa59c}.pf-church-chip{padding:3px 8px;background:#1d3a27;color:#cfe8d7;border-radius:10px;font-size:7px;font-style:normal;font-weight:800;white-space:nowrap}.pf-empty{margin:0;padding:18px 0;color:#95a097;font-size:8.5px;text-align:center}.weekly-matrix{width:100%;border-collapse:collapse}.weekly-matrix th{padding:7px 6px;border-bottom:1px solid #dfe5df;color:#7d897f;font-size:7.5px;font-weight:800;text-align:left}.weekly-matrix th:not(:first-child){text-align:center;width:52px}.weekly-matrix td{padding:7px 6px;border-bottom:1px solid #eef1ee;font-size:8.5px}.weekly-matrix td:not(:first-child){text-align:center}.weekly-matrix td>a:first-child{font-weight:700}.weekly-matrix td>a:hover{color:#2f6d44}.matrix-cell{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:6px;font-size:10px;font-weight:900;transition:transform .12s}.matrix-cell:hover{transform:scale(1.12)}.matrix-cell.done{background:#ddf1e3;color:#25613b}.matrix-cell.todo{background:#fdf0d4;color:#b08a24}.matrix-cell svg{width:11px;height:11px}.matrix-hint{margin:10px 0 0;color:#95a097;font-size:7.5px;line-height:1.6}.church-switcher{display:flex;gap:6px;align-items:center;overflow-x:auto}.church-chip{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;background:#f2f5f2;border:1px solid transparent;border-radius:14px;color:#5d6a60;font-size:8px;font-weight:800;white-space:nowrap;transition:background .15s,color .15s}.church-chip:hover{background:#e6ece7}.church-chip.current{background:#1d3a27;color:#fff}.church-chip em{width:5px;height:5px;background:#e2a23b;border-radius:50%}.church-chip.current em{background:#ffd47e}.back-to-portfolio{display:flex;align-items:center;min-height:30px;margin:-6px 0 10px;padding:0 8px;color:#8b968d;border-radius:7px;font-size:9.5px;font-weight:800;transition:color .15s,background .15s}.back-to-portfolio:hover{color:#2f6d44}.mobile-portfolio-link{display:none}.week-brief{gap:16px;flex-wrap:wrap}.week-brief,.week-brief-day{display:flex;align-items:center}.week-brief-day{gap:9px;padding-right:16px;border-right:1px solid #e4e9e4}.week-brief-day b{font-size:19px;font-weight:900;color:#1d3a27}.week-brief-day span{color:#8b968d;font-size:7.5px;line-height:1.5}.week-brief-items{flex-wrap:wrap;flex:1 1}.week-brief-actions,.week-brief-items{display:flex;gap:7px}.sla-badge{background:#fbe3e3;color:#a33333}.ch-chip,.sla-badge{padding:3px 7px;border-radius:4px;font-size:7px;font-style:normal;font-weight:800}.ch-chip{white-space:nowrap}.ch-kakao{background:#fdeec0;color:#7a5d00}.ch-email{background:#e1ecf8;color:#2b5d8f}.ch-drive{background:#e2f1e6;color:#26593a}.ch-dropbox{background:#e3e7fb;color:#3d4ea3}.ch-phone{background:#ececec;color:#666}.ch-submit{background:#efe9f7;color:#5c428a}.inbox-add-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:11px;gap:11px}.inbox-add-grid .span2{grid-column:span 2}.inbox-add>.studio-primary{justify-self:start}.inbox-card-top{display:flex;gap:5px;align-items:center;margin-bottom:2px}.file-chips{display:flex;flex-wrap:wrap;gap:4px}.file-chip{display:inline-flex;align-items:center;padding:3px 8px;background:#f1f4f1;border:1px solid #e2e8e2;border-radius:5px;color:#5d6a60;font-size:7px;font-style:normal;font-weight:700}.board-add{display:grid;grid-template-columns:90px 1fr auto;grid-gap:8px;gap:8px;margin-bottom:12px}.board-add input,.board-add select{padding:9px 11px;background:#f8faf8;border:1px solid #dfe5df;border-radius:7px;font-size:9.5px}.board-rows{grid-gap:5px;gap:5px}.board-row{display:grid;grid-template-columns:84px 1fr 110px auto;grid-gap:8px;gap:8px;align-items:center;padding:6px 8px;background:#f8faf8;border:1px solid #eaeeea;border-radius:7px}.board-row.sermon-row{grid-template-columns:92px 1fr 150px auto auto}.board-row select{padding:7px 8px;background:#fff;border:1px solid #e2e8e2;border-radius:5px;font-size:8px;font-weight:700}.board-row input{padding:7px 9px;background:transparent;border:1px solid transparent;border-radius:5px;font-size:9.5px;transition:border-color .15s,background .15s}.board-row input:hover{background:#fff;border-color:#e2e8e2}.board-row input:focus{outline:none;background:#fff;border-color:#2f6d44}.board-row input.narrow{font-size:8.5px;color:#6d7a70}.board-row time{color:#95a097;font-size:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.row-del{padding:6px 9px;background:#fff;border:1px solid #e8d9d9;border-radius:5px;color:#a05252;font-size:7.5px;font-weight:800;cursor:pointer;transition:background .15s}.row-del:hover{background:#fbeeee}.ministry-editor .ministry-rows{display:grid;grid-gap:10px;gap:10px}.ministry-edit-card{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#fff;border:1px solid #e4e7ea;border-radius:10px}.ministry-edit-thumb{flex:none;width:64px;height:64px;object-fit:cover;border-radius:7px;background:#e7ece7}.ministry-edit-thumb.empty{display:grid;place-items:center;color:#9aa39c;font-size:8px;font-weight:700}.ministry-edit-fields{flex:1 1;min-width:0;display:grid;grid-gap:8px;gap:8px}.ministry-edit-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:8px;gap:8px}.ministry-edit-card input,.ministry-edit-card textarea{width:100%;padding:9px 11px;background:#fff;border:1px solid #dfe5df;border-radius:7px;font-size:11px;outline:none;font-family:inherit;resize:vertical}.ministry-edit-card input:focus,.ministry-edit-card textarea:focus{border-color:#e84e2f}.ministry-empty{margin:0;padding:16px 0;color:#95a097;font-size:10px;text-align:center}.content-empty-state{display:grid;justify-items:center;grid-gap:7px;gap:7px;min-height:118px;padding:28px 18px;border:1px dashed #d8dfd9;border-radius:10px;background:#fbfcfb;color:#6d7870;text-align:center}.content-empty-state b{color:#1f2923;font-size:13px}.content-empty-state p{max-width:460px;margin:0;font-size:11px;line-height:1.65}.content-empty-state .studio-ghost{margin-top:2px}.ministry-editor>.studio-primary{margin-top:14px}@media (max-width:760px){.ministry-edit-card{flex-direction:column}.ministry-edit-top{grid-template-columns:1fr}}.yt-import .panel-heading{align-items:flex-start}.yt-candidates{display:grid;grid-gap:8px;gap:8px;margin:4px 0 14px;max-height:380px;overflow-y:auto}.yt-candidate{display:grid;grid-template-columns:64px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:8px;background:#f8faf8;border:1px solid #e6ece6;border-radius:8px}.yt-candidate.is-short{opacity:.55}.yt-thumb{position:relative;width:64px;height:40px;border-radius:5px;overflow:hidden;background:#e7ece7}.yt-thumb img{width:100%;height:100%;object-fit:cover}.yt-thumb svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:13px;height:13px;color:#fff}.yt-cand-info{min-width:0;display:grid;grid-gap:3px;gap:3px}.yt-cand-info b{font-size:10px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yt-cand-info small{color:#8b968d;font-size:8px}.yt-candidate .studio-primary{padding:6px 11px;font-size:8.5px;white-space:nowrap}.yt-short-tag{padding:4px 8px;background:#eceeec;color:#8a938b;border-radius:5px;font-size:8px;font-weight:800}.yt-added{display:inline-flex;align-items:center;gap:4px;color:#2f6d44;font-size:8.5px;font-weight:800;white-space:nowrap}.yt-added svg{width:11px;height:11px}.gallery-manage{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.gallery-manage .content-empty-state{grid-column:1/-1}.gallery-manage figure{position:relative;margin:0;overflow:hidden;border-radius:7px;border:1px solid #e4e7ea;background:#fff}.gallery-manage img{width:100%;aspect-ratio:1;object-fit:cover}.gallery-manage figcaption{position:absolute;left:0;right:0;bottom:0;padding:5px 7px;background:rgba(20,28,22,.65);color:#fff;font-size:7px}.gallery-manage figcaption input{width:100%;padding:4px 5px;border:1px solid rgba(255,255,255,.25);border-radius:5px;background:rgba(255,255,255,.12);color:#fff;font:inherit;outline:none}.gallery-manage figcaption input:focus{border-color:#fff;background:rgba(255,255,255,.2)}.gallery-manage figure>button{position:absolute;top:5px;right:5px;width:20px;height:20px;display:grid;place-items:center;background:rgba(20,28,22,.7);border:none;border-radius:50%;color:#fff;font-size:11px;cursor:pointer;opacity:0;transition:opacity .15s}.gallery-manage figure>button[aria-label="사진 복제"]{right:31px;width:auto;padding:0 8px;border-radius:999px;font-size:9px;font-weight:800}.gallery-manage figure:hover>button{opacity:1}.gallery-manage figure:focus-within>button,.gallery-manage figure>button:focus-visible{opacity:1}.gallery-check{position:absolute;top:5px;left:5px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:rgba(20,28,22,.72);color:#fff;font-size:9px;font-weight:800}.gallery-check input{accent-color:#e84e2f}.texts-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;align-items:start}.text-ops{display:grid;grid-gap:12px;gap:12px}.text-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.text-summary-grid article{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:12px;background:#f8faf8;border:1px solid #e3e9e4;border-radius:8px}.text-summary-grid article span{color:#7b877f;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.text-summary-grid article strong{color:#1d2921;font-size:20px;font-weight:900;line-height:1}.text-summary-grid article small{min-width:0;color:#78847c;font-size:9px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-summary-grid article.warn{border-color:#f1c9bd;background:#fff7f4}.text-summary-grid article.warn strong{color:#b4472b}.text-summary-grid article.ok{border-color:#cfe5d5;background:#f4fbf6}.text-summary-grid article.ok strong{color:#27683d}.text-search-row{display:flex;gap:8px;align-items:center}.text-search-row input{flex:1 1;min-width:0;padding:11px 12px;color:#1d2921;background:#fff;border:1px solid #dfe5df;border-radius:7px;font-size:11px;outline:none;font-family:inherit}.text-search-row input:focus{border-color:#e84e2f}.text-field{position:relative}.text-field-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.text-field-head>span{min-width:0;display:grid;grid-gap:2px;gap:2px}.text-field-head b{color:#344037;font-size:10.5px}.text-field-head small{color:#939d96;font-size:8.5px;font-weight:800}.text-field-head button{flex:none;padding:0;color:#8a6331;background:none;border:0;font-size:8.5px;font-weight:900;cursor:pointer}.text-field.missing input,.text-field.missing textarea{border-color:#e84e2f;background:#fff8f6}.text-field em{margin-top:-1px;color:#b33a21;font-size:9px;font-style:normal;font-weight:800}.text-empty-state{grid-column:1/-1}.info-ops{display:grid;grid-gap:12px;gap:12px}.info-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px}.info-summary-grid article{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:12px;background:#f8faf8;border:1px solid #e3e9e4;border-radius:8px}.info-summary-grid article span{color:#7b877f;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.info-summary-grid article strong{color:#1d2921;font-size:20px;font-weight:900;line-height:1}.info-summary-grid article small{min-width:0;color:#78847c;font-size:9px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.info-summary-grid article.warn{border-color:#f1c9bd;background:#fff7f4}.info-summary-grid article.warn strong{color:#b4472b}.info-summary-grid article.ok{border-color:#cfe5d5;background:#f4fbf6}.info-summary-grid article.ok strong{color:#27683d}.info-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.info-actions-row span{margin-left:auto;color:#738078;font-size:9.5px;font-weight:800}.info-actions-row button:disabled{opacity:.45;cursor:not-allowed}.ministry-edit-card.compact{align-items:center}.subdomain-panel{margin-bottom:14px}.subdomain-row{display:flex;gap:8px;align-items:center}.subdomain-row>span{color:#95a097;font-size:10px}.subdomain-row input{width:180px;padding:10px 12px;background:#f8faf8;border:1px solid #dfe5df;border-radius:7px;font-size:11px;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.subdomain-row input:focus{outline:none;border-color:#2f6d44}.subdomain-row>b{color:#404a42;font-size:11px}.subdomain-hint{display:block;margin-top:9px;color:#95a097;font-size:7.5px}@media (max-width:1100px){.church-board{grid-template-columns:repeat(2,1fr)}.portfolio-columns{grid-template-columns:1fr}.inbox-add-grid{grid-template-columns:1fr 1fr}.texts-layout{grid-template-columns:1fr}.gallery-manage{grid-template-columns:repeat(3,1fr)}}@media (hover:none),(max-width:760px){.gallery-manage figure>button{top:7px;right:7px;width:34px;height:34px;opacity:1;font-size:15px}.gallery-manage figure>button[aria-label="사진 복제"]{right:46px;min-width:42px;height:34px;padding:0 9px;font-size:10px}}@media (max-width:520px){.gallery-manage{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width:680px){.church-board{grid-template-columns:1fr}.board-row,.board-row.sermon-row{grid-template-columns:1fr auto}.board-row .ds-badge,.board-row input.narrow,.board-row select,.board-row time{display:none}}.domain-layout{margin-bottom:14px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.domain-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.domain-ops{display:grid;grid-gap:12px;gap:12px}.domain-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px}.domain-summary-grid article{display:grid;grid-gap:3px;gap:3px;min-width:0;padding:12px;background:#f8faf8;border:1px solid #e3e9e4;border-radius:8px}.domain-summary-grid article span{color:#7b877f;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.domain-summary-grid article strong{min-width:0;color:#1d2921;font-size:18px;font-weight:900;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.domain-summary-grid article small{min-width:0;color:#78847c;font-size:9px;line-height:1.45;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.domain-summary-grid article.warn{border-color:#f1c9bd;background:#fff7f4}.domain-summary-grid article.warn strong{color:#b4472b}.domain-summary-grid article.ok{border-color:#cfe5d5;background:#f4fbf6}.domain-summary-grid article.ok strong{color:#27683d}.domain-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.domain-actions-row span{min-width:220px;flex:1 1;color:#738078;font-size:9.5px;font-weight:800;line-height:1.5}.domain-actions-row span.warn{color:#8a5c12}.domain-actions-row span.ok{color:#2f6d44}.domain-actions-row span.error{color:#b33a21}.domain-actions-row a{text-decoration:none}.domain-card>span{color:#879188;font-size:9px}.domain-card h2{margin:7px 0;font-size:23px}.domain-warning{padding:9px;color:#846428;background:#fff4d8;border-radius:6px;font-size:8px}.domain-warning.ok{color:#2f6841;background:#e6f3e9}.domain-card dl div{padding:10px 0;display:grid;grid-template-columns:100px 1fr;border-top:1px solid #edf1ed;font-size:9px}.domain-card dt{color:#879188}.domain-card dd{margin:0;font-family:monospace}.domain-live-note{display:block;margin-top:8px;color:#68756c;font-size:9px;line-height:1.5}.domain-checks{display:grid}.domain-checks article{padding:11px 0;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center;border-top:1px solid #edf1ed}.domain-checks article:first-child{border-top:0}.domain-checks article>span{display:grid;width:25px;height:25px;place-items:center;color:#8c978f;background:#eef2ee;border-radius:50%;font-size:8px;font-weight:900}.domain-checks article.done>span{color:#fff;background:#335241}.domain-checks svg{width:12px}.domain-checks article div{display:grid;grid-gap:3px;gap:3px}.domain-checks b{font-size:9px}.domain-checks small{color:#929c94;font-size:8px}.deploy-history table{width:100%;border-collapse:collapse;font-size:9px;text-align:left}.deploy-history td,.deploy-history th{padding:10px;border-top:1px solid #edf1ed}.deploy-history th{color:#8c968e;font-size:8px}.deploy-history em{padding:4px 6px;color:#376448;background:#e5f2e9;border-radius:999px;font-size:7px;font-style:normal}.deploy-history a,.deploy-history button{border:0;background:none;color:#26342b;font-size:8px;font-weight:800;cursor:pointer}.onboarding-card .panel-heading{align-items:center}.onboarding-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.onboarding-step{min-height:62px;padding:10px;display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;background:#fbfcfb;border:1px solid #e5e9ed;border-radius:8px}.onboarding-step>span{width:24px;height:24px;display:grid;place-items:center;color:#8c978f;background:#eef2ee;border-radius:50%;font-size:10px;font-weight:900}.onboarding-step.done>span{color:#fff;background:#335241}.onboarding-step.failed>span{color:#b33a21;background:#f5d8d0}.onboarding-step.needs_action>span{color:#8a5a00;background:#fff1d6}.onboarding-step div{min-width:0;display:grid;grid-gap:4px;gap:4px}.onboarding-step b{color:#20252a;font-size:10.5px}.onboarding-step small{color:#727b84;font-size:9px;line-height:1.45}.studio-toast{position:fixed;z-index:30;right:20px;bottom:20px;padding:12px 16px;display:flex;gap:8px;align-items:center;color:#fff;background:#21382b;border-radius:8px;box-shadow:0 14px 40px rgba(0,0,0,.18);font-size:10px;font-weight:700}.studio-toast svg{width:14px}@media (max-width:1050px){.studio-app{grid-template-columns:72px 1fr}.studio-sidebar .studio-brand{justify-content:center;padding-inline:0}.studio-sidebar .studio-brand b,.studio-sidebar nav button,.studio-sidebar nav button:not(.active) em,.studio-sidebar nav button>i{font-size:0}.back-to-portfolio{display:none}.mobile-portfolio-link{display:inline-flex;align-items:center;justify-content:center;flex:none;min-width:44px;min-height:40px;padding:0 11px;border:1px solid #dfe3e7;border-radius:8px;background:#fff;color:#26342b;font-size:11px;font-weight:900}.studio-sidebar nav button{justify-content:center}.studio-sidebar nav button:after{content:"•";font-size:18px}.studio-sidebar-bottom a{justify-content:center;font-size:0}.studio-metrics{grid-template-columns:1fr 1fr}.design-layout,.editor-grid{grid-template-columns:1fr}}@media (max-width:760px){.studio-app{display:block}.studio-sidebar{position:fixed;z-index:20;top:auto;right:0;bottom:0;left:0;width:auto;height:calc(62px + env(safe-area-inset-bottom));padding:7px 7px calc(7px + env(safe-area-inset-bottom));display:grid;align-items:center}.studio-toast{right:14px;bottom:calc(76px + env(safe-area-inset-bottom));left:14px;justify-content:center}.back-to-portfolio,.studio-sidebar .studio-brand,.studio-sidebar-bottom{display:none}.portfolio-topbar{align-items:center;padding:14px 22px}.portfolio-topbar .studio-brand{min-width:0;padding:0;justify-content:flex-start}.portfolio-topbar .studio-brand b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.portfolio-topbar-actions .studio-primary{min-height:42px;padding:10px 14px;border-radius:8px;font-size:11px}.studio-sidebar nav{width:100%;grid-template-columns:repeat(6,1fr);align-items:center}.studio-sidebar nav button{min-height:44px;padding:6px 4px;flex-direction:column;gap:2px;justify-content:center;font-size:7px}.studio-sidebar nav button:after{display:none}.studio-topbar{height:auto;min-height:58px;padding:8px 12px;gap:8px;flex-wrap:wrap}.studio-actions{margin-left:auto}.studio-actions .save-state,.studio-actions .studio-ghost,.studio-actions .verify-state{display:none}.studio-topbar .studio-primary{width:42px;min-width:42px;padding:0;font-size:0}.studio-topbar .studio-primary svg{width:15px}.studio-topbar select{min-width:120px}.studio-content{padding:25px 14px calc(100px + env(safe-area-inset-bottom))}.studio-title{display:grid;align-items:flex-start}.studio-title h1{font-size:22px}.title-actions{justify-content:stretch}.title-actions .studio-ghost,.title-actions .studio-primary{flex:1 1;min-width:0}.progress-ring{display:none}.stage-track{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;overflow:visible;padding-bottom:0}.stage-track button{gap:6px;font-size:8px;line-height:1.25}.stage-track button b{max-width:48px;min-height:20px;display:flex;align-items:flex-start;justify-content:center;text-align:center;word-break:keep-all}.design-actions-row,.design-summary-grid,.domain-layout,.overview-grid,.studio-metrics,.theme-grid{grid-template-columns:1fr}.design-actions-row{display:grid}.design-actions-row span{margin-left:0}.info-actions-row,.info-summary-grid{grid-template-columns:1fr}.info-actions-row{display:grid}.info-actions-row span{margin-left:0}.domain-actions-row,.domain-summary-grid{grid-template-columns:1fr}.domain-actions-row{display:grid}.domain-actions-row span{min-width:0}.domain-actions-row .studio-ghost{width:100%}.field-row,.text-search-row,.text-summary-grid{grid-template-columns:1fr}.text-search-row{display:grid}.text-search-row .studio-ghost{width:100%}.deploy-history{overflow-x:auto}.new-church-grid{grid-template-columns:1fr}.board-search{align-items:stretch;flex-direction:column}.board-search input,.board-search select{max-width:none}.bulk-bar{display:grid;grid-template-columns:1fr 1fr;align-items:center}.bulk-bar span{margin-right:0;text-align:right}.bulk-bar button{width:100%}.validation-summary{grid-template-columns:1fr;align-items:start}.validation-summary span{white-space:normal}.domain-actions{justify-content:stretch}.domain-actions .studio-ghost,.domain-actions .studio-primary{width:100%}.onboarding-card .panel-heading{align-items:stretch}.onboarding-card .panel-heading .studio-primary{width:100%}.onboarding-steps,.week-brief{grid-template-columns:1fr}.week-brief{display:grid}.week-brief-day{padding-right:0;border-right:0}.week-brief-actions{display:grid;grid-template-columns:1fr}.week-brief-actions .studio-ghost,.week-brief-actions .studio-primary{min-width:0;padding-inline:8px}}@media (max-width:640px){.site-header{gap:12px}.logo-img,.logo-mark{width:32px;height:32px}.logo-text strong{font-size:16px}.header-cta,.logo-text small{display:none}.subpage-hero h1{font-size:clamp(24px,7vw,31px)}.detail-heading h1{font-size:clamp(23px,6.8vw,30px)}.about-meta{flex-direction:column;max-width:100%}.about-meta li{min-width:0}.about-meta li+li{border-left:0;border-top:1px solid var(--line)}.about-hero-verse{font-size:15px;padding-left:16px}.about-block{padding-block:clamp(46px,12vw,62px)}.about-block,.about-guide{padding-inline:18px}.about-mission{padding-block:clamp(52px,13vw,70px)}.about-mission-inner{padding-inline:18px}.about-mission-statement{font-size:clamp(20px,6vw,26px)}.about-mission-points{gap:12px;margin-top:30px}.about-mission-card{padding:22px}.about-timeline-row{grid-template-columns:62px 1fr;gap:12px;padding-left:22px}.about-timeline-year{font-size:19px}.newcomer-layout h2,.story-grid h2{font-size:clamp(22px,5.5vw,28px)}.story-image img{min-height:240px}.bulletin-notices,.detail-body{padding-block:30px}.footer-social{flex-wrap:wrap}}.upload-row{display:flex;align-items:center;gap:8px}.upload-row input{flex:1 1;min-width:0}.studio-upload-wrap{flex:none;display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.studio-upload{flex:none;display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border:1px solid #d7dade;border-radius:9px;background:#fff;font-size:13px;font-weight:700;color:#17191c;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s}.studio-upload:hover{border-color:#e84e2f;color:#e84e2f}.studio-upload.busy{opacity:.6;cursor:default}.upload-status{max-width:260px;color:#5d6a63;font-size:10.5px;font-weight:800;line-height:1.35}.upload-status.ok{color:#2f6d44}.upload-status.error{color:#b33a21}.edit-card{position:relative;border:1px solid #e4e7ea;border-radius:12px;background:#fff}.edit-card+.edit-card{margin-top:8px}.edit-card.open{border-color:#cdd2d8;box-shadow:0 8px 24px rgba(0,0,0,.06)}.edit-card.has-error{border-color:#f0b8ab}.edit-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;width:100%;padding:14px 16px;background:none;border:0;cursor:pointer;text-align:left;font:inherit}.edit-card-head.with-check{padding-left:78px}.edit-card-head b{font-size:15px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-card-head time{color:#6c727a;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.edit-card-chev{color:#e84e2f;font-size:12.5px;font-weight:700;white-space:nowrap}.edit-card-head .tag-news,.edit-card-head .tag-notice{padding:3px 9px;border-radius:5px;font-size:12px;font-weight:700;font-style:normal}.tag-notice{color:#e84e2f;background:rgba(232,78,47,.12)}.tag-news{color:#6c727a;background:#f1f3f5}.edit-card-body{padding:6px 16px 18px;display:grid;grid-gap:13px;gap:13px;border-top:1px solid #eef0f2}.edit-card-body label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:700;color:#3a3f45}.edit-card-body input,.edit-card-body select,.edit-card-body textarea{padding:11px 13px;border:1px solid #dfe3e7;border-radius:9px;font-size:14.5px;font-family:inherit;outline:none;transition:border-color .15s;background:#fff}.edit-card-body input:focus,.edit-card-body select:focus,.edit-card-body textarea:focus{border-color:#e84e2f}.edit-card-body textarea{line-height:1.6;resize:vertical}.edit-card-body .row-del{justify-self:start;padding:8px 14px;border:1px solid #f0c9c0;background:#fff;color:#e84e2f;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.edit-card-body .row-del:hover{background:#fdf0ed}.row-check{position:absolute;top:8px;left:12px;z-index:2;display:inline-flex;align-items:center;gap:5px;color:#5d666f;font-size:10.5px;font-weight:800}.row-check input{accent-color:#e84e2f}@media (max-width:620px){.edit-card-head{grid-template-columns:auto minmax(0,1fr) auto}.edit-card-head time{display:none}}.content-subnav{display:flex;gap:8px;margin-bottom:22px;flex-wrap:wrap}.content-subnav button{display:inline-flex;align-items:center;gap:7px;padding:10px 17px;border:1px solid #e0e4e8;background:#fff;border-radius:999px;font-size:12px;font-weight:700;color:#5a6169;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.content-subnav button:hover{border-color:#b9c0c7}.content-subnav button.active{background:#17191c;border-color:#17191c;color:#fff}.content-subnav button em{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 6px;background:#eef0f2;color:#5a6169;border-radius:999px;font-size:10px;font-style:normal;font-weight:800}.content-subnav button.active em{background:rgba(255,255,255,.22);color:#fff}.church-select{display:flex;align-items:center;gap:10px}.church-select label{color:#879188;font-size:9px;font-weight:800;letter-spacing:.04em;white-space:nowrap}.church-select select{padding:9px 13px;border:1px solid #dfe3e7;border-radius:8px;background:#fff;font-size:12.5px;font-weight:700;color:#17191c;outline:none;cursor:pointer}.church-select select:focus{border-color:#e84e2f}.studio-content{max-width:1520px;padding:18px 24px 56px}.studio-topbar{height:54px;padding:0 20px}.studio-title{margin-bottom:14px}.studio-title h1{font-size:20px;letter-spacing:-.04em}.studio-title p{margin-bottom:2px}.studio-title span{margin-top:3px}.content-empty-state{min-height:96px;padding:20px 12px;gap:6px;border-radius:8px}.content-empty-state b{font-size:12px}.content-empty-state p{font-size:10.5px;line-height:1.55}.studio-panel{padding:15px 16px;border-radius:10px}.panel-heading,.studio-panel{margin-bottom:11px}.panel-heading h2{font-size:13px}.content-subnav{margin-bottom:13px;gap:7px}.content-subnav button{padding:8px 14px;font-size:11.5px}.ministry-editor .ministry-rows{gap:8px}.ministry-edit-card{padding:11px;gap:10px}.edit-card-head{padding:11px 13px}.edit-card-body{gap:10px;padding:4px 13px 13px}.field-row{gap:9px}.studio-panel label{font-size:11px}.studio-app.preview-open{grid-template-columns:245px minmax(0,1fr) 480px}.studio-preview{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-left:1px solid #dfe4df;background:#fff}.studio-preview-bar{display:flex;align-items:center;gap:9px;padding:9px 14px;border-bottom:1px solid #eef0f2}.studio-preview-bar b{font-size:12px;font-weight:800}.studio-preview-bar span{color:#94a09a;font-size:10px;margin-right:auto}.studio-preview-bar a,.studio-preview-bar button{width:26px;height:26px;display:grid;place-items:center;border:1px solid #e2e7e2;border-radius:7px;background:#fff;color:#444;font-size:14px;cursor:pointer}.studio-preview-bar a:hover,.studio-preview-bar button:hover{border-color:#e84e2f;color:#e84e2f}.studio-preview iframe{flex:1 1;width:100%;border:0;background:#fff}.studio-ghost.on{background:#17191c;color:#fff}@media (max-width:1100px){.studio-app.preview-open{grid-template-columns:72px minmax(0,1fr) 360px}}.studio-panel{padding:13px 14px}.panel-heading,.studio-panel{margin-bottom:9px}.edit-card{border-radius:9px}.edit-card+.edit-card{margin-top:5px}.edit-card-head{padding:8px 12px;gap:10px}.edit-card-head b{font-size:12.5px}.edit-card-head .tag-news,.edit-card-head .tag-notice{padding:2px 7px;font-size:10px}.edit-card-head time{font-size:11px}.edit-card-chev{font-size:10.5px}.board-rows{display:grid}.tip{position:relative;display:inline-grid;place-items:center;width:15px;height:15px;margin-left:6px;border:1px solid #c3cad0;border-radius:50%;color:#8a929a;font-size:9px;font-weight:800;font-style:normal;cursor:help;vertical-align:middle}.tip:focus,.tip:hover{border-color:#e84e2f;color:#e84e2f}.tip:focus{outline:2px solid rgba(232,78,47,.28);outline-offset:2px}.tip:focus:after,.tip:hover:after{content:attr(data-tip);position:absolute;top:135%;left:0;z-index:60;box-sizing:border-box;width:max-content;max-width:280px;padding:9px 12px;background:#17191c;color:#fff;border-radius:8px;font-size:11px;font-weight:500;line-height:1.55;white-space:normal;box-shadow:0 10px 30px rgba(0,0,0,.28);text-align:left}.board-search{display:flex;align-items:center;gap:8px;margin-bottom:10px}.board-search input,.board-search select{flex:1 1;max-width:340px;padding:8px 12px;border:1px solid #dfe3e7;border-radius:8px;background:#fff;font-size:12px;font-family:inherit;outline:none}.board-search select{max-width:120px;font-weight:800}.board-search input:focus,.board-search select:focus{border-color:#e84e2f}.board-search span{color:#8a929a;font-size:11px;font-weight:700}.bulk-bar{display:flex;align-items:center;gap:8px;min-height:34px;margin:-2px 0 10px;padding:6px 8px;border:1px solid #e5e9ed;border-radius:8px;background:#fbfcfb}.bulk-bar label{display:inline-flex;align-items:center;gap:6px;color:#41474e;font-size:11px;font-weight:800;white-space:nowrap}.bulk-bar input{accent-color:#e84e2f}.bulk-bar span{margin-right:auto;color:#8a929a;font-size:10.5px;font-weight:700}.bulk-bar button{padding:5px 10px;border:1px solid #dfe3e7;border-radius:7px;background:#fff;color:#17191c;font-size:10.5px;font-weight:800;cursor:pointer}.bulk-bar button:hover:not(:disabled){border-color:#e84e2f;color:#e84e2f}.bulk-bar button:disabled{opacity:.42;cursor:default}.validation-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;margin:-3px 0 10px;padding:9px 11px;border:1px solid #f0c9c0;border-radius:9px;background:#fff8f6;color:#9a321d}.validation-summary b{font-size:11.5px;font-weight:900;white-space:nowrap}.validation-summary span{overflow:hidden;color:#7d5349;font-size:10.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.validation-summary button{padding:5px 10px;border:1px solid #f0c9c0;border-radius:7px;background:#fff;color:#9a321d;font-size:10.5px;font-weight:900;cursor:pointer}.field-invalid input,.field-invalid select,.field-invalid textarea{border-color:#e84e2f!important;background:#fff8f6!important}.field-help.error,.field-invalid small{margin:0;color:#b33a21;font-size:10.5px;font-weight:800}.board-pager{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px}.board-pager button{padding:7px 14px;border:1px solid #dfe3e7;background:#fff;border-radius:7px;font-size:11.5px;font-weight:700;color:#17191c;cursor:pointer}.board-pager button:hover:not(:disabled){border-color:#e84e2f;color:#e84e2f}.board-pager button:disabled{opacity:.4;cursor:default}.board-pager span{color:#6c727a;font-size:11px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.studio-title h1{font-size:19px}.studio-content{padding:16px 22px 50px}.studio-panel{padding:12px 13px}.panel-heading,.studio-panel{margin-bottom:8px}.panel-heading h2{font-size:12.5px}.edit-card-head{padding:7px 11px}.edit-card-head b{font-size:12px}.edit-card-body{gap:7px;padding:3px 11px 11px}.edit-card-body label,.form-panel label,.studio-panel label{font-size:10px;gap:3px;color:#5c636b;font-weight:700}.edit-card-body input,.edit-card-body select,.edit-card-body textarea,.form-panel input,.form-panel select,.form-panel textarea,.upload-row input{padding:6px 9px;font-size:11.5px;border-radius:6px}.edit-card-body textarea,.form-panel textarea{line-height:1.5}.edit-card-body .row-del{padding:5px 11px;font-size:10.5px;margin-top:2px}.field-row{gap:7px}.studio-upload{padding:6px 11px;font-size:11px}.upload-status{max-width:190px;font-size:9.5px}.content-subnav button{padding:7px 13px;font-size:11px}.content-subnav button em{min-width:16px;height:16px;font-size:9px}.board-pager{margin-top:9px}@media (max-width:760px){.studio-sidebar{position:fixed;z-index:20;top:auto;right:0;bottom:0;left:0;width:auto;height:calc(58px + env(safe-area-inset-bottom));padding:0;overflow:hidden}.studio-sidebar nav{position:absolute;top:7px;right:7px;left:7px;width:auto;height:44px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:4px;gap:4px;align-items:stretch}.studio-sidebar nav button{min-width:0;min-height:0;height:44px;padding:6px 4px}.studio-content{padding:25px 14px calc(96px + env(safe-area-inset-bottom))}}