:root {
  --tlc-root-font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --rich-black: #0D0D0D;
  --electric-blue: #2978F0;
  --soft-white: #F5F5F5;
  --warm-beige: #F2E9E4;
  --vivid-coral: #FF5C5C;
  --font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --header-height: 64px;
  --header-safe-padding: 12px;
  --banner-stack-height: 0px;
  --footer-height: 96px;
  --footer-safe-padding: 12px
}

html {
  font-family: var(--font-family, var(--tlc-root-font-family));
  box-sizing: border-box;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%
}

body {
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
  background-color: var(--soft-white);
  color: var(--rich-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden
}

.header-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box
}

.section-margin {
  margin-top: 0.5rem
}

.legal-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 20px
}

.call-to-action-banner-container {
  width: 100vw;
  margin-bottom: 60px;
}

.call-to-action-banner-container a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: rgb(255, 255, 255)
}

.unified-tech-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 0 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  box-sizing: border-box;
  overflow-x: visible
}

.feature-banner-container {
  width: 100%;
  max-width: none;
  margin: 0 auto 40px auto;
  padding: 8px;
  background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 50%, #bdbdbd 100%);
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.tech-squares-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.full-width-center-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.section-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box
}

.contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box
}

.error-section {
  text-align: center;
  padding: 100px 20px
}

.demo-container {
  width: 100%;
  max-width: none;
  margin: 24px auto;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06)
}

main {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 680px;
  margin-top: 5px;
  margin-bottom: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}

.feature-banner-text p {
  margin: 0;
}

.feature-banner-text h3 {
  margin: 0;
  font-size: clamp(1.2rem, 2.3vw, 1.85rem);
  line-height: 1.1;
}

.feature-banner-stage {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  width: 100%;
  will-change: opacity, filter;
  transition: opacity 340ms ease, filter 340ms ease;
  cursor: pointer;
}

.feature-banner-stage>a,
.feature-banner-stage>a:visited,
.feature-banner-stage>a:hover,
.feature-banner-stage>a:focus {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
}

.feature-banner-stage.is-leaving {
  opacity: 0;
  filter: blur(6px);
}

.feature-banner-stage.is-entering {
  animation: FeatureBannerReveal 820ms ease;
}

.feature-banner-symbol {
  min-height: 1em;
  margin: 0;
  margin-top: 0.70rem;
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0d0d0d;
}

.feature-banner-name {
  min-height: 1em;
  margin: 0;
  margin-top: 0.70rem;
  max-width: 30ch;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.25;
  color: #3f3f46;
}

.feature-banner-name:empty,
.feature-banner-analysis:empty,
.feature-banner-timestamp[hidden] {
  display: none;
}

.feature-banner-analysis {
  min-height: 1em;
  margin: 0;
  margin-top: 0.70rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #174379;
  background: rgba(23, 67, 121, 0.08);
}

.feature-banner-analysis[data-tone="bullish"] {
  color: #166534;
  background: rgba(22, 101, 52, 0.12);
}

.feature-banner-analysis[data-tone="bearish"] {
  color: #b42318;
  background: rgba(180, 35, 24, 0.12);
}

.feature-banner-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  max-width: 68rem;
  margin-top: 1.20rem;
}

.feature-banner-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  padding: 1.10rem 1.00rem;
  border-radius: 20px;
  background: rgba(17, 24, 39, 0.045);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-banner-stat:hover {
  transform: translateY(-2px);
  background: rgba(17, 24, 39, 0.065);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.feature-banner-stat-label {
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  text-align: center;
}

.feature-banner-stat-value {
  font-size: clamp(1.10rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
}

.feature-banner-stat-value[data-tone="up"] {
  color: #166534;
}

.feature-banner-stat-value[data-tone="down"] {
  color: #b42318;
}

.feature-banner-timestamp {
  position: absolute;
  right: clamp(0.8rem, 1.5vw, 1.2rem);
  bottom: 0.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6b7280;
  text-align: right;
  white-space: nowrap;
}

.feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-115%);
}

.feature-banner.is-flashing::after {
  animation: FeatureBannerFlash 820ms ease;
}

@keyframes FeatureBannerReveal {
  0% { opacity: 0; filter: blur(8px); }
  60% { opacity: 1; filter: blur(0); }
}

@keyframes FeatureBannerFlash {
  0% { opacity: 0; transform: translateX(-115%); }
  20% { opacity: 0.95; }
  100% { opacity: 0; filter: blur(0); transform: translateX(115%); }
}

.tech-square-source {
  flex: 1;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: #FFD700;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-square-source:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tech-square-label {
  display: block;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.04em;
}

.LCM-feature-link {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
  display: flex;
}

