:root {
  --civic-navy: #163650;
  --civic-gold: #b48a35;
  --civic-ink: #203247;
  --civic-muted: #536579;
  --civic-line: #bdcdd5;
  --civic-paper: #dce5e9;
  --civic-surface: #edf2f3;
}
* { box-sizing: border-box; }
.civic-page { margin: 0; background: var(--civic-paper); color: var(--civic-ink); font: 15px/1.65 'Segoe UI', system-ui, sans-serif; }
.civic-masthead { background: var(--civic-navy); color: #fff; border-bottom: 4px solid var(--civic-gold); }
.civic-masthead-inner { max-width: 1240px; margin: auto; padding: 22px 28px; display: flex; align-items: center; gap: 16px; }
.civic-seal { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.civic-brand { flex: 1; }
.civic-brand small { display: block; color: #d5e1eb; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.civic-brand strong { display: block; font-size: 21px; font-weight: 650; line-height: 1.5; }
.civic-masthead a { color: inherit; text-decoration: none; }
.civic-nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; }
.civic-nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.civic-footer { max-width: 1240px; margin: 36px auto 0; padding: 24px 28px; border-top: 1px solid var(--civic-line); font-size: 12px; color: var(--civic-muted); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 10000; background: #fff; color: #163650; padding: 12px 18px; border: 2px solid #b48a35; border-radius: 4px; }
.skip-link:focus { top: 10px; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid #b48a35; outline-offset: 3px; }
.civic-main { max-width: 1184px; padding: 36px 28px; margin: auto; }
.civic-page-title { font-size: clamp(24px, 3vw, 34px); letter-spacing: -.03em; margin: 0 0 8px; line-height: 1.25; }
.civic-lead { color: var(--civic-muted); margin: 0 0 28px; }
.civic-surface { background: var(--civic-surface); border: 1px solid var(--civic-line); border-radius: 8px; padding: 28px; }
.civic-table-wrap { overflow-x: auto; border: 1px solid var(--civic-line); border-radius: 8px; background: var(--civic-surface); }
.civic-table { border-collapse: collapse; width: 100%; font-size: 14px; }
.civic-table th { background: #edf1f5; color: #36495d; font-size: 12px; text-align: left; padding: 14px 18px; white-space: nowrap; }
.civic-table td { padding: 17px 18px; border-top: 1px solid #e3e9ee; }
.civic-table tbody tr:hover { background: #f6f8fa; }
.civic-link { color: #174e79; font-weight: 600; text-underline-offset: 4px; }
.civic-status { display: inline-flex; background: #eef3f7; color: #334c62; border: 1px solid #d6e0e8; border-radius: 4px; padding: 3px 9px; font-size: 12px; white-space: nowrap; }
.civic-empty { text-align: center; padding: 48px 20px !important; color: var(--civic-muted); }
.civic-auth { display: grid; grid-template-columns: 1fr 1fr; max-width: 1040px; margin: 56px auto; border: 1px solid var(--civic-line); background: var(--civic-surface); border-radius: 10px; overflow: hidden; }
.civic-auth-aside { padding: 52px 42px; background: #d5e0e5; display: flex; flex-direction: column; justify-content: center; }
.civic-eyebrow { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #526b80; margin-bottom: 18px; }
.civic-auth-aside h1 { font-size: 35px; line-height: 1.2; letter-spacing: -.03em; margin: 0 0 20px; color: #163650; }
.civic-auth-aside p { color: #526579; font-size: 15px; line-height: 1.8; }
.civic-auth-note { border-top: 1px solid #c8d6e0; padding-top: 22px; margin-top: 30px; font-size: 12px !important; }
.civic-auth-form { padding: 48px 42px; min-width: 0; }
.civic-verification { max-width: 690px; margin: 36px auto; }
.civic-verification .status { text-align: left; padding-bottom: 22px; border-bottom: 2px solid #247653; }
.civic-verification .status-title { font-size: 23px; color: #216143; font-weight: 700; }
.civic-verification .status-sub { color: #536579; margin-top: 8px; }
.civic-verification .detail { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid #e3e9ee; }
.civic-verification .label { font-size: 13px; color: #536579; }
.civic-verification .value { overflow-wrap: anywhere; font-weight: 600; }
.civic-verification .status-icon { display: none; }
.dark .civic-page, .civic-page.dark { --civic-paper: #111c28; --civic-ink: #e5edf5; --civic-muted: #bac8d6; --civic-line: #334658; }
.dark .civic-auth { background: #192735; }
.dark .civic-auth-aside { background: #203346; }
.dark .civic-auth-aside h1 { color: #eff5fa; }
.dark .civic-auth-aside p, .dark .civic-eyebrow { color: #c2d1df; }
@media (max-width: 760px) {
  .civic-masthead-inner { padding: 16px; gap: 12px; flex-wrap: wrap; }
  .civic-brand strong { font-size: 18px; }
  .civic-seal { width: 44px; height: 44px; }
  .civic-nav { width: 100%; padding-top: 10px; border-top: 1px solid #ffffff30; }
  .civic-main { padding: 26px 16px; }
  .civic-auth { display: block; margin: 24px 16px; }
  .civic-auth-aside { padding: 24px; }
  .civic-auth-aside h1 { font-size: 26px; margin-bottom: 12px; }
  .civic-auth-note { display: none; }
  .civic-auth-form { padding: 28px 24px; }
  .civic-surface { padding: 22px; }
  .civic-verification { margin: 24px 16px; }
  .civic-verification .detail { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

.civic-settings { background:var(--civic-paper); }
.civic-settings [data-flux-sidebar] { border-top:4px solid #b48a35; }
.dark .civic-settings { background:#111c28; }
@media (max-width:760px) { .audit-table-head { display:none !important; } }
