.tas-home-v2 {
  --tas-ink: #111214;
  --tas-black: #0b0b0d;
  --tas-graphite: #151619;
  --tas-panel: #1c1d21;
  --tas-line: rgba(255, 255, 255, 0.105);
  --tas-muted: #a8a9ae;
  --tas-orange: #ff5d2d;
  --tas-orange-soft: #ff8a47;
  --tas-red: #d93928;
  --tas-cream: #f2efe8;
  --tas-white: #fff;
  --tas-green: #82c56d;
  --tas-danger: #ff8175;
  --tas-radius-xl: 38px;
  --tas-radius-lg: 25px;
  --tas-radius-md: 16px;
  margin: 0;
  color: var(--tas-white);
  background: var(--tas-black);
}

.tas-home-v2 *,
.tas-home-v2 *::before,
.tas-home-v2 *::after {
  box-sizing: border-box;
}

.tas-home-v2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tas-home-v2 main {
  overflow: clip;
}

.tas-home-v2 .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.09);
  background: rgba(11, 11, 13, 0.94);
  backdrop-filter: blur(18px);
}

.tas-home-v2 .site-brand img {
  border-radius: 10px;
  background: #fff;
  object-fit: cover;
}

.tas-home-v2 .site-brand span,
.tas-home-v2 .site-main-nav a,
.tas-home-v2 .site-category-menu summary {
  color: #f5f5f6;
}

.tas-home-v2 .site-main-nav a:hover,
.tas-home-v2 .site-main-nav a.is-strong {
  color: #ff9b68;
}

.tas-home-v2 button,
.tas-home-v2 input,
.tas-home-v2 select {
  font: inherit;
}

.tas-home-v2 button,
.tas-home-v2 a {
  -webkit-tap-highlight-color: transparent;
}

.tas-hero-v2,
.tas-paths-v2,
.tas-tools-v2,
.tas-principles-v2,
.tas-safety-banner-v2,
.tas-free-banner-v2,
.tas-disclaimer-v2 {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.tas-eyebrow-v2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tas-orange);
  font-size: 0.71rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.tas-eyebrow-v2::before {
  width: 27px;
  height: 4px;
  background: currentColor;
  content: "";
  transform: skewX(-24deg);
}

.tas-hero-v2 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(410px, 0.97fr);
  min-height: 700px;
  margin-top: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 42px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(255, 93, 45, 0.12), transparent 34%),
    radial-gradient(circle at 88% 15%, rgba(217, 57, 40, 0.18), transparent 25rem),
    #111215;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  isolation: isolate;
}

.tas-hero-v2::before,
.tas-hero-v2::after {
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(255, 93, 45, 0.13), transparent);
  content: "";
  transform: rotate(-18deg);
}

.tas-hero-v2::before {
  top: 70px;
  right: -190px;
  width: 680px;
  height: 84px;
}

.tas-hero-v2::after {
  right: -120px;
  bottom: 80px;
  width: 560px;
  height: 24px;
}

.tas-hero-copy-v2 {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 78px 40px 78px 68px;
}

.tas-hero-copy-v2 h1 {
  max-width: 720px;
  margin: 23px 0 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.65rem, 6.7vw, 6.55rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
  text-wrap: balance;
}

.tas-hero-copy-v2 h1 span {
  display: inline-block;
  color: var(--tas-orange);
}

.tas-hero-copy-v2 > p {
  max-width: 610px;
  margin: 28px 0 0;
  color: #b8b9be;
  font-size: 1.08rem;
  line-height: 1.7;
}

.tas-hero-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.tas-button-v2 {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.77rem;
  font-weight: 950;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tas-button-v2:hover {
  transform: translateY(-2px);
}

.tas-button-v2.is-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--tas-red), var(--tas-orange));
  box-shadow: 0 13px 31px rgba(217, 57, 40, 0.28);
}

.tas-button-v2.is-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  color: #eeeef0;
  background: rgba(255, 255, 255, 0.045);
}

.tas-button-v2.is-secondary:hover {
  border-color: rgba(255, 138, 71, 0.42);
  background: rgba(255, 93, 45, 0.08);
}

.tas-trust-list-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 27px 0 0;
  padding: 0;
  color: #8f9197;
  font-size: 0.69rem;
  font-weight: 800;
  list-style: none;
}

.tas-trust-list-v2 li {
  display: flex;
  gap: 7px;
  align-items: center;
}

.tas-trust-list-v2 span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #ffb08a;
  background: rgba(255, 93, 45, 0.11);
  font-size: 0.61rem;
}

.tas-hero-board-v2 {
  position: relative;
  align-self: center;
  min-width: 0;
  margin: 44px 38px 44px 10px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    #151619;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.tas-hero-board-v2::before {
  position: absolute;
  top: -90px;
  right: -85px;
  width: 270px;
  height: 270px;
  border: 48px solid rgba(255, 93, 45, 0.05);
  border-radius: 50%;
  content: "";
}

.tas-board-top-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.tas-board-logo-v2 {
  display: grid;
  width: 57px;
  height: 57px;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.tas-board-logo-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tas-board-top-v2 small,
.tas-board-next-v2 span,
.tas-board-progress-v2 > div > span {
  color: #ff9367;
  font-size: 0.59rem;
  font-weight: 950;
  letter-spacing: 0.11em;
}

.tas-board-top-v2 strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #fff;
  font-size: 0.94rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tas-board-state-v2 {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #c0c1c5;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.61rem;
  font-weight: 900;
  white-space: nowrap;
}

.tas-board-state-v2.is-ready {
  border-color: rgba(130, 197, 109, 0.3);
  color: #c8efbb;
  background: rgba(130, 197, 109, 0.11);
}

.tas-board-next-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 20px;
  align-items: center;
  min-height: 157px;
  margin-top: 19px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
  background:
    linear-gradient(105deg, rgba(255, 93, 45, 0.12), transparent 65%),
    rgba(255, 255, 255, 0.035);
}

.tas-board-next-v2 strong {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  overflow: hidden;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.tas-board-next-v2 small {
  display: block;
  margin-top: 8px;
  color: #8f9198;
  font-size: 0.67rem;
}

.tas-barbell-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tas-barbell-v2 b {
  width: 72px;
  height: 8px;
  background: linear-gradient(90deg, #a7a8ad, #fff, #9b9ca1);
}

.tas-barbell-v2 i {
  position: relative;
  width: 22px;
  height: 56px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--tas-orange), var(--tas-red));
  box-shadow: 0 0 0 6px rgba(255, 93, 45, 0.08);
}

.tas-barbell-v2 i::after {
  position: absolute;
  top: 9px;
  bottom: 9px;
  width: 6px;
  border-radius: 4px;
  background: #f0f0f1;
  content: "";
}

.tas-barbell-v2 i:first-child::after {
  right: -8px;
}

.tas-barbell-v2 i:last-child::after {
  left: -8px;
}

.tas-board-metrics-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 10px;
}

.tas-board-metrics-v2 > div {
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.026);
}

.tas-board-metrics-v2 span {
  display: block;
  color: #8c8e94;
  font-size: 0.59rem;
  font-weight: 850;
  text-transform: uppercase;
}

.tas-board-metrics-v2 strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1.22rem;
}

.tas-board-metrics-v2 small {
  display: block;
  margin-top: 2px;
  color: #6f7178;
  font-size: 0.56rem;
}

.tas-board-progress-v2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding: 15px 17px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.032);
}

.tas-board-progress-v2 > div:first-child {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.tas-board-progress-v2 > div > strong {
  color: #fff;
  font-size: 0.77rem;
}

.tas-progress-track-v2 {
  height: 6px;
  margin-top: 10px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.tas-progress-track-v2 span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tas-red), var(--tas-orange-soft));
  transition: width 220ms ease;
}

.tas-board-progress-v2 > small {
  display: block;
  margin-top: 7px;
  color: #777980;
  font-size: 0.59rem;
}

.tas-paths-v2 {
  padding-block: 108px 104px;
}

.tas-section-heading-v2 {
  max-width: 790px;
}

.tas-section-heading-v2 h2,
.tas-principles-copy-v2 h2,
.tas-safety-banner-v2 h2,
.tas-free-banner-v2 h2 {
  margin: 16px 0 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.94;
  text-transform: uppercase;
  text-wrap: balance;
}

.tas-section-heading-v2 > p {
  max-width: 650px;
  margin: 19px 0 0;
  color: var(--tas-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.tas-path-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 41px;
}

.tas-path-card-v2 {
  position: relative;
  display: flex;
  min-height: 335px;
  flex-direction: column;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.055), transparent 70%),
    #151619;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tas-path-card-v2::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(255, 93, 45, 0.045);
  border-radius: 50%;
  content: "";
}

.tas-path-card-v2:hover {
  border-color: rgba(255, 93, 45, 0.38);
  background:
    linear-gradient(150deg, rgba(255, 93, 45, 0.1), transparent 70%),
    #191a1e;
  transform: translateY(-4px);
}

.tas-path-card-v2 > span,
.tas-tool-card-v2 > span {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid rgba(255, 93, 45, 0.25);
  border-radius: 13px;
  color: #ff9f74;
  background: rgba(255, 93, 45, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
}

.tas-path-card-v2 > small,
.tas-tool-card-v2 > small {
  display: block;
  margin-top: 42px;
  color: var(--tas-orange);
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.13em;
}

.tas-path-card-v2 h3,
.tas-tool-card-v2 h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.19rem;
}

.tas-path-card-v2 p,
.tas-tool-card-v2 p {
  margin: 10px 0 0;
  color: #91939a;
  font-size: 0.78rem;
  line-height: 1.55;
}

.tas-path-card-v2 b,
.tas-tool-card-v2 b {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  color: #e3e3e5;
  font-size: 0.69rem;
}

.tas-workspace-v2 {
  position: relative;
  padding-block: 104px;
  background:
    radial-gradient(circle at 10% 16%, rgba(255, 93, 45, 0.09), transparent 32rem),
    radial-gradient(circle at 94% 65%, rgba(217, 57, 40, 0.08), transparent 28rem),
    #101114;
}

.tas-workspace-v2::before,
.tas-workspace-v2::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 93, 45, 0.32), transparent);
  content: "";
}

.tas-workspace-v2::before {
  top: 0;
}

.tas-workspace-v2::after {
  bottom: 0;
}

.tas-workspace-shell-v2 {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.tas-workspace-heading-v2 {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

.tas-workspace-heading-v2 > div:first-child {
  max-width: 780px;
}

.tas-workspace-heading-v2 h2 {
  margin: 16px 0 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.65rem, 5.15vw, 5.15rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 0.91;
  text-transform: uppercase;
  text-wrap: balance;
}

.tas-workspace-heading-v2 p {
  max-width: 610px;
  margin: 18px 0 0;
  color: #93959b;
  line-height: 1.65;
}

.tas-data-actions-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.tas-data-actions-v2 button,
.tas-data-actions-v2 label {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  color: #b3b4b8;
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-size: 0.64rem;
  font-weight: 850;
}

.tas-data-actions-v2 button:hover,
.tas-data-actions-v2 label:hover {
  border-color: rgba(255, 93, 45, 0.34);
  color: #ffd1bc;
}

.tas-data-actions-v2 input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.tas-privacy-note-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  margin-top: 31px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 138, 71, 0.16);
  border-radius: 14px;
  color: #a5a7ac;
  background: rgba(255, 93, 45, 0.045);
}

.tas-privacy-note-v2 > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: #ff9b70;
  background: rgba(255, 93, 45, 0.1);
}

.tas-privacy-note-v2 p {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.55;
}

.tas-privacy-note-v2 strong {
  color: #f0f0f1;
}

.tas-workspace-grid-v2 {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 15px;
  margin-top: 15px;
}

.tas-panel-v2 {
  min-width: 0;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 70%),
    #17181c;
  box-shadow: 0 19px 48px rgba(0, 0, 0, 0.14);
}

.tas-week-panel-v2,
.tas-trophies-panel-v2 {
  grid-column: 1 / -1;
}

.tas-panel-heading-v2 {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.tas-panel-heading-v2 small {
  display: block;
  color: var(--tas-orange);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.tas-panel-heading-v2 h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: 1.03rem;
}

.tas-panel-heading-v2 > span {
  color: #797b82;
  font-size: 0.63rem;
  font-weight: 800;
  text-align: right;
}

.tas-form-v2,
.tas-session-form-v2,
.tas-goal-form-v2,
.tas-record-form-v2 {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.tas-form-v2 {
  grid-template-columns: 0.8fr 1.2fr;
}

.tas-session-form-v2 {
  grid-template-columns: 0.68fr minmax(180px, 1.65fr) 0.8fr auto;
  align-items: end;
}

.tas-goal-form-v2 {
  grid-template-columns: 1.4fr 0.75fr 0.75fr 0.9fr;
}

.tas-record-form-v2 {
  grid-template-columns: 1.4fr 0.7fr 0.9fr 0.95fr;
}

.tas-field-v2 {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.tas-field-v2 > span {
  color: #a5a6ab;
  font-size: 0.64rem;
  font-weight: 850;
}

.tas-field-v2 input,
.tas-field-v2 select {
  width: 100%;
  min-width: 0;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: 0;
  color: #f1f1f2;
  background: #111216;
  padding-inline: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tas-field-v2 input::placeholder {
  color: #606269;
}

.tas-field-v2 input:focus,
.tas-field-v2 select:focus {
  border-color: rgba(255, 93, 45, 0.66);
  box-shadow: 0 0 0 3px rgba(255, 93, 45, 0.1);
}

.tas-field-wide-v2 {
  grid-column: 1 / -1;
}

.tas-field-grow-v2 {
  min-width: 0;
}

.tas-submit-v2 {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--tas-red), var(--tas-orange));
  cursor: pointer;
  font-size: 0.69rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tas-submit-v2:hover {
  filter: brightness(1.07);
}

.tas-form-v2 .tas-submit-v2,
.tas-goal-form-v2 .tas-submit-v2,
.tas-record-form-v2 .tas-submit-v2 {
  grid-column: 1 / -1;
}

.tas-form-status-v2 {
  grid-column: 1 / -1;
  margin: 0;
  color: #7f8188;
  font-size: 0.64rem;
  line-height: 1.45;
}

.tas-form-status-v2.is-success {
  color: #b9e4aa;
}

.tas-form-status-v2.is-error {
  color: #ff9b91;
}

.tas-panel-state-v2 {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #a7a8ad !important;
  background: rgba(255, 255, 255, 0.035);
  white-space: nowrap;
}

.tas-panel-state-v2.is-ready {
  border-color: rgba(130, 197, 109, 0.29);
  color: #c9efbd !important;
  background: rgba(130, 197, 109, 0.1);
}

.tas-panel-state-v2.is-complete {
  border-color: rgba(255, 93, 45, 0.35);
  color: #ffc1a4 !important;
  background: rgba(255, 93, 45, 0.1);
}

.tas-score-overview-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.026);
}

.tas-score-ring-v2 {
  --tas-progress: 0;
  position: relative;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--tas-orange) calc(var(--tas-progress) * 1%), rgba(255, 255, 255, 0.075) 0);
}

.tas-score-ring-v2::before {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #17181c;
  content: "";
}

.tas-score-ring-v2 strong,
.tas-score-ring-v2 small {
  position: relative;
  z-index: 1;
}

.tas-score-ring-v2 strong {
  margin-top: 15px;
  color: #fff;
  font-size: 1.3rem;
}

.tas-score-ring-v2 small {
  align-self: start;
  margin-top: -18px;
  color: #73757c;
  font-size: 0.55rem;
}

.tas-score-overview-v2 > div:last-child > small {
  color: #ff9467;
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.tas-score-overview-v2 > div:last-child > strong {
  display: block;
  margin-top: 7px;
  color: #fff;
  font-size: 1.4rem;
}

.tas-score-overview-v2 p {
  margin: 7px 0 0;
  color: #7f8187;
  font-size: 0.68rem;
  line-height: 1.45;
}

.tas-score-metrics-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.tas-score-metrics-v2 > div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.022);
}

.tas-score-metrics-v2 span {
  display: block;
  color: #777980;
  font-size: 0.56rem;
  font-weight: 850;
}

.tas-score-metrics-v2 strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 1rem;
}

.tas-calculation-note-v2 {
  margin: 13px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #676970;
  font-size: 0.59rem;
  line-height: 1.5;
}

.tas-week-grid-v2 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.tas-day-column-v2 {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.021);
}

.tas-day-heading-v2 {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.tas-day-heading-v2 strong {
  color: #ff9d73;
  font-size: 0.64rem;
  text-transform: uppercase;
}

.tas-day-heading-v2 span {
  color: #6f7178;
  font-size: 0.57rem;
  font-weight: 900;
}

.tas-day-sessions-v2 {
  display: grid;
  gap: 7px;
  margin-top: 9px;
}

.tas-session-item-v2 {
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.043);
}

.tas-session-item-v2.is-done {
  border-color: rgba(130, 197, 109, 0.15);
  background: rgba(130, 197, 109, 0.055);
}

.tas-session-item-v2 small {
  display: block;
  color: #71737a;
  font-size: 0.52rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tas-session-item-v2 strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #e9e9eb;
  font-size: 0.67rem;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.tas-session-item-v2.is-done strong {
  color: #b9dcb0;
  text-decoration: line-through;
}

.tas-session-actions-v2 {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.tas-session-action-v2,
.tas-item-action-v2 {
  min-height: 27px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 7px;
  color: #999ba1;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.54rem;
  font-weight: 850;
}

.tas-session-action-v2:hover,
.tas-item-action-v2:hover {
  border-color: rgba(255, 93, 45, 0.3);
  color: #ffc1a3;
}

.tas-session-action-v2.is-delete,
.tas-item-action-v2.is-delete {
  width: 27px;
  padding: 0;
  color: #8a7575;
}

.tas-day-empty-v2 {
  margin: 0;
  padding: 9px 1px;
  color: #5e6067;
  font-size: 0.57rem;
}

.tas-empty-state-v2 {
  display: grid;
  min-height: 137px;
  place-items: center;
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  color: #73757c;
  text-align: center;
}

.tas-week-grid-v2 > .tas-empty-state-v2 {
  grid-column: 1 / -1;
}

.tas-empty-state-v2 > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  color: #ff9d72;
  background: rgba(255, 93, 45, 0.08);
}

.tas-empty-state-v2 strong {
  margin-top: 7px;
  color: #a9abb0;
  font-size: 0.75rem;
}

.tas-empty-state-v2 p {
  margin: -2px 0 0;
  font-size: 0.63rem;
}

.tas-goal-list-v2,
.tas-record-list-v2 {
  display: grid;
  gap: 8px;
  max-height: 540px;
  margin-top: 17px;
  padding-right: 3px;
  overflow: auto;
}

.tas-goal-item-v2,
.tas-record-item-v2 {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.026);
}

.tas-goal-item-v2.is-complete {
  border-color: rgba(130, 197, 109, 0.18);
  background: rgba(130, 197, 109, 0.045);
}

.tas-goal-top-v2,
.tas-record-item-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.tas-goal-top-v2 strong,
.tas-record-main-v2 strong {
  display: block;
  overflow: hidden;
  color: #efeff0;
  font-size: 0.77rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tas-goal-top-v2 p,
.tas-record-main-v2 p {
  margin: 4px 0 0;
  color: #777980;
  font-size: 0.61rem;
}

.tas-goal-progress-v2 {
  height: 5px;
  margin-top: 11px;
  border-radius: 99px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
}

.tas-goal-progress-v2 span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--tas-red), var(--tas-orange));
}

.tas-goal-update-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 10px;
}

.tas-goal-update-v2 input {
  width: 96px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  outline: 0;
  color: #fff;
  background: #111216;
  padding-inline: 9px;
  font-size: 0.65rem;
}

.tas-goal-update-v2 input:focus {
  border-color: rgba(255, 93, 45, 0.58);
}

.tas-record-value-v2 {
  color: #ff9b70;
  font-size: 0.88rem;
  font-weight: 950;
  white-space: nowrap;
}

.tas-record-actions-v2 {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  grid-column: 1 / -1;
}

.tas-trophy-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.tas-trophy-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px;
  opacity: 0.52;
  background: rgba(255, 255, 255, 0.025);
}

.tas-trophy-v2 > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #8a8c92;
  background: rgba(255, 255, 255, 0.035);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.05rem;
}

.tas-trophy-v2 strong {
  display: block;
  color: #bbbcc0;
  font-size: 0.74rem;
}

.tas-trophy-v2 p {
  margin: 4px 0 0;
  color: #74767d;
  font-size: 0.6rem;
  line-height: 1.35;
}

.tas-trophy-v2.is-unlocked {
  border-color: rgba(255, 93, 45, 0.22);
  opacity: 1;
  background: linear-gradient(135deg, rgba(255, 93, 45, 0.09), rgba(255, 255, 255, 0.025));
}

.tas-trophy-v2.is-unlocked > span {
  border-color: rgba(255, 93, 45, 0.35);
  color: #fff;
  background: linear-gradient(135deg, var(--tas-red), var(--tas-orange));
  box-shadow: 0 9px 20px rgba(217, 57, 40, 0.18);
}

.tas-trophy-v2.is-unlocked strong {
  color: #fff;
}

.tas-tools-v2 {
  padding-block: 112px 104px;
}

.tas-tool-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 42px;
}

.tas-tool-card-v2 {
  display: flex;
  min-height: 326px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 21px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 70%),
    #151619;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.tas-tool-card-v2:hover {
  border-color: rgba(255, 93, 45, 0.35);
  transform: translateY(-4px);
}

.tas-tool-card-v2 > small {
  margin-top: 35px;
}

.tas-principles-v2 {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: start;
  padding: 78px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 34px;
  background:
    linear-gradient(125deg, rgba(255, 93, 45, 0.11), transparent 44%),
    #151619;
}

.tas-principles-copy-v2 h2 {
  font-size: clamp(2.7rem, 4.7vw, 4.65rem);
}

.tas-principles-copy-v2 > p {
  margin: 21px 0 0;
  color: #9a9ca2;
  line-height: 1.65;
}

.tas-principle-list-v2 {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tas-principle-list-v2 li {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.tas-principle-list-v2 li:first-child {
  padding-top: 0;
}

.tas-principle-list-v2 li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tas-principle-list-v2 li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: #ff9e73;
  background: rgba(255, 93, 45, 0.08);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.tas-principle-list-v2 strong {
  color: #fff;
  font-size: 0.94rem;
}

.tas-principle-list-v2 p {
  margin: 6px 0 0;
  color: #8d8f95;
  font-size: 0.76rem;
  line-height: 1.5;
}

.tas-safety-banner-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 104px;
  padding: 33px 37px;
  border: 1px solid rgba(255, 129, 117, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(105deg, rgba(217, 57, 40, 0.15), transparent 58%),
    #191618;
}

.tas-safety-banner-v2 > span {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #bd2d24, #f25e42);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.55rem;
}

.tas-safety-banner-v2 small {
  color: #ff9589;
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.tas-safety-banner-v2 h2 {
  max-width: 800px;
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 2.95rem);
}

.tas-safety-banner-v2 p {
  max-width: 830px;
  margin: 12px 0 0;
  color: #a89d9d;
  font-size: 0.78rem;
  line-height: 1.55;
}

.tas-safety-banner-v2 > a,
.tas-free-banner-v2 > a {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.66rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.tas-free-banner-v2 {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 35px;
  align-items: center;
  margin-top: 16px;
  padding: 34px 37px;
  border: 1px solid rgba(255, 138, 71, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(110deg, rgba(255, 93, 45, 0.1), transparent 45%),
    #17181b;
}

.tas-free-banner-v2 h2 {
  margin-top: 10px;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.tas-free-banner-v2 > p {
  margin: 0;
  color: #96989e;
  font-size: 0.81rem;
  line-height: 1.6;
}

.tas-disclaimer-v2 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 96px;
  padding: 23px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  background: #141518;
}

.tas-disclaimer-v2 strong {
  color: #e9e9ea;
  font-size: 0.72rem;
}

.tas-disclaimer-v2 p {
  margin: 0;
  color: #797b82;
  font-size: 0.68rem;
  line-height: 1.55;
}

html[data-nb-theme="dark"] .tas-home-v2 {
  --tas-black: #070708;
  --tas-graphite: #111215;
}

@media (max-width: 1140px) {
  .tas-hero-v2 {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
  }

  .tas-hero-copy-v2 {
    padding-left: 48px;
  }

  .tas-hero-board-v2 {
    margin-right: 24px;
  }

  .tas-path-grid-v2,
  .tas-tool-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tas-path-card-v2,
  .tas-tool-card-v2 {
    min-height: 300px;
  }

  .tas-week-grid-v2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tas-session-form-v2 {
    grid-template-columns: 0.7fr 1.4fr 0.85fr;
  }

  .tas-session-form-v2 .tas-submit-v2,
  .tas-session-form-v2 .tas-form-status-v2 {
    grid-column: 1 / -1;
  }

  .tas-principles-v2 {
    gap: 45px;
    padding: 55px;
  }

  .tas-free-banner-v2 {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .tas-free-banner-v2 > a {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .tas-hero-v2 {
    grid-template-columns: 1fr;
  }

  .tas-hero-copy-v2 {
    padding: 68px 48px 34px;
  }

  .tas-hero-board-v2 {
    width: auto;
    margin: 20px 34px 34px;
  }

  .tas-workspace-heading-v2 {
    display: grid;
    align-items: start;
  }

  .tas-data-actions-v2 {
    justify-content: flex-start;
  }

  .tas-workspace-grid-v2 {
    grid-template-columns: 1fr;
  }

  .tas-week-panel-v2,
  .tas-trophies-panel-v2 {
    grid-column: auto;
  }

  .tas-goal-form-v2,
  .tas-record-form-v2 {
    grid-template-columns: 1fr 1fr;
  }

  .tas-goal-form-v2 .tas-field-wide-v2,
  .tas-record-form-v2 .tas-field-wide-v2 {
    grid-column: 1 / -1;
  }

  .tas-principles-v2 {
    grid-template-columns: 1fr;
  }

  .tas-safety-banner-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tas-safety-banner-v2 > a {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .tas-hero-v2,
  .tas-paths-v2,
  .tas-tools-v2,
  .tas-principles-v2,
  .tas-safety-banner-v2,
  .tas-free-banner-v2,
  .tas-disclaimer-v2,
  .tas-workspace-shell-v2 {
    width: min(100% - 24px, 1240px);
  }

  .tas-hero-v2 {
    min-height: auto;
    margin-top: 12px;
    border-radius: 26px;
  }

  .tas-hero-copy-v2 {
    padding: 50px 24px 24px;
  }

  .tas-hero-copy-v2 h1 {
    font-size: clamp(3.1rem, 15.2vw, 5rem);
  }

  .tas-hero-copy-v2 > p {
    font-size: 0.96rem;
  }

  .tas-hero-actions-v2 {
    display: grid;
  }

  .tas-button-v2 {
    width: 100%;
  }

  .tas-trust-list-v2 {
    display: grid;
  }

  .tas-hero-board-v2 {
    margin: 14px 14px 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .tas-board-top-v2 {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tas-board-state-v2 {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .tas-board-next-v2 {
    grid-template-columns: 1fr;
  }

  .tas-board-next-v2 strong,
  .tas-board-next-v2 small {
    max-width: 100%;
  }

  .tas-barbell-v2 {
    justify-self: start;
  }

  .tas-paths-v2,
  .tas-tools-v2 {
    padding-block: 82px;
  }

  .tas-path-grid-v2,
  .tas-tool-grid-v2 {
    grid-template-columns: 1fr;
  }

  .tas-path-card-v2,
  .tas-tool-card-v2 {
    min-height: 285px;
  }

  .tas-workspace-v2 {
    padding-block: 82px;
  }

  .tas-panel-v2 {
    padding: 20px;
    border-radius: 18px;
  }

  .tas-form-v2,
  .tas-session-form-v2,
  .tas-goal-form-v2,
  .tas-record-form-v2 {
    grid-template-columns: 1fr;
  }

  .tas-field-wide-v2,
  .tas-session-form-v2 .tas-submit-v2,
  .tas-session-form-v2 .tas-form-status-v2,
  .tas-goal-form-v2 .tas-field-wide-v2,
  .tas-record-form-v2 .tas-field-wide-v2 {
    grid-column: auto;
  }

  .tas-week-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tas-trophy-grid-v2 {
    grid-template-columns: 1fr;
  }

  .tas-principles-v2 {
    gap: 36px;
    padding: 38px 25px;
    border-radius: 24px;
  }

  .tas-safety-banner-v2,
  .tas-free-banner-v2 {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px 23px;
  }

  .tas-safety-banner-v2 > a,
  .tas-free-banner-v2 > a {
    grid-column: auto;
    justify-self: stretch;
  }

  .tas-disclaimer-v2 {
    grid-template-columns: 1fr;
    margin-bottom: 74px;
  }
}

@media (max-width: 470px) {
  .tas-board-metrics-v2,
  .tas-score-metrics-v2,
  .tas-week-grid-v2 {
    grid-template-columns: 1fr;
  }

  .tas-score-overview-v2 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .tas-data-actions-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .tas-data-actions-v2 button:last-child {
    grid-column: 1 / -1;
  }

  .tas-goal-top-v2,
  .tas-record-item-v2 {
    grid-template-columns: 1fr;
  }

  .tas-record-value-v2 {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tas-home-v2 *,
  .tas-home-v2 *::before,
  .tas-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
