
.reports-page{display:grid;gap:18px}
.reports-hero{position:relative;overflow:hidden;padding:32px}
.reports-hero:after{content:"";position:absolute;inset:auto -65px -90px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(82,168,255,.10),transparent 70%);pointer-events:none}
.reports-kicker{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--muted);margin-bottom:10px}
.reports-hero h1{margin:0 0 10px;font-size:clamp(34px,6vw,58px);line-height:1}
.reports-hero p{margin:0;max-width:820px;color:var(--muted);line-height:1.65;font-size:16px}
.reports-live-status{display:inline-flex;align-items:center;gap:9px;margin-top:18px;padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(0,0,0,.18);color:var(--muted);font-size:13px;font-weight:800}
.reports-live-status .dot{width:8px;height:8px;border-radius:50%;background:var(--neutral);box-shadow:0 0 0 4px rgba(168,179,193,.10)}
.reports-live-status.is-live .dot{background:var(--buy);box-shadow:0 0 0 4px rgba(57,217,138,.12)}
.reports-rule{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:flex-start;padding:22px 24px}
.reports-rule__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;border:1px solid rgba(82,168,255,.25);background:rgba(82,168,255,.10);font-size:20px}
.reports-rule h2{font-size:17px;margin:1px 0 6px}
.reports-rule p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}
.reports-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:6px;border:1px solid var(--line);border-radius:20px;background:rgba(0,0,0,.20);width:max-content;max-width:100%}
.reports-tab{border:0;border-radius:15px;background:transparent;color:var(--muted);padding:11px 18px;font:inherit;font-weight:850;cursor:pointer;transition:.18s ease}
.reports-tab:hover{color:var(--text);background:rgba(255,255,255,.05)}
.reports-tab[aria-selected="true"]{color:#081018;background:var(--text)}
.reports-overview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.reports-overview[hidden]{display:none}
.reports-overview__metric{border:1px solid var(--line);background:rgba(0,0,0,.18);border-radius:18px;padding:15px}
.reports-overview__metric span{display:block;color:var(--muted);font-size:12px;margin-bottom:7px}
.reports-overview__metric strong{font-size:18px}
.reports-list{display:grid;gap:16px}
.report-card{padding:22px 24px}
.report-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}
.report-card__period{font-size:20px;font-weight:900}
.report-card__dates{color:var(--muted);font-size:13px;margin-top:4px}
.report-card__badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid rgba(57,217,138,.28);background:rgba(57,217,138,.09);color:var(--buy);font-size:11px;font-weight:950;letter-spacing:.06em}
.report-card__metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.report-metric{border:1px solid var(--line);border-radius:16px;padding:13px;background:rgba(0,0,0,.16)}
.report-metric span{display:block;color:var(--muted);font-size:11px;margin-bottom:6px}
.report-metric strong{font-size:15px}
.report-card__chart{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:#05080c;min-height:118px;padding:10px;display:flex;align-items:center}
.report-card__chart svg{width:100%;height:98px;display:block;overflow:visible}
.report-card__chart polyline{fill:none;stroke:currentColor;stroke-width:2.2;vector-effect:non-scaling-stroke}
.report-card__chart line{stroke:rgba(255,255,255,.10);stroke-width:1;vector-effect:non-scaling-stroke}
.report-card__meta{display:flex;gap:16px;flex-wrap:wrap;margin-top:13px;color:var(--muted);font-size:12px}
.reports-empty{text-align:center;padding:38px 24px}
.reports-empty__icon{font-size:30px;margin-bottom:10px}
.reports-empty h2{font-size:21px;margin:0 0 8px}
.reports-empty p{margin:0 auto;max-width:650px;color:var(--muted);line-height:1.65}
@media(max-width:900px){.reports-overview,.report-card__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-overview__metric:last-child,.report-metric:last-child{grid-column:span 2}}
@media(max-width:560px){.reports-hero{padding:25px 21px}.reports-rule{grid-template-columns:1fr}.reports-tabs{width:100%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.reports-tab{padding:10px 6px;grid-column:span 2}.reports-overview,.report-card__metrics{grid-template-columns:1fr}.reports-overview__metric:last-child,.report-metric:last-child{grid-column:auto}.report-card__head{align-items:flex-start;flex-direction:column}.report-card{padding:20px}.reports-live-status{border-radius:16px}}

.report-card--pending{border-color:rgba(245,183,73,.28);background:linear-gradient(180deg,rgba(245,183,73,.055),rgba(0,0,0,.10))}
.report-card__badge--waiting{border-color:rgba(245,183,73,.30);background:rgba(245,183,73,.09);color:#f5b749}
.report-card__pending-copy{margin:0;color:var(--muted);line-height:1.65;font-size:14px}

/* v5 — performance ribbon around the permanent zero baseline */
.report-card__chart{
  position:relative;
  overflow:hidden;
}
.report-card__chart svg .report-area{
  stroke:none;
  pointer-events:none;
}
.report-card__chart svg .report-area-pos-stop-1{
  stop-color:#38e1a3;
  stop-opacity:.26;
}
.report-card__chart svg .report-area-pos-stop-2{
  stop-color:#38e1a3;
  stop-opacity:.055;
}
.report-card__chart svg .report-area-neg-stop-1{
  stop-color:#ff6e8a;
  stop-opacity:.055;
}
.report-card__chart svg .report-area-neg-stop-2{
  stop-color:#ff6e8a;
  stop-opacity:.25;
}
.report-card__chart svg .report-zero-line{
  stroke:rgba(215,228,241,.34);
  stroke-width:1;
  stroke-dasharray:5 5;
  vector-effect:non-scaling-stroke;
}
.report-card__chart svg .report-performance-line{
  fill:none;
  stroke:#39dea1;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.report-zero-label{
  position:absolute;
  left:8px;
  transform:translateY(-50%);
  padding:0 3px;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  color:rgba(215,228,241,.68);
  background:rgba(5,13,22,.78);
  pointer-events:none;
}


/* v6 — compact report navigation + live current month */
.report-card--live{border-color:rgba(82,168,255,.25);background:linear-gradient(180deg,rgba(82,168,255,.045),rgba(0,0,0,.10))}
.report-card__badge--live{border-color:rgba(82,168,255,.30);background:rgba(82,168,255,.10);color:#79bfff}
