.factory-dashboard[data-v-0c080d46]{width:100%;height:100%}.factory-dashboard .dashboard-header[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 20px;background:-webkit-gradient(linear,left top,right top,from(rgba(65,156,231,.1)),to(rgba(46,138,239,.1)));background:linear-gradient(90deg,rgba(65,156,231,.1),rgba(46,138,239,.1));border-radius:8px;margin-bottom:20px}.factory-dashboard .dashboard-header h1[data-v-0c080d46]{font-size:24px;font-weight:700;color:#333;margin:0}.factory-dashboard .dashboard-header .header-info[data-v-0c080d46]{text-align:right}.factory-dashboard .dashboard-header .header-info .time[data-v-0c080d46]{display:block;font-size:20px;font-weight:700;color:#419ce7}.factory-dashboard .dashboard-header .header-info .date[data-v-0c080d46]{display:block;font-size:14px;color:#666}.factory-dashboard .dashboard-content[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.factory-dashboard .dashboard-content .process-section[data-v-0c080d46]{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;background:hsla(0,0%,100%,.8);border-radius:8px;padding:20px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.factory-dashboard .dashboard-content .process-section .section-title[data-v-0c080d46]{margin-bottom:20px}.factory-dashboard .dashboard-content .process-section .section-title h2[data-v-0c080d46]{font-size:20px;color:#333;margin:0;padding-bottom:10px;border-bottom:2px solid #419ce7;display:inline-block}.factory-dashboard .dashboard-content .process-section .process-grid[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.factory-dashboard .dashboard-content .info-section[data-v-0c080d46]{-webkit-box-flex:0;-ms-flex:0 0 26%;flex:0 0 26%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.factory-dashboard .dashboard-content .info-section .section-title[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.factory-dashboard .dashboard-content .info-section .section-title h2[data-v-0c080d46]{font-size:18px;color:#333;margin:0;padding-bottom:10px;border-bottom:2px solid #56b69b;display:inline-block}.factory-dashboard .dashboard-content .info-section .section-title .count-badge[data-v-0c080d46]{background:#419ce7;color:#fff;padding:2px 8px;border-radius:10px;font-size:12px}.factory-dashboard .dashboard-content .info-section .message-section[data-v-0c080d46],.factory-dashboard .dashboard-content .info-section .todo-section[data-v-0c080d46]{background:hsla(0,0%,100%,.8);border-radius:8px;padding:15px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.factory-dashboard .dashboard-content .info-section .message-list[data-v-0c080d46],.factory-dashboard .dashboard-content .info-section .todo-list[data-v-0c080d46]{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;max-height:370px}.factory-dashboard .dashboard-content .info-section .todo-item[data-v-0c080d46]{padding:12px;border-radius:6px;margin-bottom:12px;background:#f8f9fa;border-left:3px solid #56b69b;-webkit-transition:all .3s;transition:all .3s}.factory-dashboard .dashboard-content .info-section .todo-item.urgent[data-v-0c080d46]{border-left-color:#d44858;background:#fff6f6}.factory-dashboard .dashboard-content .info-section .todo-item[data-v-0c080d46]:hover{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.factory-dashboard .dashboard-content .info-section .todo-item .todo-header[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:6px}.factory-dashboard .dashboard-content .info-section .todo-item .todo-header .todo-title[data-v-0c080d46]{font-weight:700;color:#333;font-size:14px}.factory-dashboard .dashboard-content .info-section .todo-item .todo-header .todo-time[data-v-0c080d46]{font-size:12px;color:#999}.factory-dashboard .dashboard-content .info-section .todo-item .todo-content[data-v-0c080d46]{font-size:13px;color:#666;margin-bottom:8px;line-height:1.4}.factory-dashboard .dashboard-content .info-section .todo-item .todo-footer[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.factory-dashboard .dashboard-content .info-section .todo-item .todo-footer .todo-department[data-v-0c080d46]{font-size:12px;color:#419ce7;background:rgba(65,156,231,.1);padding:2px 8px;border-radius:4px}.factory-dashboard .dashboard-content .info-section .message-item[data-v-0c080d46]{padding:12px;border-radius:6px;margin-bottom:12px;background:#f8f9fa;border-left:3px solid #419ce7;-webkit-transition:all .3s;transition:all .3s}.factory-dashboard .dashboard-content .info-section .message-item.unread[data-v-0c080d46]{background:#f0f8ff;font-weight:700}.factory-dashboard .dashboard-content .info-section .message-item[data-v-0c080d46]:hover{-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.factory-dashboard .dashboard-content .info-section .message-item .message-header[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:6px}.factory-dashboard .dashboard-content .info-section .message-item .message-header .message-sender[data-v-0c080d46]{font-weight:700;color:#333;font-size:14px}.factory-dashboard .dashboard-content .info-section .message-item .message-header .message-time[data-v-0c080d46]{font-size:12px;color:#999}.factory-dashboard .dashboard-content .info-section .message-item .message-content[data-v-0c080d46]{font-size:13px;color:#666;line-height:1.4}.process-section[data-v-0c080d46]{-webkit-box-flex:0;-ms-flex:0 0 70%;flex:0 0 70%;background:hsla(0,0%,100%,.8);border-radius:8px;padding:20px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.process-section .section-title[data-v-0c080d46]{margin-bottom:20px}.process-section .section-title h2[data-v-0c080d46]{font-size:20px;color:#333;margin:0;padding-bottom:10px;border-bottom:2px solid #419ce7;display:inline-block}.process-section .process-grid[data-v-0c080d46]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.process-section .production-overview[data-v-0c080d46]{margin-top:30px}.process-section .production-overview .section-title h2[data-v-0c080d46]{border-bottom-color:#56b69b}.process-section .production-overview .overview-cards[data-v-0c080d46]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.process-section .production-overview .overview-card[data-v-0c080d46]{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f8f9fa;border-radius:8px;padding:15px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.05);box-shadow:0 2px 6px rgba(0,0,0,.05);-webkit-transition:all .3s;transition:all .3s}.process-section .production-overview .overview-card[data-v-0c080d46]:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1)}.process-section .production-overview .overview-card .card-icon[data-v-0c080d46]{width:50px;height:50px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}.process-section .production-overview .overview-card .card-icon i[data-v-0c080d46]{font-size:24px;color:#fff}.process-section .production-overview .overview-card .card-content[data-v-0c080d46]{-webkit-box-flex:1;-ms-flex:1;flex:1}.process-section .production-overview .overview-card .card-content .card-value[data-v-0c080d46]{font-size:20px;font-weight:700;color:#333;margin-bottom:5px}.process-section .production-overview .overview-card .card-content .card-label[data-v-0c080d46]{font-size:14px;color:#666}.process-section .production-overview .charts-container[data-v-0c080d46]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.process-section .production-overview .chart-item[data-v-0c080d46]{background:#f8f9fa;border-radius:8px;padding:20px;-webkit-box-shadow:0 2px 6px rgba(0,0,0,.05);box-shadow:0 2px 6px rgba(0,0,0,.05)}.process-section .production-overview .chart-item .chart-title[data-v-0c080d46]{font-size:16px;font-weight:700;color:#333;margin-bottom:15px}.process-section .production-overview .chart-item .chart-placeholder[data-v-0c080d46]{height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border-radius:6px;color:#999}.process-section .production-overview .chart-item .chart-placeholder .chart-icon[data-v-0c080d46]{font-size:48px;margin-bottom:10px}@-webkit-keyframes fadeInUp-0c080d46{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp-0c080d46{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.dashboard-content>div[data-v-0c080d46]{-webkit-animation:fadeInUp-0c080d46 .5s ease-out;animation:fadeInUp-0c080d46 .5s ease-out}@media (max-width:1200px){.dashboard-content[data-v-0c080d46]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dashboard-content .info-section[data-v-0c080d46],.dashboard-content .process-section[data-v-0c080d46]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.dashboard-content .info-section[data-v-0c080d46]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dashboard-content .info-section .message-section[data-v-0c080d46],.dashboard-content .info-section .todo-section[data-v-0c080d46]{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (max-width:992px){.process-grid[data-v-0c080d46],.production-overview .overview-cards[data-v-0c080d46]{grid-template-columns:repeat(2,1fr)}.production-overview .charts-container[data-v-0c080d46]{grid-template-columns:1fr}}@media (max-width:768px){.info-section[data-v-0c080d46]{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.process-grid[data-v-0c080d46],.production-overview .overview-cards[data-v-0c080d46]{grid-template-columns:repeat(2,1fr)}.production-overview .charts-container[data-v-0c080d46]{grid-template-columns:1fr}}@media (max-width:480px){.process-grid[data-v-0c080d46],.production-overview .overview-cards[data-v-0c080d46]{grid-template-columns:1fr}}.wel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:1100px;margin:0 auto}