:root {
				--white: #ffffff;
				--off-white: #f8f9fa;
				--black: #0a0a0a;
				--ink: #0f1117;
				--mid: #6b6b6b;
				--light: #e8e6e1;
				--teal: #087a6b;
				--teal-light: #e3f3f0;
				--teal-mid: #065e52;
				--amber: #e67e22;
				--font: 'Plus Jakarta Sans', sans-serif;
				--mono: 'IBM Plex Mono', monospace;
				--dark-bg: #0d0d0d;
				--dark-border: rgba(255, 255, 255, 0.07);
				--dark-surface: #141414;
			}
			.skip-link {
				position: absolute;
				top: -100%;
				left: 0;
				background: var(--teal);
				color: var(--white);
				padding: 8px 16px;
				font-size: 14px;
				font-weight: 600;
				z-index: 200;
				text-decoration: none;
				border-radius: 0 0 4px 0;
			}
			.skip-link:focus {
				top: 0;
			}
			a:focus-visible,
			button:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.nav-logo-img {
				height: 26px;
				width: auto;
				display: block;
			}
			.nav-links {
				display: flex;
				gap: 36px;
				list-style: none;
			}
			.nav-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 2px;
			}
			.nav-right {
				display: flex;
				gap: 12px;
				align-items: center;
			}
			.btn-coming-soon-dot {
				width: 6px;
				height: 6px;
				border-radius: 50%;
				background: var(--teal);
				opacity: 0.5;
				flex-shrink: 0;
			}
			.btn-nav-solid {
				font-size: 14px;
				font-weight: 700;
				color: var(--white);
				background: var(--teal);
				text-decoration: none;
				padding: 9px 22px;
				border-radius: 100px;
				transition: background 0.18s;
				white-space: nowrap;
			}
			.btn-nav-solid:hover {
				background: var(--teal-mid);
			}
			.btn-nav-solid:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 100px;
			}
			.btn-nav-signin:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 4px;
			}
			.btn-nav-outline:hover {
				background: var(--teal);
				color: var(--white);
			}
			.btn-nav-outline:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
			}

			.breadcrumb a:hover {
				text-decoration: underline;
			}
			.hero {
				padding: 32px 48px 80px;
				max-width: 1100px;
				margin: 0 auto;
				display: grid;
				grid-template-columns: 1fr 420px;
				gap: 60px;
				align-items: start;
			}
			.hero-label {
				display: inline-flex;
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--teal);
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
				padding: 5px 12px;
				border-radius: 4px;
				margin-bottom: 28px;
			}
			.hero-h1 {
				font-size: clamp(36px, 4.5vw, 60px);
				font-weight: 800;
				line-height: 1.05;
				letter-spacing: -0.035em;
				color: var(--black);
				margin-bottom: 24px;
			}
			.hero-h1 em {
				font-style: normal;
				color: var(--teal);
			}
			.hero-sub {
				font-size: 17px;
				line-height: 1.75;
				color: var(--mid);
				margin-bottom: 32px;
			}
			.hero-tags {
				display: flex;
				flex-wrap: wrap;
				gap: 6px;
			}
			.hero-tag {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				background: var(--off-white);
				border: 1px solid var(--light);
				padding: 4px 10px;
				border-radius: 4px;
			}
			.hero-tag.teal {
				color: var(--teal);
				background: var(--teal-light);
				border-color: rgba(8, 122, 107, 0.2);
			}
			.env-map {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 14px;
				padding: 32px 28px;
			}
			.env-map-title {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 20px;
			}
			.env-layers {
				display: flex;
				flex-direction: column;
				gap: 0;
			}
			.env-layer {
				border: 1px solid var(--light);
				border-radius: 10px;
				padding: 14px 16px;
				background: var(--white);
				position: relative;
			}
			.env-layer.primary {
				border-color: rgba(8, 122, 107, 0.3);
			}
			.env-layer-tag {
				font-family: var(--mono);
				font-size: 9px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 5px;
			}
			.env-layer.primary .env-layer-tag {
				color: var(--teal);
			}
			.env-layer-name {
				font-size: 13px;
				font-weight: 700;
				color: var(--black);
				margin-bottom: 3px;
			}
			.env-layer-desc {
				font-size: 12px;
				color: var(--mid);
				line-height: 1.5;
			}
			.env-badge {
				position: absolute;
				top: 12px;
				right: 12px;
				font-family: var(--mono);
				font-size: 9px;
				padding: 3px 8px;
				border-radius: 4px;
			}
			.env-badge.warn {
				background: rgba(192, 57, 43, 0.07);
				border: 1px solid rgba(192, 57, 43, 0.15);
				color: #c0392b;
			}
			.env-badge.ok {
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
				color: var(--teal);
			}
			.env-badge.neutral {
				background: var(--off-white);
				border: 1px solid var(--light);
				color: var(--mid);
			}
			.env-arrow {
				text-align: center;
				font-size: 11px;
				color: var(--light);
				padding: 4px 0;
			}
			.mono-tag {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--teal);
			}
			.section-h2 {
				font-size: clamp(28px, 3vw, 42px);
				font-weight: 800;
				line-height: 1.1;
				letter-spacing: -0.03em;
				color: var(--black);
				margin-bottom: 16px;
			}
			.section-sub {
				font-size: 16px;
				color: var(--mid);
				line-height: 1.75;
			}
			.problem-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.problem-intro {
				margin-bottom: 48px;
			}
			.problem-grid {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 12px;
			}
			.problem-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 28px 24px;
			}
			.problem-card-num {
				font-family: var(--mono);
				font-size: 10px;
				color: var(--mid);
				margin-bottom: 14px;
			}
			.problem-card-title {
				font-size: 16px;
				font-weight: 800;
				color: var(--black);
				letter-spacing: -0.02em;
				margin-bottom: 12px;
				line-height: 1.3;
			}
			.problem-card-body {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.75;
			}
			.problem-card-body strong {
				color: var(--ink);
				font-weight: 600;
			}
			.arch-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.arch-intro {
				margin-bottom: 56px;
				max-width: 680px;
			}
			.epic-envs {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 12px;
				margin-bottom: 64px;
			}
			.epic-env {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 14px;
				padding: 28px 24px;
				transition: border-color 0.2s;
			}
			.epic-env:hover {
				border-color: rgba(8, 122, 107, 0.25);
			}
			.epic-env-badge {
				display: inline-flex;
				font-family: var(--mono);
				font-size: 9px;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				padding: 3px 10px;
				border-radius: 4px;
				margin-bottom: 16px;
			}
			.epic-env-badge.oltp {
				color: var(--amber);
				background: rgba(230, 126, 34, 0.08);
				border: 1px solid rgba(230, 126, 34, 0.2);
			}
			.epic-env-badge.reporting {
				color: var(--teal);
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.18);
			}
			.epic-env-badge.warehouse {
				color: #9b59b6;
				background: rgba(155, 89, 182, 0.07);
				border: 1px solid rgba(155, 89, 182, 0.18);
			}
			.epic-env-name {
				font-size: 18px;
				font-weight: 800;
				color: var(--black);
				letter-spacing: -0.02em;
				margin-bottom: 8px;
			}
			.epic-env-subtitle {
				font-family: var(--mono);
				font-size: 11px;
				color: var(--mid);
				margin-bottom: 14px;
			}
			.epic-env-body {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.7;
				margin-bottom: 18px;
			}
			.epic-env-facts {
				display: flex;
				flex-direction: column;
				gap: 8px;
			}
			.epic-env-fact {
				display: flex;
				align-items: flex-start;
				gap: 10px;
				font-size: 12px;
				color: var(--mid);
				line-height: 1.55;
			}
			.epic-env-fact-dot {
				width: 4px;
				height: 4px;
				border-radius: 50%;
				background: var(--teal);
				flex-shrink: 0;
				margin-top: 6px;
			}
			.medallion-table {
				width: 100%;
				border-collapse: collapse;
				margin-bottom: 64px;
			}
			.medallion-table th {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				text-align: left;
				padding: 12px 20px;
				border-bottom: 1px solid var(--light);
			}
			.medallion-table td {
				font-size: 14px;
				color: var(--mid);
				padding: 18px 20px;
				border-bottom: 1px solid rgba(0, 0, 0, 0.04);
				line-height: 1.6;
				vertical-align: top;
			}
			.medallion-table td:first-child {
				color: var(--black);
				font-weight: 700;
				white-space: nowrap;
			}
			.medallion-table td strong {
				color: var(--ink);
				font-weight: 600;
			}
			.medallion-table tr:last-child td {
				border-bottom: none;
			}
			.layer-badge {
				display: inline-flex;
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.08em;
				padding: 3px 10px;
				border-radius: 4px;
				margin-right: 8px;
				white-space: nowrap;
			}
			.bronze {
				color: #9a5e1c;
				background: rgba(205, 127, 50, 0.08);
				border: 1px solid rgba(205, 127, 50, 0.2);
			}
			.silver {
				color: #888;
				background: rgba(170, 170, 170, 0.07);
				border: 1px solid rgba(170, 170, 170, 0.18);
			}
			.gold {
				color: #b8920a;
				background: rgba(241, 196, 15, 0.07);
				border: 1px solid rgba(241, 196, 15, 0.2);
			}
			.pipeline {
				margin-bottom: 64px;
			}
			.pipeline-title {
				font-size: 16px;
				font-weight: 700;
				color: var(--black);
				letter-spacing: -0.015em;
				margin-bottom: 28px;
			}
			.pipeline-row {
				display: grid;
				grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
				gap: 0;
				align-items: center;
				margin-bottom: 8px;
			}
			.pipeline-source {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				padding: 14px 12px;
				text-align: center;
			}
			.pipeline-source-name {
				font-size: 12px;
				font-weight: 700;
				color: var(--ink);
				margin-bottom: 4px;
			}
			.pipeline-source-type {
				font-family: var(--mono);
				font-size: 9px;
				color: var(--mid);
				letter-spacing: 0.08em;
			}
			.pipeline-arrow {
				text-align: center;
				color: var(--light);
				font-size: 14px;
			}
			.pipeline-layer {
				background: var(--teal-light);
				border: 1px solid rgba(8, 122, 107, 0.2);
				border-radius: 10px;
				padding: 14px 12px;
				text-align: center;
			}
			.pipeline-layer-name {
				font-size: 12px;
				font-weight: 700;
				color: var(--teal);
				margin-bottom: 4px;
			}
			.pipeline-layer-type {
				font-family: var(--mono);
				font-size: 9px;
				color: rgba(8, 122, 107, 0.6);
				letter-spacing: 0.08em;
			}
			.pipeline-layer.ai {
				border-color: rgba(8, 122, 107, 0.4);
				background: var(--teal-light);
			}
			.pipeline-layer.ai .pipeline-layer-name {
				color: var(--black);
			}
			.decisions-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.decisions-grid {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 12px;
				margin-top: 48px;
			}
			.decision-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 32px 28px;
			}
			.decision-card-problem {
				font-family: var(--mono);
				font-size: 11px;
				color: #c0392b;
				letter-spacing: 0.08em;
				margin-bottom: 14px;
				text-transform: uppercase;
				opacity: 0.7;
			}
			.decision-card-title {
				font-size: 17px;
				font-weight: 700;
				color: var(--black);
				letter-spacing: -0.015em;
				margin-bottom: 12px;
				line-height: 1.3;
			}
			.decision-card-body {
				font-size: 14px;
				color: var(--mid);
				line-height: 1.75;
				margin-bottom: 20px;
			}
			.decision-card-solution {
				font-size: 13px;
				color: var(--teal);
				line-height: 1.65;
				padding-top: 16px;
				border-top: 1px solid rgba(8, 122, 107, 0.15);
			}
			.deploy-section {
				padding: 80px 48px;
				border-top: 1px solid var(--light);
				max-width: 1100px;
				margin: 0 auto;
			}
			.deploy-grid {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				gap: 12px;
				margin-top: 48px;
			}
			.deploy-card {
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 12px;
				padding: 32px 28px;
			}
			.deploy-card.featured {
				border-color: rgba(8, 122, 107, 0.3);
				background: var(--teal-light);
			}
			.deploy-card-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.12em;
				text-transform: uppercase;
				color: var(--mid);
				margin-bottom: 12px;
			}
			.deploy-card.featured .deploy-card-label {
				color: var(--teal);
			}
			.deploy-card-title {
				font-size: 19px;
				font-weight: 800;
				color: var(--black);
				letter-spacing: -0.02em;
				margin-bottom: 12px;
			}
			.deploy-card-body {
				font-size: 14px;
				color: var(--mid);
				line-height: 1.75;
				margin-bottom: 20px;
			}
			.deploy-specs {
				display: flex;
				flex-direction: column;
				gap: 8px;
			}
			.deploy-spec {
				display: flex;
				align-items: flex-start;
				gap: 10px;
				font-size: 13px;
				color: var(--mid);
				line-height: 1.55;
			}
			.deploy-spec-dot {
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background: var(--mid);
				flex-shrink: 0;
				margin-top: 6px;
			}
			.deploy-card.featured .deploy-spec-dot {
				background: var(--teal);
			}
			.deploy-card.featured .deploy-spec {
				color: var(--ink);
			}
			.deploy-note {
				margin-top: 40px;
				padding: 24px 28px;
				background: var(--off-white);
				border: 1px solid var(--light);
				border-radius: 10px;
				font-size: 14px;
				color: var(--mid);
				line-height: 1.7;
			}
			.deploy-note strong {
				color: var(--ink);
			}
			.proof-strip {
				padding: 64px 48px;
				border-top: 1px solid var(--light);
			}
			.proof-strip-inner {
				max-width: 1100px;
				margin: 0 auto;
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				gap: 1px;
				background: var(--light);
				border: 1px solid var(--light);
				border-radius: 14px;
				overflow: hidden;
			}
			.proof-item {
				background: var(--white);
				padding: 32px 24px;
			}
			.proof-num {
				font-size: clamp(28px, 2.5vw, 40px);
				font-weight: 800;
				letter-spacing: -0.04em;
				color: var(--black);
				line-height: 1;
				margin-bottom: 8px;
			}
			.proof-num span {
				color: var(--teal);
			}
			.proof-label {
				font-size: 13px;
				color: var(--mid);
				line-height: 1.55;
			}
			.cta {
				padding: 120px 48px;
				text-align: center;
				border-top: 1px solid var(--light);
				position: relative;
				overflow: hidden;
			}
			.cta::before {
				content: '';
				position: absolute;
				top: 0;
				left: 50%;
				transform: translateX(-50%);
				width: 700px;
				height: 500px;
				background: radial-gradient(ellipse at 50% 0%, rgba(8, 122, 107, 0.05) 0%, transparent 65%);
				pointer-events: none;
			}
			.cta-mono {
				font-family: var(--mono);
				font-size: 11px;
				letter-spacing: 0.14em;
				text-transform: uppercase;
				color: var(--teal);
				margin-bottom: 24px;
				display: flex;
				justify-content: center;
			}
			.cta-h2 {
				font-size: clamp(36px, 5vw, 64px);
				font-weight: 800;
				line-height: 1.05;
				letter-spacing: -0.04em;
				color: var(--black);
				max-width: 680px;
				margin: 0 auto 24px;
			}
			.cta-h2 em {
				font-style: normal;
				color: var(--teal);
			}
			.cta-sub {
				font-size: 16px;
				color: var(--mid);
				max-width: 480px;
				margin: 0 auto 40px;
				line-height: 1.7;
			}
			.cta-actions {
				display: flex;
				gap: 14px;
				justify-content: center;
			}
			.btn-ghost {
				font-size: 15px;
				font-weight: 600;
				color: var(--ink);
				text-decoration: none;
				padding: 14px 32px;
				border-radius: 100px;
				border: 1.5px solid var(--light);
				transition: border-color 0.18s;
			}
			.btn-ghost:hover {
				border-color: #aaa;
			}
			.btn-ghost:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 3px;
				border-radius: 100px;
			}
			.page-nav-outer {
				border-top: 1px solid var(--light);
			}
			.page-nav {
				padding: 40px 48px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				max-width: 1100px;
				margin: 0 auto;
			}
			.page-nav-link {
				display: flex;
				flex-direction: column;
				gap: 4px;
				text-decoration: none;
			}
			.page-nav-label {
				font-family: var(--mono);
				font-size: 10px;
				letter-spacing: 0.1em;
				text-transform: uppercase;
				color: var(--mid);
			}
			.page-nav-title {
				font-size: 15px;
				font-weight: 700;
				color: var(--ink);
				transition: color 0.18s;
			}
			.page-nav-link:hover .page-nav-title {
				color: var(--teal);
			}
			.page-nav-link.next {
				text-align: right;
			}
			.footer-logo-img {
				height: 18px;
				width: auto;
				display: block;
			}
			.footer-links {
				display: flex;
				gap: 24px;
				list-style: none;
				flex-wrap: wrap;
			}
			.footer-links a:focus-visible {
				outline: 2px solid var(--teal);
				outline-offset: 2px;
				border-radius: 2px;
			}
			@media (min-width: 1101px) {
				.nav-hamburger,
				.nav-drawer,
				.nav-overlay {
					display: none !important;
				}
			}
			@media (max-width: 1100px) {
				.nav-links,
				.nav-right {
					display: none;
				}
				.hero {
					grid-template-columns: 1fr;
					gap: 40px;
					padding: 32px 24px 60px;
				}
				.problem-section,
				.arch-section,
				.decisions-section,
				.deploy-section,
				.proof-strip,
				.cta {
					padding-left: 24px;
					padding-right: 24px;
				}
				.problem-grid,
				.epic-envs,
				.decisions-grid,
				.deploy-grid {
					grid-template-columns: 1fr;
				}
				.pipeline-row {
					grid-template-columns: 1fr;
					gap: 6px;
				}
				.pipeline-arrow {
					transform: rotate(90deg);
				}
				.proof-strip-inner {
					grid-template-columns: 1fr 1fr;
				}
				.page-nav {
					padding: 32px 24px;
				}
				.footer-links {
					justify-content: center;
				}
				.nav-hamburger {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					gap: 5px;
					width: 40px;
					height: 40px;
					background: none;
					border: none;
					cursor: pointer;
					padding: 0;
					border-radius: 6px;
					flex-shrink: 0;
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(1) {
					transform: translateY(7px) rotate(45deg);
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(2) {
					opacity: 0;
					transform: scaleX(0);
				}
				.nav-hamburger[aria-expanded='true'] span:nth-child(3) {
					transform: translateY(-7px) rotate(-45deg);
				}
				.nav-hamburger:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 6px;
				}
				.nav-drawer.is-open {
					display: block;
				}
				.nav-overlay {
					display: none;
					position: fixed;
					inset: 0;
					z-index: 98;
					background: rgba(0, 0, 0, 0.25);
				}
				.nav-overlay.is-open {
					display: block;
				}
				.drawer-link:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: -2px;
				}
				.drawer-actions {
					padding: 12px 24px 0;
					display: flex;
					flex-direction: column;
					gap: 10px;
				}
				.drawer-coming-soon-dot {
					width: 6px;
					height: 6px;
					border-radius: 50%;
					background: var(--teal);
					opacity: 0.5;
					flex-shrink: 0;
				}
				.drawer-demo {
					display: block;
					text-align: center;
					background: var(--teal);
					color: var(--white);
					font-size: 15px;
					font-weight: 700;
					border-radius: 100px;
					padding: 13px 24px;
					text-decoration: none;
					transition: background 0.18s;
				}
				.drawer-demo:hover {
					background: var(--teal-mid);
				}
				.drawer-demo:focus-visible {
					outline: 2px solid var(--teal);
					outline-offset: 3px;
					border-radius: 100px;
				}
				.drawer-signin {
					display: block;
					text-align: center;
					font-size: 14px;
					font-weight: 600;
					color: var(--mid);
					text-decoration: none;
					padding: 10px 16px;
					transition: color 0.18s;
				}
				.drawer-signin:hover {
					color: var(--ink);
				}
				.drawer-demo-outline {
					display: block;
					text-align: center;
					background: transparent;
					color: var(--teal);
					font-size: 15px;
					font-weight: 700;
					border: 1.5px solid var(--teal);
					border-radius: 100px;
					padding: 11px 24px;
					text-decoration: none;
					transition:
						background 0.18s,
						color 0.18s;
				}
				.drawer-demo-outline:hover {
					background: var(--teal);
					color: var(--white);
				}
			}
			@media (min-width: 961px) {
				.nav-hamburger,
				.nav-drawer,
				.nav-overlay {
					display: none !important;
				}
			}

			/* ============================================================
   DARK PORTAL OVERRIDES
   ============================================================ */
			.hero-label {
				background: rgba(8, 122, 107, 0.1);
				border-color: rgba(8, 122, 107, 0.2);
				color: var(--teal);
			}
			.hero-h1 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.hero-sub {
				color: rgba(255, 255, 255, 0.5);
			}
			.hero-tag {
				color: rgba(255, 255, 255, 0.35);
				background: rgba(255, 255, 255, 0.04);
				border-color: rgba(255, 255, 255, 0.08);
			}
			.hero-tag.teal {
				color: var(--teal);
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.18);
			}
			.env-map {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.env-map-title {
				color: rgba(255, 255, 255, 0.25);
			}
			.env-layer {
				background: var(--dark-bg);
				border-color: var(--dark-border);
			}
			.env-layer.primary {
				border-color: rgba(8, 122, 107, 0.3);
			}
			.env-layer-tag {
				color: rgba(255, 255, 255, 0.25);
			}
			.env-layer.primary .env-layer-tag {
				color: var(--teal);
			}
			.env-layer-name {
				color: rgba(255, 255, 255, 0.92);
			}
			.env-layer-desc {
				color: rgba(255, 255, 255, 0.35);
			}
			.env-badge.warn {
				background: rgba(192, 57, 43, 0.1);
				border-color: rgba(192, 57, 43, 0.2);
				color: rgba(231, 76, 60, 0.85);
			}
			.env-badge.ok {
				background: rgba(8, 122, 107, 0.1);
				border-color: rgba(8, 122, 107, 0.2);
				color: var(--teal);
			}
			.env-badge.neutral {
				background: rgba(255, 255, 255, 0.04);
				border-color: rgba(255, 255, 255, 0.08);
				color: rgba(255, 255, 255, 0.3);
			}
			.env-arrow {
				color: rgba(255, 255, 255, 0.1);
			}
			.mono-tag {
				color: var(--teal);
			}
			.section-h2 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.section-sub {
				color: rgba(255, 255, 255, 0.45);
			}
			.problem-section {
				border-top-color: var(--dark-border);
			}
			.problem-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.problem-card-num {
				color: rgba(255, 255, 255, 0.2);
			}
			.problem-card-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.problem-card-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.problem-card-body strong {
				color: rgba(255, 255, 255, 0.65);
			}
			.arch-section {
				border-top-color: var(--dark-border);
			}
			.epic-env {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.epic-env:hover {
				border-color: rgba(8, 122, 107, 0.25);
			}
			.epic-env-name {
				color: rgba(255, 255, 255, 0.92);
			}
			.epic-env-subtitle {
				color: rgba(255, 255, 255, 0.25);
			}
			.epic-env-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.epic-env-fact {
				color: rgba(255, 255, 255, 0.35);
			}
			.medallion-table th {
				color: rgba(255, 255, 255, 0.25);
				border-bottom-color: var(--dark-border);
			}
			.medallion-table td {
				color: rgba(255, 255, 255, 0.45);
				border-bottom-color: rgba(255, 255, 255, 0.04);
			}
			.medallion-table td:first-child {
				color: rgba(255, 255, 255, 0.92);
			}
			.medallion-table td strong {
				color: rgba(255, 255, 255, 0.7);
			}
			.pipeline-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.pipeline-source {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.pipeline-source-name {
				color: rgba(255, 255, 255, 0.7);
			}
			.pipeline-source-type {
				color: rgba(255, 255, 255, 0.25);
			}
			.pipeline-arrow {
				color: rgba(255, 255, 255, 0.12);
			}
			.pipeline-layer {
				background: rgba(8, 122, 107, 0.07);
				border-color: rgba(8, 122, 107, 0.18);
			}
			.pipeline-layer-name {
				color: var(--teal);
			}
			.pipeline-layer-type {
				color: rgba(8, 122, 107, 0.5);
			}
			.pipeline-layer.ai {
				border-color: rgba(8, 122, 107, 0.35);
				background: rgba(8, 122, 107, 0.09);
			}
			.pipeline-layer.ai .pipeline-layer-name {
				color: rgba(255, 255, 255, 0.92);
			}
			.decisions-section {
				border-top-color: var(--dark-border);
			}
			.decision-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.decision-card-problem {
				color: rgba(231, 76, 60, 0.7);
				opacity: 1;
			}
			.decision-card-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.decision-card-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.decision-card-solution {
				color: var(--teal);
				border-top-color: rgba(8, 122, 107, 0.15);
			}
			.deploy-section {
				border-top-color: var(--dark-border);
			}
			.deploy-card {
				background: var(--dark-surface);
				border-color: var(--dark-border);
			}
			.deploy-card.featured {
				border-color: rgba(8, 122, 107, 0.3);
				background: rgba(8, 122, 107, 0.05);
			}
			.deploy-card-label {
				color: rgba(255, 255, 255, 0.25);
			}
			.deploy-card.featured .deploy-card-label {
				color: var(--teal);
			}
			.deploy-card-title {
				color: rgba(255, 255, 255, 0.92);
			}
			.deploy-card-body {
				color: rgba(255, 255, 255, 0.4);
			}
			.deploy-spec {
				color: rgba(255, 255, 255, 0.35);
			}
			.deploy-spec-dot {
				background: rgba(255, 255, 255, 0.2);
			}
			.deploy-card.featured .deploy-spec-dot {
				background: var(--teal);
			}
			.deploy-card.featured .deploy-spec {
				color: rgba(255, 255, 255, 0.55);
			}
			.deploy-note {
				background: rgba(255, 255, 255, 0.02);
				border-color: var(--dark-border);
			}
			.deploy-note strong {
				color: rgba(255, 255, 255, 0.65);
			}
			.proof-strip {
				border-top-color: var(--dark-border);
			}
			.proof-strip-inner {
				background: var(--dark-border);
				border-color: var(--dark-border);
			}
			.proof-item {
				background: var(--dark-bg);
			}
			.proof-num {
				color: rgba(255, 255, 255, 0.92);
			}
			.proof-label {
				color: rgba(255, 255, 255, 0.35);
			}
			.cta {
				border-top-color: var(--dark-border);
			}
			.cta-h2 {
				color: rgba(255, 255, 255, 0.92);
				font-weight: 700;
			}
			.cta-sub {
				color: rgba(255, 255, 255, 0.35);
			}
			.btn-ghost {
				color: rgba(255, 255, 255, 0.6);
				border-color: rgba(255, 255, 255, 0.12);
			}
			.btn-ghost:hover {
				border-color: rgba(255, 255, 255, 0.3);
				color: #fff;
			}
			.page-nav-outer {
				border-top-color: var(--dark-border);
			}
			.page-nav-label {
				color: rgba(255, 255, 255, 0.2);
			}
			.page-nav-title {
				color: rgba(255, 255, 255, 0.5);
			}
			.page-nav-link:hover .page-nav-title {
				color: #fff;
			}