/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.week-mode[data-v-562d9534] {
  overflow: hidden;
  -webkit-filter: invert(80%);
          filter: invert(80%);
}
.beauty-scroll[data-v-562d9534] {
  scrollbar-color: #1890ff #bae7ff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-562d9534]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-562d9534]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #1890ff;
}
.beauty-scroll[data-v-562d9534]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #91d5ff;
}
.split-right[data-v-562d9534]:not(:last-child) {
  border-right: 1px solid rgba(98, 98, 98, 0.2);
}
.disabled[data-v-562d9534] {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
/* Make clicks pass-through */
#nprogress[data-v-562d9534] {
  pointer-events: none;
}
#nprogress .bar[data-v-562d9534] {
  background: #1890ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg[data-v-562d9534] {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
          box-shadow: 0 0 10px #1890ff, 0 0 5px #1890ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner[data-v-562d9534] {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon[data-v-562d9534] {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #1890ff;
  border-left-color: #1890ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner-data-v-562d9534 400ms linear infinite;
  animation: nprogress-spinner-data-v-562d9534 400ms linear infinite;
}
.nprogress-custom-parent[data-v-562d9534] {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner[data-v-562d9534],
.nprogress-custom-parent #nprogress .bar[data-v-562d9534] {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner-data-v-562d9534 {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner-data-v-562d9534 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.dashboard-analysis[data-v-562d9534] {
  padding: 60px 40px;
  min-height: calc(100vh - 120px);
}
.dashboard-analysis .metrics-grid[data-v-562d9534] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 400px));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-analysis .metric-card[data-v-562d9534] {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 32px 40px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 180px;
}
.dashboard-analysis .metric-card[data-v-562d9534]:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}
.dashboard-analysis .metric-card:hover .card-glow[data-v-562d9534] {
  opacity: 0.15;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.dashboard-analysis .metric-card:hover .action-hint[data-v-562d9534] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.dashboard-analysis .metric-card .card-glow[data-v-562d9534] {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.06;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  pointer-events: none;
}
.dashboard-analysis .metric-card .card-glow.blue[data-v-562d9534] {
  background: #3b82f6;
}
.dashboard-analysis .metric-card .card-glow.orange[data-v-562d9534] {
  background: #f59e0b;
}
.dashboard-analysis .metric-card .card-glow.teal[data-v-562d9534] {
  background: #14b8a6;
}
.dashboard-analysis .metric-card .content-wrapper[data-v-562d9534] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  position: relative;
  z-index: 2;
}
.dashboard-analysis .metric-card .content-wrapper .icon-box[data-v-562d9534] {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dashboard-analysis .metric-card .content-wrapper .icon-box.shadow-blue[data-v-562d9534] {
  background: linear-gradient(135deg, #eff6ff 0%, #bfdbfe 100%);
  -webkit-box-shadow: 0 10px 20px rgba(59, 130, 246, 0.15);
          box-shadow: 0 10px 20px rgba(59, 130, 246, 0.15);
}
.dashboard-analysis .metric-card .content-wrapper .icon-box.shadow-orange[data-v-562d9534] {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  -webkit-box-shadow: 0 10px 20px rgba(245, 158, 11, 0.15);
          box-shadow: 0 10px 20px rgba(245, 158, 11, 0.15);
}
.dashboard-analysis .metric-card .content-wrapper .icon-box.shadow-teal[data-v-562d9534] {
  background: linear-gradient(135deg, #f0fdf4 0%, #ccfbf1 100%);
  -webkit-box-shadow: 0 10px 20px rgba(20, 184, 166, 0.15);
          box-shadow: 0 10px 20px rgba(20, 184, 166, 0.15);
}
.dashboard-analysis .metric-card .content-wrapper .icon-box .icon-img[data-v-562d9534] {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.dashboard-analysis .metric-card .content-wrapper .info-box[data-v-562d9534] {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dashboard-analysis .metric-card .content-wrapper .info-box .value[data-v-562d9534] {
  font-size: 48px;
  font-weight: 900;
  color: #1e293b;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'DIN Alternate', -apple-system, sans-serif;
}
.dashboard-analysis .metric-card .content-wrapper .info-box .label[data-v-562d9534] {
  font-size: 17px;
  font-weight: 600;
  color: #64748b;
}
.dashboard-analysis .metric-card .action-hint[data-v-562d9534] {
  font-size: 24px;
  color: #cbd5e1;
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.dashboard-analysis[data-v-562d9534] {
    padding: 30px 20px;
}
.dashboard-analysis .metric-card[data-v-562d9534] {
    height: 150px;
    padding: 24px 30px;
}
.dashboard-analysis .metric-card .content-wrapper .icon-box[data-v-562d9534] {
    width: 64px;
    height: 64px;
    border-radius: 18px;
}
.dashboard-analysis .metric-card .content-wrapper .icon-box .icon-img[data-v-562d9534] {
    width: 32px;
    height: 32px;
}
.dashboard-analysis .metric-card .content-wrapper .info-box .value[data-v-562d9534] {
    font-size: 36px;
}
}

