:root{font-family:Inter,system-ui,sans-serif;color:#102033;background:#eef5fb}body{margin:0}.shell{max-width:560px;min-height:100vh;margin:0 auto;padding:18px;display:flex;flex-direction:column;gap:16px}header{display:flex;justify-content:space-between;align-items:center;gap:12px}h1{margin:0;font-size:1.8rem}.card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 24px #10203314;display:grid;gap:12px}label{display:grid;gap:6px;font-weight:700}input,textarea{font:inherit;border:1px solid #b8cad9;border-radius:12px;padding:12px}textarea{min-height:110px}button{border:0;border-radius:999px;padding:12px 16px;font-weight:800;background:#0b67ff;color:#fff}button:disabled{opacity:.5}.status{background:#102033;color:#fff;padding:10px 12px;border-radius:12px}.pill{display:inline-flex;width:fit-content;padding:5px 10px;border-radius:999px;background:#e7eef5;font-weight:800}.pill.ready{background:#d9fbe5;color:#075b2b}.pill.needs_service,.pill.being_serviced{background:#fff0c2;color:#6b4a00}.pill.out_of_service{background:#ffe0e0;color:#7a1010}
