:root{font-family:system-ui,sans-serif;color:#15213b;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}header{background:#15213b;color:white;padding:22px max(5vw,24px);display:flex;justify-content:space-between;align-items:center;gap:15px}h1,h2,p{margin-top:0}header h1{margin-bottom:5px}header p{margin:0;color:#d9e2f6}main{max-width:1180px;margin:28px auto;padding:0 20px}section{background:#fff;border:1px solid #dde4f0;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 6px #15213b0b}.section-heading,.results-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid #e7edf7;margin-bottom:18px;padding-bottom:12px}.section-heading h2,.results-heading h2{margin-bottom:5px}.section-heading p,.muted{margin:0;color:#60718e;font-size:.93rem}.client-form{display:grid;gap:14px}.client-form fieldset{border:1px solid #dce5f1;border-radius:10px;margin:0;padding:14px;background:#fbfcff}.client-form legend{padding:0 6px;font-weight:800;color:#2a3b5e}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:end}label{display:grid;gap:6px;font-weight:600;color:#2a3b5e}.check{display:flex;align-items:center;gap:8px}.wbs-box{display:grid;gap:12px}.form-footer{display:flex;justify-content:flex-start}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;align-items:end}input,textarea,select{width:100%;font:inherit;padding:10px;border:1px solid #b9c6da;border-radius:7px;background:white}input:required:invalid{border-color:#d4a3a3}textarea{min-height:42px}button,.button{border:0;border-radius:7px;background:#1268d6;color:white;font:inherit;font-weight:700;padding:10px 16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.secondary{background:#e8eef8;color:#203655}.header-actions,.row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.row-actions form,.header-actions form,.results-heading form{margin:0}.connected{color:#155b2b;background:#e5f5e9;padding:8px 10px;border-radius:7px;font-weight:700;white-space:nowrap}.notice,.error{padding:12px;border-radius:8px}.notice{background:#e5f5e9;color:#155b2b}.error{background:#ffe6e6;color:#a01818}.table{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:right}th,td{padding:11px;border-bottom:1px solid #e3e8f1}th{color:#4b5e7d}.login{max-width:430px;margin:12vh auto;background:white;padding:30px;border-radius:14px;box-shadow:0 3px 15px #15213b18}.login form{display:grid;gap:14px}.hidden{display:none}@media(max-width:760px){header{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.section-heading,.results-heading{flex-direction:column;align-items:stretch}}
