.dash-announcement {
  height: 3px;
  overflow: hidden;
  background: linear-gradient(90deg, #2998ed, #176edc 48%, #4430d9);
}

.dash-announcement * { display: none; }

.dashboard-page .dashboard {
  grid-template-columns: 184px 1fr;
  min-height: calc(100vh - 3px);
}

.dashboard-page .sidebar {
  top: 3px;
  height: calc(100vh - 3px);
  padding: 18px 13px 14px;
  background: #f7f7f9;
}

.dashboard-page .dash-logo {
  height: 38px;
  gap: 9px;
}

.dashboard-page .dash-logo > span {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: linear-gradient(135deg, #21a2ff, #4057e8);
  font-size: 12px;
}

.dashboard-page .dash-logo > b {
  font-size: 12px;
  letter-spacing: .2px;
}

.dashboard-page .dash-logo > i {
  width: 18px;
  height: 18px;
  color: #a4abb5;
  background: #fff;
}

.dashboard-page .profile {
  margin: 12px -4px 10px;
  padding: 11px 4px;
  border: 0;
  background: transparent;
}

.dashboard-page .profile-avatar {
  width: 34px;
  height: 34px;
}

.dashboard-page .profile b {
  font-size: 9px;
}

.dashboard-page .profile span {
  color: #7d8794;
  font-size: 7px;
  font-weight: 600;
}

.dashboard-page .side-menu {
  margin-top: 10px;
  gap: 8px;
}

.dashboard-page .side-bottom {
  gap: 7px;
}

.dashboard-page .side-menu a,
.dashboard-page .side-menu button,
.dashboard-page .side-bottom a,
.dashboard-page .side-bottom button {
  min-height: 30px;
  padding: 0 9px;
  border-radius: 8px;
  color: #4f5865;
  font-size: 9px;
  font-weight: 650;
}

.dashboard-page .side-menu a > i,
.dashboard-page .side-menu button > i,
.dashboard-page .side-bottom i {
  width: 16px;
  font-size: 12px;
  opacity: .75;
}

.dashboard-page .side-menu .active {
  min-height: 43px;
  background: #050b18;
  color: #fff;
  box-shadow: none;
}

.dashboard-page .dash-main {
  padding: 22px 28px 62px;
}

.dashboard-page .promo-banner,
.dashboard-page .models-area {
  width: min(100%, 1080px);
  margin-left: auto;
  margin-right: auto;
}

.dashboard-page .promo-banner {
  height: 260px;
  margin-bottom: 20px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 76% 22%, #ba6a9842, transparent 26%),
    radial-gradient(circle at 60% 80%, #ffb16e30, transparent 28%),
    linear-gradient(110deg, #171a1f 0%, #202a35 46%, #3a2027 100%);
}

.dashboard-page .promo-banner:before {
  background:
    linear-gradient(90deg, #07080acf, #10131855 50%, transparent),
    repeating-linear-gradient(90deg, transparent 0 92px, #ffffff08 93px 94px);
  opacity: .95;
}

.promo-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #111820d9;
  color: #fff;
  font-size: 24px;
}

.promo-arrow.left { left: 14px; }
.promo-arrow.right { right: 14px; }

.dashboard-page .promo-copy {
  left: 72px;
  top: 54px;
  max-width: 430px;
}

.dashboard-page .promo-copy > span {
  padding: 5px 9px;
  border-radius: 13px;
  background: #ffffff18;
  color: #fff;
  font-size: 7px;
  font-weight: 750;
}

.dashboard-page .promo-copy h1 {
  margin: 13px 0 9px;
  font-size: 31px;
  letter-spacing: -.9px;
}

.dashboard-page .promo-copy p {
  max-width: 390px;
  color: #e2e6ea;
  font-size: 9px;
  line-height: 1.65;
}

.dashboard-page .promo-copy a {
  margin-top: 8px;
  padding: 10px 18px;
  border-radius: 24px;
  background: #fff;
  color: #101722;
  font-size: 9px;
}

.promo-stage {
  position: absolute;
  z-index: 2;
  right: 95px;
  top: 40px;
  width: 285px;
  height: 178px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 35%, #ffffff18, transparent 22%),
    linear-gradient(140deg, #3e5366, #1c2733 50%, #65414b);
  box-shadow: inset 0 0 0 1px #ffffff22, 0 20px 50px #00000040;
  transform: rotate(-2deg);
}

.stage-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: 86px;
  height: 50px;
  border: 1px solid #ffffff55;
  border-radius: 10px;
  background: #101722ad;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(6px);
}

.stage-card.one { right: 28px; top: 22px; }
.stage-card.two { left: 22px; top: 70px; color: #d8ecff; }
.stage-card.three { right: 62px; bottom: 20px; }

.dashboard-page .models-heading {
  margin: 0 0 14px;
}

.dashboard-page .models-heading h2 {
  font-size: 19px;
  letter-spacing: -.45px;
}

.dashboard-page .models-heading > div span {
  font-size: 7px;
}

.dashboard-page .dash-search {
  width: 430px;
  height: 36px;
  border-radius: 10px;
  background: #fafbfc;
}

.dashboard-page .filter-line {
  grid-template-columns: 82px 1fr;
  gap: 16px;
  margin: 9px 0;
}

.dashboard-page .filter-line > strong {
  padding-top: 8px;
  font-size: 6px;
  letter-spacing: 1.6px;
}

.dashboard-page .filter-chips {
  gap: 6px;
}

.dashboard-page .filter-chips button {
  padding: 6px 10px;
  border-radius: 14px;
  background: #fff;
  color: #4f5967;
  font-size: 7px;
  box-shadow: 0 1px 4px #1720330d;
}

.dashboard-page .task-chips button {
  background: #f2f1ff;
  border-color: #e6e3fb;
}

.dashboard-page .sort-row {
  margin: 14px 0 12px;
}

.dashboard-page .dashboard-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.dashboard-page .dash-model-card {
  min-height: 132px;
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #111820;
  box-shadow: 0 8px 18px #17203314;
}

.dashboard-page .dash-model-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px #17203322;
}

.dashboard-page .card-art {
  height: 132px;
  border-radius: inherit;
}

.dashboard-page .card-art:before {
  width: 130px;
  height: 130px;
}

.dashboard-page .card-art:after {
  width: 92px;
  height: 92px;
}

.provider-pill {
  right: 7px;
  top: 7px;
  padding: 3px 6px;
  border-radius: 9px;
  font-size: 5px;
}

.card-art > em {
  left: 7px;
  top: 7px;
  padding: 3px 6px;
  border-radius: 9px;
  background: #d9ecff;
  color: #176edc;
  font-size: 6px;
}

.art-symbol {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  font-size: 16px;
}

.dashboard-page .card-info {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  padding: 28px 9px 8px;
  color: #fff;
  background: linear-gradient(180deg, transparent, #000000d8 62%, #000000f2);
}

.dashboard-page .card-info > small {
  color: #c9d2dc;
  font-size: 5px;
}

.dashboard-page .card-info h3 {
  margin: 3px 0 5px;
  color: #fff;
  font-size: 10px;
  line-height: 1.15;
}

.task-tags {
  min-height: 14px;
  gap: 4px;
}

.task-tags span {
  padding: 3px 5px;
  border-radius: 4px;
  background: #ffffff1f;
  color: #fff;
  font-size: 5px;
}

.dashboard-page .card-price {
  align-items: center;
  margin-top: 5px;
  padding: 0;
  border-top: 0;
}

.dashboard-page .card-price s {
  color: #ffffff85;
  font-size: 6px;
}

.dashboard-page .card-price b {
  color: #fff;
  font-size: 9px;
}

.dashboard-page .card-price button {
  padding: 4px 6px;
  border-radius: 7px;
  background: #ffffff24;
  color: #fff;
  font-size: 6px;
}

.market-pager {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin: 18px 0 0;
}

.market-pager button {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 8px;
  background: #f0f2f5;
  color: #5a6470;
  font-size: 10px;
  font-weight: 800;
}

.market-pager button.active {
  background: #1f80ff;
  color: #fff;
}

.market-pager button.muted {
  color: #a8b0ba;
}

@media (max-width: 1180px) {
  .dashboard-page .dashboard { grid-template-columns: 176px 1fr; }
  .dashboard-page .dash-main { padding: 18px 18px 48px; }
  .dashboard-page .dashboard-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .dashboard-page .promo-banner { height: 240px; }
  .promo-stage { opacity: .72; right: 65px; }
}

@media (max-width: 820px) {
  .dashboard-page .dashboard { display: block; }
  .dashboard-page .sidebar {
    top: 3px;
    height: calc(100vh - 3px);
    width: 230px;
  }
  .dashboard-page .dash-main { padding: 10px 12px 40px; }
  .dashboard-page .promo-banner { height: 320px; margin-top: 44px; }
  .promo-stage { display: none; }
  .dashboard-page .promo-copy { left: 34px; top: 54px; max-width: 80%; }
  .dashboard-page .models-heading { align-items: flex-start; gap: 12px; flex-direction: column; }
  .dashboard-page .dash-search { width: 100%; }
  .dashboard-page .dashboard-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .dashboard-page .dashboard-gallery { grid-template-columns: 1fr; }
  .dashboard-page .card-art { height: 176px; }
}
