*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f5f7fa;color:#1f2937}
.topbar{background:#173a63;color:#fff;padding:18px 28px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.topbar h1{margin:4px 0 0;font-size:1.55rem}.eyebrow{font-size:.78rem;opacity:.85}.container{max-width:1180px;margin:auto;padding:24px}
.hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:20px}
.hero h2{margin:10px 0 6px}.pill,.status{display:inline-block;border-radius:999px;background:#eef2f7;padding:7px 11px;font-size:.85rem}
.progress-card{min-width:250px}.bar{height:12px;background:#e5e7eb;border-radius:999px;overflow:hidden;margin:10px 0}.bar span{display:block;height:100%;background:#173a63}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}
.wide{margin-top:18px}.muted{color:#6b7280}.checks{padding-left:0;list-style:none;line-height:1.9}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px}
button{border:1px solid #cbd5e1;background:#fff;border-radius:9px;padding:9px 12px;cursor:pointer}.topbar button{background:transparent;color:#fff;border-color:#ffffff55}
.stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stage{padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e5e7eb}.stage.done{font-weight:bold}.stage.active{outline:2px solid #173a63}
table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:11px;border-bottom:1px solid #e5e7eb}
@media(max-width:760px){.topbar,.hero{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:1fr}.stages{grid-template-columns:1fr 1fr}.progress-card{width:100%;min-width:0}}
