:root{font-family:'Microsoft YaHei',system-ui,sans-serif;color:#163b38;background:#f2f6f7;font-size:16px;--green:#087b68}*{box-sizing:border-box}body{margin:0}header{display:flex;align-items:center;gap:20px;background:white;border-bottom:3px solid var(--green);padding:20px 3vw}header img{width:122px;height:58px;object-fit:contain}h1{font-size:24px;margin:0 0 5px}header span,small,.hint{color:#58736f;font-size:14px}header button{margin-left:auto}h2{font-size:18px;margin:0}main{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;padding:26px 3vw}.card{border:1px solid #dbe6e3;border-radius:14px;background:white;padding:22px;box-shadow:0 8px 26px #183f3808}label{display:block;margin:20px 0 0;font-size:14px;font-weight:600}input,select,textarea{font:inherit;color:inherit;width:100%;padding:11px;border:1px solid #cbdad6;background:white;border-radius:7px;margin-top:7px}textarea{resize:vertical;line-height:1.6}button{font:inherit;font-size:14px;padding:10px 15px;border:1px solid #c7d9d4;border-radius:7px;background:white;color:#16564c;cursor:pointer;white-space:nowrap}button:hover{background:#e8f4ef}button:disabled{opacity:.45;cursor:wait}.primary{background:var(--green);color:white;border-color:var(--green)}.primary:hover{background:#056453}#query{width:100%;margin-top:12px}button:focus-visible,input:focus,textarea:focus,select:focus{outline:2px solid #23a890;outline-offset:2px}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.toolbar h2{margin-right:auto}.wrap{flex-wrap:wrap}.toolbar select{width:auto;margin:0}.tablewrap{overflow:auto;max-height:65vh}table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}th{position:sticky;top:0;background:#eef6f2;white-space:nowrap;z-index:1}td,th{border-bottom:1px solid #e2eae7;padding:12px;vertical-align:top}td{min-width:90px}td button{padding:6px;margin:2px}.empty{text-align:center;padding:90px 20px;color:#728682}.padding{background:#fff9e9}footer{display:flex;justify-content:space-between;gap:20px;padding:16px 3vw;font-size:14px;color:#536d66}#status{white-space:pre-wrap;overflow-wrap:anywhere;max-width:75%}.notice{background:#fff6df;border-left:3px solid #d69b32;padding:14px;font-size:14px;line-height:1.7}dialog{border:1px solid #d4e1dc;border-radius:16px;padding:24px;width:min(1400px,94vw);max-height:90vh;box-shadow:0 15px 80px #102e3850}dialog::backdrop{background:#183a4145}pre{white-space:pre-wrap;word-break:break-word;font:14px/1.8 'Microsoft YaHei',sans-serif;user-select:text}#search{max-width:480px;margin-bottom:16px}#editRows input{min-width:150px;font-size:14px}#editor .tablewrap{max-height:60vh}.results>.toolbar:last-child{justify-content:center;margin-top:16px}#records tr:hover{background:#f2f9f5}[hidden]{display:none!important}@media(max-width:850px){main{grid-template-columns:1fr}header{gap:10px;padding:15px}header img{width:75px}h1{font-size:20px}footer{flex-direction:column}.toolbar{flex-wrap:wrap}#status{max-width:100%}}
