/* [project]/src/components/dashboard/WelcomeSection.module.scss.module.css [app-client] (css) */
.WelcomeSection-module-scss-module__BUWGqW__container {
  padding: 1rem 0;
}

.WelcomeSection-module-scss-module__BUWGqW__welcome {
  margin-bottom: 2rem;
}

.WelcomeSection-module-scss-module__BUWGqW__title {
  color: #1a1a1a;
  margin: 0 0 .75rem;
  font-size: 2rem;
  font-weight: 700;
}

.WelcomeSection-module-scss-module__BUWGqW__description {
  color: #666;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.WelcomeSection-module-scss-module__BUWGqW__grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.WelcomeSection-module-scss-module__BUWGqW__card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  align-items: center;
  gap: 1.25rem;
  padding: 1.75rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.WelcomeSection-module-scss-module__BUWGqW__card:before {
  content: "";
  width: 4px;
  height: 100%;
  transition: width .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.WelcomeSection-module-scss-module__BUWGqW__card:hover {
  border-color: currentColor;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px #00000014;
}

.WelcomeSection-module-scss-module__BUWGqW__card:hover:before {
  opacity: .05;
  width: 100%;
}

.WelcomeSection-module-scss-module__BUWGqW__card:hover .WelcomeSection-module-scss-module__BUWGqW__cardArrow {
  opacity: 1;
  transform: translateX(4px);
}

.WelcomeSection-module-scss-module__BUWGqW__materials {
  color: #f97316;
}

.WelcomeSection-module-scss-module__BUWGqW__materials:before {
  background: #f97316;
}

.WelcomeSection-module-scss-module__BUWGqW__tests {
  color: #3b82f6;
}

.WelcomeSection-module-scss-module__BUWGqW__tests:before {
  background: #3b82f6;
}

.WelcomeSection-module-scss-module__BUWGqW__passed {
  color: #22c55e;
}

.WelcomeSection-module-scss-module__BUWGqW__passed:before {
  background: #22c55e;
}

.WelcomeSection-module-scss-module__BUWGqW__cardIcon {
  color: #fff;
  background: currentColor;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  display: flex;
}

.WelcomeSection-module-scss-module__BUWGqW__cardContent {
  flex: 1;
}

.WelcomeSection-module-scss-module__BUWGqW__cardTitle {
  color: #666;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0 0 .25rem;
  font-size: .9rem;
  font-weight: 600;
}

.WelcomeSection-module-scss-module__BUWGqW__cardValue {
  color: #1a1a1a;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.WelcomeSection-module-scss-module__BUWGqW__cardSubtitle {
  color: #999;
  margin: .5rem 0 0;
  font-size: .9rem;
}

.WelcomeSection-module-scss-module__BUWGqW__cardArrow {
  opacity: .3;
  color: currentColor;
  flex-shrink: 0;
  font-size: 1.25rem;
  transition: all .2s;
}

.WelcomeSection-module-scss-module__BUWGqW__tips {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  display: grid;
}

.WelcomeSection-module-scss-module__BUWGqW__tip {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
}

.WelcomeSection-module-scss-module__BUWGqW__tip h3 {
  color: #1a1a1a;
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.WelcomeSection-module-scss-module__BUWGqW__tip p {
  color: #666;
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.WelcomeSection-module-scss-module__BUWGqW__skeleton {
  padding: 2rem 0;
}

.WelcomeSection-module-scss-module__BUWGqW__titleSkeleton, .WelcomeSection-module-scss-module__BUWGqW__textSkeleton, .WelcomeSection-module-scss-module__BUWGqW__cardSkeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) 0 0 / 200% 100%;
  border-radius: 8px;
  animation: 1.5s infinite WelcomeSection-module-scss-module__BUWGqW__loading;
}

.WelcomeSection-module-scss-module__BUWGqW__titleSkeleton {
  width: 60%;
  height: 2rem;
  margin-bottom: .75rem;
}

.WelcomeSection-module-scss-module__BUWGqW__textSkeleton {
  width: 80%;
  height: 1.25rem;
  margin-bottom: 2rem;
}

.WelcomeSection-module-scss-module__BUWGqW__cardsSkeleton {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.WelcomeSection-module-scss-module__BUWGqW__cardSkeleton {
  height: 120px;
}

@keyframes WelcomeSection-module-scss-module__BUWGqW__loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* [project]/src/components/dashboard/DashboardOverview.module.scss.module.css [app-client] (css) */
.DashboardOverview-module-scss-module__fVpa8W__container {
  padding: 1rem 0;
}

.DashboardOverview-module-scss-module__fVpa8W__header {
  margin-bottom: 2rem;
}

.DashboardOverview-module-scss-module__fVpa8W__title {
  color: #1a1a1a;
  margin: 0 0 .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.DashboardOverview-module-scss-module__fVpa8W__subtitle {
  color: #666;
  margin: 0;
  font-size: 1.05rem;
}

.DashboardOverview-module-scss-module__fVpa8W__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

@media (min-width: 1200px) {
  .DashboardOverview-module-scss-module__fVpa8W__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.DashboardOverview-module-scss-module__fVpa8W__card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.DashboardOverview-module-scss-module__fVpa8W__card:before {
  content: "";
  background: currentColor;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.DashboardOverview-module-scss-module__fVpa8W__card:hover {
  border-color: currentColor;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px #0000001a;
}

.DashboardOverview-module-scss-module__fVpa8W__card.DashboardOverview-module-scss-module__fVpa8W__wide {
  grid-column: span 2;
}

@media (max-width: 768px) {
  .DashboardOverview-module-scss-module__fVpa8W__card.DashboardOverview-module-scss-module__fVpa8W__wide {
    grid-column: span 1;
  }
}

.DashboardOverview-module-scss-module__fVpa8W__users {
  color: #8b5cf6;
}

.DashboardOverview-module-scss-module__fVpa8W__testsActive {
  color: #22c55e;
}

.DashboardOverview-module-scss-module__fVpa8W__testsDraft {
  color: #f59e0b;
}

.DashboardOverview-module-scss-module__fVpa8W__testsTotal {
  color: #3b82f6;
}

.DashboardOverview-module-scss-module__fVpa8W__materials {
  color: #f97316;
}

.DashboardOverview-module-scss-module__fVpa8W__attempts {
  color: #ec4899;
}

.DashboardOverview-module-scss-module__fVpa8W__cardHeader {
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
  display: flex;
}

.DashboardOverview-module-scss-module__fVpa8W__cardIcon {
  color: #fff;
  background: currentColor;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  display: flex;
}

.DashboardOverview-module-scss-module__fVpa8W__cardLabel {
  color: #666;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .9rem;
  font-weight: 600;
}

.DashboardOverview-module-scss-module__fVpa8W__cardValue {
  color: #1a1a1a;
  margin: .5rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.DashboardOverview-module-scss-module__fVpa8W__cardFooter {
  color: #999;
  margin-top: .5rem;
  font-size: .9rem;
}

.DashboardOverview-module-scss-module__fVpa8W__info {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  display: grid;
}

.DashboardOverview-module-scss-module__fVpa8W__infoCard {
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
}

.DashboardOverview-module-scss-module__fVpa8W__infoCard h3 {
  color: #1a1a1a;
  margin: 0 0 .75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.DashboardOverview-module-scss-module__fVpa8W__infoCard p {
  color: #666;
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.DashboardOverview-module-scss-module__fVpa8W__skeleton {
  padding: 2rem 0;
}

.DashboardOverview-module-scss-module__fVpa8W__titleSkeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) 0 0 / 200% 100%;
  border-radius: 8px;
  width: 50%;
  height: 2rem;
  margin-bottom: 2rem;
  animation: 1.5s infinite DashboardOverview-module-scss-module__fVpa8W__loading;
}

.DashboardOverview-module-scss-module__fVpa8W__gridSkeleton {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.DashboardOverview-module-scss-module__fVpa8W__cardSkeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%) 0 0 / 200% 100%;
  border-radius: 12px;
  height: 160px;
  animation: 1.5s infinite DashboardOverview-module-scss-module__fVpa8W__loading;
}

@keyframes DashboardOverview-module-scss-module__fVpa8W__loading {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/*# sourceMappingURL=src_components_dashboard_df815f26._.css.map*/