.ytl-page {
  --ytl-ink: #18342f;
  --ytl-muted: #64756f;
  --ytl-green: #0c6b58;
  --ytl-mint: #dff3ec;
  --ytl-line: #dce8e3;
  --ytl-paper: #f7faf8;
  --ytl-gold: #b88936;
  color: var(--ytl-ink);
  background: #fff
}
.ytl-page * {
  box-sizing: border-box
}
.ytl-page a {
  text-decoration: none
}
.ytl-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto
}
.ytl-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 70px;
  background: linear-gradient(135deg, #092f29 0%, #0d5145 58%, #12715d 100%);
  color: #fff
}
.ytl-hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  top: -260px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .035), 0 0 0 160px rgba(255, 255, 255, .025)
}
.ytl-eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #aee4d5
}
.ytl-eyebrow:before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor
}
.ytl-hero h1 {
  max-width: 820px;
  margin: 20px 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.12;
  letter-spacing: -.035em
}
.ytl-hero-text {
  max-width: 710px;
  margin: 0;
  color: #d1e7e0;
  font-size: 17px;
  line-height: 1.85
}
.ytl-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 38px
}
.ytl-hero-stat strong {
  display: block;
  font-size: 26px
}
.ytl-hero-stat span {
  font-size: 12px;
  color: #a7cdc2
}
.ytl-navline {
  border-bottom: 1px solid var(--ytl-line);
  background: #fff;
  position: sticky;
  top: 72px;
  z-index: 10
}
.ytl-navline-inner {
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 58px;
  overflow: auto
}
.ytl-navline a {
  color: #536962;
  font-size: 14px;
  white-space: nowrap
}
.ytl-navline a:hover, .ytl-navline a.ytl-is-active {
  color: var(--ytl-green);
  font-weight: 700
}
.ytl-section {
  padding: 68px 0
}
.ytl-section-alt {
  background: var(--ytl-paper)
}
.ytl-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px
}
.ytl-section-head h2 {
  margin: 7px 0 0;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.025em
}
.ytl-section-head p {
  max-width: 560px;
  margin: 0;
  color: var(--ytl-muted);
  line-height: 1.75
}
.ytl-method-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ytl-green);
  font-weight: 700
}
.ytl-podium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}
.ytl-podium-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--ytl-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 64, 53, .07);
  transition: .25s
}
.ytl-podium-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(15, 64, 53, .12)
}
.ytl-rank {
  color: var(--ytl-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em
}
.ytl-podium-card h3 {
  margin: 15px 0 8px;
  font-size: 21px;
  line-height: 1.4
}
.ytl-inci {
  color: var(--ytl-muted);
  font: 12px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace;
  word-break: break-word
}
.ytl-score {
  margin: 24px 0 16px;
  font-size: 42px;
  font-weight: 750;
  color: var(--ytl-green);
  letter-spacing: -.04em
}
.ytl-score small {
  margin-left: 8px;
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--ytl-paper)
}
.ytl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}
.ytl-tag {
  padding: 5px 9px;
  border-radius: 3px;
  background: var(--ytl-mint);
  color: #35665a;
  font-size: 12px
}
.ytl-toolbar {
  display: grid;
  grid-template-columns: 1fr 220px 180px;
  gap: 12px;
  margin-bottom: 22px
}
.ytl-input, .ytl-select {
  width: 100%;
  height: 46px;
  border: 1px solid #cadbd4;
  border-radius: 4px;
  background: #fff;
  padding: 0 14px;
  color: var(--ytl-ink);
  font: inherit;
  outline: none
}
.ytl-input:focus, .ytl-select:focus {
  border-color: var(--ytl-green);
  box-shadow: 0 0 0 3px rgba(12, 107, 88, .1)
}
.ytl-table {
  border-top: 2px solid var(--ytl-ink)
}
.ytl-row {
  display: grid;
  grid-template-columns: 78px minmax(260px, 1.7fr) 110px 110px minmax(170px, 1fr);
  gap: 18px;
  align-items: center;
  padding: 21px 16px;
  border-bottom: 1px solid var(--ytl-line);
  color: inherit;
  transition: .2s
}
.ytl-row:hover {
  background: #f3f8f5
}
.ytl-row[hidden] {
  display: none
}
.ytl-section[id], .ytl-content-card[id] {
  scroll-margin-top: 130px
}
.ytl-row-head {
  padding-top: 13px;
  padding-bottom: 13px;
  color: var(--ytl-muted);
  font-size: 12px;
  font-weight: 700
}
.ytl-row-title strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px
}
.ytl-row-score {
  font-size: 22px;
  font-weight: 750;
  color: var(--ytl-green)
}
.ytl-grade {
  display: inline-flex;
  width: 48px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #a6cbbf;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ytl-green)
}
.ytl-category {
  color: var(--ytl-muted);
  font-size: 13px
}
.ytl-empty {
  padding: 50px;
  text-align: center;
  color: var(--ytl-muted)
}
.ytl-note {
  padding: 22px 24px;
  border-left: 3px solid var(--ytl-gold);
  background: #fbf8f1;
  color: #65583f;
  line-height: 1.8;
  font-size: 14px
}
.ytl-detail-hero {
  padding: 96px 0 54px;
  background: linear-gradient(135deg, #092f29, #0f6654);
  color: #fff
}
.ytl-breadcrumb {
  margin-bottom: 28px;
  color: #a9d3c8;
  font-size: 13px
}
.ytl-breadcrumb a {
  color: inherit
}
.ytl-detail-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 50px;
  align-items: end
}
.ytl-detail-hero h1 {
  margin: 8px 0 12px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.18
}
.ytl-detail-inci {
  color: #b9dcd3;
}
.ytl-score-panel {
  padding: 26px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(8px)
}
.ytl-score-panel .ytl-score {
  color: #fff;
  margin: 0
}
.ytl-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 48px
}
.ytl-content-card {
  padding: 30px;
  border: 1px solid var(--ytl-line);
  background: #fff;
  margin-bottom: 18px
}
.ytl-content-card h2 {
  margin: 0 0 20px;
  font-size: 21px
}
.ytl-content-card h3 {
  margin: 25px 0 8px;
  font-size: 15px
}
.ytl-content-card p {
  margin: 0;
  color: #536962;
  line-height: 1.85
}
.ytl-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ytl-line);
  border: 1px solid var(--ytl-line)
}
.ytl-fact {
  padding: 20px;
  background: #fff
}
.ytl-fact span {
  display: block;
  margin-bottom: 7px;
  color: var(--ytl-muted);
  font-size: 12px
}
.ytl-fact strong {
  font-size: 14px;
  line-height: 1.6
}
.ytl-dimension {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 10px;
  margin-bottom: 16px
}
.ytl-dimension-head {
  display: flex;
  justify-content: space-between;
  font-size: 13px
}
.ytl-meter {
  height: 5px;
  margin-top: 8px;
  background: #e6efeb
}
.ytl-meter span {
  display: block;
  height: 100%;
  background: var(--ytl-green)
}
.ytl-source-list {
  list-style: none;
  padding: 0;
  margin: 0
}
.ytl-source-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--ytl-line)
}
.ytl-source-list a {
  color: var(--ytl-green);
  font-weight: 650
}
.ytl-source-list small {
  display: block;
  margin-top: 5px;
  color: var(--ytl-muted)
}
.ytl-sidebar {
  position: sticky;
  top: 150px
}
.ytl-side-card {
  padding: 24px;
  background: #edf6f2;
  margin-bottom: 16px
}
.ytl-side-card h3 {
  margin: 0 0 15px;
  font-size: 16px
}
.ytl-side-card p {
  font-size: 13px;
  line-height: 1.75;
  color: #5e716a
}
.ytl-side-actions {
  display: grid;
  gap: 9px
}
.ytl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  padding: 0 15px;
  background: var(--ytl-green);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700
}
.ytl-button-outline {
  background: transparent;
  color: var(--ytl-green) !important;
  border: 1px solid var(--ytl-green)
}
.ytl-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}
.ytl-method-card {
  padding: 24px;
  border: 1px solid var(--ytl-line);
  background: #fff
}
.ytl-method-card b {
  font-size: 24px;
  color: var(--ytl-green)
}
.ytl-method-card h3 {
  margin: 12px 0 8px;
  font-size: 16px
}
.ytl-method-card p {
  margin: 0;
  color: var(--ytl-muted);
  font-size: 13px;
  line-height: 1.7
}
.ytl-disclaimer {
  margin-top: 30px;
  padding: 26px;
  background: #173f37;
  color: #d7e8e3;
  line-height: 1.8
}
.ytl-noscript {
  padding: 16px;
  background: #fff4d8;
  color: #6c5621
}
.ytl-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--ytl-green);
  font-weight: 700
}
@media(max-width:900px) {
  .ytl-navline {
    top: 72px
  }
  .ytl-podium, .ytl-method-grid {
    grid-template-columns: 1fr
  }
  .ytl-toolbar {
    grid-template-columns: 1fr 1fr
  }
  .ytl-toolbar .ytl-input {
    grid-column: 1/-1
  }
  .ytl-row {
    grid-template-columns: 58px 1fr 80px
  }
  .ytl-row > *:nth-child(4), .ytl-row > *:nth-child(5) {
    display: none
  }
  .ytl-layout, .ytl-detail-grid {
    grid-template-columns: 1fr
  }
  .ytl-sidebar {
    position: static
  }
  .ytl-score-panel {
    max-width: 260px
  }
}
@media(max-width:600px) {
  .ytl-shell {
    width: min(100% - 28px, 1180px)
  }
  .ytl-hero {
    padding: 82px 0 48px
  }
  .ytl-section {
    padding: 48px 0
  }
  .ytl-section-head {
    display: block
  }
  .ytl-section-head p {
    margin-top: 12px
  }
  .ytl-toolbar {
    grid-template-columns: 1fr
  }
  .ytl-toolbar .ytl-input {
    grid-column: auto
  }
  .ytl-row {
    grid-template-columns: 46px 1fr 64px;
    gap: 10px;
    padding: 18px 5px
  }
  .ytl-row-head {
    font-size: 10px
  }
  .ytl-row-title strong {
    font-size: 14px
  }
  .ytl-row-score {
    font-size: 18px
  }
  .ytl-fact-grid {
    grid-template-columns: 1fr
  }
  .ytl-content-card {
    padding: 22px
  }
  .ytl-detail-hero {
    padding: 78px 0 40px
  }
}
.ytl-byline {
  margin-top: 20px;
  color: #a9d3c8;
  font-size: 12px;
  letter-spacing: .03em
}
.ytl-faq-item {
  border-top: 1px solid var(--ytl-line)
}
.ytl-faq-item:last-child {
  border-bottom: 1px solid var(--ytl-line)
}
.ytl-faq-item summary {
  position: relative;
  padding: 18px 34px 18px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none
}
.ytl-faq-item summary::-webkit-details-marker {
  display: none
}
.ytl-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 14px;
  color: var(--ytl-green);
  font-size: 22px
}
.ytl-faq-item[open] summary:after {
  content: "−"
}
.ytl-faq-answer {
  padding: 0 24px 18px 0
}
.ytl-detail-pager {
  display: flex;
  justify-content: space-between;
  gap: 15px
}
.ytl-lead {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ytl-line)
}
.ytl-subsection-title {
  margin-top: 34px !important;
  padding-top: 26px;
  border-top: 1px solid var(--ytl-line)
}
.ytl-axis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px
}
.ytl-axis {
  padding: 20px;
  background: #f1f8f5;
  border-top: 3px solid var(--ytl-green)
}
.ytl-axis > span, .ytl-axis > small {
  display: block
}
.ytl-axis > span {
  color: var(--ytl-muted);
  font-size: 12px
}
.ytl-axis > strong {
  display: block;
  margin: 8px 0 6px;
  color: var(--ytl-green);
  font-size: 30px
}
.ytl-axis > strong.ytl-axis-status {
  font-size: 18px;
  line-height: 1.5
}
.ytl-axis > small {
  color: var(--ytl-muted);
  font-size: 11px;
  line-height: 1.5
}
@media(max-width:700px) {
  .ytl-axis-grid {
    grid-template-columns: 1fr
  }
}
.ytl-application-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}
.ytl-application-card {
  display: flex;
  flex-direction: column;
  min-height: 155px;
  padding: 20px;
  border: 1px solid var(--ytl-line);
  color: var(--ytl-ink);
  transition: .2s
}
.ytl-application-card:hover {
  border-color: var(--ytl-green);
  transform: translateY(-2px)
}
.ytl-application-card > span {
  color: var(--ytl-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em
}
.ytl-application-card > strong {
  margin: 9px 0;
  font-size: 16px;
  line-height: 1.45
}
.ytl-application-card > small {
  color: var(--ytl-muted);
  line-height: 1.55
}
.ytl-application-card > em {
  margin-top: auto;
  padding-top: 12px;
  color: var(--ytl-green);
  font-size: 12px;
  font-style: normal
}
.ytl-market-note {
  margin-top: 16px;
  color: var(--ytl-muted);
  font-size: 12px
}
@media(max-width:600px) {
  .ytl-application-grid {
    grid-template-columns: 1fr
  }
}
.ytl-literature-list {
  display: grid;
  gap: 16px
}
.ytl-literature-card {
  padding: 24px;
  border: 1px solid var(--ytl-line);
  background: #fff
}
.ytl-literature-meta {
  display: flex;
  align-items: center;
  gap: 10px
}
.ytl-literature-meta > span {
  color: var(--ytl-gold);
  font-size: 12px;
  font-weight: 800
}
.ytl-literature-meta > b, .ytl-literature-meta > em {
  padding: 4px 8px;
  background: var(--ytl-mint);
  color: var(--ytl-green);
  font-size: 11px;
  font-style: normal
}
.ytl-literature-card h3 {
  margin: 15px 0 18px;
  font-size: 17px;
  line-height: 1.55
}
.ytl-literature-section {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--ytl-line)
}
.ytl-literature-section > strong {
  font-size: 12px;
  color: var(--ytl-ink)
}
.ytl-literature-section > p {
  font-size: 13px !important;
  line-height: 1.7 !important
}
.ytl-literature-card > a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--ytl-green);
  font-size: 13px;
  font-weight: 700
}
@media(max-width:600px) {
  .ytl-literature-section {
    grid-template-columns: 1fr;
    gap: 5px
  }
}
.ytl-top10-card {
  padding: 0;
  background: #fff;
  border: 1px solid var(--ytl-line)
}
.ytl-side-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 14px;
  border-bottom: 1px solid var(--ytl-line)
}
.ytl-side-title h3 {
  margin: 0
}
.ytl-side-title > a {
  color: var(--ytl-green);
  font-size: 11px;
  font-weight: 700
}
.ytl-top10-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.ytl-top10-list li {
  margin: 0
}
.ytl-top10-item {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 36px;
  gap: 8px;
  align-items: center;
  padding: 11px 14px;
  border-bottom: 1px solid #edf2f0;
  color: var(--ytl-ink)
}
.ytl-top10-list li:last-child .ytl-top10-item {
  border-bottom: 0
}
.ytl-top10-item > span {
  color: var(--ytl-gold);
  font-size: 10px;
  font-weight: 800
}
.ytl-top10-item > b {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap
}
.ytl-top10-item > em {
  color: var(--ytl-green);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-align: right
}
.ytl-top10-item:hover, .ytl-top10-item.ytl-is-current {
  background: var(--ytl-mint)
}
.ytl-top10-item.ytl-is-current > b {
  color: var(--ytl-green)
}
.ytl-paper-citation{margin:-8px 0 16px;color:var(--ytl-muted);font-size:11px;line-height:1.7}.ytl-paper-facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-bottom:15px;background:var(--ytl-line);border:1px solid var(--ytl-line)}.ytl-paper-facts>div{padding:12px;background:#f8fbf9}.ytl-paper-facts span{display:block;margin-bottom:5px;color:var(--ytl-muted);font-size:10px}.ytl-paper-facts strong{font-size:12px;line-height:1.55}@media(max-width:600px){.ytl-paper-facts{grid-template-columns:1fr}}
