body.freetime-content-view {
  background:
    radial-gradient(760px 360px at 12% -8%, rgba(23, 218, 105, 0.12), transparent 60%),
    radial-gradient(860px 460px at 90% 2%, rgba(23, 218, 105, 0.08), transparent 58%),
    #050608;
}

.tp-page-shell {
  width: min(calc(100% - 32px), 1080px);
  margin: 0 auto;
  padding: 28px 0 64px;
  display: grid;
  gap: 18px;
}

.tp-page-topbar,
.tp-page-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.tp-page-topbar {
  border-radius: 24px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.tp-page-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: #f5f7f8;
  text-decoration: none;
}

.tp-page-brand-mark {
  width: var(--tn-size);
  height: var(--tn-size);
  border-radius: 50%;
  background: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  flex: 0 0 var(--tn-size);
}

.tp-page-brand-mark::after {
  content: none;
}

.tp-page-brand-mark.tn-logo {
  --tn-size: 150px;
}

.tp-page-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tp-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #dce3e5;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.tp-page-link.is-primary {
  color: #041109;
  border-color: rgba(23, 218, 105, 0.28);
  background: linear-gradient(135deg, #25ff86, #17da69);
}

.tp-page-card {
  border-radius: 30px;
  padding: 34px;
}

.tp-page-card--list + .tp-page-card--list {
  margin-top: 2px;
}

.tp-page-head {
  margin-bottom: 22px;
}

.tp-page-kicker {
  margin: 0 0 12px;
  color: #17da69;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
}

.tp-page-head h1,
.tp-page-head h2 {
  margin: 0;
  color: #f5f7f8;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tp-page-head h1 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.tp-page-head h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.tp-page-head h2 a {
  color: inherit;
  text-decoration: none;
}

.tp-page-prose,
.tp-page-prose p,
.tp-page-empty {
  color: #a9b3b7;
  line-height: 1.8;
  font-size: 1.02rem;
}

.tp-page-prose > :first-child {
  margin-top: 0;
}

.tp-page-prose > :last-child {
  margin-bottom: 0;
}

.tp-page-prose h2,
.tp-page-prose h3,
.tp-page-prose h4 {
  color: #f5f7f8;
  margin-top: 1.8em;
}

.tp-page-prose a {
  color: #90ffc0;
}

.tp-page-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tp-page-readmore {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 218, 105, 0.22);
  color: #dce3e5;
  text-decoration: none;
  background: rgba(23, 218, 105, 0.08);
}

@media (max-width: 760px) {
  .tp-page-shell {
    width: min(calc(100% - 20px), 1080px);
    padding-top: 16px;
  }

  .tp-page-topbar,
  .tp-page-card {
    border-radius: 22px;
  }

  .tp-page-card {
    padding: 22px 18px;
  }

  .tp-page-topbar {
    flex-direction: column;
    align-items: stretch;
  }
}
