/* [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/refer/ReferView.module.css [app-client] (css) */
.ReferView-module___6n1Ia__page {
  flex-direction: column;
  gap: 20px;
  max-width: 1100px;
  padding: 24px 28px;
  display: flex;
}

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

.ReferView-module___6n1Ia__sectionHeader {
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.ReferView-module___6n1Ia__sectionNum {
  color: #fff;
  background: #2563eb;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.ReferView-module___6n1Ia__sectionTitle {
  color: var(--wz-text);
  font-size: 15px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__sectionSub {
  color: var(--wz-text-muted);
  font-size: 13px;
  font-weight: 400;
}

.ReferView-module___6n1Ia__stepsRow {
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 24px;
  display: flex;
}

.ReferView-module___6n1Ia__step {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 8px;
  max-width: 200px;
  display: flex;
}

.ReferView-module___6n1Ia__stepIconWrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.ReferView-module___6n1Ia__stepBadge {
  color: #fff;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__stepTitle {
  color: var(--wz-text);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.ReferView-module___6n1Ia__stepDesc {
  color: var(--wz-text-muted);
  text-align: center;
  font-size: 12px;
}

.ReferView-module___6n1Ia__stepArrow {
  color: #cbd5e1;
  flex-shrink: 0;
  margin-top: 28px;
  padding: 0 8px;
  font-size: 22px;
}

.ReferView-module___6n1Ia__referralBox {
  border: 1.5px solid var(--wz-border);
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px 18px;
}

.ReferView-module___6n1Ia__referralLabel {
  color: var(--wz-text-muted);
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.ReferView-module___6n1Ia__referralRow {
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.ReferView-module___6n1Ia__referralInput {
  border: 1.5px solid var(--wz-border);
  color: var(--wz-text);
  background: #fff;
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
}

.ReferView-module___6n1Ia__copyBtn {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #2563eb;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  transition: background .15s;
  display: flex;
}

.ReferView-module___6n1Ia__copyBtn:hover {
  background: #1d4ed8;
}

.ReferView-module___6n1Ia__shareRow {
  gap: 10px;
  display: flex;
}

.ReferView-module___6n1Ia__shareBtn {
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
  transition: opacity .15s;
  display: flex;
}

.ReferView-module___6n1Ia__shareBtn:hover {
  opacity: .88;
}

.ReferView-module___6n1Ia__leaderboard {
  flex-direction: column;
  gap: 0;
  margin-bottom: 12px;
  display: flex;
}

.ReferView-module___6n1Ia__leaderRow {
  border-bottom: 1px solid var(--wz-border);
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  display: flex;
}

.ReferView-module___6n1Ia__leaderRow:last-child {
  border-bottom: none;
}

.ReferView-module___6n1Ia__rankBadge {
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.ReferView-module___6n1Ia__avatar {
  color: #2563eb;
  background: linear-gradient(135deg, #e0e7ff, #dbeafe);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.ReferView-module___6n1Ia__leaderName {
  color: var(--wz-text);
  flex: 1;
  font-size: 15px;
  font-weight: 600;
}

.ReferView-module___6n1Ia__leaderUsers {
  color: #059669;
  text-align: right;
  min-width: 80px;
  font-size: 15px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__viewLeaderboard {
  color: #2563eb;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.ReferView-module___6n1Ia__viewLeaderboard:hover {
  text-decoration: underline;
}

.ReferView-module___6n1Ia__promoGrid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
  display: grid;
}

.ReferView-module___6n1Ia__promoCol {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.ReferView-module___6n1Ia__promoColTitle {
  color: var(--wz-text);
  font-size: 13px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__videoCard {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.ReferView-module___6n1Ia__videoThumb {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ReferView-module___6n1Ia__videoOverlay {
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  height: 100%;
  display: flex;
}

.ReferView-module___6n1Ia__videoLogo {
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.ReferView-module___6n1Ia__videoHeadline {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.ReferView-module___6n1Ia__videoMainText {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.ReferView-module___6n1Ia__videoSubText {
  color: #fbbf24;
  background: #1d4ed8;
  border-radius: 4px;
  margin-top: 4px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.ReferView-module___6n1Ia__playBtn {
  cursor: pointer;
  background: none;
  border: none;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  display: flex;
}

.ReferView-module___6n1Ia__videoDuration {
  color: #fff;
  background: #0009;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.ReferView-module___6n1Ia__videoCaption {
  padding: 0 2px;
}

.ReferView-module___6n1Ia__videoCaptionTitle {
  color: var(--wz-text);
  font-size: 13px;
  font-weight: 600;
}

.ReferView-module___6n1Ia__videoCaptionSub {
  color: var(--wz-text-muted);
  font-size: 12px;
}

.ReferView-module___6n1Ia__shareVideoBtn {
  color: #fff;
  cursor: pointer;
  background: #25d366;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
}

.ReferView-module___6n1Ia__shareVideoBtn:hover {
  opacity: .88;
}

.ReferView-module___6n1Ia__bannersScroll {
  align-items: center;
  gap: 8px;
  display: flex;
  overflow: hidden;
}

.ReferView-module___6n1Ia__bannerCard {
  flex-shrink: 0;
}

.ReferView-module___6n1Ia__bannerThumb {
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 110px;
  height: 130px;
  padding: 8px;
  display: flex;
}

.ReferView-module___6n1Ia__bannerLogo {
  color: #fff;
  letter-spacing: .5px;
  opacity: .9;
  align-items: center;
  gap: 3px;
  font-size: 8px;
  font-weight: 700;
  display: flex;
}

.ReferView-module___6n1Ia__bannerText {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

.ReferView-module___6n1Ia__bannerCode {
  color: #fbbf24;
  background: #0000004d;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 7.5px;
  font-weight: 600;
}

.ReferView-module___6n1Ia__bannerNavBtn {
  border: 1.5px solid var(--wz-border);
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 16px;
  display: flex;
}

.ReferView-module___6n1Ia__shareImageBtn {
  color: #fff;
  cursor: pointer;
  background: #25d366;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .15s;
  display: flex;
}

.ReferView-module___6n1Ia__shareImageBtn:hover {
  opacity: .88;
}

.ReferView-module___6n1Ia__autoCodeNotice {
  border: 1px solid var(--wz-border);
  color: var(--wz-text-muted);
  background: #f8fafc;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 12.5px;
  display: flex;
}

.ReferView-module___6n1Ia__autoCodeNotice strong {
  color: #2563eb;
}

.ReferView-module___6n1Ia__rulesList {
  flex-direction: column;
  gap: 0;
  display: flex;
}

.ReferView-module___6n1Ia__ruleItem {
  border-bottom: 1px solid var(--wz-border);
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  display: flex;
}

.ReferView-module___6n1Ia__ruleItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ReferView-module___6n1Ia__ruleIconWrap {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  display: flex;
}

.ReferView-module___6n1Ia__ruleContent {
  flex: 1;
}

.ReferView-module___6n1Ia__ruleTitle {
  color: var(--wz-text);
  margin-bottom: 5px;
  font-size: 13.5px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__ruleEn {
  color: var(--wz-text-muted);
  font-size: 12px;
  font-weight: 400;
}

.ReferView-module___6n1Ia__ruleDesc {
  color: var(--wz-text-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

.ReferView-module___6n1Ia__autoUpdateBadge {
  border: 1.5px solid var(--wz-border);
  background: #f8fafc;
  border-radius: 10px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding: 10px 14px;
  display: flex;
}

.ReferView-module___6n1Ia__autoUpdateTime {
  color: var(--wz-text);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
}

.ReferView-module___6n1Ia__autoUpdateLabel {
  color: #059669;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

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

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