.canteen-dashboard[data-v-462642b0]{padding:16px;background:#f0f2f5;min-height:100vh}.dashboard-header[data-v-462642b0]{background:#fff;padding:18px 24px;border-radius:8px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;justify-content:space-between;align-items:center;border-left:4px solid #1890ff}.dashboard-header h1[data-v-462642b0]{margin:0;font-size:22px;font-weight:600;color:#1890ff}.header-right[data-v-462642b0]{display:flex;align-items:center}.date-info[data-v-462642b0]{font-size:14px;color:#666;font-weight:400}.overview-cards[data-v-462642b0]{margin-bottom:16px}.stat-card[data-v-462642b0]{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;gap:16px;transition:all .3s ease;position:relative;overflow:hidden;height:110px}.stat-card[data-v-462642b0]:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;border-radius:50%;opacity:.08;transition:all .3s ease}.stat-card-blue[data-v-462642b0]:before{background:#1890ff}.stat-card-green[data-v-462642b0]:before{background:#52c41a}.stat-card-orange[data-v-462642b0]:before{background:#fa8c16}.stat-card-red[data-v-462642b0]:before{background:#ff4d4f}.stat-card[data-v-462642b0]:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.stat-card[data-v-462642b0]:hover:before{transform:scale(1.2)}.stat-icon[data-v-462642b0]{width:54px;height:54px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;flex-shrink:0}.stat-card-blue .stat-icon[data-v-462642b0]{background:linear-gradient(135deg,#1890ff,#096dd9)}.stat-card-green .stat-icon[data-v-462642b0]{background:linear-gradient(135deg,#52c41a,#389e0d)}.stat-card-orange .stat-icon[data-v-462642b0]{background:linear-gradient(135deg,#fa8c16,#d46b08)}.stat-card-red .stat-icon[data-v-462642b0]{background:linear-gradient(135deg,#ff4d4f,#cf1322)}.stat-content[data-v-462642b0]{flex:1}.stat-label[data-v-462642b0]{font-size:13px;color:#8c8c8c;margin-bottom:6px}.stat-value[data-v-462642b0]{font-size:24px;font-weight:600;color:#262626;margin-bottom:4px;line-height:1.2}.stat-desc[data-v-462642b0]{font-size:12px;color:#8c8c8c}.trend-up[data-v-462642b0]{color:#52c41a;font-weight:600}.trend-down[data-v-462642b0]{color:#f5222d;font-weight:600}.chart-row[data-v-462642b0]{margin-bottom:16px}.chart-card[data-v-462642b0]{background:#fff;border-radius:8px;padding:18px;box-shadow:0 2px 8px rgba(0,0,0,.06);min-height:380px;margin-bottom:16px}.chart-header[data-v-462642b0]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.chart-header h3[data-v-462642b0]{margin:0;font-size:15px;font-weight:600;color:#262626}.chart-container[data-v-462642b0]{width:100%;height:320px}.inout-stats[data-v-462642b0]{padding:0;height:400px;display:flex;flex-direction:column;gap:16px}.stat-items-row[data-v-462642b0]{display:flex;gap:16px;flex:1}.stat-item[data-v-462642b0]{display:flex;align-items:center;padding:20px;margin:0;flex:1;min-height:160px}.stat-item.stat-in[data-v-462642b0]{background:linear-gradient(135deg,#e6f7ff,#bae7ff);border-radius:8px;border-left:4px solid #1890ff}.stat-item.stat-out[data-v-462642b0]{background:linear-gradient(135deg,#fff7e6,#ffd591);border-radius:8px;border-left:4px solid #fa8c16}.stat-item.stat-net[data-v-462642b0]{background:linear-gradient(135deg,#f6ffed,#d9f7be);border-radius:8px;border-left:4px solid #52c41a}.stat-icon-wrapper[data-v-462642b0]{margin-right:18px}.stat-icon-large[data-v-462642b0]{font-size:44px;color:#1890ff}.stat-item.stat-out .stat-icon-large[data-v-462642b0]{color:#fa8c16}.stat-item.stat-net .stat-amount.positive[data-v-462642b0],.stat-item.stat-net .stat-icon-large[data-v-462642b0]{color:#52c41a}.stat-item.stat-net .stat-amount.negative[data-v-462642b0]{color:#f5222d}.stat-details[data-v-462642b0]{flex:1}.stat-title[data-v-462642b0]{font-size:13px;color:#8c8c8c;margin-bottom:6px}.stat-amount[data-v-462642b0]{font-size:26px;font-weight:600;color:#1890ff;margin-bottom:4px;line-height:1.2}.stat-item.stat-out .stat-amount[data-v-462642b0]{color:#fa8c16}.stat-count[data-v-462642b0]{font-size:12px;color:#8c8c8c}.stat-summary[data-v-462642b0]{padding:18px;background:#fafafa;border-radius:8px;margin:0;height:106px;display:flex;flex-direction:column;justify-content:center;border:1px solid #f0f0f0}.summary-item[data-v-462642b0]{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.summary-label[data-v-462642b0]{font-size:13px;color:#8c8c8c;font-weight:500}.summary-value[data-v-462642b0]{font-size:18px;font-weight:600}.summary-value.positive[data-v-462642b0]{color:#52c41a}.summary-value.negative[data-v-462642b0]{color:#f5222d}@media (max-width:768px){.dashboard-header[data-v-462642b0]{flex-direction:column;align-items:flex-start;gap:10px;padding:16px 20px}.dashboard-header h1[data-v-462642b0]{font-size:20px}.stat-card[data-v-462642b0]{height:auto;min-height:100px}.stat-value[data-v-462642b0]{font-size:20px}.chart-container[data-v-462642b0]{height:280px}.chart-card[data-v-462642b0]{min-height:340px;margin-bottom:12px;padding:16px}.chart-row[data-v-462642b0]{margin-bottom:0}.inout-stats[data-v-462642b0]{height:auto;min-height:380px;gap:8px}.stat-items-row[data-v-462642b0]{flex-direction:column;gap:8px}.stat-item[data-v-462642b0]{height:auto;min-height:130px;padding:16px}.stat-summary[data-v-462642b0]{height:auto;min-height:90px;padding:16px}}.el-col[data-v-462642b0]{margin-bottom:16px}@media (min-width:768px){.el-col[data-v-462642b0]{margin-bottom:0}}