.NotFound_container__3PBBd{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;min-height:50vh}.NotFound_title__AGhIG{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem}.NotFound_message__XqxPe{font-size:1rem;color:var(--color-text);margin-bottom:2rem;max-width:400px}.NotFound_homeLink__gXGuS{display:inline-block;padding:.75rem 1.5rem;background-color:var(--color-primary);color:var(--color-white);border-radius:8px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.NotFound_homeLink__gXGuS:hover{background-color:rgb(255,54,154.5)}.Layout_container__wF_eP{min-height:100vh;display:flex;flex-direction:column;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.Layout_header__iwFlw{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem 0;margin-bottom:2rem;position:relative}.Layout_header__iwFlw:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(208,225,249,0),rgb(208,225,249) 50%,rgba(208,225,249,0))}@media(min-width:768px){.Layout_header__iwFlw{flex-wrap:nowrap;padding:2rem 0}}.Layout_logo__V4UCI{display:flex;align-items:center;position:relative;transition:transform .3s ease}.Layout_logo__V4UCI:hover{transform:translateY(-2px)}.Layout_title__ShBJG{font-size:1.75rem;font-weight:700;margin:0;color:var(--accent-color);position:relative;transition:color .3s ease}.Layout_title__ShBJG:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:var(--accent-color);transition:width .3s ease}.Layout_title__ShBJG:hover:after{width:100%}.Layout_hamburger__sEkBD{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:20}.Layout_hamburger__sEkBD:focus{outline:none}.Layout_hamburger__sEkBD span{width:2rem;height:.25rem;background:var(--text-color);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}@media(max-width:767px){.Layout_hamburger__sEkBD{display:flex}}.Layout_hamburgerOpen__RpLkC span{background:#f0f7ff}.Layout_hamburgerOpen__RpLkC span:first-child{transform:rotate(45deg)}.Layout_hamburgerOpen__RpLkC span:nth-child(2){opacity:0;transform:translateX(20px)}.Layout_hamburgerOpen__RpLkC span:nth-child(3){transform:rotate(-45deg)}@media(max-width:767px){.Layout_nav__Hgi_b{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(10,25,47,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:flex-start;padding-top:8rem;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:10}}@media(min-width:768px){.Layout_nav__Hgi_b{width:auto}}@media(max-width:767px){.Layout_navOpen__TbBej{transform:translateX(0)}}.Layout_navList__HVfu7{display:flex;list-style:none;padding:0;margin:0;gap:2rem;align-items:center}@media(max-width:767px){.Layout_navList__HVfu7{flex-direction:column;align-items:center;gap:2.5rem}}.Layout_navItem__fmNly{font-size:1rem;position:relative;font-weight:500}@media(max-width:767px){.Layout_navItem__fmNly{font-size:1.5rem;width:100%;text-align:center}.Layout_navItem__fmNly a{color:#f0f7ff}}.Layout_navItem__fmNly a{padding:.5rem 0;transition:color .3s ease}.Layout_navItem__fmNly a.Layout_active__QFso0,.Layout_navItem__fmNly a:hover{color:var(--accent-color)}.Layout_navItem__fmNly a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:var(--accent-color);transition:width .3s ease}.Layout_navItem__fmNly a.Layout_active__QFso0:after,.Layout_navItem__fmNly a:hover:after{width:100%}.Layout_main__ghA2Q{flex:1 1;display:flex;flex-direction:column;width:100%;padding-bottom:3rem}.Layout_pageTitle__hQO3o{font-size:2rem;margin-bottom:2.5rem;text-align:center;position:relative}.Layout_pageTitle__hQO3o:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translateX(-50%);width:60px;height:3px;background-color:var(--accent-color);border-radius:3px}.Layout_pageDescription__6VJmD{font-size:1rem;margin-bottom:2rem;text-align:center;color:var(--muted-color)}.Layout_footer__z5p_w{padding:3rem 0;margin-top:auto;text-align:center;font-size:.875rem;color:var(--muted-color);position:relative;margin-bottom:3rem}.Layout_footer__z5p_w:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,rgba(208,225,249,0),rgb(208,225,249) 50%,rgba(208,225,249,0))}.Layout_footerContent__Gnv_l{position:relative;z-index:1}.Layout_backToTop__hqvJV{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background-color:var(--accent-color);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,24,71,.15);transition:all .3s ease;z-index:10}.Layout_backToTop__hqvJV:hover{background-color:var(--accent-hover);transform:translateY(-3px);box-shadow:0 4px 15px rgba(0,24,71,.2)}.Layout_backToTop__hqvJV svg{width:1.5rem;height:1.5rem}@media(max-width:768px){.Layout_backToTop__hqvJV{bottom:2rem;right:1.5rem;width:2.5rem;height:2.5rem}}.Layout_backToTopNoBanner__m6TPF{bottom:2rem}@media(max-width:768px){.Layout_backToTopNoBanner__m6TPF{bottom:4rem}}.Layout_footerLink__8eife{color:var(--accent-color);position:relative}.Layout_footerLink__8eife:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:var(--accent-color);transition:width .3s ease}.Layout_footerLink__8eife:hover:after{width:100%}.Layout_disclaimer__Gvz_4{font-size:.75rem;margin-top:1.5rem;color:var(--muted-color);line-height:1.8}.Layout_footerLinks__1v8nR{margin-top:1.5rem;font-size:.875rem}.Layout_footerLinks__1v8nR a{color:var(--accent-color);margin:0 .5rem;transition:color .3s ease;text-decoration:none}.Layout_footerLinks__1v8nR a:hover{text-decoration:underline;color:var(--accent-dark-color)}.Layout_hasSubMenu__nLeAl{display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.Layout_hasSubMenu__nLeAl{display:block}}.Layout_subMenuToggle__mcp0j{background:none;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;transition:color .3s ease}.Layout_subMenuToggle__mcp0j.Layout_active__QFso0,.Layout_subMenuToggle__mcp0j:hover{color:var(--accent-color)}@media(max-width:767px){.Layout_subMenuToggle__mcp0j{color:#f0f7ff}}.Layout_activeParent__AjrOS>.Layout_subMenuToggle__mcp0j{color:var(--accent-color)}.Layout_subMenuIcon__VR4i8{display:inline-block;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;transition:transform .3s ease}.Layout_subMenuOpen__2S4Mg>.Layout_subMenuIcon__VR4i8{transform:rotate(180deg)}.Layout_subMenuList__3zTyd{list-style:none;padding:0;margin:0;display:none;flex-direction:column;align-items:center;gap:.5rem;overflow:hidden;max-height:0;transition:max-height .4s ease-in-out,padding .4s ease-in-out}@media(min-width:768px){.Layout_subMenuList__3zTyd{position:absolute;top:100%;background-color:var(--background-color);border-radius:8px;box-shadow:0 4px 12px rgba(0,24,71,.1);padding:.5rem 0;min-width:200px;z-index:100}}.Layout_subMenuListOpen__PGy9c{display:flex;padding-top:1rem;max-height:200px}@media(min-width:768px){.Layout_subMenuListOpen__PGy9c{padding:.5rem 0}}.Layout_subNavItem__YsMRj{font-size:.9rem;width:100%}.Layout_subNavItem__YsMRj a{display:block;padding:.5rem 1.5rem;color:var(--text-color);transition:background-color .2s ease,color .2s ease;white-space:nowrap}.Layout_subNavItem__YsMRj a:hover{background-color:rgba(208,225,249,.1);color:var(--accent-color)}.Layout_subNavItem__YsMRj a.Layout_active__QFso0{color:var(--accent-color);font-weight:600}.Layout_subNavItem__YsMRj a:after{content:none}@media(max-width:767px){.Layout_subNavItem__YsMRj{font-size:1.2rem}.Layout_subNavItem__YsMRj a{color:#d0e1f9}.Layout_subNavItem__YsMRj a.Layout_active__QFso0,.Layout_subNavItem__YsMRj a:hover{color:var(--accent-color);background-color:rgba(0,0,0,0)}}@keyframes OurSparkle_fadeIn__94euz{0%{opacity:0}to{opacity:1}}.OurSparkle_container__JIzGA{width:100%;max-width:var(--max-width);padding:0 2rem;animation:OurSparkle_fadeIn__94euz .5s ease-in-out}.OurSparkle_title__xJMeL{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--accent-color);text-align:center}.OurSparkle_description__gdYe7{font-size:.8rem;line-height:1.6;color:var(--text-color);text-align:center}.OurSparkle_sectionTitle__HcR6T{font-size:2rem;font-weight:700;color:var(--accent-color);margin-top:3rem;padding-bottom:.75rem;padding-left:1rem;border-bottom:2px solid var(--gradient-start);position:relative}.OurSparkle_sectionTitle__HcR6T:after{content:"";position:absolute;left:0;bottom:-2px;width:100px;height:2px;background-color:var(--accent-color)}.OurSparkle_placeGroup__CWQyz{margin-top:2rem}.OurSparkle_placeTitle__uQ3Tt{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.OurSparkle_projectGrid__1A_6C{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem;padding:1rem}.OurSparkle_card__lzz8g{background-color:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--card-shadow);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.OurSparkle_card__lzz8g:hover{transform:translateY(-5px);box-shadow:0 12px 35px rgba(0,24,71,.1)}.OurSparkle_cardImage__90E3x{width:100%;height:200px;object-fit:cover}.OurSparkle_cardContent__OIk4a{padding:1rem 1.5rem;flex-grow:1}.OurSparkle_cardTitle__I6awB{font-size:1.5rem;font-weight:700;color:var(--text-color)}.OurSparkle_cardOrganizer__XRK8l{font-size:.9rem;color:var(--muted-color);font-weight:600}.OurSparkle_organizerLink__F0ZHu{color:var(--accent-color);text-decoration:none;font-weight:700;transition:all .2s ease}.OurSparkle_organizerLink__F0ZHu:hover{color:var(--accent-hover);text-decoration:underline}.OurSparkle_cardTags__DxxBI{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 .4rem}.OurSparkle_cardTag__Qw8LI{background-color:var(--tag-bg);color:var(--tag-color);border-radius:var(--border-radius);font-size:.7rem;font-weight:600}.OurSparkle_cardParticipants__LTnLn{font-size:.9rem;color:var(--muted-color);font-weight:600}.OurSparkle_participantLink__NeMLQ{color:var(--text-color);text-decoration:none;font-weight:700;transition:all .2s ease}.OurSparkle_participantLink__NeMLQ:hover{color:var(--muted-color);text-decoration:underline}.OurSparkle_cardDescription__IJBX7{font-size:.8rem;margin-bottom:.2rem;line-height:1.6;color:var(--text-color)}.OurSparkle_cardTimeAndPlace__l8rQ9{font-size:.8rem;color:var(--muted-color)}.OurSparkle_placeLink__gxph8{color:var(--accent-color);text-decoration:none;font-weight:600;transition:all .2s ease}.OurSparkle_placeLink__gxph8:hover{text-decoration:underline;color:var(--accent-hover)}.OurSparkle_cardLinks__DAg7k{display:flex;gap:1rem;flex-wrap:wrap;padding:0 1.5rem 1.5rem}.OurSparkle_cardLinks__DAg7k a{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:var(--accent-color);color:#fff;text-decoration:none;border-radius:var(--border-radius);font-weight:600;font-size:.9rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(77,124,254,.2)}.OurSparkle_cardLinks__DAg7k a:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 15px rgba(77,124,254,.25)}.OurSparkle_cardLinks__DAg7k a:active{transform:translateY(0)}.OurSparkle_disabledButton__omPvl{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#ccc;color:#888;border-radius:var(--border-radius);font-weight:600;font-size:.9rem;cursor:not-allowed;opacity:.6;box-shadow:none}.OurSparkle_tabContainer__t9Dpw{display:flex;justify-content:center;margin:2rem 0;border-bottom:2px solid var(--border-color)}.OurSparkle_tabButton__FkHsq{padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:var(--muted-color);background-color:rgba(0,0,0,0);cursor:pointer;transition:all .3s ease;position:relative;border:none;border-bottom:4px solid rgba(0,0,0,0)}.OurSparkle_tabButton__FkHsq:hover{color:var(--text-color)}.OurSparkle_tabButton__FkHsq.OurSparkle_active__ooxIu{color:var(--accent-color);border-bottom-color:var(--accent-color)}.OurSparkle_tabContent__olvBq{padding-top:1rem}@media(max-width:768px){.OurSparkle_container__JIzGA{padding:1rem}.OurSparkle_title__xJMeL{font-size:2rem}.OurSparkle_sectionTitle__HcR6T{font-size:1.5rem}.OurSparkle_projectGrid__1A_6C{grid-template-columns:1fr;gap:1.5rem}.OurSparkle_cardContent__OIk4a{padding:1rem}.OurSparkle_cardLinks__DAg7k{flex-direction:column;gap:.75rem}.OurSparkle_cardLinks__DAg7k a{text-align:center;justify-content:center}}.Releases_container___dkHR{width:100%;max-width:1000px;margin:0 auto;padding:2rem}.Releases_title__cZpDK{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--accent-color);text-align:center}.Releases_description__MXqF8{font-size:1.2rem;line-height:1.6;color:var(--text-color);text-align:center;margin-bottom:2rem}.Releases_releaseList__AOoDv{margin:2rem 0}.Releases_releaseItem__CRrj_{display:flex;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.Releases_releaseItem__CRrj_:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media(max-width:768px){.Releases_releaseItem__CRrj_{flex-direction:column}}.Releases_releaseDate___6JVc{min-width:120px;font-weight:600;color:var(--muted-color)}@media(max-width:768px){.Releases_releaseDate___6JVc{margin-bottom:.5rem}}.Releases_releaseContent__3CpJQ{flex:1 1}.Releases_releaseTitle__ibOVF{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--accent-color)}.Releases_releaseDescription__LOv7l{font-size:1.1rem;line-height:1.6}.Releases_releaseDescription__LOv7l h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem;font-weight:600}.Releases_releaseDescription__LOv7l p{margin-bottom:1rem}.Releases_releaseDescription__LOv7l ol,.Releases_releaseDescription__LOv7l ul{margin-bottom:1rem;padding-left:1.5rem}.Releases_releaseDescription__LOv7l li{margin-bottom:.5rem}