* { box-sizing: border-box; }
body {
  font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0; background: #f5f6f8; color: #1a1a1a; font-size: 15px;
}
.topnav {
  display: flex; align-items: center; gap: 14px; background: #202733;
  padding: 10px 16px; color: #fff; flex-wrap: wrap;
}
.topnav a { color: #cfd8e3; text-decoration: none; font-size: 14px; }
.topnav a:hover { color: #fff; }
.topnav .brand { font-weight: 700; margin-right: 8px; }
.topnav .spacer { flex: 1; }
.topnav .who { color: #8fa3bf; font-size: 13px; }
main { padding: 14px; max-width: 900px; margin: 0 auto; }
h1 { font-size: 20px; } h2 { font-size: 17px; }
.flash { padding: 8px 12px; border-radius: 6px; margin-bottom: 10px; font-size: 14px; }
.flash.success { background: #dcf5e0; color: #175c2e; }
.flash.error { background: #fbdede; color: #7a1414; }
input, select, textarea, button {
  font-size: 15px; padding: 8px; border: 1px solid #ccc; border-radius: 6px; width: 100%;
}
button { background: #2d6cdf; color: #fff; border: none; cursor: pointer; width: auto; padding: 8px 14px; }
button.secondary { background: #6b7280; }
button.danger { background: #c0392b; }
.card {
  background: #fff; border: 1px solid #e2e5ea; border-radius: 8px;
  padding: 12px; margin-bottom: 10px;
}
.row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.btn-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.btn-row button { font-size: 13px; padding: 6px 10px; }
.tag { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 12px; background: #eef1f5; }
.small { font-size: 12px; color: #666; }
.form-inline { display: flex; gap: 6px; margin-bottom: 12px; }
.form-inline input { flex: 1; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 6px 8px; border-bottom: 1px solid #eee; }
a.username-link { color: #2d6cdf; font-weight: 600; text-decoration: none; }
.outreach-entry { border-left: 3px solid #ddd; padding-left: 8px; margin: 4px 0; font-size: 13px; }
