/* ============================================================
   INDEX-STATIC.CSS
   All styles for src/index.html (pre-Angular shell + loader).
   Loaded via <link rel="stylesheet"> in <head>; render-blocking
   so paint waits until styles are ready (no FOUC).
   ============================================================ */

/* ============================================================ */
/* ANGULAR COMPONENT STYLES — UNTOUCHED                         */
/* ============================================================ */
.tl-ph-feltlike {
  font-family: 'Bangers', cursive !important;
  font-size: 52px !important;
  letter-spacing: 4px !important;
  font-style: normal !important;
  color: #cc0000 !important;
  -webkit-text-stroke: 1px #000000 !important;
  text-shadow: 1px 2px 0px yellow !important;
}

.tl-ph-friday {
  font-family: 'Bangers', cursive !important;
  font-size: 72px !important;
  letter-spacing: 6px !important;
  font-style: normal !important;
  color: #cc0000 !important;
  -webkit-text-stroke: 1px #000000 !important;
  text-shadow: 1px 2px 0px yellow !important;
}

.tl-ph-imagine {
  font-family: 'Bangers', cursive !important;
  font-size: 102px !important;
  letter-spacing: 6px !important;
  font-style: normal !important;
  color: #cc0000 !important;
  -webkit-text-stroke: 1px #000000 !important;
  text-shadow: 1px 2px 0px yellow !important;
}

.signinbutton {
  max-width: 90%;
  width: 250px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 5px;
  background-color: lightgreen;
  border: 1px groove yellowgreen !important;
}

.tile { perspective: 1000px; }

.tile-inner {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
}

.landing-notification-badge ::ng-deep .mat-badge-content {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  font-size: 26px !important;
  top: 35px !important;
  left: 125px !important;
}

.tile.flip .tile-inner { transform: rotateY(180deg); }

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.front { z-index: 2; }

.back {
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.screenerrata {
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
}

.sideBySide {
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
  margin: 0 auto;
}

.altScreenshotDiv {
  margin-bottom: -40px !important;
  margin-top: 50px !important;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.everyOther { background-color: #000; margin: 0 auto; }

.landingPageVersionDisplay {
  font-weight: bold;
  opacity: .6;
  padding: 10px;
  max-width: 300px;
  font-size: smaller;
  margin: 0 auto;
  border-radius: 3px;
}

.manifest {
  background-color: lightgray;
  min-height: 180px;
  min-width: 250px;
}

.landingLogo { top: 150px !important; }

.landingDivLogo {
  width: 100%;
  margin-top: 35px;
}

.logOutButton {
  width: 100%;
  position: absolute;
  bottom: 20px;
}

.boilerPlate {
  padding-bottom: 50px;
  width: 80%;
  margin: 0 auto;
  word-break: break-all;
  text-align: center;
}

.patent-line {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin: 18px 0 10px;
  line-height: 1.5;
}

.patent-label { font-weight: 600; margin-right: 4px; }
.patent-link  { color: #2a7cff; text-decoration: none; font-weight: 600; }
.patent-link:hover { text-decoration: underline; }
.patent-credit {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #777;
}

/* ============================================================ */
/* LOADER ANIMATIONS                                            */
/* ============================================================ */
@keyframes tlx-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.06); opacity: 0.85; }
}

@keyframes tlx-bounce {
  0%, 100% { transform: translateY(0);  opacity: 0.5; }
  50%      { transform: translateY(-10px); opacity: 1; }
}

@keyframes tlx-spin-smooth {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(720deg); }
}

/* ============================================================ */
/* OVERLAY                                                      */
/* ============================================================ */
#tlx-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
  background: #ffffff;
  font-family: 'Nunito', 'Roboto', sans-serif;
  color: #222;
  line-height: 1.7;
}

#tlx-overlay * { box-sizing: border-box; }

#tlx-overlay button {
  max-width: 250px;
  min-width: 150px;
  cursor: pointer;
}

#tlx-logo {
  animation: tlx-spin-smooth .5s cubic-bezier(0.2, 0, 0.1, 1) forwards;
}

#tlx-overlay nav {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}

#tlx-overlay .tlx-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#tlx-overlay .tlx-nav-brand img {
  width: 36px;
  height: auto;
}

#tlx-overlay .tlx-nav-brand span {
  font-size: 1.1rem;
  font-weight: 900;
  color: #1a1a1a;
  font-family: 'Nunito', sans-serif;
}

#tlx-overlay .tlx-launch {
  display: inline-block;
  background: #00c853 !important;
  color: #ffffff !important;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  padding: 13px 32px;
  border-radius: 999px;
  border: 2px solid #40e0d0 !important;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 18px rgba(0, 200, 83, 0.35);
}

#tlx-overlay .tlx-launch:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 28px rgba(0, 200, 83, 0.5);
}

#tlx-overlay .tlx-launch-sm {
  font-size: 0.9rem;
  padding: 10px 22px;
}

#tlx-overlay .tlx-static {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  text-align: center;
}

#tlx-overlay .tlx-show-copy { text-align: center; }

#tlx-overlay .tlx-static h1 {
  font-size: 2.4rem;
  font-weight: 900;
  color: #1565C0;
  margin-bottom: 6px;
  font-family: 'Nunito', sans-serif;
}

#tlx-overlay .tlx-static h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1565C0;
  margin: 36px 0 10px;
  border-bottom: 2px solid #e3f2fd;
  padding-bottom: 6px;
  font-family: 'Nunito', sans-serif;
}

#tlx-overlay .tlx-static h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 20px 0 6px;
  font-family: 'Nunito', sans-serif;
}

#tlx-overlay .tlx-static p {
  font-size: 1rem;
  margin-bottom: 14px;
  color: #333;
}

#tlx-overlay .tlx-static a {
  color: #1565C0;
  text-decoration: none;
  font-weight: 600;
}

#tlx-overlay .tlx-static a:hover { text-decoration: underline; }

#tlx-overlay .tlx-hero-trust {
  font-size: 0.85rem;
  color: #888;
  margin-top: 12px;
}

#tlx-overlay .tlx-hero-trust strong { color: #2e7d32; }

#tlx-overlay .tlx-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

#tlx-overlay .tlx-feature-card {
  background: #f5f9ff;
  border: 1px solid #bbdefb;
  border-radius: 10px;
  padding: 18px;
}

#tlx-overlay .tlx-feature-card h3 {
  margin-top: 0;
  color: #1565C0;
}

#tlx-overlay .tlx-course-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 16px 0;
}

#tlx-overlay .tlx-course-link {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 700;
  color: #2e7d32;
  font-size: 0.9rem;
  display: block;
  text-decoration: none;
}

#tlx-overlay .tlx-course-link:hover { background: #c8e6c9; }

#tlx-overlay .tlx-top50-link {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 700;
  color: #e65100;
  font-size: 0.9rem;
  display: block;
  text-decoration: none;
}

#tlx-overlay .tlx-top50-link:hover { background: #ffe0b2; }

#tlx-overlay .tlx-cta-box {
  background: #0d1f0f;
  border-radius: 16px;
  padding: 40px 24px;
  text-align: center;
  margin: 40px 0;
}

#tlx-overlay .tlx-cta-box h2 {
  color: #FFD700;
  border: none;
  margin-top: 0;
}

#tlx-overlay .tlx-cta-box p {
  color: #7ddb8a;
  margin-bottom: 24px;
}

#tlx-overlay .tlx-patent-box {
  background: #e8f5e9;
  border-left: 5px solid #2e7d32;
  border-radius: 0 10px 10px 0;
  padding: 20px 24px;
  margin: 28px 0;
}

#tlx-overlay .tlx-patent-box h3 { color: #1b5e20; margin-top: 0; }
#tlx-overlay .tlx-patent-box p  { color: #2e7d32; margin-bottom: 0; }
#tlx-overlay .tlx-patent-box a  { color: #1b5e20; }

#tlx-overlay .tlx-pullquote {
  font-size: 1.2rem;
  font-weight: 800;
  color: #1565C0;
  border-left: 4px solid #1565C0;
  padding: 12px 20px;
  margin: 28px 0;
  font-style: italic;
  background: #f5f9ff;
  border-radius: 0 8px 8px 0;
}

#tlx-overlay .tlx-timeline {
  border-left: 3px solid #bbdefb;
  padding-left: 24px;
  margin: 20px 0;
}

#tlx-overlay .tlx-tli {
  margin-bottom: 20px;
  position: relative;
}

#tlx-overlay .tlx-tli::before {
  content: '';
  position: absolute;
  left: -31px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1565C0;
}

#tlx-overlay .tlx-tli-year {
  font-weight: 900;
  color: #1565C0;
  display: block;
  margin-bottom: 4px;
}

.tlx-hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}

.tlx-hr-soft {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 auto;
  max-width: 700px;
}

#tlx-overlay .tlx-tier-badge {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  letter-spacing: 0.3px;
}

#tlx-overlay .tlx-tier-lite {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

#tlx-overlay .tlx-tier-premium {
  background: #fff8e1;
  color: #f57f17;
  border: 1px solid #ffe082;
}

#tlx-overlay .tlx-enemy {
  padding: 48px 24px;
  background: #f7f7f5;
}

#tlx-overlay .tlx-enemy-line {
  font-size: clamp(1rem, 3vw, 1.4rem);
  color: #666;
  line-height: 1.7;
  margin-bottom: 12px;
}

#tlx-overlay .tlx-enemy-punch {
  display: block;
  font-size: clamp(1.2rem, 3.5vw, 1.7rem);
  font-weight: 900;
  color: #1a1a1a;
  margin-top: 10px;
}

#tlx-overlay .tlx-enemy-sub {
  font-size: 1.1rem;
  color: #444;
}

#tlx-overlay .tlx-wallshot {
  padding: 0 0 48px;
  background: #f7f7f5;
}

#tlx-overlay .tlx-wallshot-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #2e7d32;
  padding: 0 0 16px;
}

#tlx-overlay .tlx-wall-img {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

#tlx-overlay .tlx-wallshot-caption {
  margin-top: 16px;
  font-size: 15px;
  color: #666;
  font-style: italic;
}

#tlx-overlay .tlx-truths {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0;
  background: #fff;
}

#tlx-overlay .tlx-truth {
  padding: 48px 32px;
  border-bottom: 1px solid #f0f0f0;
}

#tlx-overlay .tlx-truth:not(:last-child) { border-right: 1px solid #f0f0f0; }

#tlx-overlay .tlx-truth-icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 16px;
}

#tlx-overlay .tlx-truth-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0 0 12px;
  color: #1a1a1a;
}

#tlx-overlay .tlx-truth-body {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

#tlx-overlay .tlx-showreel {
  padding: 64px 24px;
  background: #f9fdf9;
}

#tlx-overlay .tlx-showreel-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 48px;
}

#tlx-overlay .tlx-show-row {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: left;
}

#tlx-overlay .tlx-show-row-flip { flex-direction: row-reverse; }

#tlx-overlay .tlx-show-shot { flex: 0 0 220px; }

#tlx-overlay .tlx-show-shot img {
  width: 100%;
  max-width: 220px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

#tlx-overlay .tlx-show-copy h3 {
  font-size: 1.35rem;
  font-weight: 900;
  color: #1a3a1c;
  margin: 0 0 10px;
}

#tlx-overlay .tlx-show-copy p {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

#tlx-overlay footer {
  background: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  text-align: center;
}

#tlx-overlay footer a {
  color: #1565C0;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  margin: 0 8px;
}

#tlx-overlay footer a:hover { text-decoration: underline; }

#tlx-overlay footer p {
  color: #999;
  font-size: 0.8rem;
  margin-top: 10px;
  margin-bottom: 0;
}

#tlx-overlay p,
#tlx-overlay h1,
#tlx-overlay h2,
#tlx-overlay h3,
#tlx-overlay li { text-wrap: balance; }

/* LATERAL THINKING PROMO — scoped to #tlx-overlay */
#tlx-overlay .tlx-lateral-box {
  background: linear-gradient(135deg, #0d1f0f 0%, #1a3a1c 100%);
  border-radius: 20px;
  padding: 48px 40px;
  margin: 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(126, 211, 33, 0.2);
}

#tlx-overlay .tlx-lateral-box::before {
  content: '🧠';
  position: absolute;
  font-size: 8rem;
  opacity: 0.06;
  top: -10px;
  right: -10px;
  line-height: 1;
}

#tlx-overlay .tlx-lateral-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7ddb8a;
  margin-bottom: 14px;
}

#tlx-overlay .tlx-lateral-box h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
  border: none;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}

#tlx-overlay .tlx-lateral-box p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

#tlx-overlay .tlx-lateral-btn {
  display: inline-block;
  background: #7ddb8a;
  color: #0d1f0f;
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  padding: 13px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 18px rgba(125, 219, 138, 0.3);
}

#tlx-overlay .tlx-lateral-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 28px rgba(125, 219, 138, 0.45);
  text-decoration: none;
}

#tlx-overlay .tlx-lateral-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 28px;
}

#tlx-overlay .tlx-lateral-tag {
  background: rgba(125, 219, 138, 0.12);
  border: 1px solid rgba(125, 219, 138, 0.3);
  color: #7ddb8a;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}

@media (max-width: 768px) {
  #tlx-overlay .tlx-show-row,
  #tlx-overlay .tlx-show-row-flip {
    flex-direction: column;
    text-align: center;
  }
  #tlx-overlay .tlx-show-shot { flex: none; }
  #tlx-overlay .tlx-truths { grid-template-columns: 1fr; }
  #tlx-overlay .tlx-truth:not(:last-child) { border-right: none; }
  #tlx-overlay .tlx-wall-img {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
  #tlx-overlay .tlx-lateral-box { padding: 36px 24px; }
}

/* ============================================================ */
/* PLATFORM CTA GRID (was inline <style> #1 in body)            */
/* ============================================================ */
.platform-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 720px;
  margin: 20px auto;
}

@media (max-width: 640px) {
  .platform-cta-grid { grid-template-columns: 1fr; }
}

.platform-card {
  display: block;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.platform-card:hover { transform: translateY(-2px); }

.platform-card.android {
  background: linear-gradient(135deg, #0d1f0f, #1a3a1c);
  border: 2px solid #57E964;
  box-shadow: 0 4px 20px rgba(87, 233, 100, 0.15);
}
.platform-card.android:hover { box-shadow: 0 8px 28px rgba(87, 233, 100, 0.3); }

.platform-card.ios {
  background: linear-gradient(135deg, #0a1628, #142847);
  border: 2px solid #0D96F6;
  box-shadow: 0 4px 20px rgba(13, 150, 246, 0.15);
}
.platform-card.ios:hover { box-shadow: 0 8px 28px rgba(13, 150, 246, 0.3); }

.platform-eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.platform-card.android .platform-eyebrow { color: #F5E642; }
.platform-card.ios     .platform-eyebrow { color: #F5E642; }

.platform-headline {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 8px;
  line-height: 1.3;
}
.platform-card.android .platform-headline { color: #57E964; }
.platform-card.ios     .platform-headline { color: #4FB3FF; }

.platform-sub {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 16px;
  line-height: 1.4;
}

.platform-button {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #0a0a0a;
}
.platform-card.android .platform-button {
  background: #57E964;
  box-shadow: 0 2px 12px rgba(87, 233, 100, 0.4);
}
.platform-card.ios .platform-button {
  background: #0D96F6;
  color: #fff;
  box-shadow: 0 2px 12px rgba(13, 150, 246, 0.4);
}

/* ============================================================ */
/* CHROME EXTENSION BANNER (was inline <style> #2 in body)      */
/* ============================================================ */
.tlz-banner-wrap {
  padding: 1rem;
  display: flex;
  justify-content: center;
}

.tlz-banner-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: 620px;
  width: 100%;
  margin: 0 12px;
}

.tlz-mascot {
  width: 90px;
  min-width: 70px;
  height: auto;
  margin-right: -12px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.tlz-banner-link {
  display: block;
  flex: 1;
  padding: 16px 20px;
  background: linear-gradient(135deg, #0d1f0f, #1a3a1c);
  border: 2px solid #57E964;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.tlz-eyebrow {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F5E642;
  margin-bottom: 6px;
}

.tlz-headline {
  font-size: 1.1rem;
  font-weight: 900;
  color: #57E964;
  margin-bottom: 6px;
}

.tlz-sub {
  font-size: 0.85rem;
  color: #ccc;
  margin-bottom: 10px;
}

.tlz-cta {
  display: inline-block;
  background: #57E964;
  color: #000;
  font-weight: 900;
  font-size: 0.85rem;
  padding: 10px 24px;
  border-radius: 999px;
}

@media (max-width: 400px) {
  .tlz-mascot   { width: 60px; }
  .tlz-headline { font-size: 0.95rem; }
}

/* ============================================================ */
/* NEW CLASSES — extracted from inline style="..." attributes   */
/* ============================================================ */

/* ── Loader (signed-in users) ── */
#tlx-loader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #000 !important;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.4s ease;
}
.tlx-loader-logo {
  width: 120px;
  height: 112px;
  margin-bottom: 32px;
  animation: tlx-pulse 1.5s ease-in-out infinite;
}
.tlx-loader-dots {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}
.tlx-loader-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: tlx-bounce 1.2s ease-in-out infinite;
}
.tlx-loader-dot--1 { background: #FFD700; animation-delay: 0s; }
.tlx-loader-dot--2 { background: #7ddb8a; animation-delay: 0.2s; }
.tlx-loader-dot--3 { background: #FFD700; animation-delay: 0.4s; }
.tlx-loader-text {
  color: #7ddb8a;
  font-family: 'Nunito', 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

/* ── Hero ── */
.tlx-static-hero {
  padding-top: 0px;
  border-radius: 5px;
  margin-top: 8px;
}
.tlx-hero-block {
  text-align: center;
  margin: 20px 0 5px;
}
.tlx-hero-logo {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 28px;
}
.tlx-hero-mascot-button-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: -10px;
}
.tlx-hero-mascot-flip {
  width: 90px;
  height: auto;
  margin-right: -12px;
  position: relative;
  z-index: 2;
  transform: scaleX(-1);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
}
.tlx-hero-h1 {
  margin-top: 18px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #1565C0;
  margin-bottom: 10px;
  font-family: 'Nunito', sans-serif;
}
.tlx-hero-tagline {
  font-size: 1.25rem;
  color: #444;
  margin: 0 auto 28px;
  max-width: 620px;
}
.tlx-tag-app { font-weight: bold; color: blueviolet; }
.tlx-tag-play-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tlx-tag-play-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: blueviolet;
  border-radius: 50%;
  vertical-align: middle;
}

/* Gemmie + sticky note hero */
.tlx-hero-gemmie-row {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px;
  gap: 0;
  max-width: 100%;
}
.tlx-hero-gemmie-img {
  width: clamp(80px, 20vw, 140px);
  height: auto;
  flex-shrink: 1;
  position: relative;
  z-index: 2;
  margin-right: -22px;
  margin-bottom: 10px;
  transform: scaleX(-1);
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
}
.tlx-hero-sticky-wrap {
  position: relative;
  width: 265px;
  max-width: 65vw;
  aspect-ratio: 265 / 270;
  flex-shrink: 1;
}
.tlx-hero-sticky-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.tlx-hero-sticky-overlay {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  line-height: 1.2;
}
.tlx-hero-sticky-bangers {
  font-family: 'Bangers', cursive;
  font-size: clamp(1.1rem, 4.2vw, 1.5rem);
  letter-spacing: 1px;
  line-height: 1.05;
  color: #1a1a1a;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
  margin: 0;
}
.tlx-hero-sticky-super {
  color: #cc0000;
  font-size: clamp(1.3rem, 5vw, 1.75rem);
  -webkit-text-stroke: 0.5px #880000;
  display: inline-block;
  margin-top: 4px;
}
.tlx-hero-sticky-body {
  margin: 8px 0 0;
  padding: 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(10.5px, 2.7vw, 12px);
  line-height: 1.3;
  color: #1a1a1a;
}
.tlx-hero-sticky-red {
  color: #cc0000;
  -webkit-text-stroke: 0.5px #880000;
}
.tlx-hero-sticky-fun {
  font-family: arial;
  font-size: clamp(11px, 2.8vw, 13px);
  line-height: 1.2;
  margin-top: 6px;
  color: green;
  font-weight: bold;
}
.tlx-hero-version {
  color: black;
  margin-top: -40px !important;
}
.tlx-cursor-link { cursor: pointer; }
.tlx-hero-pulse-logo {
  width: 120px;
  height: 112px;
  animation: tlx-pulse 1.5s ease-in-out infinite;
}

/* ── Beta tester banner extras ── */
.platform-cta-img {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 0;
  grid-column: 1 / -1;
}

/* ── Chrome extension extras ── */
.tlz-eyebrow-svg {
  vertical-align: middle;
  margin-right: 4px;
}
.tlz-eyebrow-free {
  color: #57E964;
  font-size: 0.85rem;
  letter-spacing: 0.25em;
}
.tlz-cta-free { font-size: 1rem; }

/* ── Video sections (two identical embeds) ── */
.tlx-video-section {
  margin: 40px 0 8px;
  text-align: center;
}
.tlx-video-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2e7d32;
  margin-bottom: 16px;
}
.tlx-video-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
.tlx-video-aspect {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.tlx-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ── Three colored callouts ── */
.tlx-callout {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 550px;
}
.tlx-callout--turquoise { background-color: turquoise; color: #333; }
.tlx-callout--gold      { background-color: #FFD700;   color: #333; }
.tlx-callout--red       { background-color: #cc0000;   color: white; }

/* ── Lite+ explainer panels ── */
.tlx-lite-explainer {
  max-width: 620px;
  margin: 24px auto 0;
}
.tlx-lite-explainer-logo-wrap {
  text-align: center;
  margin-bottom: 18px;
}
.tlx-lite-explainer-logo-img {
  max-width: 200px;
  width: 60%;
  height: auto;
}
.tlx-lite-panels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tlx-lite-panel {
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border-left: 6px solid;
}
.tlx-lite-panel--green { background: #a5d6a7; border-left-color: #2e7d32; }
.tlx-lite-panel--gold  { background: #FFD700; border-left-color: #cc9900; }
.tlx-lite-panel--blue  { background: #b3e5fc; border-left-color: #0277bd; }

.tlx-lite-panel-eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.tlx-lite-panel--green .tlx-lite-panel-eyebrow { color: #1b5e20; }
.tlx-lite-panel--gold  .tlx-lite-panel-eyebrow { color: #7a5800; }
.tlx-lite-panel--blue  .tlx-lite-panel-eyebrow { color: #01579b; }

.tlx-lite-panel-body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.tlx-lite-panel--green .tlx-lite-panel-body { color: #1a3a1c; }
.tlx-lite-panel--gold  .tlx-lite-panel-body { color: #333;    }
.tlx-lite-panel--blue  .tlx-lite-panel-body { color: #0d3c5e; }

/* ── Charter offer callout ── */
.tlx-charter-box {
  background: linear-gradient(135deg, #fff8e1 0%, #fffde7 100%);
  border: 2px solid #FFD700;
  border-radius: 20px;
  padding: 40px;
  margin: 32px auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(255, 215, 0, 0.2);
  text-align: center;
  max-width: 100%;
}
.tlx-charter-badge {
  position: absolute;
  top: -1px;
  right: 24px;
  background: #cc0000;
  color: white;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 12px rgba(204, 0, 0, 0.3);
}
.tlx-charter-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e65100;
  margin: 0 0 10px;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-h1 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 16px;
  line-height: 1.15;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-h1-accent { color: #2e7d32; }
.tlx-charter-body {
  font-size: 1rem;
  color: #555;
  margin: 0 auto 24px;
  line-height: 1.7;
  max-width: 580px;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-body-bold    { color: #1a1a1a; font-weight: 900; }
.tlx-charter-body-warning { color: #cc0000; }

.tlx-charter-price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.tlx-charter-price-group {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.tlx-charter-price-big {
  font-size: 2.2rem;
  font-weight: 900;
  color: #2e7d32;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-price-sub {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2e7d32;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-today {
  font-size: 1rem;
  color: #555;
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-today-accent { color: #2e7d32; }
.tlx-charter-save-badge {
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: white;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 8px 18px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 14px rgba(46, 125, 50, 0.35);
  font-family: 'Nunito', sans-serif;
}
.tlx-charter-cta {
  font-size: 1rem;
  padding: 14px 40px;
  display: inline-block;
  text-decoration: none;
}

/* ── Plan feature cards ── */
#tlx-overlay .tlx-feature-card-center { text-align: center; }
.tlx-feature-card-logo {
  max-width: 140px;
  width: 60%;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}
.tlx-feature-card-note {
  font-size: 0.8rem;
  color: #888;
  margin-top: 8px;
}

/* ── Six feature rows (alternating layout) ── */
.tlx-feature-row {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 48px 0;
  flex-wrap: wrap;
}
.tlx-feature-row--reverse { flex-direction: row-reverse; }

.tlx-feature-col-text {
  flex: 1;
  min-width: 220px;
}
.tlx-feature-h3 {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1565C0;
  margin-bottom: 8px;
}
.tlx-feature-p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
}
.tlx-feature-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
}
.tlx-feature-badge--lite {
  background: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}
.tlx-feature-badge--premium {
  background: #fff3e0;
  border: 1px solid #ffcc80;
  color: #e65100;
}

.tlx-feature-col-img {
  flex: 0 0 200px;
  max-width: 200px;
  margin: 0 auto;
}
.tlx-feature-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* ── Misc colored bits ── */
.tlx-color-red { color: red; }

.tlx-share-icon {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
}

.tlx-top50-img-180 { max-width: 180px; }

/* ── Creator section ── */
.tlx-creator-section {
  max-width: 800px;
  margin: 48px auto;
  padding: 0 24px;
  text-align: center;
}
.tlx-creator-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2e7d32;
  margin-bottom: 16px;
}
.tlx-creator-row {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.tlx-creator-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #2e7d32;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.tlx-creator-text {
  text-align: center;
  max-width: 480px;
}
#tlx-overlay .tlx-creator-name {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1565C0;
  margin: 0 0 8px;
  border: none;
  padding: 0;
}
.tlx-creator-role {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2e7d32;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
}
.tlx-creator-mcsd-p { margin-top: 24px; }
.tlx-creator-mcsd-img { padding: 10px; }
.tlx-creator-consulting {
  color: #2e7d32;
  font-size: 13px;
}
.tlx-creator-bio {
  font-size: 1rem;
  color: #444;
  line-height: 1.75;
  margin: 0;
}
.tlx-creator-patent-link {
  color: #1565C0;
  font-weight: 600;
}

/* ── Stories box ── */
.tlx-stories-box {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 20px;
  padding: 40px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}
.tlx-stories-eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #7ddb8a;
  margin: 0 0 10px;
}
#tlx-overlay .tlx-stories-h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px;
  border: none;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}
.tlx-stories-body {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin: 0 auto 24px;
  line-height: 1.75;
}
.tlx-stories-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.tlx-stories-tag {
  background: rgba(125, 219, 138, 0.12);
  border: 1px solid rgba(125, 219, 138, 0.3);
  color: #7ddb8a;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
}
.tlx-stories-cta {
  display: inline-block;
  background: #7ddb8a;
  color: #0d1f0f;
  font-family: 'Nunito', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  padding: 13px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(125, 219, 138, 0.3);
}
.tlx-stories-amazon {
  margin-top: 16px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.tlx-stories-amazon-link {
  color: #7ddb8a;
  font-weight: 600;
}

/* ── Footer / bottom ── */
.tlx-footer-row {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.tlx-copyright {
  color: #999;
  font-size: 0.85rem;
}
.tlx-back-top-wrap {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.tlx-back-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2e7d32;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #2e7d32;
  border-radius: 999px;
  background: transparent;
  transition: all 0.2s;
}
.tlx-back-top-btn:hover {
  background: #2e7d32;
  color: white;
}
.tlx-charter-code {
  margin-top: 14px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #fff8e1, #ffecb3);
  border: 2px dashed #f57c00;
  border-radius: 8px;
  font-size: 0.92rem;
  color: #6d4c00;
  text-align: center;
  letter-spacing: 0.3px;
}
.tlx-charter-code strong {
  font-family: 'Courier New', monospace;
  font-size: 1.05rem;
  letter-spacing: 2px;
  color: #e65100;
  font-weight: 800;
}
