/* [project]/wlmsfrontend/src/views/components/layout/Header.module.css [app-client] (css) */
.Header-module__v9Db1q__header {
  background: var(--wz-card);
  border-bottom: 1px solid var(--wz-border);
  z-index: 150;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding: 0 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.Header-module__v9Db1q__menuBtn {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  gap: 5px;
  padding: 6px 4px;
  display: none;
}

@media (max-width: 767px) {
  .Header-module__v9Db1q__menuBtn {
    display: flex;
  }
}

.Header-module__v9Db1q__menuBtn span {
  background: #64748b;
  border-radius: 2px;
  width: 20px;
  height: 2px;
  display: block;
}

.Header-module__v9Db1q__searchWrap {
  flex: 1;
  max-width: 420px;
  position: relative;
}

.Header-module__v9Db1q__searchIcon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.Header-module__v9Db1q__searchInput {
  border: 1px solid var(--wz-border);
  width: 100%;
  color: var(--wz-text);
  background: #f8fafc;
  border-radius: 8px;
  outline: none;
  padding: 9px 14px 9px 38px;
  font-size: 13px;
}

.Header-module__v9Db1q__searchInput::placeholder {
  color: #94a3b8;
}

.Header-module__v9Db1q__searchInput:focus {
  border-color: var(--wz-primary);
  background: #fff;
}

.Header-module__v9Db1q__actions {
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  display: flex;
}

@media (max-width: 480px) {
  .Header-module__v9Db1q__langWrap, .Header-module__v9Db1q__iconBtn:not(:last-of-type) {
    display: none;
  }

  .Header-module__v9Db1q__searchWrap {
    max-width: none;
  }
}

.Header-module__v9Db1q__langWrap {
  border: 1px solid var(--wz-border);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  display: flex;
}

.Header-module__v9Db1q__langSelect {
  color: var(--wz-text-muted);
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
}

.Header-module__v9Db1q__iconBtn {
  border: 1px solid var(--wz-border);
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.Header-module__v9Db1q__notifBadge {
  color: #fff;
  background: #ef4444;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -4px;
  right: -4px;
}

.Header-module__v9Db1q__avatarWrap {
  cursor: pointer;
  align-items: center;
  gap: 6px;
  display: flex;
}

.Header-module__v9Db1q__avatar {
  color: #fff;
  background: linear-gradient(135deg, #635bff, #10b981);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

/* [project]/wlmsfrontend/src/views/components/dashboard/DashboardView.module.css [app-client] (css) */
.DashboardView-module__5yhrCq__page {
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  padding: 24px 28px;
  display: flex;
}

.DashboardView-module__5yhrCq__profileCard {
  background: var(--wz-card);
  border-radius: 14px;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  display: flex;
  box-shadow: 0 1px 4px #0000000f;
}

.DashboardView-module__5yhrCq__profileAvatar {
  color: #3b4db8;
  background: #e8eaf6;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.DashboardView-module__5yhrCq__profileInfo {
  flex: 1;
}

.DashboardView-module__5yhrCq__profileNameRow {
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  display: flex;
}

.DashboardView-module__5yhrCq__profileName {
  color: var(--wz-text);
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.DashboardView-module__5yhrCq__verifiedBadge {
  color: #fff;
  background: #059669;
  border-radius: 20px;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.DashboardView-module__5yhrCq__profileMeta {
  color: var(--wz-text-muted);
  font-size: 13px;
}

.DashboardView-module__5yhrCq__bvWalletRow {
  background: var(--wz-card);
  border-radius: 14px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  display: grid;
  box-shadow: 0 1px 4px #0000000f;
}

.DashboardView-module__5yhrCq__bvSection {
  border-right: 1px solid var(--wz-border);
  padding-right: 24px;
}

.DashboardView-module__5yhrCq__bvHeading {
  color: var(--wz-text);
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.DashboardView-module__5yhrCq__bvNumbers {
  align-items: baseline;
  gap: 0;
  margin-bottom: 10px;
  display: flex;
}

.DashboardView-module__5yhrCq__bvCurrent {
  color: #2563eb;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.DashboardView-module__5yhrCq__bvTarget {
  color: var(--wz-text);
  font-size: 16px;
  font-weight: 600;
}

.DashboardView-module__5yhrCq__progressBar {
  background: #e2e8f0;
  border-radius: 8px;
  height: 7px;
  margin-bottom: 8px;
  overflow: hidden;
}

.DashboardView-module__5yhrCq__progressFill {
  background: #2563eb;
  border-radius: 8px;
  height: 100%;
  transition: width .4s;
}

.DashboardView-module__5yhrCq__bvFooter {
  color: var(--wz-text-muted);
  justify-content: space-between;
  font-size: 12px;
  display: flex;
}

.DashboardView-module__5yhrCq__bvUnlock {
  color: #2563eb;
  font-weight: 500;
}

.DashboardView-module__5yhrCq__walletCard {
  align-items: center;
  gap: 14px;
  display: flex;
}

.DashboardView-module__5yhrCq__walletIconWrap {
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.DashboardView-module__5yhrCq__walletLabel {
  color: var(--wz-text-muted);
  margin-bottom: 4px;
  font-size: 12px;
}

.DashboardView-module__5yhrCq__walletAmount {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.DashboardView-module__5yhrCq__walletAction {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
}

.DashboardView-module__5yhrCq__section {
  background: var(--wz-card);
  border-radius: 14px;
  padding: 20px 24px;
  box-shadow: 0 1px 4px #0000000f;
}

.DashboardView-module__5yhrCq__sectionHeader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.DashboardView-module__5yhrCq__sectionTitle {
  color: var(--wz-text);
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
}

.DashboardView-module__5yhrCq__viewAllLink {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.DashboardView-module__5yhrCq__viewAllLink:hover {
  text-decoration: underline;
}

.DashboardView-module__5yhrCq__incomeGrid {
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  display: grid;
}

.DashboardView-module__5yhrCq__incomeCard {
  text-align: center;
  border: 1px solid var(--wz-border);
  border-radius: 10px;
  padding: 16px 8px;
}

.DashboardView-module__5yhrCq__incomeIcon {
  justify-content: center;
  margin-bottom: 8px;
  display: flex;
}

.DashboardView-module__5yhrCq__incomeLabel {
  color: var(--wz-text-muted);
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 1.3;
}

.DashboardView-module__5yhrCq__incomeAmount {
  font-size: 14px;
  font-weight: 700;
}

.DashboardView-module__5yhrCq__servicesGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.DashboardView-module__5yhrCq__serviceCard {
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  transition: transform .15s, box-shadow .15s;
  display: flex;
}

.DashboardView-module__5yhrCq__serviceCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #00000014;
}

.DashboardView-module__5yhrCq__serviceIconWrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.DashboardView-module__5yhrCq__serviceLabel {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.DashboardView-module__5yhrCq__referralBanner {
  background: #fff8f8;
  border: 1px solid #fee2e2;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  display: flex;
  box-shadow: 0 1px 4px #0000000a;
}

.DashboardView-module__5yhrCq__referralLeft {
  align-items: center;
  gap: 14px;
  display: flex;
}

.DashboardView-module__5yhrCq__lockCircle {
  background: #fee2e2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.DashboardView-module__5yhrCq__referralLockedTitle {
  color: #dc2626;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}

.DashboardView-module__5yhrCq__referralLockedSub {
  color: #64748b;
  font-size: 13px;
}

.DashboardView-module__5yhrCq__referralRight {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.DashboardView-module__5yhrCq__referralShareLabel {
  color: var(--wz-text-muted);
  font-size: 12px;
  font-weight: 500;
}

.DashboardView-module__5yhrCq__referralShareRow {
  align-items: center;
  gap: 8px;
  display: flex;
}

.DashboardView-module__5yhrCq__copyLinkBtn {
  color: #fff;
  cursor: pointer;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: background .15s;
  display: flex;
}

.DashboardView-module__5yhrCq__copyLinkBtn:hover {
  background: #1d4ed8;
}

.DashboardView-module__5yhrCq__socialShareBtn {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: opacity .15s;
  display: flex;
}

.DashboardView-module__5yhrCq__socialShareBtn:hover {
  opacity: .85;
}

.DashboardView-module__5yhrCq__emptyState {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 36px 0 20px;
  display: flex;
}

.DashboardView-module__5yhrCq__emptyIcon {
  color: #cbd5e1;
  margin-bottom: 4px;
}

.DashboardView-module__5yhrCq__emptyTitle {
  color: var(--wz-text);
  font-size: 15px;
  font-weight: 600;
}

.DashboardView-module__5yhrCq__emptySub {
  color: var(--wz-text-muted);
  font-size: 13px;
}

@media (max-width: 992px) {
  .DashboardView-module__5yhrCq__bvWalletRow {
    grid-template-columns: 1fr 1fr;
  }

  .DashboardView-module__5yhrCq__bvSection {
    border-right: none;
    border-bottom: 1px solid var(--wz-border);
    grid-column: 1 / -1;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .DashboardView-module__5yhrCq__incomeGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .DashboardView-module__5yhrCq__servicesGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .DashboardView-module__5yhrCq__page {
    padding: 16px;
  }

  .DashboardView-module__5yhrCq__bvWalletRow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .DashboardView-module__5yhrCq__bvSection {
    grid-column: 1 / 2;
    padding-bottom: 16px;
  }

  .DashboardView-module__5yhrCq__incomeGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .DashboardView-module__5yhrCq__referralBanner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .DashboardView-module__5yhrCq__referralRight {
    align-items: flex-start;
    width: 100%;
  }

  .DashboardView-module__5yhrCq__referralShareRow {
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .DashboardView-module__5yhrCq__profileCard {
    text-align: center;
    flex-direction: column;
    gap: 12px;
  }

  .DashboardView-module__5yhrCq__profileNameRow {
    justify-content: center;
  }

  .DashboardView-module__5yhrCq__incomeGrid, .DashboardView-module__5yhrCq__servicesGrid {
    grid-template-columns: 1fr;
  }
}

/* [project]/wlmsfrontend/src/app/dashboard/page.module.css [app-client] (css) */
.page-module__G53LHG__content {
  padding: 0;
}

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