body{font-family:Arial,Helvetica,sans-serif;margin:0;background:#f5f7fb;color:#172033}header{background:#07172f;color:white;padding:18px 28px;display:flex;justify-content:space-between;align-items:center}header h1{font-size:22px;margin:0}header a{color:#fff}.card{background:white;margin:32px auto;padding:28px;max-width:980px;border-radius:14px;box-shadow:0 6px 24px rgba(10,20,40,.09)}.narrow{max-width:420px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}label{display:flex;flex-direction:column;font-weight:700;gap:8px}input{padding:10px;border:1px solid #cbd5e1;border-radius:8px}button{padding:11px 18px;border:0;border-radius:8px;background:#1f6feb;color:white;font-weight:700;cursor:pointer}.primary{margin-top:24px;font-size:16px}.warning{background:#fff3cd;border:1px solid #ffe69c;padding:12px;border-radius:8px;margin-bottom:16px}.error{background:#ffe4e6;border:1px solid #fb7185;padding:12px;border-radius:8px;margin-bottom:16px}.note{color:#64748b}pre{background:#0f172a;color:#e2e8f0;padding:16px;border-radius:8px;overflow:auto}@media(max-width:800px){.grid{grid-template-columns:1fr}.card{margin:16px}}
.onecol{grid-template-columns:1fr;max-width:620px}table{width:100%;border-collapse:collapse;margin-top:12px}td,th{border-bottom:1px solid #e2e8f0;padding:10px;text-align:left}th{color:#475569;background:#f8fafc}


.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.admin-box {
  border: 1px solid #d8dee9;
  border-radius: 12px;
  padding: 18px;
  background: #ffffff;
}

.admin-box h3 {
  margin-top: 0;
}

header h1 a{color:white;text-decoration:none}nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap}nav a{color:#fff;text-decoration:none;font-weight:700}.hero-card{padding:34px}.hero-row{display:flex;justify-content:space-between;gap:24px;align-items:center}.hero-row h2{font-size:34px;margin:6px 0 8px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-size:12px;font-weight:800;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-block;padding:11px 18px;border-radius:8px;text-decoration:none;font-weight:800}.primary-link{background:#1f6feb;color:white}.secondary-link{background:#eef2ff;color:#1e3a8a}.dashboard-grid{max-width:1036px;margin:0 auto 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.dash-tile{display:block;background:white;border-radius:14px;padding:22px;text-decoration:none;color:#172033;box-shadow:0 6px 24px rgba(10,20,40,.09);border:1px solid #e2e8f0}.dash-tile:hover{border-color:#1f6feb}.dash-tile h3{margin-top:0}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px}.small-note{color:#64748b;font-size:13px}.breadcrumb{color:#64748b;font-size:14px}.status-box{border:1px solid #e2e8f0;border-radius:12px;padding:16px;background:#f8fafc;margin:18px 0}.status-box.complete{background:#ecfdf5;border-color:#bbf7d0}.status-box.failed{background:#fff1f2;border-color:#fecdd3}.progress{height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress div{height:100%;background:#1f6feb}.file-list{list-style:none;padding:0}.file-list li{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e8f0;padding:10px 0}@media(max-width:800px){.hero-row{flex-direction:column;align-items:flex-start}nav{margin-top:12px}.file-list li{flex-direction:column}}
