@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255}@layer utilities{.text-balance{text-wrap:balance}}@layer base{:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:0.5rem;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--popover:0 0% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:0 0% 14.9%;--input:0 0% 14.9%;--ring:0 0% 83.1%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}}@layer base{*{@apply border-border;box-sizing:border-box}body{@apply bg-background text-foreground;color:rgb(var(--foreground-rgb));background:rgb(var(--background-start-rgb));font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}}.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}.page-container{display:flex;min-height:100vh;flex-direction:column}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;width:100%;border-bottom:1px solid #e5e7eb;background-color:#fff}.header-container{max-width:1200px;margin:0 auto;display:flex;height:64px;align-items:center;justify-content:space-between;padding:16px}.logo-container,.logo-link{display:flex;align-items:center;gap:8px}.logo-text{font-weight:700;font-size:1.25rem}.desktop-nav{display:none}@media (min-width:768px){.desktop-nav{display:flex;align-items:center;gap:24px}}.nav-link{font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#2563eb}.mobile-menu-button{display:flex;padding:8px;border-radius:6px;border:1px solid #d1d5db;background:none;cursor:pointer}@media (min-width:768px){.mobile-menu-button{display:none}}.menu-icon{height:20px;width:20px}.mobile-menu{display:block;background-color:#fff;border-bottom:1px solid #e5e7eb}.mobile-nav{display:flex;flex-direction:column;padding:16px;gap:12px}.mobile-nav-link{font-size:.875rem;font-weight:500;transition:color .2s}.mobile-nav-link:hover{color:#2563eb}.main-content{flex:1 1}.hero-section{position:relative;width:100%;height:80vh}.hero-image-container{position:relative;width:100%;height:100%}.hero-image{object-fit:cover}.hero-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.hero-content{max-width:1200px;margin:0 auto;text-align:center;color:white;padding:0 16px}.hero-title{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin-bottom:16px}@media (min-width:640px){.hero-title{font-size:3rem}}@media (min-width:768px){.hero-title{font-size:3.75rem}}.hero-subtitle{max-width:700px;font-size:1.125rem;margin:0 auto 16px}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;justify-content:center;gap:16px;padding-top:16px}@media (min-width:640px){.hero-buttons{flex-direction:row}}.primary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background-color:#2563eb;padding:12px 24px;font-size:1.125rem;font-weight:500;color:white;transition:background-color .2s}.primary-button:hover{background-color:#1d4ed8}.secondary-button{display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid white;padding:12px 24px;font-size:1.125rem;font-weight:500;color:white;transition:background-color .2s}.secondary-button:hover{background-color:rgba(255,255,255,.2)}.section{padding:64px 0;background-color:#fff}.section-alt{background-color:#f3f4f6}.section-container{max-width:1200px;margin:0 auto;padding:0 16px}.section-title{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;text-align:center;margin-bottom:32px}@media (min-width:640px){.section-title{font-size:2.25rem}}@media (min-width:768px){.section-title{font-size:3rem}}.news-grid{display:grid;grid-gap:32px;gap:32px}@media (min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:box-shadow .3s}.news-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.news-image-container{position:relative;height:192px;width:100%;margin-bottom:16px;overflow:hidden;border-radius:6px}.news-image{object-fit:cover;transition:transform .3s}.news-card:hover .news-image{transform:scale(1.05)}.news-title{font-size:1.25rem;font-weight:700}.news-excerpt{color:#4b5563;margin-top:8px}.news-link{color:#2563eb;display:inline-block;margin-top:8px}.news-link:hover{text-decoration:underline}.about-grid{display:grid;grid-gap:32px;gap:32px}@media (min-width:768px){.about-grid{grid-template-columns:repeat(2,1fr);align-items:center}}.about-image-container{position:relative;height:400px}.about-image{object-fit:cover;border-radius:8px}.about-content{display:flex;flex-direction:column;gap:16px}.about-title{font-size:1.5rem;font-weight:700}.about-text{margin-bottom:8px}.team-grid{display:grid;grid-gap:32px;gap:32px}@media (min-width:768px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-member{text-align:center;display:flex;flex-direction:column;gap:12px}.team-image-container{position:relative;height:160px;width:160px;margin:0 auto;overflow:hidden;border-radius:9999px}.team-image{object-fit:cover}.team-name{font-size:1.25rem;font-weight:700}.team-position{color:#4b5563}.membership-container{max-width:672px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:16px}.membership-intro{margin-bottom:16px}.membership-grid{display:grid;grid-gap:16px;gap:16px}@media (min-width:768px){.membership-grid{grid-template-columns:repeat(2,1fr)}}.membership-card{border:1px solid #e5e7eb;border-radius:8px;padding:24px;background-color:white;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.membership-card-title{font-size:1.25rem;font-weight:700;margin-bottom:8px}.membership-list{text-align:left;display:flex;flex-direction:column;gap:8px;list-style-type:none}.membership-button{margin-top:24px}.footer{border-top:1px solid #e5e7eb;padding:24px 0;background-color:white}@media (min-width:768px){.footer{padding:32px 0}}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:16px;padding:0 16px}@media (min-width:768px){.footer-container{flex-direction:row;align-items:center;justify-content:space-between}}.footer-copyright{text-align:center}@media (min-width:768px){.footer-copyright{text-align:left}}.copyright-text{font-size:.875rem;color:#4b5563}.footer-links{display:flex;justify-content:center;gap:16px}@media (min-width:768px){.footer-links{justify-content:flex-end}}.footer-link{font-size:.875rem;color:#4b5563;transition:color .2s}.footer-link:hover{color:#111827}.modalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000}.modalContent{background-color:white;padding:20px;border-radius:8px;max-width:90%;max-height:90vh;width:auto;position:relative;box-shadow:0 4px 8px rgba(0,0,0,.2)}.closeButton{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;z-index:10;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:white;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.imageContainer{position:relative;width:100%;min-height:300px;max-height:70vh;margin-bottom:15px}.modalImage{object-fit:contain}.modalTitle{text-align:center;margin-top:10px;font-size:18px;font-weight:600}@media (prefers-color-scheme:dark){.logo{filter:invert()}}