:root{--bg: #fbfbfa;--surface: #ffffff;--surface-2: #f4f4f5;--border: #e6e6e3;--text: #1a1a17;--text-dim: #78786f;--brand: #4f46e5;--green: #15803d;--red: #dc2626;--amber: #b45309;--radius: 10px;--font-sans: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}html{background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none}input{font-family:inherit}@keyframes dash{to{stroke-dashoffset:-16}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.btn{transition:transform .1s ease,background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn:hover{border-color:#d6d6d0}.btn:active{transform:scale(.95)}.fade-in{animation:fadein .4s ease both}.chip-in{animation:fadein .22s ease both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
