:root{--bg: #f2f0ef;--ink: #1a1a1a;--ink-light: #888;--ink-lighter: #bbb;--rule: rgba(26, 26, 26, .12);--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif;font-family:var(--sans);line-height:1.6;font-weight:400;color:var(--ink);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400}p{margin:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s cubic-bezier(.22,1,.36,1) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.22s}.delay-3{animation-delay:.36s}.delay-4{animation-delay:.5s}@keyframes steamRise{0%{opacity:0;transform:translateY(0)}20%{opacity:.45}70%{opacity:.2}to{opacity:0;transform:translateY(-22px)}}.steam{animation:steamRise 3s ease-in-out infinite;opacity:0}.steam-1{animation-delay:0s}.steam-2{animation-delay:.4s}.steam-3{animation-delay:.8s}@keyframes typeLineTop{0%{stroke-dashoffset:300}8%{stroke-dashoffset:0}55%{stroke-dashoffset:0}62%{stroke-dashoffset:300}to{stroke-dashoffset:300}}@keyframes typeLineBottom{0%{stroke-dashoffset:300}8%{stroke-dashoffset:0}65%{stroke-dashoffset:0}72%{stroke-dashoffset:300}to{stroke-dashoffset:300}}.code-line{stroke-dasharray:300;stroke-dashoffset:300}.code-line-1,.code-line-2,.code-line-3,.code-line-4,.code-line-5{animation:typeLineTop 12s ease-in-out infinite}.code-line-6,.code-line-7,.code-line-8,.code-line-9,.code-line-10{animation:typeLineBottom 12s ease-in-out infinite}.code-line-1{animation-delay:0s}.code-line-2{animation-delay:.3s}.code-line-3{animation-delay:.6s}.code-line-4{animation-delay:.9s}.code-line-5{animation-delay:1.2s}.code-line-6{animation-delay:1.4s}.code-line-7{animation-delay:1.7s}.code-line-8{animation-delay:2s}.code-line-9{animation-delay:2.3s}.code-line-10{animation-delay:2.6s}@keyframes modalIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cursorClick{0%,to{transform:scale(1)}50%{transform:scale(.85)}}.animated-cursor{position:absolute;width:24px;height:24px;pointer-events:none;z-index:10;transition:left 1.5s cubic-bezier(.4,0,.2,1),top 1.5s cubic-bezier(.4,0,.2,1)}.animated-cursor.clicking{animation:cursorClick .2s ease}
