#chimti-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  background: #f8f8f4;
  color: #0a81d9;
  opacity: 1;
  visibility: visible;
  transition: opacity 460ms ease, visibility 460ms ease;
}

#chimti-loader[data-state="done"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.chimti-loader-stage {
  display: grid;
  place-items: center;
  transform: translateY(-2vh);
}

.chimti-loader-icon {
  display: block;
  width: clamp(82px, 7vw, 116px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(10, 129, 217, 0.18));
  transform-origin: center;
  animation: chimtiLoaderIconPulse 980ms ease-in-out infinite;
}

@keyframes chimtiLoaderIconPulse {
  0% {
    opacity: 0.88;
    transform: scale(0.98);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }

  100% {
    opacity: 0.88;
    transform: scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .chimti-loader-icon {
    animation: none;
    opacity: 1;
  }
}

.chimti-logo-lockup {
  width: 140px !important;
}

.chimti-brand-main {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 124px;
  height: 42px;
  gap: 0;
}

.chimti-wordmark {
  display: block;
  width: 116px;
  height: 34px;
  object-fit: cover;
  object-position: center;
}

.chimti-footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  text-decoration: none;
  max-width: min(560px, 86vw);
}

.chimti-footer-wordmark {
  display: block;
  width: min(360px, 72vw);
  height: auto;
}

.chimti-footer-tagline {
  color: var(--color-text-tertiary, #6f7480);
  font-size: 18px;
  line-height: 1.25;
  font-family: inherit;
}

.chimti-global-footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: min(360px, 52vw);
  text-decoration: none;
  transform: none;
}

.chimti-global-footer-wordmark {
  display: block;
  width: 100%;
  height: auto;
}

global-footer #sub-footer > div:has(.chimti-global-footer-brand) {
  overflow: visible !important;
}

.chimti-global-footer-tagline {
  display: none;
}

body[data-chimti-home] {
  --chimti-sky: #18b9fe;
  --chimti-blue: #14aaf4;
  --chimti-deep-blue: #0a81d9;
  --chimti-navy: #0058be;
  --color-text-brand-1: var(--chimti-deep-blue);
  --color-text-brand-2: var(--chimti-sky);
  --color-text-brand-3: var(--chimti-navy);
  --color-surface-brand: var(--chimti-deep-blue);
  --color-blue-200: #d7f3ff;
  --color-blue-400: var(--chimti-sky);
  --color-blue-600: var(--chimti-deep-blue);
  --color-blue-800: var(--chimti-navy);
}

body[data-chimti-home] .text-text-brand-1,
body[data-chimti-home] .text-text-brand-2,
body[data-chimti-home] .text-text-brand-3 {
  color: var(--chimti-deep-blue) !important;
}

body[data-chimti-home] .bg-surface-brand {
  background:
    radial-gradient(circle at 88% 16%, rgba(24, 185, 254, 0.48), transparent 34%),
    linear-gradient(135deg, var(--chimti-sky) 0%, var(--chimti-deep-blue) 48%, var(--chimti-navy) 100%) !important;
}

body[data-chimti-home] mistral-atom-progressbar[style*="background:#ffaf01"] {
  background: linear-gradient(90deg, var(--chimti-sky), var(--chimti-deep-blue)) !important;
}

body[data-chimti-home] img[src*="Thumbnail-Solution-Vibe"] {
  filter: hue-rotate(180deg) saturate(1.12) brightness(1.02);
}

body[data-chimti-home] [style*="background-color: #ffaf01"],
body[data-chimti-home] [style*="background-color:#ffaf01"] {
  background-color: var(--chimti-sky) !important;
}

body[data-chimti-home] [style*="background-color: #ff5229"],
body[data-chimti-home] [style*="background-color:#ff5229"],
body[data-chimti-home] [style*="background-color: #ff8204"],
body[data-chimti-home] [style*="background-color:#ff8204"] {
  background-color: var(--chimti-blue) !important;
}

body[data-chimti-home] [style*="background-color: #e51300"],
body[data-chimti-home] [style*="background-color:#e51300"] {
  background-color: var(--chimti-deep-blue) !important;
}

body[data-chimti-home] svg [fill="#FA500F"],
body[data-chimti-home] svg [fill="#E61300"],
body[data-chimti-home] svg [fill="#C4001D"] {
  fill: var(--chimti-deep-blue) !important;
}

body[data-chimti-home] svg [fill="#FFAF01"] {
  fill: var(--chimti-sky) !important;
}

body[data-chimti-home] .bg-blue-200 {
  background-color: #d7f3ff !important;
}

body[data-chimti-home] .js-main-title .text-display {
  font-size: clamp(58px, 5vw, 96px) !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

.chimti-hero-live-ceo {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  pointer-events: none;
}

.chlc-card {
  width: min(560px, 100%);
  max-height: 90%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 129, 217, 0.18);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(0, 46, 99, 0.09);
  color: #0a2a45;
  font-family: ui-monospace, "SFMono-Regular", Menlo, "Liberation Mono", monospace;
  transform: none;
}

.chlc-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(10, 129, 217, 0.12);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.chlc-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0a9eea;
  font-weight: 800;
}

.chlc-live i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18b9fe;
  animation: chimtiLivePulse 1.6s infinite;
}

.chlc-title {
  color: #586b7d;
}

.chlc-clock {
  margin-left: auto;
  color: #9aa7b4;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
}

.chlc-feed {
  position: relative;
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}

.chlc-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 9px;
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  color: #0a2a45;
  font-size: 13.5px;
  line-height: 1.3;
}

.chlc-row:last-child {
  border-bottom: 0;
}

.chlc-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 3px 6px;
  border-radius: 5px;
  background: #eaf6ff;
  color: #0a81d9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.chlc-row[data-severity="ai"] .chlc-tag {
  background: #e8f8ff;
  color: #0367b1;
}

.chlc-row[data-severity="alert"] .chlc-tag {
  background: #fff2dc;
  color: #a26000;
}

.chlc-row[data-severity="positive"] .chlc-tag {
  background: #e7f8ef;
  color: #13874b;
}

.chlc-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chlc-status {
  color: #3a9ad9;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@keyframes chimtiLivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 185, 254, 0.5);
  }

  70% {
    box-shadow: 0 0 0 7px rgba(24, 185, 254, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(24, 185, 254, 0);
  }
}

@media (max-width: 900px) {
  .chimti-hero-live-ceo {
    align-items: flex-start;
    padding: 10px;
  }

  .chlc-card {
    width: min(560px, 100%);
    transform: none;
  }

  .chlc-row {
    grid-template-columns: auto minmax(0, 1fr);
    font-size: 12px;
  }

  .chlc-status {
    display: none;
  }
}

@media (max-height: 820px) and (min-width: 901px) {
  .chlc-card {
    width: min(560px, 100%);
  }
}

.js-tab-content-pricing[data-active="false"] {
  display: none !important;
}

.js-tab-content-pricing[data-anchor="plans"] table thead {
  position: static !important;
  top: auto !important;
}

.chimti-feature-compare {
  padding-top: 80px !important;
  padding-bottom: 104px !important;
}

.chimti-feature-compare > .max-w-432 > .mb-8 {
  display: none !important;
}

.chimti-feature-compare .overflow-x-auto {
  border-color: var(--color-border-primary, #deded8) !important;
  background: var(--color-surface-brand-primary, #fbfbf8);
}

.chimti-feature-compare table {
  table-layout: fixed;
  background: var(--color-surface-brand-primary, #fbfbf8);
}

.chimti-feature-compare thead th {
  height: 120px;
  padding: 20px 24px !important;
  background: var(--color-surface-brand-primary, #fbfbf8) !important;
}

.chimti-feature-compare thead th:first-child > * {
  display: none !important;
}

.chimti-feature-compare thead .text-body-small {
  display: none !important;
}

.chimti-feature-compare th,
.chimti-feature-compare td {
  border-right: 1px solid var(--color-border-primary, #deded8);
  vertical-align: top;
}

.chimti-feature-compare th:last-child,
.chimti-feature-compare td:last-child {
  border-right: 0;
}

.chimti-feature-compare tbody tr:last-child {
  border-bottom: 0;
}

.chimti-feature-compare th:first-child,
.chimti-feature-compare td:first-child {
  width: 28%;
}

.chimti-feature-compare th:not(:first-child),
.chimti-feature-compare td:not(:first-child) {
  width: 18%;
}

.chimti-feature-compare tbody tr:not(.chimti-compare-section-row) td {
  height: 72px;
  padding: 20px 24px !important;
  vertical-align: middle;
}

.chimti-feature-compare tbody td:first-child .text-button-large {
  font-size: 17px !important;
  line-height: 1.2 !important;
}

.chimti-feature-compare tbody td:first-child .text-body-small {
  display: none !important;
}

.chimti-compare-plan-head {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.chimti-compare-cta {
  min-height: 40px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  border-radius: 6px;
  background: var(--color-surface-brand-secondary, #f3f2ed);
  color: var(--color-text-primary, #0d0d0d);
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.chimti-compare-section-row td {
  padding: 24px !important;
  border-right: 0 !important;
  background: var(--color-surface-brand-primary, #fbfbf8);
}

.chimti-compare-section-title {
  font-family: inherit;
  font-size: clamp(30px, 2.25vw, 42px);
  line-height: 1;
  color: var(--color-text-primary, #0d0d0d);
}

.chimti-feature-compare tbody td:not(:first-child) {
  color: var(--color-text-primary, #0d0d0d);
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
}

mistral-template-pricing-index section:has(.js-spoiler) {
  padding: 0 !important;
  border-top: 1px solid var(--color-border-primary, #deded8);
  border-bottom: 1px solid var(--color-border-primary, #deded8);
}

mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 {
  display: grid !important;
  grid-template-columns: minmax(300px, 31%) minmax(0, 69%) !important;
  gap: 0 !important;
  align-items: stretch !important;
  border-left: 1px solid var(--color-border-primary, #deded8);
  border-right: 1px solid var(--color-border-primary, #deded8);
}

mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 > div:first-child {
  grid-column: auto !important;
  padding: 48px 40px !important;
  border-right: 1px solid var(--color-border-primary, #deded8);
}

mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 > div:first-child .text-h2 {
  font-size: clamp(48px, 3.6vw, 68px) !important;
  line-height: 0.95 !important;
}

mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 > div:nth-child(2) {
  grid-column: auto !important;
  border-top: 0 !important;
}

mistral-template-pricing-index section:has(.js-spoiler) .js-spoiler button {
  min-height: 82px;
  padding: 24px 16px !important;
}

mistral-template-pricing-index section:has(.js-spoiler) .js-spoiler .text-h5 {
  font-size: clamp(24px, 1.35vw, 28px) !important;
  line-height: 1.1 !important;
}

mistral-template-pricing-index section:has(.js-spoiler) .js-spoiler-content > div {
  padding: 0 16px 24px !important;
}

@media (max-width: 767px) {
  .chimti-feature-compare {
    padding-top: 48px !important;
    padding-bottom: 60px !important;
  }

  mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 {
    grid-template-columns: 1fr !important;
    border-left: 0;
    border-right: 0;
  }

  mistral-template-pricing-index section:has(.js-spoiler) > .max-w-432 > div:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--color-border-primary, #deded8);
    padding: 32px 16px !important;
  }
}

@media (min-width: 768px) {
  global-footer .md\:min-h-135 {
    min-height: 0 !important;
  }

  global-footer footer > div:first-child .md\:py-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  global-footer #sub-footer {
    min-height: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  global-footer #sub-footer > div:has(.chimti-global-footer-brand) {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media (min-width: 1024px) {
  .js-tab-content-pricing[data-anchor="plans"] > section > div.max-w-432.w-full.mx-auto.relative.h-auto.flex:has(mistral-block-card-plan) {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 0 !important;
    padding-top: 40px;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan {
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    height: 100%;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan:not([data-index="1"]) > .h-10 {
    display: none !important;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan[data-index="1"] {
    position: relative;
    z-index: 2;
    background: var(--color-surface-brand-secondary, #f4f3ef) !important;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan[data-index="1"] > .h-10:first-child {
    position: absolute;
    inset: -40px -1px auto -1px;
    height: 40px;
    z-index: 3;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan > div:first-child > .flex.flex-col.gap-6.p-6.items-start {
    min-height: 340px;
  }

}

.chimti-billing-toggle .js-background {
  display: none !important;
}

.chimti-billing-toggle {
  background: var(--color-surface-brand-primary, #fbfbf8) !important;
  overflow: visible !important;
}

.chimti-billing-toggle .js-tab {
  min-width: 88px;
  height: 44px;
  justify-content: center;
  color: var(--color-text-primary, #0d0d0d) !important;
  background: transparent !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

.chimti-billing-toggle .js-tab[data-active="true"] {
  background: var(--color-surface-invert, #11111d) !important;
  color: var(--color-text-invert, #fff) !important;
}

.chimti-billing-toggle .js-tab[data-active="false"] {
  background: transparent !important;
  color: var(--color-text-primary, #0d0d0d) !important;
}

.chimti-billing-toggle .js-tab p {
  color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.chimti-billing-toggle .js-tab * {
  pointer-events: none;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan .text-h3 {
    font-size: clamp(40px, 3.6vw, 56px) !important;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan .text-h4 {
    font-size: clamp(22px, 2.2vw, 34px) !important;
  }

  .js-tab-content-pricing[data-anchor="plans"] mistral-block-card-plan .flex.items-end.gap-2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .chimti-logo-lockup {
    width: 118px !important;
  }

  .chimti-brand-main {
    width: 104px;
    height: 40px;
  }

  .chimti-wordmark {
    width: 90px;
    height: 32px;
  }

  .chimti-footer-brand {
    gap: 10px;
  }

  .chimti-footer-wordmark {
    width: min(240px, 78vw);
  }

  .chimti-footer-tagline {
    font-size: 14px;
  }

  .chimti-global-footer-brand {
    gap: 0;
    width: min(230px, 74vw);
    transform: none;
  }

  .chimti-global-footer-wordmark {
    width: 100%;
    height: auto;
  }

  .chimti-global-footer-tagline {
    display: none;
  }

  body[data-chimti-home] .js-main-title .text-display {
    font-size: clamp(44px, 12vw, 72px) !important;
    line-height: 0.96 !important;
  }
}
