.PageLayout-module__iPUvwW__container{background-color:rgb(var(--background-rgb));min-height:100vh;color:rgb(var(--foreground-rgb));flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow-x:hidden}.PageLayout-module__iPUvwW__closeButton{cursor:pointer;color:rgba(var(--foreground-rgb),.5);z-index:10;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:color .3s,transform .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.PageLayout-module__iPUvwW__closeButton:hover{color:rgba(var(--foreground-rgb),.9);transform:scale(1.1)}.PageLayout-module__iPUvwW__content{background:rgba(var(--background-rgb),.2);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(var(--foreground-rgb),.1);z-index:2;border-radius:3rem;width:100%;max-width:800px;margin:2rem 0;padding:3rem 3rem 2rem;animation:.6s ease-out PageLayout-module__iPUvwW__fadeIn;position:relative;box-shadow:0 4px 30px #0000001a}[data-theme=light] .PageLayout-module__iPUvwW__content{background:#fffc;box-shadow:0 4px 30px #00000026}.PageLayout-module__iPUvwW__title{text-align:center;letter-spacing:-.03rem;color:rgba(var(--foreground-rgb),.6);margin-bottom:2.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.1}.PageLayout-module__iPUvwW__section{margin-bottom:2.5rem}.PageLayout-module__iPUvwW__section h2{background:linear-gradient(to right,rgba(var(--foreground-rgb),.8),rgba(var(--secondary-rgb),.6));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:1.75rem;font-weight:500}.PageLayout-module__iPUvwW__section h3{color:rgba(var(--foreground-rgb),.85);margin-top:1.5rem;margin-bottom:.8rem;font-size:1.3rem;font-weight:500}.PageLayout-module__iPUvwW__section p{color:rgba(var(--foreground-rgb),.8);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.PageLayout-module__iPUvwW__highlight{color:rgba(var(--foreground-rgb),.95);display:inline-block;position:relative}.PageLayout-module__iPUvwW__leadMessage{color:rgba(var(--foreground-rgb),.7);text-align:center;margin-bottom:2rem;font-size:1.25rem;font-weight:400;line-height:1}.PageLayout-module__iPUvwW__contactInfo{margin-top:1.5rem;font-weight:500}.PageLayout-module__iPUvwW__emailLink,.PageLayout-module__iPUvwW__contactLink{color:rgba(var(--foreground-rgb),.9);text-decoration:none;transition:all .2s;display:inline-block;position:relative}.PageLayout-module__iPUvwW__emailLink{border-bottom:1px solid rgba(var(--foreground-rgb),.15)}.PageLayout-module__iPUvwW__emailLink:after,.PageLayout-module__iPUvwW__contactLink:after{content:"";background-color:rgb(var(--foreground-rgb));width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.PageLayout-module__iPUvwW__emailLink:hover:after,.PageLayout-module__iPUvwW__contactLink:hover:after{width:100%}.PageLayout-module__iPUvwW__navigation{justify-content:center;margin-top:3rem;display:flex}.PageLayout-module__iPUvwW__backButton{background:rgba(var(--foreground-rgb),.1);color:rgba(var(--foreground-rgb),.9);border:1px solid rgba(var(--foreground-rgb),.2);border-radius:2rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}.PageLayout-module__iPUvwW__backButton:hover{background:rgba(var(--foreground-rgb),.2);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.PageLayout-module__iPUvwW__lastUpdated{text-align:center;color:rgba(var(--foreground-rgb),.6);margin-bottom:2.5rem;font-size:.9rem;font-style:italic}.PageLayout-module__iPUvwW__list{color:rgba(var(--foreground-rgb),.8);margin-bottom:1.5rem;margin-left:1.5rem}.PageLayout-module__iPUvwW__list li{margin-bottom:.5rem;font-size:1.05rem;line-height:1.5}.PageLayout-module__iPUvwW__regionGrid{grid-template-columns:repeat(auto-fill,minmax(300px,4fr));gap:1rem;margin-top:1.5rem;display:grid}.PageLayout-module__iPUvwW__regionLink{background:rgba(var(--foreground-rgb),.05);border:1px solid rgba(var(--foreground-rgb),.05);color:rgba(var(--foreground-rgb),.9);text-align:center;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1.5rem;font-weight:500;transition:all .3s;display:flex}.PageLayout-module__iPUvwW__regionLink:hover{background:rgba(var(--foreground-rgb),.15);border-color:rgba(var(--foreground-rgb),.2);transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.PageLayout-module__iPUvwW__requestRegion{text-align:center;border-top:1px solid rgba(var(--foreground-rgb),.1);margin-bottom:-2rem;padding-top:2rem}.PageLayout-module__iPUvwW__requestRegionLink{color:rgba(var(--foreground-rgb),.5);background:rgba(var(--blueaccent-rgb),.1);border:1px solid rgba(var(--foreground-rgb),.1);border-radius:3rem;padding:1.25rem 9.5rem;font-size:1.25rem;font-weight:500;transition:scale .3s;box-shadow:0 4px 12px #0003}.PageLayout-module__iPUvwW__requestRegionLink:hover{background:rgba(var(--blueaccent-rgb),.2);box-shadow:0 0 20px rgba(var(--foreground-rgb),.1);transform:scale(1.05)}.PageLayout-module__iPUvwW__requestRegion p{color:rgba(var(--foreground-rgb),.7);margin-bottom:.5rem;font-size:1rem}@keyframes PageLayout-module__iPUvwW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.PageLayout-module__iPUvwW__container{padding:1.5rem 1rem}.PageLayout-module__iPUvwW__content{border-radius:2rem;margin:1rem 0;padding:2rem 1.75rem 1.5rem}.PageLayout-module__iPUvwW__title{margin-bottom:1.5rem;font-size:2.5rem}.PageLayout-module__iPUvwW__section h2{margin-bottom:1rem;font-size:1.75rem}.PageLayout-module__iPUvwW__section h3{margin-top:1.3rem;margin-bottom:.9rem;font-size:1.5rem}.PageLayout-module__iPUvwW__section p{font-size:1.3rem;line-height:1.6}.PageLayout-module__iPUvwW__leadMessage{font-size:1.5rem;line-height:1.6}.PageLayout-module__iPUvwW__list{margin-left:1.25rem}.PageLayout-module__iPUvwW__list li{margin-bottom:.8rem;font-size:1.25rem}.PageLayout-module__iPUvwW__navigation{margin-top:2rem}.PageLayout-module__iPUvwW__backButton{text-align:center;width:100%;max-width:200px;padding:.8rem 2rem;font-size:1.3rem}.PageLayout-module__iPUvwW__regionGrid{grid-template-columns:1fr;gap:1rem}.PageLayout-module__iPUvwW__regionLink{padding:1.25rem 1rem;font-size:1.3rem}.PageLayout-module__iPUvwW__emailLink,.PageLayout-module__iPUvwW__contactLink{padding:.5rem 0;font-size:1.3rem}.PageLayout-module__iPUvwW__lastUpdated{margin-bottom:1.5rem;font-size:1.1rem}.PageLayout-module__iPUvwW__closeButton{top:1.25rem;right:1.25rem}}@media (width<=480px){.PageLayout-module__iPUvwW__container{padding:1rem 1.5rem}.PageLayout-module__iPUvwW__content{border-radius:2.5rem;margin:.75rem 0;padding:1.75rem 1.5rem .25rem}.PageLayout-module__iPUvwW__title{margin-bottom:1.75rem;font-size:2.5rem}.PageLayout-module__iPUvwW__section{margin-bottom:2rem}.PageLayout-module__iPUvwW__section h2{margin-top:3rem;margin-bottom:1rem;font-size:2rem;font-weight:600}.PageLayout-module__iPUvwW__section h3{margin-top:1.2rem;margin-bottom:.8rem;font-size:1.5rem;font-weight:550}.PageLayout-module__iPUvwW__section p{opacity:.95;margin-bottom:1rem;font-size:1.375rem;line-height:1.5}.PageLayout-module__iPUvwW__leadMessage{margin-bottom:1.25rem;font-size:1rem;line-height:1.5}.PageLayout-module__iPUvwW__navigation{margin-top:1.75rem}.PageLayout-module__iPUvwW__backButton{padding:.85rem 1.75rem;font-size:1.2rem}.PageLayout-module__iPUvwW__contactInfo{margin-top:3rem}.PageLayout-module__iPUvwW__emailLink,.PageLayout-module__iPUvwW__contactLink{padding:.7rem 0;font-size:1.35rem;font-weight:550;display:inline-block}.PageLayout-module__iPUvwW__lastUpdated{margin-bottom:1.5rem;font-size:1rem}.PageLayout-module__iPUvwW__list li{margin-bottom:.7rem;font-size:1.15rem}.PageLayout-module__iPUvwW__regionLink{padding:1.2rem 1rem;font-size:1.2rem}.PageLayout-module__iPUvwW__closeButton{top:.4rem;right:1rem}}.PageLayout-module__iPUvwW__faqContainer{width:100%;margin:2rem 0}.PageLayout-module__iPUvwW__faqItem{border-bottom:1px solid rgba(var(--foreground-rgb),.1);margin-bottom:1rem}.PageLayout-module__iPUvwW__faqQuestion{text-align:left;width:100%;color:rgba(var(--foreground-rgb),.9);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1.2rem;font-weight:500;transition:all .3s;display:flex}.PageLayout-module__iPUvwW__faqQuestion:hover,.PageLayout-module__iPUvwW__faqQuestion.PageLayout-module__iPUvwW__active{color:rgb(var(--foreground-rgb))}.PageLayout-module__iPUvwW__faqIcon{transition:transform .3s}.PageLayout-module__iPUvwW__rotate{transform:rotate(180deg)}.PageLayout-module__iPUvwW__faqAnswer{color:rgba(var(--foreground-rgb),.8);opacity:0;grid-template-rows:0fr;font-size:1.1rem;line-height:1.6;transition:grid-template-rows .4s cubic-bezier(.25,.46,.45,.94),opacity .3s;display:grid;overflow:hidden}.PageLayout-module__iPUvwW__faqAnswer>div{min-height:0;padding-bottom:1.5rem}.PageLayout-module__iPUvwW__faqAnswer.PageLayout-module__iPUvwW__show{opacity:1;grid-template-rows:1fr;transition:grid-template-rows .4s cubic-bezier(.25,.46,.45,.94),opacity .4s .1s}.PageLayout-module__iPUvwW__inlineLink{text-decoration:none;transition:all .25s;position:relative}[data-theme=light] .PageLayout-module__iPUvwW__inlineLink{color:rgba(var(--inline-link-rgb),.95)}[data-theme=light] .PageLayout-module__iPUvwW__inlineLink:hover{color:rgba(var(--inline-link-rgb),1);filter:brightness(.85)}[data-theme=dark] .PageLayout-module__iPUvwW__inlineLink{color:rgba(var(--inline-link-rgb),.9);filter:brightness(1.1)}[data-theme=dark] .PageLayout-module__iPUvwW__inlineLink:hover{color:rgba(var(--inline-link-rgb),1);filter:brightness(1.2)}@media (width<=768px){.PageLayout-module__iPUvwW__faqQuestion{padding:1.2rem 0;font-size:1.3rem}.PageLayout-module__iPUvwW__faqAnswer{font-size:1.2rem;line-height:1.5}}@media (width<=480px){.PageLayout-module__iPUvwW__faqQuestion{padding:1.1rem 0;font-size:1.35rem}.PageLayout-module__iPUvwW__faqAnswer{font-size:1.25rem}}

.Changelog-module__hO6tDa__changelogContainer{flex-direction:column;width:100%;display:flex}.Changelog-module__hO6tDa__changelogItem{flex-direction:column;display:flex;position:relative}.Changelog-module__hO6tDa__changelogItem:after{content:"";background:linear-gradient(90deg,transparent 0%,rgba(var(--foreground-rgb),.1)50%,transparent 100%);height:1px;margin:2rem 0}.Changelog-module__hO6tDa__changelogItem:last-child:after{display:none}.Changelog-module__hO6tDa__changelogHeader{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.Changelog-module__hO6tDa__date{background:linear-gradient(to right,rgba(var(--secondary-rgb),.6),rgba(var(--secondary-rgb),.8),rgba(var(--foreground-rgb),.9));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:600}.Changelog-module__hO6tDa__badgeContainer,.Changelog-module__hO6tDa__regionBadges,.Changelog-module__hO6tDa__tagBadges{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Changelog-module__hO6tDa__regionBadge,.Changelog-module__hO6tDa__tagBadge{background-color:rgba(var(--foreground-rgb),.1);color:rgba(var(--foreground-rgb),.8);white-space:nowrap;border:1px solid rgba(var(--foreground-rgb),.06);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:center;background-image:none;border-radius:.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-block}.Changelog-module__hO6tDa__regionBadge:hover{background-color:rgba(var(--foreground-rgb),.18);border:1px solid rgba(var(--foreground-rgb),.1)}.Changelog-module__hO6tDa__tagBadge{background-color:rgba(var(--foreground-rgb),.03)}.Changelog-module__hO6tDa__tagBadge:hover{background-color:rgba(var(--foreground-rgb),.05);border:1px solid rgba(var(--foreground-rgb),.1)}.Changelog-module__hO6tDa__activeBadge{border-color:rgba(var(--foreground-rgb),.25);font-weight:600;background-color:rgba(var(--foreground-rgb),.15)!important}.Changelog-module__hO6tDa__activeFilterContainer{background-color:rgba(var(--foreground-rgb),.03);border:1px solid rgba(var(--foreground-rgb),.08);border-radius:.5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1rem;display:flex}.Changelog-module__hO6tDa__filterInfo{color:rgba(var(--foreground-rgb),.8);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0;font-size:.95rem;display:flex}.Changelog-module__hO6tDa__filterLabel{margin-right:.25rem}.Changelog-module__hO6tDa__activeFilterTags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Changelog-module__hO6tDa__activeFilterTag{color:rgba(var(--foreground-rgb),.9);font-weight:600}.Changelog-module__hO6tDa__clearFilterButton{background-color:rgba(var(--foreground-rgb),.05);color:rgba(var(--foreground-rgb),.7);white-space:nowrap;cursor:pointer;border-radius:.5rem;padding:.25rem .5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-block}.Changelog-module__hO6tDa__clearFilterButton:hover{background-color:rgba(var(--foreground-rgb),.1);color:rgba(var(--foreground-rgb),.95)}.Changelog-module__hO6tDa__noResults{text-align:center;color:rgba(var(--foreground-rgb),.7);padding:2rem 0;font-style:italic}.Changelog-module__hO6tDa__changesList{margin-top:.75rem;padding-left:0;list-style-type:none}.Changelog-module__hO6tDa__changeItem{color:rgba(var(--foreground-rgb),.8);margin-bottom:.75rem;padding-left:1.25rem;font-size:1.125rem;line-height:1.5;position:relative}.Changelog-module__hO6tDa__changeItem:last-child{margin-bottom:0}.Changelog-module__hO6tDa__changeItem:before{content:"-";color:rgba(var(--foreground-rgb),.6);position:absolute;left:0}@media (width<=768px){.Changelog-module__hO6tDa__clearFilterButton{margin-top:.5rem}.Changelog-module__hO6tDa__changeItem{font-size:1.25rem}.Changelog-module__hO6tDa__date{font-size:1.5rem}}@media (width<=480px){.Changelog-module__hO6tDa__changelogContainer{padding-bottom:2rem}.Changelog-module__hO6tDa__changeItem{font-size:1.25rem}.Changelog-module__hO6tDa__date{font-size:1.625rem}.Changelog-module__hO6tDa__regionBadge,.Changelog-module__hO6tDa__tagBadge{font-size:1rem}}

/*# sourceMappingURL=148b057f8eba83e4.css.map*/