/* ZEAM_AGGREGATED_PRO_V46 */
:root{
  --ag46-bg:#020914;
  --ag46-line:rgba(40,231,255,.18);
  --ag46-line2:rgba(255,217,130,.22);
  --ag46-cyan:#28e7ff;
  --ag46-blue:#147dff;
  --ag46-gold:#ffd982;
  --ag46-green:#50ffc8;
  --ag46-red:#ff7898;
  --ag46-muted:#93aabd;
}

body.zs46-aggregated{
  background:
    radial-gradient(circle at 84% 4%,rgba(40,231,255,.12),transparent 32%),
    radial-gradient(circle at 8% 94%,rgba(255,132,55,.08),transparent 32%),
    linear-gradient(135deg,#020914,#031526 62%,#020914)!important;
}

.zs46-shell{
  color:#f4fbff;
  margin-bottom:28px;
}

.zs46-hero,
.zs46-panel,
.zs46-filters,
.zs46-table-panel{
  border:1px solid var(--ag46-line);
  background:
    linear-gradient(120deg,rgba(255,255,255,.052),transparent 28%,rgba(40,231,255,.032)),
    linear-gradient(145deg,rgba(10,34,54,.72),rgba(1,8,17,.93));
  box-shadow:0 0 38px rgba(0,170,255,.10), inset 0 1px 0 rgba(255,255,255,.045);
}

.zs46-hero{
  border-radius:42px;
  padding:30px;
  margin-bottom:20px;
}

.zs46-title{
  margin:16px 0 10px;
  color:#fff;
  font-size:clamp(42px,6vw,82px);
  line-height:1;
  letter-spacing:-1.6px;
}

.zs46-title span{
  color:var(--ag46-cyan);
  text-shadow:0 0 28px rgba(40,231,255,.30);
}

.zs46-desc{
  max-width:880px;
  color:var(--ag46-muted);
  font-size:15px;
  line-height:2;
}

.zs46-kicker,
.zs46-chip,
.zs46-btn,
.zs46-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ag46-line);
  background:rgba(1,10,19,.66);
  color:#dffcff!important;
  border-radius:999px;
  font-weight:1000;
}

.zs46-kicker{
  min-height:38px;
  padding:8px 14px;
  font-size:12px;
}

.zs46-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.zs46-btn{
  min-height:46px;
  border-radius:17px;
  padding:0 15px;
  text-decoration:none!important;
  cursor:pointer;
}

.zs46-btn.primary{
  border-color:rgba(40,231,255,.50);
  background:linear-gradient(135deg,rgba(20,125,255,.36),rgba(1,10,19,.82));
}

.zs46-btn.gold{
  border-color:var(--ag46-line2);
  color:#ffe4aa!important;
  background:rgba(255,217,130,.08);
}

.zs46-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}

.zs46-panel{
  border-radius:36px;
  overflow:hidden;
}

.zs46-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:18px 18px 0;
}

.zs46-head-title{
  color:#fff;
  font-size:20px;
  font-weight:1000;
}

.zs46-head-sub{
  color:var(--ag46-muted);
  font-size:12px;
  line-height:1.7;
  margin-top:5px;
}

.zs46-chip{
  min-height:30px;
  padding:0 11px;
  font-size:11px;
}

.zs46-chip.gold{
  color:#ffe5ad!important;
  border-color:var(--ag46-line2);
  background:rgba(255,217,130,.08);
}

.zs46-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  padding:20px;
}

.zs46-metric{
  min-height:126px;
  border:1px solid rgba(40,231,255,.13);
  border-radius:26px;
  background:
    radial-gradient(circle at 72% 0%,rgba(40,231,255,.12),transparent 42%),
    rgba(1,10,19,.54);
  padding:15px;
}

.zs46-metric small{
  display:block;
  color:var(--ag46-muted);
  font-size:11px;
  font-weight:900;
  margin-bottom:9px;
}

.zs46-metric strong{
  display:block;
  color:white;
  font-size:32px;
  line-height:1;
}

.zs46-metric span{
  display:block;
  color:#c8f8ff;
  font-size:11px;
  margin-top:10px;
}

.zs46-analysis{
  display:grid;
  gap:10px;
  padding:0 20px 20px;
}

.zs46-analysis-item{
  border:1px solid rgba(40,231,255,.12);
  border-radius:20px;
  background:rgba(1,10,19,.54);
  padding:14px;
}

.zs46-analysis-item b{
  display:block;
  color:white;
  margin-bottom:6px;
}

.zs46-analysis-item span{
  color:var(--ag46-muted);
  line-height:1.8;
  font-size:12px;
}

.zs46-chart-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  padding:20px;
}

.zs46-chart-card{
  min-height:270px;
  border:1px solid rgba(40,231,255,.14);
  border-radius:26px;
  background:
    radial-gradient(circle at 80% 0%,rgba(40,231,255,.10),transparent 36%),
    linear-gradient(145deg,rgba(2,14,26,.88),rgba(1,8,17,.96));
  padding:16px;
}

.zs46-chart-card.wide{
  grid-column:span 2;
}

.zs46-chart-title{
  color:white;
  font-size:16px;
  font-weight:1000;
  margin-bottom:12px;
}

.zs46-ranked{
  display:grid;
  gap:12px;
}

.zs46-rank-row{
  display:grid;
  grid-template-columns:120px 1fr 56px;
  gap:10px;
  align-items:center;
  color:#dffcff;
  font-size:12px;
  font-weight:900;
}

.zs46-rank-name{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.zs46-track{
  height:18px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(40,231,255,.08);
}

.zs46-fill{
  display:block;
  height:100%;
  min-width:5px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--ag46-cyan),var(--ag46-blue));
  box-shadow:0 0 12px rgba(40,231,255,.22);
}

.zs46-fill.gold{background:linear-gradient(90deg,var(--ag46-gold),#ff9b55)}
.zs46-fill.green{background:linear-gradient(90deg,var(--ag46-green),var(--ag46-cyan))}
.zs46-fill.red{background:linear-gradient(90deg,var(--ag46-red),#ff9b55)}

.zs46-filters{
  border-radius:34px;
  padding:18px;
  margin:20px 0;
}

.zs46-filter-grid{
  display:grid;
  grid-template-columns:1.3fr repeat(3,minmax(140px,1fr));
  gap:10px;
}

.zs46-filter-grid input,
.zs46-filter-grid select{
  width:100%;
  min-height:48px;
  border:1px solid rgba(40,231,255,.20);
  border-radius:17px;
  background:#020b15;
  color:#f4fbff;
  padding:0 13px;
  outline:none;
}

.zs46-table-panel{
  border-radius:36px;
  padding:14px;
  overflow:hidden;
}

.zs46-table-wrap{
  overflow:auto;
  border-radius:24px;
}

.zs46-table{
  width:100%;
  min-width:1040px;
  border-collapse:separate;
  border-spacing:0 10px;
}

.zs46-table th{
  background:rgba(6,21,37,.96);
  color:#a8bfd0;
  font-size:12px;
  font-weight:1000;
  text-align:right;
  padding:14px;
  white-space:nowrap;
}

.zs46-table td{
  background:linear-gradient(145deg,rgba(3,18,31,.88),rgba(1,8,17,.92));
  border-top:1px solid rgba(40,231,255,.10);
  border-bottom:1px solid rgba(40,231,255,.10);
  color:#e8fbff;
  font-size:13px;
  padding:16px 14px;
}

.zs46-table td:first-child{
  border-right:1px solid rgba(40,231,255,.14);
  border-radius:0 22px 22px 0;
}

.zs46-table td:last-child{
  border-left:1px solid rgba(40,231,255,.14);
  border-radius:22px 0 0 22px;
}

.zs46-symbol{
  display:flex;
  align-items:center;
  gap:10px;
}

.zs46-avatar{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(40,231,255,.18);
  border-radius:16px;
  background:rgba(9,36,56,.72);
  color:var(--ag46-cyan);
  font-weight:1000;
  font-size:11px;
}

.zs46-pill{
  min-height:32px;
  padding:4px 11px;
  font-size:11px;
}

.zs46-pill.buy{border-color:rgba(80,255,200,.24);color:#baffea!important;background:rgba(80,255,200,.08)}
.zs46-pill.sell{border-color:rgba(255,120,152,.23);color:#ffc6d2!important;background:rgba(255,120,152,.08)}

.zs46-original{
  margin-top:22px;
  border:1px dashed rgba(255,217,130,.22);
  border-radius:26px;
  padding:14px;
  background:rgba(255,217,130,.035);
}

body:not(.zs46-show-original) .zs46-original{
  display:none;
}

.zs46-empty{
  min-height:160px;
  display:grid;
  place-items:center;
  color:var(--ag46-muted);
  text-align:center;
}

@media(max-width:1100px){
  .zs46-metrics,
  .zs46-chart-grid{
    grid-template-columns:1fr 1fr;
  }
  .zs46-chart-card.wide{
    grid-column:span 2;
  }
}

@media(max-width:760px){
  .zs46-hero,
  .zs46-panel,
  .zs46-filters,
  .zs46-table-panel{
    border-radius:26px;
  }

  .zs46-title{
    font-size:42px;
  }

  .zs46-metrics,
  .zs46-chart-grid,
  .zs46-filter-grid{
    grid-template-columns:1fr;
  }

  .zs46-chart-card.wide{
    grid-column:span 1;
  }

  .zs46-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .zs46-btn{
    width:100%;
  }
}
