.market-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.market-dashboard {
  width: 320px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.market-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #f5f5f7;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 600;
}

.market-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.market-header .dot.red { background: #ff5f57; }
.market-header .dot.yellow { background: #ffbd2e; }
.market-header .dot.green { background: #28c840; }

.market-title {
  margin-left: auto;
  color: #444;
}

.market-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.market-card {
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.market-card.published {
  background: #e8f5e9;
  color: #2e7d32;
}

.market-card.order {
  background: #e3f2fd;
  color: #1565c0;
}

.market-card.ads {
  background: #fff3e0;
  color: #ef6c00;
}

.market-card.growth {
  background: #ede7f6;
  color: #5e35b1;
}

.market-footer {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.growth-bar {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 30px;
}

.growth-bar .bar {
  width: 6px;
  border-radius: 3px;
  background: linear-gradient(180deg, #7C5CFF, #FF7AD9);
}

.growth-bar .bar-1 { height: 10px; }
.growth-bar .bar-2 { height: 18px; }
.growth-bar .bar-3 { height: 24px; }
.growth-bar .bar-4 { height: 30px; }

.growth-label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
}


.uz-dashboard {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  max-width: 720px;
  margin: 0 auto;
}

.uz-widget {
  background: #f9f9ff;
  border: 1px solid #ececff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.uz-widget h4 {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
}

.uz-widget .value {
  font-size: 18px;
  font-weight: 700;
  color: #2d2d7c;
  margin-bottom: 4px;
}

.uz-widget .value span {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.uz-widget .growth {
  font-size: 13px;
  color: #27ae60;
  font-weight: 500;
}

.uz-widget.orders .growth {
  color: #7c5cff;
}

.uz-widget.product .rating {
  font-size: 13px;
  font-weight: 500;
  color: #f39c12;
}

.uz-widget.chart {
  text-align: center;
  align-items: center;
}

.chart-svg {
  width: 100%;
  height: 80px;
  margin: 6px 0;
}

.uz-widget .growth svg {
  vertical-align: middle;
  margin-right: 4px;
}


.cta-banner-big {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background: linear-gradient(135deg, #f9e4fc 0%, #eef5ff 100%);
  border-radius: 20px;
  color: #fff;
}

.cta-big-content {
  max-width: 50%;
}

.cta-big-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-big-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-big-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.cta-big-chips .chip {
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 14px;
}

.cta-big-actions .btn-cta {
  padding: 12px 24px;
  background: #fff;
  color: #7C5CFF;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.cta-big-visuals {
  flex: 1;
}

.achievements-board {
  display: grid;
  gap: 16px;
}

.ach-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15px;
}

.ach-card .ach-icon svg {
  width: 22px;
  height: 22px;
}

.ach-card.done {
  background: rgba(34, 197, 94, 0.15);
}

.ach-card.inprogress {
  background: rgba(59, 130, 246, 0.15);
}

.ach-card.upcoming {
  background: rgba(255, 255, 255, 0.08);
}
 .visual__main {
    position: relative;
    z-index: 2;
}

.dashboard {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 400px;
}

.dashboard__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--color-neutral-900);
}

.dashboard__period {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--color-neutral-500);
    padding: 6px 12px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    font-weight: 500;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.dashboard__metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.metric {
    padding: 16px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.metric__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.metric__label {
    font-size: 12px;
    color: var(--color-neutral-500);
    font-weight: 500;
}

.metric__trend {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 6px;
}

.metric__value {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-neutral-900);
    margin-bottom: 4px;
    line-height: 1;
}

.metric__change {
    font-size: 11px;
    font-weight: 600;
}

.metric__change.positive {
    color: #22c55e;
}

.metric__change.neutral {
    color: #f59e0b;
}

.dashboard__chart {
    margin-bottom: 24px;
}

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

.chart__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-neutral-700);
}

.chart__tabs {
    display: flex;
    gap: 4px;
}

.chart__tab {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: 0 0;
    color: var(--color-neutral-500);
    border-radius: 6px;
    cursor: pointer;
    transition: all 150ms ease;
}

.chart__tab.active {
    background: var(--color-primary-500);
    color: #fff;
}

.chart__tab:hover:not(.active) {
    background: rgba(99, 102, 241, 0.1);
    color: var(--color-primary-500);
}

.chart__container {
    position: relative;
    width: 100%;
}

.revenue-chart {
    width: 100%;
    height: 80px;
    margin-bottom: 8px;
    display: block;
    max-width: none;
}

.chart__labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 11px;
    color: var(--color-neutral-400);
    font-weight: 500;
    position: relative;
}

.chart__labels span {
    position: absolute;
    transform: translateX(-50%);
}

.chart__labels span:nth-child(1) {
    left: calc(20 / 280 * 100%);
}

.chart__labels span:nth-child(2) {
    left: calc(60 / 280 * 100%);
}

.chart__labels span:nth-child(3) {
    left: calc(100 / 280 * 100%);
}

.chart__labels span:nth-child(4) {
    left: calc(140 / 280 * 100%);
}

.chart__labels span:nth-child(5) {
    left: calc(180 / 280 * 100%);
}

.chart__labels span:nth-child(6) {
    left: calc(220 / 280 * 100%);
}

.chart__labels span:nth-child(7) {
    left: calc(260 / 280 * 100%);
}

.dashboard__footer {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.dashboard__platforms {
    display: flex;
    gap: 16px;
}

.platform {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.platform__icon {
    font-size: 16px;
    margin-bottom: 6px;
}

.platform__name {
    font-size: 11px;
    color: var(--color-neutral-500);
    font-weight: 500;
    margin-bottom: 4px;
}

.platform__revenue {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-neutral-900);
}

.visual__floating {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-neutral-700);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.card-1 {
    top: 20%;
    left: -10%;
    animation: float 3s ease-in-out infinite;
}

.card-2 {
    top: 60%;
    right: -10%;
    animation: float 3s ease-in-out infinite 1s;
}

.card-3 {
    bottom: 20%;
    left: -5%;
    animation: float 3s ease-in-out infinite 2s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
