@charset "UTF-8";

:root {
  --mt-black: #080706;
  --mt-ink: #17110e;
  --mt-stone: #e0dad2;
  --mt-muted: #b7b0a8;
  --mt-brown: #8b654d;
  --mt-taupe: #9d9389;
  --mt-green: #3f704b;
}

html,
body,
form input,
form label,
form textarea,
form select,
form button {
  font-family: "PP Neue Montreal", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
}

.-p,
.-p1,
.-p6 {
  font-family: "Berkeley Mono", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", monospace;
}

.-t0,
.-t1,
.-t2,
.-t3,
.-t4,
.-t5,
.-t6,
.-t7,
.-p,
.-p1,
.-p2,
.-p3,
.-p4,
.-p5,
.-p6,
.menu-link {
  letter-spacing: 0;
  line-break: anywhere;
  overflow-wrap: anywhere;
  word-break: normal;
}

.-t2,
.-t3,
.-t4,
.-t5,
.-t6,
.-p2,
.-p3,
.-p4,
.-p5 {
  line-height: 1.16;
}

.line-0,
.line-1 {
  line-height: 1.18;
  padding-bottom: .12em;
  padding-top: .08em;
  white-space: normal;
}

.article .-p3,
.text .-p3,
.paragraph .paragraph-text .-t4,
.form .form-input,
.contact .-p2 {
  line-height: 1.48;
  text-transform: none;
}

.header .header-logo,
.mobile .mobile-logo,
.hero .hero-title,
.footer .footer-logo {
  align-items: center;
  color: var(--textPositive);
  display: flex;
  font-family: "PP Neue Montreal", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0;
  line-height: .86;
  overflow: visible;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.header .header-logo .logo-icon,
.mobile .mobile-logo .logo-icon,
.hero .hero-title svg,
.footer .footer-logo svg {
  opacity: 0;
}

.header .header-logo::after,
.mobile .mobile-logo::after,
.hero .hero-title::after,
.footer .footer-logo::after {
  content: "MT TRADING STUDIO";
  display: block;
  white-space: nowrap;
}

.header .header-logo {
  font-size: 1.8rem;
  height: 5.2rem;
  width: 18rem;
}

.mobile .mobile-logo {
  font-size: 2rem;
  height: 5.6rem;
  width: 18rem;
}

.header .menu-cta {
  width: auto;
}

.header .menu-cta .menu-link {
  align-items: center;
  border: 1px solid rgba(224, 218, 210, .44);
  border-radius: 999px;
  display: inline-flex;
  min-height: 4rem;
  padding: .7rem 1.2rem .6rem;
  transition: background-color .35s ease, border-color .35s ease, color .35s ease;
}

.header .menu-cta .menu-link:hover,
.footer .menu-cta .menu-link:hover {
  background: var(--mt-brown);
  border-color: var(--mt-brown);
  color: #fff;
}

.header .menu-cta .line,
.footer .menu-cta .line {
  display: none;
}

.hero .hero-description {
  max-width: 86rem;
  overflow: visible;
}

.hero .hero-description p,
.hero .hero-description .line-0,
.hero .hero-description .line-1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: min(86rem, 90vw);
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-all;
}

.hero .hero-title {
  color: var(--textPositive);
  font-size: clamp(5.8rem, 10vw, 15.2rem);
  height: auto;
  margin-top: -1.2rem;
  max-width: 116rem;
  min-height: 12rem;
  transform: translateY(-1.6rem);
  width: min(92vw, 116rem);
}

.hero .hero-title::after {
  content: "MT TRADING STUDIO";
  line-height: .82;
  max-width: 100%;
  white-space: nowrap;
}

.foundation .foundation-statement,
.unlimited .unlimited-title,
.company .company-title,
.footer .footer-title,
.newshero .newshero-title,
.newshero .newshero-subtitle,
.marquee .marquee-item,
.signup .signup-title,
.mobile .menu-link {
  text-transform: none;
}

.newshero .newshero-subtitle,
.newshero .newshero-subtitle .line-0,
.newshero .newshero-subtitle .line-1,
.newshero .newshero-subtitle .word {
  max-width: 92vw;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-all;
}

.newshero .newshero-subtitle {
  line-height: 1.08;
  text-align: left;
}

.press .source-logo img {
  display: none !important;
}

.press .source-logo {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 2.8rem;
  width: 100%;
}

.press .source-logo::after {
  color: inherit;
  display: block;
  font-family: "PP Neue Montreal", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.press .source-item.item-0 .source-logo::after {
  content: "结构逻辑";
}

.press .source-item.item-1 .source-logo::after {
  content: "专业训练";
}

.foundation .foundation-statement {
  max-width: 42vw;
}

.article .article-block.block-2 {
  overflow-wrap: anywhere;
}

.article .article-block.block-1 .-t6,
.article .article-block.block-1 .line-0,
.article .article-block.block-1 .line-1 {
  max-width: 92vw;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  word-break: break-all;
}

.signup .block-content {
  background: var(--mt-green);
}

.signup .signup-input {
  min-width: 0;
  text-overflow: ellipsis;
}

.signup .signup-input,
.signup .signup-input::placeholder,
.signup .form-message,
.signup .line {
  color: var(--mt-stone);
}

.signup .signup-submit {
  background: var(--mt-brown);
  color: #fff;
  transition: background-color .35s ease, color .35s ease;
}

.signup .signup-submit:hover {
  background: var(--mt-stone);
  color: var(--mt-ink);
}

.footer .menu-cta {
  border-color: rgba(224, 218, 210, .44);
}

.footer .footer-logo {
  color: var(--textPositive);
  font-size: clamp(5.2rem, 9vw, 13.6rem);
  height: auto;
  line-height: .84;
  max-width: 112rem;
  min-height: 7.2rem;
  text-decoration: none;
  width: min(90vw, 112rem);
}

.footer .footer-logo::after {
  content: "MT TRADING STUDIO";
  white-space: nowrap;
}

body.is-smooth .page,
body.is-smooth .single {
  opacity: 1 !important;
}

body.is-smooth .preloader {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}


.brand-course-page .feed {
  padding-bottom: 10rem;
  position: relative;
  z-index: 2;
}

.newshero.brand-course-hero,
.brand-course-page .newshero {
  overflow: clip;
  position: relative;
  z-index: 1;
}

.brand-course-page .newshero-content {
  position: relative;
  z-index: 1;
}

.brand-course-page .newshero-block.block-1 {
  align-items: stretch;
}

.brand-course-page .newshero-asset,
.brand-course-page .newshero-article,
.brand-course-page .brand-course-hero-grid,
.brand-course-page .brand-course-hero-copy {
  min-width: 0;
  position: relative;
}

.brand-course-page .newshero-title {
  font-size: clamp(4rem, 6.8vw, 8.8rem);
  line-height: .9;
  margin: 0;
  max-width: 52rem;
}

.brand-course-page .newshero-subtitle {
  font-size: clamp(1.65rem, 2vw, 2.55rem);
  line-height: 1.12;
  margin: 0;
  max-width: 46rem;
}

.brand-course-page .newshero-excerpt {
  font-size: 1.65rem;
  line-height: 1.56;
  margin: 0;
}

.brand-course-page .newshero-link {
  margin-top: 0;
}

.brand-course-hero {
  display: grid;
  gap: 1.6rem;
}

.brand-course-hero-top {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  justify-content: space-between;
}

.brand-course-hero-topline {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.brand-course-topline-item {
  border: 1px solid rgba(224, 218, 210, .12);
  border-radius: 999px;
  color: var(--mt-muted);
  display: inline-flex;
  padding: .52rem .85rem .38rem;
}

.brand-course-kicker {
  color: var(--mt-muted);
  margin: 0;
  text-transform: uppercase;
}

.brand-course-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.brand-course-hero-copy {
  align-self: stretch;
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto auto 1fr;
}

.brand-course-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.brand-course-chip {
  background: rgba(224, 218, 210, .06);
  border: 1px solid rgba(224, 218, 210, .14);
  border-radius: 999px;
  color: var(--mt-stone);
  display: inline-flex;
  padding: .62rem .95rem .45rem;
}

.brand-course-hero-summary {
  display: grid;
  gap: .9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-course-summary-item {
  background: rgba(224, 218, 210, .04);
  border: 1px solid rgba(224, 218, 210, .12);
  border-radius: 1.8rem;
  display: grid;
  gap: .45rem;
  padding: 1.15rem 1.2rem;
}

.brand-course-summary-label {
  color: var(--mt-muted);
  margin: 0;
}

.brand-course-summary-value {
  color: var(--mt-stone);
  line-height: 1.35;
  margin: 0;
}

.brand-course-placeholder {
  align-items: center;
  background: linear-gradient(180deg, rgba(224, 218, 210, .08), rgba(224, 218, 210, .02));
  border: 1px solid rgba(224, 218, 210, .16);
  border-radius: 2.4rem;
  display: flex;
  justify-content: center;
  min-height: 24rem;
  overflow: hidden;
  position: relative;
}

.brand-course-wyckoff-visual {
  align-content: space-between;
  background:
    radial-gradient(circle at 14% 18%, rgba(139, 101, 77, .28), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(63, 112, 75, .22), transparent 28%),
    linear-gradient(180deg, rgba(224, 218, 210, .09), rgba(224, 218, 210, .02));
  display: grid;
  gap: 1rem;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 26rem;
  padding: 1.6rem;
}

.brand-course-wyckoff-visual::before {
  background: linear-gradient(90deg, transparent, rgba(224, 218, 210, .18), transparent);
  content: "";
  height: 1px;
  left: 1.6rem;
  position: absolute;
  right: 1.6rem;
  top: 53%;
}

.brand-course-visual-head,
.brand-course-visual-axis,
.brand-course-visual-tags,
.brand-course-visual-curve,
.brand-course-visual-callouts {
  position: relative;
  z-index: 1;
}

.brand-course-visual-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.brand-course-visual-kicker,
.brand-course-visual-note,
.brand-course-visual-caption {
  color: var(--mt-stone);
  margin: 0;
}

.brand-course-visual-caption,
.brand-course-visual-note {
  color: var(--mt-muted);
}

.brand-course-visual-note {
  text-align: right;
}

.brand-course-visual-axis {
  color: var(--mt-muted);
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.brand-course-visual-axis span,
.brand-course-visual-tags span {
  border: 1px solid rgba(224, 218, 210, .12);
  border-radius: 999px;
  padding: .52rem .7rem .38rem;
  text-align: center;
}

.brand-course-visual-curve {
  align-items: end;
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 8.2rem;
}

.brand-course-visual-curve .node {
  align-items: center;
  background: rgba(8, 7, 6, .52);
  border: 1px solid rgba(224, 218, 210, .18);
  border-radius: 999px;
  color: var(--mt-stone);
  display: inline-flex;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 .75rem;
}

.brand-course-visual-curve .node-0,
.brand-course-visual-curve .node-2 {
  transform: translateY(1rem);
}

.brand-course-visual-curve .node-1,
.brand-course-visual-curve .node-5 {
  transform: translateY(2.2rem);
}

.brand-course-visual-curve .node-3 {
  transform: translateY(3.5rem);
}

.brand-course-visual-curve .node-4 {
  transform: translateY(.1rem);
}

.brand-course-visual-callouts {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-course-visual-callout {
  background: rgba(8, 7, 6, .26);
  border: 1px solid rgba(224, 218, 210, .1);
  border-radius: 1.6rem;
  display: grid;
  gap: .35rem;
  padding: .95rem 1rem;
}

.brand-course-visual-callout span {
  color: var(--mt-muted);
}

.brand-course-visual-callout strong {
  color: var(--mt-stone);
  font-weight: 500;
}

.brand-course-visual-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.brand-course-content {
  gap: 2.4rem;
}

.brand-course-intro,
.brand-course-cta {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-course-intro-copy,
.brand-course-cta-copy {
  display: grid;
  gap: 1rem;
}

.brand-course-overview {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-course-overview-item {
  background: rgba(224, 218, 210, .03);
  border: 1px solid rgba(224, 218, 210, .12);
  border-radius: 2rem;
  display: grid;
  gap: .8rem;
  padding: 1.6rem;
}

.brand-course-overview-label {
  color: var(--mt-muted);
  margin: 0;
}

.brand-course-overview-title {
  line-height: 1.08;
  margin: 0;
}

.brand-course-grid,
.brand-course-pricing-grid,
.brand-course-path-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-course-path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-course-card,
.brand-course-price-card,
.brand-course-path-item {
  background: rgba(224, 218, 210, .04);
  border: 1px solid rgba(224, 218, 210, .16);
  border-radius: 2.2rem;
  display: grid;
  gap: 1.1rem;
  padding: 1.7rem;
}

.brand-course-card-head,
.brand-course-meta,
.brand-course-pricing-intro,
.brand-course-path-head,
.brand-course-path-item {
  display: grid;
  gap: .75rem;
}

.brand-course-level-media {
  min-height: 13.2rem;
}

.brand-course-list {
  display: grid;
  gap: .6rem;
}

.brand-course-price {
  margin: 0;
}

.brand-course-pricing,
.brand-course-path {
  display: grid;
  gap: 1.4rem;
}

.brand-course-path-index {
  color: var(--mt-muted);
}

.brand-course-path-intro {
  color: var(--mt-muted);
  margin: 0;
  max-width: 78rem;
}

.brand-course-cta {
  align-items: center;
  background: rgba(224, 218, 210, .03);
  border: 1px solid rgba(224, 218, 210, .14);
  border-radius: 2.6rem;
  padding: 2rem;
}

.brand-course-cta .brand-feed-link {
  justify-self: end;
  min-width: 18rem;
}


@media screen and (max-width: 749px) {
  .brand-mobile-open {
    align-items: center;
    background: rgba(8, 7, 6, .34);
    border: 1px solid rgba(224, 218, 210, .28);
    border-radius: 999px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 4rem;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 1.6rem;
    top: 2.4rem;
    width: 4rem;
    z-index: 9;
  }

  .brand-mobile-open span {
    background: var(--mt-stone);
    display: block;
    height: 2px;
    width: 2.2rem;
  }

  .brand-mobile-open span:last-child {
    width: 1.2rem;
  }

  body.brand-menu-open .brand-mobile-open {
    opacity: 0;
    pointer-events: none;
  }

  .mobile {
    transform: translate3d(0, 101%, 0);
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
  }

  @media screen and (max-width: 500px) {
    .brand-mobile-open {
      left: min(calc(100vw - 5.6rem), 33rem);
      right: auto;
    }
  }

  .header .mobile-open {
    background:
      linear-gradient(var(--mt-stone), var(--mt-stone)) left top / 100% 2px no-repeat,
      linear-gradient(var(--mt-stone), var(--mt-stone)) left bottom / 55% 2px no-repeat !important;
    display: flex !important;
    height: 1rem !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 2rem !important;
    top: 3rem !important;
    transform: none !important;
    visibility: visible !important;
    width: 2.4rem !important;
    z-index: 6 !important;
  }

  .header .burger-line {
    background: var(--textPositive) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .16);
  }

  body.is-smooth .header .mobile-open {
    display: flex !important;
    opacity: 1 !important;
    position: fixed !important;
    right: 2rem !important;
    top: 3rem !important;
    visibility: visible !important;
    z-index: 4 !important;
  }

  body.is-smooth .header .burger-line {
    background: var(--textPositive) !important;
  }

  .hero .hero-description {
    max-width: 92vw;
    text-align: center;
    width: 92vw;
  }

  .hero .hero-description .-p1 {
    font-size: 1.15rem;
    line-height: 1.45;
  }

  .hero .hero-title {
    font-size: clamp(4rem, 14vw, 5.8rem);
    height: auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 92vw;
    min-height: 8.8rem;
    text-align: center;
    transform: translateY(-1rem);
    width: 92vw;
  }

  .hero .hero-title::after {
    content: "MT TRADING STUDIO";
    line-height: .86;
    white-space: nowrap;
  }

  .foundation .foundation-statement {
    max-width: 100%;
  }

  .newshero .newshero-subtitle {
    font-size: 3.6rem;
    max-width: 92vw;
  }

  .brand-feed-grid {
    grid-template-columns: 1fr;
  }

  .brand-feed-copy {
    padding: 2rem;
  }

  .brand-feed-heading {
    line-height: 1.12;
  }

  .brand-feed-link {
    width: 100%;
  }

  .brand-course-hero-top,
  .brand-course-hero-grid,
  .brand-course-intro,
  .brand-course-cta,
  .brand-course-grid,
  .brand-course-pricing-grid,
  .brand-course-overview,
  .brand-course-hero-summary,
  .brand-course-path-grid {
    grid-template-columns: 1fr;
  }

  .brand-course-hero-top {
    align-items: flex-start;
  }

  .brand-course-hero-topline {
    width: 100%;
  }

  .brand-course-page .newshero-title {
    font-size: clamp(3.2rem, 12vw, 5.2rem);
    max-width: 92vw;
  }

  .brand-course-page .newshero-subtitle {
    font-size: clamp(1.45rem, 4.8vw, 2.2rem);
    line-height: 1.2;
    max-width: 92vw;
  }

  .brand-course-page .newshero-excerpt {
    font-size: 1.45rem;
  }

  .brand-course-placeholder {
    min-height: 22rem;
  }

  .brand-course-wyckoff-visual {
    gap: .85rem;
    min-height: 24rem;
    padding: 1.25rem;
  }

  .brand-course-wyckoff-visual::before {
    left: 1.25rem;
    right: 1.25rem;
  }

  .brand-course-visual-head,
  .brand-course-visual-callouts {
    grid-template-columns: 1fr;
  }

  .brand-course-visual-head {
    display: grid;
  }

  .brand-course-visual-axis,
  .brand-course-visual-curve {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-course-visual-curve {
    min-height: auto;
  }

  .brand-course-visual-curve .node,
  .brand-course-visual-curve .node-0,
  .brand-course-visual-curve .node-1,
  .brand-course-visual-curve .node-2,
  .brand-course-visual-curve .node-3,
  .brand-course-visual-curve .node-4,
  .brand-course-visual-curve .node-5 {
    transform: none;
  }

  .brand-course-level-media {
    min-height: 16rem;
  }

  .brand-course-card,
  .brand-course-price-card,
  .brand-course-cta,
  .brand-course-overview-item,
  .brand-course-summary-item,
  .brand-course-path-item {
    padding: 1.6rem;
  }

  .brand-course-cta .brand-feed-link {
    justify-self: stretch;
    min-width: 0;
  }

  .irxhonu .irxhonu-title {
    font-size: clamp(4.6rem, 13.2vw, 5.8rem);
    line-height: 1.08;
    margin-left: auto;
    margin-right: auto;
    max-width: 92vw;
    overflow: visible;
    text-align: center;
    white-space: nowrap;
  }

  .irxhonu .irxhonu-title .line-0,
  .irxhonu .irxhonu-title .line-1,
  .irxhonu .irxhonu-title .word {
    display: inline-block;
    max-width: 92vw;
    overflow: visible;
    white-space: nowrap !important;
  }

  .article .article-block.block-1 .-t6 {
    font-size: 1.65rem;
    line-height: 1.45;
  }
}

@media screen and (min-width: 750px) {
  .header .header-logo,
  .mobile .mobile-logo {
    font-size: 2.35rem;
    height: 6.6rem;
    width: 23rem;
  }

  .hero .hero-title {
    margin-left: 1.6rem;
  }
}
