*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f3f4f6;color:#111827}
.topbar{background:#111827;color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}
.brand-link{color:#fff;text-decoration:none;font-weight:800}.shell{max-width:980px;margin:0 auto;padding:28px 16px 60px}.narrow{max-width:760px}
.hero{min-height:72vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.brand-mark{width:76px;height:76px;border-radius:18px;background:#b91c1c;color:#fff;display:grid;place-items:center;font-weight:900;font-size:26px}
.eyebrow{letter-spacing:.14em;font-size:12px;font-weight:800;color:#b91c1c}.hero h1,.card h1{font-size:clamp(34px,7vw,62px);margin:6px 0 12px}.lead{font-size:20px;line-height:1.5;max-width:680px}.muted,.help{color:#6b7280}.help{font-size:13px}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.btn{display:inline-block;border:0;border-radius:12px;padding:13px 17px;font-size:16px;font-weight:800;text-decoration:none;cursor:pointer}
.primary{background:#b91c1c;color:#fff}.secondary{background:#fff;color:#111827;border:1px solid #cbd5e1}.full{width:100%;text-align:center}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
label{display:block;font-weight:700;margin:14px 0 0}input,select,textarea{width:100%;margin-top:7px;border:1px solid #cbd5e1;border-radius:10px;padding:12px;font-size:16px;background:#fff}
textarea{min-height:92px;resize:vertical}.grid{display:grid;gap:14px}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}
h2{margin-top:26px}.check-row{display:flex;gap:10px;align-items:flex-start;font-weight:500;line-height:1.4}.check-row input{width:auto;margin-top:3px}
.status{min-height:24px;font-weight:700}.status.ok{color:#166534}.status.error{color:#b91c1c}
.kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:22px}.kanban div{border:1px solid #e5e7eb;border-radius:14px;padding:15px;background:#f9fafb}
@media(max-width:700px){.two,.three,.kanban{grid-template-columns:1fr}.shell{padding-top:18px}.card{padding:18px}.hero{min-height:64vh}}
