@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg:#f5f4f1;--surface:#fff;--surface-2:#faf9f6;--ink:#0a0a0a;--ink-2:#383836;--muted:#8a8985;--line:#e6e3dc;--line-2:#eeece5;--accent:#0a0a0a;--danger:#b53a2a;--danger-soft:oklch(.95 .04 25)}*{box-sizing:border-box}html,body,#root{min-height:100vh;min-height:100dvh;margin:0;padding:0}body{color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:#d9d6cf;font-family:Inter,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#root{display:flex;justify-content:center;align-items:stretch}button{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;font-family:inherit}button:disabled{cursor:not-allowed}input,textarea,select{color:inherit;font-family:inherit;font-size:16px}.num{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,ui-monospace,monospace}.app-shell{position:relative;width:100%;max-width:480px;min-height:100vh;background:var(--bg);overflow:hidden;display:flex;flex-direction:column;min-height:100dvh}@media (min-width:481px) and (max-width:899px){.app-shell{box-shadow:0 18px 60px #0000002e,0 2px 8px #00000014}}@media (min-width:900px){body{background:#ecebe6}.app-shell{overflow:visible;box-shadow:none;background:0 0;max-width:1180px;padding:32px 32px 40px}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pop{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
