/* LaranSys v6.0.28 - Modulos / Ecossistema Dark Tech */

:root {
  --ls628-lime:#c7ed36;
  --ls628-cyan:#18d7d0;
  --ls628-white:#f4f8f5;
  --ls628-muted:rgba(218,232,221,.66);
  --ls628-bg:#020705;
}

.ls-modules-v628 {
  position:relative;
  overflow:clip;
  color:var(--ls628-white);
  background:var(--ls628-bg);
}

.ls-modules-v628__container {
  width:min(1420px,calc(100% - 48px));
  margin:0 auto;
}

.ls-modules-v628__kicker {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(221,235,224,.66);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}

.ls-modules-v628__kicker i {
  width:7px;height:7px;border-radius:50%;
  background:var(--ls628-lime);
  box-shadow:0 0 12px rgba(199,237,54,.58);
}

/* HERO */
.ls-modules-v628__hero {
  position:relative;
  min-height:min(830px,calc(100vh - 76px));
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid rgba(199,237,54,.10);
  background:
    radial-gradient(circle at 13% 28%,rgba(24,215,208,.14),transparent 30%),
    radial-gradient(circle at 84% 22%,rgba(199,237,54,.12),transparent 29%),
    linear-gradient(135deg,#03110e,#06110b 48%,#07150e);
}

.ls-modules-v628__grid-bg {
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(199,237,54,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.035) 1px,transparent 1px);
  background-size:60px 60px;
  -webkit-mask-image:linear-gradient(to bottom,#000,transparent 92%);
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}

.ls-modules-v628__glow {
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(24px);
}
.ls-modules-v628__glow--a {
  width:430px;height:430px;left:-160px;bottom:-140px;
  background:radial-gradient(circle,rgba(24,215,208,.13),transparent 70%);
}
.ls-modules-v628__glow--b {
  width:500px;height:500px;right:-170px;top:-130px;
  background:radial-gradient(circle,rgba(199,237,54,.11),transparent 70%);
}

.ls-modules-v628__hero-grid {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(570px,1.08fr);
  gap:clamp(48px,5vw,98px);
  align-items:center;
  padding:clamp(104px,9vw,150px) 0 84px;
}

.ls-modules-v628__hero h1 {
  max-width:810px;
  margin:23px 0 20px;
  font-size:clamp(3.2rem,5.15vw,6.2rem);
  line-height:.95;
  letter-spacing:-.052em;
  font-weight:640;
}
.ls-modules-v628__hero h1 strong {
  display:block;
  color:var(--ls628-lime);
  font-weight:820;
}
.ls-modules-v628__hero-copy > p {
  max-width:710px;
  margin:0;
  color:var(--ls628-muted);
  font-size:clamp(1.02rem,1.3vw,1.17rem);
  line-height:1.76;
}

.ls-modules-v628__actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.ls-modules-v628__btn {
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0 19px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  color:rgba(244,248,245,.92);
  background:rgba(7,15,11,.56);
  text-decoration:none;
  font-size:.9rem;
  font-weight:790;
  transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.ls-modules-v628__btn:hover {
  color:#fff;
  transform:translateY(-2px);
  border-color:rgba(199,237,54,.24);
  background:rgba(199,237,54,.055);
}
.ls-modules-v628__btn--primary {
  color:#071008 !important;
  border-color:rgba(199,237,54,.45);
  background:linear-gradient(135deg,var(--ls628-lime),#94cc38);
  box-shadow:0 14px 34px rgba(140,198,63,.15);
}

.ls-modules-v628__hero-points {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.07);
}
.ls-modules-v628__hero-points span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(224,236,227,.62);
  font-size:.82rem;
  font-weight:720;
}
.ls-modules-v628__hero-points span::before {
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:var(--ls628-lime);
  box-shadow:0 0 8px rgba(199,237,54,.38);
}

/* ECOSYSTEM HERO */
.ls-modules-v628__ecosystem {
  --ls628-x:50%;
  --ls628-y:50%;
  position:relative;
  min-height:610px;
  overflow:hidden;
  border:1px solid rgba(199,237,54,.18);
  border-radius:34px;
  background:
    radial-gradient(520px circle at var(--ls628-x) var(--ls628-y),rgba(199,237,54,.07),transparent 58%),
    linear-gradient(145deg,rgba(6,15,10,.91),rgba(3,10,8,.94));
  box-shadow:0 32px 80px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.025);
}

.ls-modules-v628__ecosystem-grid {
  position:absolute;
  inset:0;
  opacity:.25;
  background-image:
    linear-gradient(rgba(199,237,54,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.05) 1px,transparent 1px);
  background-size:52px 52px;
}

.ls-modules-v628__orbit {
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(199,237,54,.10);
  border-radius:50%;
  pointer-events:none;
}
.ls-modules-v628__orbit::after {
  content:"";
  position:absolute;
  left:50%;top:-4px;
  width:7px;height:7px;
  margin-left:-3px;
  border-radius:50%;
  background:var(--ls628-lime);
  box-shadow:0 0 11px rgba(199,237,54,.58);
}
.ls-modules-v628__orbit.orbit-a { width:260px;height:260px;animation:ls628Orbit 20s linear infinite; }
.ls-modules-v628__orbit.orbit-b { width:390px;height:390px;animation:ls628Orbit 29s linear infinite reverse; }
.ls-modules-v628__orbit.orbit-c { width:520px;height:520px;animation:ls628Orbit 38s linear infinite;opacity:.72; }

@keyframes ls628Orbit {
  to { transform:translate(-50%,-50%) rotate(360deg); }
}

.ls-modules-v628__core {
  position:absolute;
  z-index:4;
  left:50%;top:50%;
  width:176px;
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(199,237,54,.28);
  border-radius:50%;
  background:radial-gradient(circle,rgba(199,237,54,.13),rgba(5,14,9,.96) 61%);
  box-shadow:
    0 0 0 18px rgba(199,237,54,.022),
    0 0 38px rgba(199,237,54,.08);
}
.ls-modules-v628__core small {
  color:rgba(222,236,224,.44);
  font-size:8px;font-weight:900;letter-spacing:.14em;
}
.ls-modules-v628__core strong {
  margin:7px 0 3px;
  color:#f4f8f5;
  font-size:1.5rem;
}
.ls-modules-v628__core span {
  color:var(--ls628-lime);
  font-size:.58rem;font-weight:900;letter-spacing:.09em;
}

.ls-modules-v628__node {
  position:absolute;
  z-index:5;
  width:156px;
  min-height:86px;
  padding:13px 14px;
  border:1px solid rgba(199,237,54,.12);
  border-radius:16px;
  background:rgba(5,13,9,.88);
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
.ls-modules-v628__node span {
  color:var(--ls628-lime);
  font-size:.61rem;font-weight:900;
}
.ls-modules-v628__node strong {
  display:block;
  margin-top:5px;
  color:#edf5ee;
  font-size:.82rem;
  line-height:1.18;
}
.ls-modules-v628__node small {
  display:block;
  margin-top:4px;
  color:rgba(213,228,216,.40);
  font-size:.52rem;font-weight:850;letter-spacing:.08em;
}

.ls-modules-v628__node.node-1 { left:7%;top:12%; }
.ls-modules-v628__node.node-2 { right:7%;top:12%; }
.ls-modules-v628__node.node-3 { left:4%;top:43%; }
.ls-modules-v628__node.node-4 { right:4%;top:43%; }
.ls-modules-v628__node.node-5 { left:12%;bottom:12%; }
.ls-modules-v628__node.node-6 { right:12%;bottom:12%; }

.ls-modules-v628__ecosystem-status {
  position:absolute;
  z-index:6;
  left:24px;right:24px;bottom:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:14px;
  border-top:1px solid rgba(199,237,54,.08);
  color:rgba(216,230,219,.45);
  font-size:.64rem;font-weight:840;letter-spacing:.09em;
}
.ls-modules-v628__ecosystem-status span { display:inline-flex;align-items:center;gap:7px; }
.ls-modules-v628__ecosystem-status i {
  width:6px;height:6px;border-radius:50%;background:var(--ls628-lime);
  box-shadow:0 0 8px rgba(199,237,54,.45);
}
.ls-modules-v628__ecosystem-status strong { color:rgba(220,236,223,.64); }

/* CONCEPT */
.ls-modules-v628__concept {
  position:relative;
  padding:92px 0 98px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(199,237,54,.05),transparent 34%),
    linear-gradient(180deg,#030806,#06100b);
  border-bottom:1px solid rgba(199,237,54,.07);
}

.ls-modules-v628__concept::before,
.ls-modules-v628__catalog::before,
.ls-modules-v628__connections::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(199,237,54,.023) 1px,transparent 1px),
    linear-gradient(90deg,rgba(199,237,54,.023) 1px,transparent 1px);
  background-size:64px 64px;
}

.ls-modules-v628__concept-head {
  position:relative;
  z-index:1;
  max-width:1000px;
  margin:0 auto;
  text-align:center;
}

.ls-modules-v628__concept h2,
.ls-modules-v628__catalog-head h2,
.ls-modules-v628__connections h2,
.ls-modules-v628__closing h2 {
  margin:20px 0 14px;
  color:#f4f8f5;
  font-size:clamp(2.5rem,4.5vw,5.3rem);
  line-height:.99;
  letter-spacing:-.045em;
  font-weight:620;
}
.ls-modules-v628__concept h2 strong,
.ls-modules-v628__catalog-head h2 strong,
.ls-modules-v628__connections h2 strong,
.ls-modules-v628__closing h2 strong {
  color:var(--ls628-lime);
  font-weight:800;
}

.ls-modules-v628__concept-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 60px 1fr 60px 1fr;
  gap:10px;
  align-items:center;
  margin-top:44px;
}
.ls-modules-v628__concept-grid article {
  min-height:180px;
  padding:24px;
  border:1px solid rgba(199,237,54,.10);
  border-radius:21px;
  background:rgba(5,13,9,.72);
}
.ls-modules-v628__concept-grid article > span {
  color:var(--ls628-lime);
  font-size:1.6rem;font-weight:780;
}
.ls-modules-v628__concept-grid h3 {
  margin:26px 0 8px;
  color:#eff5f0;
  font-size:1.12rem;
}
.ls-modules-v628__concept-grid p {
  margin:0;
  color:rgba(214,229,216,.54);
  line-height:1.58;
  font-size:.84rem;
}
.ls-modules-v628__concept-link {
  position:relative;height:1px;
  background:linear-gradient(90deg,rgba(199,237,54,.06),rgba(199,237,54,.60),rgba(24,215,208,.10));
}
.ls-modules-v628__concept-link i {
  position:absolute;left:0;top:-3px;
  width:7px;height:7px;border-radius:50%;
  background:var(--ls628-lime);
  box-shadow:0 0 10px rgba(199,237,54,.54);
  animation:ls628Travel 3.8s linear infinite;
}
@keyframes ls628Travel {
  from { left:0;opacity:0; }
  12% { opacity:1; }
  88% { opacity:1; }
  to { left:calc(100% - 7px);opacity:0; }
}

/* CATALOG */
.ls-modules-v628__catalog {
  position:relative;
  padding:clamp(96px,8vw,142px) 0;
  background:
    radial-gradient(circle at 86% 10%,rgba(24,215,208,.05),transparent 30%),
    linear-gradient(180deg,#050a07,#020705 64%,#06100b);
}

.ls-modules-v628__catalog-head {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr minmax(280px,390px);
  gap:48px;
  align-items:end;
}

.ls-modules-v628__catalog-head > div {
  max-width:980px;
}

.ls-modules-v628__catalog-head > p {
  margin:0 0 8px;
  color:var(--ls628-muted);
  line-height:1.68;
}

.ls-modules-v628__toolbar {
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin:36px 0 28px;
}

.ls-modules-v628__filters {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ls-modules-v628__filters button {
  min-height:39px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 13px;
  border:1px solid rgba(199,237,54,.10);
  border-radius:999px;
  color:rgba(225,237,227,.62);
  background:rgba(7,15,11,.64);
  font-size:.74rem;
  font-weight:760;
  cursor:pointer;
}
.ls-modules-v628__filters button span {
  min-width:20px;height:20px;display:inline-grid;place-items:center;
  border-radius:999px;
  color:rgba(225,237,227,.52);
  background:rgba(255,255,255,.035);
  font-size:.61rem;font-weight:800;
}
.ls-modules-v628__filters button:hover,
.ls-modules-v628__filters button.is-active {
  color:#071008;
  border-color:rgba(199,237,54,.40);
  background:var(--ls628-lime);
}
.ls-modules-v628__filters button:hover span,
.ls-modules-v628__filters button.is-active span {
  color:#071008;
  background:rgba(0,0,0,.09);
}

.ls-modules-v628__search {
  width:min(340px,100%);
  min-height:44px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 14px;
  border:1px solid rgba(199,237,54,.11);
  border-radius:14px;
  background:rgba(4,11,8,.78);
}
.ls-modules-v628__search > span {
  color:var(--ls628-lime);
  font-size:1rem;
}
.ls-modules-v628__search input {
  width:100%;
  border:0!important;
  outline:0!important;
  color:#edf5ef!important;
  background:transparent!important;
  box-shadow:none!important;
  font:inherit;
}
.ls-modules-v628__search input::placeholder {
  color:rgba(216,230,219,.32);
}

.ls-modules-v628__workspace {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  gap:20px;
  align-items:start;
}

.ls-modules-v628__grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.ls-modules-v628__card {
  --ls628-accent-rgb:199,237,54;
  position:relative;
  min-height:250px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  padding:22px;
  text-align:left;
  border:1px solid rgba(var(--ls628-accent-rgb),.12);
  border-radius:22px;
  color:inherit;
  background:
    radial-gradient(circle at 100% 0%,rgba(var(--ls628-accent-rgb),.065),transparent 38%),
    linear-gradient(145deg,rgba(8,18,12,.94),rgba(3,9,7,.97));
  box-shadow:0 22px 56px rgba(0,0,0,.22);
  cursor:pointer;
  transition:transform .23s ease,border-color .23s ease,box-shadow .23s ease,opacity .2s ease;
}

.ls-modules-v628__card::before {
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:2px;
  background:linear-gradient(90deg,transparent,rgb(var(--ls628-accent-rgb)),var(--ls628-cyan),transparent);
  opacity:.45;
}

.ls-modules-v628__card:hover {
  transform:translateY(-4px);
  border-color:rgba(var(--ls628-accent-rgb),.28);
  box-shadow:0 30px 70px rgba(0,0,0,.29),0 0 28px rgba(var(--ls628-accent-rgb),.035);
}

.ls-modules-v628__card[aria-selected="true"] {
  border-color:rgba(var(--ls628-accent-rgb),.38);
  box-shadow:
    inset 3px 0 0 rgb(var(--ls628-accent-rgb)),
    0 28px 66px rgba(0,0,0,.29),
    0 0 30px rgba(var(--ls628-accent-rgb),.045);
}

.ls-modules-v628__card.is-hidden { display:none; }

.ls-modules-v628__card-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.ls-modules-v628__card-number {
  color:rgb(var(--ls628-accent-rgb));
  font-size:1.55rem;
  line-height:1;
  font-weight:780;
}

.ls-modules-v628__card-category {
  min-height:25px;
  display:inline-flex;
  align-items:center;
  padding:0 8px;
  border:1px solid rgba(var(--ls628-accent-rgb),.12);
  border-radius:999px;
  color:rgba(218,232,221,.48);
  background:rgba(var(--ls628-accent-rgb),.025);
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.09em;
}

.ls-modules-v628__card-code {
  margin-top:25px;
  color:rgba(var(--ls628-accent-rgb),.28);
  font-size:2.4rem;
  line-height:1;
  font-weight:860;
  letter-spacing:-.05em;
}

.ls-modules-v628__card h3 {
  margin:12px 0 8px;
  color:#f0f6f1;
  font-size:1.35rem;
  line-height:1.15;
}

.ls-modules-v628__card p {
  margin:0;
  color:rgba(213,228,216,.57);
  line-height:1.58;
  font-size:.84rem;
  flex:1;
}

.ls-modules-v628__card-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:20px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.045);
}

.ls-modules-v628__status,
.ls-modules-v628__detail-status {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:rgba(218,232,221,.47);
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ls-modules-v628__status i,
.ls-modules-v628__detail-status i {
  width:6px;height:6px;border-radius:50%;
}
.ls-modules-v628__status.is-enabled i,
.ls-modules-v628__detail-status.is-enabled i {
  background:#65e18c;
  box-shadow:0 0 8px rgba(101,225,140,.36);
}
.ls-modules-v628__status.is-planned i,
.ls-modules-v628__detail-status.is-planned i {
  background:#d6c95c;
  box-shadow:0 0 8px rgba(214,201,92,.22);
}

.ls-modules-v628__open {
  color:rgb(var(--ls628-accent-rgb));
  font-size:1rem;
}

.ls-modules-v628__empty,
.ls-modules-v628__no-results {
  grid-column:1 / -1;
  padding:38px;
  border:1px solid rgba(199,237,54,.11);
  border-radius:22px;
  color:var(--ls628-muted);
  background:rgba(6,15,10,.70);
}
.ls-modules-v628__empty h3 { margin:16px 0 8px;color:#f0f6f1;font-size:1.6rem; }
.ls-modules-v628__empty p { margin:0; }

/* DETAIL */
.ls-modules-v628__detail {
  --ls628-detail-rgb:199,237,54;
  position:sticky;
  top:108px;
  min-height:560px;
  padding:28px;
  overflow:hidden;
  border:1px solid rgba(var(--ls628-detail-rgb),.16);
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%,rgba(var(--ls628-detail-rgb),.075),transparent 34%),
    radial-gradient(circle at 0% 100%,rgba(24,215,208,.035),transparent 34%),
    linear-gradient(145deg,rgba(7,17,12,.96),rgba(3,9,7,.98));
  box-shadow:0 30px 74px rgba(0,0,0,.30);
}

.ls-modules-v628__detail::before {
  content:"";
  position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(var(--ls628-detail-rgb),.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(var(--ls628-detail-rgb),.025) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(135deg,#000,transparent 72%);
  mask-image:linear-gradient(135deg,#000,transparent 72%);
}

.ls-modules-v628__detail > * { position:relative;z-index:1; }

.ls-modules-v628__detail-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.ls-modules-v628__detail-number {
  color:rgb(var(--ls628-detail-rgb));
  font-size:3.4rem;
  line-height:1;
  font-weight:690;
  letter-spacing:-.05em;
}

.ls-modules-v628__detail-category {
  display:inline-block;
  margin-top:38px;
  color:rgb(var(--ls628-detail-rgb));
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.12em;
}

.ls-modules-v628__detail h3 {
  margin:12px 0 13px;
  color:#f4f8f5;
  font-size:clamp(2rem,3vw,3.45rem);
  line-height:1.02;
  letter-spacing:-.035em;
}

.ls-modules-v628__detail > p {
  margin:0;
  color:rgba(215,229,217,.61);
  line-height:1.68;
}

.ls-modules-v628__detail-divider {
  height:1px;
  margin:28px 0 22px;
  background:linear-gradient(90deg,rgba(var(--ls628-detail-rgb),.30),rgba(24,215,208,.08),transparent);
}

.ls-modules-v628__detail-label {
  color:rgba(218,232,221,.42);
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.12em;
}

.ls-modules-v628__detail-list {
  display:grid;
  gap:9px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.ls-modules-v628__detail-list li {
  position:relative;
  padding:12px 13px 12px 35px;
  border:1px solid rgba(var(--ls628-detail-rgb),.075);
  border-radius:13px;
  color:rgba(223,235,225,.63);
  background:rgba(var(--ls628-detail-rgb),.022);
  font-size:.78rem;
}

.ls-modules-v628__detail-list li::before {
  content:"✓";
  position:absolute;
  left:13px;top:10px;
  color:rgb(var(--ls628-detail-rgb));
  font-weight:900;
}

.ls-modules-v628__detail-flow {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:24px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}
.ls-modules-v628__detail-flow span {
  color:rgba(218,232,221,.42);
  font-size:.52rem;
  font-weight:900;
  letter-spacing:.09em;
}
.ls-modules-v628__detail-flow i {
  flex:1;height:1px;
  background:linear-gradient(90deg,rgba(var(--ls628-detail-rgb),.10),rgba(var(--ls628-detail-rgb),.42));
}

.ls-modules-v628__detail-cta {
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:22px;
  padding:0 16px;
  border:1px solid rgba(var(--ls628-detail-rgb),.24);
  border-radius:14px;
  color:#071008!important;
  background:linear-gradient(135deg,rgb(var(--ls628-detail-rgb)),#94cc38);
  text-decoration:none;
  font-size:.82rem;
  font-weight:820;
}

.ls-modules-v628__detail-empty h3 {
  margin:18px 0 8px;
  color:#f1f7f2;
  font-size:2rem;
}
.ls-modules-v628__detail-empty p { margin:0;color:var(--ls628-muted); }

/* CONNECTIONS */
.ls-modules-v628__connections {
  position:relative;
  padding:104px 0;
  background:
    radial-gradient(circle at 14% 22%,rgba(199,237,54,.045),transparent 28%),
    linear-gradient(180deg,#06100b,#030806);
  border-top:1px solid rgba(199,237,54,.07);
}

.ls-modules-v628__connections-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:68px;
  align-items:center;
}

.ls-modules-v628__connections h2 { max-width:720px; }
.ls-modules-v628__connections p {
  max-width:690px;
  margin:0;
  color:var(--ls628-muted);
  line-height:1.72;
}

.ls-modules-v628__connections-panel {
  display:grid;
  grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items:center;
  gap:8px;
  padding:24px;
  border:1px solid rgba(199,237,54,.13);
  border-radius:25px;
  background:rgba(5,14,9,.72);
  box-shadow:0 26px 66px rgba(0,0,0,.24);
}

.ls-modules-v628__connections-panel article {
  min-height:135px;
  padding:17px;
  border:1px solid rgba(199,237,54,.08);
  border-radius:16px;
  background:rgba(4,11,8,.62);
}
.ls-modules-v628__connections-panel article > span {
  color:var(--ls628-lime);
  font-size:.7rem;font-weight:900;
}
.ls-modules-v628__connections-panel strong {
  display:block;
  margin-top:28px;
  color:#eff5f0;
  font-size:.85rem;
}
.ls-modules-v628__connections-panel small {
  display:block;
  margin-top:4px;
  color:rgba(212,227,214,.44);
  font-size:.65rem;
}
.ls-modules-v628__connections-panel > i {
  height:1px;
  background:linear-gradient(90deg,rgba(199,237,54,.08),rgba(199,237,54,.52),rgba(24,215,208,.12));
}

/* CLOSING */
.ls-modules-v628__closing {
  padding:70px 0 98px;
  background:#030806;
}

.ls-modules-v628__closing-box {
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  padding:36px 40px;
  border:1px solid rgba(199,237,54,.14);
  border-radius:25px;
  background:
    radial-gradient(circle at 84% 20%,rgba(199,237,54,.065),transparent 30%),
    linear-gradient(145deg,rgba(7,17,11,.94),rgba(4,10,8,.96));
}

.ls-modules-v628__closing h2 {
  margin-top:14px;
  font-size:clamp(2rem,3.3vw,3.7rem);
}
.ls-modules-v628__closing p {
  max-width:780px;
  margin:0;
  color:var(--ls628-muted);
  line-height:1.65;
}

/* REVEAL */
.ls-modules-v628 [data-ls628-reveal] {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .62s ease,transform .62s ease;
}
.ls-modules-v628 [data-ls628-reveal].is-visible {
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1180px) {
  .ls-modules-v628__hero-grid { grid-template-columns:1fr; }
  .ls-modules-v628__ecosystem { min-height:590px; }
  .ls-modules-v628__workspace { grid-template-columns:1fr; }
  .ls-modules-v628__detail { position:relative;top:auto;min-height:0; }
  .ls-modules-v628__connections-grid { grid-template-columns:1fr; }
}

@media (max-width:980px) {
  .ls-modules-v628__concept-grid {
    grid-template-columns:1fr;
    gap:12px;
  }
  .ls-modules-v628__concept-link { display:none; }
  .ls-modules-v628__catalog-head { grid-template-columns:1fr;gap:24px; }
  .ls-modules-v628__toolbar { flex-direction:column;align-items:stretch; }
  .ls-modules-v628__search { width:100%; }
  .ls-modules-v628__connections-panel {
    grid-template-columns:repeat(2,1fr);
  }
  .ls-modules-v628__connections-panel > i { display:none; }
  .ls-modules-v628__closing-box { grid-template-columns:1fr; }
}

@media (max-width:720px) {
  .ls-modules-v628__container { width:min(100% - 32px,1420px); }
  .ls-modules-v628__hero { min-height:auto; }
  .ls-modules-v628__hero-grid { padding:82px 0 58px; }
  .ls-modules-v628__hero h1 { font-size:clamp(2.7rem,13vw,4.5rem); }
  .ls-modules-v628__ecosystem { min-height:660px;border-radius:24px; }
  .ls-modules-v628__orbit.orbit-a { width:210px;height:210px; }
  .ls-modules-v628__orbit.orbit-b { width:320px;height:320px; }
  .ls-modules-v628__orbit.orbit-c { width:440px;height:440px; }
  .ls-modules-v628__core { width:142px; }
  .ls-modules-v628__node {
    width:122px;
    min-height:75px;
    padding:10px 11px;
  }
  .ls-modules-v628__node strong { font-size:.72rem; }
  .ls-modules-v628__node.node-1 { left:2%;top:10%; }
  .ls-modules-v628__node.node-2 { right:2%;top:10%; }
  .ls-modules-v628__node.node-3 { left:1%;top:42%; }
  .ls-modules-v628__node.node-4 { right:1%;top:42%; }
  .ls-modules-v628__node.node-5 { left:5%;bottom:14%; }
  .ls-modules-v628__node.node-6 { right:5%;bottom:14%; }
  .ls-modules-v628__ecosystem-status { flex-direction:column;align-items:flex-start; }
  .ls-modules-v628__concept { padding:74px 0 78px; }
  .ls-modules-v628__catalog { padding:78px 0; }
  .ls-modules-v628__grid { grid-template-columns:1fr; }
  .ls-modules-v628__card { min-height:230px; }
  .ls-modules-v628__detail { padding:22px; }
  .ls-modules-v628__detail h3 { font-size:2rem; }
  .ls-modules-v628__detail-flow { flex-wrap:wrap;justify-content:flex-start; }
  .ls-modules-v628__detail-flow i { display:none; }
  .ls-modules-v628__connections { padding:80px 0; }
  .ls-modules-v628__connections-panel { grid-template-columns:1fr; }
  .ls-modules-v628__closing { padding:58px 0 84px; }
  .ls-modules-v628__closing-box { padding:28px 24px; }
}

@media (prefers-reduced-motion:reduce) {
  .ls-modules-v628 *,
  .ls-modules-v628 *::before,
  .ls-modules-v628 *::after {
    animation:none!important;
    transition:none!important;
  }
  .ls-modules-v628 [data-ls628-reveal] {
    opacity:1!important;
    transform:none!important;
  }
}
