:root{--ht-primary: #2563eb;--ht-secondary: #0f172a;--ht-accent: #f59e0b;--ht-link-color: #ffffff;--ht-active-bg: transparent;--ht-active-text: var(--ht-accent);--ht-shadow: 0 8px 20px rgba(0, 0, 0, .12);--ht-hover-bg: rgba(255, 255, 255, .12);--ht-burger-size: 22px}.ht-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:linear-gradient(90deg,var(--ht-secondary),var(--ht-primary));color:var(--ht-link-color);box-shadow:var(--ht-shadow);font-family:Segoe UI,Arial,sans-serif;transition:all .3s ease}.ht-header-row{max-width:1380px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;gap:18px}.ht-brand{display:flex;align-items:center;gap:12px;min-width:0;border:none;background:transparent;color:#fff;cursor:pointer;padding:0;text-align:left}.ht-brand-logo{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.24);background:#fff;flex:0 0 auto}.ht-brand-text{display:flex;flex-direction:column;min-width:0}.ht-brand-text strong{font-size:15px;line-height:1.1;color:#fff;font-weight:800}.ht-brand-text span{font-size:12px;line-height:1.2;color:#ffffffe0;white-space:nowrap}.ht-nav{display:flex;align-items:center;gap:10px;font-weight:500;font-size:14px;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1 1 auto;justify-content:center}.ht-nav::-webkit-scrollbar{display:none}.ht-nav-link{color:var(--ht-link-color);transition:all .25s ease;padding:8px 14px;border-radius:22px}.ht-nav-link:hover{background:var(--ht-hover-bg);color:var(--ht-accent)}.ht-nav-active{background:var(--ht-active-bg);color:var(--ht-active-text);font-weight:700}.ht-nav-link.as-btn{background:none;border:none;font:inherit;cursor:pointer;white-space:nowrap}.ht-nav-donate-link{font-weight:700}.ht-auth-group{display:flex;align-items:center;gap:10px}.ht-user-greet{font-size:13px;color:#ffffffe6;white-space:nowrap}.ht-auth-btn{display:inline-block;padding:8px 16px;border-radius:22px;font-weight:700;transition:.2s ease;text-decoration:none;border:none;cursor:pointer}.ht-auth-solid{background:var(--ht-accent);color:var(--ht-secondary);box-shadow:0 5px 12px #0000002e}.ht-auth-solid:hover{filter:brightness(1.07)}.ht-burger{display:none;flex-direction:column;justify-content:center;width:var(--ht-burger-size);height:var(--ht-burger-size);cursor:pointer;gap:4px;z-index:1100;background:transparent;border:none;padding:0}.ht-burger span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:all .3s ease}.ht-burger.active span:nth-child(1){transform:rotate(45deg) translateY(7px)}.ht-burger.active span:nth-child(2){opacity:0}.ht-burger.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.ht-nav-mobile{position:fixed;top:0;right:-100%;width:82%;max-width:340px;height:100vh;background:linear-gradient(180deg,var(--ht-secondary),var(--ht-primary));padding:26px 22px 24px;display:flex;flex-direction:column;gap:16px;transition:right .3s ease;z-index:1050;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:-10px 0 30px #0f2d5c2e}.ht-nav-mobile.active{right:0}.ht-nav-mobile-brand{display:flex;align-items:center;gap:12px;padding-bottom:12px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.12)}.ht-nav-mobile-logo{width:42px;height:42px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.24)}.ht-nav-mobile-brand strong{display:block;color:#fff;font-size:15px;font-weight:800;line-height:1.1}.ht-nav-mobile-brand span{display:block;color:#ffffffd9;font-size:12px;margin-top:2px}.ht-nav-mobile .ht-nav-link{display:block;color:#fff;font-size:15px;padding:10px 0;border-radius:0;text-align:left;transition:all .25s ease}.ht-nav-mobile .ht-nav-link:hover{color:var(--ht-accent);transform:translate(4px)}.ht-auth-group-mobile{margin-top:14px;flex-direction:column;align-items:stretch}@media (max-width: 1200px){.ht-header-row{padding:12px 18px;gap:12px}.ht-brand-text span{display:none}.ht-nav{gap:6px;font-size:13px}.ht-nav-link{padding:8px 11px}}@media (max-width: 1024px){.ht-nav,.desktop-only{display:none}.ht-burger{display:flex}}@media (max-width: 640px){.ht-header-row{padding:10px 14px}.ht-brand-logo{width:40px;height:40px}.ht-brand-text strong{font-size:13px}.ht-nav-mobile{width:88%}}.footer{background:linear-gradient(90deg,var(--ht-secondary),var(--ht-primary));color:#fff;padding:3rem 1rem;font-family:Segoe UI,Arial,sans-serif}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-cards{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;width:220px;transition:transform .3s ease,background .3s ease;word-break:break-word}.footer-card:hover{transform:translateY(-5px);background:#ffffff1a}.footer-card.email-card{width:260px}.footer-card .icon-wrapper{width:50px;height:50px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--ht-accent) 20%,transparent);color:var(--ht-accent)}.footer-card h4{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;color:#fff}.footer-card p a{color:#fff;text-decoration:underline;transition:color .2s ease}.footer-card p a:hover{color:var(--ht-accent)}.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.footer-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff1a;color:#fff;transition:all .3s ease}.footer-social a:hover{background:color-mix(in srgb,var(--ht-accent) 30%,transparent);color:var(--ht-accent);transform:translateY(-3px)}.footer-bottom{font-size:.875rem;color:#ffffffb3;line-height:1.4;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);max-width:90%;margin:0 auto}@media (max-width: 1024px){.footer{padding:2.5rem 1.5rem}.footer-card{width:200px}}@media (max-width: 768px){.footer{padding:2rem 1rem 1.5rem}.footer-cards{flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.footer-card{width:100%;max-width:360px;padding:1.2rem;border-radius:10px;background:#ffffff14;box-shadow:0 4px 12px #00000026}.footer-card .icon-wrapper{width:46px;height:46px;margin-bottom:.8rem}.footer-card h4{font-size:1rem}.footer-card p{font-size:.9rem}.footer-social{gap:1rem;margin-top:1.5rem}.footer-social a{width:42px;height:42px}.footer-bottom{font-size:.8rem;max-width:95%;padding-top:1rem}}@media (max-width: 420px){.footer-card{max-width:90%;padding:1rem}.footer-social a{width:40px;height:40px}}:root{--ht-blue-950: #0b1f44;--ht-blue-900: #0f2d5c;--ht-blue-800: #133a74;--ht-blue-700: #1f4f96;--ht-gold: #f2be42;--ht-gold-ink: #142033;--ht-text: #20324d;--ht-text-soft: #5d6f89;--ht-line: #e2eaf4;--ht-card: #ffffff;--ht-bg: #ffffff;--ht-bg-soft: #ffffff;--ht-shadow-sm: 0 6px 16px rgba(15, 45, 92, .05);--ht-shadow-md: 0 14px 28px rgba(15, 45, 92, .09);--ht-radius-xl: 24px;--ht-radius-lg: 20px;--ht-radius-md: 16px;--ht-radius-sm: 14px;--ht-section-space: 24px;--ht-section-space-mobile: 18px;--ht-head-gap: 10px;--ht-grid-gap: 16px;--ht-action-gap: 12px;--ht-container: 1280px;--ht-card-max-2: 420px;--ht-card-max-4: 300px;--ht-card-max-5: 232px;--ht-card-height: 214px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ht-text);background:var(--ht-bg);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}.ht-container{width:100%;max-width:var(--ht-container);margin:0 auto;padding:0 24px}.ht-section{padding:var(--ht-section-space) 0}.ht-section-tight{padding-top:0}.ht-section-white,.ht-section-alt{background:#fff}.ht-section-head{width:100%;max-width:860px;margin:0 auto var(--ht-head-gap);text-align:center}.ht-section-title{margin:0 0 5px;color:var(--ht-blue-800);font-size:clamp(26px,3vw,38px);line-height:1.06;font-weight:900;letter-spacing:-.03em}.ht-section-subtitle{margin:0 auto;max-width:820px;color:var(--ht-text-soft);font-size:clamp(13px,1.35vw,15px);line-height:1.58;text-align:center}.ht-section-actions{display:flex;justify-content:center;margin-top:var(--ht-action-gap)}.ht-hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;background-image:url(/assets/image-BcM60leX.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.ht-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0410227a,#0712278f)}.ht-hero-inner{position:relative;z-index:2;max-width:1040px}.ht-hero-title{margin:0 0 .7rem;font-size:clamp(38px,7vw,86px);line-height:1.02;font-weight:900;letter-spacing:-.03em}.ht-hero-subtitle{margin:0 0 1rem;font-size:clamp(20px,3vw,34px);line-height:1.2;font-weight:700}.ht-hero-text{max-width:860px;margin:0 auto 1.5rem;font-size:clamp(15px,2vw,20px);line-height:1.75;color:#fffffff2}.ht-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ht-hero-fade{position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(to bottom,#fff0,#fff 92%)}.ht-btn{min-height:42px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;border:1px solid transparent;transition:all .2s ease;cursor:pointer;white-space:nowrap}.ht-btn-gold{background:var(--ht-gold);color:var(--ht-gold-ink);box-shadow:0 8px 18px #f2be4238}.ht-btn-gold:hover{transform:translateY(-1px);filter:brightness(1.03)}.ht-btn-ghost{color:#fff;background:#ffffff1a;border-color:#ffffff73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.ht-btn-ghost:hover{background:#ffffff2e}.ht-btn-dark{color:#fff;background:var(--ht-blue-900);box-shadow:0 8px 18px #0f2d5c38}.ht-btn-dark:hover{transform:translateY(-1px)}.ht-btn-secondary{margin-top:auto;background:var(--ht-gold);color:var(--ht-gold-ink);border-color:var(--ht-gold);box-shadow:0 8px 18px #f2be422e}.ht-btn-secondary:hover{filter:brightness(1.03);transform:translateY(-1px)}.ht-donate-strip{padding:8px 0;background:#fff;border-bottom:1px solid #eef2f7}.ht-grid{display:grid;gap:var(--ht-grid-gap);align-items:stretch;justify-content:center;width:100%}.ht-grid-2,.ht-grid-4,.ht-grid-5{grid-template-columns:1fr}.ht-grid-centered{max-width:900px;margin:0 auto}.ht-grid-2,.ht-grid-4,.ht-grid-5{align-items:stretch}.ht-grid-2>.ht-card,.ht-grid-2>.ht-card-button{width:100%;max-width:var(--ht-card-max-2);margin:0 auto}.ht-grid-4>.ht-card,.ht-grid-4>.ht-card-button{width:100%;max-width:var(--ht-card-max-4);margin:0 auto}.ht-grid-5>.ht-card,.ht-grid-5>.ht-card-button{width:100%;max-width:var(--ht-card-max-5);margin:0 auto}.ht-card{background:var(--ht-card);border:1px solid var(--ht-line);border-radius:20px;padding:18px 18px 16px;box-shadow:var(--ht-shadow-sm);transition:all .22s ease;text-align:left;color:inherit;text-decoration:none;display:flex;flex-direction:column;align-items:flex-start;min-height:100%}.ht-card:hover{transform:translateY(-3px);box-shadow:var(--ht-shadow-md)}.ht-card-equal{min-height:var(--ht-card-height)}.ht-card-button{width:100%;cursor:pointer;font:inherit;background:var(--ht-card);border:1px solid var(--ht-line)}.ht-card-kicker{margin-bottom:8px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:#7a8aa3}.ht-card-action{margin-top:auto;padding-top:12px}.ht-icon-ring{width:52px;height:52px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;background:linear-gradient(180deg,#f5d474,#e4b94a);color:var(--ht-blue-900);box-shadow:0 8px 16px #f2be422e;flex-shrink:0}.ht-card-title{margin:0 0 8px;color:var(--ht-blue-900);font-size:17px;line-height:1.18;font-weight:800}.ht-card-text{margin:0;color:var(--ht-text-soft);font-size:13px;line-height:1.62}.ht-banner{background:var(--ht-blue-800);border-radius:24px;padding:24px 22px;text-align:center;box-shadow:0 18px 32px #0f2d5c1f}.ht-banner-title{margin:0 0 8px;color:#fff;font-size:clamp(28px,3.5vw,40px);line-height:1.08;font-weight:900}.ht-banner-text{max-width:760px;margin:0 auto 14px;color:#ffffffeb;font-size:14px;line-height:1.65}.ht-section-cta-compact{padding-top:2px;padding-bottom:8px}.ht-banner-compact{padding:20px 18px;border-radius:22px;box-shadow:0 14px 26px #0f2d5c1a}.ht-banner-compact .ht-banner-title{margin-bottom:8px;font-size:clamp(26px,3.2vw,36px)}.ht-banner-compact .ht-banner-text{margin-bottom:12px;max-width:700px;font-size:14px;line-height:1.62}@media (min-width: 768px){.ht-grid-2,.ht-grid-4,.ht-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){.ht-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.ht-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width: 767px){.ht-container{padding:0 16px}.ht-section{padding:var(--ht-section-space-mobile) 0}.ht-section-tight{padding-top:0}.ht-hero-actions .ht-btn{width:100%;max-width:320px}.ht-banner{padding:18px 16px;border-radius:20px}.ht-card{padding:16px 16px 15px}.ht-card-equal{min-height:auto}.ht-btn{width:100%}.ht-section-head{margin-bottom:8px}.ht-section-title{margin-bottom:4px}.ht-banner-compact{padding:18px 16px;border-radius:18px}.ht-banner-compact .ht-banner-title{font-size:28px}.ht-banner-compact .ht-banner-text{font-size:14px;line-height:1.58}}.map-section{margin:0;padding:0;width:100%}.map-container{width:100%;margin:0;padding:0;border-radius:0;overflow:hidden;box-shadow:none}.map-iframe{display:block;width:100%;height:clamp(200px,36vh,340px);border:0}:root{--ab-blue-700: #133a74;--ab-blue-800: #0f2d5c;--ab-gold: #f2be42;--ab-ring: #d7e1ef;--ab-ink: #0f2340;--ab-muted: #60708d;--ab-bg: #f7f9fc;--ab-white: #ffffff;--ab-shadow: 0 10px 28px rgba(15, 45, 92, .08);--auth-danger: #c23737;--auth-danger-bg: #fff4f4;--auth-danger-border: #f0caca;--auth-success: #1f7a41;--auth-success-bg: #f1fbf4;--auth-success-border: #bfe5c9}.auth-wrap{min-height:calc(100dvh - 56px);display:grid;place-items:center;padding:32px 14px;background:radial-gradient(800px 400px at 10% 0%,rgba(19,58,116,.05),transparent 60%),radial-gradient(800px 400px at 90% 100%,rgba(242,190,66,.06),transparent 60%),var(--ab-bg)}.auth-card{width:100%;max-width:860px;background:var(--ab-white);border:1px solid #dbe4f0;border-radius:18px;padding:24px 28px;box-shadow:var(--ab-shadow);position:relative}.auth-card-narrow{max-width:520px}.auth-card-compact{padding:22px 24px}.auth-head{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #edf2f8;padding:4px 0 14px;margin-bottom:12px;position:relative}.auth-head-title{margin:0;font-size:clamp(22px,3vw,30px);font-weight:800;color:#143f7d;text-align:center;line-height:1.2}.auth-head-close{position:absolute;right:0;top:50%;transform:translateY(-50%);border:1px solid #d8e2ef;background:#fff;color:#4f6285;width:36px;height:36px;border-radius:10px;cursor:pointer;font-size:18px;font-weight:700}.auth-head-close:hover{background:#f5f8fc}.auth-title{margin:0 0 4px;font-size:clamp(22px,3vw,30px);color:var(--ab-blue-800);font-weight:800}.auth-sub{margin:4px 0 16px;color:var(--ab-muted);line-height:1.5;font-size:15px}.auth-sub-centered{text-align:center}.auth-form{margin-top:6px}.auth-grid-2,.auth-grid-3{display:grid;gap:14px 16px;grid-template-columns:1fr}@media (min-width: 760px){.auth-grid-2{grid-template-columns:1fr 1fr}.auth-grid-3{grid-template-columns:1fr 1fr 1fr}}.auth-field{display:flex;flex-direction:column;gap:6px;width:100%}.auth-field label{display:block;font-weight:700;color:#123a74;line-height:1.2;font-size:14px}.auth-field input,.auth-field select,.auth-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--ab-ring);border-radius:14px;padding:12px 14px;font-size:15px;background:#fff;outline:none;min-height:48px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-field textarea{min-height:110px;resize:vertical}.auth-field input::placeholder,.auth-field textarea::placeholder{color:#98a6c1}.auth-field input:focus,.auth-field select:focus,.auth-field textarea:focus{border-color:#bfd0e7;box-shadow:0 0 0 4px #133a7414}.auth-input-error{border-color:#e59b9b!important;background:#fffdfd!important;box-shadow:0 0 0 4px #c2373714!important}.auth-field-error{font-size:12px;line-height:1.35;color:var(--auth-danger)}.auth-banner{margin:10px 0 6px;background:var(--auth-danger-bg);color:#9b2b2b;border:1px solid var(--auth-danger-border);padding:11px 13px;border-radius:12px;font-size:14px;text-align:center;line-height:1.45}.auth-banner-success{background:var(--auth-success-bg);color:var(--auth-success);border-color:var(--auth-success-border)}.auth-password-wrap{position:relative;display:flex;align-items:center}.auth-password-wrap input{padding-right:84px}.auth-password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:1px solid #d4ddec;background:#f7f9fc;color:#123a74;border-radius:10px;padding:6px 10px;font-size:12px;font-weight:800;cursor:pointer}.auth-password-toggle:hover{background:#eef3fb}.auth-password-meter{margin-top:4px}.auth-password-strength{font-size:13px;font-weight:800;margin-bottom:8px}.auth-strength-weak{color:#c23737}.auth-strength-medium{color:#a06a00}.auth-strength-strong{color:#1f7a41}.auth-password-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;margin:0;padding:0;list-style:none;font-size:12px}.auth-password-checks li{padding-left:16px;position:relative}.auth-password-checks li:before{position:absolute;left:0;top:0;font-weight:900}.auth-password-checks li.ok{color:#1f7a41}.auth-password-checks li.ok:before{content:"✓"}.auth-password-checks li.bad{color:#9f5b5b}.auth-password-checks li.bad:before{content:"•"}.auth-btn{margin-top:12px;width:100%;border:none;border-radius:14px;padding:13px 16px;background:linear-gradient(90deg,#123a74,#194889);color:#fff;font-weight:800;font-size:15px;cursor:pointer;transition:.15s ease}.auth-btn:hover:not(:disabled){filter:brightness(1.04)}.auth-btn:disabled{cursor:not-allowed;opacity:.65}.auth-switch{text-align:center;margin-top:14px;color:var(--ab-muted)}.auth-help-row{margin-top:10px;text-align:center}.auth-link{color:#123a74;font-weight:700;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link-btn{background:none;border:none;color:#123a74;font-weight:700;text-decoration:none;padding:0;cursor:pointer}.auth-link-btn:hover{text-decoration:underline}.auth-required{color:var(--auth-danger);font-weight:800}.auth-terms{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;margin-top:8px}.terms-check{display:inline-flex;align-items:center;gap:8px;color:#2d3d5c;font-weight:500}.terms-check input{width:16px;height:16px;accent-color:var(--ab-blue-700)}.terms-readmore{border:1px solid #cad5e8;background:#f8fafd;color:#0f2d5c;border-radius:10px;padding:9px 12px;font-weight:700;cursor:pointer}.terms-readmore:hover{background:#eef3fb}.terms-overlay{position:fixed;inset:0;z-index:3000;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;overflow-y:auto}.terms-modal{width:100%;max-width:900px;background:#fff;border-radius:18px;border:1px solid #e6ecf6;box-shadow:0 24px 60px #06183a40;padding:28px 32px;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;animation:fadeIn .2s ease-out}.terms-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #edf1f7}.terms-head h2{margin:0;font-size:22px;font-weight:800;color:#0f2d5c}.terms-close{background:none;border:none;cursor:pointer;font-size:28px;line-height:1;color:#50608a}.terms-body{overflow-y:auto;padding-right:6px;max-height:calc(90vh - 140px);line-height:1.7;color:#233352}.terms-section{margin-bottom:18px}.terms-section h3{margin:0 0 8px;color:#0f2d5c;font-size:16px}.terms-section p{margin:0;font-size:14px}.terms-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid #edf1f7}.terms-actions button{padding:10px 18px;border-radius:10px;font-weight:700;cursor:pointer}.terms-accept{background:#0f2d5c;color:#fff;border:none}.terms-accept:hover{filter:brightness(1.05)}.terms-cancel{background:#fff;color:#0f2d5c;border:1px solid #dfe6f3}.terms-cancel:hover{background:#f6f8fc}.auth-radio-group{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 760px){.auth-radio-group{grid-template-columns:1fr 1fr}}.auth-radio-card{position:relative;display:flex;align-items:center;gap:12px;border:1px solid #d7e1ef;border-radius:16px;padding:14px 16px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-radio-card:hover{border-color:#bfd0e7;box-shadow:0 0 0 4px #133a740f}.auth-radio-card.is-selected{border-color:#315bcb;background:#f7fbff;box-shadow:0 0 0 4px #315bcb14}.auth-radio-card input[type=radio]{position:absolute;opacity:0;pointer-events:none}.auth-radio-circle{width:20px;height:20px;border-radius:999px;border:2px solid #b5c4da;position:relative;flex:0 0 20px;background:#fff}.auth-radio-card.is-selected .auth-radio-circle{border-color:#315bcb}.auth-radio-card.is-selected .auth-radio-circle:after{content:"";position:absolute;inset:4px;border-radius:999px;background:#315bcb}.auth-radio-content{display:flex;flex-direction:column;gap:3px}.auth-radio-content strong{color:#123a74;font-size:15px}.auth-radio-content small{color:#6b7c96;font-size:12px}.reg-summary-modal{max-width:760px}.reg-summary-grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 760px){.reg-summary-grid{grid-template-columns:1fr 1fr}}.reg-summary-card{border:1px solid #dfe8f4;border-radius:16px;background:#fff;padding:16px 18px}.reg-summary-card-highlight{background:linear-gradient(180deg,#f7fbff,#fff);border-color:#315bcb3d}.reg-summary-label{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6c7c95;margin-bottom:6px;font-weight:700}.reg-summary-value{font-size:22px;color:#123a74;font-weight:800}.reg-summary-note{margin-top:16px;color:#516382;line-height:1.7;font-size:14px}.reg-summary-check{display:inline-flex;align-items:center;gap:10px;margin-top:16px;color:#2d3d5c;font-size:14px}.reg-summary-check-indicator{width:16px;height:16px;border-radius:999px;border:2px solid #c5d2e6;background:#fff}.reg-summary-check-indicator.is-checked{background:#315bcb;border-color:#315bcb}@media (max-width: 760px){.auth-card{padding:20px 16px;border-radius:16px}.auth-password-checks{grid-template-columns:1fr}.auth-terms{align-items:flex-start;flex-direction:column}.terms-modal{padding:22px 18px}}@media (max-width: 480px){.auth-head-title{font-size:22px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}:root{--ne-blue-900: #0f2d5c;--ne-blue-800: #133a74;--ne-blue-700: #1f4f96;--ne-gold: #f2be42;--ne-ink: #142033;--ne-text: #5b6780;--ne-muted: #7f8ca3;--ne-border: #e7eef6;--ne-border-strong: #d9e4f0;--ne-bg-soft: #f7fafd;--ne-white: #ffffff;--ne-shadow-sm: 0 8px 22px rgba(15, 45, 92, .06);--ne-shadow-md: 0 14px 34px rgba(15, 45, 92, .1);--ne-radius-lg: 22px;--ne-radius-md: 16px;--ne-radius-sm: 12px}.cat-page-wrap{max-width:1400px;margin:0 auto;padding:120px 24px 56px}.cat-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--ne-border)}.cat-page-header>div:first-child{flex:1;min-width:280px}.cat-header-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-start}.cat-eyebrow{margin-bottom:10px;font-size:12px;line-height:1;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ne-muted)}.cat-page-header h1{margin:0 0 12px;color:var(--ne-blue-900);font-size:clamp(2rem,4vw,3rem);line-height:1.12;font-weight:800}.cat-page-header p{margin:0;max-width:760px;color:var(--ne-text);line-height:1.7}.cat-back-btn,.cat-action-btn,.ann-view-all-btn,.ann-page-btn{appearance:none;border:none;cursor:pointer;font:inherit;transition:all .22s ease;text-decoration:none}.cat-back-btn,.cat-action-btn{padding:12px 18px;border-radius:12px;background:var(--ne-gold);color:var(--ne-blue-900);font-weight:800;white-space:nowrap}.cat-back-btn:hover,.cat-action-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #f2be4247}.cat-action-btn-secondary{background:#0f2d5c0f;color:var(--ne-blue-900);border:1px solid rgba(15,45,92,.12)}.cat-list-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:22px}.cat-error{margin-bottom:20px;padding:16px 18px;border-radius:12px;background:#ffe6e6;border:1px solid #ffc1c1;color:#952d2d;font-weight:700}.cat-loading,.cat-empty{text-align:center;padding:40px 20px;color:#8899b8;font-size:1rem}.section{width:100%}.cat-events-list,.cat-events-list--three-up{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.cat-event-card{background:#fff;border:1px solid #e7eef6;border-radius:20px;overflow:hidden;box-shadow:0 8px 20px #0f2d5c0d;min-width:0;height:100%;display:flex;flex-direction:column}.cat-event-card--clickable{cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.cat-event-card--clickable:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0f2d5c1a;border-color:#d5e2f4}.cat-event-media{width:100%;aspect-ratio:16 / 10;background:#f4f8fc;overflow:hidden;flex-shrink:0}.cat-event-img{width:100%;height:100%;object-fit:cover;display:block}.cat-event-body{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1}.cat-event-header{border-bottom:1px solid var(--ne-border);padding-bottom:14px}.cat-event-header-main h2{margin:0 0 10px;color:var(--ne-blue-900);font-size:1.12rem;line-height:1.28;font-weight:800;word-break:break-word}.cat-category-mini-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#0f2d5c0f;color:var(--ne-blue-900);font-size:.76rem;font-weight:800;margin-bottom:12px}.cat-event-subtitle{margin-bottom:10px;color:#4f6588;font-weight:700}.cat-event-location,.cat-event-date,.cat-event-audience{color:var(--ne-text);font-weight:700;line-height:1.65;font-size:.95rem;word-break:break-word}.cat-event-text{display:flex;flex-direction:column;gap:10px;margin-top:auto}.cat-event-summary{margin:0;color:var(--ne-text);line-height:1.75;font-size:.98rem;word-break:break-word}.clean-ann-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.clean-ann-card{width:100%;padding:0;text-align:left;background:var(--ne-white);border:1px solid var(--ne-border);border-radius:var(--ne-radius-md);overflow:hidden;box-shadow:var(--ne-shadow-sm);transition:transform .22s ease,box-shadow .22s ease}.clean-ann-card:hover{transform:translateY(-3px);box-shadow:var(--ne-shadow-md)}.ann-card-body{padding:20px;display:flex;flex-direction:column;gap:10px}.ann-card-topline{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}.ann-card-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#133a7414;color:var(--ne-blue-900);font-size:.76rem;font-weight:800}.ann-card-date{color:var(--ne-muted);font-size:.84rem;font-weight:700}.ann-card-title{margin:0;color:var(--ne-blue-900);font-size:1.05rem;line-height:1.35;font-weight:800}.ann-card-location,.ann-card-time{color:var(--ne-text);font-size:.92rem;font-weight:700}.ann-card-summary{margin:0;color:var(--ne-text);line-height:1.7;font-size:.94rem}.ann-view-all-wrap{display:flex;justify-content:center;margin-top:18px}.ann-view-all-btn{padding:12px 24px;border-radius:12px;border:1px solid rgba(15,45,92,.18);background:#0f2d5c0a;color:var(--ne-blue-900);font-weight:800}.ann-view-all-btn:hover{background:#0f2d5c14}.ann-pagination{margin-top:18px;display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}.ann-page-btn{padding:10px 16px;border-radius:10px;background:var(--ne-blue-900);color:#fff;font-weight:700}.ann-page-btn:disabled{opacity:.45;cursor:not-allowed}.ann-page-info{color:var(--ne-blue-900);font-weight:800}.event-detail-page{margin-top:8px}.event-detail-card{display:grid;grid-template-columns:minmax(320px,420px) 1fr;background:#fff;border:1px solid #e7eef6;border-radius:24px;overflow:hidden;box-shadow:0 8px 22px #0f2d5c0f}.event-detail-image-wrap{background:#f4f8fc}.event-detail-image{width:100%;height:100%;min-height:100%;object-fit:cover;display:block}.event-detail-copy{padding:30px}.event-detail-category-badge{display:inline-flex;padding:7px 14px;border-radius:999px;background:#0f2d5c0f;color:var(--ne-blue-900);font-size:.8rem;font-weight:800;margin-bottom:16px}.event-detail-title{margin:0 0 10px;color:var(--ne-blue-900);font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.18;font-weight:800}.event-detail-subtitle{margin-bottom:14px;color:#4f6588;font-weight:700}.event-detail-meta{display:grid;gap:8px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #e7eef6}.event-detail-meta-item{color:#4e5d76;font-weight:700}.event-detail-content{color:#47566d;line-height:1.85}.event-detail-content p{margin:0 0 14px}.desktop-only{display:block}.mobile-only{display:none}@media (max-width: 1200px){.cat-events-list,.cat-events-list--three-up,.clean-ann-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.event-detail-card{grid-template-columns:1fr}.desktop-only{display:none}.mobile-only{display:block;margin:18px 0;border-radius:16px;overflow:hidden}}@media (max-width: 768px){.cat-page-wrap{padding:108px 18px 44px}.cat-page-header{gap:18px;margin-bottom:24px;padding-bottom:18px}.cat-page-header h1{font-size:clamp(1.7rem,7vw,2.2rem)}.cat-page-header p{font-size:.96rem;line-height:1.65}.cat-events-list,.cat-events-list--three-up,.clean-ann-grid{grid-template-columns:1fr;gap:18px}.cat-event-body,.event-detail-copy,.ann-card-body{padding:18px}.cat-event-header-main h2,.ann-card-title{font-size:1rem}.cat-header-actions,.cat-list-actions{flex-direction:column;align-items:stretch}.cat-back-btn,.cat-action-btn,.ann-view-all-btn,.ann-page-btn{width:100%;text-align:center}.ann-pagination{flex-direction:column;align-items:stretch}.ann-page-info{text-align:center}}@media (max-width: 480px){.cat-page-wrap{padding:100px 14px 36px}.cat-event-body,.event-detail-copy,.ann-card-body{padding:16px}.cat-category-mini-badge,.ann-card-badge,.event-detail-category-badge{font-size:.72rem}.cat-event-summary,.ann-card-summary,.event-detail-content{font-size:.94rem}}.lc-wrap{max-width:1280px;margin:0 auto;padding:24px 0 48px}.lc-head{margin-bottom:18px}.lc-head h2{margin:0 0 8px;color:#123b78;font-size:clamp(1.8rem,2.6vw,2.35rem);font-weight:800;line-height:1.15}.lc-head p{margin:0;color:#5f6f87;line-height:1.65}.lc-error{margin-bottom:16px;padding:14px 16px;border-radius:12px;border:1px solid #f1c5c5;background:#fff2f2;color:#a53434;font-weight:700}.lc-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}.lc-controls-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lc-nav-btn{width:48px;height:40px;border:none;border-radius:12px;background:#173f7f;color:#fff;font-weight:800;cursor:pointer}.lc-select{min-width:150px;height:40px;border:1px solid #d7e1ee;border-radius:12px;background:#fff;padding:0 12px;color:#18365f;font:inherit;font-weight:700}.lc-current-label{color:#173f7f;font-size:1.05rem;font-weight:800}.lc-grid-layout{display:grid;grid-template-columns:1.35fr .95fr;gap:18px;margin-bottom:22px}.lc-panel,.lc-summary-panel{background:#fff;border:1px solid #dfe7f1;border-radius:22px;padding:18px;box-shadow:0 8px 24px #0f172a0a}.lc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:10px}.lc-weekdays span{text-align:center;font-size:.92rem;font-weight:800;color:#1c2e49}.lc-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.lc-day{min-height:84px;border:1px solid #d7e1ec;border-radius:14px;background:#fff;padding:8px;text-align:left;position:relative;cursor:pointer;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lc-day:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a0d}.lc-day.is-selected{background:#224e95;border-color:#224e95;color:#fff}.lc-day.is-outside{opacity:.35}.lc-day-number{display:inline-block;font-weight:800;font-size:1.2rem;line-height:1;margin-bottom:6px}.lc-day-bars{display:flex;flex-direction:column;gap:4px;margin-top:4px}.lc-day-bar{width:100%;color:#fff;font-size:.67rem;font-weight:700;line-height:1.2;padding:4px 6px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-panel h3,.lc-summary-head h3{margin:0 0 14px;color:#173761;font-size:clamp(1.2rem,1.9vw,1.7rem);font-weight:800}.lc-events{display:grid;gap:14px}.lc-event-card{background:#f9fbff;border:1px solid #e2eaf3;border-radius:18px;padding:16px}.lc-badge{display:inline-flex;align-items:center;width:fit-content;padding:7px 14px;border-radius:999px;background:#eef2f5;color:#173761;font-size:.8rem;font-weight:800;margin-bottom:14px}.lc-event-card h4{margin:0 0 8px;color:#173761;font-size:1.1rem;font-weight:800}.lc-event-date{margin-bottom:10px;color:#49658c;font-weight:700}.lc-event-card p,.lc-empty,.lc-summary-head p{color:#5b6d88;line-height:1.7}.lc-summary-head{margin-bottom:14px}.lc-summary-head p{margin:0}.lc-summary-bullets{margin:0;padding-left:20px}.lc-summary-bullets li{margin-bottom:12px;color:#42526b;line-height:1.8}.lc-summary-bullet-btn{border:none;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer;font:inherit;display:inline-flex;align-items:flex-start;gap:10px}.lc-summary-dot{width:10px;height:10px;border-radius:999px;margin-top:10px;flex:0 0 auto}@media (max-width: 1024px){.lc-grid-layout{grid-template-columns:1fr}}@media (max-width: 700px){.lc-wrap{padding:18px 0 32px}.lc-controls-left{width:100%}.lc-select{flex:1 1 140px;min-width:0}.lc-current-label{width:100%}.lc-grid{gap:6px}.lc-day{min-height:72px;padding:6px}.lc-day-number{font-size:1rem}.lc-day-bar{font-size:.58rem;padding:3px 4px}.lc-panel,.lc-summary-panel{padding:14px;border-radius:18px}}.payx-shell{padding:20px}.payx-shell-title{font-size:20px;font-weight:700}.payx-shell-subtitle{color:#6b7280;font-size:14px}.payx-layout-premium{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-top:20px}@media (max-width: 900px){.payx-layout-premium{grid-template-columns:1fr}}.payx-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:18px}.payx-panel-summary{position:sticky;top:20px}.payx-frequency-tabs{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.payx-frequency-tab{padding:10px 18px;border-radius:999px;border:1px solid #d1d5db;background:#f9fafb;font-weight:500;cursor:pointer;transition:all .2s ease}.payx-frequency-tab:hover{background:#eef2ff}.payx-frequency-tab.is-active{background:#2563eb;color:#fff;border-color:#2563eb}.payx-preset-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 700px){.payx-preset-grid{grid-template-columns:repeat(2,1fr)}}.payx-preset-btn{border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fff;cursor:pointer;text-align:center;transition:all .2s ease}.payx-preset-btn:hover{border-color:#2563eb}.payx-preset-btn.is-selected{background:#2563eb;color:#fff;border-color:#2563eb}.payx-input{width:100%;border:1px solid #d1d5db;padding:10px;border-radius:8px;margin-top:6px}.payx-field-label{font-size:13px;font-weight:600;margin-top:12px;display:block}.payx-inline-note{font-size:12px;color:#6b7280;margin-top:6px}.payx-summary-grid{display:grid;gap:10px}.payx-summary-box{background:#f9fafb;padding:12px;border-radius:10px}.payx-summary-box-highlight{background:#e0ecff;border:1px solid #2563eb}.payx-summary-label{font-size:12px;color:#6b7280;display:block}.payx-actions{margin-top:15px}.payx-btn{width:100%;padding:12px;border-radius:10px;font-weight:600;border:none;cursor:pointer}.payx-btn-primary{background:#2563eb;color:#fff}.payx-btn-primary:hover{background:#1d4ed8}.payx-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 900px){.payx-overview-grid{grid-template-columns:repeat(2,1fr)}}.payx-overview-card{background:#f9fafb;padding:12px;border-radius:10px}.payx-overview-card-highlight{background:#e0ecff}.payx-overview-label{font-size:12px;color:#6b7280}button{all:unset;cursor:pointer}.payments-wrap{padding:30px;background:#f6f8fc}.payments-container{max-width:1000px;margin:auto}.payx-card{background:#fff;padding:20px;border-radius:12px}.payx-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.payx-options-grid button{padding:12px;background:#f1f5f9;border-radius:8px;text-align:center}.payx-options-grid button:hover{background:#2563eb;color:#fff}.payx-step{display:flex;flex-direction:column;gap:10px}.payx-layout{display:grid;grid-template-columns:2fr 1fr;gap:20px}.payx-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.payx-plan-card{padding:15px;border:1px solid #ddd;border-radius:10px}.payx-plan-card.active{background:#2563eb;color:#fff}.payx-input{width:100%;padding:10px;margin-top:10px}.payx-panel{background:#fff;padding:20px;border-radius:12px}.payx-btn-primary{background:#2563eb;color:#fff;padding:12px;border-radius:8px}.payx-btn-secondary{background:#e5e7eb;padding:10px;border-radius:8px}:root{--background: hsl(0, 0%, 100%);--foreground: hsl(215, 20%, 20%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(215, 20%, 20%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(215, 20%, 20%);--primary: hsl(208, 84%, 55%);--primary-foreground: hsl(0, 0%, 100%);--primary-hover: hsl(208, 84%, 48%);--secondary: hsl(210, 40%, 96%);--secondary-foreground: hsl(215, 20%, 20%);--muted: hsl(210, 40%, 96%);--muted-foreground: hsl(215, 16%, 47%);--accent: hsl(208, 84%, 95%);--accent-foreground: hsl(208, 84%, 25%);--destructive: hsl(0, 84%, 60%);--destructive-foreground: hsl(0, 0%, 100%);--border: hsl(214, 31%, 91%);--input: hsl(214, 31%, 91%);--ring: hsl(208, 84%, 55%);--church-blue: hsl(208, 84%, 55%);--church-blue-dark: hsl(208, 84%, 48%);--church-blue-light: hsl(208, 84%, 95%);--bible-text: hsl(215, 20%, 20%);--verse-number: hsl(208, 84%, 40%);--radius: .5rem;--sidebar-background: hsl(0, 0%, 98%);--sidebar-foreground: hsl(240, 5.3%, 26.1%);--sidebar-primary: hsl(240, 5.9%, 10%);--sidebar-primary-foreground: hsl(0, 0%, 98%);--sidebar-accent: hsl(240, 4.8%, 95.9%);--sidebar-accent-foreground: hsl(240, 5.9%, 10%);--sidebar-border: hsl(220, 13%, 91%);--sidebar-ring: hsl(217.2, 91.2%, 59.8%)}.dark{--background: hsl(215, 20%, 8%);--foreground: hsl(0, 0%, 95%);--card: hsl(215, 20%, 8%);--card-foreground: hsl(0, 0%, 95%);--popover: hsl(215, 20%, 8%);--popover-foreground: hsl(0, 0%, 95%);--primary: hsl(208, 84%, 55%);--primary-foreground: hsl(0, 0%, 100%);--primary-hover: hsl(208, 84%, 48%);--secondary: hsl(215, 20%, 15%);--secondary-foreground: hsl(0, 0%, 95%);--muted: hsl(215, 20%, 15%);--muted-foreground: hsl(215, 16%, 65%);--accent: hsl(215, 20%, 15%);--accent-foreground: hsl(0, 0%, 95%);--destructive: hsl(0, 63%, 31%);--destructive-foreground: hsl(0, 0%, 95%);--border: hsl(215, 20%, 15%);--input: hsl(215, 20%, 15%);--ring: hsl(208, 84%, 55%);--church-blue: hsl(208, 84%, 55%);--church-blue-dark: hsl(208, 84%, 48%);--church-blue-light: hsl(215, 20%, 15%);--bible-text: hsl(0, 0%, 90%);--verse-number: hsl(208, 84%, 60%);--sidebar-background: hsl(240, 5.9%, 10%);--sidebar-foreground: hsl(240, 4.8%, 95.9%);--sidebar-primary: hsl(224.3, 76.3%, 48%);--sidebar-primary-foreground: hsl(0, 0%, 100%);--sidebar-accent: hsl(240, 3.7%, 15.9%);--sidebar-accent-foreground: hsl(240, 4.8%, 95.9%);--sidebar-border: hsl(240, 3.7%, 15.9%);--sidebar-ring: hsl(217.2, 91.2%, 59.8%)}*{border-color:var(--border)}body{background-color:var(--background);color:var(--foreground);font-family:Arial,sans-serif;margin:0}.app-container{min-height:100vh;display:flex;flex-direction:column;background-color:var(--background);color:var(--foreground)}.header{background-color:var(--church-blue);color:var(--primary-foreground);padding:.75rem 1rem}.header-container{max-width:1120px;margin:0 auto}.header-nav{display:flex;align-items:center;justify-content:space-between}.language-selector{display:flex;align-items:center;gap:.5rem}.language-icon{height:1rem;width:1rem}.language-select{background-color:var(--church-blue-dark);border:none;color:var(--primary-foreground);padding:.5rem;border-radius:.25rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.menu-items{display:flex;align-items:center;gap:.25rem}.nav-button{background:none;border:none;color:var(--primary-foreground);padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out}.nav-button:hover{background-color:var(--church-blue-dark)}.dropdown-menu{position:relative;display:inline-block}.dropdown-trigger{background:none;border:none;color:var(--primary-foreground);padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease-in-out;display:flex;align-items:center;gap:.25rem}.dropdown-trigger:hover{background-color:var(--church-blue-dark)}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:200px;box-shadow:0 4px 6px #0000001a;z-index:10;border:1px solid #e5e7eb;border-radius:.5rem;top:100%;left:0}.dropdown-menu:hover .dropdown-content{display:block}.dropdown-header{background-color:var(--church-blue);color:#fff;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.dropdown-item{color:#4b5563;padding:.5rem .75rem;text-decoration:none;display:block;font-size:.875rem;cursor:pointer;transition:background-color .2s ease-in-out}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item.active{background-color:var(--church-blue);color:#fff}.dropdown-item.active:hover{background-color:var(--church-blue-dark)}.bible-reader{background-color:var(--background);flex:1;display:flex;flex-direction:column}.bible-header{background-color:var(--card);border-bottom:1px solid var(--border);padding:1rem}.header-content{max-width:960px;margin:0 auto}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.header-logo{font-size:1.5rem;font-weight:700;color:var(--foreground)}.header-controls{display:flex;align-items:center;gap:1rem}.header-nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--foreground);font-weight:500;text-decoration:none;transition:color .2s ease-in-out}.nav-link:hover{color:var(--primary)}.search-container{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);height:1rem;width:1rem;color:var(--muted-foreground)}.search-input{padding-left:2.5rem;width:16rem;height:2.5rem;border:1px solid var(--border);border-radius:.375rem;background-color:var(--input);color:var(--foreground)}.get-app-button{background-color:var(--primary);color:var(--primary-foreground);padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:background-color .2s ease-in-out}.get-app-button:hover{background-color:var(--primary-hover)}.icon-button{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:.375rem;transition:background-color .2s ease-in-out}.icon-button:hover{background-color:var(--muted)}.icon{height:1.25rem;width:1.25rem;color:var(--foreground)}.bible-controls{display:flex;align-items:center;gap:1rem}.custom-select{height:2.5rem;border:1px solid var(--border);border-radius:.375rem;background-color:var(--input);color:var(--foreground);padding:0 .75rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.book-select{width:12rem}.version-select{width:8rem}.bible-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.action-button{background:none;border:none;color:var(--muted-foreground);font-size:.875rem;padding:.5rem;display:flex;align-items:center;gap:.25rem;cursor:pointer;transition:color .2s ease-in-out}.action-button:hover{color:var(--primary)}.action-icon{height:1rem;width:1rem}.font-size-control{font-size:1.125rem;font-weight:700;color:var(--foreground);cursor:pointer}.bible-text-content{max-width:960px;margin:0 auto;padding:2rem 1rem}.text-header{text-align:center;margin-bottom:2rem}.chapter-title{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.chapter-subtitle{font-size:1.25rem;color:var(--muted-foreground);font-weight:500}.verse-container{font-size:1.125rem;line-height:1.75rem}.verse-paragraph{margin-bottom:1rem;line-height:1.6}.verse-number{display:inline-block;width:1.5rem;color:var(--verse-number);font-weight:700;font-size:.875rem;margin-right:.5rem;vertical-align:top}.verse-text{color:var(--bible-text)}.verse-references{font-size:.75rem;color:var(--muted-foreground);margin-left:.25rem}.reference-link{color:var(--muted-foreground);text-decoration:underline;transition:color .2s ease-in-out}.reference-link:hover{color:var(--primary)}.footer{background-color:var(--church-blue);color:var(--primary-foreground);padding:1.5rem 1rem}.footer-container{max-width:1120px;margin:0 auto}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-section{text-align:center}.footer-title{font-weight:500;text-decoration:underline}.footer-text{font-size:.875rem}.footer-email{font-size:.875rem;text-decoration:underline}.social-media{display:flex;align-items:center;gap:.75rem}.social-icon{padding:.5rem;background-color:#fff;border-radius:.25rem;transition:background-color .2s ease-in-out;display:flex;align-items:center;justify-content:center}.social-icon:hover{background-color:#f3f4f6}.social-icon .icon{height:1.25rem;width:1.25rem}.social-icon.facebook .icon{color:#1877f2}.social-icon.youtube .icon{color:red}.social-icon.instagram .icon{color:#e1306c}.social-icon.contact .icon{color:#25d366}li{list-style:none}
