:root{font-family:system-ui,"Microsoft YaHei",sans-serif;color:#17233b;background:#f3f6fb}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 8% 2%,#dceafa 0,transparent 35%),radial-gradient(circle at 92% 3%,#e9e4ff 0,transparent 30%),#f3f6fb;min-height:100vh}.shell{min-height:100vh;display:flex;flex-direction:column}header{display:flex;justify-content:space-between;align-items:center;padding:20px clamp(20px,5vw,72px);background:#ffffffc9;border-bottom:1px solid #dce4f0}.brand{display:flex;gap:13px;align-items:center}.brand strong,.brand small{display:block}.brand small{color:#74829a;margin-top:3px}.mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#153a73;color:white;font-weight:bold}.pilot{font-size:12px;color:#536987;background:#eaf0fa;padding:8px 12px;border-radius:999px}main{width:min(1100px,calc(100% - 32px));margin:40px auto;flex:1}.panel{background:#fff;border:1px solid #dce5f2;border-radius:18px;padding:28px;box-shadow:0 12px 35px #18396e10}.login{width:min(460px,100%);margin:5vh auto}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:#2863b0;font-weight:700;font-size:12px;margin:0 0 8px}h1{font-size:clamp(24px,3vw,34px);margin:0 0 9px}h2{font-size:20px;margin:0 0 8px}.muted{color:#66758d;line-height:1.65;font-size:14px}form{display:grid;gap:15px;margin-top:23px}label{display:grid;gap:7px;font-size:13px;font-weight:650;color:#32435d}input,select,textarea{width:100%;border:1px solid #cbd6e6;border-radius:10px;padding:11px 12px;font:inherit;background:white;color:#14213b}textarea{min-height:84px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid #a8c9f6;outline-offset:1px}button{border:0;border-radius:10px;background:#205cc7;color:white;padding:11px 17px;cursor:pointer;font:inherit;font-weight:650}button:hover{background:#164daa}.secondary{background:#eef3fa;color:#214875}.secondary:hover{background:#dfeafa}.message{min-height:20px;color:#b53443;font-size:13px}.welcome,.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.welcome{margin:0 0 26px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.grid .panel{min-height:194px}.section-head select{max-width:200px}.records{margin-top:18px}.cards{display:grid;gap:12px}.record{border:1px solid #e0e7f1;border-radius:12px;padding:16px;background:#fcfdff}.record-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.record-head strong{font-size:15px}.badge{padding:5px 10px;border-radius:999px;background:#edf3ff;color:#2357a5;font-size:12px}.record p{margin:9px 0;color:#4f5d74;line-height:1.6;overflow-wrap:anywhere}.record small{color:#79869a}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.actions button{font-size:13px;padding:8px 12px}footer{text-align:center;padding:18px;color:#6e7e94;font-size:12px;border-top:1px solid #dce4f0;background:#ffffffa8}@media(max-width:720px){header{padding:15px}.pilot{display:none}main{margin:22px auto}.grid{grid-template-columns:1fr}.welcome{align-items:flex-start}.panel{padding:20px}.section-head{align-items:flex-start;flex-direction:column}.section-head select{max-width:none}}
