*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#eef2f7;color:#101827}.wrap{max-width:1180px;margin:0 auto;padding:18px}.hero{display:flex;justify-content:space-between;gap:16px;align-items:center;background:#111827;color:white;border-radius:20px;padding:20px;margin-bottom:18px;box-shadow:0 12px 32px rgba(0,0,0,.12)}.hero h1{margin:0 0 4px;font-size:1.8rem}.hero p{margin:0;opacity:.88}.badge{border:1px solid rgba(255,255,255,.35);border-radius:16px;padding:10px 14px;text-align:center;background:rgba(255,255,255,.08);font-weight:800}.badge small{font-weight:500;opacity:.8}.card{background:white;border:1px solid #dbe3ef;border-radius:20px;padding:18px;margin:0 0 16px;box-shadow:0 8px 24px rgba(15,23,42,.06)}h2{font-size:1.2rem;margin:0 0 14px}h3{font-size:1rem;margin:16px 0 10px}.grid{display:grid;gap:12px;margin-top:12px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.span2{grid-column:span 2}.twoCols{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{font-weight:700;font-size:.95rem}input:not([type=checkbox]),textarea{width:100%;display:block;margin-top:6px;min-height:46px;border:1px solid #b8c2d3;border-radius:12px;padding:11px;font-size:1.02rem;background:#fff}textarea{resize:vertical}.checks{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;margin:10px 0}.checks.vertical{display:grid;gap:8px}.checks label{display:flex;align-items:center;gap:8px;min-height:38px}.checks input:not([type=checkbox]){width:150px;margin:0}.vehicleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.veh{display:grid;grid-template-columns:1fr 72px;gap:8px;align-items:center;border:1px solid #dbe3ef;border-radius:14px;padding:8px}.veh label{display:flex;align-items:center;gap:8px}.veh input:not([type=checkbox]){margin:0;min-height:40px;padding:8px}input[type=checkbox]{width:24px;height:24px;accent-color:#111827}#sig{width:100%;height:160px;background:white;border:2px dashed #94a3b8;border-radius:14px;touch-action:none}.primary,.secondary{border:0;border-radius:14px;padding:13px 18px;font-weight:800;cursor:pointer}.primary{background:#111827;color:white;font-size:1.05rem}.secondary{background:#e5e7eb;color:#111827;margin-top:10px}.submitBar{position:sticky;bottom:0;background:rgba(238,242,247,.95);border-top:1px solid #cbd5e1;padding:14px 0;display:flex;gap:14px;align-items:center;z-index:10}.ok{color:#166534;font-weight:800}.err{color:#991b1b;font-weight:800}a{color:#0f4c81;font-weight:800}@media(max-width:850px){.hero,.twoCols{display:block}.badge{margin-top:12px}.grid.two,.grid.three,.grid.four,.vehicleGrid{grid-template-columns:1fr}.span2{grid-column:span 1}.checks{display:grid}.submitBar{display:grid}}