: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{--ck-bg: #f4f7fb;--ck-card: #ffffff;--ck-border: #e2e8f0;--ck-text: #0f172a;--ck-muted: #64748b;--ck-primary: #0f4db8;--ck-primary-hover: #0b3d94;--ck-gold: #f2be42;--ck-radius-xl: 26px;--ck-radius-lg: 18px;--ck-radius-md: 14px;--ck-shadow-sm: 0 6px 18px rgba(15, 23, 42, .05);--ck-shadow-md: 0 18px 40px rgba(15, 23, 42, .08);--ck-shadow-lg: 0 30px 80px rgba(15, 23, 42, .14)}.ck-page{min-height:100vh;padding:42px;background:linear-gradient(to bottom,#f8fbff,#f3f6fb);color:var(--ck-text)}.ck-page h1{margin:0 0 26px;font-size:42px;line-height:1.05;font-weight:900;letter-spacing:-.02em;color:var(--ck-text)}.ck-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.ck-tabs button{height:48px;padding:0 20px;border:1px solid var(--ck-border);border-radius:999px;background:#fff;font-size:14px;font-weight:800;color:#334155;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.ck-tabs button:hover{transform:translateY(-1px);border-color:#bfd0ea;background:#f8fbff}.ck-tabs button:focus{outline:none}.ck-layout{display:grid;grid-template-columns:minmax(0,1.8fr) 380px;gap:24px;align-items:start}.ck-left,.ck-right{background:var(--ck-card);border:1px solid var(--ck-border);border-radius:var(--ck-radius-xl);box-shadow:var(--ck-shadow-md)}.ck-left{padding:26px}.ck-right{position:sticky;top:24px;padding:26px}.ck-right h3{margin:0 0 20px;font-size:24px;font-weight:900;color:var(--ck-text)}.ck-plan-card{border:1px solid var(--ck-border);border-radius:18px;padding:18px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ck-plan-card+.ck-plan-card{margin-top:14px}.ck-plan-card:hover{border-color:#bfd0ea;transform:translateY(-2px);box-shadow:var(--ck-shadow-sm)}.ck-plan-card.active{border-color:#0f4db866;background:linear-gradient(180deg,#eef5ff,#fff);box-shadow:0 0 0 4px #0f4db814}.ck-plan-name{font-size:18px;font-weight:900;margin-bottom:8px;color:var(--ck-text)}.ck-plan-price{font-size:28px;font-weight:900;color:var(--ck-primary)}.ck-plan-meta{margin-top:10px;font-size:14px;line-height:1.6;color:var(--ck-muted)}.ck-left select,.ck-left input{width:100%;min-height:54px;border:1px solid var(--ck-border);border-radius:16px;background:#fff;padding:0 16px;font-size:15px;font-weight:500;color:var(--ck-text);outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.ck-left select:hover,.ck-left input:hover{border-color:#bfd0ea}.ck-left select:focus,.ck-left input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f;transform:translateY(-1px)}.ck-donation-grid{display:grid;gap:16px}.ck-summary-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eef2f7}.ck-summary-row:last-child{border-bottom:none}.ck-summary-label{font-size:14px;font-weight:700;color:var(--ck-muted)}.ck-summary-value{font-size:15px;font-weight:800;color:var(--ck-text)}.ck-total{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.ck-total span{font-size:16px;font-weight:700}.ck-total strong{font-size:34px;font-weight:900;color:var(--ck-primary)}.ck-btn{width:100%;min-height:56px;border:none;border-radius:18px;margin-top:24px;background:linear-gradient(135deg,#0f4db8,#2563eb);color:#fff;font-size:16px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;box-shadow:0 18px 36px #2563eb3d}.ck-btn:hover{transform:translateY(-2px);box-shadow:0 24px 48px #2563eb57}.ck-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.ck-check{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:14px;font-weight:700;color:#334155}.ck-check input{width:18px;height:18px;accent-color:var(--ck-primary)}.ck-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:18px;font-weight:800;color:var(--ck-muted)}@media (max-width: 1100px){.ck-layout{grid-template-columns:1fr}.ck-right{position:relative;top:auto}}@media (max-width: 768px){.ck-page{padding:18px}.ck-page h1{font-size:32px}.ck-left,.ck-right{padding:18px;border-radius:22px}.ck-tabs{gap:10px}.ck-tabs button{width:100%}.ck-plan-price{font-size:24px}.ck-total strong{font-size:28px}}@media (max-width: 480px){.ck-page h1{font-size:28px}.ck-left,.ck-right{padding:16px}.ck-btn{min-height:52px;font-size:15px}}.donation-page-shell{max-width:900px;margin:100px auto 60px;padding:0 20px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.donation-title{font-size:28px;font-weight:800;margin-bottom:20px;color:#0f2d5c}.donation-card{background:#fff;border-radius:18px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 20px 50px #0f2d5c1f;display:flex;flex-direction:column;gap:20px}.donation-card label{font-size:13px;font-weight:700;color:#6b7280}.donation-select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;background:#fff}.donation-amount-chips{display:flex;gap:10px;flex-wrap:wrap}.amount-chip{border:1px solid #d1d5db;background:#f9fafb;padding:8px 16px;border-radius:999px;cursor:pointer;font-size:13px;font-weight:600;transition:.2s ease}.amount-chip:hover{border-color:#2563eb}.amount-chip.active{background:#2563eb;color:#fff;border-color:#2563eb}.donation-amount-input{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;background:#fff}.donation-amount-input span{margin-right:6px;color:#6b7280}.donation-amount-input input{border:none;outline:none;width:100%;font-size:14px}.donation-alert{padding:12px;border-radius:10px;font-size:13px}.donation-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.donation-submit-btn{width:100%;padding:14px;border-radius:12px;border:none;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:.2s ease;box-shadow:0 10px 25px #2563eb59}.donation-submit-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#1e40af,#1d4ed8)}.donation-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media (max-width: 600px){.donation-page-shell{margin-top:80px}.donation-card{padding:18px}.donation-title{font-size:22px}}:root{--ev-bg: #ffffff;--ev-soft: #f6f8fc;--ev-card: #ffffff;--ev-border: #dfe7f2;--ev-border-strong: #c9d6e8;--ev-text: #0b2f64;--ev-dark: #0f172a;--ev-muted: #52627a;--ev-gold: #f2be42;--ev-gold-dark: #d99d12;--ev-primary: #0f4db8;--ev-danger: #b91c1c;--ev-shadow: 0 14px 35px rgba(15, 23, 42, .08);--ev-shadow-lg: 0 28px 80px rgba(15, 23, 42, .18);--ev-radius: 22px}.cat-page-wrap{width:100%;min-height:100vh;background:#fff;padding:34px 6.8vw 48px;color:var(--ev-dark)}.cat-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;padding-bottom:26px;margin-bottom:32px;border-bottom:1px solid var(--ev-border)}.cat-eyebrow{margin-bottom:8px;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#8290a8}.cat-page-header h1{margin:0;font-size:clamp(36px,5vw,56px);line-height:1;font-weight:950;letter-spacing:-.045em;color:var(--ev-text)}.cat-page-header p{margin:14px 0 0;max-width:780px;font-size:16px;line-height:1.65;color:var(--ev-muted)}.cat-loading,.cat-empty,.cat-error{border-radius:18px;padding:18px 20px;font-size:15px;font-weight:800;background:var(--ev-soft);border:1px solid var(--ev-border);color:var(--ev-muted)}.cat-error{background:#fff1f2;color:var(--ev-danger);border-color:#fecdd3}.cat-events-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cat-event-card{display:flex;flex-direction:column;min-height:635px;background:var(--ev-card);border:1px solid var(--ev-border);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cat-event-card:hover{transform:translateY(-4px);border-color:var(--ev-border-strong);box-shadow:var(--ev-shadow)}.cat-event-media{width:100%;height:268px;border:none;padding:0;cursor:pointer;background:#f1f5f9;overflow:hidden}.cat-event-img{width:100%;height:100%;object-fit:cover;display:block}.cat-event-img[src*=placehold]{object-fit:cover}.cat-event-body{flex:1;padding:22px 20px 10px}.cat-event-meta-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:22px}.cat-event-pill,.cat-event-price{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 11px;font-size:12px;font-weight:900;white-space:nowrap}.cat-event-pill{background:#eef4ff;color:var(--ev-primary);border:1px solid #d7e5ff}.cat-event-price{background:#fff7df;color:#8a5b00;border:1px solid #f7d875}.cat-event-body h2{margin:0 0 18px;font-size:24px;line-height:1.15;font-weight:950;letter-spacing:-.02em;color:var(--ev-dark)}.cat-event-date,.cat-event-location{margin-bottom:12px;font-size:14px;line-height:1.45;font-weight:800;color:#42526b}.cat-event-body p{margin:28px 0 0;font-size:15px;line-height:1.5;color:var(--ev-dark)}.cat-event-actions-row{display:flex;gap:0;padding:0;margin-top:auto}.cat-action-btn{min-height:46px;padding:0 20px;border:none;border-radius:14px 14px 0 0;background:var(--ev-gold);color:#071b3a;font-size:15px;font-weight:950;cursor:pointer;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.cat-action-btn:hover{background:var(--ev-gold-dark);transform:translateY(-1px)}.cat-action-btn-primary{background:var(--ev-gold)}.cat-view-all-btn,.cat-back-btn{min-height:46px;padding:0 18px;border:none;border-radius:14px;background:var(--ev-gold);color:#071b3a;font-size:15px;font-weight:950;cursor:pointer}.cat-view-all-btn{margin-top:26px}.event-detail-shell{max-width:1360px;margin:0 auto}.event-detail-card{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);gap:0;min-height:620px;margin-top:18px;background:#fff;border:1px solid var(--ev-border);border-radius:24px;overflow:hidden;box-shadow:var(--ev-shadow)}.event-detail-media{min-height:100%;background:#f1f5f9}.event-detail-media img{width:100%;height:100%;min-height:620px;display:block;object-fit:cover}.event-detail-content{padding:52px;background:#fff}.event-detail-content h1{margin:0 0 28px;font-size:clamp(34px,4.5vw,52px);line-height:1.04;font-weight:950;letter-spacing:-.045em;color:var(--ev-text)}.event-detail-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:26px}.event-detail-meta-grid div{padding:15px 16px;border-radius:16px;border:1px solid var(--ev-border);background:#f8fbff}.event-detail-meta-grid span{display:block;margin-bottom:6px;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#7b8aa3}.event-detail-meta-grid strong{display:block;font-size:15px;line-height:1.4;color:var(--ev-dark)}.event-detail-summary,.event-detail-body{font-size:16px;line-height:1.75;color:#334155}.event-detail-actions{margin-top:28px}.terms-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:22px;background:#0f172a9e;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow-y:auto}.finance-modal-card{width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;border:1px solid var(--ev-border);border-radius:26px;box-shadow:var(--ev-shadow-lg);padding:0;animation:evModalIn .22s ease}.finance-modal-card-sm{max-width:560px}@keyframes evModalIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.finance-modal-head,.terms-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid var(--ev-border);background:linear-gradient(180deg,#fff,#f8fbff)}.finance-modal-eyebrow{margin:0 0 6px;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:#8290a8}.finance-modal-head h2,.terms-head h2{margin:0;font-size:28px;line-height:1.1;font-weight:950;letter-spacing:-.02em;color:var(--ev-text)}.terms-close{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ev-border);border-radius:13px;background:#fff;color:#334155;font-size:24px;font-weight:800;cursor:pointer}.terms-close:hover{background:#f1f5f9}.finance-modal-form{padding:24px 26px 26px;display:flex;flex-direction:column;gap:16px}.auth-banner{padding:18px;border-radius:18px;border:1px solid #fecaca;background:#fff7f7;text-align:center;color:#991b1b;font-size:14px;line-height:1.65}.auth-banner strong{display:block;margin-bottom:4px;font-size:17px;font-weight:950}.auth-banner b{font-size:16px;font-weight:950}.auth-banner-error{background:#fff1f2;border-color:#fecdd3;color:var(--ev-danger);text-align:left}.auth-field{display:flex;flex-direction:column;gap:7px}.auth-field label{font-size:13px;font-weight:900;color:var(--ev-text)}.auth-field input,.auth-field select,.auth-field textarea{width:100%;min-height:52px;padding:0 15px;border:1px solid var(--ev-border-strong);border-radius:15px;background:#fff;color:var(--ev-dark);font-size:15px;font-weight:600;outline:none;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease}.auth-field textarea{min-height:100px;padding-top:12px;resize:vertical}.auth-field input::placeholder{color:#8fa0ba;font-weight:500}.auth-field input:focus,.auth-field select:focus,.auth-field textarea:focus{border-color:#0f4db88c;box-shadow:0 0 0 4px #0f4db81f}.auth-field label:has(input[type=checkbox]){min-height:52px;flex-direction:row;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--ev-border);border-radius:15px;background:#f8fbff;cursor:pointer}.auth-field input[type=checkbox]{width:20px;height:20px;min-height:20px;padding:0;accent-color:var(--ev-primary)}.finance-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:18px;margin-top:4px;border-top:1px solid var(--ev-border)}.finance-modal-actions button{min-height:48px;padding:0 22px;border:none;border-radius:15px;font-size:14px;font-weight:950;cursor:pointer}.finance-modal-actions button[type=button]{background:#eef2f7;color:#334155}.finance-modal-actions button[type=submit]{min-width:160px;background:linear-gradient(135deg,#0f4db8,#2563eb);color:#fff;box-shadow:0 12px 28px #2563eb40}.finance-modal-actions button:disabled{opacity:.65;cursor:not-allowed}.ann-grid,.clean-ann-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ann-card{text-align:left;border:1px solid var(--ev-border);border-radius:20px;background:#fff;padding:0;cursor:pointer;box-shadow:0 10px 26px #0f172a0d}.ann-card-body{padding:22px}.ann-card-topline{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px}.ann-card-badge{color:var(--ev-primary);font-size:12px;font-weight:900}.ann-card-date,.ann-card-location,.ann-card-time,.ann-card-summary{color:var(--ev-muted);font-size:14px;line-height:1.5}.ann-card-title{margin:0 0 12px;color:var(--ev-dark);font-size:21px;font-weight:950}.ann-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:28px}.ann-page-btn{min-height:42px;padding:0 16px;border:1px solid var(--ev-border);border-radius:12px;background:#fff;font-weight:800;cursor:pointer}@media (max-width: 1200px){.cat-events-list{grid-template-columns:repeat(2,minmax(0,1fr))}.event-detail-card{grid-template-columns:1fr}.event-detail-media img{min-height:420px}}@media (max-width: 760px){.cat-page-wrap{padding:24px 16px 36px}.cat-page-header{align-items:flex-start;flex-direction:column;margin-bottom:24px}.cat-events-list,.ann-grid,.clean-ann-grid{grid-template-columns:1fr}.cat-event-card{min-height:auto}.cat-event-media{height:220px}.cat-event-actions-row{flex-direction:column;padding:0 16px 16px;gap:10px}.cat-action-btn{width:100%;border-radius:14px}.event-detail-content{padding:26px 20px}.event-detail-meta-grid{grid-template-columns:1fr}.terms-overlay{align-items:flex-end;padding:10px}.finance-modal-card{width:100%;max-height:calc(100vh - 20px);border-radius:24px 24px 0 0}.finance-modal-head,.terms-head{padding:20px 18px 15px}.finance-modal-head h2,.terms-head h2{font-size:24px}.finance-modal-form{padding:18px}.finance-modal-actions{flex-direction:column-reverse}.finance-modal-actions button{width:100%}}@media (max-width: 480px){.cat-page-header h1{font-size:38px}.cat-event-body{padding:18px 16px 8px}.cat-event-body h2{font-size:22px}.event-detail-media img{min-height:280px}}.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}}.pay-page,.payments-wrap,.member-page{background:#f4f6fb;min-height:100vh;padding:32px 20px;font-family:system-ui,-apple-system,sans-serif}.pay-container,.payments-container{max-width:1200px;margin:auto}.pay-page h1,.payments-title{font-size:28px;font-weight:800;color:#0f2f5c}.payments-subtitle{color:#6b7280;margin-top:6px}.pay-layout,.payx-layout-premium{display:grid;grid-template-columns:2fr 1fr;gap:22px}.pay-left,.payx-panel,.payx-panel-main{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e7eb}.pay-summary,.payx-panel-summary{background:#fff;border-radius:14px;padding:20px;border:1px solid #e5e7eb;position:sticky;top:20px}.pay-tabs,.payx-frequency-tabs{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.pay-tabs button,.payx-frequency-tab{padding:8px 16px;border-radius:999px;border:1px solid #d1d5db;background:#f9fafb;font-size:13px;cursor:pointer}.pay-tabs .active,.payx-frequency-tab.is-active{background:#0f2f5c;color:#fff}.pay-grid,.payx-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.pay-card,.payx-preset-btn{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;cursor:pointer;transition:.2s}.pay-card:hover,.payx-preset-btn:hover{border-color:#0f2f5c}.pay-card.active,.payx-preset-btn.is-selected{border:2px solid #0f2f5c;background:#f0f6ff}.pay-input,.payx-input{width:100%;padding:10px;border-radius:8px;border:1px solid #d1d5db;margin-top:10px;font-size:14px}.payx-input-amount{padding-left:28px}.payx-amount-input-row{position:relative}.payx-amount-prefix{position:absolute;left:10px;top:12px;color:#6b7280}.pay-summary h3,.payx-section-title{font-size:18px;font-weight:700;margin-bottom:12px}.pay-row,.payx-summary-row{display:flex;justify-content:space-between;margin-bottom:8px}.pay-row.total,.payx-summary-row.total{font-weight:700;border-top:1px solid #e5e7eb;padding-top:10px}.payx-summary-box,.payx-summary-card{background:#f9fafb;padding:14px;border-radius:10px}.payx-summary-box-highlight{background:#0f2f5c;color:#fff}.pay-btn,.payx-btn-primary{width:100%;padding:12px;border-radius:10px;background:#0f2f5c;color:#fff;font-weight:600;border:none;margin-top:15px;cursor:pointer}.pay-btn:hover,.payx-btn-primary:hover{background:#0c2445}.member-tabs-card{background:#fff;border-radius:14px;padding:16px;margin-bottom:20px}.member-tabs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.member-tab-tile{background:#f9fafb;border-radius:12px;padding:12px;text-align:left}.member-tab-tile.is-active{background:#0f2f5c;color:#fff}.member-tab-title{font-weight:600}.member-tab-desc{font-size:12px;color:#6b7280}.payx-history{margin-top:20px}.member-banner{padding:12px;border-radius:10px;margin-bottom:10px}.member-banner-success{background:#e6fffa;color:#065f46}.member-banner-error{background:#fee2e2;color:#991b1b}@media (max-width: 900px){.pay-layout,.payx-layout-premium{grid-template-columns:1fr}.pay-grid,.payx-preset-grid,.member-tabs-grid{grid-template-columns:repeat(2,1fr)}}: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}
