@font-face{font-family:Inter;font-weight:400;font-display:swap;src:url(fonts/inter-latin-400-normal.8909904ab6.woff2) format("woff2")}@font-face{font-family:Inter;font-weight:500;font-display:swap;src:url(fonts/inter-latin-500-normal.f3779f1efc.woff2) format("woff2")}:root{color-scheme:light;--paper: #FAFAFA;--ink: #252525;--body: #3C3C3C;--quiet: #696969;--faint: #979797;--whisper: #AEAEAE;--hairline: #C5C5C5;--art-filter: none;--logo-hover-green: #98a869;--logo-hover-blue: #678dc6;--logo-hover-red: #FF746C;--logo-hover-yellow: #F1C338;--logo-hover-pink: #F75394;--logo-hover-orange: #FFC067;--logo-hover-purple: #6A5ACD;--status-height: 52px}:root[data-theme=dark]{color-scheme:dark;--paper: #252525;--ink: #FAFAFA;--body: #DEDEDE;--quiet: #C2C2C2;--faint: #A7A7A7;--whisper: #8B8B8B;--hairline: #6F6F6F;--art-filter: invert(1) brightness(1.08)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--paper: #252525;--ink: #FAFAFA;--body: #DEDEDE;--quiet: #C2C2C2;--faint: #A7A7A7;--whisper: #8B8B8B;--hairline: #6F6F6F;--art-filter: invert(1) brightness(1.08)}}*{box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:var(--paper)}body{margin:0;background:var(--paper);color:var(--body);font-size:17px;line-height:1.65;transition:background-color .24s ease,color .24s ease}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--status-height) + 24px)}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.icon{display:inline-block;flex:0 0 auto;width:1em;height:1em;color:inherit}.status-banner{position:sticky;top:0;z-index:10;height:var(--status-height);display:flex;align-items:center;justify-content:center;padding:0 24px;background:var(--paper);transition:background-color .24s ease}.status-banner:after{content:"";position:absolute;right:0;bottom:-2px;left:0;height:4px;background:var(--whisper);-webkit-mask:url(assets/divider-hand.d9d2632b91.svg) repeat-x left bottom / 240px 4px;mask:url(assets/divider-hand.d9d2632b91.svg) repeat-x left bottom / 240px 4px;pointer-events:none}.status-banner p{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;color:var(--quiet);font-size:14px;line-height:1.35;text-align:center;flex-wrap:wrap}.status-banner__when{display:flex;align-items:center;color:var(--ink);font-weight:500;white-space:nowrap}.status-banner__when .icon{width:18px;height:18px;margin-right:2px}.status-banner__message{white-space:nowrap}.status-banner__message--mobile{display:none}.theme-toggle{position:absolute;z-index:1;top:50%;right:14px;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--quiet);cursor:pointer;transform:translateY(-50%);transition:color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.theme-toggle[hidden]{display:none}.theme-toggle:hover{color:var(--ink)}.theme-toggle:active{transform:translateY(-50%) rotate(-3deg) scale(.94)}.theme-toggle:focus-visible{outline:2px solid var(--ink);outline-offset:1px}.theme-toggle__icon{grid-area:1 / 1;width:25px;height:25px;transition:opacity .2s ease,transform .28s cubic-bezier(.34,1.4,.64,1)}.theme-toggle__sun{opacity:1;transform:rotate(-5deg) scale(1)}.theme-toggle__moon{opacity:0;transform:rotate(-18deg) scale(.7)}:root[data-theme=dark] .theme-toggle__sun{opacity:0;transform:rotate(28deg) scale(.7)}:root[data-theme=dark] .theme-toggle__moon{opacity:1;transform:rotate(-5deg) scale(1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .theme-toggle__sun{opacity:0;transform:rotate(28deg) scale(.7)}:root:not([data-theme=light]) .theme-toggle__moon{opacity:1;transform:rotate(-5deg) scale(1)}}.status-banner a{display:inline-flex;position:relative;align-items:center;gap:5px;color:var(--ink);font-weight:500;text-decoration:none;padding-bottom:1px;white-space:nowrap}.status-banner a:focus-visible,.links a:focus-visible,.more a:focus-visible{outline:2px solid currentColor;outline-offset:3px}.status-banner a .icon{width:18px;height:18px}main{display:flex;flex-direction:column;align-items:center;position:relative;max-width:620px;margin:0 auto;padding:0 24px}.hero{min-height:calc(100svh - var(--status-height));display:flex;flex-direction:column;justify-content:center;position:relative}.lockup{width:fit-content;max-width:100%;margin-bottom:34px}.lockup__identity{--logo-hover-color: var(--body);position:relative;width:min(240px,100%)}.logo-hover--green{--logo-hover-color: var(--logo-hover-green)}.logo-hover--blue{--logo-hover-color: var(--logo-hover-blue)}.logo-hover--red{--logo-hover-color: var(--logo-hover-red)}.logo-hover--yellow{--logo-hover-color: var(--logo-hover-yellow)}.logo-hover--pink{--logo-hover-color: var(--logo-hover-pink)}.logo-hover--orange{--logo-hover-color: var(--logo-hover-orange)}.logo-hover--purple{--logo-hover-color: var(--logo-hover-purple)}#mark{position:absolute;z-index:1;top:52%;left:-1%;width:30%;display:block;border-radius:18px}#mark:focus-visible{outline:3px solid #ff3eb5;outline-offset:7px}#mark img,#mark svg{width:100%;height:auto;display:block}.subtitle{filter:var(--art-filter);transition:filter .24s ease}#mark-drawing{--mark-stroke-width: 12;--mark-dot-stroke-width: 15;stroke:var(--body);transition:stroke .24s ease;will-change:transform}#mark-drawing{display:block}#mark svg{transform-origin:55% 92%;overflow:visible}.mark-reveal{--draw-start: var(--path-length);--draw-easing: linear;fill:none;stroke:inherit;stroke-width:var(--mark-stroke-width);stroke-linecap:round;stroke-linejoin:round;visibility:visible}.anim .mark-reveal{stroke-dasharray:var(--path-length) var(--path-length);stroke-dashoffset:var(--draw-start);visibility:hidden}#mark-drawing.is-drawing .mark-reveal{animation:mark-reveal var(--draw-duration) var(--draw-easing) var(--draw-delay) forwards}#mark-drawing.is-drawn .mark-reveal{animation:none;stroke-dashoffset:0;visibility:visible}.anim.mark-fallback .mark-reveal{stroke-dashoffset:0;visibility:visible}@keyframes mark-reveal{0%{visibility:visible;stroke-dashoffset:var(--draw-start)}to{visibility:visible;stroke-dashoffset:0}}.mark-reveal--dot{--draw-easing: ease-out;stroke-width:var(--mark-dot-stroke-width)}.mark-reveal--main{--draw-easing: cubic-bezier(.42, 0, .23, 1)}#mark-drawing.rest{transform:rotate(-3deg);transition:transform .4s cubic-bezier(.34,1.8,.64,1),stroke .24s ease}#mark-drawing.rest.auto-wave,.lockup__identity:hover #mark-drawing.rest{transform:rotate(-10deg)}.lockup__identity:hover #mark-drawing,.lockup__identity:hover .name-wordmark{stroke:var(--logo-hover-color)}h1{margin:0;line-height:0}.name-wordmark{--wordmark-stroke-width: 24;display:block;width:100%;max-width:100%;height:auto;aspect-ratio:816 / 479;stroke:var(--body);transition:stroke .24s ease}#wordmark-path{fill:none;stroke:inherit;stroke-width:var(--wordmark-stroke-width);stroke-linecap:round;stroke-linejoin:round}.subtitle{width:min(355px,100%);height:auto;margin-top:25px;aspect-ratio:600 / 69;display:block}.intro p{max-width:56ch;margin:0 0 20px}.links{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:36px;margin-bottom:0;padding:0;list-style:none;font-size:15px}.links a{display:inline-flex;position:relative;align-items:center;gap:6px;color:var(--ink);text-decoration:none;padding-bottom:1px}.links .icon{width:20px;height:20px;color:inherit;transition:color .2s ease,filter .2s ease}.down{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 0}.hero-top{display:flex;flex-direction:column;justify-content:center;flex-grow:1;padding-top:24px}.section-scribble svg{stroke:var(--whisper);fill:none;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;width:88px}@media(max-width:540px){:root{--status-height: 68px}.status-banner{padding:0 56px}.status-banner p{display:flex;flex-direction:column;align-items:center;gap:0px}.status-banner__message--desktop{display:none}.status-banner__message--mobile{display:inline}.status-banner a{margin-left:4px}.lockup{margin-bottom:32px}.intro p{margin-bottom:16px}.links{flex-direction:column;gap:12px;margin-top:24px}}#mark{text-decoration:none;color:currentColor}.down{position:relative;color:var(--quiet);text-decoration:none;font-size:28px}.anim .down{opacity:0;transform:translateY(8px)}.anim.ready .down{animation:rise .7s ease 1s forwards,bob 2.4s ease-in-out 3s infinite}.down:hover{color:var(--quiet)}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.more{padding:24px 0;min-height:100svh;display:flex;flex-direction:column;justify-content:center;gap:36px;position:relative}.listen{margin-top:10px!important;color:var(--quiet)}.more h2{display:flex;align-items:center;gap:4px;font-size:15px;font-weight:500;color:var(--quiet);margin:0 0 8px}.more h2 .icon{width:20px;height:20px}.more p{margin:0;max-width:56ch}.more a{display:inline-block;position:relative;color:var(--ink);text-decoration:none;padding-bottom:1px}.status-banner a,.links a,.more a{--link-accent: var(--ink);transition:color .2s ease,text-shadow .2s ease}.status-banner a:after,.links a:after,.more a:after{content:"";position:absolute;right:0;bottom:-2px;left:0;height:4px;background:var(--faint);-webkit-mask:url(assets/underline-hand.629024065b.svg) repeat-x left bottom / 48px 4px;mask:url(assets/underline-hand.629024065b.svg) repeat-x left bottom / 48px 4px;pointer-events:none;transform:translateY(0);transition:background-color .2s ease,transform .24s ease-out,-webkit-mask-position .28s ease-out,mask-position .28s ease-out}.status-banner a:hover:after,.status-banner a:focus-visible:after,.links a:hover:after,.links a:focus-visible:after,.more a:hover:after,.more a:focus-visible:after{background:var(--link-accent);-webkit-mask-position:5px bottom;mask-position:5px bottom;transform:translateY(-1px)}.status-banner a:hover,.status-banner a:focus-visible,.links a:hover,.links a:focus-visible,.more a:hover,.more a:focus-visible{color:var(--link-accent);text-shadow:0 0 1px color-mix(in srgb,var(--link-accent) 18%,transparent)}footer{left:0;font-size:13px;color:var(--quiet)}@media(max-width:540px){.more{padding-bottom:max(24px,env(safe-area-inset-bottom))}footer{position:static}}.rise{opacity:1}.anim .status-banner{opacity:0}.anim.ready .status-banner{animation:fade .7s ease forwards}.anim .rise{opacity:0;transform:translateY(8px)}.anim.ready .rise{animation:rise .7s ease forwards}.rise.d1{animation-delay:0s}.rise.d2{animation-delay:.15s}.rise.d3{animation-delay:.35s}.rise.d4{animation-delay:.5s}.rise.d5{animation-delay:.65s}@keyframes rise{to{opacity:1;transform:none}}@keyframes fade{to{opacity:1}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rise,.down{opacity:1;transform:none;animation:none}.status-banner{opacity:1;animation:none}body,.status-banner,.theme-toggle,.theme-toggle__icon,#mark-drawing,.name-wordmark,.subtitle{transition:none}.status-banner a:after,.links a:after,.more a:after{transform:none;transition:background-color .2s ease}.status-banner a:hover:after,.status-banner a:focus-visible:after,.links a:hover:after,.links a:focus-visible:after,.more a:hover:after,.more a:focus-visible:after{-webkit-mask-position:left bottom;mask-position:left bottom;transform:none}}@media print{:root{--status-height: 0px}.status-banner,.down{display:none}}
