@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--bg-primary:#050505;--bg-card:#0d0d0d;--bg-card-hover:#141414;--bg-elevated:#111;--border-subtle:#1a1a1a;--border-card:#222;--accent-green:#00e676;--accent-green-dim:#00c853;--accent-green-muted:rgba(0,230,118,.15);--accent-green-border:rgba(0,230,118,.35);--status-active:#00e676;--status-risky:#f59e0b;--status-auction:#f97316;--status-undercollateralized:#ef4444;--text-primary:#fff;--text-secondary:#888;--text-muted:#555;--font-sans:"Inter",system-ui,-apple-system,sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--text-primary);-webkit-font-smoothing:antialiased}body,html{background:var(--bg-primary)}body{min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}