@charset "UTF-8";


.tt-hubpage {
  color: var(--tt-ink);
}


.tt-hubpage__head {
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 3px solid var(--tt-brand);
}
.tt-hubpage__eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 10px;
  background: var(--tt-bg-soft);
  border-left: 3px solid var(--tt-accent);
  color: var(--tt-brand);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.tt-hubpage__title {
  margin: 0;
  color: var(--tt-brand);
  font-size: 26px;
  font-weight: 700;
  line-height: var(--tt-lh-tight, 1.45);
  letter-spacing: .01em;
}
.tt-hubpage__count {
  margin: 10px 0 0;
  color: var(--tt-sub);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.tt-hubpage__lead {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: var(--tt-lh-body, 1.9);
}
.tt-hubpage__lead p { margin: 0 0 .8em; }
.tt-hubpage__lead p:last-child { margin-bottom: 0; }

@media (min-width: 960px) {
  .tt-hubpage__title { font-size: 32px; }
}


.tt-hubpage__sec { margin: 0 0 40px; }
.tt-hubpage__sec:last-child { margin-bottom: 0; }

.tt-hubpage__h2 {
  margin: 0 0 6px;
  padding: 0 0 8px;
  border-bottom: 1px solid var(--tt-line);
  color: var(--tt-brand);
  font-size: 19px;
  font-weight: 700;
  line-height: var(--tt-lh-tight, 1.45);
}
.tt-hubpage__h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1em;
  margin-right: .5em;
  background: var(--tt-accent);
  vertical-align: -.14em;
}
.tt-hubpage__sec-lead {
  margin: 10px 0 0;
  color: var(--tt-sub);
  font-size: 13.5px;
  line-height: 1.8;
}
.tt-hubpage__sec > *:nth-child(2) { margin-top: 16px; }
.tt-hubpage__sec > .tt-hubpage__sec-lead + * { margin-top: 16px; }

@media (min-width: 960px) {
  .tt-hubpage__h2 { font-size: 21px; }
}


.tt-hubpage-learn {
  background: var(--tt-bg-soft);
  border-radius: var(--tt-r-mid, 8px);
  padding: 18px 20px;
}
.tt-hubpage-learn__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-hubpage-learn__item {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 1.8;
}
.tt-hubpage-learn__item + .tt-hubpage-learn__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--tt-line);
}

.tt-hubpage-learn__item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .5em;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--tt-go);
  border-bottom: 2px solid var(--tt-go);
  transform: rotate(-45deg);
}
.tt-hubpage-learn__note {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--tt-line);
  color: var(--tt-sub);
  font-size: 12.5px;
  line-height: 1.8;
}


.tt-hubpage-tool {
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line);
  border-top: 3px solid var(--tt-accent);
  border-radius: var(--tt-r-card, 5px);
  padding: 18px 20px 20px;
}
.tt-hubpage-tool__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
  color: var(--tt-sub);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.tt-hubpage-tool__label .tt-ico {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--tt-accent);
}
.tt-hubpage-tool__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: var(--tt-lh-tight, 1.45);
}
.tt-hubpage-tool__title a {
  color: var(--tt-brand);
  text-decoration: none;
}
.tt-hubpage-tool__title a:hover { text-decoration: underline; }
.tt-hubpage-tool__lead {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.9;
}
.tt-hubpage-tool__more { margin: 14px 0 0; }
.tt-hubpage-tool__cue {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: 9px 18px;
  background: var(--tt-accent);
  border-radius: var(--tt-r-card, 5px);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.tt-hubpage-tool__cue::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.tt-hubpage-tool__cue:hover { background: var(--tt-accent-hov); color: #fff; }
.tt-hubpage-tool__cue:focus-visible { outline: 3px solid var(--tt-link); outline-offset: 2px; }


.tt-hubpage-posts__group + .tt-hubpage-posts__group { margin-top: 24px; }

.tt-hubpage-posts__h3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .8em;
  margin: 0 0 8px;
  padding-left: 10px;
  border-left: 4px solid var(--tt-brand);
  color: var(--tt-brand);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.tt-hubpage-posts__h3 a { color: inherit; text-decoration: none; }
.tt-hubpage-posts__h3 a:hover { text-decoration: underline; }
.tt-hubpage-posts__n {
  flex: 0 0 auto;
  color: var(--tt-sub);
  font-family: var(--tt-font-num, Arial, sans-serif);
  font-size: 12px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.tt-hubpage-posts__list { margin: 0; padding: 0; list-style: none; }
.tt-hubpage-posts__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1em;
  padding: 9px 0;
  border-bottom: 1px dotted var(--tt-line);
}
.tt-hubpage-posts__link {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--tt-link);
  text-decoration: none;
}
.tt-hubpage-posts__link:hover { text-decoration: underline; }
.tt-hubpage-posts__date {
  flex: 0 0 auto;
  color: var(--tt-sub);
  font-family: var(--tt-font-num, Arial, sans-serif);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 599px) {
  .tt-hubpage-posts__item { flex-direction: column; gap: 2px; }
}


.tt-hubpage-compare { margin: 0; }
.tt-hubpage-compare__lede {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.95;
}
.tt-hubpage-compare__ops {
  margin: 0 0 14px;
  border-top: 1px solid var(--tt-line);
}
.tt-hubpage-compare__op {
  margin: 0;
  padding: 12px 0 2px;
  font-weight: 700;
  font-size: 14.5px;
  color: var(--tt-brand);
}
.tt-hubpage-compare__can {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--tt-line);
  font-size: 14.5px;
  line-height: 1.9;
}
.tt-hubpage-compare__src,
.tt-hubpage-compare__empty {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--tt-sub);
}
.tt-hubpage-compare__src a { color: var(--tt-link); }


.tt-hubpage-misc__item {
  margin: 0 0 14px;
  border: 1px solid var(--tt-line);
  border-radius: var(--tt-r-card, 5px);
  overflow: hidden;
}
.tt-hubpage-misc__item:last-child { margin-bottom: 0; }

.tt-hubpage-misc__wrong,
.tt-hubpage-misc__right {
  margin: 0;
  padding: 13px 16px;
  font-size: 14.5px;
  line-height: 1.9;
}
.tt-hubpage-misc__wrong {
  background: var(--tt-bg-warn);
  font-weight: 700;
}
.tt-hubpage-misc__right {
  background: var(--tt-bg-white);
  border-top: 1px solid var(--tt-line);
}
.tt-hubpage-misc__tag {
  display: inline-block;
  margin-right: .7em;
  padding: 1px 8px;
  border-radius: var(--tt-r-pill, 50em);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
  vertical-align: .08em;
  white-space: nowrap;
}
.tt-hubpage-misc__wrong .tt-hubpage-misc__tag {
  background: var(--tt-warn);
  color: #fff;
}
.tt-hubpage-misc__right .tt-hubpage-misc__tag {
  background: var(--tt-go);
  color: #fff;
}
.tt-hubpage-misc__src {
  margin: 0;
  padding: 9px 16px;
  background: var(--tt-bg-soft);
  border-top: 1px solid var(--tt-line);
  color: var(--tt-sub);
  font-size: 12px;
  line-height: 1.8;
}
.tt-hubpage-misc__src a { color: var(--tt-link); }


.tt-hubpage-src__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--tt-line);
}
.tt-hubpage-src__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding: 11px 2px;
  border-bottom: 1px solid var(--tt-line);
}
.tt-hubpage-src__org {
  flex: 0 0 auto;
  min-width: 15em;
  color: var(--tt-sub);
  font-size: 12px;
  font-weight: 700;
}
.tt-hubpage-src__name {
  font-size: 14px;
  line-height: 1.7;
  color: var(--tt-link);
}
.tt-hubpage-src__note {
  margin: 12px 0 0;
  color: var(--tt-sub);
  font-size: 12.5px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .tt-hubpage-src__org { min-width: 0; flex-basis: 100%; }
}


.tt-hubpage-near__stage + .tt-hubpage-near__stage { margin-top: 20px; }

.tt-hubpage-near__stage-h {
  margin: 0 0 10px;
  color: var(--tt-sub);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .04em;
}
.tt-hubpage-near__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tt-hubpage-near__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: var(--tt-bg-white);
  border: 1px solid var(--tt-line);
  border-left: 3px solid var(--tt-brand);
  border-radius: var(--tt-r-card, 5px);
  padding: 13px 15px;
  transition: border-color var(--tt-dur, .25s) ease, background var(--tt-dur, .25s) ease;
}
.tt-hubpage-near__item:hover {
  border-color: var(--tt-accent);
  background: var(--tt-bg-soft);
}
.tt-hubpage-near__name {
  color: var(--tt-brand);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.tt-hubpage-near__name::after { content: ""; position: absolute; inset: 0; }
.tt-hubpage-near__n {
  color: var(--tt-sub);
  font-family: var(--tt-font-num, Arial, sans-serif);
  font-size: 11.5px;
  font-variant-numeric: tabular-nums;
}
.tt-hubpage-near__desc {
  color: var(--tt-sub);
  font-size: 12.5px;
  line-height: 1.7;
}


.tt-ico--scale {}
.tt-ico--heart {}
.tt-ico--calc  {}
.tt-ico--coin  {}
.tt-ico--doc   {}
.tt-hubpage-tool__link {}
.tt-hubpage-misc  {}
.tt-hubpage-src   {}
.tt-hubpage-near  {}
.tt-hubpage-posts {}


@media (prefers-reduced-motion: reduce) {
  .tt-hubpage-near__item { transition: none !important; }
}


@media print {
  .tt-hubpage-tool__cue { background: none; color: var(--tt-ink); border: 1px solid var(--tt-ink); }
}
