.NewsCard-module__JMiKbq__newsCard{background:#fff;border:2px solid transparent;border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.NewsCard-module__JMiKbq__newsCard:hover{border-color:var(--type-color,var(--primary-orange));transform:translateY(-8px)scale(1.02);box-shadow:0 12px 35px rgba(0,0,0,.15)}.NewsCard-module__JMiKbq__imageContainer{height:200px;position:relative;overflow:hidden}.NewsCard-module__JMiKbq__newsImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.NewsCard-module__JMiKbq__newsCard:hover .NewsCard-module__JMiKbq__newsImage{transform:scale(1.1)}.NewsCard-module__JMiKbq__imageOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.9);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.NewsCard-module__JMiKbq__typeIcon{font-size:1.5rem}.NewsCard-module__JMiKbq__cardContent{padding:25px}.NewsCard-module__JMiKbq__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.NewsCard-module__JMiKbq__typeBadge{background:linear-gradient(45deg,var(--type-color,var(--primary-orange)),var(--primary-yellow));color:#fff;border-radius:20px;align-items:center;gap:6px;padding:8px 15px;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 2px 10px rgba(0,0,0,.1)}.NewsCard-module__JMiKbq__badgeIcon{font-size:1rem}.NewsCard-module__JMiKbq__badgeText{font-size:.85rem}.NewsCard-module__JMiKbq__dateInfo{color:var(--text-light);align-items:center;gap:5px;font-size:.9rem;font-weight:500;display:flex}.NewsCard-module__JMiKbq__dateIcon{font-size:1rem}.NewsCard-module__JMiKbq__newsTitle{color:var(--text-dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:15px;font-size:1.4rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.NewsCard-module__JMiKbq__newsContent{color:var(--text-light);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:20px;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.NewsCard-module__JMiKbq__cardFooter{margin-top:auto}.NewsCard-module__JMiKbq__readMoreButton{background:linear-gradient(45deg,var(--type-color,var(--primary-orange)),var(--primary-yellow));color:#fff;cursor:pointer;border:none;border-radius:25px;align-items:center;gap:8px;padding:12px 20px;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.2)}.NewsCard-module__JMiKbq__readMoreButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.NewsCard-module__JMiKbq__buttonIcon{font-size:1.2rem;transition:transform .3s}.NewsCard-module__JMiKbq__readMoreButton:hover .NewsCard-module__JMiKbq__buttonIcon{transform:translate(3px)}@media (max-width:768px){.NewsCard-module__JMiKbq__imageContainer{height:160px}.NewsCard-module__JMiKbq__cardContent{padding:20px}.NewsCard-module__JMiKbq__cardHeader{flex-direction:column;align-items:flex-start;gap:10px}.NewsCard-module__JMiKbq__newsTitle{font-size:1.2rem}.NewsCard-module__JMiKbq__newsContent{font-size:.95rem}.NewsCard-module__JMiKbq__readMoreButton{justify-content:center;width:100%}}
.NewsModal-module__OuYXCW__modalOverlay{z-index:1000;background-color:rgba(0,0,0,.7);justify-content:center;align-items:flex-start;padding:1rem;animation:.3s NewsModal-module__OuYXCW__fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.NewsModal-module__OuYXCW__modalContent{background:#fff;border-radius:16px;width:100%;max-width:800px;margin:1rem auto;padding:2rem;animation:.3s NewsModal-module__OuYXCW__slideIn;position:relative;box-shadow:0 8px 16px rgba(0,0,0,.2)}.NewsModal-module__OuYXCW__closeButton{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:background-color .3s;display:flex;position:absolute;top:1rem;right:1rem}.NewsModal-module__OuYXCW__closeButton:hover{background-color:rgba(0,0,0,.1)}.NewsModal-module__OuYXCW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.NewsModal-module__OuYXCW__modalTitle{color:var(--primary-text);margin:1rem 0 2rem;font-size:2rem;font-weight:700}.NewsModal-module__OuYXCW__typeBadge{background-color:var(--light-bg);border-radius:20px;align-items:center;padding:.5rem 1rem;font-weight:600;display:inline-flex}.NewsModal-module__OuYXCW__badgeIcon{margin-right:.5rem}.NewsModal-module__OuYXCW__dateInfo{color:var(--secondary-text);align-items:center;display:flex}.NewsModal-module__OuYXCW__dateIcon{margin-right:.5rem}.NewsModal-module__OuYXCW__sliderContainer{border-radius:12px;margin:2rem 0;overflow:hidden}.NewsModal-module__OuYXCW__modalBody{color:var(--secondary-text);line-height:1.6}.NewsModal-module__OuYXCW__paragraph{margin-bottom:1rem}@keyframes NewsModal-module__OuYXCW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NewsModal-module__OuYXCW__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.NewsModal-module__OuYXCW__modalContent{border-radius:0;min-height:100vh;margin:0;padding:1.5rem}.NewsModal-module__OuYXCW__modalTitle{margin:1rem 0;font-size:1.5rem}.NewsModal-module__OuYXCW__sliderContainer{margin:1.5rem -1.5rem}.NewsModal-module__OuYXCW__modalHeader{margin-bottom:1rem}.NewsModal-module__OuYXCW__modalBody{font-size:1em}.NewsModal-module__OuYXCW__closeButton{top:.5rem;right:.5rem}.NewsModal-module__OuYXCW__modalOverlay{padding:1rem}.NewsModal-module__OuYXCW__modalContent{margin:1rem;padding:1.5rem}.NewsModal-module__OuYXCW__modalTitle{font-size:1.5rem}}
.Button-module__Ri6GEa__buttonBase{white-space:nowrap;border-radius:var(--radius);transition:var(--transition-smooth);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.Button-module__Ri6GEa__buttonBase:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.Button-module__Ri6GEa__buttonBase:disabled{pointer-events:none;opacity:.5}.Button-module__Ri6GEa__buttonBase svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.Button-module__Ri6GEa__variant-default{background-color:var(--primary);color:var(--primary-foreground)}.Button-module__Ri6GEa__variant-default:hover{background-color:#e07306}.Button-module__Ri6GEa__variant-destructive{background-color:var(--destructive);color:var(--destructive-foreground)}.Button-module__Ri6GEa__variant-destructive:hover{background-color:#ed2c2c}.Button-module__Ri6GEa__variant-outline:hover{background-color:var(--muted);color:var(--muted-foreground)}.Button-module__Ri6GEa__variant-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.Button-module__Ri6GEa__variant-secondary:hover{background-color:#f5c73d}.Button-module__Ri6GEa__variant-ghost{color:var(--foreground);background-color:transparent}.Button-module__Ri6GEa__variant-ghost:hover{background-color:var(--muted);color:var(--muted-foreground)}.Button-module__Ri6GEa__variant-link{color:var(--primary);text-underline-offset:4px;background-color:transparent;text-decoration:underline}.Button-module__Ri6GEa__variant-link:hover{text-decoration:underline}.Button-module__Ri6GEa__variant-fun{background:var(--gradient-primary);color:var(--primary-foreground)}.Button-module__Ri6GEa__variant-fun:hover{box-shadow:var(--shadow-glow);transform:scale(1.05)}.Button-module__Ri6GEa__variant-playful{background-color:var(--pink);color:var(--pink-foreground);border-radius:9999px}.Button-module__Ri6GEa__variant-playful:hover{animation:.5s infinite Button-module__Ri6GEa__bounceGentle}.Button-module__Ri6GEa__variant-hero{background:var(--gradient-hero);color:var(--primary-foreground);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;animation:2s infinite Button-module__Ri6GEa__pulseGlow}.Button-module__Ri6GEa__variant-hero:hover{transform:scale(1.1);box-shadow:0 15px 25px rgba(0,0,0,.3)}.Button-module__Ri6GEa__variant-cute{background-color:var(--blue);color:var(--blue-foreground);border-radius:var(--radius)}.Button-module__Ri6GEa__variant-cute:hover{animation:.3s Button-module__Ri6GEa__wiggle}.Button-module__Ri6GEa__size-default{height:2.5rem;padding:.5rem 1rem}.Button-module__Ri6GEa__size-sm{border-radius:var(--radius);height:2.25rem;padding:0 .75rem}.Button-module__Ri6GEa__size-lg{border-radius:var(--radius);height:2.75rem;padding:0 2rem}.Button-module__Ri6GEa__size-xl{height:3.5rem;padding:0 2.5rem;font-size:1.125rem}.Button-module__Ri6GEa__size-icon{width:2.5rem;height:2.5rem}@keyframes Button-module__Ri6GEa__bounceGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes Button-module__Ri6GEa__pulseGlow{0%{box-shadow:var(--shadow-glow)}50%{box-shadow:0 0 20px rgba(251,166,81,.8)}to{box-shadow:var(--shadow-glow)}}@keyframes Button-module__Ri6GEa__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}
.BookingModal-module__A2lDpW__modalOverlay{z-index:1000;background:rgba(0,0,0,.35);justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.BookingModal-module__A2lDpW__modalContent{text-align:start;width:100%;max-width:560px;color:var(--card-foreground);border-radius:var(--radius);box-shadow:var(--shadow-primary);animation:BookingModal-module__A2lDpW__modalIn .25s var(--transition-smooth)both;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:24px}@keyframes BookingModal-module__A2lDpW__modalIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.BookingModal-module__A2lDpW__modalTitle{margin:0 0 16px;font-size:1.5rem}.BookingModal-module__A2lDpW__modalForm{flex-direction:column;gap:12px;display:flex}.BookingModal-module__A2lDpW__modalRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.BookingModal-module__A2lDpW__modalForm label{flex-direction:column;gap:6px;font-size:.95rem;display:flex}.BookingModal-module__A2lDpW__modalForm input,.BookingModal-module__A2lDpW__modalForm textarea{border:1px solid var(--border);border-radius:calc(var(--radius)*.6);background:var(--card);color:var(--foreground);padding:10px 12px}.BookingModal-module__A2lDpW__modalForm input[aria-invalid=true]{border-color:var(--destructive);box-shadow:0 0 0 2px color-mix(in oklab,var(--destructive)20%,transparent)}.BookingModal-module__A2lDpW__modalForm textarea{resize:vertical;min-height:88px}.BookingModal-module__A2lDpW__modalActions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.BookingModal-module__A2lDpW__errorText{color:var(--destructive);font-size:.85rem}@media (max-width:640px){.BookingModal-module__A2lDpW__modalRow{grid-template-columns:1fr}}
.Hero-module__fqhYwW__hero{background:linear-gradient(to bottom right,#fff,rgba(100,116,139,.2),rgba(236,72,153,.1));justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.Hero-module__fqhYwW__decorCircle{opacity:.2;border-radius:9999px;position:absolute}.Hero-module__fqhYwW__decorCircle1{background:linear-gradient(90deg,#3b82f6,#64748b);width:5rem;height:5rem;animation:6s infinite Hero-module__fqhYwW__float;top:5rem;left:2.5rem}.Hero-module__fqhYwW__decorCircle2{background:linear-gradient(90deg,#ec4899,#f472b6);width:4rem;height:4rem;animation:3s infinite Hero-module__fqhYwW__bounceGentle;bottom:5rem;right:2.5rem}.Hero-module__fqhYwW__decorCircle3{opacity:.15;background:linear-gradient(90deg,#60a5fa,#ec4899);width:3rem;height:3rem;animation:4s infinite Hero-module__fqhYwW__wiggle;top:50%;left:1.25rem}@keyframes Hero-module__fqhYwW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes Hero-module__fqhYwW__bounceGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes Hero-module__fqhYwW__wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.Hero-module__fqhYwW__container{z-index:10;text-align:center;width:95%;margin:0 auto;padding:0 1rem;position:relative}.Hero-module__fqhYwW__content{max-width:896px;margin:0 auto 1rem}.Hero-module__fqhYwW__mascotWrapper{justify-content:center;margin-bottom:2rem;display:flex}.Hero-module__fqhYwW__mascotImage{max-width:97%;height:9rem;margin-top:.5rem;animation:3s infinite Hero-module__fqhYwW__bounceGentle}.Hero-module__fqhYwW__title{background:var(--gradient-secondary);color:transparent;box-shadow:var(--gradient-secondary);-webkit-background-clip:text;background-clip:text;border:2rem;margin-bottom:1.5rem;font-size:2.25rem;font-weight:800;animation:.5s ease-out Hero-module__fqhYwW__slideUp}@media (min-width:768px){.Hero-module__fqhYwW__title{font-size:3.75rem}}@media (max-width:768px){.Hero-module__fqhYwW__mascotImage{height:4rem}}.Hero-module__fqhYwW__titleHighlight{margin-top:.5rem;font-size:3rem;display:block}@media (min-width:768px){.Hero-module__fqhYwW__titleHighlight{font-size:4.5rem}}.Hero-module__fqhYwW__subtitle{color:var(--muted-foreground);max-width:512px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;animation:.6s ease-out Hero-module__fqhYwW__slideUp}@media (min-width:768px){.Hero-module__fqhYwW__subtitle{font-size:1.25rem}}.Hero-module__fqhYwW__features{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;animation:.7s ease-out Hero-module__fqhYwW__slideUp;display:flex}.Hero-module__fqhYwW__featureItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.9);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Hero-module__fqhYwW__featureIcon{width:1.25rem;height:1.25rem;color:var(--primary)}.Hero-module__fqhYwW__featureText{color:var(--secondary-foreground);font-size:.875rem;font-weight:800}.Hero-module__fqhYwW__buttons{border:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:.8s ease-out Hero-module__fqhYwW__slideUp;display:flex}@media (min-width:640px){.Hero-module__fqhYwW__buttons{flex-direction:row}}.Hero-module__fqhYwW__button{min-width:200px}.Hero-module__fqhYwW__featureCards{grid-template-columns:1fr;gap:1.5rem;margin-top:3rem;animation:.9s ease-out Hero-module__fqhYwW__slideUp;display:grid}@media (min-width:768px){.Hero-module__fqhYwW__featureCards{grid-template-columns:repeat(3,1fr)}}.Hero-module__fqhYwW__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.8);border-radius:1rem;padding:1.5rem;transition:all .3s;box-shadow:0 4px 6px rgba(0,0,0,.1)}.Hero-module__fqhYwW__featureCard:hover{transform:scale(1.05);box-shadow:0 10px 15px rgba(0,0,0,.2)}.Hero-module__fqhYwW__featureCardTitle{color:#3b82f6;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.Hero-module__fqhYwW__featureCardDescription{color:#64748b;font-size:.875rem}@keyframes Hero-module__fqhYwW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Toast-module__EoIe4W__toastWrapper{z-index:9999;pointer-events:none;position:fixed;bottom:32px;left:50%;transform:translate(-50%)}.Toast-module__EoIe4W__toast{border-radius:var(--border-radius,15px);color:#fff;pointer-events:auto;white-space:pre-line;align-items:center;gap:12px;min-width:260px;max-width:90vw;padding:14px 22px;font-family:Comic Sans MS,cursive,sans-serif;font-size:1rem;font-weight:600;display:flex;box-shadow:0 8px 32px rgba(0,0,0,.18)}.Toast-module__EoIe4W__success{color:#1a4731;background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.Toast-module__EoIe4W__error{color:#5c1a1a;background:linear-gradient(135deg,#f7797d 0%,#fbd786 100%)}.Toast-module__EoIe4W__icon{flex-shrink:0;width:22px;height:22px}
.Card-module__mt6GGa__card{border-radius:var(--radius);border:1px solid var(--border);background:var(--card);color:var(--card-foreground);box-shadow:var(--shadow-secondary)}.Card-module__mt6GGa__cardHeader{flex-direction:column;gap:.375rem;padding:1.5rem;display:flex}.Card-module__mt6GGa__cardTitle{letter-spacing:-.025em;font-size:1.5rem;font-weight:600;line-height:1}.Card-module__mt6GGa__cardDescription{color:var(--muted-foreground);font-size:.875rem}.Card-module__mt6GGa__cardContent{padding:0 1.5rem 1.5rem}.Card-module__mt6GGa__cardFooter{align-items:center;padding:0 1.5rem 1.5rem;display:flex}
.PhotoSlider-module__N2pbeW__section{background:var(--gradient-background);padding:4rem 0}.PhotoSlider-module__N2pbeW__container{max-width:1200px;margin:0 auto;padding:0 1rem}.PhotoSlider-module__N2pbeW__header{text-align:center;margin-bottom:3rem}.PhotoSlider-module__N2pbeW__title{background:var(--gradient-primary);color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.PhotoSlider-module__N2pbeW__title{font-size:2.5rem}}.PhotoSlider-module__N2pbeW__description{color:var(--muted-foreground);max-width:512px;margin:0 auto;font-size:1.125rem}.PhotoSlider-module__N2pbeW__sliderWrapper{max-width:896px;margin:0 auto}.PhotoSlider-module__N2pbeW__slider{border-radius:var(--radius);box-shadow:var(--shadow-primary);background-color:var(--card);position:relative;overflow:hidden}.PhotoSlider-module__N2pbeW__slides{transition:var(--transition-smooth);display:flex}.PhotoSlider-module__N2pbeW__slide{flex:0 0 100%;position:relative}.PhotoSlider-module__N2pbeW__slideImage{object-fit:cover;width:100%;height:400px}@media (min-width:768px){.PhotoSlider-module__N2pbeW__slideImage{height:500px}}.PhotoSlider-module__N2pbeW__slideCaption{background:linear-gradient(transparent,rgba(0,0,0,.7));padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.PhotoSlider-module__N2pbeW__captionText{color:var(--primary-foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.PhotoSlider-module__N2pbeW__navButtonLeft,.PhotoSlider-module__N2pbeW__navButtonRight{box-shadow:var(--shadow-secondary);transition:var(--transition-bounce);background-color:rgba(255,255,255,.9);position:absolute;top:50%;transform:translateY(-50%)}.PhotoSlider-module__N2pbeW__navButtonLeft:hover,.PhotoSlider-module__N2pbeW__navButtonRight:hover{background-color:var(--card);transform:translateY(-50%)scale(1.1)}.PhotoSlider-module__N2pbeW__navButtonLeft{left:1rem}.PhotoSlider-module__N2pbeW__navButtonRight{right:1rem}.PhotoSlider-module__N2pbeW__navIcon{width:1.5rem;height:1.5rem}.PhotoSlider-module__N2pbeW__indicators{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.PhotoSlider-module__N2pbeW__indicator{background-color:var(--muted);width:.75rem;height:.75rem;transition:var(--transition-smooth);border-radius:9999px}.PhotoSlider-module__N2pbeW__indicator:hover{background-color:rgba(249,128,6,.5)}.PhotoSlider-module__N2pbeW__indicatorActive{background-color:var(--primary);box-shadow:var(--shadow-secondary);transform:scale(1.25)}.PhotoSlider-module__N2pbeW__thumbnails{justify-content:center;gap:1rem;margin-top:2rem;display:none}@media (min-width:768px){.PhotoSlider-module__N2pbeW__thumbnails{display:flex}}.PhotoSlider-module__N2pbeW__thumbnail{opacity:.7;width:5rem;height:4rem;transition:var(--transition-smooth);border-radius:.5rem;overflow:hidden}.PhotoSlider-module__N2pbeW__thumbnail:hover{opacity:1;transform:scale(1.05)}.PhotoSlider-module__N2pbeW__thumbnailActive{opacity:1;box-shadow:var(--shadow-secondary);outline:2px solid var(--primary);transform:scale(1.1)}.PhotoSlider-module__N2pbeW__thumbnailImage{object-fit:cover;width:100%;height:100%}
.Home-module__Ho9lYW__homepage{min-height:100vh}.Home-module__Ho9lYW__loading{height:50vh;color:var(--primary-orange);flex-direction:column;justify-content:center;align-items:center;font-size:24px;display:flex}.Home-module__Ho9lYW__loadingSpinner{font-size:60px;animation:2s linear infinite Home-module__Ho9lYW__spin}@keyframes Home-module__Ho9lYW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Home-module__Ho9lYW__heroSection{background:linear-gradient(135deg,rgba(255,107,53,.8) 0%,rgba(247,183,49,.8) 100%);align-items:center;height:80vh;display:flex;position:relative;overflow:hidden}.Home-module__Ho9lYW__heroContent{z-index:2;width:100%;position:relative}.Home-module__Ho9lYW__heroText{text-align:center;color:#fff;max-width:800px;margin:0 auto}.Home-module__Ho9lYW__heroTitle{text-shadow:2px 2px 10px rgba(0,0,0,.3);margin-bottom:20px;font-size:3.5rem;font-weight:700;line-height:1.2}.Home-module__Ho9lYW__heroDescription{text-shadow:1px 1px 5px rgba(0,0,0,.2);margin-bottom:30px;font-size:1.4rem;line-height:1.6}.Home-module__Ho9lYW__heroButtons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Home-module__Ho9lYW__featuresSection{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:80px 0}.Home-module__Ho9lYW__sectionTitle{text-align:center;color:var(--text-dark);margin-bottom:50px;font-size:2.5rem;position:relative}.Home-module__Ho9lYW__sectionTitle:after{content:"";background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));border-radius:2px;width:100px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Home-module__Ho9lYW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;display:grid}.Home-module__Ho9lYW__featureCard{text-align:center;background:#fff;border:3px solid transparent;padding:30px;transition:all .3s}.Home-module__Ho9lYW__featureCard:hover{border-color:var(--primary-yellow);transform:translateY(-10px)rotate(1deg)}.Home-module__Ho9lYW__featureIcon{margin-bottom:20px;font-size:3rem;animation:2s ease-in-out infinite Home-module__Ho9lYW__bounce;display:block}.Home-module__Ho9lYW__featureText{color:var(--text-dark);font-size:1.1rem;font-weight:600}.Home-module__Ho9lYW__infoSection{background:linear-gradient(135deg,var(--light-yellow)0%,var(--light-pink)100%);padding:80px 0}.Home-module__Ho9lYW__infoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.Home-module__Ho9lYW__infoCard{text-align:center;background:#fff;padding:40px;transition:all .3s}.Home-module__Ho9lYW__infoCard:hover{transform:scale(1.05)rotate(-1deg)}.Home-module__Ho9lYW__infoIcon{margin-bottom:20px;font-size:3rem;display:block}.Home-module__Ho9lYW__infoCard h3{color:var(--primary-orange);margin-bottom:15px;font-size:1.5rem}.Home-module__Ho9lYW__infoCard p{color:var(--text-dark);font-size:1.1rem;font-weight:600}.Home-module__Ho9lYW__ctaContent{text-align:center;z-index:2;position:relative}.Home-module__Ho9lYW__ctaTitle{text-shadow:2px 2px 10px rgba(0,0,0,.3);margin-bottom:20px;font-size:2.5rem}.Home-module__Ho9lYW__ctaText{text-shadow:1px 1px 5px rgba(0,0,0,.2);max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.3rem}.Home-module__Ho9lYW__ctaButtons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Home-module__Ho9lYW__ctaAnimation{z-index:1;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.Home-module__Ho9lYW__floatingGiraffe,.Home-module__Ho9lYW__floatingBalloon,.Home-module__Ho9lYW__floatingCake{opacity:.1;font-size:4rem;animation:15s linear infinite Home-module__Ho9lYW__floatingAround;position:absolute}.Home-module__Ho9lYW__floatingGiraffe{animation-delay:0s;top:10%;left:10%}.Home-module__Ho9lYW__floatingBalloon{animation-delay:5s;top:20%;right:15%}.Home-module__Ho9lYW__floatingCake{animation-delay:10s;bottom:15%;left:20%}@keyframes Home-module__Ho9lYW__floatingAround{0%{transform:translateY(0)rotate(0)}25%{transform:translateY(-20px)rotate(90deg)}50%{transform:translateY(0)rotate(180deg)}75%{transform:translateY(-15px)rotate(270deg)}to{transform:translateY(0)rotate(360deg)}}@media (max-width:768px){.Home-module__Ho9lYW__heroTitle{font-size:2.5rem}.Home-module__Ho9lYW__heroDescription{font-size:1.2rem}.Home-module__Ho9lYW__heroButtons{flex-direction:column;align-items:center}.Home-module__Ho9lYW__featuresGrid,.Home-module__Ho9lYW__infoGrid{grid-template-columns:1fr;gap:20px}.Home-module__Ho9lYW__sectionTitle,.Home-module__Ho9lYW__ctaTitle{font-size:2rem}.Home-module__Ho9lYW__ctaText{font-size:1.1rem}.Home-module__Ho9lYW__ctaButtons{flex-direction:column;align-items:center}}.Home-module__Ho9lYW__container{min-height:100vh}.Home-module__Ho9lYW__aboutSection{background:var(--gradient-background);padding:4rem 0}.Home-module__Ho9lYW__containerInner{max-width:1200px;margin:0 auto;padding:0 1rem}.Home-module__Ho9lYW__textCenter{text-align:center;margin-bottom:3rem}.Home-module__Ho9lYW__sectionTitle{background:var(--gradient-primary);color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.Home-module__Ho9lYW__sectionDescription{color:var(--muted-foreground);max-width:32rem;margin:0 auto;font-size:1.125rem}.Home-module__Ho9lYW__featuresGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Home-module__Ho9lYW__featuresGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Home-module__Ho9lYW__featuresGrid{grid-template-columns:repeat(3,1fr)}}.Home-module__Ho9lYW__card{transition:var(--transition-smooth);background:var(--gradient-card);border:none}.Home-module__Ho9lYW__card:hover{box-shadow:var(--shadow-primary);transform:scale(1.05)}.Home-module__Ho9lYW__cardAnimation{animation:.5s ease-out forwards Home-module__Ho9lYW__slideUp}@keyframes Home-module__Ho9lYW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Home-module__Ho9lYW__cardContent{text-align:center;padding:1.5rem}.Home-module__Ho9lYW__iconWrapper{border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;padding:1rem;display:flex}.Home-module__Ho9lYW__card:hover .Home-module__Ho9lYW__iconWrapper{animation:.5s Home-module__Ho9lYW__bounceGentle}@keyframes Home-module__Ho9lYW__bounceGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.Home-module__Ho9lYW__icon{width:2rem;height:2rem;color:var(--primary-foreground)}.Home-module__Ho9lYW__cardTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Home-module__Ho9lYW__cardDescription{color:var(--muted-foreground)}.Home-module__Ho9lYW__colorPrimary{background:var(--gradient-primary)}.Home-module__Ho9lYW__colorAccent{background:var(--gradient-secondary)}.Home-module__Ho9lYW__colorPink{background:linear-gradient(to right,var(--pink),#e830ba)}.Home-module__Ho9lYW__colorBlue{background:linear-gradient(to right,var(--blue),#1380ec)}.Home-module__Ho9lYW__colorSecondary{background:linear-gradient(to right,var(--secondary),#f5c73d)}.Home-module__Ho9lYW__ctaSection{background:var(--gradient-hero);color:var(--primary-foreground);padding:4rem 0;position:relative;overflow:hidden}.Home-module__Ho9lYW__ctaOverlay{background:rgba(0,0,0,.2);position:absolute;top:0;bottom:0;left:0;right:0}.Home-module__Ho9lYW__ctaContent{text-align:center;position:relative}.Home-module__Ho9lYW__ctaTitle{margin-bottom:1rem;font-size:2.25rem;font-weight:700}@media (min-width:768px){.Home-module__Ho9lYW__ctaTitle{font-size:2.5rem}}.Home-module__Ho9lYW__ctaDescription{opacity:.9;max-width:32rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.Home-module__Ho9lYW__ctaButtons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (min-width:640px){.Home-module__Ho9lYW__ctaButtons{flex-direction:row}}.Home-module__Ho9lYW__primaryButton{background:var(--card);color:var(--primary);box-shadow:var(--shadow-primary);min-width:200px}.Home-module__Ho9lYW__primaryButton:hover{box-shadow:var(--shadow-glow);background:#f2f2f2}.Home-module__Ho9lYW__outlineButton{border:1px solid var(--primary-foreground);color:var(--primary-foreground);min-width:200px}.Home-module__Ho9lYW__outlineButton:hover{background:var(--card);color:var(--primary)}.Home-module__Ho9lYW__skeleton{color:transparent;background-color:#e0e0e0;border-radius:6px;animation:1.5s ease-in-out infinite Home-module__Ho9lYW__pulse}.Home-module__Ho9lYW__skeletonCircle{border-radius:50%}.Home-module__Ho9lYW__skeletonText{height:1em;margin-bottom:.5em}@keyframes Home-module__Ho9lYW__pulse{0%,to{opacity:.7}50%{opacity:1}}
.SurveyVote-module__z1kJiq__surveyVote{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.SurveyVote-module__z1kJiq__surveyHeader{text-align:center;border-bottom:2px solid #f0f2f5;margin-bottom:1.5rem;padding-bottom:1rem}.SurveyVote-module__z1kJiq__question{color:var(--primary-orange);margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.4}.SurveyVote-module__z1kJiq__endDate{color:#718096;background:#f8fafc;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;display:inline-flex}.SurveyVote-module__z1kJiq__options{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.SurveyVote-module__z1kJiq__optionItem{background:#f8fafc;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem 1rem;transition:all .2s;display:flex}.SurveyVote-module__z1kJiq__option:hover:not(:disabled){border-color:#4a5568}.SurveyVote-module__z1kJiq__option.SurveyVote-module__z1kJiq__selected{background-color:#ebf8ff;border-color:#3182ce}.SurveyVote-module__z1kJiq__option.SurveyVote-module__z1kJiq__voted{cursor:default;background-color:#f7fafc}.SurveyVote-module__z1kJiq__optionContent{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.SurveyVote-module__z1kJiq__optionText{color:#4a5568;text-align:left;font-size:1rem;font-weight:600}.SurveyVote-module__z1kJiq__input{background:#fff;border:2px solid #e2e8f0;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:all .2s}.SurveyVote-module__z1kJiq__input:focus{border-color:var(--primary-orange);outline:none;box-shadow:0 0 0 3px rgba(237,137,54,.1)}.SurveyVote-module__z1kJiq__input:disabled{cursor:not-allowed;background-color:#f0f2f5}.SurveyVote-module__z1kJiq__voteButton{background-color:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.SurveyVote-module__z1kJiq__voteButton:hover:not(:disabled){background-color:var(--primary-orange-dark,#dd6b20);transform:translateY(-1px)}.SurveyVote-module__z1kJiq__voteButton:disabled{cursor:not-allowed;background-color:#cbd5e0;transform:none}.SurveyVote-module__z1kJiq__totalVotes{text-align:center;color:#4a5568;background:#f0f7ff;border:1px solid #e3f1ff;border-radius:6px;margin-top:1rem;padding:.75rem;font-size:1rem}.SurveyVote-module__z1kJiq__totalVotes.SurveyVote-module__z1kJiq__success{color:#2f855a;background:#f0fff4;border-color:#c6f6d5}.SurveyVote-module__z1kJiq__totalVotes.SurveyVote-module__z1kJiq__error{color:#c53030;background:#fff5f5;border-color:#fed7d7}
:root{--background:#f7f6f3;--foreground:#2c2421;--card:#fff;--card-foreground:#2c2421;--popover:#fff;--popover-foreground:#2c2421;--primary:#f98006;--primary-foreground:#fff;--primary-glow:#fba651;--secondary:#f6ce55;--secondary-foreground:#2c2421;--muted:#f0ede6;--muted-foreground:#70635c;--accent:#28bd66;--accent-foreground:#fff;--pink:#eb47c2;--pink-foreground:#fff;--blue:#2b8cee;--blue-foreground:#fff;--destructive:#ef4343;--destructive-foreground:#fff;--border:#e0ddd1;--input:#e9e7e2;--ring:#f98006;--radius:1rem;--gradient-primary:linear-gradient(135deg,#f98006,#f6ce55);--gradient-secondary:linear-gradient(135deg,#28bd66,#2b8cee);--gradient-hero:linear-gradient(135deg,#f98006,#f6ce55,#28bd66);--gradient-card:linear-gradient(145deg,#fff,#fbfbf9);--gradient-background:linear-gradient(180deg,#f7f6f3 0%,#f0ede6 100%);--shadow-primary:0 10px 30px -5px rgba(249,128,6,.25);--shadow-secondary:0 5px 20px -3px rgba(40,189,102,.15);--shadow-glow:0 0 40px rgba(251,166,81,.3);--transition-bounce:all .3s cubic-bezier(.68,-.55,.265,1.55);--transition-smooth:all .3s cubic-bezier(.4,0,.2,1);--sidebar-background:#fafafa;--sidebar-foreground:#3f3f46;--sidebar-primary:#18181b;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f4f4f5;--sidebar-accent-foreground:#18181b;--sidebar-border:#e5e7eb;--sidebar-ring:#3b82f6}.GlobalStyles-module__nfR-ma__body{background-color:var(--background);color:var(--foreground)}.GlobalStyles-module__nfR-ma__border{border-color:var(--border)}
.NewsContacts-module__WeWwhW__newsContactsPage{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);min-height:100vh;padding:40px 0}.NewsContacts-module__WeWwhW__loading{height:50vh;color:var(--primary-orange);flex-direction:column;justify-content:center;align-items:center;font-size:24px;display:flex}.NewsContacts-module__WeWwhW__loadingSpinner{font-size:60px;animation:2s linear infinite NewsContacts-module__WeWwhW__spin}.NewsContacts-module__WeWwhW__header{text-align:center;margin-bottom:50px}.NewsContacts-module__WeWwhW__title{color:var(--text-dark);margin-bottom:20px;font-size:3rem;display:inline-block;position:relative}.NewsContacts-module__WeWwhW__title:after{content:"";background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));border-radius:2px;width:150px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.NewsContacts-module__WeWwhW__subtitle{color:var(--text-light);font-size:1.3rem}.NewsContacts-module__WeWwhW__tabNavigation{justify-content:center;gap:20px;margin-bottom:50px;display:flex}.NewsContacts-module__WeWwhW__tabButton{cursor:pointer;color:var(--text-dark);background:#fff;border:2px solid #e9ecef;border-radius:25px;align-items:center;gap:12px;padding:20px 40px;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.1)}.NewsContacts-module__WeWwhW__tabButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.NewsContacts-module__WeWwhW__tabButton.NewsContacts-module__WeWwhW__active{background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));color:#fff;border-color:var(--primary-orange);transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,107,53,.4)}.NewsContacts-module__WeWwhW__tabIcon{font-size:1.3rem}.NewsContacts-module__WeWwhW__newsSection{margin-bottom:50px}.NewsContacts-module__WeWwhW__newsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.NewsContacts-module__WeWwhW__contactsSection{margin-bottom:50px}.NewsContacts-module__WeWwhW__contactsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.NewsContacts-module__WeWwhW__contactCard{background:#fff;border-radius:20px;padding:30px;transition:all .3s;position:relative;overflow:hidden}.NewsContacts-module__WeWwhW__contactCard:before{content:"";background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));width:100%;height:4px;transition:left .3s;position:absolute;top:0;left:-100%}.NewsContacts-module__WeWwhW__contactCard:hover:before{left:0}.NewsContacts-module__WeWwhW__contactCard:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}.NewsContacts-module__WeWwhW__contactHeader{text-align:center;margin-bottom:25px}.NewsContacts-module__WeWwhW__contactTitle{color:var(--text-dark);justify-content:center;align-items:center;gap:10px;margin-bottom:15px;font-size:1.5rem;display:flex}.NewsContacts-module__WeWwhW__contactIcon{background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:10px;font-size:1.8rem;display:flex;box-shadow:0 4px 15px rgba(255,107,53,.3)}.NewsContacts-module__WeWwhW__contactInfo{flex-direction:column;gap:20px;display:flex}.NewsContacts-module__WeWwhW__contactItem{background:#f8f9fa;border-radius:15px;align-items:flex-start;gap:15px;padding:15px;transition:all .3s;display:flex}.NewsContacts-module__WeWwhW__contactItem:hover{background:var(--light-yellow);transform:translate(5px)}.NewsContacts-module__WeWwhW__contactItemIcon{text-align:center;min-width:30px;margin-top:2px;font-size:1.5rem}.NewsContacts-module__WeWwhW__contactItem div{flex:1}.NewsContacts-module__WeWwhW__contactItem strong{color:var(--text-dark);margin-bottom:5px;font-size:1rem;display:block}.NewsContacts-module__WeWwhW__contactItem a,.NewsContacts-module__WeWwhW__contactItem span{color:var(--text-light);font-size:1rem;text-decoration:none;transition:color .3s}.NewsContacts-module__WeWwhW__contactItem a:hover{color:var(--primary-orange)}.NewsContacts-module__WeWwhW__socialMedia{flex-direction:column;gap:15px;display:flex}.NewsContacts-module__WeWwhW__socialLink{color:var(--text-dark);background:#f8f9fa;border:2px solid transparent;border-radius:15px;align-items:center;gap:15px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.NewsContacts-module__WeWwhW__socialLink:hover{border-color:var(--primary-orange);background:#fff;transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.NewsContacts-module__WeWwhW__socialIcon{background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;box-shadow:0 4px 15px rgba(255,107,53,.3)}.NewsContacts-module__WeWwhW__socialLink div{flex:1}.NewsContacts-module__WeWwhW__socialLink strong{color:var(--text-dark);margin-bottom:5px;font-size:1.2rem;display:block}.NewsContacts-module__WeWwhW__socialLink p{color:var(--text-light);margin:0;font-size:.95rem}.NewsContacts-module__WeWwhW__mapCard{grid-column:1/-1}.NewsContacts-module__WeWwhW__mapContainer{border-radius:15px;height:300px;overflow:hidden}.NewsContacts-module__WeWwhW__mapPlaceholder{background:linear-gradient(135deg,var(--light-yellow)0%,var(--light-pink)100%);height:100%;color:var(--text-dark);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.NewsContacts-module__WeWwhW__mapIcon{margin-bottom:20px;font-size:4rem;animation:2s ease-in-out infinite NewsContacts-module__WeWwhW__bounce}.NewsContacts-module__WeWwhW__mapPlaceholder p{margin:5px 0;font-size:1.2rem}.NewsContacts-module__WeWwhW__mapAddress{color:var(--primary-orange);font-weight:600;margin-bottom:20px!important}.NewsContacts-module__WeWwhW__mapButton{background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));color:#fff;cursor:pointer;border:none;border-radius:25px;padding:12px 25px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px rgba(0,0,0,.2)}.NewsContacts-module__WeWwhW__mapButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}@media (max-width:768px){.NewsContacts-module__WeWwhW__title{font-size:2.5rem}.NewsContacts-module__WeWwhW__subtitle{font-size:1.1rem}.NewsContacts-module__WeWwhW__tabNavigation{flex-direction:column;align-items:center;gap:15px}.NewsContacts-module__WeWwhW__tabButton{justify-content:center;width:100%;max-width:300px;padding:15px 30px;font-size:1rem}.NewsContacts-module__WeWwhW__newsGrid,.NewsContacts-module__WeWwhW__contactsGrid{grid-template-columns:1fr;gap:25px}.NewsContacts-module__WeWwhW__contactCard{padding:25px}.NewsContacts-module__WeWwhW__contactTitle{flex-direction:column;gap:15px;font-size:1.3rem}.NewsContacts-module__WeWwhW__socialLink{padding:15px}.NewsContacts-module__WeWwhW__socialIcon{width:50px;height:50px;font-size:1.5rem}.NewsContacts-module__WeWwhW__mapPlaceholder{padding:20px}.NewsContacts-module__WeWwhW__mapIcon{font-size:3rem}}
.RuleModal-module__4Vzcza__modalBackdrop{z-index:1000;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.RuleModal-module__4Vzcza__modalContent{background-color:#fff;border-radius:8px;width:90%;max-width:600px;padding:2rem;position:relative;box-shadow:0 5px 15px rgba(0,0,0,.3)}.RuleModal-module__4Vzcza__modalHeader{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.RuleModal-module__4Vzcza__modalTitle{color:#333;font-size:1.5rem;font-weight:700}.RuleModal-module__4Vzcza__closeButton{cursor:pointer;color:#aaa;background:0 0;border:none;font-size:2rem}.RuleModal-module__4Vzcza__closeButton:hover{color:#333}.RuleModal-module__4Vzcza__modalBody{color:#555;max-height:60vh;padding-right:15px;font-size:1.1rem;line-height:1.6;overflow-y:auto}.RuleModal-module__4Vzcza__modalBody ul{padding-left:20px}.RuleModal-module__4Vzcza__modalBody li{margin-bottom:10px}
