.det-mark {
  border: 0;
  width: 58px;
  height: 58px;
  overflow: visible;
  background: radial-gradient(circle, rgba(255, 255, 255, .13), rgba(189, 0, 184, .08) 62%, transparent 64%);
  box-shadow: 0 0 28px rgba(189, 0, 184, .45);
}

.det-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(189, 0, 184, .7));
  mix-blend-mode: screen;
}

.topbar {
  animation: dropIn .65s ease both;
}

.hero .command,
.cards article,
.platforms article,
.route-board article,
.layers article,
.demo-cta,
.identity,
.device {
  animation: liftIn .72s ease both;
}

.cards article:nth-child(2),
.route-board article:nth-child(2),
.layers article:nth-child(2) {
  animation-delay: .06s;
}

.cards article:nth-child(3),
.route-board article:nth-child(3),
.layers article:nth-child(3) {
  animation-delay: .12s;
}

.cards article:nth-child(4),
.route-board article:nth-child(4),
.layers article:nth-child(4) {
  animation-delay: .18s;
}

.route,
.layers {
  padding: 62px 0;
}

.route {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.route-board,
.layers div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.route-board article,
.layers article {
  min-width: 0;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055);
}

.route-board span {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--cyan);
  font-weight: 900;
}

.route-board strong,
.layers strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.route-board p,
.layers p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.layers h2 {
  max-width: 960px;
}

.demo-stats,
.demo-stats article,
#industryButtons,
.selector,
.lab,
.intro {
  min-width: 0;
}

.demo .intro {
  grid-template-columns: 1fr;
  align-items: start;
}

.demo .demo-stats {
  width: min(760px, 100%);
  margin-top: 18px;
}

.demo-stats strong {
  overflow-wrap: anywhere;
  font-size: clamp(1.1rem, 1.8vw, 1.75rem);
}

#industryButtons {
  scrollbar-width: none;
}

#industryButtons::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.browser button {
  min-width: 52px;
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
}

.admin-dashboard {
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 860px;
  background: var(--admin-bg, #10131c);
  color: var(--admin-ink, #f8fbff);
}

.admin-dashboard .admin-work {
  background:
    radial-gradient(circle at 82% 6%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 32%),
    var(--admin-bg, #10131c);
}

.admin-dashboard[data-admin="clinic"] {
  --admin-bg: #071f24;
}

.admin-dashboard[data-admin="construction"] {
  --admin-bg: #18130c;
}

.admin-dashboard[data-admin="realestate"] {
  --admin-bg: #071428;
}

.admin-dashboard[data-admin="restaurant"] {
  --admin-bg: #241008;
}

.admin-dashboard[data-admin="education"] {
  --admin-bg: #160d2b;
}

.admin-dashboard[data-admin="finance"] {
  --admin-bg: #071d1c;
}

.admin-dashboard[data-admin="hospitality"] {
  --admin-bg: #05202b;
}

.admin-dashboard[data-admin="logistics"] {
  --admin-bg: #211105;
}

.admin-dashboard[data-admin="saas"] {
  --admin-bg: #0c1032;
}

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

.admin-module {
  min-width: 0;
  min-height: 230px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
}

.admin-module.wide {
  grid-column: span 2;
}

.admin-module.full {
  grid-column: 1 / -1;
}

.admin-module h3 {
  margin-bottom: 14px;
  font-size: 1.15rem;
}

.mini-table,
.timeline,
.pipeline,
.availability,
.kanban {
  display: grid;
  gap: 10px;
}

.mini-table span,
.timeline span,
.pipeline span,
.availability span,
.kanban span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 12px;
  border-radius: var(--r);
  background: rgba(255, 255, 255, .075);
  color: #dbe4f0;
  font-weight: 850;
}

.mini-table em,
.timeline em,
.pipeline em,
.availability em,
.kanban em {
  color: var(--accent);
  font-style: normal;
  font-weight: 900;
}

.heat {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}

.heat i {
  height: 34px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--accent) var(--level), rgba(255, 255, 255, .09));
}

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

.floor i {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 6px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 38%, transparent), rgba(255, 255, 255, .06));
}

@keyframes dropIn {
  from {
    transform: translateY(-14px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes liftIn {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .route,
  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-dashboard .admin-rail {
    display: none;
  }
}

@media (max-width: 780px) {
  .route-board,
  .layers div,
  .admin-module-grid {
    grid-template-columns: 1fr;
  }

  .admin-module.wide {
    grid-column: auto;
  }

  .demo-stats strong {
    font-size: 1.45rem;
  }
}
