/* Company-site overrides for the Medforce static template. */
:root {
  --heading-font: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --para-font: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --heading-color: #f4f4ed;
  --para-color: #aeb3a6;
  --main-color: #dfff00;
  --accent-teal: #c8f000;
  --accent-gold: #7b8f17;
  --line-color: rgba(223, 255, 0, 0.18);
  --bg-main-color: #080a08;
  --bg-second-color: #11140f;
}

.projects-page {
  background: var(--bg-main-color);
  color: var(--heading-color);
}

.project-main {
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 28%),
    linear-gradient(210deg, rgba(217, 92, 63, 0.1), transparent 34%),
    #080b0a;
}

.project-main--clean {
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 28%),
    linear-gradient(215deg, rgba(217, 92, 63, 0.1), transparent 36%),
    #080b0a;
}

.project-hero {
  padding: 190px 0 72px;
  border-bottom: 1px solid var(--line-color);
}

.project-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 54px;
  align-items: center;
}

.project-hero-grid--clean {
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
}

.project-hero-copy h1 {
  max-width: 680px;
  margin: 14px 0 22px;
  color: var(--heading-color);
  font-size: 64px;
  line-height: 1.04;
}

.project-hero-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--para-color);
  font-size: 18px;
  line-height: 1.9;
}

.project-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.project-pill-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(198, 164, 95, 0.28);
  border-radius: 999px;
  background: rgba(198, 164, 95, 0.06);
  color: #e7d9bd;
  font-size: 13px;
  font-weight: 800;
}

.project-hero-art {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.52fr);
  gap: 16px;
  align-items: stretch;
}

.project-hero-frame {
  position: relative;
  margin: 0;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.86);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.project-hero-frame img,
.project-feature-gallery img,
.project-archive-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-hero-frame--main {
  min-height: 480px;
  grid-row: span 2;
}

.project-hero-frame--side {
  min-height: 232px;
}

.project-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.78);
  overflow: hidden;
}

.project-stat-strip article {
  padding: 22px 24px;
}

.project-stat-strip article + article {
  border-left: 1px solid var(--line-color);
}

.project-stat-strip strong,
.project-stat-strip span {
  display: block;
}

.project-stat-strip strong {
  margin-bottom: 8px;
  color: var(--accent-teal);
  font-size: 15px;
  letter-spacing: 0;
}

.project-stat-strip span {
  color: rgba(245, 234, 216, 0.74);
  font-size: 14px;
}

.project-section {
  padding: 108px 0;
  border-bottom: 1px solid var(--line-color);
}

.project-section--dark {
  background: rgba(6, 8, 7, 0.42);
}

.project-section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.project-section-head--split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 48px;
  align-items: end;
}

.project-section-head h2 {
  margin: 10px 0 0;
  color: var(--heading-color);
  font-size: 46px;
  line-height: 1.16;
}

.project-section-head p {
  margin: 0;
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.9;
}

.project-direction-grid,
.project-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-direction-grid article,
.project-pipeline article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(91, 194, 170, 0.08), transparent 42%),
    rgba(17, 19, 17, 0.82);
}

.project-direction-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid rgba(198, 164, 95, 0.34);
  border-radius: 8px;
  color: var(--accent-gold);
  font-weight: 900;
}

.project-direction-grid h3,
.project-pipeline h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.25;
}

.project-direction-grid p,
.project-pipeline p {
  margin: 0;
  color: var(--para-color);
  line-height: 1.82;
}

.project-feature-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

.project-feature-gallery figure {
  position: relative;
  min-height: 320px;
  margin: 0;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.82);
  overflow: hidden;
}

.project-feature-gallery figure:first-child {
  min-height: 480px;
  grid-row: span 2;
}

.project-feature-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 24px 22px;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 4, 0.9));
}

.project-feature-gallery figcaption span,
.project-feature-gallery figcaption strong {
  display: block;
}

.project-feature-gallery figcaption span {
  margin-bottom: 7px;
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 900;
}

.project-feature-gallery figcaption strong {
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.25;
}

.project-archive-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.project-archive-card {
  min-height: 260px;
  grid-column: span 3;
  margin: 0;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(15, 17, 15, 0.84);
  overflow: hidden;
}

.project-archive-card--portrait {
  min-height: 340px;
}

.project-archive-card--tall {
  grid-row: span 2;
}

.project-archive-card--wide {
  min-height: 300px;
  grid-column: span 4;
}

.project-archive-card--feature {
  grid-column: span 6;
  min-height: 360px;
}

.project-pipeline i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border: 1px solid rgba(91, 194, 170, 0.32);
  border-radius: 8px;
  color: var(--accent-teal);
  font-size: 20px;
}

.project-system-panel {
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(91, 194, 170, 0.1), transparent 42%),
    linear-gradient(30deg, rgba(217, 92, 63, 0.12), transparent 36%),
    rgba(13, 16, 14, 0.92);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.project-system-stage {
  padding: 24px;
  border: 1px solid rgba(198, 164, 95, 0.24);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.72);
}

.project-system-stage span,
.project-system-stage strong {
  display: block;
}

.project-system-stage span {
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 900;
}

.project-system-stage strong {
  margin-top: 8px;
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.2;
}

.project-system-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.project-system-flow article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.72);
}

.project-system-flow i,
.project-workflow-board i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(91, 194, 170, 0.28);
  border-radius: 8px;
  color: var(--accent-teal);
}

.project-system-flow b,
.project-system-flow span,
.project-workflow-board strong,
.project-workflow-board span {
  display: block;
}

.project-system-flow b,
.project-workflow-board strong {
  color: var(--heading-color);
  font-size: 18px;
}

.project-system-flow span,
.project-workflow-board span {
  margin-top: 8px;
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.7;
}

.project-workflow-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-workflow-board article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(91, 194, 170, 0.08), transparent 46%),
    rgba(17, 19, 17, 0.82);
}

.project-entry-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: 42px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 36%),
    rgba(8, 11, 10, 0.58);
  text-align: left;
}

.project-entry-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 900;
}

.project-entry-copy h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.2;
}

.project-entry-copy p {
  margin-bottom: 22px;
  color: var(--para-color);
  line-height: 1.9;
}

.project-entry-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 26px;
}

.project-entry-tags b {
  padding: 10px 12px;
  border: 1px solid rgba(91, 194, 170, 0.2);
  border-radius: 8px;
  color: rgba(245, 234, 216, 0.86);
  font-size: 14px;
}

.project-entry-visual {
  position: relative;
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(198, 164, 95, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(198, 164, 95, 0.08), transparent),
    rgba(17, 19, 17, 0.78);
}

.project-entry-node {
  padding: 22px;
  border: 1px solid rgba(198, 164, 95, 0.28);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.78);
}

.project-entry-node span,
.project-entry-node strong {
  display: block;
}

.project-entry-node span {
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 900;
}

.project-entry-node strong {
  margin-top: 8px;
  color: var(--heading-color);
  font-size: 28px;
}

.project-entry-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.project-entry-routes span {
  padding: 13px 12px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  color: var(--para-color);
  font-weight: 800;
  text-align: center;
}

.project-main--release {
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.1), transparent 30%),
    linear-gradient(220deg, rgba(217, 92, 63, 0.13), transparent 36%),
    #060807;
}

.project-release-hero {
  position: relative;
  min-height: 900px;
  padding: 188px 0 76px;
  border-bottom: 1px solid var(--line-color);
  overflow: hidden;
}

.project-release-hero::before {
  content: "";
  position: absolute;
  inset: 118px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 197, 160, 0.2), transparent);
}

.project-release-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1fr);
  gap: 70px;
  align-items: center;
}

.project-release-copy h1 {
  max-width: 720px;
  margin: 16px 0 24px;
  color: var(--heading-color);
  font-size: 96px;
  line-height: 0.94;
  letter-spacing: 0;
}

.project-release-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--para-color);
  font-size: 18px;
  line-height: 1.9;
}

.project-release-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.project-ghost-btn {
  border: 1px solid rgba(198, 164, 95, 0.32);
  background: transparent;
  color: #eadcc2;
}

.project-release-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.project-release-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(91, 194, 170, 0.22);
  border-radius: 8px;
  color: rgba(245, 234, 216, 0.8);
  font-size: 12px;
  font-weight: 900;
}

.project-key-visual {
  position: relative;
  min-height: 560px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 234, 216, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(91, 194, 170, 0.18), transparent 42%),
    linear-gradient(315deg, rgba(217, 92, 63, 0.18), transparent 38%),
    rgba(9, 12, 10, 0.92);
  overflow: hidden;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
}

.project-key-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(218, 197, 160, 0.1);
  border-radius: 8px;
}

.project-key-topline {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(245, 234, 216, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.project-key-topline span {
  color: var(--accent-teal);
}

.project-poster-mark {
  position: relative;
  z-index: 2;
  margin-top: 112px;
  color: var(--heading-color);
  font-size: 96px;
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 34px rgba(91, 194, 170, 0.24);
}

.project-orbit {
  position: absolute;
  border: 1px solid rgba(91, 194, 170, 0.22);
  transform: rotate(-18deg);
}

.project-orbit--a {
  right: 52px;
  bottom: 86px;
  width: 280px;
  height: 96px;
}

.project-orbit--b {
  right: 118px;
  bottom: 128px;
  width: 180px;
  height: 62px;
  border-color: rgba(198, 164, 95, 0.28);
}

.project-token {
  position: absolute;
  z-index: 3;
  min-width: 82px;
  padding: 10px 13px;
  border: 1px solid rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.88);
  color: rgba(245, 234, 216, 0.88);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.project-token--hook {
  right: 96px;
  top: 132px;
}

.project-token--style {
  left: 54px;
  bottom: 144px;
}

.project-token--demo {
  right: 56px;
  bottom: 62px;
}

.project-scene-floor {
  position: absolute;
  right: 42px;
  bottom: 44px;
  left: 42px;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.project-scene-floor span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 194, 170, 0.38), transparent);
}

.project-release-strip {
  margin-top: 58px;
}

.project-release-section {
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.06), transparent 34%),
    rgba(6, 8, 7, 0.26);
}

.project-lens-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-lens-grid article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(91, 194, 170, 0.08), transparent 48%),
    rgba(15, 18, 16, 0.82);
}

.project-lens-grid span {
  display: block;
  margin-bottom: 72px;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 900;
}

.project-lens-grid h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 26px;
  line-height: 1.2;
}

.project-lens-grid p {
  margin: 0;
  color: var(--para-color);
  line-height: 1.86;
}

.project-art-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: center;
}

.project-art-board {
  min-height: 460px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.15);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(217, 92, 63, 0.14), transparent 40%),
    linear-gradient(315deg, rgba(91, 194, 170, 0.16), transparent 42%),
    rgba(13, 16, 14, 0.88);
}

.project-board-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(245, 234, 216, 0.76);
  font-size: 13px;
  font-weight: 900;
}

.project-board-header span {
  color: var(--accent-teal);
}

.project-swatch-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 76px;
}

.project-swatch {
  height: 86px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
}

.project-swatch--warm {
  background: #d95c3f;
}

.project-swatch--teal {
  background: #5bc2aa;
}

.project-swatch--ink {
  background: #111713;
}

.project-swatch--cream {
  background: #f5ead8;
}

.project-style-frame {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.project-style-frame i {
  display: grid;
  min-height: 188px;
  place-items: center;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(8, 11, 10, 0.54);
  color: rgba(245, 234, 216, 0.86);
  font-size: 38px;
}

.project-art-copy h2 {
  margin: 12px 0 22px;
  color: var(--heading-color);
  font-size: 48px;
  line-height: 1.12;
}

.project-art-copy p {
  margin: 0;
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.9;
}

.project-art-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.project-art-points span {
  padding: 13px 14px;
  border: 1px solid rgba(91, 194, 170, 0.22);
  border-radius: 8px;
  color: rgba(245, 234, 216, 0.86);
  font-weight: 900;
}

.project-production-reel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background: rgba(10, 13, 11, 0.76);
  overflow: hidden;
}

.project-production-reel article {
  min-height: 270px;
  padding: 28px;
}

.project-production-reel article + article {
  border-left: 1px solid rgba(218, 197, 160, 0.14);
}

.project-production-reel b {
  display: block;
  margin-bottom: 70px;
  color: var(--accent-teal);
  font-size: 13px;
}

.project-production-reel h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 25px;
}

.project-production-reel p {
  margin: 0;
  color: var(--para-color);
  line-height: 1.82;
}

.project-release-cta {
  padding: 100px 0 120px;
}

.project-cta-band {
  padding: 42px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.1), transparent 36%),
    linear-gradient(225deg, rgba(217, 92, 63, 0.14), transparent 40%),
    rgba(12, 15, 13, 0.9);
}

.project-cta-band span {
  display: block;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 900;
}

.project-cta-band h2 {
  max-width: 720px;
  margin: 12px 0 18px;
  color: var(--heading-color);
  font-size: 44px;
  line-height: 1.16;
}

.project-cta-band p {
  max-width: 780px;
  margin: 0;
  color: var(--para-color);
  line-height: 1.9;
}

.project-entry-visual--poster {
  min-height: 320px;
  background:
    linear-gradient(90deg, rgba(242, 255, 0, 0.08), transparent 18%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.06), transparent 36%),
    linear-gradient(330deg, rgba(217, 92, 63, 0.12), transparent 38%),
    rgba(10, 11, 10, 0.92);
  overflow: hidden;
}

.project-entry-visual--poster::before {
  content: "PROJECT";
  position: absolute;
  right: -8px;
  bottom: 10px;
  color: rgba(245, 234, 216, 0.05);
  font-size: 78px;
  font-weight: 900;
  line-height: 1;
}

.project-entry-badge {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  color: #f2ff00;
  font-size: 12px;
  font-weight: 900;
}

#projects .project-entry-copy span {
  color: #f2ff00;
}

.project-main--endfield {
  --ef-yellow: #f2ff00;
  --ef-white: #f2f2ec;
  --ef-line: rgba(242, 242, 236, 0.16);
  background: #080908;
  color: var(--ef-white);
}

@media only screen and (min-width: 992px) {
  .projects-page .header-section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
  }

  .projects-page .header-top-area {
    border-bottom: 1px solid rgba(242, 242, 236, 0.1);
    background: rgba(5, 6, 5, 0.72);
    backdrop-filter: blur(16px);
  }

  .projects-page .header-bottom {
    display: none;
  }
}

.project-ef-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  padding: 150px 0 72px;
  place-items: center;
  border-bottom: 1px solid var(--ef-line);
  background:
    linear-gradient(90deg, rgba(242, 255, 0, 0.14), transparent 7%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%),
    radial-gradient(circle at 72% 36%, rgba(242, 255, 0, 0.12), transparent 14%),
    radial-gradient(circle at 58% 52%, rgba(255, 255, 255, 0.08), transparent 33%),
    #111211;
  overflow: hidden;
}

.project-ef-hero::before {
  content: "PROJECT C.A.T.";
  position: absolute;
  left: -6vw;
  bottom: -5vw;
  color: rgba(242, 242, 236, 0.035);
  font-size: clamp(110px, 20vw, 330px);
  font-weight: 900;
  line-height: 0.8;
  white-space: nowrap;
}

.project-ef-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  background: linear-gradient(180deg, var(--ef-yellow), rgba(242, 255, 0, 0.18));
}

.project-ef-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.project-ef-container {
  position: relative;
  z-index: 2;
  min-height: 560px;
}

.project-ef-progress {
  position: absolute;
  top: 184px;
  left: 28px;
  z-index: 3;
  color: var(--ef-yellow);
}

.project-ef-progress b,
.project-ef-progress span {
  display: block;
}

.project-ef-progress b {
  font-size: 44px;
  line-height: 1;
}

.project-ef-progress span {
  margin-top: 4px;
  color: rgba(242, 242, 236, 0.55);
  font-size: 11px;
  letter-spacing: 0;
}

.project-ef-logo {
  width: min(100%, 620px);
  margin: 0 auto;
  text-align: left;
}

.project-ef-logo span {
  display: block;
  margin-bottom: 8px;
  color: var(--ef-white);
  font-size: 18px;
  font-weight: 900;
}

.project-ef-logo h1 {
  display: block;
  margin: 0;
  color: var(--ef-white);
  font-size: clamp(78px, 11vw, 152px);
  font-weight: 900;
  line-height: 0.84;
}

.project-ef-logo i {
  display: block;
  margin-top: 16px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.project-ef-key-visual {
  position: absolute;
  top: 64px;
  right: 24px;
  width: min(34vw, 420px);
  height: 360px;
  opacity: 0.84;
  pointer-events: none;
}

.project-ef-scan {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(242, 255, 0, 0.28);
  background: rgba(8, 9, 8, 0.55);
  color: var(--ef-white);
}

.project-ef-scan b,
.project-ef-scan span {
  display: block;
}

.project-ef-scan b {
  color: var(--ef-yellow);
  font-size: 13px;
}

.project-ef-scan span {
  margin-top: 6px;
  color: rgba(242, 242, 236, 0.56);
  font-size: 10px;
  line-height: 1.4;
}

.project-ef-signal {
  position: absolute;
  top: 74px;
  right: 76px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(242, 255, 0, 0.36);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(242, 255, 0, 0.025),
    0 0 80px rgba(242, 255, 0, 0.14);
}

.project-ef-signal::before,
.project-ef-signal::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(242, 242, 236, 0.16);
  border-radius: 50%;
}

.project-ef-signal::after {
  inset: 62px;
  background: var(--ef-yellow);
  box-shadow: 0 0 28px rgba(242, 255, 0, 0.6);
}

.project-ef-frame {
  position: absolute;
  border: 1px solid rgba(242, 242, 236, 0.13);
  background: linear-gradient(135deg, rgba(242, 255, 0, 0.08), transparent 45%);
  transform: skew(-8deg);
}

.project-ef-frame--one {
  right: 18px;
  bottom: 30px;
  width: 260px;
  height: 86px;
}

.project-ef-frame--two {
  right: 178px;
  bottom: 96px;
  width: 110px;
  height: 150px;
}

.project-ef-bottom-art {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 14px;
  height: clamp(180px, 28vh, 300px);
  z-index: 1;
  opacity: 0.72;
  overflow: hidden;
  pointer-events: none;
}

.project-ef-bottom-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.86) contrast(1.04) brightness(0.72);
}

.project-ef-bottom-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, #111211 0%, rgba(17, 18, 17, 0.72) 12%, rgba(17, 18, 17, 0.26) 44%, #111211 100%),
    linear-gradient(90deg, #111211 0%, rgba(17, 18, 17, 0.78) 16%, rgba(17, 18, 17, 0.18) 42%, rgba(17, 18, 17, 0.72) 100%),
    radial-gradient(circle at 58% 48%, transparent 0%, transparent 38%, rgba(17, 18, 17, 0.72) 86%, #111211 100%);
  pointer-events: none;
}

.project-ef-line {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(100%, 650px);
  margin: 72px auto 0;
}

.project-ef-line span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 242, 236, 0.36));
}

.project-ef-line b {
  color: var(--ef-white);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.project-ef-chapter-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 44px;
}

.project-ef-chapter-nav a {
  color: rgba(242, 242, 236, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.project-ef-chapter-nav a:hover {
  color: var(--ef-yellow);
}

.project-ef-section {
  position: relative;
  min-height: 720px;
  padding: 118px 0;
  border-bottom: 1px solid var(--ef-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0c0d0c;
  overflow: hidden;
}

.project-ef-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(242, 255, 0, 0.08), transparent 14%),
    linear-gradient(270deg, rgba(91, 194, 170, 0.08), transparent 24%);
  opacity: 0.68;
  pointer-events: none;
}

.project-ef-world {
  background:
    radial-gradient(circle at 20% 42%, rgba(242, 255, 0, 0.06), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0c0d0c;
}

.project-ef-overview {
  background:
    radial-gradient(circle at 82% 28%, rgba(242, 255, 0, 0.07), transparent 24%),
    radial-gradient(circle at 26% 70%, rgba(91, 194, 170, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0c0d0c;
}

.project-ef-media {
  background:
    radial-gradient(circle at 72% 42%, rgba(242, 255, 0, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0b0c0b;
}

.project-ef-experience {
  background:
    radial-gradient(circle at 28% 38%, rgba(91, 194, 170, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0c0d0c;
}

.project-ef-art {
  background:
    radial-gradient(circle at 18% 30%, rgba(217, 92, 63, 0.1), transparent 24%),
    radial-gradient(circle at 78% 66%, rgba(242, 255, 0, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0b0c0b;
}

.project-ef-prototype {
  background:
    radial-gradient(circle at 70% 48%, rgba(91, 194, 170, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 26%),
    #0c0d0c;
}

.project-ef-section > .container {
  position: relative;
  z-index: 2;
}

.project-ef-section-grid,
.project-ef-media-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1fr);
  gap: 64px;
  align-items: center;
}

.project-ef-section-title span,
.project-ef-panel-head span,
.project-ef-media-copy span,
.project-ef-log-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--ef-yellow);
  font-size: 13px;
  font-weight: 900;
}

.project-ef-section-title h2,
.project-ef-panel-head h2,
.project-ef-media-copy h2,
.project-ef-log-card h2 {
  margin: 0 0 20px;
  color: var(--ef-white);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 900;
  line-height: 0.9;
}

.project-ef-section-title p,
.project-ef-panel-head p,
.project-ef-media-copy p,
.project-ef-log-card p {
  max-width: 560px;
  color: rgba(242, 242, 236, 0.72);
  font-size: 16px;
  line-height: 1.9;
}

.project-ef-character-card,
.project-ef-video,
.project-ef-log-card {
  border: 1px solid rgba(242, 242, 236, 0.16);
  background:
    linear-gradient(135deg, rgba(242, 255, 0, 0.06), transparent 34%),
    rgba(8, 9, 8, 0.76);
}

.project-ef-character-card {
  position: relative;
  min-height: 470px;
  padding: 28px;
  overflow: hidden;
}

.project-ef-card-index {
  color: rgba(242, 242, 236, 0.56);
  font-size: 12px;
  font-weight: 900;
}

.project-ef-silhouette {
  position: absolute;
  right: 70px;
  bottom: 70px;
  width: 240px;
  height: 320px;
  border: 1px solid rgba(242, 255, 0, 0.26);
  transform: skew(-8deg);
}

.project-ef-silhouette span {
  position: absolute;
  right: 44px;
  bottom: -30px;
  width: 120px;
  height: 250px;
  background:
    linear-gradient(180deg, rgba(242, 242, 236, 0.7), rgba(242, 242, 236, 0.1)),
    #202220;
  clip-path: polygon(46% 0, 66% 18%, 76% 42%, 94% 100%, 8% 100%, 22% 42%, 32% 18%);
}

.project-ef-profile {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  max-width: 360px;
}

.project-ef-profile b {
  display: block;
  color: var(--ef-white);
  font-size: 22px;
}

.project-ef-profile p {
  margin: 10px 0 0;
  color: rgba(242, 242, 236, 0.7);
  line-height: 1.8;
}

.project-ef-overview-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  min-height: 470px;
}

.project-ef-overview-board article {
  position: relative;
  z-index: 2;
  min-height: 210px;
  padding: 28px;
  border: 1px solid rgba(242, 242, 236, 0.14);
  background:
    linear-gradient(135deg, rgba(242, 255, 0, 0.055), transparent 38%),
    rgba(8, 9, 8, 0.72);
}

.project-ef-overview-board article span {
  display: block;
  margin-bottom: 44px;
  color: var(--ef-yellow);
  font-size: 12px;
  font-weight: 900;
}

.project-ef-overview-board article h3 {
  margin-bottom: 12px;
  color: var(--ef-white);
  font-size: 24px;
}

.project-ef-overview-board article p {
  margin: 0;
  color: rgba(242, 242, 236, 0.7);
  line-height: 1.76;
}

.project-ef-overview-mark {
  position: absolute;
  right: -22px;
  bottom: -32px;
  z-index: 1;
  color: rgba(242, 242, 236, 0.05);
  text-align: right;
  pointer-events: none;
}

.project-ef-overview-mark b,
.project-ef-overview-mark i {
  display: block;
}

.project-ef-overview-mark b {
  font-size: clamp(72px, 9vw, 142px);
  font-weight: 900;
  line-height: 0.8;
}

.project-ef-overview-mark i {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.project-ef-world-grid,
.project-ef-experience-grid,
.project-ef-art-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
}

.project-ef-art-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.project-ef-world-grid article,
.project-ef-experience-grid article,
.project-ef-art-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(242, 242, 236, 0.14);
  background: rgba(8, 9, 8, 0.62);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.project-ef-art-grid article {
  min-height: 220px;
}

.project-ef-world-grid article:hover,
.project-ef-experience-grid article:hover,
.project-ef-art-grid article:hover {
  border-color: rgba(242, 255, 0, 0.36);
  transform: translateY(-4px);
}

.project-ef-world-grid b,
.project-ef-experience-grid span,
.project-ef-art-grid b {
  display: block;
  margin-bottom: 72px;
  color: var(--ef-yellow);
  font-size: 12px;
  font-weight: 900;
}

.project-ef-world-grid h3,
.project-ef-experience-grid h3,
.project-ef-art-grid h3 {
  margin-bottom: 14px;
  color: var(--ef-white);
  font-size: 28px;
}

.project-ef-world-grid p,
.project-ef-experience-grid p,
.project-ef-art-grid p {
  margin: 0;
  color: rgba(242, 242, 236, 0.7);
  line-height: 1.82;
}

.project-ef-video {
  position: relative;
  min-height: 430px;
  padding: 30px;
  display: grid;
  align-content: end;
  overflow: hidden;
}

.project-ef-video::before {
  content: "";
  position: absolute;
  inset: 58px;
  border: 1px solid rgba(242, 255, 0, 0.2);
  transform: rotate(-7deg);
}

.project-ef-video::after {
  content: "";
  position: absolute;
  right: 88px;
  bottom: 130px;
  width: 170px;
  height: 88px;
  border: 1px solid rgba(242, 242, 236, 0.22);
  transform: rotate(8deg);
}

.project-ef-video span,
.project-ef-video strong {
  position: relative;
  z-index: 2;
  display: block;
}

.project-ef-video span {
  color: var(--ef-yellow);
  font-size: 12px;
  font-weight: 900;
}

.project-ef-video strong {
  margin-top: 8px;
  color: var(--ef-white);
  font-size: 34px;
  line-height: 1;
}

.project-ef-media-copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: var(--ef-yellow);
  font-weight: 900;
}

.project-ef-log {
  min-height: auto;
}

.project-ef-log-card {
  padding: 44px;
}

.project-ef-log-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.challenge-section .challenge-area {
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 36%),
    linear-gradient(220deg, rgba(217, 92, 63, 0.12), transparent 38%),
    rgba(11, 13, 12, 0.94);
}

.challenge-section .challenge-area .challenge-item::before {
  background-color: rgba(218, 197, 160, 0.13);
}

.challenge-thumb {
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.76);
  overflow: hidden;
}

.challenge-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.challenge-section .challenge-area .challenge-item .challenge-content .custom-btn {
  color: var(--accent-gold);
}

@media only screen and (max-width: 1199px) {
  .project-hero-grid,
  .project-section-head--split,
  .project-release-grid,
  .project-art-layout,
  .project-ef-section-grid,
  .project-ef-media-layout {
    grid-template-columns: 1fr;
  }

  .project-hero-copy h1,
  .project-release-copy h1 {
    font-size: 54px;
  }

  .project-direction-grid,
  .project-pipeline,
  .project-workflow-board,
  .project-lens-grid,
  .project-production-reel,
  .project-ef-world-grid,
  .project-ef-experience-grid,
  .project-ef-art-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-production-reel article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(218, 197, 160, 0.14);
  }

  .project-production-reel article:nth-child(4) {
    border-top: 1px solid rgba(218, 197, 160, 0.14);
  }

  .project-archive-card,
  .project-archive-card--wide {
    grid-column: span 6;
  }

  .project-ef-logo {
    margin-left: 0;
  }

  .project-ef-key-visual {
    right: 0;
    width: 320px;
    opacity: 0.42;
  }

  .project-ef-line {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .project-hero,
  .project-release-hero,
  .project-ef-hero {
    padding: 132px 0 56px;
  }

  .project-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-stat-strip article + article {
    border-left: 0;
  }

  .project-stat-strip article:nth-child(2n) {
    border-left: 1px solid var(--line-color);
  }

  .project-stat-strip article:nth-child(n + 3) {
    border-top: 1px solid var(--line-color);
  }

  .project-feature-gallery {
    grid-template-columns: 1fr;
  }

  .project-feature-gallery figure:first-child {
    min-height: 360px;
    grid-row: auto;
  }
}

@media only screen and (max-width: 767px) {
  .project-hero-copy h1,
  .project-release-copy h1 {
    font-size: 40px;
  }

  .project-hero-copy p,
  .project-section-head p,
  .project-release-copy p {
    font-size: 15px;
  }

  .project-hero-art {
    grid-template-columns: 1fr;
  }

  .project-hero-grid--clean,
  .project-entry-card {
    grid-template-columns: 1fr;
  }

  .project-hero-frame--main,
  .project-hero-frame--side {
    min-height: 240px;
  }

  .project-section {
    padding: 72px 0;
  }

  .project-section-head h2 {
    font-size: 34px;
  }

  .project-direction-grid,
  .project-pipeline,
  .project-workflow-board,
  .project-stat-strip,
  .project-lens-grid,
  .project-production-reel,
  .project-ef-world-grid,
  .project-ef-experience-grid,
  .project-ef-art-grid,
  .project-ef-overview-board {
    grid-template-columns: 1fr;
  }

  .project-system-flow,
  .project-entry-tags,
  .project-entry-routes {
    grid-template-columns: 1fr;
  }

  .project-entry-card {
    padding: 22px;
  }

  .project-entry-copy h3 {
    font-size: 28px;
  }

  .project-system-stage strong,
  .project-art-copy h2,
  .project-cta-band h2 {
    font-size: 28px;
  }

  .project-stat-strip article:nth-child(2n),
  .project-stat-strip article + article {
    border-left: 0;
  }

  .project-stat-strip article + article {
    border-top: 1px solid var(--line-color);
  }

  .project-release-hero {
    min-height: auto;
  }

  .project-key-visual,
  .project-art-board,
  .project-entry-visual--poster {
    min-height: 320px;
  }

  .project-poster-mark {
    margin-top: 74px;
    font-size: 56px;
  }

  .project-token {
    position: relative;
    display: inline-flex;
    margin: 10px 8px 0 0;
    min-width: 74px;
  }

  .project-token--hook,
  .project-token--style,
  .project-token--demo {
    inset: auto;
  }

  .project-orbit {
    display: none;
  }

  .project-swatch-row,
  .project-style-frame,
  .project-art-points {
    grid-template-columns: 1fr;
  }

  .project-style-frame i {
    min-height: 104px;
  }

  .project-ef-hero {
    min-height: calc(100vh - 76px);
    padding: 104px 0 52px;
  }

  .project-ef-hero::after {
    width: 8px;
  }

  .project-ef-progress {
    top: 104px;
    left: 16px;
  }

  .project-ef-progress b {
    font-size: 28px;
  }

  .project-ef-progress span {
    display: none;
  }

  .project-ef-logo {
    padding-left: 18px;
  }

  .project-ef-key-visual {
    top: 156px;
    right: -110px;
    width: 260px;
    height: 260px;
    opacity: 0.28;
  }

  .project-ef-scan {
    display: none;
  }

  .project-ef-signal {
    top: 28px;
    right: 48px;
    width: 120px;
    height: 120px;
  }

  .project-ef-frame--one,
  .project-ef-frame--two {
    display: none;
  }

  .project-ef-logo span {
    font-size: 14px;
  }

  .project-ef-logo h1 {
    font-size: 58px;
  }

  .project-ef-line {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 42px;
    padding-left: 18px;
  }

  .project-ef-line b {
    font-size: 11px;
    white-space: normal;
  }

  .project-ef-chapter-nav {
    justify-content: flex-start;
    gap: 12px;
    margin-top: 28px;
    padding-left: 18px;
    overflow-x: auto;
  }

  .project-ef-section {
    min-height: auto;
    padding: 76px 0;
  }

  .project-ef-section-title h2,
  .project-ef-panel-head h2,
  .project-ef-media-copy h2,
  .project-ef-log-card h2 {
    font-size: 42px;
  }

  .project-ef-character-card,
  .project-ef-video {
    min-height: 360px;
  }

  .project-ef-silhouette {
    right: 42px;
    bottom: 96px;
    width: 172px;
    height: 230px;
  }

  .project-ef-world-grid b,
  .project-ef-experience-grid span,
  .project-ef-art-grid b,
  .project-ef-overview-board article span {
    margin-bottom: 42px;
  }

  .project-ef-log-card {
    padding: 26px;
  }

  .project-ef-bottom-art {
    left: 8px;
    height: 190px;
    opacity: 0.5;
  }

  .project-ef-bottom-art img {
    object-position: 58% center;
  }

  .project-lens-grid span,
  .project-production-reel b {
    margin-bottom: 38px;
  }

  .project-production-reel article + article,
  .project-production-reel article:nth-child(3),
  .project-production-reel article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(218, 197, 160, 0.14);
  }

  .project-cta-band {
    padding: 26px;
  }

  .project-archive-grid {
    grid-template-columns: 1fr;
  }

  .project-archive-card,
  .project-archive-card--wide,
  .project-archive-card--feature {
    min-height: 260px;
    grid-column: auto;
  }

  .project-archive-card--portrait {
    min-height: 360px;
  }
}

.admin-catena-page {
  background: #050807;
  color: #f7efdf;
}

.admin-login-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 22% 18%, rgba(88, 212, 190, 0.14), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(217, 92, 63, 0.16), transparent 36%),
    #050807;
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.admin-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  width: min(100% - 32px, 540px);
  margin: 0 auto;
  padding: 36px 0;
}

.admin-header,
.admin-hero,
.admin-session,
.admin-panel,
.admin-login-card,
.admin-grid--summary article {
  border: 1px solid rgba(233, 190, 112, 0.16);
  background: rgba(8, 13, 11, 0.9);
}

.admin-login-card {
  width: 100%;
  padding: 32px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.admin-login-card .admin-brand {
  margin-bottom: 30px;
}

.admin-login-copy h1 {
  color: #f7efdf;
  font-size: clamp(34px, 7vw, 54px);
  line-height: 1.05;
  margin: 10px 0 14px;
}

.admin-login-copy p {
  max-width: 430px;
  margin: 0 0 22px;
  color: rgba(247, 239, 223, 0.68);
}

.admin-login-form {
  margin-top: 18px;
}

.admin-login-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.admin-login-actions a,
.admin-link-button {
  border: 0;
  background: transparent;
  color: rgba(247, 239, 223, 0.66);
  font-size: 13px;
  font-weight: 800;
  padding: 0;
}

.admin-login-actions a:hover,
.admin-link-button:hover {
  color: #58d4be;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 14px 20px;
  margin-bottom: 24px;
}

.admin-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f7efdf;
  font-weight: 800;
}

.admin-brand:hover,
.admin-header nav a:hover {
  color: #e96f45;
}

.admin-brand img {
  width: 84px;
  height: auto;
  filter: invert(1) brightness(1.08);
}

.admin-header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.admin-header nav a {
  color: rgba(247, 239, 223, 0.72);
  font-weight: 700;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  margin-bottom: 20px;
}

.admin-hero h1 {
  color: #f7efdf;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  margin: 10px 0 14px;
  letter-spacing: 0;
}

.admin-hero p,
.admin-session small,
.admin-table small,
.admin-package-card small,
.admin-package-card p,
.admin-muted {
  color: rgba(247, 239, 223, 0.62);
}

.admin-session {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 22px;
}

.admin-session span,
.admin-panel-head span,
.admin-grid--summary span {
  color: #58d4be;
  font-size: 13px;
  font-weight: 800;
}

.admin-session strong {
  color: #f7efdf;
  font-size: 24px;
}

.admin-alert {
  min-height: 24px;
  margin: 0 0 18px;
  color: #58d4be;
  font-weight: 700;
}

.admin-alert.is-error {
  color: #ff725e;
}

.admin-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-grid--summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-grid--summary article {
  padding: 18px;
}

.admin-grid--summary strong {
  display: block;
  color: #f7efdf;
  font-size: 34px;
  line-height: 1;
  margin-top: 10px;
}

.admin-grid--forms {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.admin-panel {
  padding: 24px;
  margin-bottom: 20px;
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-panel-head h2 {
  color: #f7efdf;
  font-size: 24px;
  line-height: 1.15;
  margin: 0;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.admin-form label {
  display: grid;
  gap: 8px;
}

.admin-form label span {
  color: rgba(247, 239, 223, 0.78);
  font-size: 14px;
  font-weight: 800;
}

.admin-form input,
.admin-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(233, 190, 112, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  color: #f7efdf;
  padding: 0 14px;
}

.admin-form select option {
  background: #08100e;
  color: #f7efdf;
}

.admin-form input:focus,
.admin-form select:focus {
  border-color: rgba(88, 212, 190, 0.72);
  outline: none;
}

.admin-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.admin-button-muted {
  background: rgba(255, 255, 255, 0.04);
  color: #f7efdf;
  border: 1px solid rgba(233, 190, 112, 0.2);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid rgba(233, 190, 112, 0.12);
  padding: 14px 10px;
  vertical-align: top;
  text-align: left;
}

.admin-table th {
  color: rgba(247, 239, 223, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.admin-table strong,
.admin-table small {
  display: block;
}

.admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  color: #58d4be;
  background: rgba(88, 212, 190, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.admin-status--pending {
  color: #e9be70;
  background: rgba(233, 190, 112, 0.1);
}

.admin-status--disabled {
  color: #ff725e;
  background: rgba(255, 114, 94, 0.1);
}

.admin-chip-list,
.admin-row-actions,
.admin-package-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-chip,
.admin-row-actions button,
.admin-package-card button {
  min-height: 32px;
  border: 1px solid rgba(88, 212, 190, 0.24);
  border-radius: 8px;
  background: rgba(88, 212, 190, 0.08);
  color: #f7efdf;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 800;
}

.admin-chip i {
  margin-left: 8px;
}

.admin-row-actions button:nth-child(3) {
  border-color: rgba(255, 114, 94, 0.24);
  background: rgba(255, 114, 94, 0.08);
}

.admin-package-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-package-card {
  border: 1px solid rgba(233, 190, 112, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px;
}

.admin-package-card span,
.admin-package-card strong,
.admin-package-card small {
  display: block;
}

.admin-package-card span {
  color: #58d4be;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.admin-package-card strong {
  color: #f7efdf;
  margin-bottom: 6px;
}

.admin-package-card p {
  margin: 10px 0 14px;
}

@media (max-width: 991px) {
  .admin-hero,
  .admin-grid--forms {
    grid-template-columns: 1fr;
  }

  .admin-grid--summary,
  .admin-package-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .admin-shell {
    width: min(100% - 24px, 460px);
    padding-top: 16px;
  }

  .admin-header,
  .admin-panel-head,
  .admin-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-header nav {
    justify-content: space-between;
  }

  .admin-hero,
  .admin-panel,
  .admin-login-card {
    padding: 18px;
  }

  .admin-grid--summary,
  .admin-package-list {
    grid-template-columns: 1fr;
  }
}

.preloader {
  display: grid;
  place-items: center;
  z-index: 2147483647;
  background-color: #1c1c50;
  background-image: none;
  pointer-events: none;
  animation: preloader-overlay-away 0.36s ease 1.45s forwards;
  -webkit-animation: preloader-overlay-away 0.36s ease 1.45s forwards;
}

.preloader-inner {
  position: static;
  transform: none;
  -webkit-transform: none;
}

.preloader-icon.preloader-logo-loader {
  position: relative;
  display: block;
  width: 132px;
  height: 118px;
  padding: 0;
}

.preloader-icon.preloader-logo-loader::before {
  position: absolute;
  inset: 18% 10% 8%;
  border-radius: 50%;
  background: rgba(91, 194, 170, 0.2);
  filter: blur(18px);
  content: "";
}

.preloader-logo-loader img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1) brightness(1.12);
}

.preloader-logo-base {
  opacity: 0.2;
}

.preloader-logo-fill {
  opacity: 0.96;
  clip-path: inset(100% 0 0 0);
  animation: preloader-logo-rise 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation: preloader-logo-rise 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes preloader-logo-rise {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateY(10px);
  }

  70%,
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@-webkit-keyframes preloader-logo-rise {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    -webkit-transform: translateY(10px);
  }

  70%,
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0);
  }
}

@keyframes preloader-overlay-away {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes preloader-overlay-away {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 575px) {
  .preloader-icon.preloader-logo-loader {
    width: 108px;
    height: 96px;
  }
}

html,
body {
  letter-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p,
span,
li,
a,
input,
textarea,
button {
  text-transform: none !important;
  letter-spacing: 0;
}

p {
  color: var(--para-color);
  line-height: 1.85;
}

.company-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--heading-color);
}

@media (min-width: 992px) {
  .navbar .company-logo.d-lg-none {
    display: none !important;
  }
}

.company-logo:hover {
  color: var(--heading-color);
}

.company-logo .company-logo-image {
  display: block;
  width: 54px !important;
  height: 48px !important;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: invert(1) brightness(1.08) sepia(0.08);
  flex: 0 0 auto;
}

.company-logo-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(198, 164, 95, 0.55);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent-gold) 0%, var(--main-color) 100%);
  color: #0b0d0c;
  font-size: 15px;
  font-weight: 800;
}

.company-logo-text {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.header-social li a {
  width: auto;
  height: auto;
  color: #d9cfbd;
  font-size: 14px;
  font-weight: 700;
}

.header-social li a.active,
.header-social li a:hover,
.main-menu li a:hover,
.main-menu li.active a {
  color: var(--main-color);
}

.header-search-bar {
  display: none;
}

.mobile-contact-link,
.mobile-fixed-contact {
  display: none;
}

.cmn-btn::before,
.cmn-btn::after,
.cmn-btn-border:hover,
.header-section.header-fixed .header-bottom,
.footer-form input[type="submit"] {
  background-image: linear-gradient(135deg, #e06343 0%, #c6a45f 100%) !important;
}

.cmn-btn,
.cmn-btn:hover {
  color: #0b0d0c;
  font-weight: 800;
}

.cmn-btn-border {
  border-color: rgba(198, 164, 95, 0.38);
}

.header-top-area,
.header-bottom,
.header-section.header-fixed .header-bottom {
  background-color: rgba(11, 13, 12, 0.94) !important;
  background-image: none !important;
}

.header-bottom {
  border-top: 1px solid rgba(245, 234, 216, 0.06);
  border-bottom: 1px solid rgba(245, 234, 216, 0.08);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.navbar {
  background-color: rgba(17, 18, 15, 0.96) !important;
  background-image: linear-gradient(90deg, rgba(22, 23, 19, 0.98) 0%, rgba(11, 13, 12, 0.94) 100%) !important;
  border: 1px solid rgba(218, 197, 160, 0.1);
}

.main-menu li a {
  color: #d9cfbd;
}

.bg {
  background-color: var(--bg-main-color);
}

.banner-section {
  min-height: 820px;
  background-color: #0b0d0c;
  position: relative;
  overflow: hidden;
}

.banner-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 76% 30%, rgba(217, 92, 63, 0.16), transparent 27%),
    radial-gradient(circle at 42% 64%, rgba(91, 194, 170, 0.1), transparent 30%),
    linear-gradient(90deg, rgba(11, 13, 12, 0.98) 0%, rgba(18, 20, 17, 0.9) 52%, rgba(29, 23, 18, 0.66) 100%);
  pointer-events: none;
}

.banner-section .container {
  position: relative;
  z-index: 3;
}

.hero-cat-stage {
  position: absolute;
  top: clamp(500px, 57vh, 520px);
  right: calc((100vw - min(1140px, calc(100vw - 30px))) / 2 + clamp(285px, 23vw, 310px));
  z-index: 2;
  width: clamp(470px, 36vw, 520px);
  height: clamp(360px, 43vh, 405px);
  min-width: 0;
  min-height: 0;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, 12px, 0) rotate(-2deg);
  transition: opacity 700ms ease, transform 900ms ease;
}

.hero-cat-stage.is-loaded {
  opacity: 0.94;
  transform: translate3d(0, 0, 0) rotate(-2deg);
}

.hero-cat-stage.is-unavailable {
  display: none;
}

#hero-cat-canvas {
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 0 16px rgba(255, 194, 106, 0.2))
    drop-shadow(0 0 30px rgba(217, 92, 63, 0.22))
    drop-shadow(0 0 46px rgba(91, 194, 170, 0.16))
    drop-shadow(0 34px 52px rgba(0, 0, 0, 0.36));
}

.hero-cat-fallback {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 54%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 194, 170, 0.36), rgba(217, 92, 63, 0.08) 48%, transparent 72%);
  transform: translateX(-50%);
  filter: blur(10px);
}

.banner-element-two,
.banner-element-three,
.banner-element-four,
.banner-element-six {
  display: none;
}

.banner-element-one,
.banner-element-five,
.banner-element-seven {
  opacity: 0.28;
  filter: grayscale(1) sepia(0.22) saturate(0.58) brightness(0.76);
}

.banner-content .title {
  max-width: 780px;
  font-size: 92px;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.banner-content .sub-title {
  max-width: 620px;
  margin-top: 24px;
  color: #d8cebf;
  font-size: 20px;
  line-height: 1.8;
}

.banner-content .trial-area span {
  color: var(--accent-teal);
  font-weight: 700;
}

.company-hero-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.company-hero-panel-inner {
  width: min(520px, 100%);
  max-width: 100%;
  padding: 42px;
  border: 1px solid rgba(218, 197, 160, 0.17);
  background:
    linear-gradient(180deg, rgba(23, 24, 20, 0.9), rgba(10, 12, 11, 0.82)),
    url("../images/banner/manyline.png") right top / 220px auto no-repeat;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.company-hero-panel-inner .panel-kicker {
  margin-bottom: 22px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 800;
}

.company-hero-panel-inner h3 {
  margin-bottom: 28px;
  font-size: 31px;
  line-height: 1.45;
}

.company-hero-panel-inner li {
  position: relative;
  margin-top: 14px;
  padding-left: 20px;
  color: #d7cdbd;
  font-size: 16px;
}

.company-hero-panel-inner li::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-teal);
  content: "";
}

.about-item {
  min-height: 328px;
}

.tech-demo-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
  background:
    radial-gradient(circle at 18% 20%, rgba(91, 194, 170, 0.12), transparent 28%),
    radial-gradient(circle at 82% 74%, rgba(217, 92, 63, 0.1), transparent 30%),
    #0f1110;
}

.creative-section {
  background:
    radial-gradient(circle at 22% 18%, rgba(217, 92, 63, 0.12), transparent 30%),
    radial-gradient(circle at 78% 76%, rgba(91, 194, 170, 0.1), transparent 28%),
    #0c0f0e;
}

.tech-demo-section .section-header {
  margin-bottom: 42px;
}

.tech-demo-section .section-title {
  max-width: 760px;
}

.tech-demo-action {
  margin-bottom: 48px;
}

.tech-demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tech-demo-grid--cases {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.tech-demo-card {
  position: relative;
  min-height: 410px;
  padding: 28px 24px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(24, 26, 23, 0.96), rgba(12, 14, 13, 0.98));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
}

.tech-demo-grid--cases .tech-demo-card {
  min-height: 390px;
  padding: 24px 20px;
}

.tech-demo-visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  border-radius: 8px;
  border: 1px solid rgba(245, 234, 216, 0.1);
  background: rgba(245, 234, 216, 0.04);
  overflow: hidden;
}

.tech-demo-link-slots {
  position: absolute;
  top: 52px;
  right: 20px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.tech-demo-link-slots--stack {
  top: 50px;
  flex-direction: column;
  gap: 7px;
}

.tech-demo-link-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 18px;
  border: 1px solid rgba(198, 164, 95, 0.58);
  border-radius: 999px;
  background: rgba(198, 164, 95, 0.06);
  color: var(--accent-gold);
  font-size: 10px;
  line-height: 1;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.tech-demo-link-slot:hover,
.tech-demo-link-slot:focus {
  border-color: rgba(245, 234, 216, 0.7);
  background: rgba(198, 164, 95, 0.14);
  color: var(--heading-color);
}

.tech-demo-visual i {
  position: relative;
  z-index: 2;
  color: var(--heading-color);
  font-size: 30px;
}

.tech-demo-visual::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(91, 194, 170, 0.26);
  border-radius: 50%;
  content: "";
}

.tech-demo-visual--webgl {
  background: #020302;
}

.demo-orbit,
.demo-cube,
.demo-phone,
.demo-line {
  position: absolute;
  inset: auto;
  display: block;
}

.demo-orbit {
  width: 68px;
  height: 34px;
  border: 2px solid rgba(91, 194, 170, 0.45);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.demo-cube {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, rgba(91, 194, 170, 0.45), rgba(217, 92, 63, 0.4));
  transform: rotate(32deg) skew(-8deg);
}

.demo-phone {
  width: 34px;
  height: 58px;
  border: 2px solid rgba(198, 164, 95, 0.6);
  border-radius: 10px;
}

.demo-line {
  width: 66px;
  height: 42px;
  border-left: 2px solid rgba(91, 194, 170, 0.42);
  border-bottom: 2px solid rgba(91, 194, 170, 0.42);
}

.demo-line::before {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 46px;
  height: 22px;
  border-top: 2px solid rgba(217, 92, 63, 0.75);
  transform: skewY(-18deg);
  content: "";
}

.tech-demo-tag {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 800;
}

.tech-demo-card h3 {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.35;
}

.tech-demo-grid--cases .tech-demo-card h3 {
  font-size: 20px;
}

.tech-demo-card p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.75;
}

.tech-demo-card li {
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
  color: #d8cebf;
  font-size: 14px;
}

.tech-demo-card li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-teal);
  content: "";
}

.tech-demo-card--link {
  display: flex;
  flex-direction: column;
}

.tech-demo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--accent-gold);
  font-size: 14px;
  font-weight: 800;
}

.tech-demo-link:hover {
  color: var(--heading-color);
}

.creative-map-output {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(24, 26, 23, 0.94), rgba(12, 14, 13, 0.98));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.22);
}

.creative-map-copy h3 {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.35;
}

.creative-map-copy p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 15px;
  line-height: 1.8;
}

.creative-map-visual {
  position: relative;
  min-height: 250px;
  padding: 12px;
  overflow: hidden;
}

.creative-map-visual::before {
  position: absolute;
  inset: 18% 20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 194, 170, 0.12), transparent 62%);
  filter: blur(18px);
  content: "";
}

.creative-map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.creative-map-lines path {
  fill: none;
  stroke: rgba(91, 194, 170, 0.28);
  stroke-linecap: round;
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.creative-map-core,
.creative-map-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  text-align: left;
}

.creative-map-core {
  left: 50%;
  top: 50%;
  align-items: center;
  width: 118px;
  min-height: 64px;
  padding: 12px 16px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(217, 92, 63, 0.48);
  background: rgba(217, 92, 63, 0.13);
  box-shadow: 0 0 26px rgba(217, 92, 63, 0.08);
  text-align: center;
}

.creative-map-core b {
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.2;
}

.creative-map-core small {
  margin-top: 4px;
  color: rgba(245, 234, 216, 0.5);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.creative-map-node {
  width: 142px;
  min-height: 56px;
  padding: 10px 13px;
  border: 1px solid rgba(91, 194, 170, 0.2);
  background: rgba(245, 234, 216, 0.04);
  box-shadow: inset 0 0 0 1px rgba(245, 234, 216, 0.02);
}

.creative-map-node b {
  color: #e4dbcd;
  font-size: 13px;
  line-height: 1.25;
}

.creative-map-node small {
  margin-top: 5px;
  color: rgba(189, 180, 166, 0.74);
  font-size: 11px;
  line-height: 1.25;
}

.creative-map-node--selling {
  left: 4%;
  top: 9%;
}

.creative-map-node--audience {
  right: 3%;
  top: 12%;
}

.creative-map-node--hook {
  left: 2%;
  top: 43%;
}

.creative-map-node--asset {
  right: 2%;
  top: 46%;
}

.creative-map-node--tracking {
  left: 11%;
  bottom: 4%;
}

.section-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.section-brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-brand-mark--catfan {
  width: 70px;
  height: 84px;
  padding: 0;
  background: transparent;
}

.section-brand-mark--catena {
  width: min(238px, 100%);
  height: auto;
  padding: 0;
  background: transparent;
}

.section-brand-mark--catena img {
  height: auto;
}

.data-platform-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

#data .section-header {
  margin-bottom: 34px;
}

#data .section-header p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(245, 234, 216, 0.74);
  font-size: 17px;
  line-height: 1.9;
}

.data-platform-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.data-platform-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(91, 194, 170, 0.28);
  border-radius: 8px;
  background: rgba(7, 18, 17, 0.62);
  color: rgba(231, 216, 184, 0.86);
  font-size: 13px;
  font-weight: 800;
}

.data-platform-console-row {
  margin-top: 4px;
}

.data-console {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(218, 197, 160, 0.15);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(11, 14, 13, 0.96) 0%, rgba(14, 20, 20, 0.96) 52%, rgba(24, 15, 19, 0.94) 100%);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.32);
}

.data-console::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(91, 194, 170, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(91, 194, 170, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.25;
  content: "";
}

.data-console-head,
.data-console-grid {
  position: relative;
  z-index: 1;
}

.data-console-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(218, 197, 160, 0.12);
}

.data-console-head div {
  display: grid;
  gap: 5px;
}

.data-console-head span,
.data-console-panel-head span {
  color: var(--main-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.data-console-head strong {
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.2;
}

.data-console-head small {
  color: rgba(189, 180, 166, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.data-console-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.22fr) minmax(0, 0.94fr);
  gap: 16px;
}

.data-console-panel {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(8, 10, 9, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.data-console-panel--events {
  grid-row: span 2;
}

.data-console-panel--rules {
  grid-column: 2 / 4;
}

.data-console-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.data-console-panel-head b {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.25;
}

.data-event-stream {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.data-event-stream li {
  position: relative;
  display: grid;
  gap: 5px;
  padding-left: 22px;
}

.data-event-stream li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-teal);
  box-shadow: 0 0 14px rgba(91, 194, 170, 0.8);
  content: "";
}

.data-event-stream li::after {
  position: absolute;
  top: 20px;
  bottom: -13px;
  left: 4px;
  width: 1px;
  background: rgba(91, 194, 170, 0.24);
  content: "";
}

.data-event-stream li:last-child::after {
  display: none;
}

.data-event-stream span,
.data-event-stream small,
.data-funnel-row span,
.data-funnel-row small,
.data-funnel-row em,
.data-funnel-note,
.data-version-card span,
.data-version-card small,
.data-console-panel--rules p,
.data-rule-grid span {
  color: rgba(189, 180, 166, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.data-event-stream strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.data-funnel-list {
  display: grid;
  gap: 12px;
}

.data-funnel-row {
  display: grid;
  grid-template-columns: minmax(138px, 0.95fr) minmax(0, 1fr) 44px;
  align-items: center;
  gap: 12px;
}

.data-funnel-row div {
  display: grid;
  gap: 3px;
}

.data-funnel-row b {
  color: rgba(245, 234, 216, 0.92);
  font-size: 14px;
  line-height: 1.25;
}

.data-funnel-row i {
  position: relative;
  display: block;
  height: 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.data-funnel-row i::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold), var(--main-color));
  content: "";
}

.data-funnel-row small {
  text-align: right;
  font-weight: 900;
}

.data-funnel-row em {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(189, 180, 166, 0.62);
}

.data-funnel-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(218, 197, 160, 0.1);
  font-size: 13px;
}

.data-version-list {
  display: grid;
  gap: 10px;
}

.data-version-card {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(16, 18, 15, 0.72);
}

.data-version-card.is-active {
  border-color: rgba(91, 194, 170, 0.42);
  background: linear-gradient(135deg, rgba(33, 84, 72, 0.44), rgba(18, 22, 18, 0.88));
}

.data-version-card strong {
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.15;
}

.data-console-panel--rules p {
  margin-bottom: 16px;
  font-size: 14px;
}

.data-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.data-rule-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(91, 194, 170, 0.18);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.08);
  color: rgba(245, 234, 216, 0.82);
  font-weight: 800;
}

@media (max-width: 1199px) {
  .data-console-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .data-console-panel--events {
    grid-row: auto;
  }

  .data-console-panel--rules {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  #data .section-header p {
    font-size: 15px;
    line-height: 1.75;
  }

  .data-console {
    padding: 18px;
  }

  .data-console-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .data-console-grid {
    grid-template-columns: 1fr;
  }

  .data-console-panel--rules {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .data-platform-tags {
    justify-content: flex-start;
  }

  .data-platform-tags span {
    min-height: 32px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .data-console {
    padding: 14px;
  }

  .data-console-head strong {
    font-size: 18px;
  }

  .data-console-panel {
    padding: 16px;
  }

  .data-console-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .data-funnel-row {
    grid-template-columns: 1fr 42px;
    gap: 8px 10px;
  }

  .data-funnel-row i {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .data-rule-grid {
    grid-template-columns: 1fr;
  }
}

.engine-brand-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: -14px 0 42px;
}

.engine-brand-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 12px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(9, 11, 10, 0.72);
  color: inherit;
  text-align: left;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.engine-brand-card:hover,
.engine-brand-card:focus {
  border-color: rgba(198, 164, 95, 0.45);
  background: rgba(24, 26, 23, 0.88);
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.engine-brand-card img {
  flex: 0 0 auto;
  width: 42px;
  height: 50px;
  border-radius: 0;
  object-fit: contain;
}

.engine-brand-card--catfan img {
  padding: 0;
  background: transparent;
}

.engine-brand-card--catpaw img {
  width: 112px;
  background: transparent;
}

.engine-brand-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.2;
}

.engine-brand-card span {
  display: block;
  color: var(--paragraph-color);
  font-size: 13px;
  line-height: 1.5;
}

.about-icon img,
.challenge-thumb img,
.faq-thumb img,
.client-thumb img {
  filter: hue-rotate(125deg) saturate(0.75);
}

.play-post-thumb img,
.game-thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(0.52) sepia(0.2) saturate(0.72) brightness(0.74) contrast(1.04);
}

.game-item,
.pricing-item {
  height: 100%;
}

.game-section .section-header {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.game-section .section-header .section-title {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.game-section .section-header p {
  color: rgba(245, 234, 216, 0.68);
  line-height: 1.8;
}

.game-item {
  overflow: hidden;
  border: 1px solid rgba(198, 164, 95, 0.16);
  background: rgba(16, 19, 16, 0.96);
}

.game-thumb::before {
  opacity: 0.78;
  background:
    linear-gradient(180deg, rgba(8, 13, 11, 0.16) 0%, rgba(8, 13, 11, 0.72) 100%),
    linear-gradient(125deg, rgba(88, 212, 190, 0.22) 0%, rgba(217, 92, 63, 0.22) 100%);
}

.client-section,
.pricing-section,
.faq-section {
  display: none;
}

.game-ratings {
  display: none;
}

.game-meta-post {
  margin-top: 14px;
}

.game-verson span,
.thumb-details {
  color: #0b0d0c;
  background: var(--accent-gold);
  font-weight: 800;
}

.game-content {
  min-height: 220px;
  background: linear-gradient(180deg, rgba(32, 32, 102, 0.92), rgba(19, 22, 43, 0.98));
}

.game-content-body {
  min-height: 150px;
  padding: 20px 18px 18px;
}

.game-content-body .title {
  min-height: 54px;
  color: var(--heading-color);
  line-height: 1.25;
}

.game-role-copy {
  min-height: 56px;
  margin: 10px 0 0;
  color: rgba(245, 234, 216, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.game-content-footer {
  padding: 18px;
}

.game-player span {
  color: #d8cebf;
  font-size: 14px;
  line-height: 1.5;
}

.role-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #0d1212;
}

.role-thumb::before {
  display: none;
}

.role-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  min-height: 210px;
  overflow: hidden;
  color: #f8f0df;
  background:
    radial-gradient(circle at 18% 22%, color-mix(in srgb, var(--role-accent) 36%, transparent), transparent 26%),
    radial-gradient(circle at 78% 72%, color-mix(in srgb, var(--role-accent-2) 30%, transparent), transparent 30%),
    linear-gradient(135deg, rgba(10, 15, 16, 0.96), rgba(22, 20, 40, 0.94));
}

.role-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, color-mix(in srgb, var(--role-accent) 42%, transparent) 47% 49%, transparent 50% 100%);
  background-size: 34px 34px, 34px 34px, 100% 100%;
}

.role-visual::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  content: var(--role-caption);
  max-width: calc(100% - 36px);
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--role-accent) 58%, transparent);
  border-radius: 999px;
  color: #fff6e8;
  background: rgba(5, 9, 9, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.role-visual span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  color: var(--role-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.role-visual i {
  position: relative;
  z-index: 1;
  color: #fff8e8;
  font-size: 74px;
  text-shadow:
    0 0 22px color-mix(in srgb, var(--role-accent) 52%, transparent),
    0 18px 50px rgba(0, 0, 0, 0.42);
}

.role-thumb--playable {
  --role-accent: #63dfc9;
  --role-accent-2: #df9d55;
  --role-caption: "CTA · SDK";
}

.role-thumb--dev {
  --role-accent: #75a8ff;
  --role-accent-2: #58d4be;
  --role-caption: "Cocos · WebGL";
}

.role-thumb--engine {
  --role-accent: #e9b75f;
  --role-accent-2: #7b5cff;
  --role-caption: "Runtime · Render";
}

.role-thumb--data {
  --role-accent: #6ee7d1;
  --role-accent-2: #e55f4a;
  --role-caption: "Events · Funnel";
}

.role-thumb--ta {
  --role-accent: #c895ff;
  --role-accent-2: #58d4be;
  --role-caption: "Shader · FX";
}

.role-thumb--balance {
  --role-accent: #e2c15c;
  --role-accent-2: #f4774f;
  --role-caption: "Curve · Level";
}

.role-thumb--content {
  --role-accent: #f48f74;
  --role-accent-2: #65d7bf;
  --role-caption: "Quest · Flow";
}

.role-thumb--vfx {
  --role-accent: #ff7a59;
  --role-accent-2: #a78bfa;
  --role-caption: "Particles · Hit";
}

.role-thumb--concept {
  --role-accent: #79d7ff;
  --role-accent-2: #f4b15f;
  --role-caption: "Character · Scene";
}

.role-thumb--ui {
  --role-accent: #5ce0b9;
  --role-accent-2: #6ea8ff;
  --role-caption: "HUD · Layout";
}

.role-thumb--director {
  --role-accent: #f4a261;
  --role-accent-2: #5bd1c2;
  --role-caption: "Shot · Hook";
}

.role-thumb--writer {
  --role-accent: #f0d06a;
  --role-accent-2: #d982ff;
  --role-caption: "Story · Choice";
}

@media only screen and (max-width: 575px) {
  .role-visual {
    min-height: 188px;
  }

  .role-visual i {
    font-size: 64px;
  }

  .role-visual::after {
    right: 14px;
    bottom: 14px;
  }
}

.client-ratings {
  color: var(--accent-gold);
}

.pricing-header .title {
  font-size: 44px;
}

.pricing-header .title span {
  font-size: inherit;
}

.pricing-list li span {
  color: #d8cebf;
}

.footer-logo .company-logo {
  margin-top: 0;
}

.blog-social li a {
  width: auto;
  height: auto;
  color: #d8cebf;
  font-size: 14px;
  font-weight: 700;
}

.blog-social li a.active,
.blog-social li a:hover {
  color: var(--main-color);
}

.knowledge-page {
  background: var(--bg-main-color);
  color: var(--heading-color);
}

.knowledge-page main {
  background: var(--bg-main-color);
}

.knowledge-page .header-section {
  border-bottom: 1px solid var(--line-color);
  background: rgba(11, 13, 12, 0.96);
}

.knowledge-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 190px 0 96px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line-color);
  background:
    linear-gradient(120deg, rgba(11, 13, 12, 0.98) 0%, rgba(14, 18, 17, 0.98) 48%, rgba(47, 29, 29, 0.96) 100%);
}

.knowledge-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(218, 197, 160, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 197, 160, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
}

.knowledge-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  gap: 48px;
  align-items: center;
}

.knowledge-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.knowledge-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--heading-color);
  font-size: 82px;
  line-height: 1;
}

.knowledge-hero-copy p {
  max-width: 760px;
  margin-bottom: 0;
  color: #d9cdbc;
  font-size: 18px;
}

.knowledge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.knowledge-actions .cmn-btn,
.knowledge-actions .cmn-btn-border {
  margin: 0;
}

.knowledge-access-panel {
  padding: 34px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(15, 17, 16, 0.88);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.access-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 800;
}

.knowledge-access-panel h2 {
  margin-bottom: 16px;
  color: var(--heading-color);
  font-size: 34px;
  line-height: 1.18;
}

.knowledge-access-panel p {
  margin-bottom: 22px;
  color: var(--para-color);
}

.knowledge-access-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.knowledge-access-panel li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid rgba(218, 197, 160, 0.12);
  color: #d9cdbc;
  line-height: 1.65;
}

.knowledge-access-panel li::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-teal);
}

.auth-status-card {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(91, 194, 170, 0.26);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.06);
}

.auth-status-card strong,
.auth-status-card small {
  display: block;
}

.auth-status-card strong {
  margin: 10px 0 8px;
  color: var(--heading-color);
  font-size: 18px;
}

.auth-status-card p {
  margin-bottom: 8px;
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.65;
}

.auth-status-card small {
  color: rgba(245, 234, 216, 0.6);
}

.auth-status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(217, 92, 63, 0.18);
  color: var(--main-color);
  font-size: 12px;
  font-weight: 800;
}

body[data-auth-state="active"] .auth-status-pill {
  background: rgba(91, 194, 170, 0.18);
  color: var(--accent-teal);
}

.auth-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  color: var(--para-color);
  font-size: 14px;
}

.auth-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(218, 197, 160, 0.22);
  border-radius: 999px;
  background: transparent;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.auth-link-button.is-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #e06343 0%, #c6a45f 100%);
  color: #0b0d0c;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.auth-modal.is-open {
  display: flex;
}

.auth-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 3, 3, 0.72);
  cursor: pointer;
}

.auth-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 30px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 30px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: #101210;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.auth-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.auth-modal-head h2 {
  margin-bottom: 0;
  color: var(--heading-color);
  font-size: 34px;
}

.auth-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(218, 197, 160, 0.2);
  border-radius: 8px;
  background: transparent;
  color: var(--heading-color);
  cursor: pointer;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 24px 0;
}

.auth-tabs button {
  min-height: 42px;
  border: 1px solid rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.04);
  color: var(--para-color);
  font-weight: 800;
  cursor: pointer;
}

.auth-tabs button.is-active {
  border-color: rgba(91, 194, 170, 0.42);
  color: var(--heading-color);
  background: rgba(91, 194, 170, 0.12);
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form[hidden] {
  display: none;
}

.auth-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.auth-form label,
.auth-form label span {
  display: block;
}

.auth-form label span {
  margin-bottom: 8px;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--heading-color);
}

.auth-form input:focus {
  border-color: rgba(91, 194, 170, 0.58);
  outline: none;
}

.auth-form[data-auth-form="register"] {
  gap: 10px;
}

.auth-form[data-auth-form="register"] label span {
  margin-bottom: 5px;
}

.auth-form[data-auth-form="register"] input {
  height: 42px;
}

.auth-form .cmn-btn {
  width: 100%;
  margin-top: 6px;
}

.auth-message {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--accent-teal);
  font-size: 14px;
}

.auth-message.is-error {
  color: var(--main-color);
}

.knowledge-section {
  padding: 92px 0;
  border-bottom: 1px solid var(--line-color);
  background: #0f1110;
}

.knowledge-section:nth-of-type(3) {
  background: #0b0d0c;
}

.knowledge-section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.knowledge-section-head h2,
.brief-template h2 {
  margin-bottom: 16px;
  color: var(--heading-color);
  font-size: 42px;
  line-height: 1.16;
}

.knowledge-section-head p,
.brief-template p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 17px;
}

.knowledge-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.knowledge-module {
  position: relative;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(20, 22, 19, 0.78);
}

.knowledge-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent-teal);
  opacity: 0.75;
}

.knowledge-module.is-locked::before {
  background: var(--main-color);
}

.knowledge-module.is-locked::after {
  content: "VIP";
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(245, 234, 216, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.knowledge-module span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--accent-gold);
  font-size: 13px;
  font-weight: 800;
}

.knowledge-module h3 {
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.25;
}

.knowledge-module p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 15px;
}

.knowledge-module.is-open {
  border-color: rgba(91, 194, 170, 0.42);
}

.knowledge-module.is-locked {
  border-color: rgba(217, 92, 63, 0.28);
  background: rgba(19, 18, 16, 0.72);
}

.locked-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.locked-preview {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.84);
}

.locked-preview-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border: 1px solid rgba(91, 194, 170, 0.38);
  border-radius: 8px;
  color: var(--accent-teal);
  font-size: 22px;
}

.locked-preview h3 {
  margin-bottom: 13px;
  color: var(--heading-color);
  font-size: 24px;
}

.locked-preview p {
  margin-bottom: 20px;
  color: var(--para-color);
}

.locked-preview > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 800;
}

.brief-template {
  padding: 40px;
  border: 1px solid var(--line-color);
  border-radius: 8px;
  background: rgba(17, 19, 17, 0.88);
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(218, 197, 160, 0.14);
  border-bottom: 1px solid rgba(218, 197, 160, 0.14);
}

.brief-item {
  padding: 22px 22px 22px 0;
}

.brief-item + .brief-item {
  padding-left: 22px;
  border-left: 1px solid rgba(218, 197, 160, 0.14);
}

.brief-item strong,
.brief-item span {
  display: block;
}

.brief-item strong {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 18px;
}

.brief-item span {
  color: var(--para-color);
  line-height: 1.75;
}

.knowledge-footer {
  padding-top: 66px;
}

.catena-page {
  background: var(--bg-main-color);
  color: var(--heading-color);
}

.catena-page main {
  background:
    radial-gradient(circle at 18% 18%, rgba(91, 194, 170, 0.12), transparent 25%),
    radial-gradient(circle at 82% 10%, rgba(217, 92, 63, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(8, 10, 9, 0.98), rgba(13, 15, 13, 0.98));
}

.catena-hero {
  padding: 202px 0 28px;
  border-bottom: 1px solid var(--line-color);
}

.catena-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
  gap: 42px;
  align-items: center;
}

.catena-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-size: 56px;
  line-height: 1.02;
}

.catena-hero-copy p {
  max-width: 690px;
  color: var(--para-color);
  font-size: 18px;
  line-height: 1.9;
}

.catena-access-panel {
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(91, 194, 170, 0.08), transparent 42%),
    rgba(10, 12, 11, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.catena-access-panel h2 {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 30px;
  line-height: 1.2;
}

.catena-access-panel p,
.catena-access-panel small {
  color: var(--para-color);
  line-height: 1.7;
}

.catena-status-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.catena-status-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.04);
  color: var(--para-color);
  font-size: 13px;
}

.catena-status-list b {
  color: var(--accent-teal);
  font-size: 14px;
}

.catena-dashboard-section {
  padding: 50px 0 96px;
}

.catena-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.catena-toolbar h2 {
  margin: 4px 0 0;
  color: var(--heading-color);
  font-size: 38px;
  line-height: 1.2;
}

.catena-toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.catena-date-panel {
  display: grid;
  gap: 16px;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(91, 194, 170, 0.18);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.055);
}

.catena-date-panel-head,
.catena-date-form {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.catena-date-panel-head b {
  display: block;
  color: var(--heading-color);
  font-size: 17px;
  line-height: 1.35;
}

.catena-date-panel-head span,
.catena-date-form span {
  display: block;
  color: var(--para-color);
  font-size: 12px;
  line-height: 1.45;
}

.catena-date-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.catena-date-presets button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  background: rgba(14, 16, 14, 0.78);
  color: var(--para-color);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.catena-date-presets button.is-active,
.catena-date-presets button:hover {
  border-color: rgba(91, 194, 170, 0.55);
  background: rgba(91, 194, 170, 0.16);
  color: var(--heading-color);
}

.catena-date-form {
  align-items: center;
  justify-content: flex-start;
}

.catena-date-form label {
  display: grid;
  gap: 6px;
  min-width: 180px;
  margin: 0;
}

.catena-date-form input {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(10, 12, 11, 0.9);
  color: var(--heading-color);
  color-scheme: dark;
}

.catena-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(217, 92, 63, 0.3);
  border-radius: 8px;
  background: rgba(217, 92, 63, 0.08);
  color: #e9c4b8;
  font-size: 13px;
  font-weight: 800;
}

.catena-pill.is-ready {
  border-color: rgba(91, 194, 170, 0.36);
  background: rgba(91, 194, 170, 0.1);
  color: var(--accent-teal);
}

.catena-icon-button,
.catena-sync-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid rgba(198, 164, 95, 0.36);
  border-radius: 8px;
  background: rgba(198, 164, 95, 0.1);
  color: var(--heading-color);
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.catena-icon-button {
  width: 42px;
  padding: 0;
}

.catena-sync-button {
  padding: 0 16px;
}

.catena-icon-button:hover,
.catena-sync-button:hover {
  border-color: rgba(198, 164, 95, 0.62);
  background: rgba(198, 164, 95, 0.16);
  transform: translateY(-1px);
}

.catena-icon-button:disabled,
.catena-sync-button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
}

.catena-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.catena-kpi {
  min-height: 142px;
  padding: 20px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(14, 16, 14, 0.86);
}

.catena-kpi span,
.catena-kpi small {
  display: block;
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.45;
}

.catena-kpi strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--heading-color);
  font-size: 32px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.catena-data-health {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin: -4px 0 18px;
}

.catena-data-health span {
  display: grid;
  gap: 6px;
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(91, 194, 170, 0.15);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.045);
}

.catena-data-health b {
  color: var(--accent-teal);
  font-size: 12px;
  line-height: 1.3;
}

.catena-data-health em {
  color: var(--heading-color);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.catena-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.catena-panel {
  padding: 24px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: rgba(10, 12, 11, 0.88);
}

.catena-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.catena-panel-head h3 {
  margin: 0;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.25;
}

.catena-panel-head span {
  color: var(--para-color);
  font-size: 13px;
}

.catena-config-panel {
  margin-bottom: 18px;
}

.catena-market-panel {
  margin-bottom: 18px;
}

.catena-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.catena-market-grid h4 {
  margin: 0 0 12px;
  color: var(--heading-color);
  font-size: 17px;
  line-height: 1.35;
}

.catena-market-list {
  display: grid;
  gap: 10px;
}

.catena-market-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 46px;
  padding: 12px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.035);
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.55;
}

.catena-market-list i {
  margin-top: 4px;
  color: var(--accent-teal);
}

.catena-workflow-panel,
.catena-usage-panel {
  margin-bottom: 18px;
}

.catena-pull-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.catena-pull-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(223, 255, 0, 0.2);
  border-radius: 8px;
  background: rgba(223, 255, 0, 0.07);
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.catena-pull-chip:hover,
.catena-pull-chip.is-active {
  color: #0b0d0c;
  background: var(--main-color);
}

.catena-pull-chip.is-pending {
  border-color: rgba(218, 197, 160, 0.13);
  background: rgba(245, 234, 216, 0.04);
  color: var(--para-color);
}

.catena-pull-chip.is-pending:hover {
  color: var(--para-color);
  background: rgba(245, 234, 216, 0.04);
}

.catena-source-grid,
.catena-workflow-grid,
.catena-usage-grid {
  display: grid;
  gap: 14px;
}

.catena-source-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.catena-source-item {
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.025);
}

.catena-source-item b {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-teal);
  font-size: 12px;
}

.catena-source-item span {
  display: block;
  color: var(--heading-color);
  font-size: 13px;
  line-height: 1.5;
}

.catena-source-item.is-pending b {
  color: #d7b278;
}

.catena-workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.catena-workflow-card,
.catena-usage-card {
  padding: 16px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(245, 234, 216, 0.05), rgba(245, 234, 216, 0.02));
}

.catena-workflow-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 900;
}

.catena-workflow-card h4,
.catena-usage-card h4 {
  margin: 0 0 10px;
  color: var(--heading-color);
  font-size: 17px;
  line-height: 1.35;
}

.catena-workflow-card p,
.catena-usage-card p {
  margin: 0;
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.65;
}

.catena-workflow-card small {
  display: block;
  margin-top: 10px;
  color: rgba(244, 244, 237, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.catena-question-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(218, 197, 160, 0.1);
}

.catena-question-strip b,
.catena-question-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
}

.catena-question-strip b {
  color: var(--accent-teal);
}

.catena-question-strip span {
  padding: 0 11px;
  border: 1px solid rgba(91, 194, 170, 0.14);
  background: rgba(91, 194, 170, 0.04);
  color: var(--para-color);
}

.catena-usage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catena-usage-card i {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-teal);
  font-size: 18px;
}

.catena-usage-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(215, 178, 120, 0.18);
  border-radius: 8px;
  background: rgba(215, 178, 120, 0.045);
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.6;
}

.catena-ai-panel {
  margin-bottom: 18px;
}

.catena-ai-actions {
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 18px;
}

.catena-ai-provider-note {
  margin: -6px 0 18px;
  color: var(--para-color);
  font-size: 12px;
  line-height: 1.6;
}

.catena-ai-provider-note.is-error {
  color: #e98971;
}

.catena-ai-select {
  display: grid;
  gap: 8px;
  margin: 0;
}

.catena-ai-select span {
  color: var(--para-color);
  font-size: 13px;
  font-weight: 800;
}

.catena-ai-select select,
.catena-ai-ask textarea {
  width: 100%;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.045);
  color: var(--heading-color);
  outline: none;
}

.catena-ai-select select {
  min-height: 42px;
  padding: 0 12px;
}

.catena-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
}

.catena-ai-card {
  min-height: 260px;
  padding: 18px;
  border: 1px solid rgba(218, 197, 160, 0.11);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.025);
}

.catena-ai-card h4,
.catena-ai-section h5 {
  margin: 0 0 12px;
  color: var(--heading-color);
  line-height: 1.35;
}

.catena-ai-card h4 {
  font-size: 17px;
}

.catena-ai-section h5 {
  font-size: 14px;
}

.catena-ai-result strong {
  display: block;
  margin-bottom: 8px;
  color: var(--heading-color);
  font-size: 19px;
  line-height: 1.35;
}

.catena-ai-result p,
.catena-ai-warning {
  margin: 0 0 14px;
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.7;
}

.catena-ai-warning {
  color: #e98971;
}

.catena-ai-section {
  margin-top: 16px;
}

.catena-ai-ask {
  display: grid;
  gap: 12px;
}

.catena-ai-ask textarea {
  min-height: 112px;
  padding: 12px;
  resize: vertical;
}

.catena-ai-scope-note {
  color: var(--para-color);
  font-size: 12px;
  line-height: 1.55;
}

.catena-ai-answer {
  margin-top: 16px;
}

.catena-ai-copy {
  margin: 16px 0 0;
  padding: 14px;
  border: 1px solid rgba(91, 194, 170, 0.16);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.045);
  color: var(--heading-color);
  font-size: 13px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.catena-inline-action {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 8px;
  padding: 0 10px;
  border: 1px solid rgba(91, 194, 170, 0.24);
  border-radius: 999px;
  background: rgba(91, 194, 170, 0.08);
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 800;
}

.catena-config-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}

.catena-config-form label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.catena-config-form label span {
  color: var(--para-color);
  font-size: 13px;
  font-weight: 800;
}

.catena-config-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(218, 197, 160, 0.16);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.045);
  color: var(--heading-color);
  font-size: 14px;
  outline: none;
}

.catena-config-form input:focus {
  border-color: rgba(91, 194, 170, 0.48);
  box-shadow: 0 0 0 3px rgba(91, 194, 170, 0.08);
}

.catena-config-form.is-configured input {
  border-color: rgba(91, 194, 170, 0.18);
  background: rgba(91, 194, 170, 0.035);
}

.catena-funnel {
  display: grid;
  gap: 14px;
}

.catena-funnel-row {
  display: grid;
  grid-template-columns: 150px minmax(90px, 1fr) 54px;
  gap: 14px;
  align-items: center;
}

.catena-funnel-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.catena-funnel-label b {
  color: var(--heading-color);
  font-size: 14px;
}

.catena-funnel-label span,
.catena-funnel-row small {
  color: var(--para-color);
  font-size: 12px;
}

.catena-funnel-track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(245, 234, 216, 0.08);
  overflow: hidden;
}

.catena-funnel-track i {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent-teal), var(--accent-gold));
}

.catena-trend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  min-height: 198px;
  padding-top: 12px;
}

.catena-trend-bar {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 8px;
  min-height: 178px;
  color: var(--para-color);
  text-align: center;
}

.catena-trend-bar i {
  align-self: end;
  display: block;
  min-height: 12px;
  border-radius: 8px 8px 2px 2px;
  background:
    linear-gradient(180deg, rgba(91, 194, 170, 0.92), rgba(217, 92, 63, 0.58));
  box-shadow: 0 0 24px rgba(91, 194, 170, 0.14);
}

.catena-trend-bar b {
  color: var(--heading-color);
  font-size: 13px;
}

.catena-trend-bar span {
  font-size: 12px;
}

.catena-table-panel {
  margin-bottom: 18px;
}

.catena-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.catena-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.catena-table th,
.catena-table td {
  padding: 14px 12px;
  border-top: 1px solid rgba(218, 197, 160, 0.1);
  color: var(--para-color);
  font-size: 14px;
  vertical-align: middle;
}

.catena-table th {
  color: var(--heading-color);
  font-size: 12px;
  text-transform: uppercase;
}

.catena-table td strong,
.catena-table td small {
  display: block;
}

.catena-table td strong {
  margin-bottom: 4px;
  color: var(--heading-color);
  font-size: 15px;
}

.catena-table td small {
  max-width: 310px;
  color: rgba(189, 180, 166, 0.62);
  font-size: 11px;
  overflow-wrap: anywhere;
}

.catena-event-list {
  display: grid;
  gap: 12px;
}

.catena-event-item {
  padding: 14px;
  border: 1px solid rgba(218, 197, 160, 0.11);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.035);
}

.catena-event-item span,
.catena-event-item p,
.catena-event-item small {
  color: var(--para-color);
  font-size: 12px;
  line-height: 1.55;
}

.catena-event-item strong {
  display: block;
  margin: 5px 0 4px;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.35;
}

.catena-event-item--metric {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  align-items: center;
}

.catena-event-item--metric span,
.catena-event-item--metric strong {
  grid-column: 1;
}

.catena-event-item--metric div {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 88px;
  text-align: right;
}

.catena-event-item--metric b,
.catena-event-item--metric small {
  display: block;
}

.catena-event-item--metric b {
  color: var(--accent-teal);
  font-size: 22px;
  line-height: 1.1;
}

.catena-sync-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.catena-limit-list,
.catena-run-list {
  display: grid;
  gap: 10px;
}

.catena-limit-list span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(91, 194, 170, 0.14);
  border-radius: 8px;
  background: rgba(91, 194, 170, 0.045);
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.6;
}

.catena-limit-list i {
  margin-top: 4px;
  color: var(--accent-teal);
}

.catena-run-item {
  position: relative;
  min-height: 84px;
  padding: 14px 110px 14px 14px;
  border: 1px solid rgba(218, 197, 160, 0.11);
  border-radius: 8px;
  background: rgba(245, 234, 216, 0.035);
}

.catena-run-item b {
  display: block;
  margin-bottom: 7px;
  color: var(--heading-color);
  font-size: 14px;
}

.catena-run-item p {
  margin: 0;
  color: var(--para-color);
  font-size: 13px;
  line-height: 1.55;
}

.catena-run-status {
  position: absolute;
  right: 14px;
  top: 14px;
  min-width: 76px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(198, 164, 95, 0.1);
  color: var(--accent-gold);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.catena-run-status--success {
  background: rgba(91, 194, 170, 0.12);
  color: var(--accent-teal);
}

.catena-run-status--failed,
.catena-run-status--blocked {
  background: rgba(217, 92, 63, 0.12);
  color: #e98971;
}

.catena-sync-message,
.catena-empty {
  margin: 14px 0 0;
  color: var(--accent-teal);
  font-size: 13px;
  line-height: 1.6;
}

.catena-sync-message.is-error {
  color: #e98971;
}

.catena-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(218, 197, 160, 0.18);
  border-radius: 8px;
  color: var(--para-color);
}

.product-page {
  background: var(--bg-main-color);
  color: var(--heading-color);
}

.product-page .header-section {
  border-bottom: 1px solid var(--line-color);
  background: rgba(11, 13, 12, 0.96);
}

.product-main {
  background:
    radial-gradient(circle at 16% 24%, rgba(91, 194, 170, 0.09), transparent 26%),
    radial-gradient(circle at 80% 12%, rgba(217, 92, 63, 0.11), transparent 28%),
    var(--bg-main-color);
}

.product-hero {
  min-height: 620px;
  padding: 190px 0 104px;
  border-bottom: 1px solid var(--line-color);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.product-hero-grid > *,
.product-section-head--split > *,
.catpaw-case-head > * {
  min-width: 0;
}

.product-hero--catpaw {
  min-height: auto;
  padding: 164px 0 82px;
}

.product-hero-grid--catpaw {
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  gap: 64px;
  align-items: stretch;
}

.product-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 800;
}

.product-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--heading-color);
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.product-hero--catpaw h1 {
  max-width: 720px;
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.02;
}

.product-hero p {
  max-width: 650px;
  margin-bottom: 30px;
  color: var(--para-color);
  font-size: 18px;
  line-height: 1.85;
}

.product-hero--catpaw p {
  max-width: 690px;
  margin-bottom: 0;
}

.catpaw-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.catpaw-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(91, 194, 170, 0.24);
  border-radius: 999px;
  background: rgba(91, 194, 170, 0.07);
  color: #cfe9df;
  font-size: 13px;
  font-weight: 800;
}

.catpaw-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(218, 197, 160, 0.12);
  overflow: hidden;
}

.catpaw-proof-strip article {
  min-height: 92px;
  padding: 20px 22px;
  background: rgba(11, 13, 12, 0.86);
}

.catpaw-proof-strip strong,
.catpaw-proof-strip span {
  display: block;
}

.catpaw-proof-strip strong {
  margin-bottom: 8px;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1.25;
}

.catpaw-proof-strip span {
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.6;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.product-hero-note {
  max-width: 680px;
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid rgba(218, 197, 160, 0.14);
  border-left: 3px solid var(--accent-gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(198, 164, 95, 0.1), transparent 44%),
    rgba(9, 11, 10, 0.54);
}

.product-hero-note p {
  max-width: none;
  margin-bottom: 12px;
  color: #d8cebf;
  font-size: 15px;
  line-height: 1.85;
}

.product-hero-note p:last-child {
  margin-bottom: 0;
}

.product-hero-note strong {
  color: var(--heading-color);
  font-weight: 800;
}

.product-mark-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 38px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(198, 164, 95, 0.12), transparent 36%),
    rgba(9, 11, 10, 0.74);
  overflow: hidden;
}

.product-mark-card::before {
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background: rgba(91, 194, 170, 0.13);
  filter: blur(28px);
  content: "";
}

.product-mark-card img {
  position: relative;
  z-index: 1;
  max-width: min(260px, 82%);
  max-height: 170px;
  object-fit: contain;
}

.product-mark-card--catfan img {
  max-height: 190px;
}

.product-mark-card--catpaw {
  align-content: center;
  gap: 26px;
  min-height: 360px;
  padding: 44px;
  background:
    radial-gradient(circle at 50% 32%, rgba(198, 164, 95, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(24, 23, 18, 0.92), rgba(8, 10, 9, 0.98));
}

.product-mark-card--catpaw img {
  max-width: min(360px, 100%);
  max-height: 132px;
}

.catpaw-mark-body {
  position: relative;
  z-index: 1;
  max-width: 360px;
  padding-top: 22px;
  border-top: 1px solid rgba(218, 197, 160, 0.12);
}

.catpaw-mark-body span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.catpaw-mark-body p {
  margin-bottom: 0;
  color: #d8cebf;
  font-size: 15px;
  line-height: 1.75;
}

.product-section {
  padding: 92px 0;
}

.product-section h2 {
  margin-bottom: 18px;
  color: var(--heading-color);
  font-size: 38px;
  line-height: 1.25;
}

.product-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 34px;
}

.product-section-head--split h2,
.product-section-head--split .product-section-intro {
  margin-bottom: 0;
}

.product-section-intro {
  max-width: 760px;
  margin-bottom: 34px;
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.8;
}

.product-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-section--catpaw .product-capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-capability-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(24, 26, 23, 0.96), rgba(12, 14, 13, 0.98));
}

.product-capability-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-teal);
  font-size: 13px;
  font-weight: 800;
}

.product-capability-card h3 {
  margin-bottom: 12px;
  color: var(--heading-color);
  font-size: 22px;
  line-height: 1.35;
}

.product-capability-card p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 15px;
  line-height: 1.75;
}

.product-note {
  margin-top: 22px;
  padding: 22px 24px;
  border-left: 3px solid var(--accent-gold);
  background: rgba(198, 164, 95, 0.08);
  color: #d8cebf;
  font-size: 15px;
  line-height: 1.8;
}

.catpaw-case-section {
  padding: 72px 0 0;
  border-top: 1px solid var(--line-color);
}

.catpaw-case-section--showcase {
  border-top: 0;
}

.catpaw-case-shell {
  padding: 34px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 14%, rgba(217, 92, 63, 0.1), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(91, 194, 170, 0.09), transparent 26%),
    rgba(9, 11, 10, 0.74);
}

.catpaw-case-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.58fr);
  gap: 44px;
  align-items: end;
  max-width: none;
  margin-bottom: 28px;
}

.catpaw-case-head h2 {
  margin-bottom: 0;
  color: var(--heading-color);
  font-size: 38px;
  line-height: 1.25;
}

.catpaw-case-head p {
  margin-bottom: 0;
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.85;
}

.catpaw-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
}

.catpaw-case-card {
  min-height: 100%;
  border: 1px solid rgba(218, 197, 160, 0.13);
  border-radius: 6px;
  background: rgba(5, 7, 6, 0.86);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.catpaw-case-media {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 50% 50%, rgba(91, 194, 170, 0.08), transparent 58%),
    #030504;
}

.catpaw-case-media video {
  display: block;
  width: 100%;
  height: 100%;
  background: #030504;
  object-fit: contain;
}

.catpaw-case-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.catpaw-case-card--featured .catpaw-case-media {
  height: 100%;
  min-height: 254px;
}

.catpaw-case-section + .product-section {
  padding-top: 82px;
}

.catpaw-runtime-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(218, 197, 160, 0.12);
  overflow: hidden;
}

.catpaw-runtime-flow span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: rgba(11, 13, 12, 0.94);
  color: #d8cebf;
  font-size: 14px;
  font-weight: 800;
}

.catpaw-feature-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.catpaw-feature-board div {
  padding: 20px 22px;
  border: 1px solid rgba(218, 197, 160, 0.12);
  border-radius: 8px;
  background: rgba(11, 13, 12, 0.7);
}

.catpaw-feature-board span,
.catpaw-feature-board strong {
  display: block;
}

.catpaw-feature-board span {
  margin-bottom: 8px;
  color: var(--accent-teal);
  font-size: 12px;
  font-weight: 800;
}

.catpaw-feature-board strong {
  color: #d8cebf;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .tech-demo-grid--cases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .header-bottom .container {
    max-width: 100%;
  }

  .navbar {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .navbar .company-logo.d-lg-none {
    display: inline-flex !important;
    max-width: calc(100% - 64px);
  }

  .navbar-toggler {
    flex: 0 0 auto;
    margin-left: auto !important;
  }

  .company-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 13px;
  }

  .company-logo .company-logo-image {
    width: 48px !important;
    height: 42px !important;
  }

  .company-logo-text {
    font-size: 17px;
  }

  .banner-section {
    min-height: 760px;
  }

  .banner-content .title {
    font-size: 42px;
  }

  .banner-content .sub-title {
    font-size: 17px;
  }

  .company-hero-panel {
    min-height: auto;
    justify-content: flex-start;
    padding-bottom: 70px;
  }

  .hero-cat-stage {
    left: auto;
    top: 300px;
    right: 13vw;
    width: 42vw;
    height: 320px;
    min-width: 280px;
    min-height: 280px;
    opacity: 0;
  }

  .hero-cat-stage.is-loaded {
    opacity: 0.88;
  }

  .company-hero-panel-inner {
    width: 100%;
    padding: 28px;
  }

  .company-hero-panel-inner h3 {
    font-size: 24px;
  }

  .knowledge-hero {
    min-height: auto;
    padding: 135px 0 74px;
  }

  .knowledge-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .knowledge-hero h1 {
    font-size: 58px;
  }

  .knowledge-access-panel {
    max-width: 640px;
  }

  .knowledge-module-grid,
  .locked-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catena-hero {
    padding: 64px 0 42px;
  }

  .catena-hero-grid,
  .catena-panel-grid,
  .catena-sync-layout,
  .catena-ai-grid {
    grid-template-columns: 1fr;
  }

  .catena-hero-copy h1 {
    font-size: 48px;
  }

  .catena-access-panel {
    max-width: 640px;
  }

  .catena-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catena-source-grid,
  .catena-workflow-grid,
  .catena-usage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catena-ai-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-demo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-demo-action {
    margin-bottom: 34px;
  }

  .tech-demo-link-slots {
    top: 42px;
    right: 24px;
  }

  .creative-map-output {
    grid-template-columns: 1fr;
  }

  .product-hero {
    min-height: auto;
    padding: 135px 0 74px;
  }

  .product-hero--catpaw {
    padding-top: 128px;
  }

  .product-hero-grid,
  .product-capability-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-grid--catpaw,
  .product-section-head--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-section--catpaw .product-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catpaw-proof-strip,
  .catpaw-feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catpaw-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }

  .catpaw-case-card--featured {
    grid-column: span 2;
  }

  .catpaw-case-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-hero h1 {
    font-size: 56px;
  }

  .product-mark-card {
    min-height: 240px;
  }

  .product-mark-card--catpaw {
    min-height: auto;
  }

  .product-mark-card--catpaw img {
    max-width: min(320px, 100%);
  }

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

  .brief-item:nth-child(3) {
    border-left: 0;
  }

  .brief-item:nth-child(n + 3) {
    border-top: 1px solid rgba(218, 197, 160, 0.14);
  }
}

@media (max-width: 575px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .header-section,
  .header,
  .header-bottom,
  .header-bottom .container,
  .navbar-expand-lg {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    overflow: hidden;
  }

  .header-section,
  .header-bottom,
  .header-bottom .container,
  .navbar {
    background-color: #11120f;
  }

  .header-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar {
    position: relative;
    min-height: 60px;
    padding-right: 68px !important;
  }

  .navbar-toggler {
    display: none !important;
  }

  .mobile-contact-link {
    display: none !important;
  }

  .mobile-fixed-contact {
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 20000;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e06343 0%, #c6a45f 100%);
    color: #0b0d0c;
    font-weight: 800;
  }

  .banner-section {
    min-height: 780px;
  }

  .hero-cat-stage {
    display: block;
    top: 250px;
    right: -28px;
    left: auto;
    width: 250px;
    height: 240px;
    min-width: 0;
    min-height: 0;
    transform: translate3d(0, 10px, 0) rotate(-2deg);
  }

  .hero-cat-stage.is-loaded {
    opacity: 0.62;
  }

  .banner-section .container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-section .row {
    margin-left: 0;
    margin-right: 0;
  }

  .banner-section [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-content .title {
    max-width: calc(100vw - 30px);
    font-size: 31px;
  }

  .banner-content .sub-title {
    max-width: calc(100vw - 30px);
    font-size: 16px;
  }

  .banner-btn-area .cmn-btn,
  .banner-btn-area .cmn-btn-border {
    width: calc(100vw - 30px);
    max-width: 100%;
    margin-right: 0;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
  }

  .banner-content .trial-area {
    max-width: calc(100vw - 30px);
  }

  .banner-content .trial-area span {
    max-width: 100%;
    font-size: 13px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .company-hero-panel-inner h3 {
    overflow-wrap: anywhere;
  }

  .company-hero-panel-inner {
    width: calc(100vw - 30px);
  }

  .knowledge-page .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--heading-color);
    border: 1px solid rgba(218, 197, 160, 0.2);
    border-radius: 8px;
  }

  .knowledge-page .mobile-contact-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 15px;
    width: 58px;
    height: 44px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e06343 0%, #c6a45f 100%);
    color: #0b0d0c;
    font-size: 14px;
    font-weight: 800;
  }

  .knowledge-page .navbar {
    padding-right: 74px !important;
  }

  .knowledge-hero {
    padding: 96px 0 42px;
  }

  .knowledge-hero h1 {
    font-size: 38px;
  }

  .knowledge-hero-copy p,
  .knowledge-section-head p,
  .brief-template p {
    font-size: 15px;
  }

  .knowledge-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }

  .knowledge-actions .cmn-btn,
  .knowledge-actions .cmn-btn-border {
    width: 100%;
    min-height: 46px;
    line-height: 46px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
  }

  .knowledge-access-panel,
  .brief-template {
    padding: 20px;
  }

  .knowledge-access-panel h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .knowledge-section-head h2,
  .brief-template h2 {
    font-size: 30px;
  }

  .knowledge-access-panel p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.65;
  }

  .knowledge-access-panel li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .knowledge-access-panel li::before {
    top: 19px;
  }

  .knowledge-access-panel .access-badge {
    margin-bottom: 12px;
  }

  .tech-demo-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tech-demo-section .section-header {
    margin-bottom: 24px;
  }

  .tech-demo-grid {
    grid-template-columns: 1fr;
  }

  .tech-demo-card {
    min-height: auto;
    padding: 24px;
  }

  .tech-demo-link-slots {
    top: 38px;
    right: 24px;
  }

  .tech-demo-link-slot {
    width: 34px;
    height: 18px;
  }

  .product-hero {
    padding: 96px 0 54px;
  }

  .product-hero--catpaw {
    padding: 92px 0 44px;
  }

  .product-hero h1 {
    max-width: calc(100vw - 30px);
    font-size: 32px;
    line-height: 1.06;
    word-break: break-all;
  }

  .product-hero--catpaw h1 {
    font-size: 31px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .product-hero p {
    font-size: 15px;
  }

  .product-hero--catpaw p,
  .catpaw-mark-body p,
  .catpaw-case-head p,
  .product-section-intro {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .catpaw-hero-points {
    gap: 8px;
    margin-top: 22px;
  }

  .catpaw-hero-points span {
    min-height: 32px;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .catpaw-proof-strip,
  .catpaw-feature-board {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .catpaw-proof-strip article {
    min-height: auto;
    padding: 16px 18px;
  }

  .product-mark-card--catpaw {
    gap: 20px;
    padding: 28px 22px;
  }

  .product-mark-card--catpaw img {
    width: 260px;
    max-width: 100%;
    max-height: 96px;
  }

  .catpaw-mark-body {
    max-width: 100%;
  }

  .product-actions {
    flex-direction: column;
  }

  .product-actions .cmn-btn,
  .product-actions .cmn-btn-border {
    width: 100%;
    text-align: center;
  }

  .product-section {
    padding: 64px 0;
  }

  .product-section-head--split {
    margin-bottom: 24px;
  }

  .product-section h2 {
    font-size: 30px;
  }

  .catpaw-case-section {
    padding-top: 54px;
  }

  .catpaw-case-shell {
    padding: 18px;
  }

  .catpaw-case-head h2 {
    max-width: 100%;
    font-size: 26px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .catpaw-case-head p {
    font-size: 14px;
  }

  .catpaw-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .catpaw-case-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }

  .catpaw-case-card--featured .catpaw-case-media {
    min-height: 160px;
  }

  .product-section--catpaw .product-capability-grid {
    grid-template-columns: 1fr;
  }

  .catpaw-runtime-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-capability-card {
    min-height: auto;
    padding: 24px;
  }

  .creative-map-output {
    margin-top: 18px;
    padding: 22px;
  }

  .creative-map-copy h3 {
    font-size: 22px;
  }

  .creative-map-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: auto;
    padding: 0;
    overflow: visible;
  }

  .creative-map-visual::before,
  .creative-map-lines {
    display: none;
  }

  .creative-map-core,
  .creative-map-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: 56px;
    transform: none;
  }

  .creative-map-core {
    grid-column: auto;
    grid-column: 1 / -1;
    align-items: flex-start;
    min-height: 52px;
    text-align: left;
  }

  .tech-demo-visual {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }

  .section-brand-mark--catfan {
    width: 58px;
    height: 70px;
    margin-bottom: 18px;
  }

  .section-brand-mark--catena {
    width: min(206px, 100%);
    height: auto;
    margin-bottom: 18px;
    padding: 0;
  }

  .engine-brand-strip {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .engine-brand-card {
    min-height: 84px;
  }

  .engine-brand-card img {
    width: 38px;
    height: 46px;
  }

  .engine-brand-card--catpaw img {
    width: 104px;
  }

  .auth-status-card {
    padding: 14px;
  }

  .auth-panel-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .auth-link-button {
    width: 100%;
  }

  .auth-modal {
    padding: 15px;
  }

  .auth-modal-dialog {
    padding: 22px;
  }

  .auth-modal-head h2 {
    font-size: 28px;
  }

  .knowledge-section {
    padding: 58px 0;
  }

  .knowledge-module-grid,
  .locked-preview-grid,
  .brief-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-module,
  .locked-preview {
    min-height: auto;
    padding: 24px;
  }

  .brief-item,
  .brief-item + .brief-item {
    padding: 18px 0;
    border-left: 0;
  }

  .brief-item + .brief-item {
    border-top: 1px solid rgba(218, 197, 160, 0.14);
  }

  .knowledge-footer .footer-bottom {
    gap: 20px;
  }

  .catena-hero {
    padding: 52px 0 36px;
  }

  .catena-hero-copy h1 {
    font-size: 38px;
  }

  .catena-hero-copy p {
    font-size: 15px;
  }

  .catena-access-panel,
  .catena-panel,
  .catena-kpi {
    padding: 20px;
  }

  .catena-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .catena-toolbar h2 {
    font-size: 30px;
  }

  .catena-toolbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .catena-date-panel-head,
  .catena-date-form {
    align-items: stretch;
    flex-direction: column;
  }

  .catena-date-presets {
    justify-content: flex-start;
  }

  .catena-date-form label {
    min-width: 0;
    width: 100%;
  }

  .catena-kpi-grid,
  .catena-panel-grid,
  .catena-sync-layout,
  .catena-market-grid,
  .catena-data-health,
  .catena-source-grid,
  .catena-workflow-grid,
  .catena-usage-grid,
  .catena-ai-grid {
    grid-template-columns: 1fr;
  }

  .catena-config-form,
  .catena-ai-actions {
    grid-template-columns: 1fr;
  }

  .catena-kpi {
    min-height: auto;
  }

  .catena-kpi strong {
    font-size: 28px;
  }

  .catena-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .catena-sync-button {
    width: 100%;
  }

  .catena-funnel-row {
    grid-template-columns: 1fr 48px;
    gap: 8px 12px;
  }

  .catena-funnel-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .catena-trend {
    gap: 10px;
    min-height: 174px;
  }

  .catena-trend-bar {
    min-height: 150px;
  }

  .catena-event-item--metric {
    grid-template-columns: 1fr;
  }

  .catena-event-item--metric div {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .catena-run-item {
    padding-right: 14px;
  }

  .catena-run-status {
    position: static;
    display: inline-block;
    margin-bottom: 8px;
  }
}

.challenge-section .challenge-thumb img {
  filter: none;
}

#projects,
.project-section,
#dashboard,
#market-workflow,
#integration-config,
#ai-assistant,
#event-dictionary,
#sync-status {
  scroll-margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  #projects,
  .project-section,
  #dashboard,
  #market-workflow,
  #integration-config,
  #ai-assistant,
  #event-dictionary,
  #sync-status {
    scroll-margin-top: 120px;
  }
}

/* Signal green visual pass. */
:root {
  --heading-color: #f4f4ed;
  --para-color: #aeb3a6;
  --main-color: #dfff00;
  --accent-teal: #c8f000;
  --accent-gold: #7b8f17;
  --line-color: rgba(223, 255, 0, 0.18);
  --bg-main-color: #080a08;
  --bg-second-color: #11140f;
  --signal-green: #dfff00;
  --signal-green-soft: #adc800;
  --signal-olive: #59650f;
  --signal-panel: rgba(13, 16, 12, 0.88);
  --signal-card: rgba(16, 20, 15, 0.9);
  --signal-line: rgba(223, 255, 0, 0.16);
}

body {
  background:
    radial-gradient(circle at 14% 12%, rgba(223, 255, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #080a08 0%, #0b0d0b 48%, #070907 100%);
  color: var(--heading-color);
}

.preloader {
  background-color: #080a08;
}

.preloader-icon.preloader-logo-loader::before {
  background: rgba(223, 255, 0, 0.18);
}

.cursor {
  background: var(--signal-green);
  box-shadow: 0 0 24px rgba(223, 255, 0, 0.5);
}

.header-social li a.active,
.header-social li a:hover,
.main-menu li a:hover,
.main-menu li.active a,
.custom-btn,
.custom-btn:hover,
.about-content .sub-title,
.client-content .sub-title,
.tech-demo-tag,
.data-console-head span,
.data-console-panel-head span,
.company-hero-panel-inner .panel-kicker,
.project-entry-badge,
#projects .project-entry-copy span {
  color: var(--signal-green);
}

.cmn-btn::before,
.cmn-btn::after,
.cmn-btn-border:hover,
.header-section.header-fixed .header-bottom,
.footer-form input[type="submit"],
.knowledge-page .mobile-contact-link {
  background-image: linear-gradient(135deg, #e4ff00 0%, #a8bd00 52%, #788a11 100%) !important;
}

.cmn-btn,
.cmn-btn:hover,
.cmn-btn-border:hover,
.footer-form input[type="submit"] {
  color: #050605;
  text-shadow: none;
}

.cmn-btn {
  box-shadow: 0 0 0 1px rgba(223, 255, 0, 0.2), 0 16px 34px rgba(143, 162, 0, 0.2);
}

.cmn-btn-border {
  border-color: rgba(223, 255, 0, 0.34);
  color: rgba(244, 244, 237, 0.9);
  background: rgba(223, 255, 0, 0.02);
}

.header-top-area,
.header-bottom,
.header-section.header-fixed .header-bottom {
  background-color: rgba(7, 9, 7, 0.96) !important;
}

.header-bottom {
  border-top-color: rgba(223, 255, 0, 0.06);
  border-bottom-color: rgba(223, 255, 0, 0.12);
}

.navbar {
  position: relative;
  background-color: rgba(8, 10, 8, 0.96) !important;
  background-image:
    linear-gradient(90deg, rgba(17, 20, 15, 0.98) 0%, rgba(7, 9, 7, 0.94) 100%) !important;
  border-color: rgba(223, 255, 0, 0.12);
}

.navbar::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(223, 255, 0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 0, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.45;
  content: "";
}

.header-social li a,
.main-menu li a {
  color: rgba(244, 244, 237, 0.76);
}

.company-logo .company-logo-image,
.admin-brand img {
  filter: invert(1) brightness(1.18) contrast(1.05);
}

.company-logo-mark {
  border-color: rgba(223, 255, 0, 0.56);
  background: linear-gradient(135deg, var(--signal-green), var(--signal-olive));
}

.bg,
.play-section,
.game-section,
.client-section,
.pricing-section,
.faq-section,
.footer-section {
  background-color: var(--bg-main-color);
}

.banner-section {
  background-color: #070907;
}

@media (min-width: 992px) {
  .banner-section {
    min-height: 760px;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .hero-cat-stage {
    top: clamp(405px, 52vh, 450px);
  }
}

.banner-section::before {
  z-index: 0;
  background:
    linear-gradient(rgba(223, 255, 0, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 0, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 82% 40%, rgba(223, 255, 0, 0.14), transparent 18%),
    radial-gradient(circle at 38% 58%, rgba(223, 255, 0, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(7, 9, 7, 0.98) 0%, rgba(12, 14, 12, 0.94) 55%, rgba(22, 25, 14, 0.78) 100%);
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.banner-section::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: clamp(7px, 0.7vw, 12px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(223, 255, 0, 0.95), rgba(150, 170, 0, 0.64));
  box-shadow: 0 0 48px rgba(223, 255, 0, 0.42);
  content: "";
}

.banner-content .title,
.section-header .section-title,
.project-hero-copy h1,
.project-release-copy h1,
.project-ef-logo h1 {
  color: var(--heading-color);
  text-shadow: 0 0 44px rgba(223, 255, 0, 0.08);
}

.banner-content .sub-title,
.company-hero-panel-inner li,
.tech-demo-card li,
.client-details p,
.game-role-copy,
.project-section-head p,
.project-hero-copy p {
  color: rgba(244, 244, 237, 0.72);
}

.banner-content .trial-area span,
.project-stat-strip strong,
.project-entry-copy span,
.project-key-topline span,
.project-lens-grid span,
.project-production-reel b,
.project-ef-section-title span,
.project-ef-panel-head span,
.project-ef-media-copy span,
.project-ef-log-card span {
  color: var(--signal-green);
}

#hero-cat-canvas {
  filter:
    drop-shadow(0 0 18px rgba(223, 255, 0, 0.18))
    drop-shadow(0 0 34px rgba(188, 220, 0, 0.18))
    drop-shadow(0 34px 52px rgba(0, 0, 0, 0.4));
}

.hero-cat-fallback {
  background: radial-gradient(circle, rgba(223, 255, 0, 0.3), rgba(119, 134, 13, 0.1) 48%, transparent 72%);
}

.company-hero-panel-inner,
.tech-demo-card,
.creative-map-output,
.data-console,
.data-console-panel,
.about-item,
.challenge-section .challenge-area,
.game-item,
.pricing-item,
.knowledge-access-panel,
.knowledge-module,
.locked-preview,
.brief-template,
.catena-access-panel,
.catena-panel,
.catena-kpi,
.admin-header,
.admin-hero,
.admin-session,
.admin-panel,
.admin-login-card,
.admin-grid--summary article,
.project-stat-strip,
.project-direction-grid article,
.project-pipeline article,
.project-system-panel,
.project-workflow-board article,
.project-entry-card,
.project-lens-grid article,
.project-art-board,
.project-production-reel article,
.project-cta-band,
.project-archive-card,
.project-ef-character-card,
.project-ef-video,
.project-ef-log-card,
.project-ef-overview-board article,
.project-ef-world-grid article,
.project-ef-experience-grid article,
.project-ef-art-grid article {
  border-color: var(--signal-line);
  background:
    linear-gradient(160deg, rgba(223, 255, 0, 0.05), transparent 36%),
    linear-gradient(180deg, rgba(17, 20, 15, 0.94), rgba(8, 10, 8, 0.96));
}

.company-hero-panel-inner {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(223, 255, 0, 0.04);
}

.company-hero-panel-inner li::before,
.tech-demo-card li::before,
.data-event-stream li::before,
.catena-event-item::before,
.catena-run-status::before {
  background: var(--signal-green);
  box-shadow: 0 0 14px rgba(223, 255, 0, 0.78);
}

.tech-demo-section,
.creative-section,
.join-section,
.play-section,
.client-section,
.pricing-section,
.faq-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(223, 255, 0, 0.075), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(105, 122, 13, 0.13), transparent 32%),
    #080a08;
}

.tech-demo-section::before,
.join-section::before,
.game-section::before,
.client-section::before,
.pricing-section::before,
.faq-section::before,
.footer-section::before {
  filter: grayscale(1) sepia(0.45) hue-rotate(22deg) saturate(1.2) brightness(0.72);
  opacity: 0.55;
}

.about-item::before,
.about-item::after {
  background-image: linear-gradient(-82deg, rgba(223, 255, 0, 0.86) 0%, rgba(144, 164, 0, 0.74) 45%, rgba(52, 60, 10, 0.92) 100%) !important;
}

.about-icon,
.about-item:hover .about-icon {
  background-image:
    radial-gradient(circle, rgba(223, 255, 0, 0.22), rgba(92, 105, 11, 0.12) 62%, transparent 100%) !important;
  border: 1px solid rgba(223, 255, 0, 0.14);
}

.tech-demo-visual,
.data-platform-tags span,
.creative-map-node,
.creative-map-core,
.engine-brand-card,
.auth-status-card,
.catena-filter,
.catena-input,
.catena-select,
.catena-date,
.admin-chip,
.admin-row-actions button,
.admin-package-card button {
  border-color: rgba(223, 255, 0, 0.22);
  background: rgba(223, 255, 0, 0.055);
}

.tech-demo-visual::before,
.demo-orbit {
  border-color: rgba(223, 255, 0, 0.38);
}

.demo-cube,
.data-funnel-row i::before,
.catena-funnel-track span,
.catena-trend-bar span,
.catena-sync-button,
.auth-submit,
.auth-modal-submit,
.admin-button-primary {
  background: linear-gradient(90deg, var(--signal-green), var(--signal-green-soft), var(--signal-olive));
}

.demo-phone {
  border-color: rgba(223, 255, 0, 0.56);
}

.demo-line {
  border-left-color: rgba(223, 255, 0, 0.44);
  border-bottom-color: rgba(223, 255, 0, 0.44);
}

.demo-line::before {
  border-top-color: rgba(223, 255, 0, 0.72);
}

.creative-map-lines path {
  stroke: rgba(223, 255, 0, 0.28);
}

.creative-map-core {
  border-color: rgba(223, 255, 0, 0.46);
  background: rgba(223, 255, 0, 0.11);
  box-shadow: 0 0 26px rgba(223, 255, 0, 0.08);
}

.data-console {
  background:
    radial-gradient(circle at 82% 20%, rgba(223, 255, 0, 0.08), transparent 24%),
    linear-gradient(145deg, rgba(8, 10, 8, 0.98) 0%, rgba(13, 17, 13, 0.97) 54%, rgba(18, 20, 12, 0.94) 100%);
}

.data-console::before {
  background:
    linear-gradient(90deg, rgba(223, 255, 0, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(223, 255, 0, 0.05) 1px, transparent 1px);
}

.data-event-stream li::after {
  background: rgba(223, 255, 0, 0.22);
}

.data-version-card.is-active {
  border-color: rgba(223, 255, 0, 0.42);
  background: linear-gradient(135deg, rgba(86, 96, 14, 0.44), rgba(14, 17, 12, 0.88));
}

.challenge-section .challenge-area {
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.challenge-section .challenge-area .challenge-item::before,
.pricing-header {
  background-color: rgba(223, 255, 0, 0.13);
  border-color: rgba(223, 255, 0, 0.13);
}

.challenge-section .challenge-area .challenge-item .challenge-content .custom-btn {
  color: rgba(223, 255, 0, 0.78);
}

.game-item:hover .game-footer-icon i,
.client-item-area,
.client-details .title,
.swiper-pagination .swiper-pagination-bullet-active {
  background-image: linear-gradient(135deg, #e4ff00 0%, #98ad00 100%) !important;
  background-color: #98ad00;
  color: #050605;
}

.client-item::before,
.client-item::after {
  color: rgba(223, 255, 0, 0.44);
}

.client-ratings i {
  color: var(--signal-green);
}

.client-item-area .ruddra-prev:hover,
.client-item-area .ruddra-next:hover {
  box-shadow: 0 12px 20px rgba(223, 255, 0, 0.28);
}

.pricing-item {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.footer-section {
  background:
    radial-gradient(circle at 75% 20%, rgba(223, 255, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #080a08, #050605);
}

.project-main,
.project-main--clean,
.project-main--release {
  background:
    linear-gradient(90deg, rgba(223, 255, 0, 0.045), transparent 20%),
    radial-gradient(circle at 78% 32%, rgba(223, 255, 0, 0.08), transparent 22%),
    #080a08;
}

.project-release-hero,
.project-ef-hero {
  background-color: #080908;
}

.project-main--endfield {
  --ef-yellow: var(--signal-green);
  --ef-green: var(--signal-green-soft);
}

.project-swatch--warm {
  background: #dfff00;
}

.project-swatch--teal {
  background: #9ab000;
}

.project-swatch--cream {
  background: #f4f4ed;
}

.knowledge-hero,
.catena-page,
.admin-catena-page,
.admin-login-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(223, 255, 0, 0.08), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(98, 112, 11, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(8, 10, 8, 0.98), rgba(12, 14, 11, 0.98));
}

.auth-form input:focus,
.auth-form select:focus,
.catena-input:focus,
.catena-select:focus,
.catena-date:focus,
.catena-config-form input:focus,
.admin-form input:focus,
.admin-form select:focus {
  border-color: rgba(223, 255, 0, 0.66);
  box-shadow: 0 0 0 3px rgba(223, 255, 0, 0.08);
}

.auth-link-button,
.admin-link-button,
.catena-link-button,
.catena-table a,
.catena-kpi span,
.catena-panel-head span,
.catena-market-card span,
.catena-ai-card span,
.admin-session span,
.admin-panel-head span,
.admin-grid--summary span,
.admin-package-card span {
  color: var(--signal-green);
}

@media only screen and (max-width: 767px) {
  .banner-section::after {
    width: 6px;
  }

  .navbar::before {
    background-size: 54px 54px;
  }

  .mobile-fixed-contact,
  .mobile-contact-link {
    background: linear-gradient(135deg, #e4ff00 0%, #a8bd00 52%, #788a11 100%) !important;
    color: #050605 !important;
    box-shadow: 0 0 0 1px rgba(223, 255, 0, 0.22), 0 12px 30px rgba(223, 255, 0, 0.18);
  }
}

/* Restrained green pass: keep green as signal, not surface color. */
:root {
  --main-color: #dfff00;
  --accent-teal: #7fcfc0;
  --accent-gold: #b3a068;
  --line-color: rgba(244, 244, 237, 0.14);
  --signal-green: #dfff00;
  --signal-green-soft: #a8bd00;
  --signal-muted: #a9b25f;
  --signal-warm: #b3a068;
  --signal-line: rgba(244, 244, 237, 0.12);
}

body {
  background:
    radial-gradient(circle at 12% 10%, rgba(223, 255, 0, 0.035), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(127, 207, 192, 0.035), transparent 30%),
    linear-gradient(180deg, #080908 0%, #0b0c0b 48%, #070807 100%);
}

.cursor {
  box-shadow: 0 0 18px rgba(223, 255, 0, 0.34);
}

.banner-section::before {
  background:
    linear-gradient(rgba(223, 255, 0, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 0, 0.015) 1px, transparent 1px),
    radial-gradient(circle at 82% 40%, rgba(223, 255, 0, 0.07), transparent 18%),
    radial-gradient(circle at 38% 58%, rgba(127, 207, 192, 0.045), transparent 28%),
    linear-gradient(90deg, rgba(7, 8, 7, 0.98) 0%, rgba(12, 13, 12, 0.94) 55%, rgba(17, 18, 15, 0.78) 100%);
  background-size: 96px 96px, 96px 96px, auto, auto, auto;
}

.banner-section::after {
  background: linear-gradient(180deg, rgba(223, 255, 0, 0.86), rgba(128, 143, 0, 0.42));
  box-shadow: 0 0 38px rgba(223, 255, 0, 0.3);
}

.navbar::before {
  background:
    linear-gradient(rgba(223, 255, 0, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(223, 255, 0, 0.016) 1px, transparent 1px);
  opacity: 0.32;
}

.cmn-btn::before,
.cmn-btn::after,
.cmn-btn-border:hover,
.footer-form input[type="submit"],
.knowledge-page .mobile-contact-link {
  background-image: linear-gradient(135deg, #dfff00 0%, #a8bd00 58%, #65720d 100%) !important;
}

.cmn-btn {
  box-shadow: 0 0 0 1px rgba(223, 255, 0, 0.16), 0 14px 30px rgba(143, 162, 0, 0.14);
}

.header-social li a.active,
.header-social li a:hover,
.main-menu li a:hover,
.main-menu li.active a,
.banner-content .trial-area span {
  color: var(--signal-green);
}

.custom-btn,
.custom-btn:hover,
.about-content .sub-title,
.client-content .sub-title,
.tech-demo-tag,
.data-console-head span,
.data-console-panel-head span,
.company-hero-panel-inner .panel-kicker,
.project-entry-badge,
#projects .project-entry-copy span,
.project-stat-strip strong,
.project-key-topline span,
.project-lens-grid span,
.project-production-reel b,
.project-ef-section-title span,
.project-ef-panel-head span,
.project-ef-media-copy span,
.project-ef-log-card span,
.auth-link-button,
.admin-link-button,
.catena-link-button,
.catena-table a,
.catena-kpi span,
.catena-panel-head span,
.catena-market-card span,
.catena-ai-card span,
.admin-session span,
.admin-panel-head span,
.admin-grid--summary span,
.admin-package-card span {
  color: var(--signal-muted);
}

.company-hero-panel-inner,
.tech-demo-card,
.creative-map-output,
.data-console,
.data-console-panel,
.about-item,
.challenge-section .challenge-area,
.game-item,
.pricing-item,
.knowledge-access-panel,
.knowledge-module,
.locked-preview,
.brief-template,
.catena-access-panel,
.catena-panel,
.catena-kpi,
.admin-header,
.admin-hero,
.admin-session,
.admin-panel,
.admin-login-card,
.admin-grid--summary article,
.project-stat-strip,
.project-direction-grid article,
.project-pipeline article,
.project-system-panel,
.project-workflow-board article,
.project-entry-card,
.project-lens-grid article,
.project-art-board,
.project-production-reel article,
.project-cta-band,
.project-archive-card,
.project-ef-character-card,
.project-ef-video,
.project-ef-log-card,
.project-ef-overview-board article,
.project-ef-world-grid article,
.project-ef-experience-grid article,
.project-ef-art-grid article {
  border-color: var(--signal-line);
  background:
    linear-gradient(160deg, rgba(244, 244, 237, 0.035), transparent 36%),
    linear-gradient(180deg, rgba(17, 18, 17, 0.94), rgba(8, 9, 8, 0.96));
}

.company-hero-panel-inner,
.data-console,
.catena-panel,
.knowledge-access-panel {
  border-color: rgba(223, 255, 0, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(223, 255, 0, 0.025);
}

.tech-demo-section,
.creative-section,
.join-section,
.play-section,
.client-section,
.pricing-section,
.faq-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(127, 207, 192, 0.045), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(179, 160, 104, 0.04), transparent 32%),
    #080908;
}

.data-console {
  background:
    radial-gradient(circle at 82% 20%, rgba(223, 255, 0, 0.045), transparent 24%),
    linear-gradient(145deg, rgba(8, 9, 8, 0.98) 0%, rgba(13, 15, 13, 0.97) 54%, rgba(16, 17, 14, 0.94) 100%);
}

.data-console::before {
  background:
    linear-gradient(90deg, rgba(223, 255, 0, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(223, 255, 0, 0.025) 1px, transparent 1px);
}

.tech-demo-visual,
.data-platform-tags span,
.creative-map-node,
.creative-map-core,
.engine-brand-card,
.auth-status-card,
.catena-filter,
.catena-input,
.catena-select,
.catena-date,
.admin-chip,
.admin-row-actions button,
.admin-package-card button {
  border-color: rgba(244, 244, 237, 0.14);
  background: rgba(244, 244, 237, 0.035);
}

.about-item::before,
.about-item::after {
  background-image: linear-gradient(-82deg, rgba(223, 255, 0, 0.38) 0%, rgba(127, 207, 192, 0.2) 45%, rgba(18, 20, 17, 0.92) 100%) !important;
}

.about-icon,
.about-item:hover .about-icon {
  background-image:
    radial-gradient(circle, rgba(223, 255, 0, 0.12), rgba(127, 207, 192, 0.06) 62%, transparent 100%) !important;
  border-color: rgba(244, 244, 237, 0.12);
}

.company-hero-panel-inner li::before,
.tech-demo-card li::before,
.data-event-stream li::before,
.catena-event-item::before,
.catena-run-status::before {
  background: var(--signal-green);
  box-shadow: 0 0 10px rgba(223, 255, 0, 0.48);
}

.demo-cube,
.data-funnel-row i::before,
.catena-funnel-track span,
.catena-trend-bar span,
.catena-sync-button,
.auth-submit,
.auth-modal-submit,
.admin-button-primary {
  background: linear-gradient(90deg, #dfff00, #a8bd00, #68750e);
}

.game-item:hover .game-footer-icon i,
.client-item-area,
.client-details .title,
.swiper-pagination .swiper-pagination-bullet-active {
  background-image: linear-gradient(135deg, #dfff00 0%, #9caf00 100%) !important;
}

.project-main,
.project-main--clean,
.project-main--release {
  background:
    linear-gradient(90deg, rgba(223, 255, 0, 0.025), transparent 20%),
    radial-gradient(circle at 78% 32%, rgba(127, 207, 192, 0.04), transparent 22%),
    #080908;
}

.knowledge-hero,
.catena-page,
.admin-catena-page,
.admin-login-page {
  background:
    radial-gradient(circle at 18% 18%, rgba(223, 255, 0, 0.04), transparent 26%),
    radial-gradient(circle at 82% 10%, rgba(127, 207, 192, 0.04), transparent 28%),
    linear-gradient(180deg, rgba(8, 9, 8, 0.98), rgba(12, 13, 11, 0.98));
}

@media only screen and (max-width: 767px) {
  .mobile-fixed-contact,
  .mobile-contact-link {
    background: linear-gradient(135deg, #dfff00 0%, #a8bd00 58%, #65720d 100%) !important;
    box-shadow: 0 0 0 1px rgba(223, 255, 0, 0.18), 0 10px 24px rgba(223, 255, 0, 0.12);
  }
}
