:root{--bg:#fff;--text:#111;--secondary:#555;--muted:#737373;--pet-fur:#f1b56d;--pet-fur-dark:#d8873f;--pet-outline:#24170f;--pet-shadow:#11111124;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font:16px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0d0d0d;--text:#f4f4f4;--secondary:#bebebe;--muted:#8c8c8c;--pet-fur:#d99a58;--pet-fur-dark:#a86634;--pet-outline:#fff0db;--pet-shadow:#ffffff21}}#root{min-height:100svh}body{background:var(--bg);margin:0}*{box-sizing:border-box}.page{place-items:center;min-height:100svh;padding:32px 32px 112px;display:grid}.intro{width:min(100%,680px)}.eyebrow{color:var(--muted);margin:0 0 22px;font-size:14px}h1{letter-spacing:0;max-width:12ch;margin:0;font-size:clamp(44px,9vw,86px);font-weight:500;line-height:.95}.summary{max-width:540px;color:var(--secondary);margin:28px 0 0;font-size:18px}.focus-list{color:var(--text);flex-wrap:wrap;gap:10px 18px;margin:32px 0 0;padding:0;list-style:none;display:flex}.focus-list li{font-size:15px}.link{color:var(--text);text-underline-offset:4px;margin-top:40px;display:inline-block}.pixel-pet{width:66px;height:62px;color:var(--pet-outline);cursor:pointer;image-rendering:pixelated;transform-origin:50% 100%;background:0 0;border:0;padding:0;animation:1.15s steps(2,end) infinite pet-idle;position:fixed;bottom:20px;right:24px}.pixel-pet:focus-visible{outline:2px solid var(--text);outline-offset:8px}.pixel-pet.is-petting{animation:.45s steps(3,end) 2 pet-bounce}.pixel-pet span{display:block;position:absolute;box-shadow:0 0 0 3px}.pet-shadow{color:#0000;background:var(--pet-shadow);width:42px;height:5px;box-shadow:none;bottom:0;right:8px}.pet-body{background:var(--pet-fur);width:34px;height:22px;bottom:11px;right:13px}.pet-head{background:var(--pet-fur);width:25px;height:22px;bottom:25px;right:29px}.pet-ear{background:var(--pet-fur-dark);width:8px;height:11px;bottom:46px}.pet-ear-left{right:46px}.pet-ear-right{right:29px}.pet-eye{background:var(--pet-outline);width:4px;height:4px;box-shadow:none;bottom:37px}.pet-eye-left{right:45px}.pet-eye-right{right:36px}.pet-smile{background:var(--pet-outline);width:7px;height:3px;box-shadow:none;bottom:31px;right:40px}.pet-tail{background:var(--pet-fur-dark);transform-origin:0 100%;width:14px;height:7px;animation:.55s steps(2,end) infinite tail-wag;bottom:29px;right:4px}.is-petting .pet-tail{animation-duration:.22s}.pet-leg{background:var(--pet-fur-dark);width:7px;height:10px;bottom:4px}.pet-leg-left{right:34px}.pet-leg-right{right:17px}.pet-heart{color:#0000;opacity:0;background:#ff5f8f;width:5px;height:5px;bottom:55px;right:29px;box-shadow:-5px 0 #ff5f8f,5px 0 #ff5f8f,0 5px #ff5f8f}.is-petting .pet-heart{animation:.9s steps(4,end) heart-pop}@keyframes pet-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes pet-bounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.04,.96)}}@keyframes tail-wag{0%,to{transform:rotate(-18deg)}50%{transform:rotate(22deg)}}@keyframes heart-pop{0%{opacity:0;transform:translateY(8px)scale(.8)}20%,70%{opacity:1}to{opacity:0;transform:translateY(-18px)scale(1.1)}}@media (prefers-reduced-motion:reduce){.pixel-pet,.pixel-pet.is-petting,.pet-tail,.is-petting .pet-tail,.is-petting .pet-heart{animation:none}}@media (width<=640px){.page{place-items:start;padding:28px 22px 112px}h1{font-size:48px}.pixel-pet{bottom:14px;right:14px;transform:scale(.86)}}
