:root{--font-sans:"Asap", system-ui, -apple-system, "Segoe UI", sans-serif;--color-bg:#ffc8d5;--color-fg:#4a4356;--text-display:24px;--text-subtitle:20px;--text-body:14px;--leading-display:1.3;--leading-body:17.9px;--weight-light:300;--weight-regular:400;--weight-bold:700;--page-pad:70px;--phone-height:100%;--header-h:83px;--screen-fill:65%;--window-bar:20px;--dot:10px;--dot-active:16px;--dot-gap:7px;--transition:.22s cubic-bezier(.4, 0, .2, 1);--settle:.9s cubic-bezier(.16, 1, .3, 1);--settle-stagger:60ms;--switch-drift:12px;--switch-time:.38s;--switch-ease:cubic-bezier(.33, 0, .2, 1)}@media (width<=767px){:root{--text-display:20px;--text-subtitle:14px;--page-pad:40px;--header-h:72px;--dot:8px;--dot-active:14px;--dot-gap:10px}}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:var(--color-bg)}html,body{overscroll-behavior:none;height:100%;overflow:hidden}body{background:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans);font-size:var(--text-body);font-weight:var(--weight-regular);line-height:var(--leading-body)}img,picture,video,canvas,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0}h1,h2,h3,p{font-size:inherit;font-weight:inherit;line-height:inherit}::selection{background:var(--color-fg);color:var(--color-bg)}.deck{height:100dvh;position:relative;overflow:hidden}.screen{opacity:0;visibility:hidden;transition:opacity var(--switch-time) var(--switch-ease), translate var(--switch-time) var(--switch-ease), visibility 0s linear var(--switch-time);position:absolute;inset:0;overflow:hidden}.screen[data-pos=above]{translate:0 calc(var(--switch-drift) * -1)}.screen[data-pos=below]{translate:0 var(--switch-drift)}.screen[data-pos=on]{z-index:1;opacity:1;visibility:visible;transition:opacity var(--switch-time) var(--switch-ease), translate var(--switch-time) var(--switch-ease), visibility 0s;translate:0}.display{font-size:var(--text-display);font-weight:var(--weight-bold);line-height:var(--leading-display)}.subtitle{font-size:var(--text-subtitle);font-weight:var(--weight-light);line-height:normal}.label{font-size:var(--text-body);font-weight:var(--weight-bold);text-transform:uppercase;line-height:normal}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
