:root{color:#182033;background:#f6f7fb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{border:0;border-radius:12px;background:#2357d6;color:#fff;cursor:pointer;padding:10px 14px}button.ghost,.record-actions button{background:#eef2ff;color:#234179}button.danger{background:#fff0f0;color:#a42525}button.danger.solid{background:#d93636;color:#fff}.shell{width:min(1160px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:stretch;padding:32px;border-radius:28px;background:linear-gradient(135deg,#162653,#2458d6 52%,#6aa5ff);color:#fff;box-shadow:0 24px 60px #122a6033}.eyebrow{margin:0 0 12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7}h1{margin:0;font-size:clamp(30px,6vw,56px);line-height:1.05}.hero-text{max-width:680px;margin:18px 0 0;color:#ffffffd6;font-size:17px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.score-card{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:24px;border-radius:24px;background:#ffffff24;border:1px solid rgba(255,255,255,.24)}.score-card strong{font-size:56px}.score-card small{color:#ffffffd1}.module-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:20px 0}.module-card{min-height:104px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;background:#fff;color:#25324d;border:1px solid #e7ebf5;box-shadow:0 8px 24px #1c2d540f}.module-card.active{border-color:#8fb0ff;background:#eef4ff}.module-card i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#edf3ff;color:#2357d6;font-style:normal}.module-card span{font-weight:700}.module-card small{color:#6a7895}.panel{padding:24px;border:1px solid #e8ecf6;border-radius:24px;background:#fff;box-shadow:0 12px 32px #1e2d500f}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.panel-head p,.panel-head h2{margin:0}.panel-head p{color:#2357d6;font-weight:700}.panel-head h2{margin-top:6px;color:#5f6c84;font-size:15px;font-weight:500;line-height:1.7}.search{display:grid;gap:6px;min-width:260px;color:#65728a;font-size:13px}.search input{width:100%;border:1px solid #d8dfec;border-radius:12px;padding:10px 12px;outline:none}.records{display:grid;gap:14px}.record{border:1px solid #e7ebf5;border-radius:18px;padding:18px;background:#fbfcff}.record header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.record strong{display:block;font-size:18px}.record header span{display:block;margin-top:4px;color:#7a869c;font-size:13px}.record-actions{display:flex;gap:8px;flex-wrap:wrap}.record dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0 0}.record dt{color:#6c7890;font-size:12px}.record dd{margin:4px 0 0;color:#26344f;line-height:1.55}.empty{padding:40px;text-align:center;color:#7b879b;background:#f8faff;border:1px dashed #d8dfec;border-radius:18px}.drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;justify-content:flex-end;background:#121c3047;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drawer{width:min(560px,100%);height:100%;overflow:auto;background:#fff;box-shadow:-18px 0 40px #1423462e}.drawer>header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;background:#fffffff0;border-bottom:1px solid #edf1f8}.drawer>header span,.confirm-card span{display:block;color:#6b7891;font-size:13px}.drawer>header strong,.confirm-card strong{display:block;margin-top:4px;color:#1f2d48;font-size:20px}.icon-button{width:36px;height:36px;display:grid;place-items:center;padding:0;border-radius:999px;background:#f2f5fb;color:#26344f;font-size:24px;line-height:1}.drawer form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px}.drawer label{display:grid;gap:7px;color:#63708a;font-size:13px}.drawer label.wide{grid-column:1 / -1}.drawer input,.drawer textarea{width:100%;border:1px solid #d8dfec;border-radius:12px;padding:10px 12px;color:#1f2d48;background:#fbfcff;outline:none}.drawer input:focus,.drawer textarea:focus,.search input:focus{border-color:#7ea2ff;box-shadow:0 0 0 3px #2357d61f}.drawer input[readonly]{color:#6d7890;background:#f3f6fb}.drawer footer{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.confirm-card{width:min(380px,calc(100% - 32px));margin:auto;padding:24px;border-radius:22px;background:#fff;box-shadow:0 24px 60px #1423463d}.confirm-card p{margin:12px 0 20px;color:#65728a;line-height:1.7}.confirm-card div{display:flex;justify-content:flex-end;gap:10px}@media(max-width:920px){.hero,.panel-head{grid-template-columns:1fr;display:grid}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.record dl{grid-template-columns:repeat(2,minmax(0,1fr))}.search{min-width:0}}@media(max-width:560px){.shell{width:min(100% - 20px,1160px);padding:12px 0 28px}.hero,.panel,.record{border-radius:18px;padding:18px}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.record header{display:grid}.record dl,.drawer form{grid-template-columns:1fr}}
