@tailwind base;@tailwind components;@tailwind utilities;*,*:before,*:after{box-sizing:border-box}body{font-family:DM Mono,monospace;overflow:hidden;height:100vh;margin:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}@keyframes glow{0%,to{box-shadow:0 0 6px #34d39966}50%{box-shadow:0 0 14px #34d399b3}}@keyframes fadeWord{0%{opacity:0;transform:scale(.75) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.35}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.wc-word{animation:fadeWord .45s cubic-bezier(.34,1.56,.64,1) forwards}.slide-up{animation:slideUp .3s ease forwards}
