*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}
body{font:14px/1.6 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;color:#22262b;background:#f2f4f7}
a{color:#185fa5;text-decoration:none}
.page{max-width:720px;margin:0 auto;min-height:100vh;background:#f2f4f7;display:flex;flex-direction:column}
.topbar{position:sticky;top:0;z-index:9;display:flex;align-items:center;gap:8px;height:48px;padding:0 14px;background:#185fa5;color:#fff}
.topbar h1{font-size:15px;font-weight:500;flex:1}
.topbar .back{font-size:24px;line-height:1;color:#fff;width:24px}
.topbar .who{font-size:12px;opacity:.85}
.content{flex:1;padding:12px 12px 70px}
.card{background:#fff;border-radius:10px;padding:14px;margin-bottom:12px}
.card h2{font-size:14px;font-weight:500;margin-bottom:10px;color:#333}
.muted{color:#8a9099;font-size:12px}
.row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid #f0f1f3}
.row:last-child{border-bottom:0}
.row .k{color:#8a9099;flex:0 0 92px}
.row .v{flex:1;text-align:right;word-break:break-all}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.stat{background:#fff;border-radius:10px;padding:12px;text-align:center}
.stat b{display:block;font-size:22px;font-weight:500;color:#185fa5}
.stat span{font-size:12px;color:#8a9099}
.btn{display:block;width:100%;height:42px;line-height:42px;text-align:center;border:0;border-radius:8px;background:#185fa5;color:#fff;font-size:15px;margin-top:12px}
.btn.ghost{background:#fff;color:#185fa5;border:1px solid #c9dcf0}
.btn.small{display:inline-block;width:auto;height:32px;line-height:32px;padding:0 14px;font-size:13px;margin:0}
.btn.danger{background:#c0392b}
input,select,textarea{width:100%;height:40px;padding:0 10px;border:1px solid #d9dee5;border-radius:8px;background:#fff;font-size:14px;color:#222}
textarea{height:80px;padding:8px 10px;line-height:1.5}
label{display:block;font-size:12px;color:#8a9099;margin:10px 0 4px}
.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:12px;line-height:1.5}
.lv-l0{background:#eaf3de;color:#3b6d11}
.lv-l1{background:#faeeda;color:#854f0b}
.lv-l2{background:#faece7;color:#993c1d}
.lv-l3{background:#fcebeb;color:#a32d2d}
.lv-l4{background:#a32d2d;color:#fff}
.lv-na{background:#f1efe8;color:#5f5e5a}
.tag{display:inline-block;padding:1px 6px;border-radius:4px;background:#eef2f7;color:#5f5e5a;font-size:12px;margin-right:4px}
.flash{padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:13px}
.flash.ok{background:#eaf3de;color:#3b6d11}
.flash.err{background:#fcebeb;color:#a32d2d}
.list{background:#fff;border-radius:10px;overflow:hidden}
.item{display:block;padding:12px;border-bottom:1px solid #f0f1f3;color:inherit}
.item:last-child{border-bottom:0}
.item .t{display:flex;justify-content:space-between;align-items:center;gap:8px}
.item .t b{font-weight:500}
.item .s{font-size:12px;color:#8a9099;margin-top:4px}
.tabbar{position:fixed;bottom:0;left:0;right:0;max-width:720px;margin:0 auto;display:flex;background:#fff;border-top:1px solid #e5e8ec}
.tabbar a{flex:1;height:52px;line-height:52px;text-align:center;font-size:13px;color:#8a9099}
.tabbar a.on{color:#185fa5;font-weight:500}
table{width:100%;border-collapse:collapse;font-size:13px}
th,td{padding:8px 6px;border-bottom:1px solid #f0f1f3;text-align:left}
th{color:#8a9099;font-weight:400;font-size:12px}
.pager{display:flex;gap:8px;justify-content:center;margin-top:12px}
.pager a{padding:6px 12px;background:#fff;border-radius:6px;font-size:13px}
.empty{text-align:center;color:#8a9099;padding:30px 0;font-size:13px}
