@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800;900&family=IBM+Plex+Mono:wght@500;700&display=swap";:root{--ws-paper: #fff5ec;--ws-bg: #e9e1d8;--ws-ink: #17130f;--ws-accent: #ff5a36;--ws-blue: #2f6bff;--ws-yellow: #ffc43d;--ws-green: #12b981;--ws-purple: #8b5cf6;--ws-dark: #1c1713}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:var(--ws-bg)}body{font-family:Outfit,sans-serif;color:var(--ws-ink)}a{color:var(--ws-accent);text-decoration:none}a:hover{color:var(--ws-ink)}#root{display:flex;justify-content:center;min-height:100vh}button{font-family:inherit}@keyframes ws-pop{0%{transform:scale(.92) rotate(-1deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}@keyframes ws-card-spin-in{0%{transform:rotateX(-720deg)}to{transform:rotateX(0)}}@keyframes ws-rise{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.ws-hoverable{transition:transform .08s ease-out,box-shadow .08s ease-out}.ws-hoverable:hover{transform:translate(2px,2px)}
