:root {
  --ink: #101928;
  --muted: #667085;
  --line: #d7e0ea;
  --panel: #ffffff;
  --paper: #f4f7fb;
  --brand: #1A4137;

  --brand-dark: #0d2721;
  --brand-cyan: #14322a;
  --accent: #f1931d;
  --green: #05a66b;
  --violet: #6957ff;
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
}

* {
  box-sizing: border-box;
}

.labs-main-bg {
  background-color: var(--paper);
}

.app-shell {
  max-width: 1480px;
  margin-inline: auto;
}

.app-header {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(241, 147, 29, 0.15), transparent 24rem),
    radial-gradient(circle at 18% 12%, rgba(26, 65, 55, 0.4), transparent 20rem),
    linear-gradient(135deg, #0d2721 0%, #1A4137 100%);
}

.app-header::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.2));
  animation: gridDrift 18s linear infinite;
}

.app-header::after {
  position: absolute;
  inset: auto -10% -42% -10%;
  height: 54%;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(0, 182, 214, 0.18), transparent 56%),
    linear-gradient(90deg, transparent, rgba(245, 130, 32, 0.18), transparent);
  filter: blur(8px);
}



.eoi-side-tab {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 50;
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  min-height: 132px;
  padding: 0.95rem 0.55rem;
  color: #fff;
  background: linear-gradient(180deg, #ff9828, var(--accent));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 14px 34px rgba(245, 130, 32, 0.32);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.eoi-side-tab i {
  font-size: 1rem;
}

.eoi-side-tab:hover,
.eoi-side-tab:focus {
  color: #fff;
  box-shadow: 0 18px 42px rgba(245, 130, 32, 0.42);
  transform: translateY(-50%) translateX(-4px) rotate(180deg);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px 340px;
  gap: 1.5rem;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: #9befff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-text {
  max-width: 700px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

.tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.tech-tags span {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.48rem 0.7rem;
  color: #dcfbff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(155, 239, 255, 0.28);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
}

.tech-tags i {
  color: var(--accent);
}

.tech-visual {
  position: relative;
  width: 230px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 48%, rgba(155, 239, 255, 0.18) 49%, transparent 52%),
    linear-gradient(0deg, transparent 48%, rgba(155, 239, 255, 0.18) 49%, transparent 52%),
    radial-gradient(circle, rgba(0, 182, 214, 0.22), transparent 62%);
  animation: visualFloat 5.5s ease-in-out infinite;
}

.tech-visual::before,
.tech-visual::after,
.orbit,
.node,
.scan-beam {
  position: absolute;
  content: "";
}

.tech-visual::before {
  inset: 18%;
  border: 1px solid rgba(155, 239, 255, 0.24);
  border-radius: 50%;
}

.tech-visual::after {
  inset: 6%;
  border: 1px dashed rgba(245, 130, 32, 0.58);
  border-radius: 50%;
  animation: rotateRing 18s linear infinite;
}

.orbit {
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(155, 239, 255, 0.34);
}

.orbit-one {
  transform: rotateX(64deg) rotateZ(18deg);
}

.orbit-two {
  transform: rotateX(64deg) rotateZ(112deg);
  border-color: rgba(255, 255, 255, 0.24);
}

.orbit-three {
  inset: 12%;
  border-color: rgba(0, 182, 214, 0.28);
  transform: rotateX(72deg) rotateZ(55deg);
  animation: orbitTilt 7s ease-in-out infinite;
}

.scan-beam {
  inset: 8% 48%;
  background: linear-gradient(180deg, transparent, rgba(155, 239, 255, 0.72), transparent);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(0, 182, 214, 0.34);
  animation: scanBeam 3.8s ease-in-out infinite;
}

.chip-core {
  position: absolute;
  inset: 33%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 182, 214, 0.95), rgba(16, 91, 200, 0.95)),
    var(--brand);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  box-shadow:
    0 0 42px rgba(0, 182, 214, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  animation: pulseCore 2.8s ease-in-out infinite;
  transition: background 260ms ease, box-shadow 260ms ease;
}

.chip-core i {
  font-size: 2.65rem;
}

.chip-core.creative {
  background: linear-gradient(135deg, #ff6fb1, var(--violet));
  box-shadow: 0 0 42px rgba(105, 87, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.climate {
  background: linear-gradient(135deg, #12c27d, #078859);
  box-shadow: 0 0 42px rgba(5, 166, 107, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.ev,
.chip-core.smart {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand));
  box-shadow: 0 0 42px rgba(0, 182, 214, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.space {
  background: linear-gradient(135deg, #6957ff, #233a99);
  box-shadow: 0 0 42px rgba(105, 87, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.cyber {
  background: linear-gradient(135deg, #1a2547, #105bc8);
  box-shadow: 0 0 42px rgba(16, 91, 200, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.saas {
  background: linear-gradient(135deg, #00b6d6, #05a66b);
  box-shadow: 0 0 42px rgba(0, 182, 214, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.geo {
  background: linear-gradient(135deg, #f58220, #b8540a);
  box-shadow: 0 0 42px rgba(245, 130, 32, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.health {
  background: linear-gradient(135deg, #ff5c7a, #c9204b);
  box-shadow: 0 0 42px rgba(255, 92, 122, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.chip-core.is-changing {
  animation: chipSwap 420ms ease, pulseCore 2.8s ease-in-out infinite;
}

.node {
  width: 12px;
  height: 12px;
  background: var(--accent);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(245, 130, 32, 0.72);
  animation: nodePulse 2.4s ease-in-out infinite;
}

.node-a {
  top: 20%;
  left: 15%;
}

.node-b {
  top: 12%;
  right: 22%;
  background: var(--brand-cyan);
  box-shadow: 0 0 22px rgba(0, 182, 214, 0.72);
  animation-delay: 0.4s;
}

.node-c {
  right: 12%;
  bottom: 26%;
  animation-delay: 0.8s;
}

.node-d {
  bottom: 15%;
  left: 25%;
  background: var(--green);
  box-shadow: 0 0 22px rgba(5, 166, 107, 0.72);
  animation-delay: 1.2s;
}

.sector-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 0.95rem;
  min-height: 176px;
  padding: 1.1rem;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(8, 31, 75, 0.52);
  border: 1px solid rgba(155, 239, 255, 0.2);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  animation: sectorRise 680ms ease both, sectorFloat 6s ease-in-out infinite;
}

.sector-spotlight::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0%, rgba(155, 239, 255, 0.12) 45%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 650ms ease;
}

.sector-spotlight::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 110px;
  height: 110px;
  content: "";
  border: 1px dashed rgba(155, 239, 255, 0.18);
  border-radius: 50%;
}

.sector-spotlight:hover {
  transform: translateY(-4px);
  border-color: rgba(155, 239, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 20px 40px rgba(0, 182, 214, 0.16);
}

.sector-spotlight:hover::before {
  transform: translateX(120%);
}

.sector-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand));
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  box-shadow: 0 0 24px rgba(0, 182, 214, 0.22);
}

.sector-icon i {
  font-size: 1.75rem;
}

.sector-icon.creative {
  background: linear-gradient(135deg, #ff6fb1, var(--violet));
}

.sector-icon.climate {
  background: linear-gradient(135deg, #12c27d, #078859);
}

.sector-icon.ev {
  background: linear-gradient(135deg, #00b6d6, #105bc8);
}

.sector-icon.space {
  background: linear-gradient(135deg, #6957ff, #233a99);
}

.sector-icon.cyber {
  background: linear-gradient(135deg, #1a2547, #105bc8);
}

.sector-icon.saas {
  background: linear-gradient(135deg, #00b6d6, #05a66b);
}

.sector-icon.geo {
  background: linear-gradient(135deg, #f58220, #b8540a);
}

.sector-icon.health {
  background: linear-gradient(135deg, #ff5c7a, #c9204b);
}

.sector-icon.smart {
  background: linear-gradient(135deg, #105bc8, #00b6d6);
}

.sector-spotlight h2,
.sector-spotlight p,
.spotlight-kicker {
  position: relative;
  z-index: 1;
}

.spotlight-kicker {
  display: block;
  margin-bottom: 0.35rem;
  color: #9befff;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.sector-spotlight h2 {
  margin: 0 0 0.55rem;
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 700;
}

.sector-spotlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.55;
}

.sector-spotlight.is-changing {
  animation: spotlightSwap 420ms ease;
}

.main-grid {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 1rem;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
}

.filter-panel,
.results-area {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.filter-panel {
  align-self: start;
  position: sticky;
  top: 7rem;
  padding: 1rem;
}

.panel-title,
.toolbar,
.pagination-bar,
.view-tools {
  display: flex;
  align-items: center;
}

.panel-title,
.toolbar,
.pagination-bar {
  justify-content: space-between;
  gap: 1rem;
}

.panel-title h2,
.toolbar h2 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 750;
}

.panel-title h2::before,
.toolbar h2::before {
  display: inline-block;
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.45rem;
  content: "";
  background: var(--brand-cyan);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 182, 214, 0.13);
}

.form-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.filter-stack {
  display: grid;
  gap: 0.85rem;
}

.form-control,
.form-select,
.input-group-text {
  border-color: var(--line);
  border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 0.22rem rgba(0, 182, 214, 0.16);
}

.input-group .form-control {
  border-left: 0;
}

.input-group-text {
  color: var(--muted);
  background: #fff;
}

.results-area {
  min-width: 0;
  overflow: hidden;
}

.toolbar {
  padding: 1rem 1rem 0.8rem;
  border-bottom: 1px solid var(--line);
}

.toolbar-kicker {
  margin: 0 0 0.15rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.view-tools {
  gap: 0.65rem;
}

.page-size {
  width: 132px;
}

.active-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 0.9rem;
  padding: 0.75rem 1rem 0;
}

.filter-chip {
  display: inline-flex;
  gap: 0.4rem;
  align-items: center;
  max-width: 100%;
  padding: 0.35rem 0.55rem;
  color: var(--brand-dark);
  background: #eaf6ff;
  border: 1px solid #b9e4ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 650;
}

.filter-chip button {
  display: inline-grid;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 0;
}

.table-wrap {
  overflow-x: auto;
}

.equipment-table {
  margin: 0;
  min-width: 980px;
}

.equipment-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--muted);
  background: #f6faff;
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.equipment-table td,
.equipment-table th {
  padding: 0.9rem 1rem;
}

.equipment-table tbody tr:hover {
  background: #f0f8ff;
}

.serial-cell {
  width: 76px;
  color: var(--muted);
  font-weight: 700;
}

.org-cell {
  min-width: 270px;
  font-weight: 650;
}

.district-badge,
.lab-badge {
  display: inline-flex;
  max-width: 100%;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.district-badge {
  color: #7d3a00;
  background: #fff0dc;
}

.lab-badge {
  color: #074d73;
  background: #e4f6ff;
}

.equipment-name {
  min-width: 260px;
  font-weight: 650;
}

.cards-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0.85rem;
  padding: 1rem;
}

.equipment-card {
  min-height: 210px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(21, 32, 43, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.equipment-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 182, 214, 0.36);
  box-shadow: 0 16px 34px rgba(16, 91, 200, 0.12);
}

.equipment-card h3 {
  margin: 0.65rem 0 0.8rem;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
}

.card-index {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.meta-row {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.meta-row i {
  color: var(--brand-cyan);
}

.empty-state {
  padding: 4rem 1rem;
  text-align: center;
}

.empty-state i {
  color: var(--accent);
  font-size: 2.5rem;
}

.empty-state h3 {
  margin: 0.75rem 0 0.3rem;
  font-size: 1.2rem;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.pagination-bar {
  padding: 0.85rem 1rem;
  color: var(--muted);
  background: #fbfcfd;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 650;
}

.btn {
  border-radius: 8px;
  font-weight: 650;
}

.btn-link {
  color: var(--brand);
  text-decoration: none;
}

.btn-outline-secondary {
  --bs-btn-color: var(--ink);
  --bs-btn-border-color: var(--line);
  --bs-btn-hover-bg: #eef7ff;
  --bs-btn-hover-border-color: #b9e4ff;
  --bs-btn-active-bg: var(--brand);
  --bs-btn-active-border-color: var(--brand);
}

.labs-header {
  min-height: 0;
}

.labs-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px 340px;
  gap: 1.5rem;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 2.2rem;
}

.labs-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.labs-main {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.labs-toolbar,
.labs-results {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.labs-toolbar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.labs-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.labs-filter-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, 320px);
  gap: 0.75rem;
}

.labs-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1rem 0;
}

.labs-summary-grid article {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.labs-summary-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand));
  border-radius: 8px;
  font-size: 1.25rem;
}

.labs-summary-grid strong,
.labs-summary-grid span {
  display: block;
}

.labs-summary-grid strong {
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
}

.labs-summary-grid span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.labs-results {
  overflow: hidden;
}

.labs-results-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.labs-results-heading h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
}

.labs-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 0.9rem;
  padding: 1rem;
}

.lab-asset-card {
  position: relative;
  min-height: 245px;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lab-asset-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 182, 214, 0.36);
  box-shadow: 0 18px 38px rgba(16, 91, 200, 0.13);
}

.lab-asset-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.lab-asset-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand));
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 182, 214, 0.16);
}

.lab-name-pill,
.lab-category-pill {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 750;
}

.lab-name-pill {
  color: var(--brand-dark);
  background: #eaf6ff;
}

.lab-category-pill {
  margin-top: auto;
  color: #7d3a00;
  background: #fff0dc;
}

.lab-asset-card h3 {
  margin: 0 0 0.7rem;
  color: var(--brand-dark);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.35;
}

.lab-asset-card p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  flex-grow: 1;
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 48px 48px, 48px 48px;
  }
}

@keyframes rotateRing {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseCore {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.045);
  }
}

@keyframes visualFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes orbitTilt {

  0%,
  100% {
    transform: rotateX(72deg) rotateZ(55deg) scale(1);
  }

  50% {
    transform: rotateX(58deg) rotateZ(75deg) scale(1.04);
  }
}

@keyframes scanBeam {

  0%,
  100% {
    opacity: 0.25;
    transform: rotate(0deg) scaleY(0.82);
  }

  50% {
    opacity: 0.95;
    transform: rotate(90deg) scaleY(1.08);
  }
}

@keyframes nodePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.35);
  }
}

@keyframes sectorRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectorFloat {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -5px;
  }
}

@keyframes spotlightSwap {
  0% {
    opacity: 0.55;
    transform: translateY(8px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chipSwap {
  0% {
    opacity: 0.4;
    transform: scale(0.86) rotate(-8deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@media (max-width: 1080px) {

  .hero,
  .main-grid {
    grid-template-columns: 1fr;
  }

  .labs-hero,
  .labs-toolbar,
  .labs-filter-row {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 1.1rem;
  }

  .tech-visual {
    width: 210px;
    justify-self: center;
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  .hero {
    padding-top: 2.2rem;
  }

  .hero h1 {
    font-size: 2.1rem;
  }

  .tech-visual {
    width: 190px;
  }

  .sector-spotlight {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
  }

  .sector-icon {
    width: 54px;
    height: 54px;
  }

  .labs-hero {
    padding-top: 2.2rem;
  }

  .labs-hero h1 {
    font-size: 2.1rem;
  }

  .labs-summary-grid {
    grid-template-columns: 1fr;
  }

  .labs-results-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .toolbar,
  .pagination-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .view-tools {
    justify-content: space-between;
  }

  .page-size {
    width: 145px;
  }
}

.labs-redirect-btn {
  background-color: var(--accent) !important;
  border-color: var(--accent) !important;
  border-radius: 30px !important;
  font-size: 15px !important;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.labs-redirect-btn:hover {
  transform: translateY(-2px);
  background-color: #d87e14 !important;
  border-color: #d87e14 !important;
  color: #fff !important;
}

.labs-bottom-nav {
  padding: 4rem 1rem;
  background: #f4f7fb;
  border-top: 1px solid var(--line);
  text-align: center;
  margin-top: 2rem;
}

.labs-bottom-nav h3 {
  color: var(--brand-dark);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.labs-bottom-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  font-size: 17px;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-decoration: none !important;
}

.labs-bottom-btn.itnt-labs-btn {
  background-color: var(--brand) !important;
  color: #fff !important;
  border-color: var(--brand) !important;
}

.labs-bottom-btn.itnt-labs-btn:hover {
  background-color: #123028 !important;
  border-color: #123028 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 65, 55, 0.2);
}

.labs-bottom-btn.partner-labs-btn {
  background-color: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
}

.labs-bottom-btn.partner-labs-btn:hover {
  background-color: #d87e14 !important;
  border-color: #d87e14 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(241, 147, 29, 0.2);
}

.labs-bottom-btn.active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  position: relative;
}

.labs-bottom-btn.active::after {
  content: "•";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}