@import"https://fonts.googleapis.com/css2?family=Garamond:wght@400;700&family=Geist:wght@400;500;600;700&display=swap";:root{--color-blue: #3b82f6;--color-blue-dark: #1e40af;--color-blue-light: #dbeafe;--color-blue-50: #eff6ff;--color-white: #ffffff;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-900: #111827;--color-gray-900-dark: #1f2937}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:"sans-serif",system-ui,sans-serif;background-color:var(--color-white);color:var(--color-gray-900);line-height:1.6}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-blue-dark)}h1,h2,h3,h4,h5,h6{font-family:Garamond,serif;font-weight:700;line-height:1.2}h1{font-size:3.75rem;margin-bottom:1rem}h2{font-size:3rem;margin-bottom:1.5rem}h3{font-size:1.875rem;margin-bottom:1rem}h4{font-size:1.125rem;margin-bottom:.75rem}p{line-height:1.6}a{text-decoration:none;transition:color .3s ease,background-color .3s ease}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;transition:all .3s ease}header{background-color:var(--color-white);border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;z-index:50;box-shadow:0 1px 3px #0000001a}.header-container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.header-logo-icon{width:2.5rem;height:2.5rem;background-color:var(--color-blue);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-white);font-family:Garamond,serif;font-weight:700;font-size:1.125rem}.header-brand{display:none}@media(min-width:640px){.header-brand{display:block}.header-brand h1{font-size:1.125rem;margin-bottom:0}.header-brand p{font-size:.75rem;color:var(--color-gray-500)}}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:var(--color-gray-600);font-weight:500;transition:color .3s ease}.header-nav a:hover{color:var(--color-blue);text-decoration:none}.header-nav a.active{color:var(--color-blue);font-weight:600}.language-switcher{position:relative}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--color-white);border:2px solid var(--color-gray-200);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--color-gray-700);cursor:pointer;transition:all .3s ease}.language-button:hover{border-color:var(--color-blue);background-color:var(--color-blue-50)}.language-icon{font-size:1.25rem;line-height:1}.language-name{display:none}@media(min-width:640px){.language-name{display:inline}}.language-arrow{font-size:.625rem;color:var(--color-gray-500)}.language-menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--color-white);border:2px solid var(--color-gray-200);border-radius:.5rem;box-shadow:0 10px 25px #0000001a;min-width:10rem;overflow:hidden;z-index:100}.language-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background-color:var(--color-white);border:none;text-align:left;font-size:.875rem;color:var(--color-gray-700);cursor:pointer;transition:all .2s ease}.language-option:hover{background-color:var(--color-blue-50)}.language-option.active{background-color:var(--color-blue);color:var(--color-white);font-weight:600}.language-option.active:hover{background-color:var(--color-blue-dark)}main{min-height:100vh}.hero{background:linear-gradient(to bottom,var(--color-white),var(--color-blue-50));padding:6rem 1.5rem}.hero-nav{border-bottom:1px solid var(--color-gray-200);position:sticky;top:0;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;box-shadow:0 1px 3px #0000001a}.hero-nav-container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.hero-button{padding:.5rem 1.5rem;background-color:var(--color-blue);color:var(--color-white);border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #3b82f633}.hero-button:hover{background-color:var(--color-blue-dark);box-shadow:0 10px 15px #3b82f64d;text-decoration:none}.hero-button.secondary{border:2px solid var(--color-blue);background-color:transparent;color:var(--color-blue)}.hero-button.secondary:hover{background-color:var(--color-blue-50);text-decoration:none}.hero-content{max-width:80rem;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-content{grid-template-columns:1fr 1fr;padding:8rem 1.5rem}}.hero-text{display:flex;flex-direction:column;gap:2rem}.hero-tag{font-size:.75rem;letter-spacing:.1em;color:var(--color-blue);font-weight:700;text-transform:uppercase}.hero-title{font-size:3rem;line-height:1.2;color:var(--color-gray-900);font-family:Garamond,serif;font-weight:700}@media(min-width:1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{font-size:1.125rem;font-style:italic;color:var(--color-gray-600);font-family:Garamond,serif;line-height:1.8}.hero-description{font-size:1.125rem;color:var(--color-gray-600);max-width:32rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;padding-top:1rem}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-visual-box{position:relative;width:100%;max-width:28rem;aspect-ratio:1 / 1}.hero-visual-content{position:absolute;inset:0;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.hero-visual-gradient{width:100%;height:100%;background:linear-gradient(135deg,var(--color-blue) 0%,#3b82f6 50%,#1e40af 100%);display:flex;align-items:center;justify-content:center;font-size:5rem}.hero-visual-transparent{width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center;font-size:5rem}.stats{background-color:var(--color-blue-50);border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200);padding:4rem 1.5rem}.stats-container{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.stats-container{grid-template-columns:repeat(3,1fr)}}.stat{text-align:center;display:flex;flex-direction:column;gap:.75rem}.stat-number{font-size:3rem;font-family:Garamond,serif;font-weight:700;color:var(--color-blue)}.stat-title{font-size:1.125rem;font-family:Garamond,serif;font-weight:700;color:var(--color-gray-900)}.stat-description{color:var(--color-gray-600)}section{border-bottom:1px solid var(--color-gray-200)}.section-container{max-width:80rem;margin:0 auto;padding:4rem 1.5rem}@media(min-width:1024px){.section-container{padding:6rem 1.5rem}}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-family:Garamond,serif;font-weight:700;color:var(--color-gray-900);margin-bottom:1rem}@media(min-width:1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.25rem;color:var(--color-gray-600)}.status-section{background-color:var(--color-white)}.status-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.status-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.status-grid{grid-template-columns:repeat(4,1fr)}}.status-card{padding:2rem;border-radius:.5rem;border:2px solid var(--color-gray-200);background-color:var(--color-white);transition:all .3s ease}.status-card:hover{border-color:var(--color-blue);box-shadow:0 10px 25px #3b82f61a}.status-icon{width:3rem;height:3rem;background-color:#dbeafe;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-blue);margin-bottom:1rem}.status-card h3{font-size:1.25rem;margin-bottom:.5rem}.status-card p{color:var(--color-gray-600);line-height:1.6}.gallery-section{background-color:var(--color-blue-50)}.gallery-scroll-container{position:relative}.gallery-items{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-blue) var(--color-gray-100)}.gallery-item{flex-shrink:0;width:20rem;height:16rem;border-radius:.75rem;overflow:hidden;border:2px solid var(--color-gray-300);box-shadow:0 4px 6px #0000001a;scroll-snap-align:start;transition:box-shadow .3s ease}.gallery-item:hover{box-shadow:0 10px 15px #0000001a}.gallery-item-content{width:100%;height:100%;background:linear-gradient(135deg,var(--color-blue),#1e40af);display:flex;align-items:center;justify-content:center;font-size:3.75rem;transition:all .3s ease}.gallery-item:hover .gallery-item-content{background:linear-gradient(135deg,#1e40af,#1e3a8a)}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background-color:var(--color-blue);color:var(--color-white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;font-size:1.25rem}.scroll-button:hover{background-color:var(--color-blue-dark);box-shadow:0 10px 15px #0000001a}.scroll-button.left{left:-1.5rem}.scroll-button.right{right:-1.5rem}.committee-section{background-color:var(--color-white)}.committee-grid{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-blue) var(--color-gray-100)}.committee-card{flex-shrink:0;width:18rem;background-color:var(--color-white);border-radius:.75rem;border:2px solid var(--color-gray-200);box-shadow:0 4px 6px #0000000f;overflow:hidden;scroll-snap-align:start;transition:box-shadow .3s ease}.committee-card:hover{box-shadow:0 10px 15px #0000001a}.committee-card-image{width:100%;height:12rem;background:linear-gradient(135deg,var(--color-blue),#1e40af);display:flex;align-items:center;justify-content:center;font-size:3.75rem}.committee-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.committee-card h3{font-size:1.125rem;margin:0}.committee-card-position{color:var(--color-blue);font-weight:600;font-size:.875rem}.committee-card-bio{color:var(--color-gray-600);font-size:.875rem;line-height:1.5}.events-section{background-color:var(--color-blue-50)}.events-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.events-grid{grid-template-columns:repeat(3,1fr)}}.event-card{background-color:var(--color-white);border-radius:.75rem;overflow:hidden;border:2px solid var(--color-gray-200);box-shadow:0 4px 6px #0000000f;transition:box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.event-card:hover{box-shadow:0 10px 15px #0000001a}.event-card-header{background:linear-gradient(90deg,var(--color-blue),#1e40af);padding:1.5rem;color:var(--color-white)}.event-card-header h3{font-size:1.5rem;margin-bottom:.5rem}.event-card-date{color:#dbeafe;font-size:.875rem;font-weight:500}.event-card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1}.event-card-description{color:var(--color-gray-700);flex:1}.event-card-details{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;border-top:1px solid var(--color-gray-200);padding-top:1rem;color:var(--color-gray-600)}.event-card-detail span{font-weight:600;color:var(--color-blue)}.event-button{width:100%;padding:.75rem;background-color:var(--color-blue);color:var(--color-white);font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;margin-top:1rem;display:block;text-align:center;text-decoration:none}.event-button:hover{background-color:var(--color-blue-dark)}footer{background-color:var(--color-gray-900-dark);color:var(--color-gray-100);border-top:4px solid var(--color-blue)}.footer-container{max-width:80rem;margin:0 auto;padding:4rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-section h4{font-size:1.125rem;font-family:Garamond,serif;font-weight:700;color:var(--color-white);margin-bottom:1rem}.footer-section p{color:var(--color-gray-300);line-height:1.6}.footer-contact a{color:#60a5fa;transition:color .3s ease}.footer-contact a:hover{color:var(--color-white);text-decoration:none}.footer-hours{font-size:.875rem;display:flex;flex-direction:column;gap:.5rem;color:var(--color-gray-300)}.footer-hours span{font-weight:600}.footer-social{display:flex;gap:.75rem}.social-button{width:2.5rem;height:2.5rem;background-color:var(--color-blue);color:var(--color-white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.social-button:hover{background-color:var(--color-blue-dark)}.footer-divider{border-top:1px solid var(--color-gray-700);padding-top:2rem;text-align:center;color:var(--color-gray-400)}.footer-divider p{margin-bottom:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media(max-width:640px){h1{font-size:2rem}h2{font-size:1.875rem}.hero-title{font-size:2rem}.section-title{font-size:1.875rem}.stat-number{font-size:2rem}}footer.svelte-rxj3n0{position:relative;overflow:hidden;z-index:0}footer.svelte-rxj3n0:before{content:"";position:absolute;inset:0;background-image:url(../../../background.jpeg);background-size:cover;background-position:center;opacity:.1;z-index:-1}body{margin:0;padding:0}
