:root{--bg: #16191c;--panel: #1d2226;--input: #22272b;--chrome: #282d31;--border: #333940;--text: #f6f7f9;--body: #c3c9d0;--muted: #9aa4ad;--mute2: #7c858e;--accent: #f9c727;--accent-hover: #edb90f;--accent-amber: #b07e10;--green: #6bd08c;--red: #f08a80}html,body{margin:0;padding:0;background:var(--bg);color:var(--body);font-family:Instrument Sans,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;height:100%}#root{min-height:100%}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}*{box-sizing:border-box}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-track{background:transparent}@keyframes pulso{0%,to{opacity:1}50%{opacity:.35}}@keyframes sube{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.mono{font-family:JetBrains Mono,monospace}.hover-accent:hover{border-color:var(--accent)!important;color:var(--accent)!important}
