:root{--button-bg-active: hsl(0 0% 100%);--button-text-active: #000000;--button-drop-shadow: 0px 3px 3px rgba(0, 0, 0, .2);--button-inner-shadow-active: inset 0px 0px 4.5px rgba(0, 0, 0, .2);--button-bg-inactive: hsl(0 0% 77%);--button-text-inactive: #000000;--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(0, 0, 0, .25);--button-not-visited-active: #c10202;--button-not-visited-pressed: #951b00;--button-visited-active: #00ab3c;--button-visited-pressed: #00802d}[data-theme=dark]{--button-bg-active: hsl(0 0% 24%);--button-text-active: #ffffff;--button-inner-shadow-active: inset 0px 0px 4.5px rgba(255, 255, 255, .2);--button-bg-inactive: hsl(0 0% 12%);--button-text-inactive: #ffffff;--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(255, 255, 255, .25);--button-not-visited-active: #a61e00;--button-not-visited-pressed: #8e1a00;--button-visited-active: #008f32;--button-visited-pressed: #007a2b}.rs-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;cursor:pointer;box-sizing:border-box;font-family:"Geologica Cursive",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;-webkit-font-variation-settings:"CRSV" 1,"MONO" 0,"slnt" 0;font-variation-settings:"CRSV" 1,"MONO" 0,"slnt" 0;font-size:16px;line-height:normal;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}a.rs-button{text-decoration:none}.rs-button__inner-shadow{position:absolute;inset:0;pointer-events:none;border-radius:inherit}.rs-button__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.rs-button__text{white-space:nowrap}.rs-button--icon-right .rs-button__icon{order:2}.rs-button--icon-right .rs-button__text{order:1}.rs-button--color-secondary{--button-bg-active: hsl(0 0% 5%);--button-bg-inactive: hsl(0 0% 20%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 77%);--button-inner-shadow-active: inset 0px 0px 4.5px rgba(255, 255, 255, .2);--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(255, 255, 255, .25)}[data-theme=dark] .rs-button--color-secondary{--button-bg-active: hsl(0 0% 100%);--button-bg-inactive: hsl(0 0% 89%);--button-text-active: #000000;--button-text-inactive: #000000;--button-text-disabled: var(--text-disabled);--button-inner-shadow-active: inset 0px 0px 4.5px rgba(0, 0, 0, .2);--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(0, 0, 0, .25)}.rs-button--color-accent{--button-bg-active: hsl(353 57% 48%);--button-bg-inactive: hsl(353 57% 38%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button--color-accent{--button-bg-active: hsl(353 100% 19%);--button-bg-inactive: hsl(352, 100%, 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button--color-green-action{--button-bg-active: hsl(141 60% 40%);--button-bg-inactive: hsl(141 60% 35%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button--color-green-action{--button-bg-active: hsl(141 100% 19%);--button-bg-inactive: hsl(141 100% 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button--color-red-action{--button-bg-active: hsl(0 68% 58%);--button-bg-inactive: hsl(0 68% 48%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button--color-red-action{--button-bg-active: hsl(359 100% 25%);--button-bg-inactive: hsl(359 100% 17%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button--color-fav-action{--button-bg-active: hsl(53 59% 60%);--button-bg-inactive: hsl(53 55% 50%);--button-text-active: hsl(0 0% 0%);--button-text-inactive: hsl(0 0% 0%);--button-text-disabled: hsl(0 0% 35%)}[data-theme=dark] .rs-button--color-fav-action{--button-bg-active: hsl(53 100% 24%);--button-bg-inactive: hsl(53 100% 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button--active{background-color:var(--button-bg-active);color:var(--button-text-active);box-shadow:var(--button-drop-shadow)}.rs-button--active .rs-button__inner-shadow{box-shadow:var(--button-inner-shadow-active)}.rs-button--pressed{background-color:var(--button-bg-inactive);color:var(--button-text-inactive);box-shadow:none}.rs-button--pressed .rs-button__inner-shadow{box-shadow:var(--button-inner-shadow-pressed)}.rs-button--disabled{background-color:var(--button-bg-inactive);color:var(--button-text-disabled, var(--text-disabled));box-shadow:none;cursor:not-allowed}.rs-button--disabled .rs-button__inner-shadow{box-shadow:var(--button-inner-shadow-pressed)}.rs-button--wide{padding:12px 20px;min-height:40px}.rs-button--width-fixed{min-width:288px;width:auto}.rs-button--width-hug{min-width:auto;width:auto}.rs-button--width-fill{width:100%;min-width:auto}.rs-button--text-size{font-size:var(--text-sm);min-height:35px;padding:8px 14px;width:fit-content;max-width:100%;align-self:flex-start}.rs-button--circle{width:40px!important;height:40px!important;padding:0!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:40px!important}.rs-button--circle .rs-button__icon{width:16px;height:16px}.rs-button--square{width:40px;height:40px;padding:0;min-width:40px;min-height:40px;flex-shrink:0}.rs-button--square .rs-button__icon{width:16px;height:16px}.rs-button--tab{padding:12px 18px;min-height:40px;min-width:66px}.rs-button--chip{padding:8px 16px;min-height:35px;font-size:14px}.rs-button--rounded{border-radius:32px}.rs-button--left-rounded{border-radius:32px 0 0 32px}.rs-button--right-rounded{border-radius:0 32px 32px 0}.rs-button--top-rounded{border-radius:16px 16px 0 0}.rs-button--bottom-rounded{border-radius:0 0 16px 16px}.rs-button--squared{border-radius:0}.rs-button--circle.rs-button--rounded,.rs-button--circle.rs-button--top-rounded,.rs-button--circle.rs-button--bottom-rounded{border-radius:50%}.rs-button--square.rs-button--squared{border-radius:0}.rs-button--circle.rs-button--left-rounded,.rs-button--circle.rs-button--right-rounded,.rs-button--square.rs-button--left-rounded,.rs-button--square.rs-button--right-rounded{width:50px!important;min-width:50px!important;max-width:50px!important;flex-basis:50px!important}.rs-button--circle.rs-button--left-rounded,.rs-button--square.rs-button--left-rounded{padding-left:4px!important;padding-right:0!important}.rs-button--circle.rs-button--right-rounded,.rs-button--square.rs-button--right-rounded{padding-right:4px!important;padding-left:0!important}.rs-button--active:active:not(:disabled){transform:translateY(0)}.rs-button:focus-visible{outline:none}@media(max-width:1023px){.rs-button--wide{font-size:15px}.rs-button--width-fixed{min-width:240px}.rs-button--tab{font-size:15px;padding:10px 16px}.rs-button--circle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;flex-grow:0!important}.rs-button--square{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:40px!important}}@media(max-width:639px){.rs-button--wide{font-size:14px;padding:10px 18px}.rs-button--width-fixed{min-width:200px}.rs-button--tab{font-size:14px;padding:10px 14px}.rs-button--chip{font-size:13px;padding:7px 14px}.rs-button--circle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;flex-grow:0!important}.rs-button--square{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:40px!important}}.rs-button-bar{display:inline-flex;align-items:stretch;gap:0;position:relative}.rs-button-bar__item{position:relative;display:flex;flex-direction:column;align-items:center}.rs-button-bar__indicator{width:100%;height:4px;background-color:var(--accent-color);border-radius:2px 2px 0 0;margin-bottom:4px;flex-shrink:0}.rs-button-bar__button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:normal;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;min-height:40px;background-color:var(--button-bg-active);color:var(--button-text-active);box-shadow:var(--button-drop-shadow)}.rs-button-bar__inner-shadow{position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:var(--button-inner-shadow-active)}.rs-button-bar__text{white-space:nowrap}.rs-button-bar--color-secondary{--button-bg-active: hsl(0 0% 5%);--button-bg-inactive: hsl(0 0% 20%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 77%);--button-inner-shadow-active: inset 0px 0px 4.5px rgba(255, 255, 255, .2);--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(255, 255, 255, .25)}[data-theme=dark] .rs-button-bar--color-secondary{--button-bg-active: hsl(0 0% 100%);--button-bg-inactive: hsl(0 0% 89%);--button-text-active: #000000;--button-text-inactive: #000000;--button-text-disabled: var(--text-disabled);--button-inner-shadow-active: inset 0px 0px 4.5px rgba(0, 0, 0, .2);--button-inner-shadow-pressed: inset 0px 0px 4.5px rgba(0, 0, 0, .25)}.rs-button-bar--color-accent{--button-bg-active: hsl(353 57% 48%);--button-bg-inactive: hsl(353 57% 38%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button-bar--color-accent{--button-bg-active: hsl(353 100% 19%);--button-bg-inactive: hsl(352, 100%, 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button-bar--color-green-action{--button-bg-active: hsl(141 60% 40%);--button-bg-inactive: hsl(141 60% 35%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button-bar--color-green-action{--button-bg-active: hsl(141 100% 19%);--button-bg-inactive: hsl(141 100% 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button-bar--color-red-action{--button-bg-active: hsl(0 68% 58%);--button-bg-inactive: hsl(0 68% 48%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 80%)}[data-theme=dark] .rs-button-bar--color-red-action{--button-bg-active: hsl(359 100% 25%);--button-bg-inactive: hsl(359 100% 17%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button-bar--color-fav-action{--button-bg-active: hsl(53 59% 60%);--button-bg-inactive: hsl(53 55% 50%);--button-text-active: hsl(0 0% 0%);--button-text-inactive: hsl(0 0% 0%);--button-text-disabled: hsl(0 0% 35%)}[data-theme=dark] .rs-button-bar--color-fav-action{--button-bg-active: hsl(53 100% 24%);--button-bg-inactive: hsl(53 100% 12%);--button-text-active: hsl(0 0% 100%);--button-text-inactive: hsl(0 0% 100%);--button-text-disabled: hsl(0 0% 40%)}.rs-button-bar__button--pressed{background-color:var(--button-bg-inactive);color:var(--button-text-inactive);box-shadow:none}.rs-button-bar__button--pressed .rs-button-bar__inner-shadow{box-shadow:var(--button-inner-shadow-pressed)}.rs-button-bar__button--disabled{background-color:var(--button-bg-inactive);color:var(--button-text-disabled, var(--text-disabled));box-shadow:none;cursor:not-allowed}.rs-button-bar__button--disabled .rs-button-bar__inner-shadow{box-shadow:var(--button-inner-shadow-pressed)}.rs-button-bar__button--left-rounded{border-radius:32px 0 0 32px}.rs-button-bar__button--right-rounded{border-radius:0 32px 32px 0}.rs-button-bar__button--squared{border-radius:0}.rs-button-bar--2 .rs-button-bar__button{min-width:180px}.rs-button-bar--3 .rs-button-bar__button{min-width:147px}.rs-button-bar__button:focus-visible{outline:none}@media(max-width:1023px){.rs-button-bar__button{font-size:15px;padding:10px 20px}.rs-button-bar--2 .rs-button-bar__button{min-width:140px}.rs-button-bar--3 .rs-button-bar__button{min-width:110px}}@media(max-width:639px){.rs-button-bar{width:100%}.rs-button-bar__item{flex:1}.rs-button-bar__button{font-size:14px;padding:10px 16px;width:100%}.rs-button-bar--2 .rs-button-bar__button,.rs-button-bar--3 .rs-button-bar__button{min-width:auto}}.rs-visit-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:normal;text-align:center;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;min-height:40px;min-width:288px;border-radius:0;color:#fff}.rs-visit-button__inner-shadow{position:absolute;inset:0;pointer-events:none;border-radius:inherit}.rs-visit-button__text{white-space:nowrap}.rs-visit-button--not-visited{background-color:#dd4b4b;box-shadow:var(--button-drop-shadow)}.rs-visit-button--not-visited .rs-visit-button__inner-shadow{box-shadow:var(--button-inner-shadow-active)}.rs-visit-button--visited{background-color:#29a354;box-shadow:var(--button-drop-shadow)}.rs-visit-button--visited .rs-visit-button__inner-shadow{box-shadow:var(--button-inner-shadow-active)}.rs-visit-button--disabled{background-color:#ce2727;color:var(--text-disabled);box-shadow:none;cursor:not-allowed}.rs-visit-button--disabled.rs-visit-button--visited{background-color:#248f49}.rs-visit-button--disabled.rs-visit-button--not-visited{background-color:#ce2727}.rs-visit-button--disabled .rs-visit-button__inner-shadow{box-shadow:var(--button-inner-shadow-pressed)}.rs-visit-button:active:not(:disabled){transform:translateY(0)}.rs-visit-button--visited:active:not(:disabled){background-color:#248f49}.rs-visit-button--not-visited:active:not(:disabled){background-color:#ce2727}[data-theme=dark] .rs-visit-button--not-visited{background-color:#800002}[data-theme=dark] .rs-visit-button--visited{background-color:#006122}[data-theme=dark] .rs-visit-button--disabled{background-color:#570001}[data-theme=dark] .rs-visit-button--disabled.rs-visit-button--visited{background-color:#003d15}[data-theme=dark] .rs-visit-button--disabled.rs-visit-button--not-visited{background-color:#570001}[data-theme=dark] .rs-visit-button--visited:active:not(:disabled){background-color:#003d15}[data-theme=dark] .rs-visit-button--not-visited:active:not(:disabled){background-color:#570001}.rs-visit-button:focus-visible{outline:none}@media(max-width:1023px){.rs-visit-button{min-width:240px;font-size:15px}}@media(max-width:639px){.rs-visit-button{min-width:200px;font-size:14px;padding:10px 20px}}.rs-scroll-fade-reveal{width:100%;opacity:0;transform:translate3d(0,18px,0);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.rs-scroll-fade-reveal--visible{opacity:1;transform:translateZ(0)}@media(prefers-reduced-motion:reduce){.rs-scroll-fade-reveal{opacity:1;transform:none;transition:none;will-change:auto}}.rs-static-hero{--static-hero-content-fill: var(--bg-secondary);--static-hero-content-backdrop-blur: 28px;--static-hero-slide-exit-duration: .28s;--static-hero-slide-enter-gap: -.1s;--static-hero-slide-enter-duration: .45s;--static-hero-slide-enter-delay: calc( var(--static-hero-slide-exit-duration) + var(--static-hero-slide-enter-gap) );position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:stretch;width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;min-height:560px;touch-action:pan-y}.rs-static-hero__visual{position:absolute;inset:0;z-index:0;overflow:hidden;background:#ffb3ba;pointer-events:none}[data-theme=dark] .rs-static-hero__visual{background:#290000}.rs-static-hero__visual-inner{position:absolute;inset:0}.rs-static-hero.rs-static-hero--content-fill-hero-tint{--static-hero-content-fill: hsl(354 100% 85%)}[data-theme=dark] .rs-static-hero.rs-static-hero--content-fill-hero-tint{--static-hero-content-fill: hsl(0 100% 8%)}@keyframes rs-static-hero-image-fade-in-desktop-centered{0%{opacity:0;filter:blur(6px);transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(calc(var(--hero-image-scale) * .985))}to{opacity:1;filter:blur(0);transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}}.rs-static-hero__content{position:relative;z-index:2;box-sizing:border-box;background:linear-gradient(to top,var(--static-hero-content-fill) 0%,var(--static-hero-content-fill) 87%,transparent 100%);padding:32px;display:flex;flex-direction:column;gap:24px;min-width:0;width:100%;margin-top:auto}.rs-static-hero__content:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;backdrop-filter:blur(var(--static-hero-content-backdrop-blur));-webkit-backdrop-filter:blur(var(--static-hero-content-backdrop-blur));-webkit-mask-image:linear-gradient(to top,transparent 0%,transparent 87%,#fff 87%,transparent 100%);mask-image:linear-gradient(to top,transparent 0%,transparent 87%,#fff 87%,transparent 100%)}.rs-static-hero__content>*{position:relative;z-index:1}.rs-static-hero__content>.rs-static-hero__cta-measure{position:absolute;left:0;right:0;top:0;width:100%;visibility:hidden;pointer-events:none;z-index:0}.rs-static-hero__cta-measure-item{width:100%}.rs-static-hero__copy-stack{display:flex;flex-direction:column;align-items:stretch;min-width:0;width:100%;gap:16px;flex-shrink:0}.rs-static-hero__text-shell{position:relative;width:100%;max-width:930px;min-width:0;box-sizing:border-box}.rs-static-hero__cta-slot{width:100%;max-width:930px;flex-shrink:0;min-width:0;box-sizing:border-box}.rs-static-hero__cta-slot--swap{position:relative}.rs-static-hero__cta-outgoing{position:absolute;left:0;right:0;top:0;z-index:2;width:100%;pointer-events:none}.rs-static-hero__cta-enter-wrap,.rs-static-hero__cta-exit-wrap{width:100%}.rs-static-hero__cta-slot--locked{display:flex;flex-direction:column}.rs-static-hero__cta-slot--locked .rs-static-hero__cta-slot-inner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-end}.rs-static-hero__cta-slot-inner{width:100%;min-height:0}.rs-static-hero__text-shell--locked{flex-shrink:0}.rs-static-hero__text-shell--locked .rs-static-hero__text-block{max-height:100%;overflow-x:clip;overflow-y:hidden}.rs-static-hero__text-shell--locked .rs-static-hero__text-block.rs-static-hero__text-block--scroll-y{overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.rs-static-hero__text-shell--locked .rs-static-hero__text-block.rs-static-hero__text-block--scroll-y::-webkit-scrollbar{display:none}.rs-static-hero__text-measure{position:absolute;left:0;right:0;top:0;width:100%;visibility:hidden;pointer-events:none}.rs-static-hero__text-measure-item{width:100%}.rs-static-hero__text-block{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;align-items:stretch;width:100%;min-height:0;overflow-x:clip}.rs-static-hero__text-block--swap{position:relative}.rs-static-hero__text-pane-outgoing{position:absolute;left:0;right:0;top:0;z-index:2;pointer-events:none}.rs-static-hero__text-pane-incoming{position:relative;z-index:1;min-width:0}.rs-static-hero__text-pane{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:100%;min-width:0}.rs-static-hero__text-pane--enter-y{animation:rs-static-hero-copy-y-fade-in var(--static-hero-slide-enter-duration) cubic-bezier(.22,1,.36,1) var(--static-hero-slide-enter-delay) 1 normal both}.rs-static-hero__text-pane--exit-y{animation:rs-static-hero-copy-y-fade-out var(--static-hero-slide-exit-duration) cubic-bezier(.22,1,.36,1) forwards}@keyframes rs-static-hero-copy-y-fade-in{0%{opacity:0;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes rs-static-hero-copy-y-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,14px,0)}}.rs-static-hero__title-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:20px;padding-right:10px;width:100%}.rs-static-hero__title{font-family:"Geologica Cursive";font-weight:500;font-size:36px;line-height:normal;color:var(--text-primary);margin:0;width:100%}.rs-static-hero__body{font-family:var(--font-body);font-weight:400;font-size:18px;line-height:normal;color:var(--text-primary);display:flex;flex-direction:column;gap:10px;min-height:10.8em}@supports (min-height: 1lh){.rs-static-hero__body{min-height:8lh}}.rs-static-hero__body p{margin:0}.rs-static-hero__slide-ctas{margin-top:0;margin-bottom:0;padding-bottom:0;width:100%;box-sizing:border-box}.rs-static-hero__slide-ctas-inner{display:flex;width:100%;box-sizing:border-box}.rs-static-hero__slide-ctas--single .rs-static-hero__slide-ctas-inner{flex-direction:column}.rs-static-hero__slide-ctas--single .rs-static-hero__slide-cta-wrap{width:100%;max-width:365px}.rs-static-hero__slide-cta-wrap .rs-button{width:100%}@media(min-width:1200px){.rs-static-hero__slide-ctas--multi .rs-static-hero__slide-ctas-inner{flex-direction:row;align-items:stretch;gap:32px;padding-right:150px}.rs-static-hero__slide-ctas--multi .rs-static-hero__slide-cta-wrap{flex:1 1 0;min-width:0}}@media(max-width:1199px){.rs-static-hero__slide-ctas--single .rs-static-hero__slide-cta-wrap{max-width:none}.rs-static-hero__slide-ctas--multi .rs-static-hero__slide-ctas-inner{flex-direction:column;align-items:stretch;gap:12px;padding-right:0}.rs-static-hero__slide-ctas--multi .rs-static-hero__slide-cta-wrap{width:100%}}.rs-static-hero__cta-row{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%}.rs-static-hero__cta-row--enter-y{animation:rs-static-hero-copy-y-fade-in var(--static-hero-slide-enter-duration) cubic-bezier(.22,1,.36,1) var(--static-hero-slide-enter-delay) 1 normal both}.rs-static-hero__cta-row--exit-y{animation:rs-static-hero-copy-y-fade-out var(--static-hero-slide-exit-duration) cubic-bezier(.22,1,.36,1) forwards;pointer-events:none}.rs-static-hero__cta-row--at-rest-visible{opacity:1;transform:translateZ(0)}.rs-static-hero__cta-row--at-rest-hidden{opacity:0;transform:translateZ(0);pointer-events:none}.rs-static-hero__cta-row .rs-button{width:100%}.rs-static-hero__visual .rs-static-hero__inner-shadow{position:absolute;inset:0;pointer-events:none;border-radius:0;box-shadow:var(--button-inner-shadow-active);z-index:2}@media(prefers-reduced-motion:reduce){.rs-static-hero__text-pane--enter-y,.rs-static-hero__text-pane--exit-y,.rs-static-hero__cta-row--enter-y,.rs-static-hero__cta-row--exit-y{animation:none;animation-delay:0s;opacity:1;transform:none}.rs-static-hero__cta-row--at-rest-visible{opacity:1;transform:none}.rs-static-hero__cta-row--at-rest-hidden{opacity:0;transform:none}.rs-static-hero__content:before{backdrop-filter:none;-webkit-backdrop-filter:none;-webkit-mask-image:none;mask-image:none}@media(min-width:1200px){.rs-static-hero__visual .rs-home-hero-image-stack--static-hero .rs-home-hero-image-stack__image{transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}}}@media(min-width:1200px){.rs-static-hero{min-height:600px;max-height:none}.rs-static-hero[data-static-hero-cta-band="1"]{min-height:684px}.rs-static-hero[data-static-hero-cta-band="2"]{min-height:708px}.rs-static-hero__content{flex:1 1 auto;width:50%;max-width:none;margin-top:0;min-height:600px;height:auto;gap:0;justify-content:flex-start;padding:var(--space-2xl);background:linear-gradient(to right,var(--static-hero-content-fill) 0%,var(--static-hero-content-fill) 80%,transparent 100%)}.rs-static-hero[data-static-hero-cta-band="1"] .rs-static-hero__content{min-height:684px}.rs-static-hero[data-static-hero-cta-band="2"] .rs-static-hero__content{min-height:708px}.rs-static-hero__content:before{-webkit-mask-image:linear-gradient(to right,transparent 0%,transparent 80%,#fff 80%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,transparent 80%,#fff 80%,transparent 100%)}.rs-static-hero__text-shell{flex:0 0 auto;min-height:0}.rs-static-hero__text-block{min-height:0}.rs-static-hero__title-wrap{align-items:flex-start;padding-right:150px}.rs-static-hero__text-pane .rs-static-hero__body>*,.rs-static-hero__text-measure-item .rs-static-hero__body>*{padding-right:150px}.rs-static-hero__slide-ctas--single .rs-static-hero__slide-ctas-inner{padding-right:150px}.rs-static-hero__cta-row{flex-direction:row;gap:16px}.rs-static-hero__cta-row .rs-button{flex:1 1 0;width:auto;min-width:0}.rs-static-hero__cta-slot--locked .rs-static-hero__cta-slot-inner{justify-content:flex-start}.rs-static-hero__visual .rs-home-hero-image-stack--static-hero .rs-home-hero-image-stack__image{top:50%;transform-origin:center center;animation:rs-static-hero-image-fade-in-desktop-centered 1.1s cubic-bezier(.22,1,.36,1) forwards}.rs-static-hero[data-static-hero-desktop-valign=bottom] .rs-static-hero__copy-stack,.rs-static-hero:not([data-static-hero-desktop-valign]) .rs-static-hero__copy-stack{margin-top:auto}.rs-static-hero[data-static-hero-desktop-valign=top] .rs-static-hero__copy-stack{margin-top:0}.rs-static-hero[data-static-hero-desktop-valign=center] .rs-static-hero__content{justify-content:center}.rs-static-hero[data-static-hero-desktop-valign=center] .rs-static-hero__copy-stack{margin-top:0}.rs-static-hero--text-splash .rs-static-hero__content{justify-content:center}.rs-static-hero.rs-static-hero--text-splash .rs-static-hero__copy-stack{margin-top:0}.rs-static-hero--text-splash[data-static-hero-desktop-valign=top] .rs-static-hero__content{justify-content:flex-start}}@media(max-width:1199px){.rs-static-hero{min-height:760px}.rs-static-hero[data-static-hero-cta-band="1"]{min-height:836px}.rs-static-hero[data-static-hero-cta-band="2"]{min-height:912px}.rs-static-hero__content{padding:50px 24px 24px;gap:16px}.rs-static-hero__cta-slot{margin-bottom:20px}.rs-static-hero__visual .rs-home-hero-image-stack--static-hero .rs-home-hero-image-stack__image{left:var(--hero-image-left-mobile)}}.rs-home-hero-image-stack{position:absolute;inset:0;z-index:0;pointer-events:none;isolation:isolate}.rs-home-hero-image-stack__frame{position:absolute;inset:0;overflow:hidden}.rs-home-hero-image-stack__picture{position:absolute;inset:0;display:none;overflow:hidden}:root:not([data-theme=dark]) .rs-home-hero-image-stack__picture--light{display:block}[data-theme=dark] .rs-home-hero-image-stack__picture--dark{display:block}.rs-home-hero-image-stack__media{position:absolute;top:0;left:var(--hero-image-left-desktop);transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale));transform-origin:center top;opacity:0;animation:rs-home-hero-image-stack-fade-in 1.1s cubic-bezier(.22,1,.36,1) forwards;height:100%;width:auto;max-width:none}@keyframes rs-home-hero-image-stack-fade-in{0%{opacity:0;filter:blur(6px)}to{opacity:1;filter:blur(0)}}@media(min-width:1200px){.rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__frame,.rs-home-hero-image-stack--static-hero .rs-home-hero-image-stack__frame{left:50%}}@media(max-width:639px){.rs-home-hero-image-stack__media{left:var(--hero-image-left-mobile)}}@media(max-width:1199px){.rs-home-hero-image-stack--mobile-tablet-uncropped .rs-home-hero-image-stack__media{left:50%;width:var( --hero-image-mobile-uncropped-media-width-mobile, var(--hero-image-mobile-uncropped-media-width, 72.5%) );height:100%;object-fit:contain;transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(min(max(1,calc(1 + (var(--hero-image-scale) - 1) * var(--hero-image-mobile-uncropped-scale-speed, 4))),var(--hero-image-mobile-uncropped-max-scale, 100)));transform-origin:center center;animation:none;opacity:1;filter:none}.rs-home-hero-image-stack--mobile-tablet-uncropped picture.rs-home-hero-image-stack__picture .rs-home-hero-image-stack__media{top:var(--hero-image-mobile-uncropped-image-top, 17.5%);width:100vw}.rs-home-hero-image-stack--mobile-tablet-uncropped div.rs-home-hero-image-stack__picture .rs-home-hero-image-stack__media{top:var(--hero-image-mobile-uncropped-video-top, 20%)}}@media(min-width:421px)and (max-width:1023px){.rs-home-hero-image-stack--mobile-tablet-uncropped .rs-home-hero-image-stack__media{width:var( --hero-image-mobile-uncropped-media-width-tablet, var( --hero-image-mobile-uncropped-media-width-mobile, var(--hero-image-mobile-uncropped-media-width, 72.5%) ) )}.rs-home-hero-image-stack--mobile-tablet-uncropped picture.rs-home-hero-image-stack__picture .rs-home-hero-image-stack__media,.rs-home-hero-image-stack--mobile-tablet-uncropped div.rs-home-hero-image-stack__picture .rs-home-hero-image-stack__media{top:var(--hero-image-mobile-uncropped-tablet-top, 22.5%)}}@media(prefers-reduced-motion:reduce){.rs-home-hero-image-stack__media{animation:none;opacity:1;filter:none;transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}.rs-home-hero-image-stack--mobile-tablet-uncropped .rs-home-hero-image-stack__media{transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(1)}}.rs-static-hero,.rs-carousel-hero{--hero-image-left-desktop: 50%;--hero-image-left-mobile: 40%;--hero-image-top-desktop: -50px;--hero-image-scale: 1;--hero-image-parallax-x: 0px;--hero-image-parallax-y: 0px;--hero-image-motion-y: 0px}@media(max-width:409px){.rs-static-hero,.rs-carousel-hero{--hero-image-scale: .75}}@keyframes rs-hero-mount-fade-up{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@media(prefers-reduced-motion:no-preference){.rs-static-hero__text-pane .rs-static-hero__title-wrap{opacity:0;animation:rs-hero-mount-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.3s}.rs-static-hero__text-pane .rs-static-hero__body{opacity:0;animation:rs-hero-mount-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.4s}.rs-static-hero__cta-slot,.rs-carousel-hero__cta-slot{opacity:0;animation:rs-hero-mount-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.5s}.rs-carousel-hero__actions{opacity:0;animation:rs-hero-mount-fade-up .7s cubic-bezier(.22,1,.36,1) forwards;animation-delay:.6s}}@media(prefers-reduced-motion:reduce){.rs-static-hero__text-pane .rs-static-hero__title-wrap,.rs-static-hero__text-pane .rs-static-hero__body,.rs-static-hero__cta-slot,.rs-carousel-hero__cta-slot,.rs-carousel-hero__actions{animation:none;opacity:1;transform:none}}.rs-static-hero--text-splash .rs-static-hero__title,.rs-carousel-hero--text-splash .rs-carousel-hero__title{font-family:var(--font-body);font-weight:400;font-size:38px}.rs-static-hero--text-splash .rs-static-hero__body,.rs-carousel-hero--text-splash .rs-carousel-hero__body{font-size:24px;min-height:calc(6 * 1.35em)}@supports (min-height: 1lh){.rs-static-hero--text-splash .rs-static-hero__body,.rs-carousel-hero--text-splash .rs-carousel-hero__body{min-height:6lh}}.rs-static-hero--text-splash:not([data-static-hero-cta-band="0"]) .rs-static-hero__body,.rs-carousel-hero--text-splash:not([data-carousel-hero-cta-band="0"]) .rs-carousel-hero__body{min-height:0}@supports (min-height: 1lh){.rs-static-hero--text-splash:not([data-static-hero-cta-band="0"]) .rs-static-hero__body,.rs-carousel-hero--text-splash:not([data-carousel-hero-cta-band="0"]) .rs-carousel-hero__body{min-height:0}}.rs-static-hero--text-splash:not([data-static-hero-cta-band="0"]) .rs-static-hero__cta-slot--locked .rs-static-hero__cta-slot-inner,.rs-carousel-hero--text-splash:not([data-carousel-hero-cta-band="0"]) .rs-carousel-hero__cta-slot--locked .rs-carousel-hero__cta-slot-inner{justify-content:flex-start}.rs-static-hero--text-splash:not([data-static-hero-cta-band="0"]) .rs-static-hero__copy-stack,.rs-carousel-hero--text-splash:not([data-carousel-hero-cta-band="0"]) .rs-carousel-hero__copy-stack{gap:20px}@media(min-width:1200px){.rs-static-hero--text-splash .rs-static-hero__title,.rs-carousel-hero--text-splash .rs-carousel-hero__title{font-size:45px}}@media(max-width:1199px){.rs-static-hero[data-hero-mobile-panel=top] .rs-static-hero__content{margin-top:0;margin-bottom:auto;padding:24px 24px 50px;background:linear-gradient(to bottom,var(--static-hero-content-fill) 0%,var(--static-hero-content-fill) 87%,transparent 100%)}.rs-static-hero[data-hero-mobile-panel=top] .rs-static-hero__content:before{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 87%,#fff 87%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 87%,#fff 87%,transparent 100%)}.rs-carousel-hero[data-hero-mobile-panel=top] .rs-carousel-hero__content{margin-top:0;margin-bottom:auto;padding:24px 24px 50px;background:linear-gradient(to bottom,var(--carousel-hero-content-fill) 0%,var(--carousel-hero-content-fill) 87%,transparent 100%)}.rs-carousel-hero[data-hero-mobile-panel=top] .rs-carousel-hero__content:before{-webkit-mask-image:linear-gradient(to bottom,transparent 0%,transparent 87%,#fff 87%,transparent 100%);mask-image:linear-gradient(to bottom,transparent 0%,transparent 87%,#fff 87%,transparent 100%)}}@media(min-width:1200px){.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__content{margin-left:auto;margin-right:0;background:linear-gradient(to left,var(--static-hero-content-fill) 0%,var(--static-hero-content-fill) 80%,transparent 100%)}.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__content:before{-webkit-mask-image:linear-gradient(to left,transparent 0%,transparent 80%,#fff 80%,transparent 100%);mask-image:linear-gradient(to left,transparent 0%,transparent 80%,#fff 80%,transparent 100%)}.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__title-wrap{padding-right:0;padding-left:150px}.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__text-pane .rs-static-hero__body>*,.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__text-measure-item .rs-static-hero__body>*{padding-right:0;padding-left:150px}.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__slide-ctas--multi .rs-static-hero__slide-ctas-inner,.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__slide-ctas--single .rs-static-hero__slide-ctas-inner{padding-right:0;padding-left:150px}.rs-static-hero[data-hero-desktop-panel=right] .rs-static-hero__visual .rs-home-hero-image-stack--static-hero .rs-home-hero-image-stack__frame,.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__visual .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__frame{left:0;right:50%}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__content{margin-left:auto;margin-right:0;background:linear-gradient(to left,var(--carousel-hero-content-fill) 0%,var(--carousel-hero-content-fill) 80%,transparent 100%)}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__content:before{-webkit-mask-image:linear-gradient(to left,transparent 0%,transparent 80%,#fff 80%,transparent 100%);mask-image:linear-gradient(to left,transparent 0%,transparent 80%,#fff 80%,transparent 100%)}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__title-wrap{padding-right:0;padding-left:150px}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__text-pane .rs-carousel-hero__body>*,.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__text-measure-item .rs-carousel-hero__body>*{padding-right:0;padding-left:150px}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-ctas-inner,.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__slide-ctas--single .rs-carousel-hero__slide-ctas-inner{padding-right:0;padding-left:150px}.rs-carousel-hero[data-hero-desktop-panel=right] .rs-carousel-hero__actions{padding-left:150px;padding-right:0;box-sizing:border-box}}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__copy-stack{align-items:flex-end}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__text-shell{text-align:right;width:100%;align-self:stretch}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__text-measure{align-self:stretch;width:100%;text-align:right}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__title-wrap{align-items:flex-end}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__text-pane,.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__text-measure-item{text-align:right;width:100%}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__slide-ctas{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end}.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__slide-ctas-inner{align-items:flex-end}@media(min-width:1200px){.rs-static-hero[data-hero-panel-chrome-align=end] .rs-static-hero__slide-ctas--multi .rs-static-hero__slide-ctas-inner{justify-content:flex-end}}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__copy-stack{align-items:flex-end}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__text-shell{text-align:right;width:100%;align-self:stretch}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__text-measure{align-self:stretch;width:100%;text-align:right}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__title-wrap{align-items:flex-end}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__text-pane,.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__text-measure-item{text-align:right;width:100%}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__slide-ctas{align-self:stretch;display:flex;flex-direction:column;align-items:flex-end}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__slide-ctas-inner{align-items:flex-end}@media(min-width:1200px){.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-ctas-inner{justify-content:flex-end}}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__actions{align-items:flex-end;width:100%}.rs-carousel-hero[data-hero-panel-chrome-align=end] .rs-carousel-hero__carousel-bar{justify-content:flex-end}.rs-carousel-hero{position:relative;--carousel-hero-content-fill: var(--bg-secondary);--carousel-hero-content-backdrop-blur: 28px;--carousel-hero-slide-exit-duration: .28s;--carousel-hero-slide-enter-gap: 8ms;--carousel-hero-slide-enter-duration: .45s;--carousel-hero-slide-enter-delay: calc( var(--carousel-hero-slide-exit-duration) + var(--carousel-hero-slide-enter-gap) );isolation:isolate;display:flex;flex-direction:column;align-items:stretch;width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;min-height:560px;touch-action:pan-y}.rs-carousel-hero__sr-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;white-space:nowrap;border:0;clip-path:inset(50%)}.rs-carousel-hero__visual{position:absolute;inset:0;z-index:0;overflow:hidden;background:#ffb3ba;pointer-events:none}[data-theme=dark] .rs-carousel-hero__visual{background:#290000}.rs-carousel-hero__visual-art{position:absolute;inset:0;overflow:hidden}.rs-carousel-hero__visual .rs-carousel-hero-image-strip{position:absolute;inset:0;display:flex;flex-direction:row;flex-wrap:nowrap;width:calc(var(--carousel-hero-slide-count, 1) * 100%);height:100%;transform:translate(calc(var(--carousel-hero-slide-index, 0) * (-100% / var(--carousel-hero-slide-count, 1))));transition:transform 1.15s cubic-bezier(.22,1,.36,1)}.rs-carousel-hero__visual .rs-carousel-hero-image-strip.rs-carousel-hero-image-strip--instant{transition:none!important}.rs-carousel-hero__visual .rs-carousel-hero-image-strip__cell{position:relative;flex:0 0 calc(100% / var(--carousel-hero-slide-count, 1));height:100%;min-width:0}.rs-carousel-hero.rs-carousel-hero--content-fill-hero-tint{--carousel-hero-content-fill: hsl(354 100% 85%)}[data-theme=dark] .rs-carousel-hero.rs-carousel-hero--content-fill-hero-tint{--carousel-hero-content-fill: hsl(0 100% 8%)}@keyframes rs-carousel-hero-image-fade-in-desktop-centered{0%{opacity:0;filter:blur(6px);transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(calc(var(--hero-image-scale) * .985))}to{opacity:1;filter:blur(0);transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}}.rs-carousel-hero__content{position:relative;z-index:2;box-sizing:border-box;background:linear-gradient(to top,var(--carousel-hero-content-fill) 0%,var(--carousel-hero-content-fill) 87%,transparent 100%);padding:32px;display:flex;flex-direction:column;gap:24px;min-width:0;width:100%;margin-top:auto}.rs-carousel-hero__content:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;backdrop-filter:blur(var(--carousel-hero-content-backdrop-blur));-webkit-backdrop-filter:blur(var(--carousel-hero-content-backdrop-blur));-webkit-mask-image:linear-gradient(to top,transparent 0%,transparent 87%,#fff 87%,transparent 100%);mask-image:linear-gradient(to top,transparent 0%,transparent 87%,#fff 87%,transparent 100%)}.rs-carousel-hero__content>*{position:relative;z-index:1}.rs-carousel-hero__content>.rs-carousel-hero__cta-measure{position:absolute;left:0;right:0;top:0;width:100%;visibility:hidden;pointer-events:none;z-index:0}.rs-carousel-hero__cta-measure-item{width:100%}.rs-carousel-hero__copy-stack{display:flex;flex-direction:column;align-items:stretch;min-width:0;width:100%;gap:16px;flex-shrink:0}.rs-carousel-hero__text-shell{position:relative;width:100%;max-width:930px;min-width:0;box-sizing:border-box}.rs-carousel-hero__cta-slot{width:100%;max-width:930px;flex-shrink:0;min-width:0;box-sizing:border-box}.rs-carousel-hero__cta-slot--swap{position:relative}.rs-carousel-hero__cta-outgoing{position:absolute;left:0;right:0;top:0;z-index:2;width:100%;pointer-events:none}.rs-carousel-hero__cta-enter-wrap,.rs-carousel-hero__cta-exit-wrap{width:100%}.rs-carousel-hero__cta-slot--locked{display:flex;flex-direction:column}.rs-carousel-hero__cta-slot--locked .rs-carousel-hero__cta-slot-inner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-end}.rs-carousel-hero__cta-slot-inner{width:100%;min-height:0}.rs-carousel-hero__text-shell--locked{flex-shrink:0}.rs-carousel-hero__text-shell--locked .rs-carousel-hero__text-block{max-height:100%;overflow-x:clip;overflow-y:hidden}.rs-carousel-hero__text-shell--locked .rs-carousel-hero__text-block.rs-carousel-hero__text-block--scroll-y{overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.rs-carousel-hero__text-shell--locked .rs-carousel-hero__text-block.rs-carousel-hero__text-block--scroll-y::-webkit-scrollbar{display:none}.rs-carousel-hero__text-measure{position:absolute;left:0;right:0;top:0;width:100%;visibility:hidden;pointer-events:none}.rs-carousel-hero__text-measure-item{width:100%}.rs-carousel-hero__text-block{position:relative;z-index:1;display:flex;flex-direction:column;gap:0;align-items:stretch;width:100%;min-height:0;overflow-x:clip}.rs-carousel-hero__text-block--swap{position:relative}.rs-carousel-hero__text-pane-outgoing{position:absolute;left:0;right:0;top:0;z-index:2;pointer-events:none}.rs-carousel-hero__text-pane-incoming{position:relative;z-index:1;min-width:0}.rs-carousel-hero__text-pane{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:100%;min-width:0}.rs-carousel-hero__text-pane--enter-y{animation:rs-carousel-hero-copy-y-fade-in var(--carousel-hero-slide-enter-duration) cubic-bezier(.22,1,.36,1) var(--carousel-hero-slide-enter-delay) 1 normal both}.rs-carousel-hero__text-pane--exit-y{animation:rs-carousel-hero-copy-y-fade-out var(--carousel-hero-slide-exit-duration) cubic-bezier(.22,1,.36,1) forwards}@keyframes rs-carousel-hero-copy-y-fade-in{0%{opacity:0;transform:translate3d(0,-14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes rs-carousel-hero-copy-y-fade-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,14px,0)}}.rs-carousel-hero__title-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:20px;padding-right:10px;width:100%}.rs-carousel-hero__title{font-family:"Geologica Cursive";font-weight:500;font-size:36px;line-height:normal;color:var(--text-primary);margin:0;width:100%}.rs-carousel-hero__body{font-family:var(--font-body);font-weight:400;font-size:18px;line-height:normal;color:var(--text-primary);display:flex;flex-direction:column;gap:10px;min-height:10.8em}@supports (min-height: 1lh){.rs-carousel-hero__body{min-height:8lh}}.rs-carousel-hero__body p{margin:0}.rs-carousel-hero__slide-ctas{margin-top:0;margin-bottom:0;padding-bottom:0;width:100%;box-sizing:border-box}.rs-carousel-hero__slide-ctas-inner{display:flex;width:100%;box-sizing:border-box}.rs-carousel-hero__slide-ctas--single .rs-carousel-hero__slide-ctas-inner{flex-direction:column}.rs-carousel-hero__slide-ctas--single .rs-carousel-hero__slide-cta-wrap{width:100%;max-width:365px}.rs-carousel-hero__slide-cta-wrap .rs-button{width:100%}@media(min-width:1200px){.rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-ctas-inner{flex-direction:row;align-items:stretch;gap:32px;padding-right:150px}.rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-cta-wrap{flex:1 1 0;min-width:0}}@media(max-width:1199px){.rs-carousel-hero__slide-ctas--single .rs-carousel-hero__slide-cta-wrap{max-width:none}.rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-ctas-inner{flex-direction:column;align-items:stretch;gap:12px;padding-right:0}.rs-carousel-hero__slide-ctas--multi .rs-carousel-hero__slide-cta-wrap{width:100%}}.rs-carousel-hero__actions{display:flex;flex-direction:column;gap:0;width:100%;flex-shrink:0}.rs-carousel-hero__cta-row{display:flex;flex-direction:column;gap:16px;align-items:stretch;width:100%}.rs-carousel-hero__cta-row--enter-y{animation:rs-carousel-hero-copy-y-fade-in var(--carousel-hero-slide-enter-duration) cubic-bezier(.22,1,.36,1) var(--carousel-hero-slide-enter-delay) 1 normal both}.rs-carousel-hero__cta-row--exit-y{animation:rs-carousel-hero-copy-y-fade-out var(--carousel-hero-slide-exit-duration) cubic-bezier(.22,1,.36,1) forwards;pointer-events:none}.rs-carousel-hero__cta-row--at-rest-visible{opacity:1;transform:translateZ(0)}.rs-carousel-hero__cta-row--at-rest-hidden{opacity:0;transform:translateZ(0);pointer-events:none}.rs-carousel-hero__cta-row .rs-button{width:100%}.rs-carousel-hero__carousel-bar{display:flex;flex-direction:row;align-items:center;gap:16px;width:100%;min-height:0;flex-shrink:0;margin-top:24px;box-sizing:border-box}.rs-carousel-hero__indicator-track{display:flex;align-items:center;gap:12px;flex:0 1 auto;min-width:0}.rs-carousel-hero__indicator-wrap{--rs-carousel-indicator-pill-duration: .42s;--rs-carousel-indicator-pill-ease: cubic-bezier(.22, 1, .36, 1);position:relative;flex-shrink:0;box-sizing:border-box;width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;border-radius:20px;background:color-mix(in srgb,var(--text-primary) 70%,transparent);cursor:pointer;transition:width var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),min-width var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),max-width var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),height var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),min-height var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),max-height var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),border-radius var(--rs-carousel-indicator-pill-duration) var(--rs-carousel-indicator-pill-ease),background-color .32s ease}.rs-carousel-hero__indicator-wrap--active{overflow:hidden;width:40px;min-width:40px;max-width:40px;border-radius:44px;background:var(--accent-color);cursor:default}.rs-carousel-hero__indicator{position:absolute;inset:0;box-sizing:border-box;appearance:none;-webkit-appearance:none;margin:0;padding:0;border:none;width:100%;height:100%;border-radius:inherit;background:transparent;cursor:pointer;vertical-align:middle;transition:opacity .22s ease,transform .32s var(--rs-carousel-indicator-pill-ease)}.rs-carousel-hero__indicator:hover{opacity:.92}.rs-carousel-hero__indicator:active{transform:scale(.94)}.rs-carousel-hero__indicator-progress{position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none;transform-origin:left center;transform:scaleX(0);background:var(--accent-darkest);animation:rs-carousel-hero-indicator-progress linear forwards;animation-duration:var(--rs-carousel-hero-autoplay-ms, 10s)}.rs-carousel-hero--autoplay-user-paused .rs-carousel-hero__indicator-progress{animation-play-state:paused}.rs-carousel-hero__indicator-autoplay-toggle{position:absolute;left:50%;top:50%;z-index:2;width:18px;height:18px;padding:0;margin:0;border:none;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;cursor:pointer;color:#fff;background:transparent;box-shadow:none}.rs-carousel-hero__indicator-autoplay-toggle:hover{opacity:.88}.rs-carousel-hero__indicator-autoplay-toggle:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}@keyframes rs-carousel-hero-indicator-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.rs-carousel-hero__indicator:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}.rs-carousel-hero__visual .rs-carousel-hero__inner-shadow{position:absolute;inset:0;pointer-events:none;border-radius:0;box-shadow:var(--button-inner-shadow-active);z-index:2}@media(prefers-reduced-motion:reduce){.rs-carousel-hero__indicator-wrap,.rs-carousel-hero__indicator{transition:none}.rs-carousel-hero__text-pane--enter-y,.rs-carousel-hero__text-pane--exit-y,.rs-carousel-hero__cta-row--enter-y,.rs-carousel-hero__cta-row--exit-y{animation:none;animation-delay:0s;opacity:1;transform:none}.rs-carousel-hero__cta-row--at-rest-visible{opacity:1;transform:none}.rs-carousel-hero__cta-row--at-rest-hidden{opacity:0;transform:none}.rs-carousel-hero__indicator-progress{animation:none;transform:scaleX(0);opacity:0}.rs-carousel-hero__visual .rs-carousel-hero-image-strip{transition:none}.rs-carousel-hero__content:before{backdrop-filter:none;-webkit-backdrop-filter:none;-webkit-mask-image:none;mask-image:none}@media(min-width:1200px){.rs-carousel-hero__visual .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__image{transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}}}@media(min-width:1200px){@media(prefers-reduced-motion:no-preference){.rs-carousel-hero__visual .rs-carousel-hero-image-strip{transition:transform 1.35s cubic-bezier(.22,1,.36,1)}}.rs-carousel-hero{min-height:600px;max-height:none}.rs-carousel-hero[data-carousel-hero-cta-band="1"]{min-height:684px}.rs-carousel-hero[data-carousel-hero-cta-band="2"]{min-height:708px}.rs-carousel-hero__content{width:50%;max-width:none;margin-top:0;min-height:600px;height:auto;gap:0;justify-content:space-between;padding:var(--space-2xl);background:linear-gradient(to right,var(--carousel-hero-content-fill) 0%,var(--carousel-hero-content-fill) 80%,transparent 100%)}.rs-carousel-hero[data-carousel-hero-cta-band="1"] .rs-carousel-hero__content{min-height:684px}.rs-carousel-hero[data-carousel-hero-cta-band="2"] .rs-carousel-hero__content{min-height:708px}.rs-carousel-hero__content:before{-webkit-mask-image:linear-gradient(to right,transparent 0%,transparent 80%,#fff 80%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,transparent 80%,#fff 80%,transparent 100%)}.rs-carousel-hero__text-shell{flex:0 0 auto;min-height:0}.rs-carousel-hero__text-block{min-height:0}.rs-carousel-hero__title-wrap{align-items:flex-start;padding-right:150px}.rs-carousel-hero__text-pane .rs-carousel-hero__body>*,.rs-carousel-hero__text-measure-item .rs-carousel-hero__body>*{padding-right:150px}.rs-carousel-hero__slide-ctas--single .rs-carousel-hero__slide-ctas-inner{padding-right:150px}.rs-carousel-hero__actions{margin-top:auto;gap:0}.rs-carousel-hero__cta-row{flex-direction:row;gap:16px}.rs-carousel-hero__cta-row .rs-button{flex:1 1 0;width:auto;min-width:0}.rs-carousel-hero__carousel-bar{margin-top:32px}.rs-carousel-hero__cta-slot--locked .rs-carousel-hero__cta-slot-inner{justify-content:flex-start}.rs-carousel-hero__visual .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__image{top:50%;transform-origin:center center;animation:rs-carousel-hero-image-fade-in-desktop-centered 1.1s cubic-bezier(.22,1,.36,1) forwards}.rs-carousel-hero__visual .rs-carousel-hero-image-strip .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__image{animation:none;opacity:1;filter:none;top:50%;transform-origin:center center;transform:translate(calc(-50% + var(--hero-image-parallax-x)),calc(-50% + var(--hero-image-parallax-y) + var(--hero-image-motion-y))) scale(var(--hero-image-scale))}}@media(max-width:1199px){.rs-carousel-hero{min-height:760px}.rs-carousel-hero[data-carousel-hero-cta-band="1"]{min-height:836px}.rs-carousel-hero[data-carousel-hero-cta-band="2"]{min-height:912px}.rs-carousel-hero__content{padding:50px 24px 24px;gap:16px}.rs-carousel-hero__cta-slot{margin-bottom:20px}.rs-carousel-hero__carousel-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-top:0}.rs-carousel-hero__carousel-bar .rs-carousel-hero__indicator-track{justify-self:center}.rs-carousel-hero__visual .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__image{left:var(--hero-image-left-mobile)}.rs-carousel-hero__visual .rs-carousel-hero-image-strip .rs-home-hero-image-stack--carousel-hero .rs-home-hero-image-stack__image{animation:none;opacity:1;filter:none;left:var(--hero-image-left-mobile)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-lg);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl);animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-xl);border-bottom:1px solid var(--border-color);position:sticky;top:0;background:var(--bg-primary);z-index:10}.modal-title{font-size:var(--text-2xl);font-weight:600;color:var(--text-primary);margin:0}.modal-close{min-width:0}.modal-body{padding:var(--space-xl)}.modal-section{margin-bottom:var(--space-2xl)}.modal-section:last-child{margin-bottom:0}.modal-section-title{font-size:var(--text-lg);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-lg) 0;padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-color)}.modal-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-lg)}.modal-detail-item{display:flex;flex-direction:column;gap:var(--space-xs)}.modal-detail-label{font-size:var(--text-xs);font-weight:500;color:var(--text-disabled);text-transform:uppercase;letter-spacing:.05em}.modal-detail-value{font-size:var(--text-base);color:var(--text-primary);font-weight:500}.station-details-basic .station-info-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-lg)}.station-info-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-lg)}.station-info-card-title{font-size:var(--text-sm);font-weight:600;color:var(--text-secondary);margin:0 0 var(--space-md) 0;padding-bottom:var(--space-sm);border-bottom:1px solid var(--border-color)}.station-info-card-grid{display:flex;flex-direction:column;gap:var(--space-sm)}.station-info-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--space-xs) var(--space-md)}.station-info-row .modal-detail-label{flex-shrink:0}.station-info-value{font-size:var(--text-base);color:var(--text-primary);font-weight:500;text-align:right}.station-info-value--mono{font-family:var(--font-mono, ui-monospace, monospace);font-size:var(--text-sm)}.station-info-value--chip{display:inline-block;padding:var(--space-xs) var(--space-sm);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-weight:600;font-size:var(--text-sm)}.modal-map-link{margin-top:var(--space-md);margin-bottom:var(--space-md);min-width:0}.station-info-card .modal-map-link{margin-top:var(--space-lg)}.location-map-preview{width:100%;aspect-ratio:16 / 10;min-height:200px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color);background:var(--bg-secondary)}.location-map-preview iframe{display:block}.location-map-preview-osm{min-height:320px;aspect-ratio:4 / 3}.location-map-preview-osm .leaflet-container{height:100%;width:100%;border-radius:inherit}.location-map-preview-osm .leaflet-marker-icon{width:25px!important;height:41px!important;max-width:none!important;object-fit:none}.location-map-picker{margin-top:var(--space-lg)}.location-map-picker-search{position:relative;margin-bottom:var(--space-sm)}.location-map-picker-search .edit-label{display:block;margin-bottom:var(--space-xs)}.location-map-picker-input{width:100%}.location-map-picker-loading{font-size:var(--text-sm);color:var(--text-secondary);margin-left:var(--space-sm)}.location-map-picker-results{position:absolute;top:100%;left:0;right:0;margin:0;padding:0;list-style:none;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);max-height:240px;overflow-y:auto;z-index:1000}.location-map-picker-result{padding:var(--space-sm) var(--space-md);cursor:pointer;font-size:var(--text-sm);color:var(--text-primary);border-bottom:1px solid var(--border-color)}.location-map-picker-result:last-child{border-bottom:none}.location-map-picker-result:hover{background:var(--bg-secondary)}.location-map-picker-hint{margin-bottom:var(--space-md)}.location-map-picker-map{width:100%;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-color);background:var(--bg-secondary)}.location-map-picker-map .leaflet-container{height:100%;width:100%}.location-map-picker-circle-marker.leaflet-marker-icon{background:none!important;border:none!important}.location-map-picker-circle-marker span{display:block;width:20px;height:20px;margin:0;border-radius:50%;background:#2563eb;border:2px solid #fff;box-sizing:border-box}.modal-passengers{display:flex;flex-direction:column;gap:var(--space-sm)}.modal-passengers-content{font-size:var(--text-base);color:var(--text-primary);line-height:normal;padding:var(--space-md);background:var(--bg-secondary);border-radius:var(--radius-md)}.station-usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-sm) var(--space-md)}.station-usage-row{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-sm)}.station-usage-year{font-weight:600;font-size:var(--text-sm);color:var(--text-secondary)}.station-usage-value{font-weight:500;font-size:var(--text-sm);color:var(--text-primary)}.modal-sandbox-loading{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.modal-facilities-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1023px){.modal-overlay{padding:var(--space-md)}.modal-content{max-height:95vh}.modal-header{padding:var(--space-lg)}.modal-title{font-size:var(--text-xl)}.modal-body{padding:var(--space-lg)}.modal-details-grid{grid-template-columns:1fr;gap:var(--space-md)}.modal-facilities-grid{grid-template-columns:1fr}}.modal-content-edit{max-width:640px}.edit-readonly{margin-bottom:var(--space-md)}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md) var(--space-lg);margin-bottom:var(--space-lg)}.edit-field{display:flex;flex-direction:column;gap:var(--space-xs)}.edit-field-full{grid-column:1 / -1}.edit-label{font-size:var(--text-sm);font-weight:500;color:var(--text-secondary)}.edit-input,.edit-textarea{width:100%;padding:var(--space-sm) var(--space-md);font-size:var(--text-base);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);font-family:inherit;-webkit-appearance:none;appearance:none}[data-theme=dark] .edit-input,[data-theme=dark] .edit-textarea{color:var(--text-primary);background-color:var(--bg-secondary);border-color:var(--border-color)}[data-theme=dark] .edit-input::placeholder,[data-theme=dark] .edit-textarea::placeholder{color:var(--text-disabled)}[data-theme=dark] .edit-input:-webkit-autofill,[data-theme=dark] .edit-input:-webkit-autofill:hover,[data-theme=dark] .edit-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-primary);-webkit-box-shadow:0 0 0 1000px var(--bg-secondary) inset;box-shadow:0 0 0 1000px var(--bg-secondary) inset}.edit-input:focus,.edit-textarea:focus{outline:none;border-color:var(--focus-ring, #3b82f6);box-shadow:0 0 0 2px #3b82f633}.edit-textarea{resize:vertical;min-height:80px}.edit-error{padding:var(--space-md);margin-bottom:var(--space-md);background:#ef44441f;border:1px solid rgba(239,68,68,.4);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--text-sm)}.modal-edit-actions{display:flex;justify-content:flex-end;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--border-color);margin-top:var(--space-lg)}.modal-edit-actions--inline{padding-top:0;border-top:none;margin-top:0}.edit-review-section{display:flex;flex-direction:column;gap:var(--space-md)}.edit-review-header{margin-bottom:var(--space-sm)}.edit-review-title{margin:0 0 var(--space-xs) 0;font-size:var(--text-lg);font-weight:600;color:var(--text-primary)}.edit-review-subtitle{margin:0;font-size:var(--text-sm);color:var(--text-secondary)}.edit-review-empty{font-size:var(--text-sm);color:var(--text-secondary)}.edit-review-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-sm)}.edit-review-item{padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-color)}.edit-review-label{font-size:var(--text-xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.edit-review-values{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-xs);font-size:var(--text-sm)}.edit-review-from{color:var(--text-secondary);text-decoration:line-through}.edit-review-arrow{color:var(--text-disabled)}.edit-review-to{color:var(--text-primary);font-weight:500}.edit-cancel-button,.edit-save-button{min-width:0}@media(max-width:639px){.edit-form-grid{grid-template-columns:1fr}}@media(max-width:1023px){.edit-form-grid{grid-template-columns:1fr}}.ds-home{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-home__header{display:flex;flex-direction:column;gap:var(--space-md)}.ds-home__title{font-size:var(--text-4xl);color:var(--text-primary);font-weight:700}.ds-home__subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:900px}.ds-home__digest{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-xl)}.ds-home__digest-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.ds-home__digest-card h2{font-size:var(--text-lg)}.ds-home__swatches{display:flex;gap:var(--space-sm)}.ds-home__swatch{width:2rem;height:2rem;border-radius:var(--radius-md);border:1px solid var(--border-color)}.ds-home__swatch--bg-primary{background:var(--bg-primary)}.ds-home__swatch--bg-secondary{background:var(--bg-secondary)}.ds-home__swatch--bg-tertiary{background:var(--bg-tertiary)}.ds-home__swatch--accent{background:var(--accent-color)}.ds-home__type-sample{color:var(--text-primary)}.ds-home__type-sample--xl{font-size:var(--text-xl)}.ds-home__type-sample--base{font-size:var(--text-base)}.ds-home__type-sample--sm{font-size:var(--text-sm);color:var(--text-secondary)}.ds-home__actions{display:flex;flex-wrap:wrap;gap:var(--space-md)}.ds-home__section-title{font-size:var(--text-2xl);margin-bottom:var(--space-lg)}.ds-home__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.ds-home__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl);text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:var(--space-sm);transition:transform .2s ease,border-color .2s ease}.ds-home__card:hover{transform:translateY(-2px)}.ds-home__card h3{color:var(--text-primary);font-size:var(--text-xl)}.ds-home__card p{color:var(--text-secondary);font-size:var(--text-base)}.ds-home__card-link{color:var(--accent-color);font-size:var(--text-sm)}@media(max-width:1023px){.ds-home{padding:var(--space-3xl) 0}.ds-home__title{font-size:var(--text-3xl)}.ds-home__subtitle{font-size:var(--text-base)}}.ds-colours{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-colours__header h1{font-size:var(--text-4xl);color:var(--text-primary);margin-bottom:var(--space-md)}.ds-colours__header p{color:var(--text-secondary);font-size:var(--text-lg)}.ds-colours h2{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-lg)}.ds-colours__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:var(--space-lg)}.ds-colours__matrix{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}.ds-colours__matrix-title{text-transform:none}.ds-colours__state-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-md)}.ds-colours__state-detail{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-tertiary);padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}.ds-colours__state-detail-title{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.ds-colours__value-block{display:flex;flex-direction:column;gap:.25rem;font-size:var(--text-xs);color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-word}.ds-colours__value-block strong{color:var(--text-primary);font-weight:600}.ds-colours__chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.ds-colours__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .4rem;border:1px solid var(--border-color);border-radius:999px;background:var(--bg-secondary);min-width:0}.ds-colours__chip-label{font-size:var(--text-xs);color:var(--text-secondary);white-space:nowrap}.ds-colours__chip-swatch{width:.9rem;height:.9rem;border-radius:999px;border:1px solid var(--border-color);flex:0 0 auto}.ds-colours__card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm)}.ds-colours__swatch{height:72px;border-radius:var(--radius-md);border:1px solid var(--border-color)}.ds-colours__card h3{font-size:var(--text-base);color:var(--text-primary)}.ds-colours__token,.ds-colours__value{font-size:var(--text-sm)}.ds-colours__token{color:var(--text-secondary)}.ds-colours__value{color:var(--text-primary)}.ds-colours__hint{color:var(--text-secondary);margin-bottom:var(--space-md)}.ds-colours__theme-preview{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-lg)}.ds-colours__theme-preview-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:var(--space-lg)}.ds-colours__prompt-textarea{width:100%;min-height:320px;resize:vertical;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);padding:var(--space-md);font-size:var(--text-sm);line-height:1.45;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media(max-width:1023px){.ds-colours{padding:var(--space-3xl) 0}.ds-colours__header h1{font-size:var(--text-3xl)}.ds-colours__header p{font-size:var(--text-base)}}.ds-typography{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-typography__header h1{font-size:var(--text-4xl);color:var(--text-primary);margin-bottom:var(--space-md)}.ds-typography__header p{color:var(--text-secondary);font-size:var(--text-lg)}.ds-typography__section h2{font-size:var(--text-2xl);margin-bottom:var(--space-lg)}.ds-typography__families{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.ds-typography__family{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl)}.ds-typography__family h3{margin-bottom:var(--space-sm)}.ds-typography__sample{color:var(--text-primary)}.ds-typography__sample--cursive{font-family:"Geologica Cursive",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ds-typography__scale{display:flex;flex-direction:column;gap:var(--space-md)}.ds-typography__scale-item{display:grid;grid-template-columns:minmax(120px,200px) 1fr;gap:var(--space-lg);align-items:center;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:var(--space-md) var(--space-lg);background:var(--bg-secondary)}.ds-typography__scale-meta code{color:var(--text-secondary)}.ds-typography__scale-sample{color:var(--text-primary)}.ds-typography__weights{display:flex;flex-direction:column;gap:var(--space-sm)}.ds-typography__weight-row{display:grid;grid-template-columns:56px 1fr;gap:var(--space-lg);align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:var(--space-sm)}.ds-typography__weight-row span{color:var(--text-secondary);font-size:var(--text-sm)}.ds-typography__weight-row p{color:var(--text-primary)}@media(max-width:1023px){.ds-typography{padding:var(--space-3xl) 0}.ds-typography__header h1{font-size:var(--text-3xl)}.ds-typography__header p{font-size:var(--text-base)}.ds-typography__scale-item{grid-template-columns:1fr;gap:var(--space-sm)}}.ds-buttons{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-buttons__header h1{font-size:var(--text-4xl);color:var(--text-primary);margin-bottom:var(--space-md)}.ds-buttons__header p{font-size:var(--text-lg);color:var(--text-secondary)}.ds-buttons__section h2{font-size:var(--text-2xl);margin-bottom:var(--space-sm)}.ds-buttons__section>p{color:var(--text-secondary);margin-bottom:var(--space-lg)}.ds-buttons__controls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-lg)}.ds-buttons__matrix{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}.ds-buttons__matrix-title{text-transform:none}.ds-buttons__state-stack{display:flex;flex-direction:column;gap:var(--space-md)}.ds-buttons__state-row{display:flex;flex-wrap:nowrap;align-items:center;gap:var(--space-sm);overflow-x:auto;overflow-y:hidden;padding-bottom:2px}.ds-buttons__state-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-md)}.ds-buttons__state-detail{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-tertiary);padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-sm)}.ds-buttons__state-detail-title{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.ds-buttons__value-block{display:flex;flex-direction:column;gap:.25rem;font-size:var(--text-xs);color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;word-break:break-word}.ds-buttons__value-block strong{color:var(--text-primary);font-weight:600}.ds-buttons__variant-label{font-size:var(--text-sm);color:var(--text-secondary);min-width:4.75rem;text-transform:capitalize}.ds-buttons__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.ds-buttons__card h3{font-size:var(--text-lg);color:var(--text-primary)}.ds-buttons__name-preview{margin-top:-.25rem;color:var(--text-secondary);font-size:var(--text-xs)}.ds-buttons__meta{color:var(--text-secondary);font-size:var(--text-sm)}.ds-buttons__visit-states{display:flex;flex-direction:column;gap:var(--space-md)}.ds-buttons__prompt-textarea{width:100%;min-height:320px;resize:vertical;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);padding:var(--space-md);font-size:var(--text-sm);line-height:1.45;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ds-buttons__card--span-2{grid-column:span 2}.ds-buttons__card--full{grid-column:1 / -1}.ds-buttons__icon-row{display:flex;flex-wrap:wrap;gap:var(--space-md)}@media(max-width:1023px){.ds-buttons{padding:var(--space-3xl) 0}.ds-buttons__header h1{font-size:var(--text-3xl)}.ds-buttons__header p{font-size:var(--text-base)}.ds-buttons__variant-label{min-width:4.25rem}.ds-buttons__controls-grid{grid-template-columns:1fr}.ds-buttons__card--span-2,.ds-buttons__card--full{grid-column:auto}}.ds-layout{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-layout__header h1{font-size:var(--text-4xl);margin-bottom:var(--space-md)}.ds-layout__header p{color:var(--text-secondary);font-size:var(--text-lg)}.ds-layout__section h2{font-size:var(--text-2xl);margin-bottom:var(--space-lg)}.ds-layout__list,.ds-layout__container-list{display:flex;flex-direction:column;gap:var(--space-md)}.ds-layout__row,.ds-layout__container-row{display:grid;grid-template-columns:minmax(150px,220px) 1fr;gap:var(--space-lg);align-items:center}.ds-layout__spacing-sample{height:1rem;background:var(--accent-color);border-radius:var(--radius-sm)}.ds-layout__radius-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-lg)}.ds-layout__radius-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.ds-layout__radius-sample{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);padding:var(--space-xl);text-align:center}.ds-layout__container-sample{width:100%;padding:var(--space-sm);border:1px dashed var(--border-color);background:var(--bg-secondary);color:var(--text-secondary)}.ds-layout__patterns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.ds-layout__pattern{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-lg)}.ds-layout__pattern h3{margin-bottom:var(--space-sm)}.ds-layout__pattern p{color:var(--text-secondary)}.ds-layout__pattern--two-col{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-md)}.ds-layout__pattern--cards{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm)}.ds-layout__pattern--cards div{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);min-height:72px}@media(max-width:1023px){.ds-layout{padding:var(--space-3xl) 0}.ds-layout__header h1{font-size:var(--text-3xl)}.ds-layout__header p{font-size:var(--text-base)}.ds-layout__row,.ds-layout__container-row{grid-template-columns:1fr;gap:var(--space-sm)}.ds-layout__pattern--two-col,.ds-layout__pattern--cards{grid-template-columns:1fr}}.ds-components{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-components__header h1{font-size:var(--text-4xl);margin-bottom:var(--space-md)}.ds-components__header p{color:var(--text-secondary);font-size:var(--text-lg)}.ds-components__section h2{font-size:var(--text-2xl);margin-bottom:var(--space-lg)}.ds-components__intro{color:var(--text-secondary);margin-bottom:var(--space-lg)}.ds-components__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-lg)}.ds-components__card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-sm)}.ds-components__card h3{color:var(--text-primary);font-size:var(--text-lg)}.ds-components__meta{color:var(--text-secondary);font-size:var(--text-sm)}.ds-components__card p{color:var(--text-primary)}.ds-components__links{display:flex;flex-wrap:wrap;gap:var(--space-md)}.ds-components__links a{color:var(--accent-color)}.ds-components__inventory{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-lg)}.ds-components__inventory-group{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md)}.ds-components__inventory-group h3{color:var(--text-primary);font-size:var(--text-lg)}.ds-components__inventory-item{border-top:1px solid var(--border-color);padding-top:var(--space-sm);display:flex;flex-direction:column;gap:2px}.ds-components__inventory-name{color:var(--text-primary);font-weight:600}.ds-components__inventory-file{color:var(--text-secondary);font-size:var(--text-sm)}.ds-components__inventory-usage{color:var(--text-primary);font-size:var(--text-sm)}.ds-components__examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.ds-components__example-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-md)}.ds-components__example-card h3{color:var(--text-primary);font-size:var(--text-lg)}.ds-components__example-row{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center}.ds-components__example-meta{font-size:var(--text-sm);color:var(--text-secondary)}.ds-components__navlink-demo{color:var(--accent-color);text-decoration:underline;font-size:var(--text-sm)}@media(max-width:1023px){.ds-components{padding:var(--space-3xl) 0}.ds-components__header h1{font-size:var(--text-3xl)}.ds-components__header p{font-size:var(--text-base)}.ds-components__example-row{align-items:stretch}}.ds-icons{padding:var(--space-4xl) 0;display:flex;flex-direction:column;gap:var(--space-2xl)}.ds-icons__header{margin-top:var(--space-md);margin-bottom:var(--space-lg)}.ds-icons__header h1{font-size:var(--text-3xl);color:var(--text-primary);margin-bottom:var(--space-xs)}.ds-icons__header p{color:var(--text-secondary);font-size:var(--text-sm)}.ds-icons__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:var(--space-lg);align-items:stretch}.ds-icons__icon-tile{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-secondary);padding:var(--space-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-sm);color:var(--text-primary)}.ds-icons__icon{display:flex;align-items:center;justify-content:center}.ds-icons__icon svg{width:28px;height:28px}.ds-icons__label{font-size:var(--text-xs);color:var(--text-secondary);text-align:center}@media(max-width:1023px){.ds-icons{padding:var(--space-3xl) 0}}.ds-heros{padding:var(--space-4xl) 0 var(--space-4xl);display:flex;flex-direction:column;gap:var(--space-3xl)}.ds-heros__header h1{font-size:var(--text-4xl);margin-bottom:var(--space-md)}.ds-heros__header p{color:var(--text-secondary);font-size:var(--text-lg);max-width:52rem}.ds-heros__section{display:flex;flex-direction:column;gap:var(--space-md)}.ds-heros__section h2{font-size:var(--text-2xl);margin:0}.ds-heros__section>p{margin:0;color:var(--text-secondary);font-size:var(--text-base);max-width:48rem}.ds-heros__meta{font-size:var(--text-sm);color:var(--text-secondary);font-family:var(--font-mono, ui-monospace, monospace)}.ds-heros__hero-slot{margin-top:var(--space-sm);display:flex;flex-direction:column;width:100%}.ds-heros__stack{display:flex;flex-direction:column;gap:var(--space-3xl)}
