:root {
  color-scheme: dark;
  --cb-home-showcase-bleed: 121%;
  --cb-home-showcase-offset: -10.5%;
  --cb-feature-showcase-bleed: 112%;
  --cb-feature-showcase-offset: -6%;
}

@font-face {
  font-family: "CalSans-Regular";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/cal-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-display: swap;
  font-weight: 100 700;
  src: url("/assets/fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}

html {
  background-color: #131313;
  font-size: 81%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #131313;
  color: #e5e2e1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.01em;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
}

p {
  line-height: 1.75;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.banana-satin-gradient,
.satin-gradient {
  background: linear-gradient(180deg, #ffd600 0%, #e9c400 100%);
}

@keyframes cbRecruitTextFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.cb-recruit-highlight {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.12rem 0.2rem;
  text-decoration: none;
  max-width: 100%;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.cb-recruit-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.75) 28%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 214, 0, 0.75) 72%,
    rgba(255, 214, 0, 0) 100%
  );
  background-size: 220% 100%;
  animation: cbRecruitTextFlow 3.4s linear infinite;
  opacity: 0.9;
  pointer-events: none;
}

.cb-recruit-highlight:hover {
  transform: translateY(-1px);
}

.cb-recruit-highlight-main {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.cb-recruit-highlight-icon {
  font-size: 1.6rem;
  color: #ffd600;
  filter: drop-shadow(0 0 8px rgba(255, 214, 0, 0.35));
}

.cb-recruit-highlight-text {
  font-size: clamp(1.2rem, 2.1vw, 1.62rem);
  font-weight: 860;
  line-height: 1.16;
  letter-spacing: 0.01em;
  background: linear-gradient(
    96deg,
    #ffe787 4%,
    #ffd600 38%,
    #fff9df 50%,
    #ffd600 62%,
    #ffe787 96%
  );
  background-size: 220% 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: cbRecruitTextFlow 3.4s linear infinite;
  text-shadow: 0 0 14px rgba(255, 214, 0, 0.18);
}

.cb-recruit-highlight-sub {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 680;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
}

.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  width: 1em;
  overflow: hidden;
  flex: 0 0 auto;
  text-align: center;
}

.cb-inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  vertical-align: -0.125em;
}

.mockup-ui-bg {
  background: linear-gradient(145deg, #1c1c1c 0%, #0e0e0e 100%);
}

.module-index {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-style: italic;
  opacity: 0.1;
  line-height: 1;
}

.cb-wordmark {
  font-family: "CalSans-Regular", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-feature-settings: normal;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cb-wordmark-header {
  font-size: 22px;
  color: rgb(255, 224, 26);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  position: relative;
  top: 2px;
}

.cb-wordmark-brand {
  color: rgb(255, 224, 26);
}

.cb-header-shell {
  position: relative;
  left: 0;
}

.cb-help-shell {
  position: relative;
  max-width: 1536px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  box-sizing: border-box;
  width: 100%;
}

.cb-help-workspace {
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
  column-gap: 3rem;
  align-items: flex-start;
  width: 100%;
}

.cb-help-sidebar {
  width: 20rem;
  align-self: stretch;
}

.glass-card,
.glass-hud {
  background: rgba(32, 31, 31, 0.7);
  backdrop-filter: blur(20px);
}

.machined-border,
.ghost-border {
  outline: 1px solid rgba(77, 70, 50, 0.15);
}

.tight-track {
  letter-spacing: -0.02em;
}

.all-caps-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cb-download-meta {
  font-size: 0.875rem;
}

.cb-help-search-panel {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 0.75rem);
  z-index: 60;
  max-height: min(30rem, 62vh);
  overflow-y: auto;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(18, 18, 18, 0.96);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  backdrop-filter: blur(18px);
  text-align: left;
}

.cb-help-search-panel[hidden] {
  display: none;
}

.cb-help-search-count {
  padding: 0.45rem 0.625rem 0.625rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-help-search-list {
  display: grid;
  gap: 0.35rem;
}

.cb-help-search-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 0.85rem;
  color: inherit;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.cb-help-search-result:hover {
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-1px);
}

.cb-help-search-result-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.25rem 0.45rem;
  border-radius: 9999px;
  background: rgba(255, 214, 0, 0.1);
  color: #ffd600;
  font-size: 0.68rem;
  font-weight: 800;
}

.cb-help-search-result-body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.cb-help-search-result-eyebrow {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 700;
}

.cb-help-search-result-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.cb-help-search-result-summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cb-help-search-result-arrow {
  color: rgba(255, 255, 255, 0.28);
  font-size: 1rem;
}

.cb-help-search-result:hover .cb-help-search-result-title,
.cb-help-search-result:hover .cb-help-search-result-arrow {
  color: #ffd600;
}

.cb-help-search-empty {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.85rem;
  line-height: 1.7;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #444;
}

.cb-app-icon {
  background-color: #101010;
  border-radius: 22.5% !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 -1px 0 rgba(0, 0, 0, 0.28) inset,
    0 16px 32px rgba(0, 0, 0, 0.28);
}

header .cb-app-icon,
footer .cb-app-icon {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 48%
  );
}

.cb-home-carousel-stage {
  display: block;
  width: var(--cb-home-showcase-bleed);
  height: auto;
  max-width: none;
  margin-left: var(--cb-home-showcase-offset);
  transition: opacity 220ms ease;
}

.cb-home-carousel-stage.is-swapping {
  opacity: 0.72;
}

.cb-feature-preview-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cb-feature-showcase-bleed);
  margin-left: var(--cb-feature-showcase-offset);
  aspect-ratio: 3248 / 2120;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 214, 0, 0.07), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #171717;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 6px 16px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.cb-feature-preview-placeholder--media {
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
}

.cb-feature-preview-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.cb-toolbox-demo-shell {
  width: var(--cb-feature-showcase-bleed);
  margin-left: var(--cb-feature-showcase-offset);
}

.cb-toolbox-demo-stage {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.cb-toolbox-demo-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease;
}

.cb-toolbox-demo-video.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cb-toolbox-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cb-toolbox-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  border-radius: 0.95rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cb-toolbox-tab .material-symbols-outlined {
  font-size: 1.2rem;
}

.cb-toolbox-tab:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
}

.cb-toolbox-tab.is-active {
  color: #332a00;
  background: linear-gradient(135deg, #ffe24a 0%, #ffd600 55%, #c99f00 100%);
  box-shadow: 0 0 24px rgba(255, 214, 0, 0.18);
}

.cb-toolbox-tab.is-active:hover {
  color: #332a00;
}

.cb-feature-preview-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.28);
}

.cb-use-case-chips {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.125rem 0 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cb-use-case-chips::-webkit-scrollbar {
  display: none;
}

.cb-recruit-role-chips {
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  row-gap: 0.95rem;
  max-width: 72rem;
  margin-inline: auto;
}

.cb-use-case-chip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 12.75rem;
  padding: 0.95rem 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  cursor: default;
  transform: translateY(0) scale(1);
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.cb-use-case-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 42%,
    transparent 72%
  );
  transform: translateX(-140%);
  transition: transform 460ms ease;
}

.cb-use-case-chip:hover {
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 214, 0, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(255, 214, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: scale(1.04);
}

.cb-use-case-chip:hover::after {
  transform: translateX(140%);
}

.cb-use-case-chip.is-featured {
  color: #ffd600;
  border-color: rgba(255, 214, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.14), rgba(255, 214, 0, 0.04)),
    rgba(255, 214, 0, 0.06);
}

.cb-use-case-chip.is-featured:hover {
  color: #332a00;
  background: linear-gradient(135deg, #ffe66b 0%, #ffd600 55%, #c99f00 100%);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(255, 214, 0, 0.24);
}

.cb-testimonials-section {
  position: relative;
  overflow: hidden;
}

.cb-testimonials-section::before {
  content: "";
  position: absolute;
  top: -18rem;
  left: 50%;
  width: 52rem;
  height: 52rem;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(255, 214, 0, 0.12) 0%,
    rgba(255, 214, 0, 0.04) 38%,
    rgba(255, 214, 0, 0) 72%
  );
  pointer-events: none;
}

.cb-testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cb-testimonial-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(16, 17, 22, 0.92);
  padding: 1.4rem 1.3rem 1.2rem;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cb-testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.cb-testimonial-avatar {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 9999px;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  background: #22252e;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, 0.22),
    0 8px 16px rgba(0, 0, 0, 0.28);
}

.cb-testimonial-name {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
  font-weight: 740;
  line-height: 1.15;
}

.cb-testimonial-role {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 600;
}

.cb-testimonial-quote {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.72;
}

.cb-testimonial-quote strong {
  color: #ffd600;
  font-weight: 760;
}

.cb-scroll-reveal {
  opacity: 1;
  transform: translateY(0);
  filter: none;
  transition: none;
}

.cb-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

.cb-home-carousel-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.cb-home-carousel-dot.is-active {
  background: #ffd600;
  border-color: rgba(255, 214, 0, 0.45);
  transform: scale(1.15);
}

@media (max-width: 767px) {
  .cb-header-language {
    display: none;
  }

  .cb-toolbox-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-use-case-chips {
    justify-content: flex-start;
    gap: 0.75rem;
    padding-inline: 0.25rem;
  }

  .cb-recruit-role-chips {
    justify-content: center;
    overflow: visible;
  }

  .cb-use-case-chip {
    min-width: 9.75rem;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }

  .cb-recruit-highlight {
    gap: 0.25rem;
  }

  .cb-recruit-highlight-main {
    gap: 0.3rem;
  }

  .cb-recruit-highlight-icon {
    font-size: 1.32rem;
  }

  .cb-recruit-highlight-text {
    font-size: 1.15rem;
  }

  .cb-recruit-highlight-sub {
    font-size: 0.82rem;
  }

  .cb-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .cb-testimonial-card {
    padding: 1.15rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cb-scroll-reveal,
  .cb-scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
