:root{--font-serif: "Gowun Batang", "Fraunces", serif;--font-sans: "Noto Sans KR", "Poppins", sans-serif;--bg-midnight: #0f172a;--bg-dark-slate: #1e293b;--bg-slate: #f8fafc;--bg-cream: #fafaf9;--bg-card: #ffffff;--light-gold-50: #fffbeb;--light-gold-100: #fef3c7;--light-gold-400: #fbbf24;--light-gold-500: #f59e0b;--light-gold-600: #d97706;--light-gold-700: #b45309;--primary-blue: #1d4ed8;--primary-indigo: #1e1b4b;--text-dark: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--border-color: #e2e8f0;--border-light: rgba(255, 255, 255, .12);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 24px -4px rgba(15, 23, 42, .12);--shadow-glow: 0 0 25px rgba(245, 158, 11, .25);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--bg-slate);color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.font-serif{font-family:var(--font-serif)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.top-bar{background:var(--bg-midnight);color:var(--text-light);font-size:.85rem;padding:.6rem 0;border-bottom:1px solid var(--border-light)}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-bar-slogan{display:flex;align-items:center;gap:.6rem;color:#e2e8f0}.top-bar-badge{background:linear-gradient(135deg,#f59e0b4d,#d9770633);color:var(--light-gold-400);border:1px solid rgba(245,158,11,.4);padding:2px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;flex-shrink:0}.top-bar-info{display:flex;gap:1.5rem}.top-bar-info-item{display:flex;align-items:center;gap:.35rem}.main-header{position:sticky;top:0;z-index:2147483647;background:#fff;border-bottom:1px solid var(--border-color);transition:all .3s ease;transform:translateZ(0);-webkit-transform:translateZ(0)}.header-container{display:flex;justify-content:space-between;align-items:center;height:84px}.logo-brand{display:flex;align-items:center;gap:.85rem;text-decoration:none}.logo-img{height:46px;width:auto;object-fit:contain}.logo-text-group{display:flex;flex-direction:column}.logo-title{font-family:var(--font-serif);font-size:1.45rem;font-weight:700;color:var(--bg-midnight);line-height:1.1;letter-spacing:-.02em}.logo-sub{font-size:.72rem;color:var(--light-gold-600);font-weight:700;letter-spacing:.08em}.nav-menu{display:flex;align-items:center;gap:2.25rem;list-style:none}.nav-link{text-decoration:none;color:var(--bg-dark-slate);font-weight:600;font-size:.95rem;padding:.5rem .25rem;position:relative;transition:color .25s ease;background:none;border:none;cursor:pointer}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:var(--light-gold-500);transform:scaleX(0);transform-origin:right;transition:transform .3s ease-in-out}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1);transform-origin:left}.nav-link:hover,.nav-link.active{color:var(--light-gold-600)}.header-actions{display:flex;align-items:center;gap:.75rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--bg-dark-slate) 0%,var(--bg-midnight) 100%);color:#fff;padding:.7rem 1.35rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.15);cursor:pointer;box-shadow:var(--shadow-sm);transition:all .25s ease}.btn-primary:hover{background:linear-gradient(135deg,var(--light-gold-600) 0%,var(--light-gold-700) 100%);transform:translateY(-2px);box-shadow:var(--shadow-glow)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--bg-midnight);border:1px solid var(--border-color);padding:.7rem 1.35rem;border-radius:var(--radius-md);text-decoration:none;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .25s ease}.btn-secondary:hover{background:var(--bg-slate);border-color:var(--light-gold-500);color:var(--light-gold-700)}.mobile-menu-btn{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--bg-midnight)}.mobile-drawer{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100vh - 72px);height:calc(100dvh - 72px);background:#fff;z-index:2147483647;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;border-top:1px solid var(--border-color);box-shadow:0 16px 32px #0f172a26}.mobile-drawer.open{display:block;animation:drawerFadeIn .2s ease-out}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer-inner{display:flex;flex-direction:column;padding:0 1.5rem 2rem;max-width:600px;margin:0 auto}.mobile-nav-link{display:block;font-size:1.35rem;font-weight:700;color:var(--bg-midnight);text-decoration:none;padding:1.25rem 0;border-bottom:1px solid #e2e8f0;transition:color .2s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--light-gold-600)}.hero-section{position:relative;background:var(--bg-midnight);color:#fff;min-height:580px;display:flex;align-items:center;overflow:hidden}.hero-bg-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slide-img{width:100%;height:100%;object-fit:cover;opacity:.45;filter:brightness(.75) contrast(1.05);transition:opacity 1.2s ease-in-out}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,#f59e0b40,#0f172ae6 70%);z-index:2}.hero-content{position:relative;z-index:3;padding:4.5rem 0;max-width:1000px}.hero-subtitle{display:inline-flex;align-items:center;gap:.6rem;background:#f59e0b33;border:1px solid rgba(245,158,11,.4);color:var(--light-gold-100);padding:.45rem 1.15rem;border-radius:var(--radius-full);font-size:clamp(.8rem,1.8vw,.92rem);font-weight:700;margin-bottom:1.75rem;box-shadow:0 0 15px #f59e0b33;white-space:normal;word-break:keep-all;line-height:1.5;max-width:100%}.hero-title{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.6rem);font-weight:700;line-height:1.35;margin-bottom:1.25rem;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.5);white-space:normal;word-break:keep-all}.hero-desc{font-size:clamp(.92rem,2.1vw,1.1rem);color:#cbd5e1;line-height:1.65;margin-bottom:2.25rem;font-weight:300;white-space:normal;word-break:keep-all}.hero-buttons{display:flex;gap:1.25rem;flex-wrap:wrap}.hero-slider-controls{position:absolute;bottom:2.25rem;right:2.25rem;z-index:4;display:flex;align-items:center;gap:.75rem;background:#0f172ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.6rem 1.2rem;border-radius:var(--radius-full);border:1px solid var(--border-light)}.hero-dot{width:10px;height:10px;border-radius:50%;background:#ffffff59;border:none;cursor:pointer;transition:all .3s ease}.hero-dot.active{background:var(--light-gold-400);width:26px;border-radius:10px}.section{padding:5.5rem 0}.section-header{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-tag{color:var(--light-gold-600);font-weight:800;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;display:block}.section-title{font-family:var(--font-serif);font-size:2.35rem;font-weight:700;color:var(--bg-midnight);margin-bottom:.85rem}.section-desc{color:var(--text-muted);font-size:1.08rem;line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:all .35s ease;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg),var(--shadow-glow);border-color:var(--light-gold-400)}.feature-card-icon{width:60px;height:60px;border-radius:var(--radius-md);background:var(--light-gold-50);color:var(--light-gold-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;border:1px solid var(--light-gold-100)}.feature-card-num{position:absolute;top:1.5rem;right:1.5rem;font-size:2.75rem;font-family:var(--font-serif);font-weight:700;color:#f1f5f9}.feature-card-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--bg-midnight);margin-bottom:.75rem}.feature-card-text{color:var(--text-muted);font-size:.98rem;line-height:1.7}.worship-container{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);overflow:hidden}.worship-grid{display:grid;grid-template-columns:1fr 1fr}@media (max-width: 900px){.worship-grid{grid-template-columns:1fr}}.worship-info-side{padding:3.5rem;display:flex;flex-direction:column;justify-content:flex-start;background:linear-gradient(to bottom,#0f172ad1,#0f172af5),url(/assets/worship_bg.jpg) center/cover no-repeat;color:#fff;position:relative;overflow:hidden}.worship-info-side>*{position:relative;z-index:2}.worship-info-side:after{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(245,158,11,.15) 0%,transparent 70%);pointer-events:none}.worship-info-title{font-family:var(--font-serif);font-size:2.15rem;font-weight:700;margin-bottom:1rem}.worship-info-desc{color:#94a3b8;font-size:1.02rem;margin-bottom:2rem;line-height:1.7}.worship-list-side{padding:3rem;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.worship-table-header{display:flex;justify-content:space-between;align-items:center;padding:0 .75rem .85rem;border-bottom:2px solid var(--bg-slate);margin-bottom:1rem}.worship-table-header .th-label{font-size:.85rem;font-weight:800;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.worship-rows-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.worship-row-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-md);transition:all .25s ease;position:relative}.worship-row-item:hover{background:#fff;border-color:var(--light-gold-400);box-shadow:0 4px 14px #0f172a0f;transform:translateY(-1px)}.worship-row-item.main-worship{background:linear-gradient(135deg,#fffdf5,#fff);border:1px solid var(--light-gold-400);border-left:4px solid var(--light-gold-500);box-shadow:0 2px 8px #f59e0b14}.worship-row-item.main-worship:hover{box-shadow:0 6px 18px #f59e0b24}.worship-row-title{display:flex;align-items:center;gap:.65rem}.worship-row-title .title-text{font-size:1.05rem;font-weight:700;color:var(--bg-midnight)}.main-worship .title-text{font-size:1.1rem;color:var(--primary-900)}.main-tag{background:var(--light-gold-500);color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:20px;letter-spacing:.02em}.worship-row-time{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.45rem .95rem;border-radius:8px;border:1px solid #e2e8f0;color:var(--primary-800);font-weight:700;font-size:.92rem}.main-worship .worship-row-time{background:var(--light-gold-50);border-color:var(--light-gold-300);color:var(--light-gold-700)}.time-icon{color:var(--light-gold-600)}.asset-preview-card{background:var(--bg-cream);border:1px dashed #cbd5e1;border-radius:var(--radius-md);padding:1.5rem;display:flex;align-items:center;justify-content:space-between;margin-top:2rem}.location-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem}@media (max-width: 900px){.location-grid{grid-template-columns:1fr}}.map-card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border-color);overflow:hidden!important;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;position:relative;isolation:isolate;z-index:1}.map-img-box{position:relative;background:#e2e8f0;width:100%;height:380px;overflow:hidden!important;isolation:isolate;z-index:1;clip-path:inset(0)}#naver-map-canvas{position:relative;width:100%;height:100%;overflow:hidden!important;isolation:isolate;z-index:1}#naver-map-canvas div[style*=z-index],#naver-map-canvas .nmap_logo_box,#naver-map-canvas .nmap_scale_box,#naver-map-canvas .nmap_zoom_box,#naver-map-canvas .nmap_copyright_box{z-index:1!important}.map-graphic-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.map-graphic-img:hover{transform:scale(1.03)}.map-card-body{padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}.contact-cards{display:flex;flex-direction:column;gap:1.35rem}.contact-card{background:#fff;border-radius:var(--radius-md);padding:1.6rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:1.25rem;transition:all .3s ease}.contact-card:hover{border-color:var(--light-gold-400);box-shadow:var(--shadow-md)}.contact-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--light-gold-50);color:var(--light-gold-600);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--light-gold-100)}.contact-info-title{font-weight:700;font-size:1.05rem;color:var(--bg-midnight);margin-bottom:.35rem}.contact-info-value{color:var(--text-dark);font-weight:600;font-size:.98rem;margin-bottom:.25rem}.contact-info-sub{color:var(--text-muted);font-size:.88rem}.pastor-card{background:#fff;border-radius:var(--radius-lg);padding:3.5rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:280px 1fr;gap:3.5rem;align-items:center}@media (max-width: 800px){.pastor-card{grid-template-columns:1fr;padding:2.25rem}}.pastor-avatar-box{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--bg-midnight)}.pastor-avatar-img{width:100%;height:320px;object-fit:cover}.pastor-badge{position:absolute;bottom:1rem;left:1rem;right:1rem;background:#0f172a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:.75rem 1rem;border-radius:var(--radius-md);text-align:center;border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 20px #0003}.pastor-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.4)}.pastor-role{font-size:.82rem;color:var(--light-gold-400)}.pastor-quote{font-family:var(--font-serif);font-size:1.55rem;font-weight:700;color:var(--bg-midnight);line-height:1.45;margin-bottom:1.5rem;border-left:4px solid var(--light-gold-500);padding-left:1.25rem}.pastor-message{color:var(--text-muted);font-size:1.02rem;line-height:1.85;margin-bottom:1.75rem}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.modal-content{background:#fff;border-radius:var(--radius-lg);max-width:820px;width:100%;max-height:90vh;overflow-y:auto;padding:2.25rem;position:relative;box-shadow:var(--shadow-lg)}.modal-close-btn{position:absolute;top:1.25rem;right:1.25rem;background:var(--bg-slate);border:none;border-radius:50%;width:38px;height:38px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-dark);transition:all .2s ease}.modal-close-btn:hover{background:#e2e8f0}.modal-img{width:100%;height:auto;border-radius:var(--radius-md);margin-top:1.25rem}.toast-notification{position:fixed;bottom:2rem;right:2rem;background:var(--bg-midnight);color:#fff;padding:.95rem 1.6rem;border-radius:var(--radius-md);box-shadow:var(--shadow-lg),var(--shadow-glow);z-index:10500;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;animation:slideUp .3s cubic-bezier(.16,1,.3,1);border:1px solid var(--light-gold-500)}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.footer{background:var(--bg-midnight);color:var(--text-light);padding:4.5rem 0 2.25rem;border-top:1px solid var(--border-light)}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:3.5rem;margin-bottom:3.5rem}@media (max-width: 800px){.footer-grid{grid-template-columns:1fr;gap:2.25rem}}.footer-logo-img{height:84px;width:auto;max-width:100%;object-fit:contain;display:block}@media (max-width: 600px){.footer-logo-img{height:64px}}.footer-title{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:1.35rem;font-family:var(--font-serif)}.footer-text{font-size:.95rem;line-height:1.75;color:#94a3b8}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer-link{color:#94a3b8;text-decoration:none;font-size:.92rem;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.88rem}@media (max-width: 900px){.header-container{height:72px}.logo-img{height:38px}.top-bar-info,.nav-menu,.header-actions .btn-primary{display:none}.mobile-menu-btn{display:block}.hero-content{padding:3.5rem 0 4.5rem}.hero-title{font-size:2rem;line-height:1.35}}@media (max-width: 600px){.header-container{height:66px}.logo-img{height:34px}.hero-content{padding:2.5rem 0 4rem}.hero-subtitle{font-size:.8rem;padding:.35rem .85rem;margin-bottom:1.25rem}.hero-title{font-size:1.55rem;line-height:1.38;margin-bottom:1rem}.hero-desc{font-size:.92rem;margin-bottom:1.75rem;line-height:1.6}.hero-buttons{flex-direction:column;width:100%}.hero-buttons button{width:100%;justify-content:center}.worship-info-side{padding:2rem 1.5rem}.worship-list-side{padding:1.5rem 1.15rem}.worship-row-item{flex-direction:column;align-items:flex-start;gap:.65rem;padding:.95rem 1.15rem}.worship-row-time{width:100%;justify-content:flex-start;box-sizing:border-box}.footer{padding:3rem 0 2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.4rem}.footer-text{font-size:.95rem;word-break:keep-all}}.sermon-hero{position:relative;min-height:280px;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background-color:var(--bg-midnight)}.sermon-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/slider3.jpg);background-size:cover;background-position:center}.sermon-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0f172ae0,#0f172a73 55%,#0f172a33)}.sermon-hero-inner{position:relative;z-index:1;padding:3.25rem 1.5rem 2rem}.sermon-hero-kicker{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;padding:.4rem 1rem;border-radius:var(--radius-full);border:1px solid rgba(245,158,11,.45);background:#f59e0b33;color:var(--light-gold-100);font-size:.85rem;font-weight:700}.sermon-hero-title{font-family:var(--font-serif);font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:700;line-height:1.35;margin:0 0 .75rem;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.45)}.sermon-hero-desc{margin:0;max-width:36rem;color:#e2e8f0;font-size:1.05rem;line-height:1.65}.sermon-page{flex:1;padding:2rem 0 4rem;background:#eef2f6}.sermon-filters{display:flex;gap:1rem;margin:0 0 1.25rem;flex-wrap:wrap;align-items:center}.sermon-filters label{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.sermon-filters select{width:auto;min-width:0;padding:.28rem .4rem;border:1px solid var(--border-color);border-radius:6px;font-size:.85rem;line-height:1.3;background:#fff}.sermon-list{display:flex;flex-direction:column;gap:.85rem}.sermon-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.25rem 1.5rem;padding:1.15rem 1.25rem;background:#fff;border:1px solid #d9e0e8;border-radius:12px;box-shadow:0 1px 3px #0f172a0f;border-left:4px solid var(--light-gold-500)}.sermon-item-main{min-width:0;flex:1}.sermon-item-line1,.sermon-item-line2{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.3rem .5rem}.sermon-item-line1{margin-bottom:.4rem;font-size:.9rem;color:var(--bg-midnight)}.sermon-item-line1 time{font-weight:700;color:var(--light-gold-700);white-space:nowrap}.sermon-item-dot{color:#cbd5e1;font-weight:700}.sermon-item-preacher{color:#64748b}.sermon-item-title{font-family:var(--font-serif);font-size:1.15rem;font-weight:700;color:var(--bg-midnight);text-decoration:none;word-break:keep-all}.sermon-item-title:hover{color:var(--light-gold-600);text-decoration:underline}.sermon-item-verse{color:#64748b;font-size:.95rem;word-break:keep-all}.sermon-item-actions{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.4rem}.office-mlist{display:none}.office-ox-set{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem .7rem;font-size:.82rem;font-weight:700;white-space:nowrap}.office-ox-set .is-on{color:var(--light-gold-700)}.office-ox-set .is-off{color:#cbd5e1}.sermon-action{display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .8rem;border:1px solid var(--border-color);border-radius:999px;background:#fff;color:var(--bg-midnight);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap}.sermon-action:hover{border-color:var(--light-gold-500);background:var(--light-gold-50)}.sermon-action-video{background:linear-gradient(135deg,var(--light-gold-500) 0%,var(--light-gold-700) 100%);border-color:var(--light-gold-700);color:#fff;font-weight:700;box-shadow:0 1px 4px #d9770659}.sermon-action-video:hover{background:linear-gradient(135deg,var(--light-gold-400) 0%,var(--light-gold-600) 100%);border-color:var(--light-gold-600);color:#fff}.sermon-ox-cell{text-align:center}.sermon-ox{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-width:1.4rem;font-size:.95rem;font-weight:800;text-decoration:none;letter-spacing:.02em}.sermon-ox strong{font-weight:800}.sermon-ox-cap{font-size:.78rem;font-weight:600}.sermon-ox.is-on{color:var(--light-gold-700)}.sermon-ox.is-off{color:#cbd5e1}.sermon-action.is-disabled,.sermon-action.is-disabled:hover,.sermon-action-video.is-disabled,.sermon-action-video.is-disabled:hover{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;box-shadow:none;cursor:not-allowed;pointer-events:none}.sermon-dl-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--light-gold-50);color:var(--bg-midnight);font-size:.82rem;font-weight:600;text-decoration:none;white-space:nowrap}.sermon-dl-btn:hover{border-color:var(--light-gold-500);background:var(--light-gold-100)}.sermon-empty{text-align:center;color:var(--text-muted);padding:2.5rem 1rem}.sermon-pager{display:flex;justify-content:center;gap:.4rem;margin-top:1.5rem}.sermon-pager button{min-width:36px;height:36px;border:1px solid var(--border-color);background:#fff;border-radius:8px;cursor:pointer}.sermon-pager button.active{background:var(--bg-midnight);color:#fff;border-color:var(--bg-midnight)}.sermon-back{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);text-decoration:none;font-weight:600;margin-bottom:1.25rem}.sermon-detail{max-width:860px}.sermon-panel{background:#fff;border:1px solid #d9e0e8;border-radius:12px;padding:1.35rem 1.5rem 1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0f172a0f}.sermon-panel-meta{border-left:4px solid var(--light-gold-500)}.sermon-panel-label{margin:0 0 1rem;font-size:.8rem;font-weight:700;letter-spacing:.06em;color:var(--light-gold-700);text-transform:uppercase}.sermon-detail-date{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;margin:0 0 .55rem;color:var(--light-gold-700);font-weight:700}.sermon-detail-heading{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.05rem);margin:0 0 .45rem;color:var(--bg-midnight);line-height:1.35}.sermon-detail-verse{margin:0 0 .35rem;font-size:1.05rem;color:var(--text-dark)}.sermon-detail-preacher{margin:0;color:var(--text-muted)}.sermon-panel-video .sermon-video-frame{margin-bottom:.9rem}.sermon-video-frame{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:10px;overflow:hidden}.sermon-video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.sermon-panel-empty{margin:0;color:#94a3b8}.sermon-yt-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.05rem;border-radius:8px;background:#c00;color:#fff;font-size:.9rem;font-weight:700;text-decoration:none}.sermon-yt-btn:hover{background:#b00000}.sermon-panel-files{background:#fffbeb;border-color:#fde68a}.sermon-file-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem}.sermon-file-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.1rem;border-radius:8px;background:var(--bg-midnight);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none}.sermon-file-btn:hover{background:#1e293b;color:var(--light-gold-400)}.sermon-file-btn.is-disabled,.sermon-file-btn.is-disabled:hover{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;pointer-events:none}.office-wrap{min-height:100vh;background:var(--bg-slate);padding:2rem 1.25rem 3rem}.office-wide{max-width:1100px;margin:0 auto}.office-card{max-width:420px;margin:4rem auto 0;background:#fff;padding:1.75rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:.85rem}.office-form{max-width:640px;margin-top:1.5rem}.office-card h1,.office-card h2{margin:0;color:var(--bg-midnight)}.office-card label,.office-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600}.office-card input,.office-card textarea,.office-form input,.office-form textarea{padding:.55rem .7rem;border:1px solid var(--border-color);border-radius:8px;font:inherit}.office-check{flex-direction:row!important;align-items:center;gap:.5rem!important}.office-hint{color:var(--text-muted);font-size:.85rem;font-weight:400}.office-error{color:#b91c1c;margin:0}.office-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.office-top-actions{display:flex;gap:.5rem}.office-toolbar{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1rem}.office-list-head{margin:0 0 .5rem}.office-list-head .sermon-filters{margin:0}.office-btn{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.45rem .9rem;border-radius:8px;border:1px solid transparent;font:inherit;font-size:.86rem;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap}.office-btn-primary{background:linear-gradient(135deg,var(--light-gold-600) 0%,var(--light-gold-700) 100%);color:#fff;border-color:var(--light-gold-700)}.office-btn-primary:hover{filter:brightness(1.05)}.office-btn-ghost{background:#fff;color:var(--bg-midnight);border-color:#d9e0e8}.office-btn-ghost:hover{background:#f8fafc;border-color:var(--light-gold-400)}.office-btn-visit{background:var(--bg-midnight);color:#fff;border-color:var(--bg-midnight)}.office-btn-visit:hover{background:#1e293b;color:var(--light-gold-400)}.office-btn-logout{background:#fff;color:#64748b;border-color:#d9e0e8}.office-btn-logout:hover{background:#f8fafc;color:var(--bg-midnight);border-color:#94a3b8}.office-btn-edit{background:#fff;color:var(--bg-midnight);border-color:var(--bg-midnight)}.office-btn-edit:hover{background:var(--bg-midnight);color:#fff}.office-btn-danger{background:#fff;color:#b91c1c;border-color:#fecaca}.office-btn-danger:hover{background:#b91c1c;color:#fff;border-color:#b91c1c}.office-row-actions{display:flex;gap:.4rem;justify-content:flex-end}.office-table-wrap{overflow-x:auto;background:#fff;border-radius:var(--radius-md);border:1px solid var(--border-color)}.office-table{width:100%;min-width:860px;border-collapse:collapse;font-size:.9rem}.office-table th,.office-table td{padding:.7rem .8rem;border-bottom:1px solid var(--border-color);text-align:left;word-break:keep-all}.office-table .office-btn{padding:.35rem .7rem;font-size:.8rem}.office-form-actions{display:flex;gap:.6rem}.office-progress-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0f172a73}.office-progress-card{width:min(420px,calc(100% - 2rem));padding:1.5rem 1.4rem 1.25rem;background:#fff;border-radius:14px;box-shadow:0 12px 40px #0f172a40;text-align:center}.office-progress-label{margin:0 0 .85rem;font-weight:700;color:var(--bg-midnight)}.office-progress-track{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.office-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--light-gold-500),var(--light-gold-700));transition:width .2s ease}.office-progress-pct{margin:.65rem 0 0;font-size:.9rem;font-weight:700;color:var(--light-gold-700)}@media (max-width: 800px){.sermon-hero{min-height:240px}.sermon-hero-inner{padding:2.25rem 1.5rem 1.5rem}.sermon-item{flex-direction:column;align-items:stretch}.sermon-item-line2{flex-direction:column;align-items:flex-start;gap:.2rem}.sermon-item-line2 .sermon-item-dot{display:none}.sermon-item-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch;gap:.4rem}.sermon-item-actions>:first-child{grid-column:1 / -1}.sermon-action{width:100%;justify-content:center}.office-top{flex-wrap:wrap;gap:.75rem}.office-table-wrap{display:none}.office-mlist{display:flex;flex-direction:column;gap:.75rem}.office-mtable{background:#fff;border:1px solid #d9e0e8;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0f}.office-mtable-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.55rem .65rem;padding:.7rem .8rem}.office-mtable-row+.office-mtable-row{border-top:1px solid #e8edf2}.office-mlabel{display:block;margin-bottom:.2rem;font-size:.7rem;font-weight:700;color:#94a3b8}.office-mvalue{display:block;font-size:.86rem;font-weight:600;color:var(--bg-midnight);word-break:keep-all;line-height:1.4}.office-mtable .office-ox-set{flex-direction:column;gap:.12rem}.office-mtable-footer{display:flex;gap:.4rem;padding:.7rem .8rem .85rem;border-top:1px solid #e8edf2}.office-mtable-footer .office-btn-edit{flex:0 0 calc(80% - .2rem)}.office-mtable-footer .office-btn-danger{flex:0 0 calc(20% - .2rem);min-width:0;padding-left:.35rem;padding-right:.35rem}}
