<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.report-hero {
  color: #fff;
}
.report-hero .report-title {
  text-align: center;
}
.report-hero__wrap {
  padding: 50px 0;
}
.report-hero__logo {
  display: flex;
  margin-bottom: 40px;
}
.report-hero__logo img {
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.report-hero__title {
  text-align: center;
  max-width: 720px;
  width: 100%;
  margin: 0 auto 25px;
}
.report-hero__profit {
  position: relative;
  width: 200px;
  height: 100px;
  background: radial-gradient(ellipse at bottom, #f15621, #181d26);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 40px;
}
.report-hero__profit-label {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.report-hero__profit-arc {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  pointer-events: none;
}
.report-hero__profit-arc span {
  position: absolute;
  bottom: -2px;
  left: 49%;
  transform-origin: bottom center;
  font-size: 14px;
  color: white;
  white-space: pre;
}
.report-hero__profit-value {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #fff;
}
.report-hero__stats {
  display: grid;
  grid-template-columns: 16% 21% 21% 21%;
  gap: 7%;
  padding: 15px 8%;
  color: #fff;
  background-color: #24263e;
  border: 1px solid #434657;
}
.report-hero__stat {
  text-align: center;
}
.report-hero__stat.report-hero__stat--success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.report-hero__stat:first-child .report-hero__stat-title {
  font-size: 20px;
}
.report-hero__stat:not(:first-child) .report-hero__stat-title {
  font-size: 17px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.report-hero__stat:not(:first-child).report-hero__stat--completed .report-hero__stat-title {
  border-color: #fcdd5b;
}
.report-hero__stat:not(:first-child).report-hero__stat--win .report-hero__stat-title {
  color: #01b8aa;
  border-color: #01b8aa;
}
.report-hero__stat:not(:first-child).report-hero__stat--win .report-hero__stat-number {
  color: #01b8aa;
}
.report-hero__stat:not(:first-child).report-hero__stat--loss .report-hero__stat-title {
  color: #fd625e;
  border-color: #fd625e;
}
.report-hero__stat:not(:first-child).report-hero__stat--loss .report-hero__stat-number {
  color: #fd625e;
}
.report-hero__stat.report-hero__stat--completed, .report-hero__stat.report-hero__stat--win {
  position: relative;
}
.report-hero__stat.report-hero__stat--completed::after, .report-hero__stat.report-hero__stat--win::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -30%;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60px' height='60px' viewBox='0 0 60 60' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none;fill-rule:nonzero;fill:%23727581;fill-opacity:1;' d='M 60 30.164062 L 43.472656 19.992188 L 43.472656 26.765625 L 0 26.765625 L 0 33.4375 L 43.472656 33.4375 L 43.472656 40.007812 Z M 60 30.164062 '/%3E%3C/g%3E%3C/svg%3E%0A");
}
.report-hero__stat-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.report-hero__stat-details::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #3c3e4d;
  border: 1px solid #70717c;
}
.report-hero__stat-detail:first-child {
  margin-left: 5%;
}
.report-hero__stat-detail:last-child {
  margin-right: 5%;
}
.report-hero__stat-label {
  font-size: 12px;
  color: #7e767a;
}
.report-hero__stat-number {
  font-size: 19px;
}
@media screen and (max-width: 1400px) {
  .report-hero__stat.report-hero__stat--completed::after, .report-hero__stat.report-hero__stat--win::after {
    top: 20px;
    width: 50px;
    height: 50px;
    background-size: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .report-hero__stat.report-hero__stat--completed::after, .report-hero__stat.report-hero__stat--win::after {
    top: 25px;
    right: -28%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .report-hero__stats {
    grid-template-columns: repeat(3, 1fr);
    padding: 15px 20px 30px;
  }
  .report-hero__stat.report-hero__stat--success {
    grid-column-start: span 3;
  }
  .report-hero__stat.report-hero__stat--completed::after, .report-hero__stat.report-hero__stat--win::after {
    right: -22%;
  }
}
@media screen and (max-width: 768px) {
  .report-hero__stats {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .report-hero__stat.report-hero__stat--success {
    grid-column-start: unset;
    gap: 10px;
  }
  .report-hero__stat.report-hero__stat--completed::after, .report-hero__stat.report-hero__stat--win::after {
    display: none;
  }
}

.report-chart {
  color: #fff;
  padding: 0 0 50px;
}
.report-chart__graph {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  color: #fff;
  padding: 100px 20px 20px;
  overflow-x: auto;
  height: 500px;
  position: relative;
}
.report-chart__y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-right: 10px;
  font-size: 14px;
  color: #aaa;
}
.report-chart__y-label {
  flex: 1;
  text-align: right;
  transform: translateY(-12px);
}
.report-chart__bars {
  position: relative;
  display: flex;
  gap: 10px;
  width: 100%;
  height: 100%;
  align-items: flex-end;
}
.report-chart__bars::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.report-chart__bar {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .report-chart__bar {
    width: 30px;
  }
}
.report-chart__bar-positive, .report-chart__bar-negative {
  width: 100%;
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  height: var(--bar-height);
  transition: height 0.4s ease;
}
.report-chart__bar-positive {
  background: #26d7ab;
  bottom: 50%;
}
.report-chart__bar-negative {
  background: #ff6c6c;
  top: 50%;
}
.report-chart__bar-date {
  margin-top: 5px;
  font-size: 11px;
  color: #aaa;
  transform: rotate(-45deg);
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}
.report-chart__label {
  rotate: 270deg;
  font-size: 11px;
  line-height: 1;
}

.report-head {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cf5816;
}

.report-icon {
  width: 50px;
  height: 50px;
}
.report-icon img {
  width: 100%;
  height: auto;
}

.report-title {
  text-transform: uppercase;
  margin: 0;
}
.report-title span {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .report-title {
    font-size: 23px;
  }
  .report-icon {
    display: none;
  }
}
.gauge {
  width: 160px;
  height: 80px;
  background: #e6e6e6;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
  position: relative;
}
.gauge::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
  background-color: #24263e;
  z-index: 1;
}
.gauge__fill {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #16a9a9;
  transform-origin: center top;
  transform: rotate(calc(var(--percent) * 1.8deg));
  transition: transform 0.4s ease-in-out;
}
.gauge__cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 23px;
  font-weight: 300;
  text-align: center;
  z-index: 2;
}

.report-trades {
  padding: 40px 20px;
  color: #fff;
  font-family: sans-serif;
}
.report-trades__title {
  display: flex;
  align-items: center;
  font-size: 26px;
  text-transform: uppercase;
  gap: 10px;
  margin-bottom: 20px;
}
.report-trades__title .profit {
  color: #26d7ab;
}
.report-trades__title .loss {
  color: #ff6c6c;
}
.report-trades__title .trades {
  color: #fff;
}
.report-trades__icon {
  width: 36px;
  height: 36px;
}
.report-trades__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: 20px;
}
.report-trades__block {
  flex: 1 1 500px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  position: relative;
}
.report-trades__block--profit {
  border: 1px solid rgba(38, 215, 171, 0.5);
}
.report-trades__block--profit .report-trades__head {
  border-bottom: 2px solid #26d7ab;
}
.report-trades__block--loss {
  border: 1px solid rgba(255, 108, 108, 0.4);
}
.report-trades__block--loss .report-trades__head {
  border-bottom: 2px solid #ff6c6c;
}
.report-trades__head {
  display: flex;
  padding: 10px 6px 10px;
  background-color: #2c2f48;
}
.report-trades__head .report-trades__cell {
  font-weight: 600;
}
.report-trades__row {
  display: flex;
  padding: 10px 6px;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.report-trades__row:nth-of-type(odd) {
  background-color: #24263e;
}
.report-trades__row:nth-of-type(even) {
  background-color: #292c44;
}
.report-trades__cell {
  flex: 1;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-trades__wrap {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .report-trades {
    padding: 40px 0;
  }
  .report-trades__scroll {
    min-width: 600px;
    width: max-content;
  }
  .report-trades__block {
    flex: unset;
    overflow-x: auto;
  }
}

.report-targets {
  color: #fff;
  padding: 40px 20px;
}
.report-targets__title img {
  width: 32px;
  height: 32px;
}
.report-targets__charts {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.report-targets__chart {
  flex: 1 1 300px;
  background: #15182b;
  border: 1px solid #3b3f5c;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.report-targets__chart:not(:last-child) .bar {
  height: 33px;
}
.report-targets__chart:nth-child(2) .report-targets__x-axis {
  margin-left: 0;
  width: 100%;
}
.report-targets__chart:nth-child(2) .bar {
  left: 67px;
}
.report-targets__chart:nth-child(2) .bar.negative {
  transform: translateX(-100%);
}
.report-targets__chart-title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  background: #15182b;
  padding: 5px 20px;
  font-size: 18px;
  border: 1px solid #3b3f5c;
  border-radius: 5px;
}
.report-targets__x-axis {
  margin: 13px 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
}
.report-targets__bars {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.report-targets__legend {
  margin-top: 20px;
  font-size: 12px;
  color: #bbb;
  display: flex;
  align-items: center;
  gap: 10px;
}
.report-targets__legend-title {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .report-targets {
    padding: 40px 0;
  }
  .report-targets__chart:nth-child(2) .bar {
    left: 11vw;
  }
}

.bar-row {
  display: flex;
  align-items: center;
}

.bar-label {
  width: 40px;
  font-size: 14px;
}

.bar {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: #fff;
  padding-left: 8px;
  position: relative;
}
.bar--achieved {
  background: #00b6b0;
}
.bar--not {
  background: #bcbcbc;
  color: #fff;
}
.bar span {
  line-height: 1;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 2px;
}
.legend-dot--achieved {
  background: #00b6b0;
}
.legend-dot--not {
  background: #bcbcbc;
}

.trades-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.trades-header__icon {
  width: 24px;
  height: 24px;
}
.trades-header__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #383838;
}

.trades-grid {
  margin-top: 20px;
  border: 1px solid #909091;
  border-radius: 8px;
}
.trades-grid__wrap {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .trades-grid {
    overflow-x: auto;
  }
  .trades-grid__scroll {
    min-width: 1000px;
    width: max-content;
  }
}

.trades-row {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  align-items: center;
}
.trades-row:not(.trades-row--head) .trades-cell:last-child {
  text-transform: lowercase;
}
.trades-row:not(:last-child) {
  border-bottom: 1px solid #323859;
}
.trades-row:not(:first-child) {
  color: rgba(255, 255, 255, 0.7);
}
.trades-row:nth-of-type(odd) {
  background-color: #292c44;
}
.trades-row:nth-of-type(even) {
  background-color: #24263e;
}
.trades-row:first-of-type {
  background-color: #2c2f48;
}
.trades-row--head {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  border-bottom: 3px solid #ff6912;
}

.trades-cell {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 10px 3px;
  height: 100%;
}
.trades-cell--profit {
  background-color: #015c55;
}
.trades-cell--loss {
  background-color: #ce423b;
}
.trades-cell--top::before, .trades-cell--bottom::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #64b178 transparent;
  display: inline-block;
}
.trades-cell--bottom::before {
  border-color: transparent transparent #f26e5f transparent;
  rotate: 180deg;
}
.trades-cell:empty {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .trades-cell {
    padding: 10px 3px;
  }
}

/*# sourceMappingURL=report.css.map */
</pre></body></html>