/* base.css — reset, typography, palette (extracted from prototype) */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Inter',-apple-system,sans-serif; background:#f5f7fb; color:#1a1e2b; }
::-webkit-scrollbar { width:5px; height:5px; }
::-webkit-scrollbar-track { background:#eef1f5; }
::-webkit-scrollbar-thumb { background:#bcc3ce; border-radius:8px; }
a { color:inherit; }
.text-muted { color:#6b7f94; } .text-small { font-size:13px; } .fw-600 { font-weight:600; }
.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mb-12{margin-bottom:12px}.mb-16{margin-bottom:16px}
.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}
.flex-center{display:flex;align-items:center;gap:8px}.gap-8{gap:8px}.gap-12{gap:12px}
.logo-icon { width:40px;height:40px;background:linear-gradient(135deg,#1a7f5e,#0f5c42);border-radius:12px;
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700; }
