#app{min-height:100vh;padding:20px 0 40px}.home-page{max-width:100%}.home-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.home-section,.section-header{margin-bottom:20px}.section-header--toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.section-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#1a1a2e}.section-title i{font-size:20px;color:#409eff}.section-desc{margin:6px 0 0;font-size:13px;color:#909399}.stat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.stat-card{display:flex;align-items:center;gap:14px;padding:18px 16px;background:#fafbfc;border:1px solid #eef0f4;border-radius:10px;text-decoration:none;transition:all .25s ease;cursor:pointer}.stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1);border-color:transparent;background:#fff}.stat-card--alert{background:#fff8f8;border-color:#fde2e2}.stat-card--alert:hover{box-shadow:0 8px 20px hsla(0,100%,71%,.2)}.stat-card__icon{flex-shrink:0;width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.12)}.stat-card__icon i{font-size:24px;color:#fff}.stat-card__body{flex:1;min-width:0}.stat-card__value{font-size:28px;font-weight:700;color:#1a1a2e;line-height:1.2;margin-bottom:4px}.stat-card--alert .stat-card__value{color:#f56c6c}.stat-card__label{font-size:13px;color:#909399;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.toolbar-picker{max-width:380px}.data-panel-row{margin-top:4px}.data-panel{background:#fafbfc;border:1px solid #eef0f4;border-radius:10px;padding:20px;height:100%;box-sizing:border-box;transition:box-shadow .25s ease}.data-panel:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.data-panel__head{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#303133;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eef0f4}.data-panel__head i{font-size:20px}.data-panel--pay .data-panel__head i{color:#409eff}.data-panel--produce .data-panel__head i{color:#e6a23c}.data-panel--ship .data-panel__head i{color:#67c23a}.data-panel--audit .data-panel__head i{color:#909399}.data-panel__item{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px dashed #eef0f4}.data-panel__item:last-child{border-bottom:none;padding-bottom:0}.data-panel__label{font-size:14px;color:#909399}.data-panel__val{font-size:18px;font-weight:600;color:#303133}.data-panel__val--highlight{font-size:22px;color:#409eff}.stock-table{border-radius:8px;overflow:hidden}.stock-table .el-table__body tr:hover>td{background-color:#f0f7ff!important}@media (max-width:1600px){.stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1200px){.stat-grid{grid-template-columns:repeat(2,1fr)}.section-header--toolbar{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.stat-grid{grid-template-columns:1fr}.home-section{padding:16px}}