/* =========================================================================
   Pragmatic Systems — capa de marca sobre Spectral (HTML5 UP)
   Estetica: deep-tech oscuro, acentos esmeralda/cian. Carga DESPUES de main.css.
   ========================================================================= */

:root {
	--bg:      #070b12;
	--bg-2:    #0b1320;
	--panel:   #0e1726;
	--panel-2: #122036;
	--accent:  #38bdf8;   /* cian (del logo) */
	--accent-2:#7c5cff;   /* violeta (del logo) */
	--accent-3:#2ee6a6;   /* esmeralda (acento secundario) */
	--text:    #c4d0de;
	--muted:   #8595a8;
	--head:    #ffffff;
	--grad:    linear-gradient(120deg, var(--accent), var(--accent-2));
}

/* ----- Base oscura ----------------------------------------------------- */
html, body { background-color: var(--bg); }
body, #page-wrapper { background-color: var(--bg); color: var(--text); }
body, input, select, textarea { color: var(--text); }
h1, h2, h3, h4, h5, h6 { color: var(--head); }
a { color: var(--accent); }
a:hover { color: var(--accent-2); }

/* ----- Header / nav ---------------------------------------------------- */
#header {
	background: rgba(8, 12, 20, 0.82);
	backdrop-filter: saturate(140%) blur(10px);
	-webkit-backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid rgba(56, 189, 248, 0.12);
}
#header h1 a { color: var(--head); letter-spacing: 0.02em; }
.brand-dot { color: var(--accent); }
/* Mostrar el logo/wordmark SIEMPRE (Spectral lo oculta arriba con opacity:0) */
#header.alt h1 { opacity: 1; pointer-events: auto; }
#header nav a { color: var(--text); }
#header nav a:hover { color: var(--head); }

/* Logo en el header (marca + wordmark) */
#header h1 { display: flex; align-items: center; }
#header h1 a { display: inline-flex; align-items: center; gap: 0.55em; }
.logo-mark {
	height: 1.9em;
	width: auto;
	display: block;
	filter: drop-shadow(0 0 10px rgba(56,189,248,0.35));
	transition: transform .25s ease, filter .25s ease;
}
#header h1 a:hover .logo-mark { transform: rotate(-4deg) scale(1.06); filter: drop-shadow(0 0 14px rgba(124,92,255,0.5)); }
.logo-word { font-weight: 800; letter-spacing: 0.01em; }

/* Selector de idioma (banderitas) */
/* Barra: banderitas siempre en UNA fila horizontal (vence a #nav ul li de Spectral) */
#nav ul li.lang-switch {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
	vertical-align: middle;
	gap: 0.12em;
	margin-left: 0.5em;
}
.lang-switch { display: inline-flex; align-items: center; gap: 0.15em; }
.lang-switch .flag {
	display: inline-block;
	padding: 0 0.18em;
	font-size: 1.05em;
	line-height: 1;
	border: none !important;
	opacity: 0.5;
	filter: grayscale(60%);
	transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.lang-switch .flag:hover { opacity: 1; filter: none; transform: translateY(-1px); }
.lang-switch .flag.active { opacity: 1; filter: none; }

/* Banderas SVG (reemplazan al emoji que no renderiza en Chrome/Windows) */
.flag-img {
	width: 22px; height: 15px;
	object-fit: cover; display: block;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.18);
}
.lang-switch .flag { padding: 0 0.18em; line-height: 0; }
#menu .menu-flags .flag-img { width: 34px; height: 23px; border-radius: 4px; }
/* Menu hamburguesa: fondo oscuro de marca (Spectral lo trae teal #21b2a6) */
#menu {
	background: linear-gradient(180deg, #0b1320 0%, #070b12 100%) !important;
	color: var(--text);
	border-left: 1px solid rgba(56,189,248,0.18);
	box-shadow: -20px 0 60px -20px rgba(0,0,0,0.7);
}
#menu h2, #menu .title { color: var(--head); }
#menu ul > li > a { color: var(--text); border-top-color: rgba(255,255,255,0.07); }
#menu ul > li:first-child > a { border-top: 0; }
#menu a:hover { color: var(--accent); }
#menu .close { color: var(--muted); }
#menu .close:hover { color: var(--accent); }

/* Menu desplegable: banderitas en fila horizontal (no lista vertical) */
#menu .menu-flags {
	display: flex; flex-wrap: wrap; justify-content: center;
	gap: 0.4em; margin-top: 1.1em; padding-top: 1.1em;
	border-top: 1px solid rgba(255,255,255,0.12);
}
#menu .menu-flags li { margin: 0; padding: 0; border: 0; }
#menu .menu-flags a {
	display: inline-block; border: 0;
	font-size: 1.7rem; line-height: 1; padding: 0.12em 0.28em;
	border-radius: 8px;
	opacity: 0.55; filter: grayscale(55%);
	transition: opacity .2s ease, filter .2s ease, background .2s ease;
}
#menu .menu-flags a:hover { opacity: 1; filter: none; background: rgba(56,189,248,0.1); }
#menu .menu-flags a.active { opacity: 1; filter: none; background: rgba(56,189,248,0.14); }

/* ----- Banner / Hero (dos columnas + AI core) -------------------------- */
#banner {
	background:
		radial-gradient(50% 60% at 78% 30%, rgba(56,189,248,0.14), transparent 60%),
		radial-gradient(45% 55% at 85% 75%, rgba(124,92,255,0.16), transparent 60%),
		linear-gradient(180deg, #070b12 0%, #0b1320 100%);
	position: relative;
	overflow: hidden;
}
/* malla sutil de fondo (deep-tech) */
#banner:before {
	content: "";
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(56,189,248,0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(56,189,248,0.05) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: radial-gradient(circle at 70% 40%, #000 0%, transparent 70%);
	-webkit-mask-image: radial-gradient(circle at 70% 40%, #000 0%, transparent 70%);
	pointer-events: none;
}
#banner:after { background: transparent; }
#banner .inner { position: relative; z-index: 3; }

/* Video de fondo del hero (fade-in al cargar; si falla, queda el gradiente) */
.hero-video {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: 0;
	transition: opacity 1.4s ease;
	pointer-events: none;
}
.hero-video.is-ready { opacity: 1; }
.hero-overlay {
	position: absolute; inset: 0;
	z-index: 1;
	background:
		radial-gradient(60% 70% at 22% 45%, rgba(7,11,18,0.55), rgba(7,11,18,0.86) 70%),
		linear-gradient(180deg, rgba(7,11,18,0.55) 0%, rgba(7,11,18,0.80) 100%);
	pointer-events: none;
}

/* Hero centrado (una columna): logo arriba, texto centrado. Mas formal/serio. */
.hero-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.4em;
}
.hero-visual { order: -1; margin-bottom: 0.4em; }
.hero-copy { max-width: 48rem; margin: 0 auto; }
.hero-copy .actions { justify-content: center; }
/* AI core como emblema centrado, mas chico */
#banner .ai-core { width: 150px; height: 150px; }

/* Badges de confianza bajo el hero */
.hero-badges {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em 1.4em;
	margin: 1.8em 0 0 0;
	padding: 0;
}
.hero-badges li {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-size: 0.82rem;
	color: var(--muted);
	padding: 0;
}
.hero-badges .icon { color: var(--accent); }
.hero-badges .icon:before { color: var(--accent); }

/* ---- AI core (visual original, sin assets externos) ---- */
.hero-visual { display: flex; justify-content: center; align-items: center; }
.ai-core {
	position: relative;
	width: 380px; height: 380px;
	max-width: 80vw;
}
.ai-core .core-glow {
	position: absolute; inset: 14%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56,189,248,0.35), rgba(124,92,255,0.12) 55%, transparent 70%);
	filter: blur(14px);
	animation: corePulse 4.5s ease-in-out infinite;
}
.ai-core .ring {
	position: absolute; border-radius: 50%;
	border: 1px solid transparent;
	top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.ai-core .ring1 { width: 100%; height: 100%; border-top-color: rgba(56,189,248,0.55); border-right-color: rgba(56,189,248,0.15); animation: spin 14s linear infinite; }
.ai-core .ring2 { width: 76%; height: 76%; border-bottom-color: rgba(124,92,255,0.55); border-left-color: rgba(124,92,255,0.15); animation: spin 10s linear infinite reverse; }
.ai-core .ring3 { width: 52%; height: 52%; border: 1px dashed rgba(255,255,255,0.18); animation: spin 22s linear infinite; }
.ai-core .orbit {
	position: absolute; top: 50%; left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.ai-core .orbit1 { width: 100%; height: 100%; animation: spin 9s linear infinite; }
.ai-core .orbit2 { width: 76%; height: 76%; animation: spin 7s linear infinite reverse; }
.ai-core .orbit3 { width: 52%; height: 52%; animation: spin 12s linear infinite; }
.ai-core .orbit .dot {
	position: absolute; top: -5px; left: 50%;
	width: 10px; height: 10px; margin-left: -5px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 12px 2px rgba(56,189,248,0.8);
}
.ai-core .orbit2 .dot { background: var(--accent-2); box-shadow: 0 0 12px 2px rgba(124,92,255,0.8); }
.ai-core .orbit3 .dot { background: #fff; box-shadow: 0 0 10px 2px rgba(255,255,255,0.7); }
.ai-core .core-logo {
	position: absolute; top: 50%; left: 50%;
	width: 34%; height: auto;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 0 18px rgba(56,189,248,0.5));
	animation: coreFloat 6s ease-in-out infinite;
}
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes corePulse { 0%,100% { opacity: 0.75; } 50% { opacity: 1; } }
@keyframes coreFloat { 0%,100% { transform: translate(-50%, -50%) translateY(0); } 50% { transform: translate(-50%, -50%) translateY(-8px); } }

/* ---- Robot frame (Opcion A: robot en la columna derecha) ---- */
.robot-frame {
	position: relative;
	width: 100%; max-width: 440px;
	aspect-ratio: 4 / 5;
	margin: 0 auto;
	padding: 2px;
	border-radius: 22px;
	background: linear-gradient(140deg, rgba(56,189,248,0.7), rgba(124,92,255,0.7));
	box-shadow: 0 32px 80px -28px rgba(56,189,248,0.45);
	animation: robotFloat 7s ease-in-out infinite;
}
.robot-frame:before {
	content: ""; position: absolute; inset: -28%; z-index: -1;
	background: radial-gradient(circle, rgba(124,92,255,0.22), transparent 62%);
	filter: blur(22px);
}
.robot-video {
	width: 100%; height: 100%;
	object-fit: cover; display: block;
	border-radius: 20px;
	background: #0a0f18;
	opacity: 0; transition: opacity 1s ease;
}
.robot-video.is-ready { opacity: 1; }
.robot-logo {
	position: absolute; left: 16px; bottom: 14px; z-index: 2;
	width: 30px; height: auto;
	filter: drop-shadow(0 0 8px rgba(56,189,248,0.7));
	opacity: 0.95;
}
@keyframes robotFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* AI core (logo) acompañando al robot, sobrepuesto en la esquina inferior izquierda */
.robot-combo { position: relative; width: 100%; max-width: 440px; margin: 0 auto; }
.robot-combo .robot-frame { max-width: 100%; margin: 0; }
.ai-core.mini {
	position: absolute;
	left: -42px; bottom: -34px;
	width: 162px; height: 162px;
	z-index: 5;
	background: radial-gradient(circle, rgba(7,11,18,0.92) 36%, rgba(7,11,18,0.55) 58%, transparent 72%);
	border-radius: 50%;
}

.eyebrow {
	display: inline-block;
	margin: 0 0 0.6em 0;
	font-size: 0.72rem;
	letter-spacing: 0.42em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 700;
}
#banner h2 {
	font-size: 3.3rem;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: var(--head);
}
#banner h2 .accent {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
#banner h2:before, #banner h2:after { display: none; }
.eyebrow { color: var(--accent); }
#banner .actions { margin-top: 1.6em; }
.hero-sub {
	max-width: 40rem;
	margin: 0 auto 0.4em auto;
	color: #dbe4ee;
	font-size: 1.06rem;
	line-height: 1.7;
}
.hero-badges { justify-content: center; }

/* ----- Wrappers: re-pintar a oscuro ------------------------------------ */
.wrapper.style1 { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); color: var(--text); }
.wrapper.style2 { background: var(--bg-2); color: var(--text); }
.wrapper.style3 { background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%); color: var(--text); }
.wrapper.style4 { background: radial-gradient(80% 120% at 50% 0%, rgba(56, 189, 248,0.10), transparent 60%), var(--bg); }
.wrapper.style1 h2, .wrapper.style2 h2, .wrapper.style3 h2,
.wrapper.style1 h3, .wrapper.style2 h3, .wrapper.style3 h3 { color: var(--head); }
.wrapper.style1 header p, .wrapper.style2 header p, .wrapper.style3 header p { color: var(--muted); }
.wrapper .major h2:after, header.major h2:after { background: var(--grad) !important; }

/* ----- Pillars --------------------------------------------------------- */
.pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5em;
	margin-top: 1em;
}
.pillar {
	background: rgba(255,255,255,0.025);
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 14px;
	padding: 2.4em 1.8em;
	text-align: center;
	transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.pillar:hover {
	transform: translateY(-6px);
	border-color: rgba(56, 189, 248,0.35);
	background: rgba(56, 189, 248,0.04);
}
.pillar .pillar-icon {
	font-size: 2.4rem;
	width: 2.4rem; height: 2.4rem;
	margin-bottom: 0.6em;
}
.pillar .pillar-icon:before {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.pillar h3 { margin-bottom: 0.5em; }
.pillar p { color: var(--text); font-size: 0.95rem; line-height: 1.6; }

/* ----- Products / spotlights ------------------------------------------ */
.section-head { padding-bottom: 0 !important; }
.spotlight .content { background: transparent; }
.product-tag {
	display: inline-block;
	margin: 0 0 0.4em 0;
	font-size: 0.68rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 700;
}
.spotlight .content h2 {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.spotlight .image img { border-radius: 12px; filter: saturate(108%); }

/* ----- Capabilities (features) ----------------------------------------- */
.features li { background: transparent; }
.features li h3 { color: var(--head); }
.features li p { color: var(--text); }
.features li:before {
	background: linear-gradient(135deg, rgba(56, 189, 248,0.18), rgba(56,189,248,0.18)) !important;
	color: var(--accent) !important;
	box-shadow: inset 0 0 0 1px rgba(56, 189, 248,0.30);
}

/* ----- Infraestructura (stats) ----------------------------------------- */
.infra { text-align: center; }
.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.2em;
	margin: 1.5em 0;
}
.stat {
	background: rgba(255,255,255,0.025);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 14px;
	padding: 1.8em 1em;
}
.stat-value {
	display: block;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.35em;
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.stat-label { display: block; font-size: 0.82rem; color: var(--muted); line-height: 1.5; }
.infra-text { max-width: 44rem; margin: 1.5em auto 0 auto; color: var(--text); }

/* ----- Buttons --------------------------------------------------------- */
input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
	background: var(--grad);
	color: #051321;
	box-shadow: 0 8px 26px -10px rgba(56, 189, 248,0.6);
	border: none;
}
input[type="submit"].primary:hover, .button.primary:hover { filter: brightness(1.08); color: #04130d; }
.button {
	color: var(--head);
	border-color: rgba(255,255,255,0.25);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
}
.button:hover { border-color: var(--accent); box-shadow: inset 0 0 0 2px var(--accent); color: var(--accent); }

/* ----- Footer ---------------------------------------------------------- */
#footer { background: #05080e; color: var(--muted); }
#footer .footer-tagline { color: var(--text); font-size: 1.05rem; margin-bottom: 1.2em; }
#footer .icons a { color: var(--text); }
#footer .icons a:hover { color: var(--accent); }
#footer .copyright { color: var(--muted); }
#footer .copyright a { color: var(--accent); }

/* ----- Nav CTA (boton "Agenda una consultoria") ------------------------ */
.nav-cta-li { display: inline-flex; align-items: center; }
.nav-cta.button {
	height: auto;
	line-height: 1;
	padding: 0.85em 1.5em;
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	border-radius: 8px;
}

/* ----- Sectores -------------------------------------------------------- */
.sectors-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.1em;
	margin-top: 1em;
}
.sector {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.7em;
	padding: 1.8em 1em;
	background: rgba(255,255,255,0.025);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 14px;
	transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.sector:hover {
	transform: translateY(-5px);
	border-color: rgba(56,189,248,0.4);
	background: rgba(56,189,248,0.05);
}
.sector .sector-icon { font-size: 1.7rem; width: 1.7rem; height: 1.7rem; }
.sector .sector-icon:before {
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sector-name { font-weight: 700; color: var(--head); font-size: 0.95rem; }

/* ----- Como trabajamos (proceso) --------------------------------------- */
.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.3em;
	margin-top: 1em;
	text-align: left;
}
.step {
	position: relative;
	padding: 1.8em 1.5em 1.6em;
	background: rgba(255,255,255,0.02);
	border: 1px solid rgba(255,255,255,0.06);
	border-top: 2px solid transparent;
	border-image: var(--grad) 1;
	border-radius: 0 0 14px 14px;
}
.step-num {
	display: block;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.3em;
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.9;
}
.step h3 { margin-bottom: 0.4em; font-size: 1.1rem; }
.step p { color: var(--text); font-size: 0.92rem; line-height: 1.6; margin: 0; }

@media screen and (max-width: 980px) {
	.sectors-grid { grid-template-columns: repeat(2, 1fr); }
	.process-grid { grid-template-columns: repeat(2, 1fr); }
	.nav-cta-li { display: none; }   /* en movil el CTA vive en el menu */
}
@media screen and (max-width: 480px) {
	.sectors-grid { grid-template-columns: repeat(2, 1fr); }
	.process-grid { grid-template-columns: 1fr; }
}

/* ----- Responsive ------------------------------------------------------ */
@media screen and (max-width: 980px) {
	.pillars-grid { grid-template-columns: 1fr; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); }
	#banner h2 { font-size: 2.6rem; }
	.hero-grid { grid-template-columns: 1fr; text-align: center; gap: 1.5em; }
	.hero-copy { max-width: 100%; margin: 0 auto; }
	.hero-sub { margin-left: auto; margin-right: auto; }
	.hero-badges { justify-content: center; }
	.hero-visual { order: -1; }
	.ai-core { width: 280px; height: 280px; }
	.robot-frame { max-width: 300px; }
	.robot-combo { max-width: 300px; }
	.ai-core.mini { width: 118px; height: 118px; left: -14px; bottom: -22px; }
	/* Header limpio en movil: solo logo + MENU. Todo lo demas vive en el hamburguesa. */
	#nav > ul > li:not(.special) { display: none !important; }
	#nav > ul > li.special { display: inline-block !important; }
}
@media screen and (max-width: 480px) {
	.stats-grid { grid-template-columns: 1fr; }
	#banner h2 { font-size: 2.1rem; }
	.ai-core { width: 220px; height: 220px; }
	.hero-badges { gap: 0.5em 1em; }
}

/* ----- Scroll reveal --------------------------------------------------- */
.has-js .reveal {
	opacity: 0;
	transform: translateY(26px);
	transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1);
	will-change: opacity, transform;
}
.has-js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	.has-js .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
	.ai-core .ring, .ai-core .orbit, .ai-core .core-glow, .ai-core .core-logo, .gpu-bars span { animation: none !important; }
}

/* ----- Profundidad y glow en tarjetas ---------------------------------- */
.pillar, .sector, .stat, .step { box-shadow: 0 14px 36px -22px rgba(0,0,0,0.85); }
.pillar, .sector { position: relative; overflow: hidden; }
.pillar:after, .sector:after {
	content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
	background: radial-gradient(120% 90% at 50% -10%, rgba(56,189,248,0.12), transparent 60%);
	opacity: 0; transition: opacity .25s ease;
}
.pillar:hover:after, .sector:hover:after { opacity: 1; }
.features li { border-radius: 12px; transition: transform .25s ease, background .25s ease; }
.features li:hover { transform: translateY(-4px); background: rgba(56,189,248,0.04); }
.step { transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.step:hover { transform: translateY(-5px); background: rgba(56,189,248,0.05); }

/* ----- Visual H100: barras de computo ---------------------------------- */
.gpu-bars {
	display: flex; align-items: flex-end; justify-content: center;
	gap: 4px; height: 88px; margin: 1.6em auto 0.4em; max-width: 620px;
}
.gpu-bars span {
	flex: 1 1 auto; min-width: 4px; height: 100%;
	transform-origin: bottom; border-radius: 3px 3px 0 0;
	background: linear-gradient(180deg, var(--accent), var(--accent-2));
	animation: gpuBar 1.8s ease-in-out infinite;
}
.gpu-bars span:nth-child(2n) { animation-delay: .15s; }
.gpu-bars span:nth-child(3n) { animation-delay: .30s; animation-duration: 2.2s; }
.gpu-bars span:nth-child(4n) { animation-delay: .50s; animation-duration: 1.5s; }
.gpu-bars span:nth-child(5n) { animation-delay: .70s; }
.gpu-bars span:nth-child(7n) { animation-delay: .90s; animation-duration: 2.5s; }
@keyframes gpuBar {
	0%, 100% { transform: scaleY(0.16); opacity: 0.45; }
	50%      { transform: scaleY(1);    opacity: 1; }
}
