@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul{list-style:none}.landing{position:relative;display:flex;flex-direction:column;min-height:100vh;background-color:#021d49;overflow:hidden}.landing:before,.landing:after{content:"";position:absolute;pointer-events:none}.landing:before{top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 70% at 30% 85%,#0068FF 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 50% 50%,#021D49 0%,transparent 70%),radial-gradient(ellipse 70% 80% at 70% 100%,#0068FF 0%,transparent 50%);opacity:.55}.landing:after{top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 60% at 85% 15%,#00CE7C 0%,transparent 60%),radial-gradient(ellipse 30% 40% at 75% 5%,#00CE7C 0%,transparent 50%);opacity:.35}.landing{background:radial-gradient(ellipse 50% 40% at 5% 5%,#10161E 0%,transparent 60%),radial-gradient(ellipse 60% 30% at 50% 100%,#10161E 0%,transparent 50%),#021d49}.landing__header{position:relative;z-index:10;display:flex;justify-content:flex-end;padding:1.5rem 2rem}.landing__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:1.5rem}.landing__logo{width:clamp(280px,50vw,520px);height:auto}.landing__headline{font-size:clamp(1.25rem,3vw,2rem);font-weight:400;color:#fff;letter-spacing:-.01em;max-width:40ch}.landing__subheadline{font-size:clamp(1rem,2vw,1.35rem);font-weight:300;color:#fff9;max-width:50ch;line-height:1.6}.landing__date{font-size:clamp(.85rem,1.5vw,1rem);font-weight:700;color:#fff;max-width:50ch}.lang-switcher{position:relative;z-index:1000}.lang-switcher__trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffd9;font-size:.85rem;font-weight:500;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .2s ease,border-color .2s ease;cursor:pointer}.lang-switcher__trigger:hover{background:#ffffff1f;border-color:#ffffff40}.lang-switcher__label{white-space:nowrap}.lang-switcher__menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:180px;padding:.4rem;border-radius:12px;background:#0f1e32f2;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #0006;z-index:1001;animation:dropdown-in .15s ease-out}.lang-switcher__option-wrap{list-style:none}.lang-switcher__option{display:block;width:100%;padding:.6rem .9rem;border:none;border-radius:8px;background:transparent;font-size:.85rem;font-family:inherit;color:#ffffffb3;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease,color .15s ease}.lang-switcher__option:hover{background:#ffffff14;color:#fff}.lang-switcher__option--active{background:#4ade801f;color:#4ade80;font-weight:600}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.landing__header{padding:1rem 1.25rem}.landing__content{padding:1.5rem 1.25rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
