.home-view{height:calc(100% - 30px);overflow-y:scroll;padding:10px}.home-view .el-card__body{padding:15px}.home-view .data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}@media screen and (max-width:1200px){.home-view .data-cards{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.home-view .data-cards{grid-template-columns:1fr}}.home-view .data-item{text-align:center;padding:10px}.home-view .data-value{font-size:36px;font-weight:700;color:#262626;margin-bottom:10px}.home-view .data-label{font-size:14px;color:#8c8c8c}.home-view .chart-card{margin-bottom:20px}.home-view .chart-header{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:20px}.home-view .chart-title{font-size:16px;font-weight:500;color:#333}.home-view .chart-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.home-view .chart-container{width:100%;height:300px}.home-view .box-card{-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px;border:1px solid #f0f0f0}