:root{--color-primary: #1e3a5f;--color-primary-light: #2d5a8a;--color-secondary: #c9a227;--color-secondary-light: #e5c65c;--color-accent: #8b4513;--color-text: #2c3e50;--color-text-light: #5a6c7d;--color-bg: #faf9f6;--color-bg-alt: #f0ece3;--color-white: #ffffff;--font-display: "Playfair Display", Georgia, serif;--font-body: "Open Sans", -apple-system, BlinkMacSystemFont, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;color:var(--color-primary)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-secondary)}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}.btn{display:inline-block;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:600;text-align:center;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-primary{background-color:var(--color-secondary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-secondary-light);color:var(--color-white)}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:var(--color-white)}.section{padding:var(--space-2xl) 0}.section-alt{background-color:var(--color-bg-alt)}.section-dark{background-color:var(--color-primary);color:var(--color-white)}.section-dark h2,.section-dark h3{color:var(--color-white)}.section-title{text-align:center;margin-bottom:var(--space-xl)}.section-title:after{content:"";display:block;width:60px;height:3px;background-color:var(--color-secondary);margin:var(--space-md) auto 0}.scripture{font-style:italic;color:var(--color-text-light);text-align:center;max-width:600px;margin:0 auto var(--space-lg)}.scripture-ref{font-weight:600;color:var(--color-secondary)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg)}.card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.card-image{width:100%;height:200px;object-fit:cover}.card-content{padding:var(--space-lg)}.card-title{margin-bottom:var(--space-sm)}@media(max-width:768px){.section{padding:var(--space-xl) 0}}.feedback-balloon-chirho.svelte-1hxvyqt{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:var(--font-body, sans-serif)}.feedback-toggle-chirho.svelte-1hxvyqt{width:56px;height:56px;border-radius:50%;background:var(--color-secondary, #c9a227);color:#fff;border:none;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:transform .2s ease,background-color .2s ease}.feedback-toggle-chirho.svelte-1hxvyqt:hover{transform:scale(1.1);background:var(--color-secondary-light, #e5c65c)}.icon-feedback-chirho.svelte-1hxvyqt{font-weight:700}.icon-close-chirho.svelte-1hxvyqt{font-size:2rem;line-height:1}.feedback-panel-chirho.svelte-1hxvyqt{position:absolute;bottom:70px;right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;padding:20px;animation:svelte-1hxvyqt-slideUp .2s ease}@keyframes svelte-1hxvyqt-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feedback-panel-chirho.svelte-1hxvyqt h3:where(.svelte-1hxvyqt){margin:0 0 16px;color:var(--color-primary, #1e3a5f);font-size:1.1rem}.form-group-chirho.svelte-1hxvyqt{margin-bottom:12px}.form-group-chirho.svelte-1hxvyqt label:where(.svelte-1hxvyqt){display:block;margin-bottom:4px;font-size:.875rem;font-weight:500;color:var(--color-text, #2c3e50)}.form-group-chirho.svelte-1hxvyqt input:where(.svelte-1hxvyqt),.form-group-chirho.svelte-1hxvyqt select:where(.svelte-1hxvyqt),.form-group-chirho.svelte-1hxvyqt textarea:where(.svelte-1hxvyqt){width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;font-family:inherit;transition:border-color .2s ease}.form-group-chirho.svelte-1hxvyqt input:where(.svelte-1hxvyqt):focus,.form-group-chirho.svelte-1hxvyqt select:where(.svelte-1hxvyqt):focus,.form-group-chirho.svelte-1hxvyqt textarea:where(.svelte-1hxvyqt):focus{outline:none;border-color:var(--color-secondary, #c9a227)}.form-group-chirho.svelte-1hxvyqt textarea:where(.svelte-1hxvyqt){resize:vertical;min-height:80px}.submit-btn-chirho.svelte-1hxvyqt{width:100%;padding:10px;background:var(--color-secondary, #c9a227);color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.submit-btn-chirho.svelte-1hxvyqt:hover:not(:disabled){background:var(--color-secondary-light, #e5c65c)}.submit-btn-chirho.svelte-1hxvyqt:disabled{opacity:.6;cursor:not-allowed}.success-message-chirho.svelte-1hxvyqt{text-align:center;padding:20px 0;color:var(--color-primary, #1e3a5f)}.success-message-chirho.svelte-1hxvyqt p:where(.svelte-1hxvyqt){margin:0;font-size:1rem}@media(max-width:480px){.feedback-balloon-chirho.svelte-1hxvyqt{bottom:16px;right:16px}.feedback-panel-chirho.svelte-1hxvyqt{width:calc(100vw - 32px);right:-8px}}.password-overlay-chirho.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1e3a5f,#193241);display:flex;align-items:center;justify-content:center;z-index:9999}.password-modal-chirho.svelte-12qhfyh{background:var(--color-white);padding:var(--space-xl);border-radius:var(--radius-lg);box-shadow:0 20px 60px #0000004d;text-align:center;max-width:400px;width:90%}.password-logo-chirho.svelte-12qhfyh{height:64px;width:auto;margin-bottom:var(--space-md)}.password-modal-chirho.svelte-12qhfyh h2:where(.svelte-12qhfyh){color:var(--color-primary);margin-bottom:var(--space-sm);font-size:1.5rem}.password-modal-chirho.svelte-12qhfyh p:where(.svelte-12qhfyh){color:var(--color-text-light);margin-bottom:var(--space-lg)}.password-input-chirho.svelte-12qhfyh{width:100%;padding:var(--space-md);border:2px solid var(--color-bg-alt);border-radius:var(--radius-md);font-size:1rem;text-align:center;margin-bottom:var(--space-md);transition:border-color .2s ease}.password-input-chirho.svelte-12qhfyh:focus{outline:none;border-color:var(--color-primary)}.password-input-chirho.error.svelte-12qhfyh{border-color:#dc2626}.password-error-chirho.svelte-12qhfyh{color:#dc2626;font-size:.875rem;margin-bottom:var(--space-md)}.password-btn-chirho.svelte-12qhfyh{width:100%;padding:var(--space-md);background:var(--color-primary);color:var(--color-white);border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.password-btn-chirho.svelte-12qhfyh:hover{background:var(--color-primary-light)}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;background:#193241f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0003;z-index:1000}.nav.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md)}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:var(--space-sm);font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--color-white)}.logo-img-chirho.svelte-12qhfyh{height:32px;width:auto}.logo-text.svelte-12qhfyh{color:var(--color-white)}.nav-links.svelte-12qhfyh{display:flex;list-style:none;gap:var(--space-lg)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-weight:500;padding:var(--space-sm) 0;position:relative;color:#ffffffe6}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary-light)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-secondary-light);transition:width .2s ease}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{width:100%}.mobile-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:var(--space-sm)}.hamburger.svelte-12qhfyh{display:block;width:24px;height:2px;background:var(--color-white);position:relative;transition:background .2s ease}.hamburger.svelte-12qhfyh:before,.hamburger.svelte-12qhfyh:after{content:"";position:absolute;left:0;width:24px;height:2px;background:var(--color-white);transition:transform .2s ease}.hamburger.svelte-12qhfyh:before{top:-8px}.hamburger.svelte-12qhfyh:after{bottom:-8px}.hamburger.open.svelte-12qhfyh{background:transparent}.hamburger.open.svelte-12qhfyh:before{transform:translateY(8px) rotate(45deg)}.hamburger.open.svelte-12qhfyh:after{transform:translateY(-8px) rotate(-45deg)}.footer.svelte-12qhfyh{background:var(--color-primary);color:var(--color-white);padding:var(--space-xl) 0 var(--space-lg)}.footer-content.svelte-12qhfyh{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-xl);margin-bottom:var(--space-xl)}.footer-logo-chirho.svelte-12qhfyh{height:48px;width:auto;display:block;margin-bottom:var(--space-sm);filter:brightness(0) invert(1)}.footer-address.svelte-12qhfyh{color:#ffffffb3;font-size:.9rem}.footer-scripture.svelte-12qhfyh{font-style:italic;color:#ffffffe6}.footer-scripture.svelte-12qhfyh .scripture-ref:where(.svelte-12qhfyh){color:var(--color-secondary-light);margin-top:var(--space-sm)}.footer-links.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--space-sm)}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#fffc}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary-light)}.footer-bottom.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.875rem}.footer-copyright.svelte-12qhfyh{flex:1;text-align:left}.footer-declaration.svelte-12qhfyh{flex:1;text-align:center;font-weight:600;color:var(--color-secondary-light);letter-spacing:.1em}.footer-credits.svelte-12qhfyh{flex:1;text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:var(--space-xs)}.footer-credits.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;text-decoration:none;transition:color .2s ease}.footer-credits.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-secondary-light)}.footer-credits.svelte-12qhfyh span:where(.svelte-12qhfyh){color:#fff6}@media(max-width:768px){.mobile-toggle.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#193241fa;padding:var(--space-lg);gap:var(--space-md);box-shadow:0 4px 20px #0003;transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.open.svelte-12qhfyh{transform:translateY(0);opacity:1;visibility:visible}.footer-bottom.svelte-12qhfyh{flex-direction:column;gap:var(--space-sm);text-align:center}.footer-copyright.svelte-12qhfyh,.footer-declaration.svelte-12qhfyh,.footer-credits.svelte-12qhfyh{text-align:center;justify-content:center}}
