body{color:#18202a;background:#f5f6f8;margin:0;font-family:system-ui}main{max-width:1100px;margin:auto;padding:28px}header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cards{grid-template-columns:repeat(6,1fr);gap:12px;margin:24px 0;display:grid}.card,.panel,.hero,.msg{background:#fff;border:1px solid #ddd;border-radius:14px;padding:18px}.card b{margin-top:6px;font-size:24px;display:block}.hero{margin-bottom:16px}button,a{cursor:pointer;color:inherit;background:#fff;border:1px solid #bbb;border-radius:9px;padding:10px 14px;text-decoration:none}.row{border-top:1px solid #eee;justify-content:space-between;gap:20px;padding:16px 0;display:flex}.row small,.job small,.evidence small{color:#68717c;margin-top:4px;display:block}.job,.evidence{border-top:1px solid #eee;padding:12px 0}.evidence p{white-space:pre-wrap}.msg{margin:14px 0}.actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reject{color:#9b1c1c}.sectionHead{justify-content:space-between;align-items:center;gap:16px;display:flex}footer{color:#68717c;padding:24px 0}@media (width<=800px){.cards{grid-template-columns:repeat(2,1fr)}.row{flex-direction:column}.actions{align-items:flex-start}header{flex-direction:column}}
