*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%;margin:0;overflow-x:hidden;color:#1f2937;background:#f3f4f6;font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}.admin-shell{min-height:100vh}.aside{background:#fff;border-right:1px solid #e5e7eb}.brand{height:60px;display:flex;align-items:center;padding:0 20px;font-weight:700;font-size:18px}.header{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.main{padding:24px}.page-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-title h1{margin:0;font-size:24px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px}.stat-card strong{display:block;margin-top:8px;font-size:28px}@media(max-width:800px){.aside{display:none}.main{padding:14px 12px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
