@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#080f09;--bg-card:#0d1a0f;--bg-input:#111d13;--border:#1e3a22;--green:#22c55e;--green-dark:#16a34a;--green-light:#4ade80;--text:#e8f5ea;--text-muted:#6b8f72;--red:#ef4444;--yellow:#f59e0b}html,body{background:var(--bg);height:100%;color:var(--text);font-family:Inter,sans-serif}#app{height:100%}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
