:root{--bg:#f3f5f7;--surface:#fff;--ink:#18222d;--muted:#66727e;--line:#dfe4e9;--brand:#176b55;--brand-dark:#105443}*{box-sizing:border-box}#app,body,html{min-width:320px;min-height:100%;margin:0}body{color:var(--ink);background:var(--bg);font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif;letter-spacing:0}button,input,select,textarea{font-family:inherit}.el-button--primary{border-color:var(--brand);background:var(--brand)}.el-button--primary:focus,.el-button--primary:hover{border-color:var(--brand-dark);background:var(--brand-dark)}.el-link.el-link--primary{color:var(--brand)}.admin-shell{min-height:100vh}.admin-sidebar{position:fixed;inset:0 auto 0 0;z-index:10;width:228px;border-right:1px solid var(--line);background:var(--surface)}.admin-brand{display:flex;align-items:center;height:68px;padding:0 20px;gap:11px;border-bottom:1px solid var(--line);font-size:17px;font-weight:700}.admin-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:7px;color:#fff;background:var(--brand);font-size:13px}.admin-menu{border-right:0;padding:12px 10px}.admin-menu .el-menu-item{height:46px;margin-bottom:4px;border-radius:6px;line-height:46px}.admin-menu .el-menu-item.is-active{color:var(--brand);background:#e8f3ef}.drawer-brand{margin-bottom:10px}.admin-main{min-height:100vh;margin-left:228px}.admin-header{position:sticky;top:0;z-index:8;justify-content:space-between;min-height:68px;padding:10px 28px;border-bottom:1px solid var(--line);background:hsla(0,0%,100%,.96)}.admin-header,.header-left{display:flex;align-items:center}.header-left{gap:12px;min-width:0}.admin-header h1{margin:0;font-size:20px;line-height:1.4}.admin-header p{margin:2px 0 0;color:var(--muted);font-size:12px}.mobile-menu-button{display:none;flex:0 0 auto}.admin-content{width:min(1440px,100%);margin:0 auto;padding:26px 28px 48px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-panel{min-width:0;padding:20px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.metric-panel strong{display:block;margin:10px 0 4px;font-size:30px;line-height:1.2;overflow-wrap:anywhere}.metric-panel .money-value{font-size:25px}.metric-label{color:var(--muted);font-size:13px;font-weight:700}.metric-panel small{color:#89939d}.content-section,.filter-section{margin-top:18px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.filter-section{padding:18px 18px 0}.filter-section .el-form-item{margin-bottom:18px}.search-input{width:320px}.section-heading{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:14px 18px;gap:16px;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:17px}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.status-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line)}.status-list>div{padding:20px;background:var(--surface)}.status-list strong{display:block;margin:7px 0 0 18px;font-size:22px}.status-dot{display:inline-block;width:9px;height:9px;margin-right:9px;border-radius:50%}.status-dot.paid{background:#38a169}.status-dot.consumed{background:#3182ce}.status-dot.pending{background:#d69e2e}.status-dot.exception{background:#c05656}.desktop-order-table{width:100%}.desktop-order-table .el-table__row{cursor:pointer}.table-pagination{display:flex;justify-content:flex-end;padding:18px;overflow-x:auto;border-top:1px solid var(--line)}.positive-money{color:#198754;font-weight:700}.negative-money{color:#b23a3a;font-weight:700}.mobile-order-list{display:none;min-height:140px}.detail-actions{display:flex;justify-content:space-between;margin-bottom:18px}.detail-section{margin-top:0}.detail-heading .el-tag{flex:0 0 auto}.desktop-descriptions{padding:18px}.desktop-descriptions .el-descriptions-item__label{width:128px}.mobile-details{display:none}.raw-section pre{max-height:460px;margin:0;padding:18px;overflow:auto;color:#dce3e9;background:#18222d;font:13px/1.7 Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.login-page{display:grid;place-items:center;min-height:100vh;padding:24px;background:#edf1f3}.login-panel{width:min(420px,100%);padding:32px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px rgba(28,41,52,.1)}.login-brand{margin-bottom:28px;color:var(--muted);font-size:14px;font-weight:700}.login-brand span{display:inline-grid;place-items:center;width:42px;height:32px;margin-right:8px;border-radius:6px;color:#fff;background:var(--brand);font-size:12px}.login-panel h1{margin:0 0 8px;font-size:25px}.login-panel>p{margin:0 0 24px;color:var(--muted);font-size:14px}.login-button{width:100%}@media (max-width:1100px){.metric-grid,.status-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-sidebar{display:none}.admin-main{margin-left:0}.admin-header{padding:9px 14px}.admin-header>.el-button{padding:9px}.admin-header>.el-button span{display:none}.mobile-menu-button{display:inline-flex}.admin-content{padding:16px 14px 32px}.metric-grid{gap:10px}.metric-panel{padding:15px}.metric-panel strong{font-size:24px}.metric-panel .money-value{font-size:20px}.status-list{grid-template-columns:1fr 1fr}.status-list>div{padding:15px}.search-input{width:100%}.filter-section{padding:14px 14px 0}.filter-section .el-form--inline .el-form-item{display:block;margin-right:0}.filter-section .el-form-item__content,.filter-section .el-select{width:100%}.desktop-order-table{display:none}.mobile-order-list{display:block}.mobile-order-item{display:grid;width:100%;padding:15px;gap:7px;border:0;border-bottom:1px solid var(--line);color:var(--ink);background:var(--surface);text-align:left}.mobile-order-item:last-child{border-bottom:0}.mobile-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-order-head strong{min-width:0;overflow-wrap:anywhere;font-size:13px}.mobile-order-item>span:not(.mobile-order-head){color:var(--muted);font-size:13px}.mobile-order-item small{color:#8a949d}.table-pagination{justify-content:flex-start;padding:14px}.table-pagination .el-pagination{white-space:nowrap}.desktop-descriptions{display:none}.mobile-details{display:grid;grid-template-columns:112px minmax(0,1fr);margin:0}.mobile-details dd,.mobile-details dt{min-width:0;margin:0;padding:11px 12px;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.mobile-details dt{color:var(--muted);background:#f7f8f9;font-weight:700}}@media (max-width:430px){.metric-grid,.status-list{grid-template-columns:1fr}.login-panel{padding:24px 20px}.section-heading{align-items:flex-start}}