: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;
  --dusty-blue: #218decc1;
}

/* Careers Page Global Styles */
.open-positions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: 40px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.open-position-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.open-position-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: var(--electric-blue);
}

.open-position-card h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--rich-black);
  line-height: 1.2;
}

.open-position-card .badge {
  background: rgba(41, 120, 240, 0.1);
  color: var(--electric-blue);
  padding: 4px 10px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.apply-section h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.apply-section a {
  color: var(--electric-blue);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.apply-section a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

html {
  box-sizing: border-box;
  -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 {
  /* full-bleed container: background stretches edge-to-edge while
     inner `.call-to-action-banner` remains centered and constrained */
  width: 100vw;
  box-sizing: border-box;
  text-align: center;
  padding: 18px 0;
  /* vertical spacing for the full-width band */
  position: relative;
  z-index: 1;
}

.call-to-action-banner-container a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: auto;
}


.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
}

.call-to-action-banner {
  /* inner content constrained so text/buttons remain centered */
  width: 100vw;
  padding: 18px 22px;
  background: var(--dusty-blue);
  color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}

/* On very small screens we keep the original tighter padding */


.feature-banner-container {
  width: 100%;
  max-width: none;
  margin: 0 auto 40px auto;
  padding: 8px;
  /* default feature banner: soft silver gradient */
  background: linear-gradient(135deg, #f7f8f9 0%, #eef2f5 50%, #dcdfe2 100%);
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  text-align: center;
  color: var(--rich-black);
}

/* Ensure feature banner inner content is centered */
.feature-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}


.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: 900px;
  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;
  margin-top: 1.20rem;
  justify-items: center;
  justify-content: center;
}

.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 {
  bottom: 0.8rem;
  z-index: 6;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6b7280;
  text-align: right;
  white-space: nowrap;
  margin: 1rem 0 0 0;
}

.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%);
}

.lcm-feature-banner-container .feature-banner-text {
  text-align: center;
  align-items: center;
}

.lcm-feature-banner-container .feature-banner-stage {
  justify-content: center;
}

/* LCM: increase spacing between metric tabs for better readability */
.lcm-feature-banner-container {
  gap: 5rem !important;
  justify-content: center;
  justify-items: center;
  margin: 1.2rem auto 0 auto !important;
  background: linear-gradient(135deg, #fbfbfb 0%, #eef1f4 45%, #d7dadd 100%);
  color: var(--rich-black);
  padding: 0.7rem 1.4rem !important;
  margin: 0 1rem !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.55) !important;
  width: 95vw;
}



.lcm-feature-banner-container .feature-banner-stat-value {
  font-size: 0.78rem !important;
  /* enforce smaller numeric size for full-screen */
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

/* Ensure labels remain small and unobtrusive */
.lcm-feature-banner-container .feature-banner-stat-label {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

.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;
}

option {
  font-family: var(--font-family, var(--tlc-root-font-family))
}

body.home-page {
  background-color: #000
}

.app-badges-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px
}

.app-badges-container--center {
  justify-content: center
}

.app-badges-container--start {
  justify-content: flex-start
}

.text-center {
  text-align: center
}

.section-margin h3 {
  margin-top: 0;
  margin-bottom: 0.25rem
}

.legal-section-padding {
  padding: 1.5rem;
  margin: 1rem 0
}

.font-weight-400 {
  font-weight: 400
}

.font-size-0-9 {
  font-size: 0.9rem
}

.text-underline {
  text-decoration: underline
}

header h1 {
  margin: 0;
  padding: 0;
  line-height: 1.05;
  white-space: nowrap
}

header h1 a.brand-link {
  color: #fff;
  text-decoration: none
}

header h1 a.brand-link:hover {
  color: #fff;
  text-decoration: none
}

header h1 .brand-link-space {
  opacity: 1
}

h2 {
  margin-top: 40px;
  text-align: center
}

.page-header-tight {
  margin: 0.5rem auto 0 auto;
  padding-top: 0;
  text-align: center;
  width: 100%;
  max-width: none
}

.page-header-tighter {
  margin: 0.5rem auto 0 auto;
  padding-top: 0;
  text-align: center;
  width: 100%;
  max-width: none
}

.page-header-tight h1 {
  margin-top: 1rem
}

.page-header-tight h2 {
  margin-top: 1rem
}

.page-header-tighter h1 {
  margin-top: 2rem
}

.page-header-tighter h2 {
  margin-top: 2rem
}

main > section.page-header-tight:first-child,
main > section.page-header-tighter:first-child {
  margin-top: 0;
  padding-top: 0;
}

main > section.page-header-tight:first-child h1 {
  margin-top: 0
}

main > section.page-header-tighter:first-child h1 {
  margin-top: 0
}

main > h2:first-child {
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

main > section.page-header-tight:first-child h2 {
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

main > section.page-header-tighter:first-child h2 {
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

body.home-page main {
  padding-top: 0
}

body.home-page .page-scroll-container {
  background-color: #000
}

body.home-page .page-scroll-container main {
  position: relative;
  z-index: 1;
  background-color: var(--soft-white);
  min-height: 100%
}

.page-scroll-container {
  position: fixed;
  top: calc(var(--header-height) + var(--banner-stack-height));
  right: 0;
  bottom: calc(var(--footer-height) + var(--header-offset, 0px));
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  transform: translateZ(0) translateY(var(--header-offset, 0px));
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1)
}

.flip-card-container {
  perspective: 1000px;
  width: 260px;
  height: 160px;
  margin: 10px
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px
}

.flip-card-container:hover .flip-card {
  transform: rotateY(180deg)
}

.flip-card-container:focus-within .flip-card {
  transform: rotateY(180deg)
}

.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0D0D0D;
  background: white
}

.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.1rem;
  color: white;
  background: var(--electric-blue);
  transform: rotateY(180deg)
}

.hidden-on-page {
  display: none
}

.app-link-official {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  line-height: 0
}

.app-link-official:hover {
  transform: translateY(-2px);
  opacity: 0.9
}

.app-link-official svg {
  height: 40px;
  width: auto;
  display: block
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 440px;
  height: 40px;
  padding: 4px 8px 5px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box
}

.product-badge-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  text-align: left;
  line-height: 1;
  white-space: nowrap
}

.product-badge-subtitle {
  display: block;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none
}

.product-badge-title {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.015em
}

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

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

.home-page-feature {
  width: 100%;
  max-width: none;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1
}

.home-page-feature:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1)
}

.home-page-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
}

.pillars-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: visible;
  align-items: stretch;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: none
}

.pillars-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin: 13px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0
}

.home-page .pillars-row {
  gap: 16px;
}

.home-page .pillars-container {
  max-width: 270px;
}

.pillars-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1)
}

.pillar {
  display: block;
  padding: 0 8px;
  text-align: center;
  cursor: pointer
}

.pillar a {
  text-decoration: none;
  color: black
}

.about-pillars-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 16px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box
}

.about-pillars-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12)
}

.about-pillars-container:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12)
}

.about-pillars-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 190px;
  max-width: 440px;
  min-height: 110px;
  height: 110px;
  background: white;
  border-radius: 8px;
  padding: 16px 12px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 120ms ease, box-shadow 120ms ease
}

.about-pillars-container h3 {
  font-size: 1rem;
  margin: 0
}

.about-pillar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center
}

.about-pillar h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.3
}

.pillar p {
  font-size: 16px;
  max-width: 440px;
  margin-top: -12px
}

.pillars-container-link {
  text-decoration: none;
  color: inherit
}

.pillars-container-link:visited {
  color: inherit
}

.unified-tech-section .pillars-container-link {
  justify-content: flex-start;
}

.unified-tech-section .pillar {
  padding-top: 6px
}

.unified-tech-section .pillar h3 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.2
}

.pillars-container-link--postgres {
  background-color: #6f2cff
}

.pillars-container-link--postgres .pillar h3 {
  color: #ffffff
}

.pillars-container-link--postgres .pillar p {
  color: #ffffff
}

.pillars-container-link--source .pillar h3 {
  color: #FFD700
}

.pillars-container-link--source .pillar p {
  color: #FFD700
}

.pillars-container-link--hamilton .pillar h3 {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #174379
}

.pillars-container-link--hamilton .pillar p {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #174379
}

.pillars-container-link--cli .pillar h3 {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #174379
}

.pillars-container-link--cli .pillar p {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #174379
}

.advertise-pillars-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  padding: 0;
  box-sizing: border-box
}

.advertise-pillars-row .pillars-container.advertise-pillars-container {
  flex: 1 1 220px;
  width: auto;
  max-width: none;
  margin: 0;
  box-sizing: border-box
}

.support-wrapper {
  width: 100%;
  max-width: none;
  margin: 0 auto 12px auto;
  padding: 20px 28px;
  box-sizing: border-box
}

.font-weight-600 {
  font-weight: 600
}

.error-title {
  font-size: 80px;
  margin-bottom: 20px;
  color: #4b0082;
}

.error-subtitle {
  font-size: 24px;
  margin-bottom: 30px;
}

.error-text {
  color: #666;
  margin-bottom: 40px;
}

.demo-tip {
  font-size: 0.9rem;
  color: #666;
  margin-top: 12px
}

.demo-empty {
  padding: 24px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  text-align: center;
  color: #777
}

.demo-video {
  width: 100%;
  max-width: 440px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}

.demo-info {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.demo-warning {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #b04;
}

.mb-1-25rem {
  margin-bottom: 1.25rem !important;
}

.muted {
  color: #666 !important;
}
