@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
:root{
  --blue:#003da6;
  --blue-600:#0a49b8;
  --text:#0e1220;
  --muted:#4a5163;
  --bg:#ffffff;
  --border:rgba(10,16,32,.12);
  --card:#ffffff;
  --shadow:0 6px 18px rgba(10,16,32,.06);
  --radius:14px;
  --space-1:6px; --space-2:10px; --space-3:16px; --space-4:20px; --space-5:28px; --space-6:36px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,

img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1100px;margin:0 auto;padding:0 var(--space-3)}
.wrapper{display:grid;grid-template-columns:280px 1fr;min-height:100vh}
@media (max-width: 960px){.wrapper{grid-template-columns:1fr}}
/* Header */
.site-header{
  background:var(--blue);
  border-bottom:1px solid var(--border);
  display:flex;justify-content:center;align-items:center;
  padding: var(--space-2) 0;
}
.site-header img{
  width:auto;height:auto;max-width:780px;max-height:81px;
}
/* Sidebar */
.sidebar{
  background:var(--blue);
  color:#fff;
  padding:var(--space-3);
  position:sticky;top:0;height:100vh;overflow:auto;
}
.sidebar .brand{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}
.sidebar .brand img{height:28px}
.sidebar h1{font-size:17px;margin:0}
.small{color:#e6ecff;font-size:12px}
.search{margin:var(--space-2) 0}
.search input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border)}
.nav{list-style:none;margin:var(--space-2) 0 0 0;padding:0;display:grid;gap:8px}
.nav a{display:block;padding:8px 10px;border-radius:10px;background:#f6f8ff;color:#0e1220}
.nav a:hover{background:#eef2ff}
/* Main */
.main{padding:var(--space-5)}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);box-shadow:var(--shadow)}
.grid{display:grid;gap:var(--space-3)}
.grid.columns-2{grid-template-columns:1fr 1fr}
@media (max-width: 960px){.grid.columns-2{grid-template-columns:1fr}}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;border:none;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}
.btn:hover{background:var(--blue-600)}
.badge{display:inline-block;padding:4px 8px;border-radius:999px;background:#eef2ff;border:1px solid var(--border);font-size:12px;color:#18233b}
.footer{margin-top:var(--space-4);color:var(--muted);font-size:13px}
/* Tables – modern */
.table, table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:15px}
.table thead th, table thead th{text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid rgba(10,16,32,.15);background:#f7f9fc}
.table tbody td, table tbody td{padding:12px 14px;border-bottom:1px solid rgba(10,16,32,.08)}
.table tbody tr:nth-child(even), table tbody tr:nth-child(even){background:#fafbff}
.table tbody tr:hover, table tbody tr:hover{background:#f1f5ff}
.table{border:1px solid rgba(10,16,32,.12);border-radius:12px;overflow:hidden}
.table-wrap{width:100%;overflow-x:auto}
/* Landing */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#003da6;text-align:center;padding:var(--space-5)}

.hero .cta:hover{background:#f5f7ff}
.hero .cta{
  display:inline-block;
  font-size:18px;
  padding:12px 20px;
  color:#ffffff;
  background:transparent;
  border:2px solid #ffffff;
  border-radius:999px;
  font-weight:800;
  text-decoration:none;
}
.hero .cta:hover{background:rgba(255,255,255,.12)}

/* Ensure white background site-wide */

.site-header{background:#003da6;border-bottom:1px solid rgba(10,16,32,.12);padding:8px 0;display:flex;justify-content:center;align-items:center}
.site-header img{width:auto;height:auto;max-width:780px;max-height:81px}
/* Minimal tables */
table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:15px}
table thead th{text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid rgba(10,16,32,.15);background:#f7f9fc}
table tbody td{padding:12px 14px;border-bottom:1px solid rgba(10,16,32,.08)}
table tbody tr:nth-child(even){background:#fafbff}
table tbody tr:hover{background:#f1f5ff}
table{border:1px solid rgba(10,16,32,.12);border-radius:12px;overflow:hidden}

body{  font:16px/1.65 'Roboto Condensed', Arial, sans-serif;}


/* Keep full-bleed header while keeping page padding */
.site-header{margin-inline:-16px; background:#003da6; border-bottom:1px solid rgba(10,16,32,.12); padding:8px 0; display:flex; justify-content:center; align-items:center}
.site-header img{width:auto;height:auto;max-width:780px;max-height:81px}
@media (min-width: 960px){  .site-header{margin-inline:-28px}}
/* Landing CTA */
.hero .cta{
  display:inline-block;
  font:700 18px/1.2 'Roboto Condensed', Arial, sans-serif;
  padding:12px 22px;
  color:#ffffff;
  background:transparent;
  border:2px solid #ffffff;
  border-radius:9999px;
  text-decoration:none;
}
.hero .cta:hover{background:rgba(255,255,255,.12)}
/* Modern table styling */
table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:15px}
table thead th{text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid rgba(10,16,32,.15);background:#f7f9fc}
table tbody td{padding:12px 14px;border-bottom:1px solid rgba(10,16,32,.08)}
table tbody tr:nth-child(even){background:#fafbff}
table tbody tr:hover{background:#f1f5ff}
table{border:1px solid rgba(10,16,32,.12);border-radius:12px;overflow:hidden}

.hero .cta, .hero .cta:visited { color:#ffffff !important; border-color:#ffffff !important; font:700 18px/1.2 'Roboto Condensed', Arial, sans-serif; }
.hero .cta:hover, .hero .cta:focus { background:rgba(255,255,255,.15) !important; outline:2px solid rgba(255,255,255,.6); outline-offset:2px; }
/* Light-blue Back button */
.btn-back{
  display:inline-block;
  background:#e6f0ff;
  color:#0e1220;
  border:1px solid #c9dbff;
  padding:10px 14px;
  border-radius:10px;
  font:600 15px/1 'Roboto Condensed', Arial, sans-serif;
  text-decoration:none;
}
.btn-back:hover{background:#dbe9ff}
/* Tighten top spacing after header */
main, .main, .content { margin-top: 12px !important; }
main > :first-child, .main > :first-child, .content > :first-child { margin-top: 0 !important; }
h1, h2, h3, p, table { margin-top: 12px; }
h1:first-child, h2:first-child, h3:first-child, p:first-child, table:first-child { margin-top: 0; }
/* Remove top border on first table */
table { border-top: 1px solid rgba(10,16,32,.12); }
main table:first-of-type, .main table:first-of-type { border-top-color: transparent; }


.site-header{margin-inline:-16px;background:#003da6;border-bottom:1px solid rgba(10,16,32,.12);padding:8px 0;display:flex;justify-content:center;align-items:center}
.site-header img{width:auto;height:auto;max-width:780px;max-height:81px}
@media (min-width: 960px){  .site-header{margin-inline:-28px}}

.hero .cta, .hero .cta:visited{
  display:inline-block;color:#fff;border:2px solid #fff;background:transparent;
  font:700 18px/1.2 'Roboto Condensed', Arial, sans-serif;padding:12px 22px;border-radius:9999px;text-decoration:none
}
.hero .cta:hover, .hero .cta:focus{background:rgba(255,255,255,.15);outline:2px solid rgba(255,255,255,.5);outline-offset:2px}

/* Sleek small back button */
.btn-back{display:inline-block;background:#eaf2ff;color:#0e1220;border:1px solid #cfe0ff;padding:8px 12px;border-radius:9999px;
  font:600 14px/1.1 'Roboto Condensed', Arial, sans-serif;text-decoration:none}
.btn-back:hover{background:#dfeaff}

/* Modern minimalist tables */
table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:15px;border:1px solid rgba(10,16,32,.12);border-radius:12px;overflow:hidden}
table thead th{text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid rgba(10,16,32,.15);background:#f7f9fc}
table tbody td{padding:12px 14px;border-bottom:1px solid rgba(10,16,32,.08)}
table tbody tr:nth-child(even){background:#fafbff}
table tbody tr:hover{background:#f1f5ff}
/* If a table is the first element after the header, remove any top visual gap */
header.site-header + table{border-top-color:transparent}

body{margin:0;background:#ffffff;color:#0e1220;font:16px/1.65 'Roboto Condensed', Arial, sans-serif;padding-inline:16px}
.site-header{margin-inline:-16px;background:#003da6;border-bottom:1px solid rgba(10,16,32,.12);padding:8px 0;display:flex;justify-content:center;align-items:center}
.site-header img{width:auto;height:auto;max-width:780px;max-height:81px}
@media (min-width: 960px){ body{padding-inline:28px} .site-header{margin-inline:-28px}}
.hero .cta, .hero .cta:visited{display:inline-block;color:#fff;border:2px solid #fff;background:transparent;font:700 18px/1.2 'Roboto Condensed', Arial, sans-serif;padding:12px 22px;border-radius:9999px;text-decoration:none}
.hero .cta:hover, .hero .cta:focus{background:rgba(255,255,255,.15);outline:2px solid rgba(255,255,255,.5);outline-offset:2px}
.btn-back{display:inline-block;background:#eaf2ff;color:#0e1220;border:1px solid #cfe0ff;padding:8px 12px;border-radius:9999px;font:600 14px/1.1 'Roboto Condensed', Arial, sans-serif;text-decoration:none}
.btn-back:hover{background:#dfeaff}
table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:15px;border:1px solid rgba(10,16,32,.12);border-radius:12px;overflow:hidden}
table thead th{text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid rgba(10,16,32,.15);background:#f7f9fc}
table tbody td{padding:12px 14px;border-bottom:1px solid rgba(10,16,32,.08)}
table tbody tr:nth-child(even){background:#fafbff}
table tbody tr:hover{background:#f1f5ff}
header.site-header + table{border-top-color:transparent}


/* Minimal back button & CTA */
.btn-back{display:inline-block;background:#eaf2ff;color:#0e1220;border:1px solid #cfe0ff;padding:8px 12px;border-radius:9999px;
  font:600 14px/1.1 'Roboto Condensed', Arial, sans-serif;text-decoration:none}
.btn-back:hover{background:#dfeaff}
.hero .cta, .hero .cta:visited{display:inline-block;color:#fff;border:2px solid #fff;background:transparent;
  font:700 18px/1.2 'Roboto Condensed', Arial, sans-serif;padding:12px 22px;border-radius:9999px;text-decoration:none}
.hero .cta:hover, .hero .cta:focus{background:rgba(255,255,255,.15);outline:2px solid rgba(255,255,255,.5);outline-offset:2px}
