:root {
  --home-ink: #0a1b3e;
  --home-muted: #536985;
  --home-blue: #155ee9;
  --home-blue-2: #56a7ff;
  --home-cyan: #4ee4ef;
  --home-violet: #775cf6;
  --home-gold: #f2b84b;
  --home-line: rgba(32, 91, 176, .16);
  --home-panel: rgba(255, 255, 255, .64);
  --home-panel-strong: rgba(255, 255, 255, .82);
  --home-shadow: 0 28px 80px rgba(36, 83, 161, .16);
  --home-max: min(1500px, calc(100vw - 48px));
}

html[data-universe-theme="dark"] {
  --home-ink: #f6f9ff;
  --home-muted: #a7b9d7;
  --home-blue: #65a7ff;
  --home-blue-2: #7dc6ff;
  --home-line: rgba(137, 187, 255, .18);
  --home-panel: rgba(5, 21, 56, .66);
  --home-panel-strong: rgba(7, 25, 61, .86);
  --home-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

html[data-universe-page="home"] {
  scroll-behavior: smooth;
  background: #e8f2ff;
}

html[data-universe-theme="dark"][data-universe-page="home"] {
  background: #020b20;
}

html[data-universe-page="home"] body.home-page {
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background:
    radial-gradient(circle at 12% 5%, rgba(77, 141, 255, .58), transparent 29rem),
    radial-gradient(circle at 88% 18%, rgba(78, 220, 255, .42), transparent 33rem),
    radial-gradient(circle at 48% 55%, rgba(120, 91, 246, .16), transparent 36rem),
    linear-gradient(150deg, #cddfff 0%, #edf5ff 28%, #dcecff 62%, #c8ddff 100%) !important;
  color: var(--home-ink) !important;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html[data-universe-theme="dark"][data-universe-page="home"] body.home-page {
  background:
    radial-gradient(circle at 15% 4%, rgba(32, 93, 192, .46), transparent 33rem),
    radial-gradient(circle at 86% 17%, rgba(25, 143, 211, .24), transparent 33rem),
    linear-gradient(180deg, #06173d 0%, #020b20 42%, #07152d 100%) !important;
}

html[data-universe-page="home"] body.home-page main { background: transparent !important; }

html[data-universe-page="home"] body.home-page :where(h1, h2, h3, p) {
  margin-top: 0;
}

html[data-universe-page="home"] body.home-page :where(h1, h2, h3) {
  font-family: "Sora", "Manrope", sans-serif;
  color: var(--home-ink);
  letter-spacing: -.045em;
}

html[data-universe-page="home"] body.home-page :where(a, button) {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-skip {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 2147483000;
  translate: -50% -160%;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #123b79;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  font-weight: 800;
  transition: translate .2s ease;
}

.home-skip:focus { translate: -50% 0; }

.home-ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
  background-image:
    linear-gradient(rgba(56, 112, 202, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 112, 202, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.2));
}

.home-ambient::before,
.home-ambient::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.home-ambient::before {
  width: 46rem;
  height: 46rem;
  left: -20rem;
  top: 28%;
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 0 42px rgba(126, 193, 255, .22), inset 0 0 42px rgba(255, 255, 255, .16);
}

.home-ambient::after {
  width: 34rem;
  height: 34rem;
  right: -14rem;
  bottom: -12rem;
  background: rgba(99, 188, 255, .18);
  filter: blur(90px);
}

.home-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(159, 211, 255, .3), inset 0 0 36px rgba(255, 255, 255, .16);
  opacity: .62;
  animation: home-orbit 34s linear infinite;
}

.home-orbit::after {
  content: "";
  position: absolute;
  top: 16%;
  left: 5%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 17px 6px rgba(255, 255, 255, .78);
}

.orbit-one { width: 68rem; height: 31rem; top: -15rem; left: 12%; transform: rotate(-9deg); }
.orbit-two { width: 55rem; height: 27rem; top: 48%; right: -23rem; animation-direction: reverse; animation-duration: 48s; }
.orbit-three { width: 45rem; height: 20rem; bottom: 2%; left: -15rem; animation-duration: 58s; }

.home-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: .52;
  animation: home-drift 16s ease-in-out infinite;
}

.glow-one { width: 30rem; height: 30rem; top: 10%; right: 7%; background: rgba(125, 211, 255, .42); }
.glow-two { width: 24rem; height: 24rem; bottom: 15%; left: 20%; background: rgba(112, 91, 244, .19); animation-delay: -6s; }

.home-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 18px 7px rgba(255, 255, 255, .75);
  animation: home-twinkle 4.5s ease-in-out infinite;
}

.spark-one { top: 14%; left: 8%; }
.spark-two { top: 33%; right: 9%; animation-delay: -1.4s; }
.spark-three { bottom: 24%; left: 17%; animation-delay: -2.7s; }
.spark-four { bottom: 9%; right: 30%; animation-delay: -.8s; }

@keyframes home-orbit { to { rotate: 360deg; } }
@keyframes home-drift { 50% { transform: translate3d(0, -26px, 0) scale(1.05); } }
@keyframes home-twinkle { 0%, 100% { opacity: .24; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes home-desktop-nav-in {
  from { opacity: 0; transform: translateY(-18px) scale(.985); }
  to { opacity: 1; transform: none; }
}
@keyframes home-desktop-copy-in {
  from { opacity: 0; transform: translateY(28px); filter: blur(7px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes home-desktop-card-in {
  from { opacity: 0; transform: translateX(34px) scale(.97); filter: blur(7px); }
  to { opacity: 1; transform: none; filter: none; }
}

html[data-universe-page="home"] body.home-page > :not(.home-ambient):not(.home-skip) {
  position: relative;
  z-index: 2;
}

html[data-universe-page="home"] body.home-page > nav.home-nav {
  position: sticky !important;
  inset: auto !important;
  top: 0 !important;
  z-index: 1200 !important;
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  overflow: visible !important;
}

.home-nav-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(126px, 1fr);
  align-items: center;
  gap: 18px;
  width: var(--home-max);
  min-height: 62px;
  margin: 0 auto;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 22px;
  background: rgba(245, 250, 255, .72);
  box-shadow: 0 18px 48px rgba(48, 89, 158, .13);
  backdrop-filter: blur(20px) saturate(145%);
}

html[data-universe-theme="dark"] .home-nav-inner {
  border-color: var(--home-line);
  background: rgba(5, 20, 53, .76);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .3);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--home-ink) !important;
  font-family: "Sora", sans-serif;
  font-size: clamp(.88rem, 1.15vw, 1.06rem);
  font-weight: 800;
  letter-spacing: -.025em;
  text-decoration: none !important;
  white-space: nowrap;
}

.home-brand b { color: var(--home-blue); font-weight: 800; }

.home-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #102d79, #1d6df0 58%, #55bdff);
  color: #fff;
  box-shadow: 0 9px 22px rgba(32, 101, 229, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
}

.home-brand-mark svg { width: 25px; height: 25px; fill: currentColor; filter: drop-shadow(0 2px 4px rgba(0,0,0,.16)); }

.home-account-slot { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; min-width: 112px; }
.home-account-slot:empty::before { content: "Cuenta"; display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid var(--home-line); border-radius: 999px; color: var(--home-muted); font-size: .76rem; font-weight: 800; opacity: .55; }
.home-account-slot #uts-google-auth-button,
.home-account-slot [data-uts-account-button="true"] { position: static !important; inset: auto !important; min-height: 42px !important; margin: 0 !important; transform: none !important; }

html[data-universe-page="home"] body.home-page > nav .home-nav-links {
  grid-column: 2 !important;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 3px !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  list-style: none;
}

html[data-universe-page="home"] body.home-page > nav .home-nav-links a {
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  padding: 0 11px !important;
  border: 1px solid transparent;
  border-radius: 12px !important;
  color: #425b79 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

html[data-universe-theme="dark"] body.home-page > nav .home-nav-links a { color: #b5c7e5 !important; }

html[data-universe-page="home"] body.home-page > nav .home-nav-links a:hover,
html[data-universe-page="home"] body.home-page > nav .home-nav-links a.active {
  border-color: rgba(45, 114, 225, .15);
  background: rgba(255, 255, 255, .68) !important;
  color: var(--home-blue) !important;
}

html[data-universe-theme="dark"] body.home-page > nav .home-nav-links a:hover,
html[data-universe-theme="dark"] body.home-page > nav .home-nav-links a.active { background: rgba(91, 150, 241, .12) !important; }

.home-menu-toggle { display: none; }

html[data-universe-page="home"] body.home-page > nav .nav-theme-toggle {
  position: fixed !important;
  left: max(16px, calc(env(safe-area-inset-left) + 16px)) !important;
  right: auto !important;
  top: auto !important;
  bottom: max(16px, calc(env(safe-area-inset-bottom) + 16px)) !important;
  z-index: 2147482455 !important;
  display: grid !important;
  place-items: center;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(48, 112, 209, .2) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .84) !important;
  color: #1762dc !important;
  box-shadow: 0 15px 38px rgba(30, 74, 146, .2) !important;
  backdrop-filter: blur(16px);
}

html[data-universe-theme="dark"][data-universe-page="home"] body.home-page > nav .nav-theme-toggle {
  border-color: var(--home-line) !important;
  background: rgba(5, 20, 53, .88) !important;
  color: #a8d5ff !important;
}

html[data-universe-page="home"] body.home-page > #uts-google-auth-button,
html[data-universe-page="home"] body.home-page > [data-uts-account-button="true"] {
  top: 25px !important;
  right: max(30px, calc((100vw - min(1500px, calc(100vw - 48px))) / 2 + 18px)) !important;
  min-height: 42px !important;
  border-color: rgba(35, 99, 199, .17) !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 12px 28px rgba(34, 76, 143, .14) !important;
  backdrop-filter: blur(18px) !important;
}

html[data-universe-theme="dark"][data-universe-page="home"] #uts-google-auth-button,
html[data-universe-theme="dark"][data-universe-page="home"] [data-uts-account-button="true"] { background: rgba(5, 20, 53, .82) !important; }

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(440px, .97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  width: var(--home-max);
  min-height: min(760px, calc(100svh - 70px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 96px) 0 clamp(48px, 6vw, 78px);
}

.home-hero-copy { max-width: 760px; }

.home-eyebrow,
.home-section-label,
.home-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #2165ca;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

html[data-universe-theme="dark"] :where(.home-eyebrow, .home-section-label, .home-card-kicker) { color: #8cc8ff; }

.home-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #24bfe9;
  box-shadow: 0 0 15px 4px rgba(36, 191, 233, .34);
}

.home-hero h1 {
  max-width: 810px;
  margin: 20px 0 24px;
  font-size: clamp(3.6rem, 7.1vw, 7.8rem);
  font-weight: 800;
  line-height: .94;
  text-wrap: balance;
}

.home-hero h1 span {
  display: block;
  background: linear-gradient(105deg, #145bd7 8%, #2889ee 55%, #55bfe3 94%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-universe-theme="dark"] .home-hero h1 span { background-image: linear-gradient(105deg, #7fb8ff, #70d9ee); }

.home-lead {
  max-width: 670px;
  margin-bottom: 31px;
  color: var(--home-muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75;
}

.home-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.home-actions.compact { margin-top: 24px; }

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-btn:hover { transform: translateY(-2px); }
.home-btn-primary { background: linear-gradient(135deg, #154fc6, #217af0 64%, #52b5f4); color: #fff !important; box-shadow: 0 16px 34px rgba(28, 104, 226, .28); }
.home-btn-primary:hover { box-shadow: 0 19px 38px rgba(28, 104, 226, .35); }
.home-btn-ghost { border-color: var(--home-line); background: rgba(255, 255, 255, .55); color: #163e73 !important; backdrop-filter: blur(12px); }
.home-btn-celebrate { border-color: #86efac; background: linear-gradient(135deg, #dcfce7, #fef3c7); color: #14532d !important; box-shadow: 0 12px 26px rgba(22, 163, 74, .13); }
.home-btn-celebrate::before { content: "★"; margin-right: 7px; color: #d97706; }
html[data-universe-theme="dark"] .home-btn-celebrate { border-color: #4ade80; background: linear-gradient(135deg, #14532d, #713f12); color: #ecfdf5 !important; }
html[data-universe-theme="dark"] .home-btn-ghost { background: rgba(75, 126, 211, .1); color: #d8eaff !important; }

.home-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 30px; color: #49617d; font-size: .78rem; font-weight: 700; }
html[data-universe-theme="dark"] .home-proof { color: #b0c2dd; }
.home-proof span { display: inline-flex; align-items: center; gap: 7px; }
.home-proof i { width: 6px; height: 6px; border-radius: 50%; background: #30b9dd; box-shadow: 0 0 0 5px rgba(48, 185, 221, .11); }
.home-hero-facts { gap: 9px; }
.home-hero-facts > span { display: grid; min-width: 126px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.72); border-radius: 15px; background: rgba(255,255,255,.5); box-shadow: 0 12px 25px rgba(31,77,148,.09); backdrop-filter: blur(12px); }
.home-hero-facts b { color: var(--home-ink); font-family: "Sora",sans-serif; font-size: 1.05rem; line-height: 1; }
.home-hero-facts small { margin-top: 5px; color: var(--home-muted); font-size: .59rem; font-weight: 800; text-transform: uppercase; }
.home-hero-facts > .home-active-users { position: relative; border-color: rgba(17,185,129,.3); background: linear-gradient(145deg,rgba(236,253,245,.86),rgba(255,255,255,.52)); }
.home-hero-facts > .home-active-users::after { content: ""; position: absolute; top: 10px; right: 11px; width: 7px; height: 7px; border-radius: 50%; background: #11b981; box-shadow: 0 0 0 5px rgba(17,185,129,.12); }
.home-hero-facts > .home-active-users b { color: #087d5c; }
html[data-universe-theme="dark"] .home-hero-facts > span { border-color: var(--home-line); background: rgba(16,49,100,.55); }
html[data-universe-theme="dark"] .home-hero-facts > .home-active-users { border-color: rgba(52,211,153,.3); background: rgba(6,78,59,.28); }

.home-route-visual { position: relative; min-width: 0; padding: 44px 8px 48px; }

.home-route-card {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(241, 248, 255, .62));
  box-shadow: 0 42px 100px rgba(42, 90, 170, .2), inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(25px) saturate(145%);
}

html[data-universe-theme="dark"] .home-route-card {
  border-color: var(--home-line);
  background: linear-gradient(145deg, rgba(13, 43, 94, .88), rgba(5, 20, 53, .65));
  box-shadow: 0 42px 100px rgba(0, 0, 0, .36), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.home-route-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--home-line); }
.home-route-card h2 { margin: 7px 0 0; font-size: clamp(1.35rem, 2vw, 1.9rem); font-weight: 700; }
.home-live-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(25, 180, 137, .2); border-radius: 999px; background: rgba(222, 255, 246, .7); color: #177d61; font-size: .65rem; font-weight: 800; }
html[data-universe-theme="dark"] .home-live-pill { background: rgba(22, 142, 106, .14); color: #76e2c0; }
.home-live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #24bc8d; box-shadow: 0 0 0 5px rgba(36, 188, 141, .13); }

.home-route-list { display: grid; gap: 3px; margin: 0; padding: 16px 0 0; list-style: none; }
.home-route-list li { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 14px 10px; border-radius: 16px; transition: background .2s ease, transform .2s ease; }
.home-route-list li:hover { background: rgba(255, 255, 255, .58); transform: translateX(3px); }
html[data-universe-theme="dark"] .home-route-list li:hover { background: rgba(106, 164, 255, .08); }
.route-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; }
.route-icon svg, .module-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.route-blue { background: rgba(57, 126, 238, .12); color: #2569d5; }
.route-violet { background: rgba(119, 92, 246, .11); color: #6b52df; }
.route-cyan { background: rgba(36, 183, 213, .12); color: #158ca8; }
.route-gold { background: rgba(242, 184, 75, .16); color: #b57a0b; }
.home-route-list a { min-width: 0; color: inherit !important; text-decoration: none !important; }
.home-route-list b, .home-route-list small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-route-list b { color: var(--home-ink); font-size: .88rem; }
.home-route-list small { margin-top: 4px; color: var(--home-muted); font-size: .71rem; }
.route-arrow { color: #6b8bb4; font-size: 1.1rem; }

.home-float-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 15px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 20px 40px rgba(46, 96, 178, .19);
  color: #173e74;
  backdrop-filter: blur(18px);
  animation: home-float 7s ease-in-out infinite;
}

html[data-universe-theme="dark"] .home-float-chip { border-color: var(--home-line); background: rgba(10, 35, 78, .78); color: #dbeaff; }
.home-float-chip b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; background: rgba(31, 113, 238, .12); color: var(--home-blue); font-size: .66rem; }
.home-float-chip span { font-size: .74rem; font-weight: 800; }
.chip-plan { top: 6px; left: -48px; }
.chip-practice { top: 35%; right: -20px; animation-delay: -2s; }
.chip-community { bottom: 6px; left: 17%; animation-delay: -4.5s; }
@keyframes home-float { 50% { transform: translateY(-10px); } }

.home-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  width: var(--home-max);
  margin: 0 auto;
  padding: 14px 18px;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 20px 50px rgba(47, 92, 163, .1);
  backdrop-filter: blur(18px);
}

html[data-universe-theme="dark"] .home-strip { background: rgba(5, 22, 56, .52); }
.home-strip-label { color: #607590; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.home-strip-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-strip-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 8px 18px; border-left: 1px solid var(--home-line); color: inherit !important; text-decoration: none !important; }
.home-strip-links b, .home-strip-links small { display: block; }
.home-strip-links b { color: var(--home-ink); font-size: .79rem; }
.home-strip-links small { color: var(--home-muted); font-size: .65rem; text-align: right; }

.home-section { width: var(--home-max); margin: 0 auto; padding: clamp(58px, 6.5vw, 90px) 0; }
.home-section-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .55fr); align-items: end; gap: 48px; margin-bottom: 44px; }
.home-section-head h2, .home-dates h2, .home-current h2, .home-final h2 { margin: 12px 0 0; font-size: clamp(2.25rem, 4.2vw, 4.8rem); font-weight: 700; line-height: 1.08; text-wrap: balance; }
.home-section-head p, .home-date-feature p, .home-current p, .home-final p { margin-bottom: 0; color: var(--home-muted); font-size: .98rem; line-height: 1.72; }

.home-bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.home-module {
  position: relative;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 26px;
  background: var(--home-panel);
  box-shadow: 0 20px 55px rgba(34, 82, 156, .1);
  color: inherit !important;
  text-decoration: none !important;
  backdrop-filter: blur(18px);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.home-module::after { content: ""; position: absolute; right: -75px; top: -75px; width: 170px; height: 170px; border-radius: 50%; background: rgba(75, 152, 255, .12); filter: blur(3px); transition: transform .35s ease; }
.home-module:hover { transform: translateY(-7px); border-color: rgba(34, 110, 225, .3); box-shadow: 0 29px 70px rgba(34, 82, 156, .17); }
.home-module:hover::after { transform: scale(1.25); }
.module-admission, .module-cepre { grid-column: span 6; min-height: 370px; }
.module-admission { background: linear-gradient(145deg, rgba(246, 251, 255, .94), rgba(214, 234, 255, .72)); }
.module-cepre { background: linear-gradient(145deg, rgba(235, 249, 255, .91), rgba(205, 236, 255, .72)); }
.module-classes { background: linear-gradient(145deg, rgba(246, 242, 255, .9), rgba(230, 220, 255, .68)); }
.module-library { background: linear-gradient(145deg, rgba(239, 255, 247, .91), rgba(211, 245, 227, .7)); }
.module-sim { background: linear-gradient(145deg, rgba(255, 249, 235, .92), rgba(255, 229, 184, .66)); }
.module-talk { background: linear-gradient(145deg, rgba(255, 240, 247, .91), rgba(242, 218, 255, .65)); }
html[data-universe-theme="dark"] :where(.module-admission, .module-cepre, .module-classes, .module-library, .module-sim, .module-talk) { background: linear-gradient(145deg, rgba(12, 39, 86, .86), rgba(5, 20, 53, .72)); }
.module-index { position: absolute; top: 23px; right: 25px; color: rgba(32, 91, 176, .3); font-family: "Sora", sans-serif; font-size: .8rem; font-weight: 800; }
.module-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: auto; border: 1px solid rgba(52, 119, 221, .15); border-radius: 17px; background: rgba(255, 255, 255, .62); color: var(--home-blue); box-shadow: 0 11px 22px rgba(45, 98, 180, .1); }
html[data-universe-theme="dark"] .module-icon { background: rgba(83, 145, 238, .1); }
.home-module > div { position: relative; z-index: 2; margin-top: 34px; }
.module-tag { color: #5f7a9c; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-module h3 { margin: 8px 0 12px; font-size: clamp(1.45rem, 2vw, 2rem); }
.home-module p { margin-bottom: 0; color: var(--home-muted); font-size: .84rem; line-height: 1.65; }
.module-link { position: relative; z-index: 2; display: block; margin-top: 24px; color: var(--home-blue); font-size: .78rem; font-weight: 800; }

.home-dates { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 22px; }
.home-date-feature, .home-timeline, .home-current-card, .home-final { border: 1px solid var(--home-line); background: var(--home-panel); box-shadow: var(--home-shadow); backdrop-filter: blur(22px); }
.home-date-feature { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 42px; padding: clamp(32px, 4.5vw, 62px); border-radius: 30px; }
.home-date-feature h2 { max-width: 720px; }
.home-date-feature p { max-width: 620px; margin-top: 18px; }
.home-text-link { display: inline-flex; margin-top: 25px; color: var(--home-blue) !important; font-size: .8rem; font-weight: 800; text-decoration: none !important; }
.home-countdown { min-width: 340px; padding: 18px; border: 1px solid var(--home-line); border-radius: 20px; background: rgba(255, 255, 255, .5); }
html[data-universe-theme="dark"] .home-countdown { background: rgba(65, 118, 202, .08); }
.countdown-caption { display: block; margin-bottom: 13px; color: var(--home-muted); font-size: .68rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.countdown-units { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.countdown-units > span { padding: 10px 6px; border-radius: 13px; background: rgba(255, 255, 255, .65); text-align: center; }
html[data-universe-theme="dark"] .countdown-units > span { background: rgba(95, 151, 236, .09); }
.countdown-units b, .countdown-units small { display: block; }
.countdown-units b { color: var(--home-ink); font-family: "Sora", sans-serif; font-size: 1.15rem; }
.countdown-units small { margin-top: 3px; color: var(--home-muted); font-size: .56rem; font-weight: 700; text-transform: uppercase; }
.home-timeline { display: grid; align-content: center; gap: 4px; padding: 24px; border-radius: 30px; }
.home-timeline article { display: grid; grid-template-columns: 78px minmax(0, 1fr); align-items: center; gap: 16px; padding: 17px 12px; border-bottom: 1px solid var(--home-line); }
.home-timeline article:last-child { border-bottom: 0; }
.home-timeline article > span { display: grid; place-items: center; min-height: 44px; padding: 5px; border-radius: 13px; background: rgba(39, 110, 221, .1); color: var(--home-blue); font-size: .64rem; font-weight: 800; text-align: center; }
.home-timeline b, .home-timeline small { display: block; }
.home-timeline b { color: var(--home-ink); font-size: .82rem; }
.home-timeline small { margin-top: 4px; color: var(--home-muted); font-size: .66rem; }

.home-current { padding-top: 22px; }
.home-current-card { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); align-items: center; gap: clamp(48px, 7vw, 100px); padding: clamp(42px, 6vw, 84px); border-radius: 34px; overflow: hidden; }
.home-current-card > div:last-child { max-width: 760px; }
.home-current-card p { margin-top: 20px; }
.home-current-visual { position: relative; display: grid; place-items: center; min-height: 300px; isolation: isolate; }
.current-core { position: relative; z-index: 3; display: grid; place-items: center; width: 150px; height: 150px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 50%; background: linear-gradient(145deg, #1551c6, #2282ef); color: #fff; font-family: "Sora", sans-serif; font-size: 2.25rem; font-weight: 800; box-shadow: 0 26px 60px rgba(31, 103, 225, .32), inset 0 1px 0 rgba(255, 255, 255, .42); }
.current-ring { position: absolute; border: 1px solid rgba(50, 123, 234, .25); border-radius: 50%; box-shadow: inset 0 0 30px rgba(81, 161, 255, .12); animation: home-ring 15s linear infinite; }
.current-ring::after { content: ""; position: absolute; top: 15%; left: 9%; width: 10px; height: 10px; border-radius: 50%; background: #61cfea; box-shadow: 0 0 17px 6px rgba(97, 207, 234, .32); }
.current-ring-a { width: 235px; height: 235px; }
.current-ring-b { width: 300px; height: 300px; animation-direction: reverse; animation-duration: 22s; }
@keyframes home-ring { to { rotate: 360deg; } }

.home-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.home-guide { display: flex; flex-direction: column; min-height: 290px; padding: 28px; border: 1px solid var(--home-line); border-radius: 25px; background: var(--home-panel); color: inherit !important; text-decoration: none !important; box-shadow: 0 18px 50px rgba(32, 78, 148, .09); backdrop-filter: blur(18px); transition: transform .25s ease, border-color .25s ease; }
.home-guide:hover { transform: translateY(-6px); border-color: rgba(30, 106, 223, .28); }
.home-guide > span { color: var(--home-blue); font-size: .64rem; font-weight: 800; letter-spacing: .11em; }
.home-guide h3 { margin: 36px 0 13px; font-size: 1.42rem; line-height: 1.2; }
.home-guide p { margin-bottom: 30px; color: var(--home-muted); font-size: .83rem; line-height: 1.65; }
.home-guide b { margin-top: auto; color: var(--home-blue); font-size: .77rem; }

.home-final { position: relative; width: var(--home-max); margin: 0 auto clamp(90px, 10vw, 150px); padding: clamp(60px, 8vw, 105px) clamp(28px, 7vw, 100px); overflow: hidden; border-radius: 36px; text-align: center; }
.home-final h2 { position: relative; z-index: 2; max-width: 920px; margin-inline: auto; }
.home-final p { position: relative; z-index: 2; margin: 21px auto 29px; }
.home-final .home-actions { position: relative; z-index: 2; justify-content: center; }
.home-final-glow { position: absolute; left: 50%; top: -190px; width: 620px; height: 400px; border-radius: 50%; translate: -50% 0; background: rgba(70, 153, 255, .25); filter: blur(90px); pointer-events: none; }

.home-footer { width: 100%; padding: 60px max(24px, calc((100vw - min(1500px, calc(100vw - 48px))) / 2)); border-top: 1px solid var(--home-line); background: rgba(237, 246, 255, .55); color: var(--home-ink); backdrop-filter: blur(20px); }
html[data-universe-theme="dark"] .home-footer { background: rgba(3, 14, 36, .65); }
.home-footer-main { display: grid; grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(150px, .7fr)); gap: 46px; }
.home-footer-brand a { color: var(--home-ink) !important; font-family: "Sora", sans-serif; font-size: 1.28rem; font-weight: 800; text-decoration: none !important; }
.home-footer-brand p { max-width: 430px; margin: 14px 0 0; color: var(--home-muted); font-size: .78rem; line-height: 1.65; }
.home-footer h3 { margin: 0 0 15px; font-family: "Manrope", sans-serif; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.home-footer-main > div:not(:first-child) a { display: block; margin-top: 10px; color: var(--home-muted) !important; font-size: .75rem; font-weight: 600; text-decoration: none !important; }
.home-footer-main a:hover { color: var(--home-blue) !important; }
.home-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--home-line); color: var(--home-muted); font-size: .7rem; }
.home-footer-bottom > span:last-child { display: flex; gap: 18px; }
.home-footer-bottom a, .home-footer-bottom button { border: 0; background: none; color: inherit !important; font: inherit; text-decoration: none !important; cursor: pointer; }

/* Keep the footer content comfortably left-aligned on wide screens. */
@media (min-width: 761px) {
  html[data-universe-page="home"] .home-footer {
    width: calc(100vw - 28px);
    padding-inline: clamp(36px, 4.5vw, 92px);
  }
  .home-footer-main,
  .home-footer-bottom {
    width: min(1240px, 100%);
    margin-right: auto;
  }
}

/* Portada informativa: accesos, fechas y datos oficiales */
.home-channels { padding-top:28px; padding-bottom:42px; }
.home-channels .home-section-head { margin-bottom: 28px; }
.home-channels .home-section-head h2 { max-width: 880px; font-size: clamp(2rem, 3.4vw, 3.8rem); }
.home-channel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.home-channel {
  --channel: #2769dd;
  --channel-soft: rgba(39,105,221,.12);
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.47));
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: 0 18px 40px rgba(34,75,142,.1);
  backdrop-filter: blur(18px) saturate(135%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.home-channel:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--channel) 38%, transparent); box-shadow: 0 23px 48px color-mix(in srgb, var(--channel) 17%, transparent); }
.home-channel > span:nth-child(2) { min-width: 0; }
.home-channel b,.home-channel small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-channel b { color: var(--home-ink); font-size: .82rem; }
.home-channel small { margin-top: 4px; color: var(--home-muted); font-size: .63rem; }
.home-channel > i { color: var(--channel); font-style: normal; font-weight: 900; }
.channel-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; background: var(--channel-soft); color: var(--channel); font-family: "Sora",sans-serif; font-weight: 900; }
.channel-logo svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.channel-logo svg .fill { fill: currentColor; stroke: none; }
.channel-logo svg .play { fill: #fff; stroke: none; }
.channel-admission { --channel:#164a9f; --channel-soft:rgba(22,74,159,.12); }
.channel-cepre { --channel:#246de5; --channel-soft:rgba(36,109,229,.12); }
.channel-youtube { --channel:#ff0033; --channel-soft:rgba(255,0,51,.11); }
.channel-whatsapp { --channel:#19a95b; --channel-soft:rgba(25,169,91,.12); }
.channel-secret { --channel:#08a88a; --channel-soft:rgba(8,168,138,.12); }
.channel-drive { --channel:#2d7bf0; --channel-soft:rgba(45,123,240,.1); }
.channel-tiktok { --channel:#101828; --channel-soft:rgba(16,24,40,.09); }
.channel-linktree { --channel:#2bb741; --channel-soft:rgba(43,183,65,.12); }
.channel-ceprenet { --channel:#7c4de0; --channel-soft:rgba(124,77,224,.11); }
.channel-kick { --channel:#41d426; --channel-soft:rgba(65,212,38,.12); }
.drive-logo svg { width: 30px; height: 28px; stroke: none; }
html[data-universe-theme="dark"] .home-channel { border-color: var(--home-line); background: linear-gradient(135deg,rgba(10,35,78,.76),rgba(5,20,53,.62)); }
html[data-universe-theme="dark"] .channel-tiktok { --channel:#f8fbff; --channel-soft:rgba(255,255,255,.1); }

.home-exams { position: relative; isolation:isolate; padding-top:58px; padding-bottom:74px; }
.home-exams::before { content:""; position:absolute; inset:0 -6%; z-index:-1; border-radius:60px; background: linear-gradient(135deg,rgba(26,89,204,.92),rgba(34,127,234,.88) 52%,rgba(77,200,229,.72)); box-shadow: 0 45px 100px rgba(26,77,158,.24); }
.home-exams-heading { max-width: 970px; margin: 0 auto 32px; text-align: center; }
.home-exams-heading .home-section-label { color:#d9ecff; }
.home-exams-heading h2 { margin: 12px 0 14px; color:#fff !important; font-size:clamp(2.2rem,4.4vw,4.7rem); line-height:1.05; }
.home-exams-heading p { max-width:760px; margin:0 auto; color:rgba(255,255,255,.78); font-size:.93rem; line-height:1.68; }
.home-exam-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; width:min(100%,980px); margin-inline:auto; }
.home-exam-card { --exam:#6178f2; --exam-soft:rgba(97,120,242,.12); position:relative; min-width:0; padding:25px; overflow:hidden; border:1px solid rgba(255,255,255,.72); border-radius:26px; background:rgba(247,251,255,.9); box-shadow:0 26px 58px rgba(0,40,105,.2); backdrop-filter:blur(22px) saturate(140%); }
.home-exam-card::after { content:""; position:absolute; width:160px; height:160px; top:-95px; right:-70px; border-radius:50%; background:var(--exam); opacity:.18; filter:blur(4px); }
.home-exam-card header { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.home-exam-card header span { color:var(--exam); font-size:.66rem; font-weight:900; letter-spacing:.1em; }
.home-exam-card header i { padding:7px 10px; border-radius:999px; background:var(--exam-soft); color:var(--exam); font-size:.6rem; font-style:normal; font-weight:900; }
.home-exam-card h3 { min-height:58px; margin:28px 0 14px; font-size:clamp(1.2rem,1.8vw,1.65rem); line-height:1.14; }
.home-exam-card > p { display:flex; align-items:end; gap:12px; margin:0 0 20px; }
.home-exam-card > p b { color:var(--exam); font-family:"Sora",sans-serif; font-size:1.65rem; line-height:1; }
.home-exam-card > p span { color:var(--home-muted); font-size:.7rem; font-weight:800; }
.home-exam-card .countdown-units { gap:8px; }
.home-exam-card .countdown-units > span { padding:13px 5px; background:var(--exam-soft); }
.home-exam-card .countdown-units b { color:var(--home-ink); font-size:clamp(1.25rem,2.1vw,1.8rem); }
.home-exam-card .countdown-units small { font-size:.52rem; }
.home-exam-card .countdown-caption { display:block; margin:14px 0 0; color:var(--home-muted); font-size:.6rem; letter-spacing:.08em; text-transform:uppercase; }
.home-exam-card.is-next { outline:3px solid rgba(255,255,255,.76); outline-offset:3px; transform:translateY(-7px); }
.home-exam-card.is-next::before { content:"SIGUIENTE"; position:absolute; left:0; bottom:0; padding:6px 12px; border-radius:0 12px 0 0; background:var(--exam); color:#fff; font-size:.54rem; font-weight:900; letter-spacing:.08em; }
.home-exam-card.is-complete { opacity:.68; filter:saturate(.7); }
.exam-selection { --exam:#7657e6; --exam-soft:rgba(118,87,230,.12); }
.exam-classes { --exam:#07a87a; --exam-soft:rgba(7,168,122,.12); }
.home-exam-official { display:flex; justify-content:space-between; gap:18px; margin-top:16px; padding:15px 20px; border:1px solid rgba(255,255,255,.28); border-radius:18px; background:rgba(3,34,91,.2); color:#fff !important; font-size:.72rem; text-decoration:none !important; backdrop-filter:blur(12px); }
.home-exam-official b { white-space:nowrap; }
html[data-universe-theme="dark"] .home-exam-card { border-color:rgba(118,171,255,.24); background:rgba(6,25,61,.9); }

.home-admission-data { padding-top:20px; }
.home-admission-panel { display:grid; grid-template-columns:minmax(0,.8fr) minmax(560px,1.2fr); align-items:center; gap:45px; padding:clamp(35px,5vw,70px); border:1px solid rgba(255,255,255,.72); border-radius:34px; background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(225,239,255,.58)); box-shadow:var(--home-shadow); backdrop-filter:blur(22px); }
.home-admission-copy h2 { margin:12px 0 18px; font-size:clamp(2rem,3.4vw,3.7rem); line-height:1.08; }
.home-admission-copy p { color:var(--home-muted); font-size:.92rem; line-height:1.7; }
.home-vacancy-stats { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.home-vacancy-stats article { --stat:#2369dd; min-height:150px; padding:20px; border:1px solid color-mix(in srgb,var(--stat) 20%,transparent); border-radius:22px; background:rgba(255,255,255,.63); box-shadow:0 18px 40px color-mix(in srgb,var(--stat) 10%,transparent); }
.home-vacancy-stats span,.home-vacancy-stats b,.home-vacancy-stats small { display:block; }
.home-vacancy-stats span { color:var(--stat); font-size:.62rem; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
.home-vacancy-stats b { margin:13px 0 9px; color:var(--home-ink); font-family:"Sora",sans-serif; font-size:clamp(1.8rem,3vw,2.8rem); line-height:1; }
.home-vacancy-stats small { color:var(--home-muted); font-size:.63rem; line-height:1.45; }
.stat-total { --stat:#185ad1 !important; }
.stat-ordinary { --stat:#7655df !important; }
.stat-cepre { --stat:#049e78 !important; }
.stat-careers { --stat:#e19422 !important; }
.home-info-links { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:14px; }
.home-info-links a { display:grid; grid-template-columns:37px minmax(0,1fr) auto; align-items:center; gap:10px; min-height:80px; padding:13px; border:1px solid var(--home-line); border-radius:18px; background:rgba(255,255,255,.53); color:inherit !important; text-decoration:none !important; backdrop-filter:blur(14px); transition:transform .2s ease,background .2s ease; }
.home-info-links a:hover { transform:translateY(-3px); background:rgba(255,255,255,.72); }
.home-info-links a > span { display:grid; place-items:center; width:37px; height:37px; border-radius:12px; background:rgba(38,105,221,.1); color:var(--home-blue); font-size:.64rem; font-weight:900; }
.home-info-links b,.home-info-links small { display:block; }
.home-info-links b { color:var(--home-ink); font-size:.72rem; }
.home-info-links small { margin-top:3px; color:var(--home-muted); font-size:.58rem; line-height:1.35; }
.home-info-links i { color:var(--home-blue); font-style:normal; font-weight:900; }
html[data-universe-theme="dark"] .home-admission-panel { border-color:var(--home-line); background:linear-gradient(135deg,rgba(12,40,88,.86),rgba(5,20,53,.7)); }
html[data-universe-theme="dark"] .home-vacancy-stats article,html[data-universe-theme="dark"] .home-info-links a { background:rgba(55,103,184,.1); }

.home-current-card { padding:clamp(28px,4vw,54px); }
.home-current-visual { min-height:340px; overflow:hidden; border-radius:25px; background:linear-gradient(135deg,#d6e8ff,#eff7ff); box-shadow:0 24px 55px rgba(27,78,154,.17); }
.home-current-visual img { display:block; width:100%; height:100%; min-height:340px; object-fit:cover; }
.current-cycle-pill { position:absolute; left:18px; bottom:18px; padding:9px 13px; border:1px solid rgba(255,255,255,.8); border-radius:999px; background:rgba(255,255,255,.82); color:#1552ad; font-size:.65rem; font-weight:900; box-shadow:0 10px 25px rgba(20,61,121,.16); backdrop-filter:blur(12px); }
.home-current-points { display:grid; gap:9px; margin:22px 0 0; padding:0; list-style:none; }
.home-current-points li { display:flex; align-items:center; gap:9px; color:var(--home-muted); font-size:.77rem; font-weight:700; }
.home-current-points li::before { content:"✓"; display:grid; place-items:center; width:21px; height:21px; border-radius:50%; background:rgba(18,164,118,.12); color:#0a9870; font-size:.66rem; font-weight:900; }

/* Compact UNITALK window on the home page. */
.home-world-chat { padding-block:30px 70px; }
.home-world-chat-shell { position:relative; display:grid; grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr); gap:22px; overflow:hidden; padding:22px; border:1px solid rgba(255,255,255,.76); border-radius:30px; background:linear-gradient(135deg,rgba(246,250,255,.91),rgba(226,239,255,.72)); box-shadow:0 28px 70px rgba(24,74,154,.17); backdrop-filter:blur(24px) saturate(145%); }
.home-world-chat-shell::before { content:""; position:absolute; width:280px; height:280px; left:-145px; bottom:-190px; border-radius:50%; background:#635bff; opacity:.12; filter:blur(3px); pointer-events:none; }
.home-world-chat-intro { position:relative; z-index:1; align-self:center; padding:14px 10px 14px 14px; }
.home-world-chat-intro h2 { margin:10px 0 10px; font-size:clamp(1.6rem,2.5vw,2.65rem); line-height:1.08; }
.home-world-chat-brand { display:flex; align-items:center; gap:10px; min-height:49px; padding-block:2px; line-height:1; }
.home-world-chat-brand-mark { display:grid; place-items:center; flex:0 0 auto; width:45px; height:45px; border-radius:15px; background:linear-gradient(145deg,#071735,#163b7a); box-shadow:0 11px 25px rgba(9,43,103,.24); color:#fff; }
.home-world-chat-brand-mark svg { width:31px; height:31px; fill:currentColor; }
.home-world-chat-brand small { align-self:center; margin-left:-3px; border:1px solid rgba(31,102,226,.18); border-radius:999px; background:rgba(31,102,226,.09); color:var(--home-blue); padding:5px 8px; font-family:"Manrope",sans-serif; font-size:.52rem; font-weight:900; letter-spacing:.12em; line-height:1; text-transform:uppercase; }
.home-world-chat-intro > p { margin:0; color:var(--home-muted); font-size:.78rem; line-height:1.65; }
.home-world-chat-presence { display:inline-flex; align-items:center; gap:8px; margin:17px 0; color:#087d5c; font-size:.65rem; font-weight:900; }
.home-world-chat-presence i { width:9px; height:9px; border-radius:50%; background:#11b981; box-shadow:0 0 0 6px rgba(17,185,129,.12); }
.home-world-chat-open { width:max-content; min-height:42px; padding:10px 16px; font-size:.68rem; }
.home-world-chat-card { position:relative; z-index:1; min-width:0; overflow:hidden; border:1px solid var(--home-line); border-radius:22px; background:rgba(255,255,255,.83); box-shadow:0 16px 42px rgba(32,73,139,.12); }
.home-world-chat-head { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 16px 11px; border-bottom:1px solid var(--home-line); }
.home-world-chat-head strong,.home-world-chat-head small { display:block; }
.home-world-chat-head strong { color:var(--home-ink); font-family:"Sora",sans-serif; font-size:.78rem; }
.home-world-chat-head small { margin-top:3px; color:var(--home-muted); font-size:.56rem; }
.home-world-chat-head button { display:grid; place-items:center; width:34px; height:34px; border:1px solid var(--home-line); border-radius:11px; background:rgba(234,243,255,.82); color:var(--home-blue); font-size:1.1rem; font-weight:900; cursor:pointer; transition:transform .2s ease,background .2s ease; }
.home-world-chat-head button:hover { transform:rotate(28deg); background:#dcecff; }
.home-world-chat-feed { display:grid; align-content:start; gap:7px; height:205px; padding:10px 12px; overflow:auto; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:rgba(58,107,184,.28) transparent; }
.home-world-chat-message { display:grid; grid-template-columns:32px minmax(0,1fr); gap:9px; padding:8px 9px; border-radius:14px; background:rgba(238,245,255,.72); }
.home-world-chat-avatar { display:grid; place-items:center; width:32px; height:32px; overflow:hidden; border-radius:11px; background:linear-gradient(145deg,#216dec,#634fea); color:#fff; font-family:"Sora",sans-serif; font-size:.66rem; font-weight:900; }
.home-world-chat-avatar img { width:100%; height:100%; object-fit:cover; }
.home-world-chat-copy { min-width:0; }
.home-world-chat-meta { display:flex; align-items:center; gap:7px; min-width:0; }
.home-world-chat-meta b { overflow:hidden; color:var(--home-ink); font-size:.61rem; text-overflow:ellipsis; white-space:nowrap; }
.home-world-chat-meta time { flex:0 0 auto; color:var(--home-muted); font-size:.5rem; }
.home-world-chat-copy p { margin:3px 0 0; overflow-wrap:anywhere; color:var(--home-muted); font-size:.66rem; line-height:1.42; white-space:pre-wrap; }
.home-world-chat-copy a { color:#1269da; font-weight:850; text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:2px; }
.home-world-chat-loading,.home-world-chat-empty { display:grid; place-items:center; min-height:175px; padding:20px; color:var(--home-muted); font-size:.68rem; text-align:center; }
.home-world-chat-form { border-top:1px solid var(--home-line); padding:10px 12px 11px; background:rgba(249,252,255,.85); }
.home-world-chat-form textarea { display:block; width:100%; min-height:48px; max-height:92px; resize:none; overflow:auto; border:0; outline:0; background:transparent; color:var(--home-ink); font:600 .72rem/1.45 "Manrope",sans-serif; }
.home-world-chat-form textarea::placeholder { color:#8a9ab3; }
.home-world-chat-compose-row { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.home-world-chat-compose-row > span { color:var(--home-muted); font-size:.53rem; font-weight:800; }
.home-world-chat-compose-row button { min-width:88px; border:0; border-radius:11px; background:linear-gradient(135deg,#1767e6,#6557e8); color:#fff; padding:9px 14px; box-shadow:0 8px 20px rgba(31,102,226,.22); font-size:.64rem; font-weight:900; cursor:pointer; }
.home-world-chat-compose-row button:disabled { cursor:wait; opacity:.58; }
.home-world-chat-form > p { min-height:14px; margin:6px 0 0; color:var(--home-muted); font-size:.52rem; line-height:1.35; }
.home-world-chat-form > p.is-error { color:#b42335; font-weight:800; }
.home-world-chat-form > p.is-success { color:#087d5c; font-weight:800; }
html[data-universe-theme="dark"] .home-world-chat-shell { border-color:rgba(105,155,239,.22); background:linear-gradient(135deg,rgba(11,39,83,.92),rgba(5,20,52,.82)); }
html[data-universe-theme="dark"] .home-world-chat-card { background:rgba(7,26,61,.9); }
html[data-universe-theme="dark"] .home-world-chat-message { background:rgba(71,120,203,.12); }
html[data-universe-theme="dark"] .home-world-chat-form { background:rgba(4,18,46,.72); }
html[data-universe-theme="dark"] .home-world-chat-head button { background:rgba(70,120,207,.14); }
html[data-universe-theme="dark"] .home-world-chat-head button:hover { background:rgba(104,160,255,.22); }
html[data-universe-theme="dark"] .home-world-chat-copy a { color:#8bc8ff; }

.home-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1); }
.home-reveal.is-visible { opacity: 1; transform: none; }

/* El tema oscuro antiguo forzaba negro puro sobre cada section. En Inicio las
   secciones dejan ver el fondo ambiental; solo las tarjetas conservan panel. */
html[data-universe-theme="dark"][data-universe-page="home"] body.home-page main,
html[data-universe-theme="dark"][data-universe-page="home"] body.home-page main > :where(.home-hero, .home-section) {
  background-color: transparent !important;
  background-image: none !important;
}

html[data-universe-theme="dark"][data-universe-page="home"] body.home-page main > .home-final {
  background: var(--home-panel) !important;
}

@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
  .home-nav-inner {
    animation: home-desktop-nav-in .68s cubic-bezier(.22, 1, .36, 1) both;
  }

  .home-hero-copy > :where(.home-eyebrow, h1, .home-lead, .home-actions, .home-hero-facts) {
    animation: home-desktop-copy-in .78s cubic-bezier(.22, 1, .36, 1) both;
  }

  .home-hero-copy > h1 { animation-delay: .07s; }
  .home-hero-copy > .home-lead { animation-delay: .14s; }
  .home-hero-copy > .home-actions { animation-delay: .21s; }
  .home-hero-copy > .home-hero-facts { animation-delay: .28s; }

  .home-route-card {
    animation: home-desktop-card-in .9s .16s cubic-bezier(.22, 1, .36, 1) both;
  }
}

html[data-universe-page="home"] :where(a, button):focus-visible {
  outline: 3px solid rgba(29, 111, 232, .42) !important;
  outline-offset: 4px !important;
}

@supports not (backdrop-filter: blur(2px)) {
  .home-nav-inner, .home-route-card, .home-channel, .home-module, .home-exam-card, .home-admission-panel, .home-info-links a, .home-current-card, .home-guide, .home-final { background: #f4f8ff; }
  html[data-universe-theme="dark"] :where(.home-nav-inner, .home-route-card, .home-channel, .home-module, .home-exam-card, .home-admission-panel, .home-info-links a, .home-current-card, .home-guide, .home-final) { background: #071b43; }
}

@media (max-width: 1260px) {
  :root { --home-max: min(1500px, calc(100vw - 32px)); }
  .home-nav-inner { display: flex; padding-right: 10px; }
  .home-brand { flex: 0 0 auto; }
  .home-account-slot { flex:0 0 auto; margin-left:auto; }
  html[data-universe-page="home"] body.home-page > nav .home-nav-links { flex: 1 1 auto !important; justify-content: flex-start !important; width: auto !important; overflow-x: auto !important; scrollbar-width: none; }
  .home-nav-links::-webkit-scrollbar { display: none; }
  .home-route-visual { padding-inline: 22px; }
  .chip-plan { left: -4px; }
  .chip-practice { right: -6px; }
  .home-strip-links a { padding-inline: 13px; }
  .home-dates { grid-template-columns: 1fr; }
  .home-timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-timeline article { grid-template-columns: 1fr; align-content: start; border-right: 1px solid var(--home-line); border-bottom: 0; }
  .home-timeline article:last-child { border-right: 0; }
}

@media (max-width: 980px) {
  .home-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; text-align: center; }
  .home-hero-copy { max-width: 830px; margin: 0 auto; }
  .home-eyebrow, .home-actions, .home-proof { justify-content: center; }
  .home-lead { margin-inline: auto; }
  .home-route-visual { width: min(720px, 100%); margin: 0 auto; text-align: left; }
  .home-strip { grid-template-columns: 1fr; gap: 10px; }
  .home-strip-label { text-align: center; }
  .home-strip-links a:first-child { border-left: 0; }
  .home-section-head { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .home-section-head p { max-width: 720px; }
  .home-world-chat-shell { grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr); }
  .home-module { grid-column: span 6; }
  .home-channel-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .home-admission-panel { grid-template-columns:1fr; }
  .home-admission-copy { max-width:760px; }
  .home-info-links { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .home-current-card { grid-template-columns: 1fr; text-align: center; }
  .home-current-card > div:last-child { margin: 0 auto; }
  .home-current-card .home-actions { justify-content: center; }
  .home-guide-grid { grid-template-columns: 1fr; }
  .home-guide { min-height: 230px; }
  .home-footer-main { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
}

@media (max-width: 760px) {
  :root { --home-max: calc(100vw - 24px); }
  html[data-universe-page="home"] body.home-page > nav.home-nav { padding-top: max(9px, env(safe-area-inset-top)) !important; }
  .home-nav-inner { display: flex; min-height: 56px; padding: 7px 9px; border-radius: 18px; }
  .home-nav-inner { gap: 7px; overflow: visible !important; }
  .home-brand { flex: 1 1 auto; min-width: 0; font-size: .82rem; }
  .home-brand span:last-child { max-width: none !important; overflow: visible !important; text-overflow: clip !important; }
  .home-brand-mark { width: 35px; height: 35px; border-radius: 11px; }
  .home-menu-toggle { display: grid; place-content: center; gap: 4px; width: 40px; height: 40px; margin-left: auto; padding: 0; border: 1px solid var(--home-line); border-radius: 12px; background: rgba(255, 255, 255, .54); }
  .home-account-slot { min-width:40px; margin-left:6px; }
  .home-account-slot:empty::before { width:40px; min-height:40px; padding:0; content:"U"; justify-content:center; }
  html[data-universe-theme="dark"] .home-menu-toggle { background: rgba(75, 126, 211, .1); }
  .home-menu-toggle > span:not(.sr-only) { display: block; width: 17px; height: 2px; border-radius: 2px; background: var(--home-ink); transition: transform .2s ease, opacity .2s ease; }
  .home-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .home-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .home-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  html[data-universe-page="home"] body.home-page > nav .home-nav-links {
    position: absolute !important;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px !important;
    width: 100% !important;
    max-height: 0;
    margin: 0 !important;
    padding: 0 10px !important;
    overflow: hidden !important;
    border: 0 solid var(--home-line);
    border-radius: 18px;
    background: rgba(247, 251, 255, .96);
    box-shadow: 0 24px 54px rgba(31, 71, 137, .2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
    transform: translateY(-8px);
    transition: max-height .25s ease, opacity .2s ease, transform .2s ease, padding .25s ease, border-width .2s ease, visibility .2s ease;
  }
  html[data-universe-theme="dark"] body.home-page > nav .home-nav-links { background: rgba(5, 20, 53, .97); }
  html[data-universe-page="home"] body.home-page > nav .home-nav-links.open { max-height: min(420px, calc(100dvh - 86px)); padding: 10px !important; overflow-y: auto !important; border-width: 1px; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  html[data-universe-page="home"] body.home-page > nav .home-nav-links a { width: 100%; justify-content: flex-start; min-height: 42px; padding-inline: 12px !important; font-size: .74rem !important; }
  html[data-universe-page="home"] #uts-google-auth-button,
  html[data-universe-page="home"] [data-uts-account-button="true"] { top: max(20px, calc(env(safe-area-inset-top) + 11px)) !important; right: 20px !important; min-width: 40px !important; width: 40px !important; height: 40px !important; padding: 0 !important; }
  html[data-universe-page="home"] .home-account-slot #uts-google-auth-button,
  html[data-universe-page="home"] .home-account-slot [data-uts-account-button="true"] { position:static !important; inset:auto !important; margin:0 !important; }
  html[data-universe-page="home"] #uts-google-auth-button .uts-g-label,
  html[data-universe-page="home"] [data-uts-account-button="true"] .uts-g-label { display: none !important; }
  .home-hero { gap: 38px; padding-top: 68px; }
  .home-hero h1 { font-size: clamp(3rem, 14vw, 5.1rem); }
  .home-route-card { border-radius: 25px; }
  .home-float-chip { min-width: 105px; padding: 9px 11px; }
  .home-float-chip span { font-size: .66rem; }
  .chip-plan { top: 13px; left: 0; }
  .chip-practice { top: 43%; right: -2px; }
  .chip-community { bottom: 7px; left: 7%; }
  .home-strip-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-strip-links a:nth-child(3) { border-left: 0; border-top: 1px solid var(--home-line); }
  .home-strip-links a:nth-child(4) { border-top: 1px solid var(--home-line); }
  .home-section { padding-block: 85px; }
  .home-world-chat { padding-block:20px 66px; }
  .home-world-chat-shell { grid-template-columns:1fr; gap:12px; }
  .home-world-chat-intro { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:8px 18px; padding:8px; }
  .home-world-chat-intro .home-section-label,.home-world-chat-intro h2,.home-world-chat-intro > p { grid-column:1; }
  .home-world-chat-presence { grid-column:2; grid-row:1; margin:0; align-self:start; }
  .home-world-chat-open { grid-column:2; grid-row:2 / span 2; align-self:center; }
  .home-channel-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .home-exams::before { inset:7% -10px 3%; border-radius:38px; }
  .home-exam-grid { grid-template-columns:1fr; gap:12px; }
  .home-exam-card { min-height:0; }
  .home-exam-card h3 { min-height:0; }
  .home-exam-card.is-next { transform:none; }
  .home-exam-official { align-items:flex-start; flex-direction:column; }
  .home-admission-panel { padding:28px 22px; }
  .home-info-links { grid-template-columns:1fr 1fr; }
  .home-module, .module-admission, .module-cepre { grid-column: 1 / -1; min-height: 310px; }
  .home-date-feature { grid-template-columns: 1fr; gap: 30px; }
  .home-countdown { min-width: 0; width: 100%; }
  .home-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-timeline article { border-right: 0; border-bottom: 1px solid var(--home-line); }
  .home-timeline article:nth-last-child(-n+2) { border-bottom: 0; }
  .home-current-card { padding-inline: 24px; }
  .home-current-visual { min-height: 260px; }
  .home-current-visual img { min-height:260px; }
  .current-ring-b { width: 260px; height: 260px; }
  .current-ring-a { width: 210px; height: 210px; }
  .home-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-footer-brand { grid-column: 1 / -1; }
  .home-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .home-brand { font-size: .75rem; }
  .home-brand span:last-child { max-width: none; overflow: visible; text-overflow: clip; }
  .home-hero { padding-top: 58px; }
  .home-hero h1 { font-size: clamp(2.75rem, 14.5vw, 4.1rem); }
  .home-lead { font-size: .94rem; line-height: 1.65; }
  .home-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .home-btn { width: 100%; }
  .home-proof { gap: 7px; font-size: .7rem; }
  .home-hero-facts > span { min-width:0; flex:1 1 42%; padding:9px 8px; }
  .home-hero-facts b { font-size:.9rem; }
  .home-hero-facts small { font-size:.48rem; }
  .home-route-visual { padding-inline: 0; }
  .home-route-card { padding: 21px 14px; }
  .home-route-card > header { padding-inline: 7px; }
  .home-live-pill { display: none; }
  .home-route-list li { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 9px; padding-inline: 6px; }
  .route-icon { width: 40px; height: 40px; }
  .home-float-chip { display: none; }
  .home-strip { padding-inline: 10px; }
  .home-strip-links a { padding: 10px 8px; }
  .home-strip-links a { display: block; text-align: left; }
  .home-strip-links small { margin-top: 2px; text-align: left; }
  .home-section-head h2, .home-dates h2, .home-current h2, .home-final h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .home-channels .home-section-head h2,.home-exams-heading h2,.home-admission-copy h2 { font-size:clamp(1.9rem,9vw,2.7rem); }
  .home-channel-grid { grid-template-columns:1fr; }
  .home-world-chat-shell { padding:13px; border-radius:23px; }
  .home-world-chat-intro { display:block; text-align:left; }
  .home-world-chat-intro h2 { font-size:1.65rem; }
  .home-world-chat-brand-mark { width:40px; height:40px; border-radius:13px; }
  .home-world-chat-brand-mark svg { width:27px; height:27px; }
  .home-world-chat-presence { margin:13px 0; }
  .home-world-chat-open { width:100%; }
  .home-world-chat-feed { height:220px; }
  .home-channel { min-height:76px; }
  .home-exams { width:calc(100vw - 16px); }
  .home-exam-card { padding:22px 17px; border-radius:22px; }
  .home-exam-card .countdown-units b { font-size:1.2rem; }
  .home-vacancy-stats { grid-template-columns:1fr 1fr; gap:8px; }
  .home-vacancy-stats article { min-height:130px; padding:16px 13px; }
  .home-info-links { grid-template-columns:1fr; }
  .home-bento { gap: 12px; }
  .home-module { padding: 23px; border-radius: 22px; }
  .home-date-feature, .home-timeline, .home-current-card { border-radius: 24px; }
  .home-date-feature { padding: 27px 20px; }
  .countdown-units { gap: 4px; }
  .countdown-units > span { padding-inline: 2px; }
  .home-timeline { grid-template-columns: 1fr; padding: 18px; }
  .home-timeline article, .home-timeline article:nth-last-child(-n+2) { grid-template-columns: 75px minmax(0, 1fr); border-bottom: 1px solid var(--home-line); }
  .home-timeline article:last-child { border-bottom: 0; }
  .home-current-visual { min-height: 220px; }
  .home-current-visual img { min-height:220px; }
  .home-guide { padding: 24px; }
  .home-final { width: calc(100vw - 24px); border-radius: 26px; }
  .home-footer { padding-inline: 18px; }
  .home-footer-main { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html[data-universe-page="home"] { scroll-behavior: auto; }
  .home-orbit, .home-glow, .home-spark, .home-float-chip, .current-ring { animation: none !important; }
  .home-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .home-module, .home-guide, .home-btn, .home-route-list li { transition: none !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .home-nav-inner, .home-route-card, .home-channel, .home-module, .home-exam-card, .home-admission-panel, .home-info-links a, .home-current-card, .home-guide, .home-final { backdrop-filter: none; background: #f3f8ff; }
  html[data-universe-theme="dark"] :where(.home-nav-inner, .home-route-card, .home-channel, .home-module, .home-exam-card, .home-admission-panel, .home-info-links a, .home-current-card, .home-guide, .home-final) { background: #071b43; }
}

/* En Windows algunos navegadores heredan "reducir animaciones" del sistema.
   El Inicio conserva en escritorio el movimiento visual solicitado, con
   desplazamientos breves y suaves. */
@media (min-width: 761px) {
  html[data-universe-page="home"] .home-nav-inner {
    animation: home-desktop-nav-in .68s cubic-bezier(.22, 1, .36, 1) both !important;
  }

  html[data-universe-page="home"] .home-hero-copy > :where(.home-eyebrow, h1, .home-lead, .home-actions, .home-hero-facts) {
    animation: home-desktop-copy-in .78s cubic-bezier(.22, 1, .36, 1) both !important;
  }

  html[data-universe-page="home"] .home-hero-copy > h1 { animation-delay: .07s !important; }
  html[data-universe-page="home"] .home-hero-copy > .home-lead { animation-delay: .14s !important; }
  html[data-universe-page="home"] .home-hero-copy > .home-actions { animation-delay: .21s !important; }
  html[data-universe-page="home"] .home-hero-copy > .home-hero-facts { animation-delay: .28s !important; }

  html[data-universe-page="home"] .home-route-card {
    animation: home-desktop-card-in .9s .16s cubic-bezier(.22, 1, .36, 1) both !important;
  }

  html[data-universe-page="home"] .home-reveal {
    opacity: 0 !important;
    transform: translateY(22px) !important;
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1) !important;
  }

  html[data-universe-page="home"] .home-reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }

  html[data-universe-page="home"] .home-orbit { animation: home-orbit 34s linear infinite !important; }
  html[data-universe-page="home"] .orbit-two { animation-direction: reverse !important; animation-duration: 48s !important; }
  html[data-universe-page="home"] .orbit-three { animation-duration: 58s !important; }
  html[data-universe-page="home"] .home-glow { animation: home-drift 16s ease-in-out infinite !important; }
  html[data-universe-page="home"] .glow-two { animation-delay: -6s !important; }
  html[data-universe-page="home"] .home-spark { animation: home-twinkle 4.5s ease-in-out infinite !important; }
  html[data-universe-page="home"] .spark-two { animation-delay: -1.4s !important; }
  html[data-universe-page="home"] .spark-three { animation-delay: -2.7s !important; }
  html[data-universe-page="home"] .spark-four { animation-delay: -.8s !important; }
  html[data-universe-page="home"] .home-float-chip { animation: home-float 7s ease-in-out infinite !important; }
  html[data-universe-page="home"] .current-ring { animation: home-ring 15s linear infinite !important; }
}
