.hero.svelte-xfyjgd{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;overflow:hidden}.hero-video.svelte-xfyjgd{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay.svelte-xfyjgd{position:absolute;inset:0;background:#0006;z-index:1}.hero-content.svelte-xfyjgd{position:relative;z-index:2;text-align:center;max-width:1000px;padding:0 20px}.hero-text.svelte-xfyjgd h1:where(.svelte-xfyjgd){font-size:3.5rem;margin-bottom:20px;font-weight:700}.hero-text.svelte-xfyjgd p:where(.svelte-xfyjgd){font-size:1.5rem;margin-bottom:10px;opacity:.9}.hero-text.svelte-xfyjgd h2:where(.svelte-xfyjgd){font-size:4rem;margin-bottom:40px;font-weight:800}.hero-actions.svelte-xfyjgd{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.action-btn.svelte-xfyjgd{padding:15px 30px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn.primary.svelte-xfyjgd{background:#fff;color:#2c5282}.action-btn.secondary.svelte-xfyjgd{background:transparent;color:#fff;border:2px solid white}.action-btn.svelte-xfyjgd:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}@media (max-width: 768px){.hero.svelte-xfyjgd{background-attachment:scroll}.hero-text.svelte-xfyjgd h1:where(.svelte-xfyjgd){font-size:2.5rem}.hero-text.svelte-xfyjgd h2:where(.svelte-xfyjgd){font-size:3rem}.hero-text.svelte-xfyjgd p:where(.svelte-xfyjgd){font-size:1.2rem}.action-btn.svelte-xfyjgd{padding:12px 20px;font-size:14px}}.scroll-to-top.svelte-wp5rs0{position:absolute;bottom:30px;right:30px;width:48px;height:48px;border-radius:50%;background:#2c5282;color:#fff;border:none;font-size:1.4rem;cursor:pointer;box-shadow:0 4px 12px #0003;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.scroll-to-top.svelte-wp5rs0:hover{background:#1a365d;transform:translateY(-3px);box-shadow:0 6px 18px #0000004d}.new-section.svelte-1h39l0p{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(#00000080,#00000080),url(../../../bg_001.jpg);background-size:cover;background-position:center;background-attachment:fixed;padding:80px 0;color:#fff;position:relative}.new-section .section-title{color:#fff}.new-section .section-title:after{background:#fff}.subtitle.svelte-1h39l0p{font-size:1.7rem;color:gold;text-align:center;margin-bottom:20px}.new-section-content.svelte-1h39l0p{max-width:800px;margin:0 auto;line-height:1.8;font-size:1.2rem;color:#fff;text-align:center}.new-section-content.svelte-1h39l0p p:where(.svelte-1h39l0p){margin-bottom:20px}@media (max-width: 768px){.new-section.svelte-1h39l0p{background-attachment:scroll}}.worship.svelte-1sjpbq6{position:relative}.worship-groups.svelte-1sjpbq6{display:flex;flex-direction:column;gap:50px;justify-content:center}.worship-group.svelte-1sjpbq6{flex:1;min-width:300px}.worship-group.svelte-1sjpbq6 h3:where(.svelte-1sjpbq6){text-align:center;font-size:1.8rem;color:#2c5282;margin-bottom:20px}.worship-schedule.svelte-1sjpbq6{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.schedule-card.svelte-1sjpbq6{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 5px 25px #0000001a;border-top:4px solid #2c5282}.schedule-card.svelte-1sjpbq6 h3:where(.svelte-1sjpbq6){color:#2c5282;font-size:1.3rem;margin-bottom:15px}.time.svelte-1sjpbq6{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:10px}.location.svelte-1sjpbq6{color:#666}.sermon.svelte-1p1jrhk{position:relative;background:#f8f9fa;padding:80px 0;text-align:center}.admin-trigger.svelte-1p1jrhk{cursor:pointer;border-bottom:2px dotted transparent;transition:border-color .2s}.admin-trigger.svelte-1p1jrhk:hover{border-bottom-color:#2c5282}.loading.svelte-1p1jrhk{color:#999;font-size:1rem}.sermon-info.svelte-1p1jrhk{font-size:1.2rem;color:#666;margin-bottom:20px}.sermon-title.svelte-1p1jrhk{font-size:2rem;color:#2c5282;margin-bottom:10px;font-weight:700}.sermon-meta.svelte-1p1jrhk{font-size:1rem;color:#333;margin-bottom:30px}.sermon-actions.svelte-1p1jrhk{display:flex;gap:15px;justify-content:center}.action-btn.svelte-1p1jrhk{padding:10px 20px;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}.action-btn.primary.svelte-1p1jrhk{background:#2c5282;color:#fff}.action-btn.primary.svelte-1p1jrhk:hover{background:#1a365d}.action-btn.secondary.svelte-1p1jrhk{background:transparent;color:#2c5282;border:2px solid #2c5282}.action-btn.secondary.svelte-1p1jrhk:hover{background:#2c5282;color:#fff}.modal-backdrop.svelte-1p1jrhk{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center}.modal.svelte-1p1jrhk{background:#fff;border-radius:12px;width:100%;max-width:500px;margin:20px;box-shadow:0 20px 60px #0000004d}.modal-header.svelte-1p1jrhk{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.modal-header.svelte-1p1jrhk h3:where(.svelte-1p1jrhk){font-size:1.2rem;color:#2c5282;font-weight:700}.modal-close.svelte-1p1jrhk{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#666;padding:4px 8px;border-radius:4px;transition:background .2s}.modal-close.svelte-1p1jrhk:hover{background:#f0f0f0}.modal-body.svelte-1p1jrhk{padding:24px;display:flex;flex-direction:column;gap:16px}.modal-body.svelte-1p1jrhk label:where(.svelte-1p1jrhk){display:flex;flex-direction:column;gap:6px;text-align:left}.modal-body.svelte-1p1jrhk span:where(.svelte-1p1jrhk){font-size:.85rem;font-weight:600;color:#555}.modal-body.svelte-1p1jrhk input:where(.svelte-1p1jrhk){padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .2s;width:100%}.modal-body.svelte-1p1jrhk input:where(.svelte-1p1jrhk):focus{outline:none;border-color:#2c5282}.modal-body.svelte-1p1jrhk input:where(.svelte-1p1jrhk):disabled{background:#f9f9f9;color:#999}.error-msg.svelte-1p1jrhk{color:#e53e3e;font-size:.875rem;text-align:left}.modal-footer.svelte-1p1jrhk{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #eee}.btn-cancel.svelte-1p1jrhk{padding:10px 20px;border-radius:6px;border:1px solid #ddd;background:#fff;color:#555;font-size:.95rem;cursor:pointer;transition:background .2s}.btn-cancel.svelte-1p1jrhk:hover:not(:disabled){background:#f5f5f5}.btn-save.svelte-1p1jrhk{padding:10px 20px;border-radius:6px;border:none;background:#2c5282;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-save.svelte-1p1jrhk:hover:not(:disabled){background:#1a365d}.btn-save.svelte-1p1jrhk:disabled,.btn-cancel.svelte-1p1jrhk:disabled{opacity:.6;cursor:not-allowed}.road.svelte-1gjd2dq{position:relative;background:#fff}#daumRoughmapContainer1754235915494.svelte-1gjd2dq{width:100%;height:auto;min-height:500px;position:relative}
