:root{--bg: #f2f2f2;--surface: #ffffff;--surface2: #ebebeb;--border: #d0d0d0;--accent: #2b7bb9;--accent2: #2b7bb9;--danger: #c23934;--text: #333333;--muted: #757575;--green: #2e844a;--orange: #dd7a01}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:Inter,sans-serif;cursor:pointer}input,select,textarea{font-family:Inter,sans-serif;color:var(--text);background:var(--surface)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.mono{font-family:DM Mono,monospace}
