.header[data-v-1a7550bd]{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;border-bottom:2px solid var(--theme-border);box-shadow:0 2px 4px #0000000d}.nav[data-v-1a7550bd]{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px}.nav-brand[data-v-1a7550bd]{flex-shrink:0}.brand-link[data-v-1a7550bd]{text-decoration:none;color:inherit}.logo[data-v-1a7550bd]{display:flex;align-items:center;gap:12px}.logo-symbol[data-v-1a7550bd]{width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-logo-svg[data-v-1a7550bd]{width:100%;height:100%}.brand-text[data-v-1a7550bd]{font-size:26px;font-weight:400;color:var(--theme-primary);letter-spacing:1px}.nav-menu[data-v-1a7550bd]{display:flex;align-items:center;gap:30px}.nav-link[data-v-1a7550bd]{color:var(--theme-text);text-decoration:none;font-weight:400;padding:8px 16px;border-bottom:2px solid transparent;font-size:15px;letter-spacing:.3px}.nav-link[data-v-1a7550bd]:hover{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}.nav-link.router-link-active[data-v-1a7550bd],.nav-link.active[data-v-1a7550bd]{color:var(--theme-primary);border-bottom-color:var(--theme-primary);font-weight:500}.nav-dropdown[data-v-1a7550bd]{position:relative}.dropdown-toggle[data-v-1a7550bd]{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:inherit}.dropdown-arrow[data-v-1a7550bd]{font-size:10px;transition:transform .2s ease;display:inline-block}.dropdown-arrow.open[data-v-1a7550bd]{transform:rotate(180deg)}.dropdown-menu[data-v-1a7550bd]{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--theme-border);border-top:none;min-width:220px;box-shadow:0 4px 6px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;margin-top:2px}.dropdown-menu.open[data-v-1a7550bd]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item[data-v-1a7550bd]{display:block;padding:12px 16px;color:var(--theme-text);text-decoration:none;font-size:14px;border-bottom:1px solid var(--theme-border);transition:background-color .2s ease}.dropdown-item[data-v-1a7550bd]:last-child{border-bottom:none}.dropdown-item[data-v-1a7550bd]:hover{background:var(--theme-background);color:var(--theme-primary)}.dropdown-item.router-link-active[data-v-1a7550bd]{background:var(--theme-background);color:var(--theme-primary);font-weight:500;border-bottom-color:var(--theme-border)}.login-link[data-v-1a7550bd]{border:1px solid var(--theme-border);padding:6px 14px}.login-link[data-v-1a7550bd]:hover{border-color:var(--theme-primary);background:#fff}.logout-link[data-v-1a7550bd]{border:1px solid var(--theme-border);padding:6px 14px;background:transparent;color:var(--theme-text);cursor:pointer;font-family:inherit;font-size:15px;font-weight:400;letter-spacing:.3px}.logout-link[data-v-1a7550bd]:hover:not(:disabled){border-color:var(--theme-primary);color:var(--theme-primary);background:#fff}.logout-link[data-v-1a7550bd]:disabled{opacity:.6;cursor:not-allowed}.profile-link[data-v-1a7550bd]{position:relative}.notification-circle[data-v-1a7550bd]{position:absolute;top:6px;right:6px;width:10px;height:10px;background:#dc3545;border-radius:50%;border:2px solid #ffffff;animation:pulse-1a7550bd 2s infinite}@keyframes pulse-1a7550bd{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.menu-toggle[data-v-1a7550bd]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.menu-toggle span[data-v-1a7550bd]{width:25px;height:2px;background:var(--theme-text);transition:all .2s ease}.menu-toggle.active span[data-v-1a7550bd]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-toggle.active span[data-v-1a7550bd]:nth-child(2){opacity:0}.menu-toggle.active span[data-v-1a7550bd]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.nav[data-v-1a7550bd]{padding:0 15px;height:70px}.nav-menu[data-v-1a7550bd]{position:fixed;top:70px;left:0;right:0;background:#fff;border-bottom:2px solid var(--theme-border);flex-direction:column;padding:20px;gap:15px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.nav-menu.open[data-v-1a7550bd]{transform:translateY(0);opacity:1;visibility:visible}.nav-link[data-v-1a7550bd]{width:100%;text-align:center;padding:12px;border-bottom:1px solid var(--theme-border)}.nav-link.router-link-active[data-v-1a7550bd],.nav-link.active[data-v-1a7550bd]{border-bottom:1px solid var(--theme-primary)}.nav-dropdown[data-v-1a7550bd]{width:100%}.dropdown-toggle[data-v-1a7550bd]{width:100%;justify-content:center}.dropdown-menu[data-v-1a7550bd]{position:static;width:100%;transform:none;margin-top:0;box-shadow:none;max-height:0;overflow:hidden;padding:0;border:none;border-top:none;opacity:0;visibility:hidden;transition:max-height .3s ease,opacity .2s ease .1s,visibility .2s ease .1s}.dropdown-menu.open[data-v-1a7550bd]{transform:none;max-height:500px;opacity:1;visibility:visible;border-top:1px solid var(--theme-border);transition:max-height .3s ease,opacity .2s ease,visibility .2s ease}.dropdown-item[data-v-1a7550bd]{padding:12px 20px;text-align:left}.logout-link[data-v-1a7550bd]{width:100%;text-align:center;padding:12px;border-bottom:1px solid var(--theme-border);border-top:none;border-left:none;border-right:none}.logout-link[data-v-1a7550bd]:hover:not(:disabled){border-bottom-color:var(--theme-primary)}.menu-toggle[data-v-1a7550bd]{display:flex}.brand-text[data-v-1a7550bd]{font-size:20px}.logo-symbol[data-v-1a7550bd]{width:35px;height:35px}}.footer[data-v-2465f3dd]{background:var(--theme-surface);color:var(--theme-text);padding:60px 0 0;border-top:2px solid var(--theme-border)}.container[data-v-2465f3dd]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.footer-content[data-v-2465f3dd]{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px}.footer-section[data-v-2465f3dd]{display:flex;flex-direction:column}.footer-logo[data-v-2465f3dd]{margin-bottom:20px}.logo[data-v-2465f3dd]{display:flex;align-items:center;gap:12px}.logo-symbol[data-v-2465f3dd]{width:40px;height:40px;position:relative;display:flex;align-items:center;justify-content:center}.symbol-dot[data-v-2465f3dd]{display:none}.symbol-ring[data-v-2465f3dd]{width:32px;height:32px;border:2px solid var(--theme-primary);border-radius:50%;position:absolute;z-index:2}.symbol-elements[data-v-2465f3dd]{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.element[data-v-2465f3dd]{display:none}.symbol-elements[data-v-2465f3dd]:before,.symbol-elements[data-v-2465f3dd]:after{content:"";position:absolute;background:var(--theme-primary)}.symbol-elements[data-v-2465f3dd]:before{width:2px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%)}.symbol-elements[data-v-2465f3dd]:after{width:20px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.brand-text[data-v-2465f3dd]{font-size:24px;font-weight:400;color:var(--theme-primary);letter-spacing:1px}.footer-description[data-v-2465f3dd]{color:var(--theme-text-secondary);line-height:1.8;margin-bottom:30px;max-width:300px}.social-links[data-v-2465f3dd]{display:flex;gap:15px}.social-link[data-v-2465f3dd]{width:36px;height:36px;background:transparent;border:1px solid var(--theme-border);border-radius:0;display:flex;align-items:center;justify-content:center;color:var(--theme-text-secondary);text-decoration:none}.social-link[data-v-2465f3dd]:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.social-link svg[data-v-2465f3dd],.social-link .fa-icon[data-v-2465f3dd]{width:20px;height:20px}.footer-title[data-v-2465f3dd]{font-size:1.1rem;font-weight:500;margin-bottom:20px;color:var(--theme-primary);letter-spacing:.5px}.footer-links[data-v-2465f3dd]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links a[data-v-2465f3dd]{color:var(--theme-text-secondary);text-decoration:none}.footer-links a[data-v-2465f3dd]:hover{color:var(--theme-primary);text-decoration:underline}.contact-info[data-v-2465f3dd]{display:flex;flex-direction:column;gap:20px}.contact-item[data-v-2465f3dd]{display:flex;align-items:flex-start;gap:12px;color:var(--theme-text-secondary);line-height:1.6}.contact-icon[data-v-2465f3dd]{width:18px;height:18px;color:var(--theme-primary);flex-shrink:0;margin-top:3px}.contact-icon.fa-icon[data-v-2465f3dd]{width:20px;height:20px}.footer-bottom[data-v-2465f3dd]{border-top:1px solid var(--theme-border);padding:30px 0}.footer-bottom-content[data-v-2465f3dd]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-bottom-content p[data-v-2465f3dd]{color:var(--theme-text-secondary);margin:0;font-size:.9rem}.footer-bottom-links[data-v-2465f3dd]{display:flex;gap:30px}.footer-bottom-links a[data-v-2465f3dd]{color:var(--theme-text-secondary);text-decoration:none;font-size:.9rem}.footer-bottom-links a[data-v-2465f3dd]:hover{color:var(--theme-primary);text-decoration:underline}@media (max-width: 768px){.footer[data-v-2465f3dd]{padding:60px 0 0}.footer-content[data-v-2465f3dd]{grid-template-columns:1fr;gap:40px}.footer-bottom-content[data-v-2465f3dd]{flex-direction:column;text-align:center}.footer-bottom-links[data-v-2465f3dd]{justify-content:center}}@media (max-width: 480px){.footer[data-v-2465f3dd]{padding:40px 0 0}.footer-content[data-v-2465f3dd]{gap:30px}.social-links[data-v-2465f3dd]{justify-content:center}.footer-bottom-links[data-v-2465f3dd]{flex-direction:column;gap:15px}}:root{--theme-primary: #5b4a8c;--theme-secondary: #d79511;--theme-bg-start: #b3d9ff;--theme-bg-end: #ce93d8;--theme-font-family: "Times New Roman", serif;--theme-color: var(--theme-primary);--theme-accent: var(--theme-secondary);--theme-background: linear-gradient(to right, var(--theme-bg-start), var(--theme-bg-end));--theme-surface: rgba(255, 255, 255, .7);--theme-text: #2c2c2c;--theme-text-secondary: #4a4a4a;--theme-border: rgba(91, 74, 140, .3);--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}[data-theme=traditional]{--theme-primary: #5b4a8c;--theme-secondary: #d79511;--theme-bg-start: #b3d9ff;--theme-bg-end: #ce93d8;--theme-color: var(--theme-primary);--theme-accent: var(--theme-secondary);--theme-background: linear-gradient(to right, var(--theme-bg-start), var(--theme-bg-end))}[data-theme=classic]{--theme-primary: #4a6fa5;--theme-secondary: #d79511;--theme-bg-start: #a8d5ff;--theme-bg-end: #c5a3d9;--theme-color: var(--theme-primary);--theme-accent: var(--theme-secondary);--theme-background: linear-gradient(to right, var(--theme-bg-start), var(--theme-bg-end))}[data-theme=heritage]{--theme-primary: #6b5b95;--theme-secondary: #d79511;--theme-bg-start: #b8d9ff;--theme-bg-end: #d3a3e8;--theme-color: var(--theme-primary);--theme-accent: var(--theme-secondary);--theme-background: linear-gradient(to right, var(--theme-bg-start), var(--theme-bg-end))}[data-theme=vintage]{--theme-primary: #5b4a8c;--theme-secondary: #d79511;--theme-bg-start: #b3d9ff;--theme-bg-end: #ce93d8;--theme-color: var(--theme-primary);--theme-accent: var(--theme-secondary);--theme-background: linear-gradient(to right, var(--theme-bg-start), var(--theme-bg-end))}[data-font=times]{--theme-font-family: "Times New Roman", serif;--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}[data-font=playfair]{--theme-font-family: "Playfair Display", serif;--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}[data-font=crimson]{--theme-font-family: "Crimson Text", serif;--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}[data-font=merriweather]{--theme-font-family: "Merriweather", serif;--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}[data-font=libre-baskerville]{--theme-font-family: "Libre Baskerville", serif;--theme-font-primary: var(--theme-font-family);--theme-font-heading: var(--theme-font-family)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--theme-font-primary);background:linear-gradient(to right,#b3d9ff,#ce93d8);background:var(--theme-background);background-attachment:fixed;color:var(--theme-text);line-height:1.8;overflow-x:hidden}#app{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding-top:80px;background:linear-gradient(to right,#b3d9ff,#ce93d8);background:var(--theme-background);background-attachment:fixed}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff4d}::-webkit-scrollbar-thumb{background:var(--theme-border);border:2px solid rgba(255,255,255,.3)}::-webkit-scrollbar-thumb:hover{background:var(--theme-primary)}::selection{background:var(--theme-secondary);color:#fff}*:focus{outline:1px solid var(--theme-primary);outline-offset:1px}h1,h2,h3,h4,h5,h6{font-family:var(--theme-font-heading);font-weight:400;line-height:1.4;color:var(--theme-primary);letter-spacing:.5px}p{margin-bottom:1rem}a{color:var(--theme-primary);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:2px}a:hover{text-decoration-color:var(--theme-primary)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:all .3s ease}input,select,textarea{font-family:inherit;font-size:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.divider{width:60px;height:2px;background:var(--theme-primary);margin:2rem auto}@media (max-width: 768px){main{padding-top:60px}.container{padding:0 15px}}@media (max-width: 480px){.container{padding:0 10px}}.hero[data-v-70dcc351]{min-height:90vh;display:flex;align-items:center;position:relative;background:var(--theme-background);padding:80px 0;border-bottom:1px solid var(--theme-border)}.hero-content[data-v-70dcc351]{width:100%}.container[data-v-70dcc351]{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.welcome-text[data-v-70dcc351]{font-size:.9rem;color:var(--theme-text-secondary);margin-bottom:20px;font-weight:400;letter-spacing:2px;text-transform:uppercase}.hero-text[data-v-70dcc351]{color:var(--theme-text)}.hero-title[data-v-70dcc351]{font-size:2.8rem;font-weight:400;line-height:1.4;margin-bottom:30px;font-family:var(--theme-font-heading);color:var(--theme-primary)}.hero-title em[data-v-70dcc351]{font-style:italic;color:var(--theme-text);font-weight:500}.hero-subtitle[data-v-70dcc351]{font-size:1.15rem;line-height:1.8;margin-bottom:40px;color:var(--theme-text);max-width:580px;font-style:normal}.hero-actions[data-v-70dcc351]{display:flex;gap:20px;flex-wrap:wrap}.btn[data-v-70dcc351]{display:inline-block;padding:12px 32px;text-decoration:none;font-weight:400;font-size:1rem;letter-spacing:.5px;border:2px solid}.btn-primary[data-v-70dcc351]{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.btn-primary[data-v-70dcc351]:hover{background:transparent;color:var(--theme-primary)}.btn-secondary[data-v-70dcc351]{background:transparent;color:var(--theme-primary);border-color:var(--theme-border)}.btn-secondary[data-v-70dcc351]:hover{border-color:var(--theme-primary);background:var(--theme-surface)}.hero-visual[data-v-70dcc351]{display:flex;justify-content:center;align-items:center}.ucm-logo[data-v-70dcc351]{width:400px;height:400px;position:relative;display:flex;justify-content:center;align-items:center;margin:0 auto}.ucm-logo img[data-v-70dcc351]{width:100%;height:100%;object-fit:contain}@media (max-width: 768px){.hero[data-v-70dcc351]{min-height:auto;padding:60px 0}.container[data-v-70dcc351]{grid-template-columns:1fr;gap:50px;text-align:center}.hero-title[data-v-70dcc351]{font-size:2.2rem}.hero-subtitle[data-v-70dcc351]{font-size:1.05rem;margin:0 auto 40px}.hero-actions[data-v-70dcc351]{justify-content:center}.ucm-logo[data-v-70dcc351]{width:300px;height:300px}}@media (max-width: 480px){.hero-title[data-v-70dcc351]{font-size:1.8rem}.hero-actions[data-v-70dcc351]{flex-direction:column;align-items:center;gap:15px}.btn[data-v-70dcc351]{width:100%;max-width:280px;text-align:center}.ucm-logo[data-v-70dcc351]{width:220px;height:220px}}.about[data-v-64813d2a]{padding:80px 0;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-64813d2a]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.section-header[data-v-64813d2a]{text-align:center;margin-bottom:80px}.section-title[data-v-64813d2a]{font-size:2.5rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.section-subtitle[data-v-64813d2a]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.about-content[data-v-64813d2a]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.about-text[data-v-64813d2a]{display:flex;flex-direction:column;gap:40px}.text-block h3[data-v-64813d2a]{font-size:1.4rem;font-weight:500;color:var(--theme-primary);margin-bottom:15px;font-family:var(--theme-font-heading);letter-spacing:.3px}.text-block p[data-v-64813d2a]{font-size:1.05rem;color:var(--theme-text);line-height:1.8}.about-visual[data-v-64813d2a]{display:flex;flex-direction:column;align-items:center;gap:40px}.symbol-container[data-v-64813d2a]{position:relative;width:180px;height:180px;margin:0 auto}.simple-symbol-svg[data-v-64813d2a]{width:100%;height:100%}.quote-box[data-v-64813d2a]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:30px;text-align:center;max-width:400px;margin:0 auto}.quote-box blockquote[data-v-64813d2a]{font-size:1.05rem;font-style:italic;color:var(--theme-text);line-height:1.8;margin-bottom:15px;position:relative}.quote-box cite[data-v-64813d2a]{color:var(--theme-primary);font-weight:500;font-size:.9rem;font-style:normal}.stats-grid[data-v-64813d2a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-top:60px}.stat-item[data-v-64813d2a]{text-align:center;padding:30px 20px;background:var(--theme-surface);border:1px solid var(--theme-border)}.stat-number[data-v-64813d2a]{font-size:2.5rem;font-weight:400;color:var(--theme-primary);margin-bottom:10px;font-family:var(--theme-font-heading);letter-spacing:1px}.stat-label[data-v-64813d2a]{font-size:.95rem;color:var(--theme-text-secondary);font-weight:400;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.about[data-v-64813d2a]{padding:80px 0}.section-title[data-v-64813d2a]{font-size:2.5rem}.about-content[data-v-64813d2a]{grid-template-columns:1fr;gap:60px}.stats-grid[data-v-64813d2a]{grid-template-columns:repeat(2,1fr);gap:20px}.stat-number[data-v-64813d2a]{font-size:2.5rem}.symbol-container[data-v-64813d2a]{width:140px;height:140px}}@media (max-width: 480px){.stats-grid[data-v-64813d2a]{grid-template-columns:1fr}.section-title[data-v-64813d2a]{font-size:2rem}.quote-box[data-v-64813d2a]{padding:20px}}.benefits[data-v-0920fae3]{padding:80px 0;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-0920fae3]{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.section-header[data-v-0920fae3]{text-align:center;margin-bottom:80px}.section-title[data-v-0920fae3]{font-size:2.5rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.section-subtitle[data-v-0920fae3]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.benefits-grid[data-v-0920fae3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:80px}.benefit-card[data-v-0920fae3]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px 30px;text-align:center;position:relative}.benefit-card[data-v-0920fae3]:hover{border-color:var(--theme-primary)}.card-glow[data-v-0920fae3]{display:none}.card-icon[data-v-0920fae3]{margin-bottom:25px}.icon-container[data-v-0920fae3]{width:60px;height:60px;margin:0 auto;display:flex;align-items:center;justify-content:center;position:relative;border:2px solid var(--theme-border)}.icon-container svg[data-v-0920fae3],.icon-container .fa-icon[data-v-0920fae3]{width:28px;height:28px;color:var(--theme-primary)}.shield-icon[data-v-0920fae3],.users-icon[data-v-0920fae3],.heart-icon[data-v-0920fae3],.star-icon[data-v-0920fae3]{background:transparent;border:2px solid var(--theme-primary)}.benefit-card:hover .icon-container[data-v-0920fae3]{border-color:var(--theme-primary);background:var(--theme-surface)}.card-content[data-v-0920fae3]{color:var(--theme-text)}.card-title[data-v-0920fae3]{font-size:1.4rem;font-weight:500;margin-bottom:15px;color:var(--theme-primary);font-family:var(--theme-font-heading)}.card-description[data-v-0920fae3]{font-size:1rem;line-height:1.8;color:var(--theme-text-secondary)}.cta-section[data-v-0920fae3]{background:var(--theme-surface);border:2px solid var(--theme-border);padding:50px 40px;text-align:center;margin-top:60px}.cta-content h3[data-v-0920fae3]{font-size:2rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.cta-content p[data-v-0920fae3]{font-size:1.1rem;color:var(--theme-text-secondary);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.8}.cta-actions[data-v-0920fae3]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn[data-v-0920fae3]{display:inline-block;padding:12px 32px;text-decoration:none;font-weight:400;font-size:1rem;letter-spacing:.5px;border:2px solid}.btn-primary[data-v-0920fae3]{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.btn-primary[data-v-0920fae3]:hover{background:transparent;color:var(--theme-primary)}.btn-secondary[data-v-0920fae3]{background:transparent;color:var(--theme-primary);border-color:var(--theme-border)}.btn-secondary[data-v-0920fae3]:hover{border-color:var(--theme-primary);background:var(--theme-surface)}@media (max-width: 768px){.benefits[data-v-0920fae3]{padding:80px 0}.section-title[data-v-0920fae3]{font-size:2.5rem}.benefits-grid[data-v-0920fae3]{grid-template-columns:1fr;gap:20px}.benefit-card[data-v-0920fae3]{padding:30px 20px}.cta-section[data-v-0920fae3]{padding:40px 20px}.cta-content h3[data-v-0920fae3]{font-size:2rem}.cta-actions[data-v-0920fae3]{flex-direction:column;align-items:center}}@media (max-width: 480px){.section-title[data-v-0920fae3]{font-size:2rem}.cta-content h3[data-v-0920fae3]{font-size:1.8rem}.btn[data-v-0920fae3]{padding:12px 24px;font-size:.9rem}}.home[data-v-73feba64],.about-page[data-v-18191aa4]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-18191aa4]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-18191aa4]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-18191aa4]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-18191aa4]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-18191aa4]{padding:80px 0}.president-section[data-v-18191aa4]{margin-bottom:60px;background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.president-quote[data-v-18191aa4]{display:flex;flex-direction:column;gap:20px}.president-quote blockquote[data-v-18191aa4]{font-size:1.3rem;font-style:italic;color:var(--theme-text);line-height:1.8;margin:0;border-left:4px solid var(--theme-primary);padding:0 0 0 30px;font-family:var(--theme-font-heading)}.president-quote cite[data-v-18191aa4]{font-size:1rem;color:var(--theme-text-secondary);font-style:normal;font-weight:500;text-align:right}.content-section[data-v-18191aa4]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-heading[data-v-18191aa4]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin:28px 0 16px;font-family:var(--theme-font-heading);letter-spacing:.3px;line-height:1.4}.content-paragraph[data-v-18191aa4]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-18191aa4]:last-of-type{margin-bottom:0}.content-blockquote[data-v-18191aa4]{margin:24px 0;padding-left:24px;border-left:4px solid var(--theme-primary)}.content-blockquote blockquote[data-v-18191aa4]{font-size:1.05rem;font-style:italic;color:var(--theme-text);line-height:1.8;margin:0 0 8px}.content-blockquote cite[data-v-18191aa4]{font-size:.95rem;color:var(--theme-text-secondary);font-style:normal;display:block}.block-with-headshot[data-v-18191aa4]{display:grid;gap:24px;align-items:center;margin:28px 0}.block-with-headshot-left[data-v-18191aa4]{grid-template-columns:280px 1fr}.block-with-headshot-right[data-v-18191aa4]{grid-template-columns:1fr 280px}.block-with-headshot-right .headshot-wrap[data-v-18191aa4]{order:2}.block-with-headshot-right .about-inline-text[data-v-18191aa4]{order:1}.headshot-wrap[data-v-18191aa4]{width:280px;flex-shrink:0;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #00000014}.headshot-image[data-v-18191aa4]{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:1 / 1}.content-heading-in-row[data-v-18191aa4],.content-paragraph-in-row[data-v-18191aa4]{margin:0;font-size:1.35rem;line-height:1.6}.content-heading-in-row[data-v-18191aa4]{font-size:1.35rem;font-weight:500;color:var(--theme-primary);font-family:var(--theme-font-heading);letter-spacing:.3px}.content-paragraph-in-row[data-v-18191aa4]{font-size:1.35rem;color:var(--theme-text)}.content-image-wrap[data-v-18191aa4]{margin:32px 0;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #00000014}.content-image[data-v-18191aa4]{width:100%;height:auto;display:block;object-fit:cover}.signature[data-v-18191aa4]{margin-top:48px;padding-top:24px;border-top:1px solid var(--theme-border);text-align:right}.signature-closing[data-v-18191aa4]{font-size:1.2rem;font-weight:500;color:var(--theme-primary);margin-bottom:8px}.signature-name[data-v-18191aa4]{font-size:1.1rem;color:var(--theme-text);font-weight:500;margin-bottom:4px}.signature-title[data-v-18191aa4]{font-size:1rem;color:var(--theme-text-secondary);font-style:italic;margin:0}@media (max-width: 768px){.page-hero[data-v-18191aa4]{padding:100px 0 60px}.page-title[data-v-18191aa4]{font-size:2.5rem}.page-content[data-v-18191aa4]{padding:60px 0}.president-section[data-v-18191aa4]{padding:30px 20px}.president-quote blockquote[data-v-18191aa4]{font-size:1.1rem;padding-left:20px}.content-section[data-v-18191aa4]{padding:30px 20px}.content-heading[data-v-18191aa4]{font-size:1.5rem}.block-with-headshot-left[data-v-18191aa4],.block-with-headshot-right[data-v-18191aa4]{grid-template-columns:1fr;gap:16px}.block-with-headshot-left[data-v-18191aa4]{order:0}.headshot-wrap[data-v-18191aa4]{width:100%;max-width:280px;margin:0 auto}.headshot-image[data-v-18191aa4]{aspect-ratio:1 / 1}.content-heading-in-row[data-v-18191aa4],.content-paragraph-in-row[data-v-18191aa4]{font-size:1.2rem}}@media (max-width: 480px){.page-title[data-v-18191aa4]{font-size:2rem}.president-section[data-v-18191aa4]{padding:20px}.president-quote blockquote[data-v-18191aa4]{font-size:1rem;padding-left:15px;border-left-width:3px}.president-quote cite[data-v-18191aa4]{font-size:.9rem}.content-section[data-v-18191aa4]{padding:20px}.content-heading-in-row[data-v-18191aa4],.content-paragraph-in-row[data-v-18191aa4]{font-size:1.1rem}}.tenets-page[data-v-d01dd407]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-d01dd407]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-d01dd407]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-d01dd407]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-d01dd407]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-d01dd407]{padding:80px 0}.content-section[data-v-d01dd407]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-heading[data-v-d01dd407]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin:28px 0 16px;font-family:var(--theme-font-heading);letter-spacing:.3px;line-height:1.4}.content-paragraph[data-v-d01dd407]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-d01dd407]:last-of-type{margin-bottom:0}.tenets-inline[data-v-d01dd407]{display:grid;gap:24px;align-items:center;margin:28px 0}.tenets-inline-left[data-v-d01dd407]{grid-template-columns:280px 1fr}.tenets-inline-right[data-v-d01dd407]{grid-template-columns:1fr 280px}.tenets-image-wrap-inline[data-v-d01dd407]{width:280px;flex-shrink:0;border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #00000014}.tenets-image-inline[data-v-d01dd407]{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:1 / 1}.tenets-inline-right .tenets-image-wrap-inline[data-v-d01dd407]{order:2}.tenets-inline-right .tenets-inline-text[data-v-d01dd407]{order:1}@media (max-width: 768px){.page-hero[data-v-d01dd407]{padding:100px 0 60px}.page-title[data-v-d01dd407]{font-size:2.5rem}.page-content[data-v-d01dd407]{padding:60px 0}.content-section[data-v-d01dd407]{padding:30px 20px}.content-heading[data-v-d01dd407]{font-size:1.5rem}.tenets-inline-left[data-v-d01dd407],.tenets-inline-right[data-v-d01dd407]{grid-template-columns:1fr;gap:16px}.tenets-image-wrap-inline[data-v-d01dd407]{width:100%;max-width:280px;margin:0 auto}}@media (max-width: 480px){.page-title[data-v-d01dd407]{font-size:2rem}.content-section[data-v-d01dd407]{padding:20px}}.about-page[data-v-f9b265d6]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-f9b265d6]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-f9b265d6]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-f9b265d6]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-f9b265d6]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-f9b265d6]{padding:80px 0}.content-section[data-v-f9b265d6]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-section h2[data-v-f9b265d6]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.content-paragraph[data-v-f9b265d6]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-f9b265d6]:last-child{margin-bottom:0}.gallery-section[data-v-f9b265d6]{margin:40px 0 32px}.gallery-title[data-v-f9b265d6]{margin-bottom:8px}.gallery-subtitle[data-v-f9b265d6]{color:var(--theme-text-secondary);margin-bottom:24px}.gallery-grid[data-v-f9b265d6]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.gallery-item[data-v-f9b265d6]{background:transparent;border:none;padding:0;text-align:left;cursor:pointer}.gallery-image[data-v-f9b265d6]{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 4px 12px #00000014}.gallery-caption[data-v-f9b265d6]{display:block;margin-top:8px;color:var(--theme-text-secondary);font-size:.95rem}.gallery-nav[data-v-f9b265d6]{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:24px}.gallery-nav-btn[data-v-f9b265d6]{padding:10px 20px;font-size:1rem;font-weight:500;color:var(--theme-primary);background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:6px;cursor:pointer;transition:opacity .2s,border-color .2s}.gallery-nav-btn[data-v-f9b265d6]:hover:not(:disabled){border-color:var(--theme-primary);opacity:.9}.gallery-nav-btn[data-v-f9b265d6]:disabled{opacity:.5;cursor:not-allowed}.gallery-nav-info[data-v-f9b265d6]{font-size:.95rem;color:var(--theme-text-secondary)}.lightbox[data-v-f9b265d6]{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.lightbox-content[data-v-f9b265d6]{background:var(--theme-surface);border-radius:8px;max-width:900px;max-height:90vh;width:100%;padding:20px;position:relative;overflow-y:auto;display:flex;flex-direction:column}.lightbox-close[data-v-f9b265d6]{position:absolute;top:10px;right:12px;background:transparent;border:none;font-size:28px;color:var(--theme-text-secondary);cursor:pointer}.lightbox-image[data-v-f9b265d6]{width:100%;height:auto;max-height:75vh;display:block;object-fit:contain;border-radius:6px}.lightbox-caption[data-v-f9b265d6]{margin-top:12px;color:var(--theme-text);font-size:1rem}@media (max-width: 768px){.page-hero[data-v-f9b265d6]{padding:100px 0 60px}.page-title[data-v-f9b265d6]{font-size:2.5rem}.page-content[data-v-f9b265d6]{padding:60px 0}.content-section[data-v-f9b265d6]{padding:30px 20px}.content-section h2[data-v-f9b265d6]{font-size:1.5rem}.gallery-grid[data-v-f9b265d6]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.page-title[data-v-f9b265d6]{font-size:2rem}.content-section[data-v-f9b265d6]{padding:20px}.gallery-grid[data-v-f9b265d6]{grid-template-columns:1fr}}.about-page[data-v-578fdd9f]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-578fdd9f]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-578fdd9f]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-578fdd9f]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-578fdd9f]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-578fdd9f]{padding:80px 0}.content-section[data-v-578fdd9f]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-section h2[data-v-578fdd9f]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.content-paragraph[data-v-578fdd9f]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-578fdd9f]:last-child{margin-bottom:0}.video-embed[data-v-578fdd9f]{margin:32px 0 40px;position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:6px;box-shadow:0 4px 12px #00000014}.video-embed iframe[data-v-578fdd9f]{position:absolute;top:0;left:0;width:100%;height:100%}.steps-list[data-v-578fdd9f]{display:flex;flex-direction:column;gap:18px}.step-item[data-v-578fdd9f]{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center}.step-image[data-v-578fdd9f]{width:64px;height:64px;border-radius:4px;overflow:hidden;box-shadow:0 3px 10px #00000014;background:#fff}.step-image img[data-v-578fdd9f]{width:100%;height:100%;object-fit:cover;display:block}.closing[data-v-578fdd9f]{margin-top:24px;font-weight:500;color:var(--theme-primary)}@media (max-width: 768px){.page-hero[data-v-578fdd9f]{padding:100px 0 60px}.page-title[data-v-578fdd9f]{font-size:2.5rem}.page-content[data-v-578fdd9f]{padding:60px 0}.content-section[data-v-578fdd9f]{padding:30px 20px}.content-section h2[data-v-578fdd9f]{font-size:1.5rem}.step-item[data-v-578fdd9f]{grid-template-columns:56px 1fr}.step-image[data-v-578fdd9f]{width:56px;height:56px}}@media (max-width: 480px){.page-title[data-v-578fdd9f]{font-size:2rem}.content-section[data-v-578fdd9f]{padding:20px}}.staff-page[data-v-108dd06d]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-108dd06d]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-108dd06d]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-108dd06d]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-108dd06d]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-108dd06d]{padding:80px 0}.staff-cards[data-v-108dd06d]{display:flex;flex-direction:column;gap:32px}.staff-card[data-v-108dd06d]{display:grid;grid-template-columns:200px 1fr;gap:28px;align-items:start;background:var(--theme-surface);border:1px solid var(--theme-border);padding:32px;border-radius:8px;box-shadow:0 2px 8px #0000000a}.staff-card-image[data-v-108dd06d]{width:200px;height:200px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #00000014}.staff-card-image img[data-v-108dd06d]{width:100%;height:100%;object-fit:cover;display:block}.staff-card-body[data-v-108dd06d]{min-width:0}.staff-name[data-v-108dd06d]{font-size:1.6rem;font-weight:600;color:var(--theme-primary);margin:0 0 6px;font-family:var(--theme-font-heading);letter-spacing:.3px}.staff-title[data-v-108dd06d]{font-size:1rem;font-weight:600;font-style:italic;color:var(--theme-text);margin:0 0 16px}.staff-description[data-v-108dd06d]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin:0 0 12px}.staff-goal[data-v-108dd06d]{font-size:1.05rem;font-style:italic;color:var(--theme-text);line-height:1.8;margin:0}.content-section[data-v-108dd06d]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-paragraph[data-v-108dd06d]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-108dd06d]:last-child{margin-bottom:0}@media (max-width: 768px){.page-hero[data-v-108dd06d]{padding:100px 0 60px}.page-title[data-v-108dd06d]{font-size:2.5rem}.page-content[data-v-108dd06d]{padding:60px 0}.staff-card[data-v-108dd06d]{grid-template-columns:1fr;gap:20px;padding:24px;text-align:center}.staff-card-image[data-v-108dd06d]{width:160px;height:160px;margin:0 auto}.staff-name[data-v-108dd06d]{font-size:1.4rem}}@media (max-width: 480px){.page-title[data-v-108dd06d]{font-size:2rem}.staff-card[data-v-108dd06d]{padding:20px}.staff-card-image[data-v-108dd06d]{width:140px;height:140px}}.books-page[data-v-bb276cc8]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-bb276cc8]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-bb276cc8]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-bb276cc8]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-bb276cc8]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-bb276cc8]{padding:80px 0}.books-grid[data-v-bb276cc8]{display:flex;flex-direction:column;gap:32px}.book-card[data-v-bb276cc8]{display:grid;grid-template-columns:200px 1fr;gap:28px;align-items:start;background:var(--theme-surface);border:1px solid var(--theme-border);padding:32px;border-radius:8px;box-shadow:0 2px 8px #0000000a}.book-cover[data-v-bb276cc8]{width:200px;height:280px;border-radius:4px;overflow:hidden;flex-shrink:0;box-shadow:0 4px 12px #0000001f}.book-cover img[data-v-bb276cc8]{width:100%;height:100%;object-fit:cover;display:block}.book-body[data-v-bb276cc8]{min-width:0}.book-title[data-v-bb276cc8]{font-size:1.5rem;font-weight:600;color:var(--theme-primary);margin:0 0 8px;font-family:var(--theme-font-heading);letter-spacing:.2px;line-height:1.3}.book-author[data-v-bb276cc8]{font-size:1rem;font-weight:500;color:var(--theme-primary);margin:0 0 12px}.book-purchase-link[data-v-bb276cc8]{display:inline-block;font-size:1rem;font-weight:500;color:var(--theme-primary);text-decoration:underline;margin-bottom:16px;transition:opacity .2s}.book-purchase-link[data-v-bb276cc8]:hover{opacity:.8}.book-description[data-v-bb276cc8]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin:0}.content-section[data-v-bb276cc8]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-paragraph[data-v-bb276cc8]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.content-paragraph[data-v-bb276cc8]:last-child{margin-bottom:0}@media (max-width: 768px){.page-hero[data-v-bb276cc8]{padding:100px 0 60px}.page-title[data-v-bb276cc8]{font-size:2.5rem}.page-content[data-v-bb276cc8]{padding:60px 0}.book-card[data-v-bb276cc8]{grid-template-columns:1fr;gap:20px;padding:24px;text-align:center}.book-cover[data-v-bb276cc8]{width:160px;height:224px;margin:0 auto}.book-body[data-v-bb276cc8]{text-align:left}.book-title[data-v-bb276cc8]{font-size:1.35rem}}@media (max-width: 480px){.page-title[data-v-bb276cc8]{font-size:2rem}.book-card[data-v-bb276cc8]{padding:20px}.book-cover[data-v-bb276cc8]{width:140px;height:196px}}.custom-select-wrapper[data-v-d66d38de]{position:relative;width:100%}.custom-select[data-v-d66d38de]{position:relative;padding:12px 40px 12px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:1rem;font-family:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .3s ease;min-height:44px;box-sizing:border-box;display:flex;align-items:center}.custom-select[data-v-d66d38de]:hover:not(.is-disabled){border-color:var(--theme-primary)}.custom-select.is-focused[data-v-d66d38de]{border-color:var(--theme-primary);outline:none}.custom-select.is-disabled[data-v-d66d38de]{opacity:.5;cursor:not-allowed}.select-value[data-v-d66d38de]{flex:1;text-align:left}.select-value.is-placeholder[data-v-d66d38de]{color:var(--theme-text-secondary)}.select-arrow[data-v-d66d38de]{position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:transform .3s ease;color:var(--theme-primary);pointer-events:none}.select-arrow svg[data-v-d66d38de],.select-arrow .fa-icon[data-v-d66d38de]{width:14px;height:14px}.select-arrow.is-open[data-v-d66d38de]{transform:translateY(-50%) rotate(180deg)}.select-dropdown[data-v-d66d38de]{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--theme-surface);border:1px solid var(--theme-border);border-top:none;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a}.select-option[data-v-d66d38de]{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;color:var(--theme-text);border-bottom:1px solid var(--theme-border)}.select-option[data-v-d66d38de]:last-child{border-bottom:none}.select-option[data-v-d66d38de]:hover:not(.is-disabled){background:var(--theme-background);color:var(--theme-primary)}.select-option.is-selected[data-v-d66d38de]{background:var(--theme-background);color:var(--theme-primary);font-weight:500}.select-option.is-disabled[data-v-d66d38de]{opacity:.5;cursor:not-allowed}.dropdown-enter-active[data-v-d66d38de],.dropdown-leave-active[data-v-d66d38de]{transition:opacity .2s ease,transform .2s ease}.dropdown-enter-from[data-v-d66d38de],.dropdown-leave-to[data-v-d66d38de]{opacity:0;transform:translateY(-10px)}.select-dropdown[data-v-d66d38de]::-webkit-scrollbar{width:8px}.select-dropdown[data-v-d66d38de]::-webkit-scrollbar-track{background:var(--theme-background)}.select-dropdown[data-v-d66d38de]::-webkit-scrollbar-thumb{background:var(--theme-border);border-radius:4px}.select-dropdown[data-v-d66d38de]::-webkit-scrollbar-thumb:hover{background:var(--theme-primary)}.join-page[data-v-c8aeb46e]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-c8aeb46e]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-c8aeb46e]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-c8aeb46e]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-c8aeb46e]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-c8aeb46e]{padding:80px 0}.intro-section[data-v-c8aeb46e]{margin-bottom:60px}.intro-content[data-v-c8aeb46e]{max-width:900px;margin:0 auto}.intro-text[data-v-c8aeb46e]{font-size:1.1rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.intro-text[data-v-c8aeb46e]:last-child{margin-bottom:0}.join-content[data-v-c8aeb46e]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.join-info h2[data-v-c8aeb46e]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:40px;font-family:var(--theme-font-heading);letter-spacing:.3px}.benefits-list[data-v-c8aeb46e]{display:flex;flex-direction:column;gap:30px}.benefit-item[data-v-c8aeb46e]{display:flex;gap:20px;align-items:flex-start}.benefit-icon[data-v-c8aeb46e]{width:50px;height:50px;background:transparent;border:2px solid var(--theme-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg[data-v-c8aeb46e],.benefit-icon .fa-icon[data-v-c8aeb46e]{width:24px;height:24px;color:var(--theme-primary)}.benefit-content h3[data-v-c8aeb46e]{font-size:1.2rem;font-weight:500;color:var(--theme-primary);margin-bottom:8px;font-family:var(--theme-font-heading)}.benefit-content p[data-v-c8aeb46e]{color:var(--theme-text-secondary);line-height:1.8}.steps-section[data-v-c8aeb46e]{margin-top:60px;padding-top:60px;border-top:1px solid var(--theme-border)}.steps-section h2[data-v-c8aeb46e]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:30px;font-family:var(--theme-font-heading);letter-spacing:.3px}.steps-list[data-v-c8aeb46e]{list-style:none;counter-reset:step-counter;padding:0;margin:0}.step-item[data-v-c8aeb46e]{counter-increment:step-counter;position:relative;padding-left:50px;margin-bottom:25px;line-height:1.8}.step-item[data-v-c8aeb46e]:before{content:counter(step-counter);position:absolute;left:0;top:0;width:35px;height:35px;background:transparent;border:2px solid var(--theme-primary);color:var(--theme-primary);display:flex;align-items:center;justify-content:center;font-weight:500;font-size:1rem;flex-shrink:0}.step-item p[data-v-c8aeb46e]{color:var(--theme-text);margin:0}.step-item strong[data-v-c8aeb46e]{color:var(--theme-primary);font-weight:600}.membership-types-section[data-v-c8aeb46e]{margin-top:40px;padding-top:40px;border-top:1px solid var(--theme-border)}.membership-types-section h2[data-v-c8aeb46e]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:30px;font-family:var(--theme-font-heading);letter-spacing:.3px}.membership-type[data-v-c8aeb46e]{margin-bottom:40px;padding:30px;background:var(--theme-surface);border:1px solid var(--theme-border)}.membership-type[data-v-c8aeb46e]:last-child{margin-bottom:0}.membership-type h3[data-v-c8aeb46e]{font-size:1.5rem;font-weight:500;color:var(--theme-primary);margin-bottom:15px;font-family:var(--theme-font-heading)}.membership-type p[data-v-c8aeb46e]{color:var(--theme-text);line-height:1.8;margin-bottom:15px}.membership-type p[data-v-c8aeb46e]:last-child{margin-bottom:0}.membership-fee[data-v-c8aeb46e]{margin-top:15px;padding-top:15px;border-top:1px solid var(--theme-border);font-size:1.1rem}.membership-fee strong[data-v-c8aeb46e]{color:var(--theme-primary)}.form-container[data-v-c8aeb46e]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.form-container h2[data-v-c8aeb46e]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin-bottom:30px;text-align:center;font-family:var(--theme-font-heading)}.application-form[data-v-c8aeb46e]{display:flex;flex-direction:column;gap:25px}.form-group[data-v-c8aeb46e]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-c8aeb46e]{font-weight:500;color:var(--theme-text);font-size:.9rem}.form-group input[data-v-c8aeb46e],.form-group select[data-v-c8aeb46e],.form-group textarea[data-v-c8aeb46e]{padding:12px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:1rem;font-family:inherit}.form-group input[data-v-c8aeb46e]:focus,.form-group select[data-v-c8aeb46e]:focus,.form-group textarea[data-v-c8aeb46e]:focus{outline:none;border-color:var(--theme-primary)}.form-group input[data-v-c8aeb46e]::placeholder,.form-group textarea[data-v-c8aeb46e]::placeholder{color:var(--theme-text-secondary)}.form-group select option[data-v-c8aeb46e]{background:var(--theme-surface);color:var(--theme-text)}.submit-btn[data-v-c8aeb46e]{display:inline-block;padding:12px 32px;background:var(--theme-primary);color:#fff;border:2px solid var(--theme-primary);font-weight:400;font-size:1rem;cursor:pointer;margin-top:10px;letter-spacing:.5px}.submit-btn[data-v-c8aeb46e]:hover:not(:disabled){background:transparent;color:var(--theme-primary)}.submit-btn[data-v-c8aeb46e]:disabled{opacity:.5;cursor:not-allowed}.btn-icon[data-v-c8aeb46e]{width:18px;height:18px;margin-left:8px;vertical-align:middle}.error-message[data-v-c8aeb46e]{padding:12px 16px;background:#fee;border:1px solid #fcc;color:#c33;border-radius:4px;font-size:.9rem;margin-bottom:10px}.success-message[data-v-c8aeb46e]{padding:12px 16px;background:#efe;border:1px solid #cfc;color:#3c3;border-radius:4px;font-size:.9rem;margin-bottom:10px}@media (max-width: 768px){.page-hero[data-v-c8aeb46e]{padding:100px 0 60px}.page-title[data-v-c8aeb46e]{font-size:2.5rem}.page-content[data-v-c8aeb46e]{padding:60px 0}.intro-section[data-v-c8aeb46e]{margin-bottom:40px}.intro-text[data-v-c8aeb46e]{font-size:1rem}.join-content[data-v-c8aeb46e]{grid-template-columns:1fr;gap:60px}.join-info h2[data-v-c8aeb46e]{font-size:1.8rem}.steps-section[data-v-c8aeb46e]{margin-top:40px;padding-top:40px}.steps-section h2[data-v-c8aeb46e]{font-size:1.8rem}.step-item[data-v-c8aeb46e]{padding-left:45px;margin-bottom:20px}.step-item[data-v-c8aeb46e]:before{width:30px;height:30px;font-size:.9rem}.membership-types-section[data-v-c8aeb46e]{margin-top:40px;padding-top:40px}.membership-types-section h2[data-v-c8aeb46e]{font-size:1.8rem}.membership-type[data-v-c8aeb46e]{padding:20px}.membership-type h3[data-v-c8aeb46e]{font-size:1.3rem}.form-container[data-v-c8aeb46e]{padding:30px 20px}.form-container h2[data-v-c8aeb46e]{font-size:1.5rem}}@media (max-width: 480px){.page-title[data-v-c8aeb46e]{font-size:2rem}.intro-text[data-v-c8aeb46e]{font-size:.95rem}.join-info h2[data-v-c8aeb46e]{font-size:1.6rem}.benefit-item[data-v-c8aeb46e]{flex-direction:column;text-align:center}.steps-section h2[data-v-c8aeb46e]{font-size:1.6rem}.step-item[data-v-c8aeb46e]{padding-left:40px}.step-item[data-v-c8aeb46e]:before{width:28px;height:28px;font-size:.85rem}.membership-types-section h2[data-v-c8aeb46e]{font-size:1.6rem}.membership-type[data-v-c8aeb46e]{padding:15px}.membership-type h3[data-v-c8aeb46e]{font-size:1.2rem}.form-container[data-v-c8aeb46e]{padding:20px}}.events-page[data-v-7f622792]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-7f622792]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-7f622792]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-7f622792]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-7f622792]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-7f622792]{padding:80px 0}.events-grid[data-v-7f622792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.event-card[data-v-7f622792]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:30px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.event-card[data-v-7f622792]:hover{border-color:var(--theme-primary)}.event-date[data-v-7f622792]{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;width:fit-content;height:fit-content;background:var(--theme-background);border:2px solid var(--theme-border);padding:12px 20px;align-self:flex-start}.event-date .month[data-v-7f622792]{font-size:.85rem;font-weight:500;color:var(--theme-primary);text-transform:uppercase;letter-spacing:1px}.event-date .day[data-v-7f622792]{font-size:1.8rem;font-weight:400;color:var(--theme-text);line-height:1;font-family:var(--theme-font-heading)}.event-content[data-v-7f622792]{flex:1;display:flex;flex-direction:column;gap:15px;width:100%}.event-title[data-v-7f622792]{font-size:1.4rem;font-weight:500;color:var(--theme-primary);margin:0;font-family:var(--theme-font-heading)}.event-description[data-v-7f622792]{color:var(--theme-text);line-height:1.8;margin:0}.event-details[data-v-7f622792]{display:flex;flex-direction:column;gap:8px}.detail-item[data-v-7f622792]{display:flex;align-items:center;gap:10px;color:var(--theme-text-secondary);font-size:.9rem}.detail-icon[data-v-7f622792]{width:16px;height:16px;color:var(--theme-primary);flex-shrink:0}.detail-icon.fa-icon[data-v-7f622792]{width:16px;height:16px}.event-btn[data-v-7f622792]{align-self:flex-start;padding:10px 24px;background:var(--theme-primary);color:#fff;text-decoration:none;border:2px solid var(--theme-primary);font-weight:400;font-size:.9rem;margin-top:auto;letter-spacing:.3px;display:inline-block}.event-btn[data-v-7f622792]:hover{background:transparent;color:var(--theme-primary)}.speaker-section[data-v-7f622792]{display:flex;align-items:center;gap:12px;margin:12px 0}.speaker-image[data-v-7f622792]{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-border)}.speaker-image img[data-v-7f622792]{width:100%;height:100%;object-fit:cover}.speaker-name[data-v-7f622792]{display:flex;align-items:center;gap:8px;color:var(--theme-text-secondary);font-size:.9rem}.speaker-icon[data-v-7f622792]{width:14px;height:14px;color:var(--theme-primary);flex-shrink:0}.zoom-link[data-v-7f622792]{color:var(--theme-primary);text-decoration:underline}.zoom-link[data-v-7f622792]:hover{text-decoration-color:var(--theme-primary)}.events-loading[data-v-7f622792]{text-align:center;padding:60px 20px;color:var(--theme-text-secondary)}@media (max-width: 768px){.page-hero[data-v-7f622792]{padding:100px 0 60px}.page-title[data-v-7f622792]{font-size:2.5rem}.page-content[data-v-7f622792]{padding:60px 0}.events-grid[data-v-7f622792]{grid-template-columns:1fr;gap:20px}.event-card[data-v-7f622792]{text-align:left}.event-date[data-v-7f622792]{align-self:flex-start;padding:10px 16px}.event-date .day[data-v-7f622792]{font-size:1.6rem}}@media (max-width: 480px){.page-title[data-v-7f622792]{font-size:2rem}.event-card[data-v-7f622792]{padding:20px}.event-title[data-v-7f622792]{font-size:1.3rem}}.event-detail-page[data-v-31a0ce18]{min-height:100vh;background:var(--theme-background)}.event-detail[data-v-31a0ce18]{width:100%}.event-header[data-v-31a0ce18]{position:relative;margin-bottom:60px}.event-image[data-v-31a0ce18],.event-image-placeholder[data-v-31a0ce18]{width:100%;height:400px;background:var(--theme-surface);border-bottom:2px solid var(--theme-border);display:flex;align-items:center;justify-content:center;overflow:hidden}.event-image img[data-v-31a0ce18]{width:100%;height:100%;object-fit:cover}.placeholder-content[data-v-31a0ce18]{text-align:center;color:var(--theme-text-secondary)}.placeholder-icon[data-v-31a0ce18]{width:64px;height:64px;margin-bottom:16px;opacity:.3}.placeholder-content p[data-v-31a0ce18]{font-size:1.1rem;margin:0}.event-header-content[data-v-31a0ce18]{max-width:1200px;margin:0 auto;padding:40px 20px}.event-header-nav[data-v-31a0ce18]{margin-bottom:20px}.back-link[data-v-31a0ce18]{display:inline-flex;align-items:center;gap:8px;color:var(--theme-primary);text-decoration:underline;font-size:.95rem;margin-bottom:20px}.back-link[data-v-31a0ce18]:hover{text-decoration-color:var(--theme-primary)}.back-icon[data-v-31a0ce18]{width:16px;height:16px}.event-category[data-v-31a0ce18]{display:inline-block;padding:4px 12px;background:var(--theme-background);border:1px solid var(--theme-border);color:var(--theme-primary);font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.event-title[data-v-31a0ce18]{font-size:3rem;font-weight:400;color:var(--theme-primary);margin:0 0 30px;font-family:var(--theme-font-heading);letter-spacing:.5px;line-height:1.2}.event-meta[data-v-31a0ce18]{display:flex;flex-wrap:wrap;gap:30px}.meta-item[data-v-31a0ce18]{display:flex;align-items:center;gap:10px;color:var(--theme-text-secondary);font-size:1rem}.meta-icon[data-v-31a0ce18]{width:18px;height:18px;color:var(--theme-primary)}.event-content[data-v-31a0ce18]{padding:0 0 80px}.container[data-v-31a0ce18]{max-width:1200px;margin:0 auto;padding:0 20px}.content-grid[data-v-31a0ce18]{display:grid;grid-template-columns:2fr 1fr;gap:60px}.main-content[data-v-31a0ce18]{display:flex;flex-direction:column;gap:40px}.content-section[data-v-31a0ce18]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.content-section h2[data-v-31a0ce18]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin:0 0 20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.event-description[data-v-31a0ce18]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin:0}.schedule-list[data-v-31a0ce18]{display:flex;flex-direction:column;gap:30px}.schedule-item h3[data-v-31a0ce18]{font-size:1.3rem;font-weight:500;color:var(--theme-primary);margin:0 0 15px;font-family:var(--theme-font-heading)}.topics-list[data-v-31a0ce18]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.topics-list li[data-v-31a0ce18]{padding-left:20px;position:relative;color:var(--theme-text);line-height:1.6}.topics-list li[data-v-31a0ce18]:before{content:"•";position:absolute;left:0;color:var(--theme-primary);font-weight:700}.details-grid[data-v-31a0ce18]{display:flex;flex-direction:column;gap:15px}.detail-row[data-v-31a0ce18]{display:flex;gap:20px;padding-bottom:15px;border-bottom:1px solid var(--theme-border)}.detail-row[data-v-31a0ce18]:last-child{border-bottom:none;padding-bottom:0}.detail-label[data-v-31a0ce18]{font-weight:500;color:var(--theme-primary);min-width:120px}.detail-value[data-v-31a0ce18]{color:var(--theme-text);flex:1}.speaker-detail[data-v-31a0ce18]{display:flex;align-items:center;gap:12px}.speaker-image-detail[data-v-31a0ce18]{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--theme-border)}.speaker-image-detail img[data-v-31a0ce18]{width:100%;height:100%;object-fit:cover}.zoom-link-detail[data-v-31a0ce18]{color:var(--theme-primary);text-decoration:underline;display:inline-flex;align-items:center;gap:6px}.zoom-link-detail[data-v-31a0ce18]:hover{text-decoration-color:var(--theme-primary)}.external-link-icon[data-v-31a0ce18]{width:12px;height:12px}.zoom-btn[data-v-31a0ce18]{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 32px;background:#2d8cff;color:#fff;text-decoration:none;text-align:center;border:2px solid #2d8cff;font-weight:400;font-size:1rem;letter-spacing:.5px;margin-top:15px;transition:all .2s}.zoom-btn[data-v-31a0ce18]:hover{background:transparent;color:#2d8cff}.zoom-icon[data-v-31a0ce18]{width:18px;height:18px}.sidebar[data-v-31a0ce18]{display:flex;flex-direction:column;gap:30px}.sidebar-card[data-v-31a0ce18]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:30px}.sidebar-card h3[data-v-31a0ce18]{font-size:1.3rem;font-weight:500;color:var(--theme-primary);margin:0 0 20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.price[data-v-31a0ce18]{font-size:1.5rem;font-weight:500;color:var(--theme-primary);margin:0 0 20px}.register-btn[data-v-31a0ce18]{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;background:var(--theme-primary);color:#fff;text-decoration:none;text-align:center;border:2px solid var(--theme-primary);font-weight:400;font-size:1rem;letter-spacing:.5px;margin-bottom:15px;transition:all .2s ease}.register-btn[data-v-31a0ce18]:hover{background:transparent;color:var(--theme-primary)}.register-btn svg[data-v-31a0ce18],.register-btn .fa-icon[data-v-31a0ce18]{width:16px;height:16px}.register-note[data-v-31a0ce18]{font-size:.9rem;color:var(--theme-text-secondary);margin:0;line-height:1.6}.contact-info[data-v-31a0ce18]{display:flex;flex-direction:column;gap:15px}.contact-item[data-v-31a0ce18]{display:flex;align-items:center;gap:12px;color:var(--theme-text)}.contact-icon[data-v-31a0ce18]{width:18px;height:18px;color:var(--theme-primary);flex-shrink:0}.contact-item a[data-v-31a0ce18]{color:var(--theme-primary);text-decoration:underline}.contact-item a[data-v-31a0ce18]:hover{text-decoration-color:var(--theme-primary)}.tags-list[data-v-31a0ce18]{display:flex;flex-wrap:wrap;gap:8px}.tag[data-v-31a0ce18]{display:inline-block;padding:4px 12px;background:var(--theme-background);border:1px solid var(--theme-border);color:var(--theme-primary);font-size:.85rem;font-weight:400}.event-not-found[data-v-31a0ce18]{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 20px}.event-not-found h1[data-v-31a0ce18]{font-size:2.5rem;font-weight:400;color:var(--theme-primary);margin:0 0 20px;font-family:var(--theme-font-heading)}.event-not-found p[data-v-31a0ce18]{font-size:1.1rem;color:var(--theme-text-secondary);margin:0 0 30px}.back-btn[data-v-31a0ce18]{display:inline-block;padding:12px 32px;background:var(--theme-primary);color:#fff;text-decoration:none;border:2px solid var(--theme-primary);font-weight:400;font-size:1rem;letter-spacing:.5px}.back-btn[data-v-31a0ce18]:hover{background:transparent;color:var(--theme-primary)}@media (max-width: 968px){.content-grid[data-v-31a0ce18]{grid-template-columns:1fr;gap:40px}.event-title[data-v-31a0ce18]{font-size:2.2rem}.event-meta[data-v-31a0ce18]{flex-direction:column;gap:15px}}@media (max-width: 768px){.event-image-placeholder[data-v-31a0ce18]{height:250px}.event-header-content[data-v-31a0ce18]{padding:30px 20px}.event-title[data-v-31a0ce18]{font-size:2rem}.content-section[data-v-31a0ce18]{padding:30px 20px}.sidebar-card[data-v-31a0ce18]{padding:25px 20px}}@media (max-width: 480px){.event-title[data-v-31a0ce18]{font-size:1.8rem}.detail-row[data-v-31a0ce18]{flex-direction:column;gap:5px}.detail-label[data-v-31a0ce18]{min-width:auto}}.directory-page[data-v-0ee995bc]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-0ee995bc]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-0ee995bc]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-0ee995bc]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-0ee995bc]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-0ee995bc]{padding:80px 0}.directory-filters[data-v-0ee995bc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:50px;background:var(--theme-surface);border:1px solid var(--theme-border);padding:30px}.filter-group[data-v-0ee995bc]{display:flex;flex-direction:column;gap:8px}.filter-group label[data-v-0ee995bc]{font-weight:500;color:var(--theme-text);font-size:.9rem}.filter-group input[data-v-0ee995bc],.filter-group select[data-v-0ee995bc]{padding:12px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:1rem;font-family:inherit;min-height:52px;box-sizing:border-box}.filter-group input[data-v-0ee995bc]:focus,.filter-group select[data-v-0ee995bc]:focus{outline:none;border-color:var(--theme-primary)}.filter-group input[data-v-0ee995bc]::placeholder{color:var(--theme-text-secondary)}.filter-group select option[data-v-0ee995bc]{background:var(--theme-surface);color:var(--theme-text)}.loading-state[data-v-0ee995bc],.error-state[data-v-0ee995bc],.empty-state[data-v-0ee995bc]{text-align:center;padding:60px 20px;color:var(--theme-text-secondary);font-size:1.1rem}.error-state[data-v-0ee995bc]{color:#d32f2f}.directory-grid[data-v-0ee995bc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.practitioner-card[data-v-0ee995bc]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:30px}.practitioner-card[data-v-0ee995bc]:hover{border-color:var(--theme-primary)}.card-header[data-v-0ee995bc]{display:flex;gap:20px;margin-bottom:20px}.practitioner-avatar[data-v-0ee995bc]{flex-shrink:0}.avatar-circle[data-v-0ee995bc]{width:60px;height:60px;border-radius:50%;background:var(--theme-primary);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:500;flex-shrink:0}.avatar-image[data-v-0ee995bc]{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.practitioner-info[data-v-0ee995bc]{flex:1}.practitioner-name[data-v-0ee995bc]{font-size:1.3rem;font-weight:500;color:var(--theme-primary);margin:0 0 5px;font-family:var(--theme-font-heading)}.practitioner-title[data-v-0ee995bc]{color:var(--theme-text-secondary);font-weight:400;margin:0 0 10px;font-size:.95rem}.practitioner-location[data-v-0ee995bc]{display:flex;align-items:center;gap:5px;color:var(--theme-text-secondary);font-size:.9rem}.location-icon[data-v-0ee995bc]{width:14px;height:14px;color:var(--theme-primary)}.location-icon.fa-icon[data-v-0ee995bc]{width:14px;height:14px}.card-content[data-v-0ee995bc]{display:flex;flex-direction:column;gap:20px}.practitioner-description[data-v-0ee995bc]{color:var(--theme-text);line-height:1.8;margin:0}.specialties[data-v-0ee995bc]{display:flex;flex-wrap:wrap;gap:8px}.specialty-tag[data-v-0ee995bc]{background:var(--theme-background);border:1px solid var(--theme-border);color:var(--theme-primary);padding:4px 12px;font-size:.8rem;font-weight:400}.practitioner-contact[data-v-0ee995bc]{display:flex;gap:15px}.contact-link[data-v-0ee995bc]{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid var(--theme-border);color:var(--theme-primary);text-decoration:none;font-size:.9rem;font-weight:400}.contact-link[data-v-0ee995bc]:hover{border-color:var(--theme-primary);background:var(--theme-surface)}.contact-link svg[data-v-0ee995bc],.contact-link .fa-icon[data-v-0ee995bc]{width:16px;height:16px}@media (max-width: 768px){.page-hero[data-v-0ee995bc]{padding:100px 0 60px}.page-title[data-v-0ee995bc]{font-size:2.5rem}.page-content[data-v-0ee995bc]{padding:60px 0}.directory-filters[data-v-0ee995bc]{grid-template-columns:1fr;padding:20px}.directory-grid[data-v-0ee995bc]{grid-template-columns:1fr;gap:20px}.card-header[data-v-0ee995bc]{flex-direction:column;text-align:center;align-items:center}.practitioner-info[data-v-0ee995bc]{display:flex;flex-direction:column;align-items:center}.practitioner-location[data-v-0ee995bc],.practitioner-contact[data-v-0ee995bc]{justify-content:center}}@media (max-width: 480px){.page-title[data-v-0ee995bc]{font-size:2rem}.practitioner-card[data-v-0ee995bc]{padding:20px}.practitioner-name[data-v-0ee995bc]{font-size:1.2rem}.contact-link[data-v-0ee995bc]{padding:6px 12px;font-size:.8rem}}.contact-page[data-v-77f131bb]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-77f131bb]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-77f131bb]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-77f131bb]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-77f131bb]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-77f131bb]{padding:80px 0}.contact-content[data-v-77f131bb]{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px}.contact-info h2[data-v-77f131bb]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.contact-info p[data-v-77f131bb]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:40px}.contact-methods[data-v-77f131bb]{display:flex;flex-direction:column;gap:30px}.contact-method[data-v-77f131bb]{display:flex;gap:20px;align-items:flex-start}.method-icon[data-v-77f131bb]{width:50px;height:50px;background:transparent;border:2px solid var(--theme-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon svg[data-v-77f131bb],.method-icon .fa-icon[data-v-77f131bb]{width:24px;height:24px;color:var(--theme-primary)}.method-content h3[data-v-77f131bb]{font-size:1.2rem;font-weight:500;color:var(--theme-primary);margin-bottom:8px;font-family:var(--theme-font-heading)}.method-content p[data-v-77f131bb]{color:var(--theme-text-secondary);line-height:1.8;margin:0}.form-container[data-v-77f131bb]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.form-container h2[data-v-77f131bb]{font-size:1.8rem;font-weight:500;color:var(--theme-primary);margin-bottom:30px;text-align:center;font-family:var(--theme-font-heading)}.message-form[data-v-77f131bb]{display:flex;flex-direction:column;gap:25px}.form-group[data-v-77f131bb]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-77f131bb]{font-weight:500;color:var(--theme-text);font-size:.9rem}.form-group input[data-v-77f131bb],.form-group select[data-v-77f131bb],.form-group textarea[data-v-77f131bb]{padding:12px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:1rem;font-family:inherit}.form-group input[data-v-77f131bb]:focus,.form-group select[data-v-77f131bb]:focus,.form-group textarea[data-v-77f131bb]:focus{outline:none;border-color:var(--theme-primary)}.form-group input[data-v-77f131bb]::placeholder,.form-group textarea[data-v-77f131bb]::placeholder{color:var(--theme-text-secondary)}.form-group select option[data-v-77f131bb]{background:var(--theme-surface);color:var(--theme-text)}.submit-btn[data-v-77f131bb]{display:inline-block;padding:12px 32px;background:var(--theme-primary);color:#fff;border:2px solid var(--theme-primary);font-weight:400;font-size:1rem;cursor:pointer;margin-top:10px;letter-spacing:.5px}.submit-btn[data-v-77f131bb]:hover:not(:disabled){background:transparent;color:var(--theme-primary)}.submit-btn[data-v-77f131bb]:disabled{opacity:.5;cursor:not-allowed}.btn-icon[data-v-77f131bb]{width:18px;height:18px;margin-left:8px;vertical-align:middle}.prayer-section[data-v-77f131bb]{background:var(--theme-surface);border:2px solid var(--theme-border);padding:50px 40px;text-align:center;margin-top:60px}.prayer-container h2[data-v-77f131bb]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.prayer-container p[data-v-77f131bb]{font-size:1.05rem;color:var(--theme-text-secondary);line-height:1.8;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto}.prayer-container p[data-v-77f131bb]:last-of-type{margin-bottom:0}@media (max-width: 768px){.page-hero[data-v-77f131bb]{padding:100px 0 60px}.page-title[data-v-77f131bb]{font-size:2.5rem}.page-content[data-v-77f131bb]{padding:60px 0}.contact-content[data-v-77f131bb]{grid-template-columns:1fr;gap:60px}.contact-info[data-v-77f131bb]{text-align:center}.contact-info h2[data-v-77f131bb]{font-size:2rem}.contact-info p[data-v-77f131bb]{margin-bottom:40px}.contact-methods[data-v-77f131bb]{align-items:center;gap:40px}.contact-method[data-v-77f131bb]{flex-direction:column;align-items:center;text-align:center;width:100%;max-width:300px;margin:0 auto}.method-icon[data-v-77f131bb]{margin-bottom:15px}.method-content h3[data-v-77f131bb]{font-size:1.3rem;margin-bottom:10px}.method-content p[data-v-77f131bb]{font-size:1rem;margin:0}.form-container[data-v-77f131bb]{padding:30px 20px}.form-container h2[data-v-77f131bb]{font-size:1.5rem}.prayer-section[data-v-77f131bb]{padding:40px 20px}.prayer-container h2[data-v-77f131bb]{font-size:2rem}}@media (max-width: 480px){.page-hero[data-v-77f131bb]{padding:90px 0 50px}.page-title[data-v-77f131bb]{font-size:2rem}.page-subtitle[data-v-77f131bb]{font-size:1rem;padding:0 10px}.page-content[data-v-77f131bb]{padding:50px 0}.contact-content[data-v-77f131bb]{gap:50px}.contact-info h2[data-v-77f131bb]{font-size:1.8rem;margin-bottom:15px}.contact-info p[data-v-77f131bb]{font-size:1rem;margin-bottom:35px;padding:0 10px}.contact-methods[data-v-77f131bb]{gap:35px;padding:0 10px}.contact-method[data-v-77f131bb]{max-width:100%}.method-icon[data-v-77f131bb]{width:60px;height:60px;margin-bottom:20px}.method-icon svg[data-v-77f131bb],.method-icon .fa-icon[data-v-77f131bb]{width:28px;height:28px}.method-content h3[data-v-77f131bb]{font-size:1.2rem;margin-bottom:12px}.method-content p[data-v-77f131bb]{font-size:.95rem;line-height:1.6}.form-container[data-v-77f131bb]{padding:25px 15px}.form-container h2[data-v-77f131bb]{font-size:1.4rem;margin-bottom:25px}.message-form[data-v-77f131bb]{gap:20px}.form-group[data-v-77f131bb]{gap:6px}.form-group label[data-v-77f131bb]{font-size:.85rem}.form-group input[data-v-77f131bb],.form-group select[data-v-77f131bb],.form-group textarea[data-v-77f131bb]{padding:14px 16px;font-size:.95rem}.submit-btn[data-v-77f131bb]{width:100%;padding:14px 24px;font-size:.95rem;margin-top:5px}.prayer-section[data-v-77f131bb]{padding:35px 15px;margin-top:50px}.prayer-container h2[data-v-77f131bb]{font-size:1.8rem;margin-bottom:15px}.prayer-container p[data-v-77f131bb]{font-size:1rem;margin-bottom:15px;padding:0 5px}.prayer-container p[data-v-77f131bb]:last-of-type{margin-bottom:0}}.login-page[data-v-a86a100a]{min-height:100vh;background:var(--theme-background);display:flex;align-items:center;justify-content:center;padding:20px}.login-container[data-v-a86a100a]{background:var(--theme-surface);border:2px solid var(--theme-border);padding:50px;width:100%;max-width:450px}.login-header[data-v-a86a100a]{text-align:center;margin-bottom:40px}.logo[data-v-a86a100a]{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.logo-symbol[data-v-a86a100a]{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.simple-logo-svg[data-v-a86a100a]{width:100%;height:100%}.brand-text[data-v-a86a100a]{font-size:24px;font-weight:400;color:var(--theme-primary);letter-spacing:1px}.login-title[data-v-a86a100a]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin:0 0 10px;font-family:var(--theme-font-heading);letter-spacing:.5px}.login-subtitle[data-v-a86a100a]{color:var(--theme-text-secondary);margin:0}.login-form[data-v-a86a100a]{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.form-group[data-v-a86a100a]{display:flex;flex-direction:column;gap:8px}.form-group label[data-v-a86a100a]{font-weight:500;color:var(--theme-text);font-size:.9rem}.form-group input[data-v-a86a100a]{padding:12px 16px;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text);font-size:1rem;font-family:inherit}.form-group input[data-v-a86a100a]:focus{outline:none;border-color:var(--theme-primary)}.form-group input[data-v-a86a100a]::placeholder{color:var(--theme-text-secondary)}.form-options[data-v-a86a100a]{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.checkbox-label[data-v-a86a100a]{display:flex;align-items:center;gap:10px;color:var(--theme-text);font-size:.9rem;cursor:pointer}.checkbox-label input[type=checkbox][data-v-a86a100a]{display:none}.checkmark[data-v-a86a100a]{width:18px;height:18px;border:2px solid var(--theme-border);position:relative}.checkbox-label input[type=checkbox]:checked+.checkmark[data-v-a86a100a]{background:var(--theme-primary);border-color:var(--theme-primary)}.checkbox-label input[type=checkbox]:checked+.checkmark[data-v-a86a100a]:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot-link[data-v-a86a100a]{color:var(--theme-primary);text-decoration:underline;font-size:.9rem}.forgot-link[data-v-a86a100a]:hover{text-decoration-color:var(--theme-primary)}.login-btn[data-v-a86a100a]{display:inline-block;padding:12px 32px;background:var(--theme-primary);color:#fff;border:2px solid var(--theme-primary);font-weight:400;font-size:1rem;cursor:pointer;margin-top:10px;width:100%;letter-spacing:.5px}.login-btn[data-v-a86a100a]:hover:not(:disabled){background:transparent;color:var(--theme-primary)}.login-btn[data-v-a86a100a]:disabled{opacity:.5;cursor:not-allowed}.btn-icon[data-v-a86a100a]{width:18px;height:18px;margin-left:8px;vertical-align:middle}.login-footer[data-v-a86a100a]{text-align:center;border-top:1px solid var(--theme-border);padding-top:30px}.login-footer p[data-v-a86a100a]{color:var(--theme-text-secondary);margin:0 0 20px}.signup-link[data-v-a86a100a]{color:var(--theme-primary);text-decoration:underline;font-weight:500}.signup-link[data-v-a86a100a]:hover{text-decoration-color:var(--theme-primary)}.help-links[data-v-a86a100a]{display:flex;justify-content:center;gap:20px}.help-links a[data-v-a86a100a]{color:var(--theme-text-secondary);text-decoration:underline;font-size:.9rem}.help-links a[data-v-a86a100a]:hover{color:var(--theme-primary);text-decoration-color:var(--theme-primary)}@media (max-width: 768px){.login-container[data-v-a86a100a]{padding:40px 30px}.login-title[data-v-a86a100a]{font-size:1.8rem}.form-options[data-v-a86a100a]{flex-direction:column;gap:15px;align-items:flex-start}.help-links[data-v-a86a100a]{flex-direction:column;gap:10px}}.login-form-placeholder[data-v-a86a100a]{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.placeholder-input[data-v-a86a100a]{height:44px;background:var(--theme-background);border:1px solid var(--theme-border)}.placeholder-checkbox[data-v-a86a100a]{width:18px;height:18px;background:var(--theme-background);border:2px solid var(--theme-border)}.placeholder-link[data-v-a86a100a]{width:120px;height:16px;background:var(--theme-background)}.placeholder-button[data-v-a86a100a]{height:44px;background:var(--theme-background);border:2px solid var(--theme-border);margin-top:10px}@media (max-width: 480px){.login-container[data-v-a86a100a]{padding:30px 20px}.login-title[data-v-a86a100a]{font-size:1.6rem}.form-group input[data-v-a86a100a]{padding:12px 16px}}.error-message[data-v-a86a100a]{background-color:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:4px;margin-bottom:20px;font-size:.9rem}.success-message[data-v-a86a100a]{background-color:#efe;border:1px solid #cfc;color:#3c3;padding:20px;border-radius:4px;margin-bottom:20px;text-align:center}.success-message p[data-v-a86a100a]{margin:0 0 10px;color:#3c3}.success-subtext[data-v-a86a100a]{font-size:.9rem;color:var(--theme-text-secondary)}.password-reset-form[data-v-a86a100a]{margin-bottom:30px}.back-link[data-v-a86a100a]{display:block;width:100%;margin-top:15px;padding:10px;background:transparent;color:var(--theme-primary);border:1px solid var(--theme-border);text-align:center;text-decoration:none;cursor:pointer;font-size:.9rem}.back-link[data-v-a86a100a]:hover:not(:disabled){background:var(--theme-background);border-color:var(--theme-primary)}.back-link[data-v-a86a100a]:disabled{opacity:.5;cursor:not-allowed}.form-group input[data-v-a86a100a]:disabled{opacity:.6;cursor:not-allowed;background:var(--theme-background)}.thank-you-page[data-v-c14e4f09]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-c14e4f09]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-c14e4f09]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-c14e4f09]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-c14e4f09]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-c14e4f09]{padding:80px 0}.thank-you-content[data-v-c14e4f09]{max-width:700px;margin:0 auto;text-align:center;background:var(--theme-surface);border:1px solid var(--theme-border);padding:60px 40px}.thank-you-icon[data-v-c14e4f09]{width:100px;height:100px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;background:transparent;border:3px solid var(--theme-primary);border-radius:50%}.thank-you-icon svg[data-v-c14e4f09],.thank-you-icon .fa-icon[data-v-c14e4f09]{width:50px;height:50px;color:var(--theme-primary)}.thank-you-content h2[data-v-c14e4f09]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.3px}.thank-you-content p[data-v-c14e4f09]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:20px}.thank-you-content p[data-v-c14e4f09]:last-of-type{margin-bottom:40px}.subscription-note[data-v-c14e4f09]{font-size:.95rem;color:var(--theme-text-secondary);font-style:italic;margin-top:20px!important}.action-buttons[data-v-c14e4f09]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn[data-v-c14e4f09]{display:inline-block;padding:12px 32px;text-decoration:none;font-weight:400;font-size:1rem;letter-spacing:.5px;border:2px solid;transition:all .3s ease}.btn-primary[data-v-c14e4f09]{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.btn-primary[data-v-c14e4f09]:hover{background:transparent;color:var(--theme-primary)}.btn-secondary[data-v-c14e4f09]{background:transparent;color:var(--theme-primary);border-color:var(--theme-primary)}.btn-secondary[data-v-c14e4f09]:hover{background:var(--theme-primary);color:#fff}.btn-icon[data-v-c14e4f09]{width:18px;height:18px;margin-left:8px;vertical-align:middle}@media (max-width: 768px){.page-hero[data-v-c14e4f09]{padding:100px 0 60px}.page-title[data-v-c14e4f09]{font-size:2.5rem}.page-content[data-v-c14e4f09]{padding:60px 0}.thank-you-content[data-v-c14e4f09]{padding:40px 30px}.thank-you-content h2[data-v-c14e4f09]{font-size:1.8rem}.action-buttons[data-v-c14e4f09]{flex-direction:column;align-items:stretch}.btn[data-v-c14e4f09]{width:100%;text-align:center}}@media (max-width: 480px){.page-title[data-v-c14e4f09]{font-size:2rem}.thank-you-content[data-v-c14e4f09]{padding:30px 20px}.thank-you-icon[data-v-c14e4f09]{width:80px;height:80px}.thank-you-icon svg[data-v-c14e4f09],.thank-you-icon .fa-icon[data-v-c14e4f09]{width:40px;height:40px}}.donate-page[data-v-e3508f21]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-e3508f21]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-e3508f21]{max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-e3508f21]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-e3508f21]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-e3508f21]{padding:80px 0}.donate-section[data-v-e3508f21]{margin-bottom:60px}.donate-card[data-v-e3508f21]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:50px;text-align:center;max-width:700px;margin:0 auto}.donate-header[data-v-e3508f21]{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:30px}.donate-icon[data-v-e3508f21]{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid var(--theme-primary);border-radius:50%}.donate-icon svg[data-v-e3508f21],.donate-icon .fa-icon[data-v-e3508f21]{width:35px;height:35px;color:var(--theme-primary)}.donate-card h2[data-v-e3508f21]{font-size:2rem;font-weight:500;color:var(--theme-primary);margin:0;font-family:var(--theme-font-heading);letter-spacing:.3px}.donate-description[data-v-e3508f21]{font-size:1.05rem;color:var(--theme-text);line-height:1.8;margin-bottom:30px;text-align:left}.donate-features[data-v-e3508f21]{display:flex;flex-direction:column;gap:15px;margin-bottom:35px;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.feature-item[data-v-e3508f21]{display:flex;align-items:center;gap:12px;color:var(--theme-text)}.feature-item svg[data-v-e3508f21],.feature-item .fa-icon[data-v-e3508f21]{width:18px;height:18px;color:var(--theme-primary);flex-shrink:0}.donate-btn[data-v-e3508f21]{width:100%;max-width:400px;padding:16px 32px;background:var(--theme-primary);color:#fff;border:2px solid var(--theme-primary);font-weight:500;font-size:1.1rem;cursor:pointer;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;margin:0 auto 20px}.donate-btn[data-v-e3508f21]:hover{background:transparent;color:var(--theme-primary)}.donate-btn svg[data-v-e3508f21],.donate-btn .fa-icon[data-v-e3508f21]{width:18px;height:18px}.donate-note[data-v-e3508f21]{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--theme-text-secondary);font-size:.9rem;margin:0}.donate-note svg[data-v-e3508f21],.donate-note .fa-icon[data-v-e3508f21]{width:14px;height:14px;color:var(--theme-primary)}.btn-icon[data-v-e3508f21]{width:18px;height:18px}.info-section[data-v-e3508f21]{text-align:center;padding:40px 20px;background:var(--theme-surface);border:1px solid var(--theme-border)}.info-section h3[data-v-e3508f21]{font-size:1.5rem;font-weight:500;color:var(--theme-primary);margin-bottom:15px;font-family:var(--theme-font-heading)}.info-section p[data-v-e3508f21]{color:var(--theme-text-secondary);line-height:1.8;margin-bottom:25px}.contact-link[data-v-e3508f21]{display:inline-flex;align-items:center;gap:8px;color:var(--theme-primary);text-decoration:none;font-weight:500;transition:opacity .2s ease}.contact-link[data-v-e3508f21]:hover{opacity:.8}.contact-link svg[data-v-e3508f21],.contact-link .fa-icon[data-v-e3508f21]{width:16px;height:16px}@media (max-width: 768px){.page-hero[data-v-e3508f21]{padding:100px 0 60px}.page-title[data-v-e3508f21]{font-size:2.5rem}.page-content[data-v-e3508f21]{padding:60px 0}.donate-card[data-v-e3508f21]{padding:30px 20px}.donate-card h2[data-v-e3508f21]{font-size:1.8rem}.donate-icon[data-v-e3508f21]{width:60px;height:60px}.donate-icon svg[data-v-e3508f21],.donate-icon .fa-icon[data-v-e3508f21]{width:30px;height:30px}}@media (max-width: 480px){.page-title[data-v-e3508f21]{font-size:2rem}.donate-card[data-v-e3508f21]{padding:25px 15px}.donate-card h2[data-v-e3508f21]{font-size:1.6rem}}.members-only-page[data-v-f9856666]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-f9856666]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-f9856666]{max-width:1100px;margin:0 auto;padding:0 20px}.page-title[data-v-f9856666]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-f9856666]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:560px;margin:0 auto;line-height:1.8}.page-content[data-v-f9856666]{padding:64px 0 80px}.form-section[data-v-f9856666]{margin-bottom:56px}.form-section[data-v-f9856666]:last-child{margin-bottom:0}.section-title[data-v-f9856666]{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:600;color:var(--theme-primary);margin-bottom:8px;font-family:var(--theme-font-heading);letter-spacing:.3px}.section-icon[data-v-f9856666]{color:var(--theme-secondary);flex-shrink:0}.section-icon.svg-inline--fa[data-v-f9856666],.section-icon.fa-icon[data-v-f9856666]{width:1.25rem;height:1.25rem}.section-description[data-v-f9856666]{font-size:.95rem;color:var(--theme-text-secondary);margin-bottom:24px;line-height:1.6;max-width:640px}.form-grid[data-v-f9856666]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.form-card[data-v-f9856666]{display:block;text-decoration:none;color:inherit;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:10px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.form-card[data-v-f9856666]:hover{border-color:var(--theme-primary);box-shadow:0 8px 24px #5b4a8c1f;transform:translateY(-2px)}.form-card-inner[data-v-f9856666]{padding:28px 24px;height:100%;display:flex;flex-direction:column;align-items:flex-start;min-height:180px}.form-card-icon[data-v-f9856666]{width:48px;height:48px;border-radius:10px;background:linear-gradient(135deg,#5b4a8c1f,#d795111f);color:var(--theme-primary);display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.form-card-icon.svg-inline--fa[data-v-f9856666],.form-card-icon .fa-icon[data-v-f9856666]{width:22px;height:22px}.form-card-title[data-v-f9856666]{font-size:1.15rem;font-weight:600;color:var(--theme-primary);margin:0 0 8px;font-family:var(--theme-font-heading);line-height:1.35}.form-card-description[data-v-f9856666]{font-size:.9rem;color:var(--theme-text-secondary);line-height:1.5;margin:0 0 auto;flex:1}.form-card-cta[data-v-f9856666]{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--theme-secondary);margin-top:16px}.cta-arrow[data-v-f9856666]{transition:transform .2s ease}.form-card:hover .cta-arrow[data-v-f9856666]{transform:translate(4px)}.cta-arrow.svg-inline--fa[data-v-f9856666],.cta-arrow.fa-icon[data-v-f9856666]{width:14px;height:14px}@media (max-width: 768px){.page-hero[data-v-f9856666]{padding:100px 0 60px}.page-title[data-v-f9856666]{font-size:2.5rem}.page-content[data-v-f9856666]{padding:48px 0 64px}.form-section[data-v-f9856666]{margin-bottom:44px}.form-grid[data-v-f9856666]{grid-template-columns:1fr;gap:20px}.form-card-inner[data-v-f9856666]{padding:24px 20px;min-height:160px}}@media (max-width: 480px){.page-title[data-v-f9856666]{font-size:2rem}.section-title[data-v-f9856666]{font-size:1.3rem}.form-card-inner[data-v-f9856666]{padding:20px 18px}.form-card-title[data-v-f9856666]{font-size:1.05rem}}.profile-page[data-v-ceeb4c83]{min-height:100vh;background:var(--theme-background)}.page-hero[data-v-ceeb4c83]{padding:120px 0 60px;text-align:center;background:var(--theme-background);border-bottom:1px solid var(--theme-border)}.container[data-v-ceeb4c83]{max-width:800px;margin:0 auto;padding:0 20px}.page-title[data-v-ceeb4c83]{font-size:2.8rem;font-weight:400;color:var(--theme-primary);margin-bottom:20px;font-family:var(--theme-font-heading);letter-spacing:.5px}.page-subtitle[data-v-ceeb4c83]{font-size:1.1rem;color:var(--theme-text-secondary);max-width:600px;margin:0 auto;line-height:1.8}.page-content[data-v-ceeb4c83]{padding:80px 0}.loading-state[data-v-ceeb4c83],.error-state[data-v-ceeb4c83]{text-align:center;padding:60px 20px;color:var(--theme-text-secondary);font-size:1.1rem}.error-state[data-v-ceeb4c83]{color:#c53030}.profile-form[data-v-ceeb4c83]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:40px}.error-message[data-v-ceeb4c83]{padding:12px 16px;background:#c530301f;color:#c53030;border-radius:6px;margin-bottom:24px;font-size:.95rem}.form-section[data-v-ceeb4c83]{margin-bottom:32px}.form-section[data-v-ceeb4c83]:last-of-type{margin-bottom:0}.section-title[data-v-ceeb4c83]{font-size:1.25rem;font-weight:600;color:var(--theme-primary);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--theme-border);font-family:var(--theme-font-heading)}.form-grid[data-v-ceeb4c83]{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group[data-v-ceeb4c83]{display:flex;flex-direction:column;gap:8px}.form-group.full-width[data-v-ceeb4c83]{grid-column:1 / -1}.form-group label[data-v-ceeb4c83]{font-size:.9rem;font-weight:600;color:var(--theme-text)}.form-group input[data-v-ceeb4c83],.form-group textarea[data-v-ceeb4c83]{padding:12px 16px;border:1px solid var(--theme-border);border-radius:6px;font-size:1rem;font-family:inherit;background:#ffffffe6;color:var(--theme-text)}.form-group input[data-v-ceeb4c83]:focus,.form-group textarea[data-v-ceeb4c83]:focus{outline:none;border-color:var(--theme-primary)}.form-group textarea[data-v-ceeb4c83]{resize:vertical;min-height:100px}.input-readonly[data-v-ceeb4c83]{background:#0000000d!important;color:var(--theme-text-secondary);cursor:not-allowed}.field-hint[data-v-ceeb4c83]{font-size:.8rem;color:var(--theme-text-secondary)}.file-input-hidden[data-v-ceeb4c83]{display:none}.image-upload-section[data-v-ceeb4c83]{display:flex;flex-direction:column;gap:12px}.upload-controls[data-v-ceeb4c83]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upload-button[data-v-ceeb4c83]{padding:10px 20px;background:var(--theme-primary);color:#fff;border:1px solid var(--theme-primary);border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s}.upload-button[data-v-ceeb4c83]:hover:not(:disabled){opacity:.9}.upload-button[data-v-ceeb4c83]:disabled{opacity:.6;cursor:not-allowed}.payment-warning[data-v-ceeb4c83]{margin-bottom:24px}.warning-content[data-v-ceeb4c83]{padding:20px 24px;background:#fef2f2;border:2px solid #dc2626;border-radius:6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.warning-icon[data-v-ceeb4c83]{width:40px;height:40px;color:#dc3545}.warning-content h2[data-v-ceeb4c83]{font-size:1.25rem;font-weight:600;color:#dc3545;margin:0;font-family:var(--theme-font-heading)}.warning-content p[data-v-ceeb4c83]{font-size:.95rem;color:var(--theme-text);line-height:1.5;margin:0}.checkout-section[data-v-ceeb4c83]{margin-bottom:32px}.checkout-card[data-v-ceeb4c83]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:32px}.checkout-card h2[data-v-ceeb4c83]{font-size:1.5rem;font-weight:600;color:var(--theme-primary);margin-bottom:24px;font-family:var(--theme-font-heading)}.checkout-error[data-v-ceeb4c83]{padding:16px;margin-bottom:20px;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:6px}.checkout-error p[data-v-ceeb4c83]{margin-bottom:12px;color:#dc3545}.dismiss-btn[data-v-ceeb4c83]{padding:8px 16px;background:transparent;border:1px solid #dc3545;color:#dc3545;cursor:pointer;font-size:.9rem;border-radius:6px}.dismiss-btn[data-v-ceeb4c83]:hover{background:#dc35451a}.checkout-form[data-v-ceeb4c83]{display:flex;flex-direction:column;gap:20px}.membership-details[data-v-ceeb4c83]{background:var(--theme-background);border:1px solid var(--theme-border);padding:20px;border-radius:6px}.detail-row[data-v-ceeb4c83]{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--theme-border)}.detail-row[data-v-ceeb4c83]:last-child{border-bottom:none}.detail-label[data-v-ceeb4c83]{font-weight:500;color:var(--theme-text-secondary);font-size:.9rem}.detail-value[data-v-ceeb4c83]{color:var(--theme-text);font-weight:500}.security-note[data-v-ceeb4c83]{display:flex;align-items:center;gap:10px;color:var(--theme-text-secondary);font-size:.9rem;padding:12px;background:var(--theme-background);border:1px solid var(--theme-border);border-radius:6px;margin:0}.security-note svg[data-v-ceeb4c83],.security-note .fa-icon[data-v-ceeb4c83]{width:16px;height:16px;color:var(--theme-primary);flex-shrink:0}.checkout-btn[data-v-ceeb4c83]{width:100%;padding:14px 24px;background:var(--theme-primary);color:#fff;border:2px solid var(--theme-primary);font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;border-radius:6px;font-family:inherit}.checkout-btn[data-v-ceeb4c83]:hover:not(:disabled){background:transparent;color:var(--theme-primary)}.checkout-btn[data-v-ceeb4c83]:disabled{opacity:.6;cursor:not-allowed}.checkout-btn .btn-icon[data-v-ceeb4c83]{width:18px;height:18px}.cancel-note[data-v-ceeb4c83]{text-align:center;color:var(--theme-text-secondary);font-size:.85rem;margin:0}.thank-you-section[data-v-ceeb4c83]{margin-bottom:32px}.thank-you-card[data-v-ceeb4c83]{background:var(--theme-surface);border:1px solid var(--theme-border);padding:32px;text-align:center}.thank-you-icon[data-v-ceeb4c83]{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#28a7451a;border:2px solid rgba(40,167,69,.3);border-radius:50%}.thank-you-icon svg[data-v-ceeb4c83],.thank-you-icon .fa-icon[data-v-ceeb4c83]{width:36px;height:36px;color:#28a745}.thank-you-card h2[data-v-ceeb4c83]{font-size:1.5rem;font-weight:600;color:var(--theme-primary);margin-bottom:16px;font-family:var(--theme-font-heading)}.thank-you-card>p[data-v-ceeb4c83]{font-size:.95rem;color:var(--theme-text);line-height:1.6;max-width:560px;margin:0 auto}.image-preview[data-v-ceeb4c83]{position:relative;width:100%;max-width:280px;border:1px solid var(--theme-border);border-radius:8px;overflow:hidden;background:#ffffff80}.image-preview img[data-v-ceeb4c83]{width:100%;height:auto;display:block;max-height:280px;object-fit:cover}.remove-image-button[data-v-ceeb4c83]{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#000000a6;color:#fff;border:none;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.remove-image-button[data-v-ceeb4c83]:hover{background:#000000d9}.upload-error[data-v-ceeb4c83]{font-size:.9rem;color:#c53030}.form-actions[data-v-ceeb4c83],.password-section[data-v-ceeb4c83]{margin-top:32px;padding-top:24px;border-top:1px solid var(--theme-border)}.password-hint[data-v-ceeb4c83]{font-size:.95rem;color:var(--theme-text-secondary);margin-bottom:16px;line-height:1.5}.password-hint strong[data-v-ceeb4c83]{color:var(--theme-text)}.success-message[data-v-ceeb4c83]{padding:12px 16px;background:#28a7451f;color:#1e7e34;border-radius:6px;margin-bottom:16px;font-size:.95rem}.reset-password-button[data-v-ceeb4c83]{padding:10px 20px;background:transparent;color:var(--theme-primary);border:2px solid var(--theme-primary);border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.reset-password-button[data-v-ceeb4c83]:hover:not(:disabled){opacity:.9;background:#00000008}.reset-password-button[data-v-ceeb4c83]:disabled{opacity:.5;cursor:not-allowed}.dismiss-inline[data-v-ceeb4c83]{margin-left:12px;padding:4px 10px;font-size:.85rem;background:transparent;border:1px solid #c53030;color:#c53030;border-radius:4px;cursor:pointer}.dismiss-inline[data-v-ceeb4c83]:hover{background:#c530301a}.submit-button[data-v-ceeb4c83]{padding:12px 28px;background:var(--theme-primary);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .2s}.submit-button[data-v-ceeb4c83]:hover:not(:disabled){opacity:.9}.submit-button[data-v-ceeb4c83]:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.page-hero[data-v-ceeb4c83]{padding:100px 0 60px}.page-title[data-v-ceeb4c83]{font-size:2.5rem}.page-content[data-v-ceeb4c83]{padding:60px 0}.profile-form[data-v-ceeb4c83]{padding:24px}.form-grid[data-v-ceeb4c83]{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.page-title[data-v-ceeb4c83]{font-size:2rem}.profile-form[data-v-ceeb4c83]{padding:20px}.upload-controls[data-v-ceeb4c83]{flex-direction:column;align-items:stretch}}
