/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;

:host,
:root {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --spacing: 0.25rem;
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono)
}

*,
::after,
::backdrop,
::before,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  -webkit-text-decoration: inherit;
  color: inherit;
  text-decoration: none
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: var(--default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

:-moz-focusring {
  outline: auto
}

progress {
  vertical-align: baseline
}

summary {
  display: list-item
}

menu,
ol,
ul {
  list-style: none
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle
}

img,
video {
  max-width: 100%;
  height: auto
}

::file-selector-button,
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1
}

:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder
}

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px
}

::file-selector-button {
  margin-inline-end: 4px
}

::placeholder {
  opacity: 1
}

@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor
  }
}

textarea {
  resize: none;
  height: 74px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit
}

::-webkit-datetime-edit {
  display: inline-flex
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-meridiem-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-year-field {
  padding-block: 0
}

:-moz-ui-invalid {
  box-shadow: none
}

::file-selector-button,
button,
input:where([type="button"], [type="reset"], [type="submit"]) {
  appearance: button
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none !important
}

.mt-2 {
  margin-top: calc(var(--spacing) * 2)
}

.mt-3 {
  margin-top: calc(var(--spacing) * 3);
}

.mt-4 {
  margin-top: calc(var(--spacing) * 4)
}

.mt-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.h-\[calc\(100\%-48px\)\] {
  height: calc(100% - 48px)
}

.h-\[calc\(100\%-52px\)\] {
  height: calc(100% - 52px)
}

.min-h-0 {
  min-height: calc(var(--spacing) * 0)
}

.min-w-0 {
  min-width: calc(var(--spacing) * 0)
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.gap-2 {
  gap: calc(var(--spacing) * 2)
}

.gap-3 {
  gap: calc(var(--spacing) * 3)
}

.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height))
}

.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height))
}

.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height))
}


@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {

    *,
    ::after,
    ::backdrop,
    ::before {
      --tw-space-y-reverse: 0
    }
  }
}

:root {
  --ll-bg: #06090f;
  --ll-bg2: #0a101a;
  --ll-panel: rgba(255, 255, 255, 0.065);
  --ll-panel-strong: rgba(255, 255, 255, 0.095);
  --ll-line: rgba(255, 255, 255, 0.13);
  --ll-line-strong: rgba(255, 255, 255, 0.22);
  --ll-text: rgba(255, 255, 255, 0.92);
  --ll-muted: rgba(255, 255, 255, 0.58);
  --ll-soft: rgba(255, 255, 255, 0.38);
  --ll-emerald: #00ff87;
  --ll-cyan: #18d7ff;
  --ll-amber: #ffc857;
  --ll-red: #ff4d6d;
  --ll-blue: #4f7bff;
  --bottom-h: 78px;
  --shadow-panel: 0 18px 60px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --ll-cursor-x: 50vw;
  --ll-cursor-y: 50vh;
  --ll-focus-inset: clamp(10px, 2.4vw, 34px);
  --bg2: #0a101b;
  --card: rgba(12, 18, 30, 0.7);
  --card2: rgba(18, 27, 43, 0.58);
  --line2: rgba(0, 255, 135, 0.22);
  --radius: 28px;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --spring: cubic-bezier(0.2, 1.35, 0.24, 1);
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --canvas: rgba(6, 9, 15, 0.92);
  --font-h3: clamp(14px, 1vw, 20px);
  --bg-soft: #0a101a;
  --panel-strong: rgba(12, 20, 34, 0.84);
  --panel-soft: rgba(255, 255, 255, 0.035);
  --border: rgba(255, 255, 255, 0.105);
  --border-strong: rgba(0, 255, 135, 0.35);
  --red: #ff5a7a;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top: env(safe-area-inset-top, 0px);
  --font-hero: clamp(26px, 3.4vw, 58px);
  --font-h2: clamp(18px, 1.45vw, 28px);
  --font-body: clamp(12px, 0.78vw, 15px);
  --font-micro: clamp(10px, 0.64vw, 12px);
  color-scheme: dark;
  --muted-2: rgba(231, 241, 255, 0.42);
  --glass: rgba(255, 255, 255, 0.064);
  --glass-2: rgba(255, 255, 255, 0.095);
  --danger: #ff5b7d;
  --radius-md: 16px;
  --dock: 74px;
  --top: 64px;
  --bottom: 78px;
  --ease-fluid: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-glow: 0 0 36px rgba(0, 255, 135, 0.18), 0 0 80px rgba(56, 217, 255, 0.08);
  --bg: #06090f;
  --bg-2: #09111d;
  --panel: rgba(12, 19, 31, 0.72);
  --panel-2: rgba(13, 23, 38, 0.88);
  --soft: rgba(255, 255, 255, 0.055);
  --line: rgba(255, 255, 255, .13);
  --line-strong: rgba(0, 255, 135, 0.36);
  --text: rgba(246, 250, 255, 0.96);
  --muted: rgba(221, 235, 255, 0.66);
  --faint: rgba(221, 235, 255, 0.42);
  --emerald: #00ff87;
  --cyan: #22d3ee;
  --amber: #fbbf24;
  --violet: #a78bfa;
  --rose: #fb7185;
  --blue: #60a5fa;
  --radius-xl: clamp(20px, 1.65vw, 30px);
  --radius-lg: clamp(16px, 1.15vw, 22px);
  --top-h: clamp(62px, 7svh, 78px);
  --dock-w: clamp(76px, 5.3vw, 94px);
  --gap: clamp(10px, 1.05vw, 18px);
  --pad: clamp(10px, 1.15vw, 18px);
  --ease-os: cubic-bezier(0.2, 0.86, 0.22, 1);
  --ease-spring: cubic-bezier(0.16, 1.1, 0.24, 1);
  --shadow-green: 0 0 24px rgba(0, 255, 135, 0.22), 0 0 86px rgba(0, 255, 135, 0.1);
  --shadow-cyan: 0 0 26px rgba(34, 211, 238, 0.2), 0 0 90px rgba(34, 211, 238, 0.09);
  --shadow-ambient: 0 26px 90px rgba(0, 0, 0, 0.34)
}

:root.light,
html.light {
  --ll-bg: #f6f8fc;
  --ll-bg2: #edf2f8;
  --ll-panel: rgba(255, 255, 255, 0.72);
  --ll-panel-strong: rgba(255, 255, 255, 0.88);
  --ll-line: rgba(16, 31, 51, 0.13);
  --ll-line-strong: rgba(16, 31, 51, 0.22);
  --ll-text: rgba(8, 15, 27, 0.92);
  --ll-muted: rgba(8, 15, 27, 0.6);
  --ll-soft: rgba(8, 15, 27, 0.42);
  --shadow-panel: 0 18px 60px rgba(50, 70, 110, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.76)
}

a,
button,
body,
* {}

body,
html {
  font-family: var(--font);
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--bg);
  color: var(--text)
}

a,
button,
body {}

a,
button,
input,
textarea {
  font: inherit
}

a,
button {
  touch-action: manipulation
}

.ll-app {
  --fluid-00: clamp(0.6rem, 0.56rem + 0.1vw, 0.7rem);
  --fluid-0: clamp(0.68rem, 0.62rem + 0.18vw, 0.82rem);
  --fluid-1: clamp(0.78rem, 0.72rem + 0.2vw, 0.94rem);
  --fluid-2: clamp(0.92rem, 0.84rem + 0.26vw, 1.12rem);
  --fluid-3: clamp(1.12rem, 0.98rem + 0.55vw, 1.62rem);
  --fluid-4: clamp(1.55rem, 1.14rem + 1.28vw, 2.65rem);
  --fluid-5: clamp(2.35rem, 1.45rem + 3.35vw, 6.35rem);
  --content-gap: clamp(10px, 0.85vw, 18px);
  --card-pad: clamp(12px, 1.1vw, 20px);
  --compact-line: 1.45;
  --ui-line: 1.12;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background: radial-gradient(circle at 12% 8%, rgba(0, 255, 135, 0.18), transparent 30%), radial-gradient(circle at 86% 18%,
      rgba(34, 211, 238, 0.16),
      transparent 32%), radial-gradient(circle at 55% 94%,
      rgba(251, 191, 36, 0.11),
      transparent 35%), linear-gradient(145deg, var(--bg), var(--bg-2))
}

.ll-app::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.34;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 34%, black, transparent 78%)
}

.ll-app::after {
  transition: background 0.2s linear;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.12;
  transform: translateX(-72%);
  animation: 14s linear infinite surfaceScan
}

html.light .ll-app::before {
  opacity: 0.32
}

.noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23noise)' opacity='.6'/%3E%3C/svg%3E")
}

.glass {
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--shadow-ambient);
  backdrop-filter: blur(18px);
}

.hairline {
  border: 1px solid var(--line)
}

.muted {
  color: var(--ll-muted)
}

.soft {
  color: var(--ll-soft)
}

.mono {
  font-family: "JetBrains Mono", "SFMono-Regular", ui-monospace, monospace
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  backdrop-filter: blur(16px);
  line-height: 1;
  white-space: nowrap;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ll-muted);
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.122);
  position: absolute;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.134);
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.08)
}

.chip strong {
  color: var(--ll-text);
  font-weight: 700
}

.orb {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 14px rgba(0, 255, 135, 0.86)
}

.orb.cyan {
  background: var(--ll-cyan);
  box-shadow: 0 0 16px rgba(24, 215, 255, 0.75)
}

.orb.amber {
  background: var(--ll-amber);
  box-shadow: 0 0 16px rgba(255, 200, 87, 0.75)
}

.btn-magnetic {
  --spot-x: 50%;
  --spot-y: 50%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  border-radius: 16px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 15px;
  font-weight: 800;
  letter-spacing: -0.02em;
  --tx: 0px;
  --ty: 0px;
  will-change: transform;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.22s var(--ease-spring), border-color 0.3s var(--ease-fluid), box-shadow 0.3s var(--ease-fluid)
}

.btn-magnetic::before {
  pointer-events: none;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s
}

.btn-magnetic:focus-visible::before,
.btn-magnetic:hover::before {
  opacity: 1
}

.btn-magnetic>* {
  position: relative;
  z-index: 1
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(0, 255, 135, 0.4);
  border-radius: 999px;
  padding: 0.82rem 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #00130b;
  background: linear-gradient(135deg, var(--emerald), #72ffd7 52%, var(--cyan));
  box-shadow: 0 0 28px rgba(0, 255, 135, 0.19), inset 0 1px 0 rgba(255, 255, 255, 0.55)
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid var(--ll-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  padding: 0.78rem 1rem;
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: -0.02em;
  font-size: clamp(0.76rem, 0.8vw, 0.9rem);
  white-space: nowrap;
}

.icon-neo {
  width: 1.18rem;
  height: 1.18rem;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round
}

.shell {
  inset: 0;
  position: relative;
  grid-template-areas: "dock top" "dock main";
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: var(--dock-w) minmax(0, 1fr);
  grid-template-rows: var(--top-h) minmax(0, 1fr);
  row-gap: 10px;
  column-gap: var(--gap);
  padding: var(--pad)
}

.dock {
  z-index: 20;
  contain: layout paint style;
  transform-origin: center left;
  min-height: 0;
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
  grid-area: dock;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center !important;
  justify-content: center;
  padding: 12px 10px !important;
  overflow: visible !important;
}

.dock::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  z-index: -1
}

.dock-separator {
  width: 28px;
  height: 1px;
  background: var(--ll-line);
  margin: 0.15rem 0
}

.dock-item {
  --scale: 1;
  --y: 0;
  background: rgba(255, 255, 255, 0.052);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: translateY(var(--y)) scale(var(--scale));
  z-index: 1;
  isolation: isolate;
  cursor: pointer;
  will-change: transform;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px solid var(--border);
  transition: transform 0.22s var(--ease-spring), border 0.45s var(--ease-spring), background 0.45s var(--ease-spring), color 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring);
  transform-origin: center;
  width: clamp(46px, 3.5vw, 58px);
  height: clamp(46px, 3.5vw, 58px);
  border-radius: 20px;
  margin: 0 auto !important
}

.dock-item svg {
  transition: transform 0.46s var(--ease-spring), filter 0.32s var(--ease-fluid);
  stroke-width: 1.8;
  width: 22px;
  height: 22px;
  pointer-events: none
}

.dock-item:hover {
  color: var(--text);
  border-color: rgba(0, 255, 135, 0.28);
  background: rgba(0, 255, 135, 0.075)
}

.dock-item:focus,
.dock-item:focus-visible {
  outline: 0
}

.dock-item.active::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 4px;
  height: 24px;
  border-radius: 999px;
  background: var(--ll-emerald);
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.8)
}

.dock-label {
  display: none !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%) translateX(-5px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  background: rgba(5, 9, 15, 0.88);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--soft);
  transition: 0.25s var(--ease)
}

html.light .dock-label {
  background: rgba(255, 255, 255, 0.86);
  color: rgba(8, 15, 27, 0.78)
}

.dock-item:hover .dock-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0)
}

.topbar {
  z-index: 18;
  position: relative;
  grid-area: top;
  grid-column: 2;
  grid-row: 1;
  border-radius: var(--radius-xl);
  grid-template-columns: minmax(220px, 1fr) auto;
  padding: 10px clamp(12px, 1.2vw, 18px);
  min-width: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
  overflow: visible !important
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0
}

.brand-mark {
  font-weight: 900;
  letter-spacing: -0.08em;
  padding: 5px;
  flex: 0 0 auto;
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 255, 135, 0.25);
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.13)
}

.brand-title {
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1
}

.brand-sub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.16em
}

.global-search {
  color: var(--ll-muted);
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  height: clamp(42px, 4.8vh, 52px);
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  min-width: 0
}

.global-search span {
  font-size: 12px
}

.global-search:hover {
  border-color: rgba(0, 255, 135, 0.3);
  box-shadow: 0 0 24px rgba(0, 255, 135, 0.1)
}

.global-search .keys {
  margin-left: auto;
  display: flex;
  gap: 4px
}

.kbd {
  font: 700 10px/1 var(--font-mono, ui-monospace);
  flex: 0 0 auto;
  border-bottom-color: rgba(255, 255, 255, 0.22);
  margin-left: auto;
  font-size: 10px;
  z-index: 1;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.04)
}

.status-strip {
  overflow: hidden;
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.status-tile {
  font: 700 12px/1 var(--font-mono, ui-monospace);
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  gap: 6px;
  height: clamp(42px, 4.8vh, 52px);
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px !important;
  white-space: nowrap
}

.status-tile b {
  color: var(--ll-text)
}

.theme-toggle {
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  transition: 0.35s var(--ease-fluid);
  width: 42px;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  color: var(--cyan)
}

.theme-toggle:hover {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 0 22px rgba(0, 255, 135, 0.12);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.25)
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 4px;
  min-width: 0;
  border: 1px solid var(--ll-line);
  border-radius: 999px;
  height: clamp(42px, 4.8vh, 52px);
  background: rgba(255, 255, 255, 0.045);
  padding: 0 4px;
  backdrop-filter: blur(18px)
}

.header-nav button {
  position: relative;
  border: 0;
  background: 0 0;
  color: var(--ll-muted);
  font-size: 12px;
  font-weight: 850;
  border-radius: 14px;
  padding: 0.52rem 0.72rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease-fluid)
}

.header-nav button:focus-visible,
.header-nav button:hover,
.topbar.menu-open .header-nav button.is-focused {
  background: linear-gradient(135deg, rgba(0, 255, 135, .14), rgba(24, 215, 255, .07));
  color: var(--ll-text);
  transform: translateY(-1px)
}

.mega-panel {
  background: #111c26;
  position: absolute;
  left: clamp(92px, 9vw, 132px);
  right: 12px;
  top: calc(100% + 10px);
  z-index: 80;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 14px;
  border-radius: 26px;
  opacity: 0;
  transform: translateY(-10px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.28s var(--ease-fluid), transform 0.34s var(--ease-fluid);
  border: 1px solid var(--ll-line);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px) saturate(1.35)
}

html.light .mega-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 248, 252, 0.78));
  box-shadow: 0 24px 90px rgba(50, 70, 110, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.8)
}

.mega-col,
.mega-col,
.topbar.menu-open .mega-panel {}

.mega-col {
  min-width: 0;
  border-radius: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--ll-line)
}

.mega-col h3 {
  margin: 0 0 10px;
  font-size: var(--fluid-00);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ll-soft);
  font-weight: 950
}

.mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  border: 0;
  background: 0 0;
  color: var(--ll-muted);
  border-radius: 14px;
  padding: 0.52rem 0.56rem;
  font-size: var(--fluid-0);
  font-weight: 740;
  text-align: left;
  transition: 0.22s
}

.mega-link:focus-visible,
.mega-link:hover {
  color: var(--ll-text);
  background: linear-gradient(90deg, rgba(0, 255, 135, 0.13), transparent)
}

.mega-link small {
  color: var(--ll-soft);
  font-size: 0.68em;
  font-family: SFMono-Regular, ui-monospace, monospace
}

.canvas {
  padding: 0;
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl)
}

.views {
  position: absolute;
  inset: 0
}

.view {
  min-height: 0;
  min-width: 0;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  padding: 0;
  display: grid;
  gap: clamp(10px, 0.9vw, 16px);
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px) scale(0.985);
  pointer-events: none;
  transition: opacity 0.42s var(--ease-os), transform 0.52s var(--ease-os), filter 0.42s var(--ease-os);
  filter: blur(7px)
}

.view.active {
  display: block;
  transform-origin: 50% 20%;
  animation: llPanelNativeIn 0.58s var(--ease-fluid) both;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  filter: blur(0)
}

.view.leaving {
  display: block;
  opacity: 0;
  transform: scale(1.015) translateY(-12px);
  filter: blur(8px)
}

.view-inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  gap: 14px;
  padding: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 1fr;
}

.widget {
  transition: transform 0.48s var(--ease-fluid), opacity 0.35s ease, filter 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  contain: layout paint;
  content-visibility: auto;
  contain-intrinsic-size: 420px 320px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  position: relative;
  min-width: 0;
  min-height: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  padding: clamp(14px, 1.25vw, 22px);
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  isolation: isolate
}

.widget::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: var(--spot-o, 0);
  transition: opacity 0.28s var(--ease-os);
  z-index: -1
}

.widget:hover::before {
  opacity: 1;
  --spot-o: 1
}

.widget-title {
  font-weight: 900;
  min-width: 0;
  overflow-wrap: anywhere;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(10px, 0.9vw, 16px);
  margin: 0;
  font-size: var(--font-h2);
  line-height: 1.05;
  letter-spacing: -0.035em
}

.eyebrow {
  white-space: nowrap;
  font: 800 clamp(9px, 0.72vw, 11px)/1 var(--font-mono, ui-monospace);
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 135, 0.22);
  background: rgba(0, 255, 135, 0.065);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--font-micro);
  line-height: 1;
  margin-bottom: 8px;
  color: var(--emerald);
  letter-spacing: 0.16em;
  text-transform: uppercase
}

.heading {
  font-weight: 900;
  letter-spacing: -0.035em;
  font-size: var(--fluid-3);
  line-height: var(--ui-line);
  overflow-wrap: anywhere;
  text-wrap: balance
}

.expand-btn {
  overflow: hidden;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s var(--ease-spring), color 0.2s var(--ease-os), border-color 0.2s var(--ease-os)
}

.expand-btn:hover {
  transform: scale(1.05);
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.3)
}

.widget.focused {
  position: absolute !important;
  inset: 12px !important;
  z-index: 60 !important;
  transform: none !important;
  grid-column: auto !important;
  grid-row: auto !important;
  border-color: rgba(0, 255, 135, 0.42);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.62), 0 0 80px rgba(0, 255, 135, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: 0.56s cubic-bezier(0.19, 1, 0.22, 1) both llFocusCardIn
}

.view.has-focus .widget:not(.focused) {
  transform: scale(0.94);
  opacity: 0.18;
  filter: blur(4px);
  pointer-events: none
}

.widget.grid-hero {
  grid-column: span 12;
  grid-row: span 4
}

.widget.grid-ai {
  grid-column: span 4;
  grid-row: span 4
}

.widget.grid-map {
  grid-column: span 4;
  grid-row: span 4
}

.widget.grid-tech {
  grid-column: span 4;
  grid-row: span 4
}

.widget.grid-wide {
  grid-column: span 12;
  grid-row: span 4
}

.widget.grid-half {
  grid-column: span 6;
  grid-row: span 4
}

.widget.grid-third {
  grid-column: span 4;
  grid-row: span 4
}

.widget.grid-small {
  grid-column: span 3;
  grid-row: span 4
}

.hero-title {
  font-weight: 950;
  line-height: 0.87;
  letter-spacing: -0.075em;
  max-width: 13ch;
  font-size: clamp(2.35rem, 4.2vw, 5.4rem);
  text-wrap: balance
}

.hero-title span {
  background: linear-gradient(90deg,
      var(--ll-emerald),
      var(--ll-cyan) 52%,
      var(--ll-amber));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  padding-right: 10px;
}

.hero-copy {
  color: var(--ll-muted);
  font-size: var(--fluid-1);
  line-height: var(--compact-line);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.metric-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: clamp(14px, 1.4vw, 22px)
}

.metric {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 18px;
  padding: clamp(10px, 0.8vw, 14px);
}

.metric-1 {
  padding: 30px !important;
  text-align: center;
}

.metric b {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  display: block;
  font-size: clamp(18px, 2.1vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.metric span {
  line-height: 1.15;
  font: 800 10px/1.2 var(--font-mono, ui-monospace);
  display: block;
  margin-top: 5px;
  color: var(--faint);
  font-size: clamp(9px, 0.68vw, 11px);
  text-transform: uppercase;
  letter-spacing: 0.1em
}

.terminal {
  height: calc(100% - 60px);
  border: 1px solid var(--ll-line);
  border-radius: 22px;
  background: rgba(1, 4, 9, 0.34);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  overflow: hidden
}

.terminal-line {
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(10px, 0.72vw, 13px);
  line-height: 1.45
}

.terminal-line strong {
  color: var(--ll-emerald);
  font-weight: 800
}

.prompt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto
}

.prompt-tag {
  border: 1px solid rgba(0, 255, 135, 0.22);
  color: rgba(0, 255, 135, 0.88);
  border-radius: 999px;
  padding: 0.42rem 0.58rem;
  background: rgba(0, 255, 135, 0.06);
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.05);
  font-size: var(--fluid-00)
}

.bars {
  min-height: 32px;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  align-items: end;
  gap: 5px;
  height: clamp(68px, 11vh, 140px);
  margin-top: 12px
}

.bar {
  flex: 1;
  min-width: 5px;
  min-height: 8px;
  box-shadow: 0 0 14px rgba(0, 255, 135, 0.2);
  opacity: 0.86;
  transition: height 0.75s var(--ease-spring), opacity 0.45s ease;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
  margin-top: 10px
}

.spark {
  max-width: 100%;
  width: 100%;
  height: 48px;
  overflow: visible;
  margin-top: 8px
}

.spark path {
  fill: none;
  stroke: url(#sparkGradient);
  stroke-width: 2.2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(0, 255, 135, 0.32))
}

.node-map {
  position: relative;
  height: calc(100% - 52px);
  border: 1px solid var(--ll-line);
  border-radius: 24px;
  overflow: hidden
}

.node-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(24, 215, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 215, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(400px) rotateX(58deg) scale(1.35) translateY(30px);
  transform-origin: center;
  opacity: 0.55
}

.map-node {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 18px var(--emerald);
  animation: 2.4s ease-in-out infinite pulseNode
}

.map-node::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1px solid currentColor;
  opacity: 0.34;
  animation: 2.4s infinite radar
}

.map-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  opacity: 0.62
}

@keyframes pulse {
  50% {
    transform: scale(1.15);
    opacity: 1
  }
}

@keyframes ripple {
  100% {
    transform: scale(2.4);
    opacity: 0
  }
}

.product-grid,
.widget-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: calc(100% - 55px);
  overflow: hidden
}

.doc-card,
.media-card,
.product-card,
.tech-card {
  position: relative;
  border: 1px solid var(--ll-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
  min-height: 0;
  overflow: hidden;
  transition: transform 0.35s var(--ease-fluid), border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease
}

.doc-card:hover,
.media-card:hover,
.product-card:hover,
.tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 135, 0.28);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22)
}

.media-card::before,
.product-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 255, 135, 0.14), transparent 65%)
}

.widget-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid var(--ll-line);
  display: grid;
  place-items: center;
  color: var(--ll-emerald);
  margin-bottom: 12px
}

.widget-copy {
  color: var(--ll-muted);
  margin-top: 6px;
  font-size: var(--fluid-0);
  line-height: 1.42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.widget-foot {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ll-soft);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em
}

.timeline {
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto
}

.phase {
  background: rgba(255, 255, 255, 0.045);
  min-width: 0;
  padding: 11px;
  border-radius: 17px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between
}

.phase b {
  letter-spacing: -0.02em;
  font-size: var(--font-body);
  line-height: 1.08
}

.phase span {
  font-size: 0.68rem;
  color: var(--ll-soft);
  line-height: 1.35
}

.phase .num {
  font-family: SFMono-Regular, ui-monospace, monospace;
  font-size: var(--font-micro);
  color: var(--emerald);
  letter-spacing: 0.08em;
  font-weight: 800
}

.filter-row {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  overflow: auto;
  scrollbar-width: none;
  padding-bottom: 2px
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.28s var(--ease-fluid)
}

.filter-btn.active,
.filter-btn:hover {
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.36);
  background: rgba(0, 255, 135, 0.09)
}

.doc-grid,
.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  height: calc(100% - 98px);
  overflow: hidden
}

.media-thumb {
  height: 86px;
  border-radius: 16px;
  border: 1px solid var(--ll-line);
  background: radial-gradient(circle at 30% 20%, rgba(0, 255, 135, 0.2), transparent 38%), linear-gradient(135deg, rgba(24, 215, 255, 0.16), rgba(255, 255, 255, 0.04));
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px
}

.media-card[data-type="video"] .media-thumb::before {
  content: "▶";
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 28px rgba(0, 255, 135, 0.2)
}

.doc-card {
  min-height: 148px
}

.doc-card .widget-icon {
  color: var(--ll-cyan)
}

.contact-grid {
  height: calc(100% - 55px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
  position: relative;
  z-index: 2
}

.contact-form {
  align-content: start;
  display: grid;
  gap: 10px;
  margin-top: 12px
}

.field {
  width: 100%;
  transition: border-color 0.25s, box-shadow 0.25s;
  min-width: 0;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  padding: 0 12px;
  color: var(--text);
  outline: 0;
  font-size: 12px
}

.field:focus {
  border-color: rgba(0, 255, 135, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 255, 135, 0.08)
}

textarea.field {
  height: 92px;
  padding-top: 12px;
  resize: none
}

.brand-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px
}

.brand-card {
  background: rgba(255, 255, 255, 0.045);
  --brand-color: var(--emerald);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 22px;
  padding: clamp(12px, 1vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.38s var(--ease-spring), border-color 0.35s var(--ease-os), box-shadow 0.35s var(--ease-os), background 0.35s var(--ease-os);
  min-height: 0
}

.brand-card b {
  font-weight: 900
}

.brand-card p {
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--ll-muted);
  margin-top: 5px
}

.overlay {
  position: absolute;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s
}

.overlay.open {
  opacity: 1;
  pointer-events: auto
}

.cmd {
  inset: 0;
  display: none;
  place-items: start center;
  padding-top: 12svh;
  backdrop-filter: blur(16px);
  position: fixed;
  left: 50%;
  top: 9vh;
  transform: translateX(-50%) translateY(-16px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  padding: 12px;
  transition: 0.34s var(--ease-spring);
  width: min(680px, calc(100vw - 28px));
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--panel-2);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.44)
}

.cmd.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1)
}

.cmd-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid var(--ll-line)
}

.cmd-input {
  flex: 1;
  height: 56px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  padding: 0 16px;
  color: var(--text);
  outline: 0;
  font-size: 14px
}

.cmd-list {
  max-height: min(48svh, 420px);
  overflow: auto;
  padding: 8px
}

.cmd-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  transition: 0.25s var(--ease-fluid);
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  padding: 12px;
  cursor: pointer;
  color: var(--muted)
}

.cmd-item.active,
.cmd-item:hover {
  background: rgba(0, 255, 135, 0.08)
}

.cmd-item small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--muted)
}

.cmd-item .widget-icon {
  margin: 0;
  width: 38px;
  height: 38px;
  border-radius: 14px
}

.modal {
  position: absolute;
  z-index: 130;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  width: min(900px, calc(100vw - 32px));
  height: min(620px, calc(100svh - 90px));
  border-radius: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.28s var(--ease-fluid);
  overflow: hidden
}

.modal.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1)
}

.modal-head {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ll-line);
  padding: 0 16px
}

.modal-body {
  width: min(1040px, 94vw);
  height: min(720px, 88svh);
  border-radius: 34px;
  padding: clamp(18px, 2vw, 28px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: focusIn 0.38s var(--ease-spring)
}

.video-frame {
  height: 320px;
  border-radius: 22px;
  border: 1px solid var(--ll-line);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ll-muted)
}

.toast {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 160;
  border-radius: 18px;
  border: 1px solid rgba(0, 255, 135, 0.26);
  background: rgba(6, 9, 15, 0.78);
  backdrop-filter: blur(18px);
  padding: 0.8rem 0.95rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36), 0 0 28px rgba(0, 255, 135, 0.1);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: 0.25s var(--ease-fluid);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.86)
}

.toast.show {
  opacity: 1;
  transform: none
}

.toast .orb {
  width: 0.45rem;
  height: 0.45rem
}

.mobile-tabs {
  align-items: center;
  justify-content: space-between;
  display: none;
  position: absolute;
  left: max(12px, env(safe-area-inset-left));
  right: max(12px, env(safe-area-inset-right));
  bottom: max(10px, env(safe-area-inset-bottom));
  height: 64px;
  border-radius: 24px;
  z-index: 80;
  padding: 8px;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px
}

.swipe-hint {
  display: none
}

@media (max-width: 1180px) {
  .status-strip .status-tile:nth-child(n + 3) {
    display: none
  }

  .view-inner {
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: minmax(180px, 0.7fr) minmax(240px, 1fr) minmax(180px,
        0.75fr);
    grid-template-areas: "hero telemetry" "products detail" "stack cta"
  }

  .widget.grid-hero {
    grid-column: span 7;
    grid-row: span 4
  }

  .widget.grid-ai {
    grid-column: span 5;
    grid-row: span 4
  }

  .widget.grid-map {
    grid-column: span 5;
    grid-row: span 3
  }

  .widget.grid-tech {
    grid-column: span 7;
    grid-row: span 3
  }

  .widget.grid-wide {
    grid-column: span 12;
    grid-row: span 4
  }

  .product-grid,
  .widget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .doc-grid,
  .media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .timeline {
    overflow: hidden;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(96px, 1fr)
  }

  .phase:nth-child(n + 5) {
    display: none
  }
}

@media (max-width: 820px) {

  body,
  html {
    position: fixed;
    inset: 0
  }

  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: 64px minmax(0, 1fr) var(--bottom-h);
    gap: 10px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom))
  }

  .dock {
    display: none
  }

  .topbar {
    grid-column: 1;
    grid-row: 1;
    border-radius: 24px;
    grid-template-columns: 1fr auto;
    padding: 8px 9px;
    overflow: hidden
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 15px
  }

  .brand-title {
    font-size: clamp(0.86rem, 3vw, 1rem)
  }

  .brand-sub {
    font-size: 0.64rem;
    max-width: 58vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .global-search,
  .status-strip {
    display: none
  }

  .status-strip {}

  .canvas {
    grid-column: 1;
    grid-row: 2;
    border-radius: 26px
  }

  .mobile-tabs {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    border-radius: 28px;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    z-index: 30;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 6px;
    scroll-snap-type: x proximity
  }

  .mobile-tab {
    position: relative;
    height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--ll-soft);
    border: 0;
    background: 0 0;
    border-radius: 20px;
    transition: 0.25s var(--ease-fluid);
    flex: 0 0 min(78px, 18vw);
    scroll-snap-align: center
  }

  .mobile-tab svg {
    width: 20px;
    height: 20px
  }

  .mobile-tab span {
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: clamp(0.56rem, 1.8vw, 0.66rem)
  }

  .mobile-tab.active {
    color: var(--ll-text);
    box-shadow: 0 -2px 24px rgba(0, 255, 135, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.1)
  }

  .mobile-tab.active::before {
    content: "";
    position: absolute;
    top: 5px;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: var(--ll-emerald);
    box-shadow: 0 0 12px rgba(0, 255, 135, 0.7)
  }

  .view-inner {
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 1px 1px 5px;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 10px;
    gap: 10px
  }

  .view-inner::-webkit-scrollbar {
    display: none
  }

  .widget,
  .widget.grid-ai,
  .widget.grid-half,
  .widget.grid-hero,
  .widget.grid-map,
  .widget.grid-small,
  .widget.grid-tech,
  .widget.grid-third,
  .widget.grid-wide {
    flex: 0 0 calc(100vw - 22px);
    height: 100%;
    scroll-snap-align: center;
    padding: 16px;
    border-radius: 26px;
    flex-basis: calc(100vw - 20px);
    max-width: calc(100vw - 20px)
  }

  .widget.focused {
    position: fixed !important;
    inset: 10px 10px calc(var(--bottom-h) + 12px) 10px !important
  }

  .view.has-focus .widget:not(.focused) {
    display: none
  }

  .hero-title {
    font-size: clamp(2.25rem, 15vw, 4.4rem);
    max-width: 11ch
  }

  .hero-copy {
    font-size: 0.88rem;
    line-height: 1.55;
    -webkit-line-clamp: 6
  }

  .metric-grid {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .metric {
    padding: 10px;
    border-radius: 16px
  }

  .metric b {
    font-size: 1.25rem
  }

  .metric span {
    font-size: 0.58rem
  }

  .terminal {
    height: calc(100% - 50px);
    overflow: auto
  }

  .doc-grid,
  .media-grid,
  .product-grid,
  .widget-grid {
    grid-template-columns: 1fr 1fr;
    height: calc(100% - 78px);
    overflow: auto;
    padding-bottom: 6px
  }

  .doc-grid,
  .media-grid {
    height: calc(100% - 102px)
  }

  .doc-card,
  .media-card,
  .product-card,
  .tech-card {
    min-height: 170px
  }

  .timeline {
    grid-template-columns: 1fr 1fr;
    height: calc(100% - 55px);
    overflow: auto
  }

  .phase:nth-child(n) {
    display: flex
  }

  .contact-grid {
    grid-template-columns: 1fr;
    height: calc(100% - 55px);
    overflow: auto
  }

  .brand-cloud {
    grid-template-columns: 1fr
  }

  .cmd {
    top: auto;
    bottom: calc(var(--bottom-h) + 10px);
    border-radius: 28px 28px 24px 24px;
    width: calc(100vw - 20px);
    left: 50%
  }

  .cmd.open {
    transform: translateX(-50%) translateY(0) scale(1)
  }

  .cmd-list {
    max-height: 52svh
  }

  .modal {
    height: calc(100svh - var(--bottom-h) - 28px);
    top: 10px;
    transform: translateX(-50%) scale(0.96);
    translate: 0 0;
    width: calc(100vw - 20px)
  }

  .modal.open {
    transform: translateX(-50%) scale(1)
  }

  .video-frame {
    height: 240px
  }

  .swipe-hint {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    gap: 5px;
    z-index: 8
  }

  .dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25)
  }

  .dot.active {
    width: 18px;
    background: var(--ll-emerald);
    box-shadow: 0 0 10px rgba(0, 255, 135, 0.7)
  }
}

@media (max-width: 430px) {

  .doc-grid,
  .media-grid,
  .product-grid,
  .widget-grid {
    grid-template-columns: 1fr
  }

  .topbar {
    gap: 8px
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: 15px
  }

  .widget {
    padding: 14px
  }

  .chip {
    font-size: 0.66rem;
    padding: 0.32rem 0.48rem
  }

  .hero-title {
    font-size: 3rem
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 7px
  }

  .metric:nth-child(3) {
    grid-column: span 2
  }

  .media-thumb {
    height: 120px
  }
}

@container (max-width:420px) {
  .heading {
    font-size: 1.1rem
  }

  .eyebrow {
    font-size: 0.62rem
  }

  .widget-copy {
    font-size: 0.74rem
  }

  .widget-title {
    margin-bottom: 9px
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::after,
  *::before {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }

  .btn-magnetic,
  .dock-item {
    transform: none !important
  }
}

.widget-title>div {
  min-width: 0
}

.brand-sub,
.chip,
.dock-label,
.filter-btn,
.status-tile {
  font-size: var(--fluid-00)
}

.terminal-line span {
  font-size: var(--fluid-0);
  line-height: 1.35
}

.brand-cloud,
.contact-grid,
.doc-grid,
.media-grid,
.product-grid,
.timeline,
.widget-grid {
  min-height: 0
}

.brand-card,
.doc-card,
.media-card,
.phase,
.product-card,
.tech-card {
  min-width: 0;
  overflow: hidden
}

.topbar.menu-open .mega-panel {
  opacity: 1;
  transform: none;
  pointer-events: auto
}

@media (min-width: 1680px) {
  :root {
    --dock-w: 92px;
    --top-h: 78px
  }

  .ll-app {
    --card-pad: 20px;
    --content-gap: 18px
  }

  .dock-item {
    width: 56px;
    height: 56px;
    border-radius: 22px
  }

  .brand-mark {
    width: 46px;
    height: 46px
  }

  .global-search {
    min-width: 380px
  }

  .doc-grid,
  .media-grid,
  .product-grid {
    gap: 14px
  }

  .media-thumb {
    height: clamp(130px, 12vh, 190px)
  }
}

@media (min-width: 1900px) and (min-height: 980px) {
  .ll-app {
    --fluid-5: clamp(4.4rem, 4.6vw, 7.2rem);
    --fluid-4: clamp(2rem, 1.6vw, 3.2rem)
  }

  .widget.grid-hero {
    grid-column: span 5;
    grid-row: span 5
  }

  .widget.grid-ai {
    grid-column: span 4;
    grid-row: span 5
  }

  .widget.grid-map {
    grid-column: span 3;
    grid-row: span 5
  }

  .widget.grid-tech {
    grid-column: span 4;
    grid-row: span 5
  }

  .widget.grid-wide {
    grid-column: span 8;
    grid-row: span 5
  }

  .widget.grid-small {
    grid-column: span 3;
    grid-row: span 5
  }
}

@media (min-aspect-ratio: 21/9) and (min-width: 1600px) {
  .shell {
    max-width: 2100px;
    margin: 0 auto;
    width: 100vw
  }

  .hero-copy {
    -webkit-line-clamp: 4;
    max-width: 72ch
  }

  .view-inner {
    grid-template-columns: repeat(16, minmax(0, 1fr))
  }

  .widget.grid-hero {
    grid-column: span 5
  }

  .widget.grid-ai {
    grid-column: span 4
  }

  .widget.grid-map {
    grid-column: span 3
  }

  .widget.grid-tech {
    grid-column: span 4
  }

  .widget.grid-wide {
    grid-column: span 8
  }

  .widget.grid-half {
    grid-column: span 5
  }

  .widget.grid-third {
    grid-column: span 4
  }

  .widget.grid-small {
    grid-column: span 3
  }

  .doc-grid,
  .media-grid,
  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media (max-height: 780px) and (min-width: 821px) {
  :root {
    --dock-w: 72px;
    --top-h: 60px;
    --radius-xl: 22px;
    --radius-lg: 18px
  }

  .ll-app {
    --card-pad: 12px;
    --content-gap: 10px;
    --fluid-5: clamp(2.2rem, 4.2vw, 4.15rem);
    --fluid-3: clamp(1rem, 1.15vw, 1.35rem)
  }

  .dock {
    border-radius: 22px;
    padding: 8px
  }

  .dock-item {
    width: 44px;
    height: 44px;
    border-radius: 16px
  }

  .dock-item svg {
    width: 19px;
    height: 19px
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px
  }

  .brand-sub {
    display: none
  }

  .topbar {
    padding: 8px 9px;
    border-radius: 22px
  }

  .theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: 14px
  }

  .header-nav button {
    padding: 0.42rem 0.55rem
  }

  .global-search {
    min-height: 42px;
    padding: 0.55rem 0.65rem
  }

  .widget-title {
    margin-bottom: 7px
  }

  .hero-copy {
    -webkit-line-clamp: 3
  }

  .terminal {
    height: calc(100% - 44px)
  }

  .terminal-line:nth-child(n + 4) {
    display: none
  }

  .prompt-tags {
    gap: 6px
  }

  .prompt-tag {
    padding: 0.4rem 0.5rem
  }

  .doc-card,
  .media-card,
  .product-card,
  .tech-card {
    padding: 11px;
    min-height: 138px
  }

  .widget-icon {
    width: 36px;
    height: 36px;
    border-radius: 14px
  }

  .widget-copy {
    -webkit-line-clamp: 2
  }

  .metric-grid {
    gap: 8px
  }

  .spark {
    max-height: 44px
  }

  .media-thumb {
    height: 95px
  }

  .timeline .phase {
    padding: 10px
  }

  .phase p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
}

@media (min-width: 821px) and (max-width: 1180px) {
  :root {
    --dock-w: 76px;
    --top-h: 66px
  }

  .topbar {
    grid-template-columns: minmax(180px, 1fr) minmax(250px, 1.1fr) auto auto
  }

  .header-nav,
  .mega-panel {
    display: none
  }

  .mega-panel {}

  .brand-sub {
    max-width: 32vw
  }

  .global-search {
    min-width: 0
  }

  .status-strip .status-tile:nth-child(n + 2) {
    display: none
  }

  .ll-app {
    --fluid-5: clamp(2.6rem, 6.2vw, 5.4rem);
    --fluid-3: clamp(1.06rem, 1.8vw, 1.6rem);
    --card-pad: 14px;
    --content-gap: 12px
  }

  .view-inner {
    grid-template-rows: repeat(12, minmax(0, 1fr))
  }

  .widget.grid-hero {
    grid-column: span 7;
    grid-row: span 5
  }

  .widget.grid-ai {
    grid-column: span 5;
    grid-row: span 5
  }

  .widget.grid-small {
    grid-column: span 12;
    grid-row: span 3
  }

  .hero-copy {
    -webkit-line-clamp: 4
  }

  .brand-cloud,
  .contact-grid {
    grid-template-columns: 1fr 1fr
  }

  .brand-cloud {}
}

@media (min-width: 821px) and (max-aspect-ratio: 1/1) {
  .view-inner {
    grid-template-rows: repeat(14, minmax(0, 1fr))
  }

  .widget.grid-ai,
  .widget.grid-half,
  .widget.grid-hero,
  .widget.grid-map,
  .widget.grid-small,
  .widget.grid-tech,
  .widget.grid-third,
  .widget.grid-wide {
    grid-column: span 12;
    grid-row: span 4
  }

  .widget.grid-hero,
  .widget.grid-wide {
    grid-row: span 5
  }

  .widget.grid-wide {}

  .doc-grid,
  .media-grid,
  .product-grid,
  .widget-grid {
    height: calc(100% - 54px);
    overflow: auto
  }

  .doc-grid,
  .media-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .timeline {
    height: calc(100% - 55px);
    overflow: auto
  }
}

@media (max-width: 820px) {
  :root {
    --top-h: 64px;
    --bottom-h: 82px
  }

  .ll-app {
    --card-pad: clamp(14px, 3.5vw, 18px);
    --fluid-5: clamp(2.45rem, 13vw, 4.85rem);
    --fluid-3: clamp(1.1rem, 4.2vw, 1.55rem);
    --fluid-1: clamp(0.82rem, 2.4vw, 0.96rem);
    --fluid-0: clamp(0.7rem, 2.05vw, 0.82rem)
  }

  .header-nav,
  .mega-panel {
    display: none
  }

  .widget-title {
    align-items: center
  }

  .expand-btn {
    width: 34px;
    height: 34px;
    flex: 0 0 34px
  }

  .terminal-line {
    grid-template-columns: auto 1fr
  }

  .prompt-tags {
    position: sticky;
    bottom: 0;
    background: linear-gradient(0deg, var(--ll-panel-strong), transparent);
    padding-top: 8px
  }

  .grid.grid-cols-2,
  .grid.grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .grid.grid-cols-2 {}

  .mobile-tabs::-webkit-scrollbar {
    display: none
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: calc(var(--bottom-h) + 12px);
    justify-content: center
  }
}

@media (max-width: 520px) {
  .ll-app {
    --fluid-5: clamp(2.35rem, 12.2vw, 3.9rem)
  }

  .widget,
  .widget.grid-ai,
  .widget.grid-half,
  .widget.grid-hero,
  .widget.grid-map,
  .widget.grid-small,
  .widget.grid-tech,
  .widget.grid-third,
  .widget.grid-wide {
    border-radius: 24px
  }

  .hero-title {
    letter-spacing: -0.07em;
    font-size: clamp(2.15rem, 13.5vw, 4rem)
  }

  .hero-copy {
    -webkit-line-clamp: 5
  }

  .metric-grid {
    grid-template-columns: 1fr 1fr
  }

  .metric-grid .metric:nth-child(3) {
    grid-column: span 2
  }

  .grid.grid-cols-2,
  .grid.grid-cols-4 {
    grid-template-columns: 1fr 1fr
  }

  .doc-grid,
  .media-grid,
  .product-grid,
  .widget-grid {
    grid-template-columns: 1fr;
    gap: 9px
  }

  .doc-card,
  .media-card,
  .product-card,
  .tech-card {
    min-height: 148px
  }

  .media-thumb {
    height: 108px
  }

  .contact-form .field {
    min-height: 44px
  }

  .phase {
    min-height: 130px
  }
}

@media (max-width: 380px) {
  :root {
    --bottom-h: 76px
  }

  .brand-mark {
    width: 34px;
    height: 34px
  }

  .theme-toggle {
    width: 36px;
    height: 36px
  }

  .metric b {
    font-size: 1.05rem
  }

  .mobile-tab {
    flex-basis: 68px
  }

  .mobile-tab svg {
    width: 18px;
    height: 18px
  }

  .chip {
    white-space: normal
  }

  .btn-ghost,
  .btn-primary {
    padding: 0.68rem 0.78rem;
    font-size: 0.78rem
  }
}

@media (max-width: 820px) and (orientation: landscape) {
  :root {
    --top-h: 54px;
    --bottom-h: 66px
  }

  .shell {
    grid-template-rows: 54px minmax(0, 1fr) var(--bottom-h);
    padding: 8px
  }

  .widget,
  .widget.grid-ai,
  .widget.grid-half,
  .widget.grid-hero,
  .widget.grid-map,
  .widget.grid-small,
  .widget.grid-tech,
  .widget.grid-third,
  .widget.grid-wide {
    flex-basis: min(78vw, 540px)
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3.3rem)
  }

  .mobile-tab {
    height: 46px
  }

  .prompt-tags {
    display: none
  }
}

.faq-shell {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 12px;
  height: calc(100% - 48px);
  min-height: 0
}

.faq-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06)
}

.faq-search-wrap svg {
  width: 18px;
  height: 18px;
  color: var(--ll-emerald)
}

.faq-search {
  width: 100%;
  background: 0 0;
  border: 0;
  outline: 0;
  color: var(--ll-text);
  font-size: 0.86rem;
  font-weight: 750
}

.faq-search::placeholder {
  color: var(--ll-muted)
}

.case-filter-row,
.faq-category-row {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.case-filter,
.faq-cat {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  color: var(--ll-soft);
  border-radius: 999px;
  padding: 0.46rem 0.68rem;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: 0.25s var(--ease-fluid)
}

.case-filter:hover,
.faq-cat:hover {
  border-color: rgba(0, 255, 135, 0.35);
  color: var(--ll-text);
  box-shadow: 0 0 20px rgba(0, 255, 135, 0.08)
}

.case-filter.active,
.faq-cat.active {
  border-color: rgba(0, 255, 135, 0.42);
  color: var(--ll-text);
  box-shadow: 0 0 24px rgba(0, 255, 135, 0.12)
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: auto;
  min-height: 0;
  padding-right: 4px
}

.case-gallery::-webkit-scrollbar,
.faq-list::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

.case-gallery::-webkit-scrollbar-thumb,
.faq-list::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 135, 0.28);
  border-radius: 999px
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.25s var(--ease-fluid), box-shadow 0.25s var(--ease-fluid), transform 0.25s var(--ease-fluid)
}

.faq-item:hover {
  border-color: rgba(24, 215, 255, 0.24);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18)
}

.faq-item.open {
  border-color: rgba(0, 255, 135, 0.36);
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08)
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  text-align: left;
  padding: 12px 13px;
  border: 0;
  background: 0 0;
  color: var(--ll-text)
}

.faq-index {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 255, 135, 0.09);
  border: 1px solid rgba(0, 255, 135, 0.18);
  font-size: 0.65rem;
  font-weight: 950;
  color: var(--ll-emerald)
}

.faq-question b {
  font-size: 0.86rem;
  line-height: 1.22;
  letter-spacing: -0.02em
}

.faq-toggle {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ll-soft);
  transition: 0.25s var(--ease-fluid)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s var(--ease-fluid), opacity 0.35s var(--ease-fluid);
  opacity: 0.55
}

.faq-answer p {
  padding: 0 14px 14px 49px;
  color: var(--ll-soft);
  font-size: 0.76rem;
  line-height: 1.55
}

.faq-item.open .faq-answer {
  max-height: 150px;
  opacity: 1
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  background: rgba(0, 255, 135, 0.12);
  color: var(--ll-emerald);
  border-color: rgba(0, 255, 135, 0.35)
}

.case-gallery {
  height: calc(100% - 86px);
  min-height: 0;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
  gap: 12px;
  padding: 1px 3px 4px
}

.case-card {
  overflow: hidden;
  text-align: left;
  color: var(--ll-text);
  transition: transform 0.35s var(--ease-fluid), border-color 0.35s var(--ease-fluid), box-shadow 0.35s var(--ease-fluid);
  display: none;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
  min-height: 190px
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 135, 0.33);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3), 0 0 34px rgba(0, 255, 135, 0.08)
}

.case-card.case-open {
  grid-column: span 2;
  border-color: rgba(24, 215, 255, 0.35);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), 0 0 40px rgba(24, 215, 255, 0.1)
}

.case-visual {
  position: relative;
  height: 112px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.case-visual::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: skewX(-12deg);
  opacity: 0.75
}

.case-visual::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 2px;
  box-shadow: 0 0 20px rgba(0, 255, 135, 0.42)
}

.case-visual.robot::before {
  clip-path: polygon(12% 72%,
      25% 36%,
      52% 30%,
      75% 42%,
      88% 72%,
      75% 82%,
      24% 82%)
}

.case-visual.pcb {}

.case-visual.pcb::before {
  background-image: linear-gradient(rgba(0, 255, 135, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 215, 255, 0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  clip-path: none
}

.case-visual.mapping,
.case-visual.facility,
.case-visual.mapping {}

.case-visual.mapping {}

.case-visual.mapping::before {
  background-image: linear-gradient(rgba(24, 215, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 135, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
  clip-path: none
}

.case-body {
  padding: 13px
}

.case-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 9px
}

.case-kicker span {
  font-size: 0.58rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--ll-muted)
}

.case-status {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ll-emerald);
  box-shadow: 0 0 14px rgba(0, 255, 135, 0.8)
}

.case-title {
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: -0.03em
}

.case-copy {
  margin-top: 7px;
  color: var(--ll-soft);
  font-size: 0.72rem;
  line-height: 1.45
}

.case-evidence {
  display: none;
  margin-top: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px
}

.case-open .case-evidence {
  display: grid
}

.case-evidence div {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.035)
}

.case-evidence b {
  display: block;
  font-size: 0.88rem;
  color: var(--ll-text)
}

.case-evidence span {
  display: block;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ll-muted)
}

.gallery-note {
  height: calc(100% - 52px);
  display: grid;
  align-content: center;
  gap: 13px
}

.proof-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px
}

.proof-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.035);
  min-height: 92px
}

.proof-step::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: rgba(0, 255, 135, 0.45)
}

.proof-step:last-child::after {
  display: none
}

.proof-step b {
  font-size: 0.76rem;
  line-height: 1.15;
  display: block
}

.proof-step span {
  font-size: 0.6rem;
  color: var(--ll-muted);
  line-height: 1.35;
  display: block;
  margin-top: 6px
}

.faq-empty {
  display: none;
  padding: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  color: var(--ll-muted);
  font-size: 0.85rem;
  text-align: center
}

.faq-empty.show {
  display: block
}

@media (max-width: 1180px) {
  .case-gallery {
    grid-template-columns: repeat(3, minmax(180px, 1fr))
  }

  .proof-chain {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .proof-step:nth-child(n + 4) {
    display: none
  }

  .case-card.case-open {
    grid-column: span 1
  }

  .case-evidence {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 720px) {
  .case-gallery {
    grid-template-columns: 1fr 1fr;
    height: calc(100% - 116px)
  }

  .case-card {
    min-height: 220px;
    border-radius: 22px
  }

  .case-card.case-open {
    grid-column: span 2
  }

  .faq-shell {
    height: calc(100% - 50px)
  }

  .faq-question b {
    font-size: 0.82rem
  }

  .faq-answer p {
    padding-left: 14px
  }

  .proof-chain {
    grid-template-columns: 1fr 1fr;
    height: auto;
    overflow: auto
  }

  .proof-step:nth-child(n) {
    display: block
  }

  .case-evidence {
    grid-template-columns: 1fr
  }

  .case-filter-row,
  .faq-category-row {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 2px
  }

  .case-filter-row::-webkit-scrollbar,
  .faq-category-row::-webkit-scrollbar {
    display: none
  }

  .case-filter,
  .faq-cat {
    flex: 0 0 auto
  }
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none
}

body {
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  touch-action: manipulation
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.22));
  transform: scale(1.22)
}

.ll-os-backlight {
  position: fixed;
  width: min(36rem, 70vw);
  height: min(36rem, 70vw);
  left: calc(var(--ll-cursor-x) - min(18rem, 35vw));
  top: calc(var(--ll-cursor-y) - min(18rem, 35vw));
  z-index: -1;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0.13;
  filter: blur(38px) saturate(135%);
  background: radial-gradient(circle, rgba(0, 255, 135, 0.38), transparent 34%), radial-gradient(circle, rgba(24, 215, 255, 0.24), transparent 64%);
  transform: translate3d(0, 0, 0) scale(var(--os-glow-scale, 1));
  transition: opacity 0.28s var(--ease-fluid), transform 0.48s var(--ease-fluid);
  contain: strict
}

.ll-neural-aura {
  position: fixed;
  right: -17rem;
  bottom: -19rem;
  width: 42rem;
  height: 42rem;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.18;
  -webkit-mask: radial-gradient(circle,
      transparent 0 36%,
      #000 37% 38%,
      transparent 39% 52%,
      #000 53% 54%,
      transparent 55%);
  mask: radial-gradient(circle,
      transparent 0 36%,
      #000 37% 38%,
      transparent 39% 52%,
      #000 53% 54%,
      transparent 55%);
  animation: 34s linear infinite llAuraRotate
}

@keyframes llAuraRotate {
  to {
    transform: rotate(360deg)
  }
}


.dock-item.ll-os-click {
  animation: llDockClick 0.44s var(--ease-spring) both
}

@keyframes llDockClick {
  44% {
    transform: translateY(var(--y, 0)) scale(calc(var(--scale, 1) * 0.88))
  }
}

@keyframes llPanelNativeIn {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.975);
    filter: blur(12px) saturate(0.82)
  }

  60% {
    opacity: 1
  }

  to {
    opacity: 1;
    transform: none;
    filter: none
  }
}

.widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  opacity: var(--edge-hot, 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.28s var(--ease-fluid)
}

.widget:hover {
  --edge-hot: 0.58;
  border-color: rgba(0, 255, 135, 0.24);
}

.widget.focused::before {
  opacity: 1
}

.widget.focused::after {
  --edge-hot: 0.92
}

@keyframes llFocusCardIn {
  from {
    opacity: 0.35;
    transform: translateY(14px) scale(0.96);
    filter: blur(12px)
  }
}

.widget.focused::selection {
  background: rgba(0, 255, 135, 0.28)
}

.expand-btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  transition: 0.25s
}

.expand-btn:hover::before,
.widget.focused .expand-btn::before {
  opacity: 1
}

.expand-btn svg {
  position: relative;
  z-index: 1
}

.ll-pointer-particle {
  position: fixed;
  z-index: 1000;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  pointer-events: none;
  background: var(--ll-emerald);
  box-shadow: 0 0 13px rgba(0, 255, 135, 0.7);
  animation: llParticleDrift 0.72s var(--ease-fluid) forwards
}

@keyframes llParticleDrift {
  to {
    opacity: 0;
    transform: translate3d(var(--px), var(--py), 0) scale(0.1)
  }
}

.hero-copy,
.widget-copy {
  max-width: 72ch
}

.metric b,
.heading {}

:focus-visible {
  outline: rgba(0, 255, 135, 0.7) solid 2px;
  outline-offset: 3px
}

.ll-app.is-idle .ll-os-backlight {
  opacity: 0.07;
  --os-glow-scale: 0.82
}

.ll-app.is-paused * {
  animation-play-state: paused !important
}

@supports not (backdrop-filter: blur(2px)) {
  .glass {
    background: rgba(10, 16, 26, 0.96)
  }
}

@media (max-width: 820px) {
  .ll-os-backlight {
    opacity: 0.08;
    width: 26rem;
    height: 26rem;
    left: calc(var(--ll-cursor-x) - 13rem);
    top: calc(var(--ll-cursor-y) - 13rem)
  }

  .ll-neural-aura {
    width: 29rem;
    height: 29rem;
    right: -13rem;
    bottom: -13rem;
    opacity: 0.12
  }

  .brand-mark img {
    transform: scale(1.16)
  }

  .widget::after {
    display: none
  }
}

@media (max-width: 520px) {

  .brand-title {
    letter-spacing: -0.025em
  }

  .mobile-tabs {
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    height: 62px;
    border-radius: 23px;
    gap: 5px
  }

  .shell {
    padding-top: max(8px, env(safe-area-inset-top));
    padding: 8px;
    padding-bottom: 84px
  }
}

@media (prefers-reduced-motion: reduce),
(update: slow) {

  .dock-active-orb,
  .ll-neural-aura,
  .ll-os-backlight,
  .ll-pointer-particle {
    display: none !important
  }

  .view.active,
  .widget.focused {
    animation: none !important
  }

  .widget {
    will-change: auto
  }
}

html[data-theme="light"] {
  --bg2: #eaf0f7;
  --card: rgba(255, 255, 255, 0.78);
  --card2: rgba(244, 248, 253, 0.76);
  --line2: rgba(0, 161, 112, 0.25);
  --shadow: 0 24px 70px rgba(23, 42, 72, 0.16);
  --canvas: rgba(245, 249, 253, 0.92);
  --bg-soft: #e9f0f7;
  --panel-strong: rgba(255, 255, 255, 0.9);
  --panel-soft: rgba(6, 9, 15, 0.035);
  --border: rgba(6, 12, 22, 0.12);
  --border-strong: rgba(0, 168, 110, 0.35);
  color-scheme: light;
  --muted-2: rgba(7, 16, 25, 0.46);
  --glass: rgba(255, 255, 255, 0.76);
  --glass-2: rgba(255, 255, 255, 0.92);
  --shadow-glow: 0 12px 42px rgba(0, 140, 100, 0.12), 0 0 70px rgba(30, 150, 255, 0.09);
  --bg: #eef6fb;
  --bg-2: #f9fcff;
  --panel: rgba(255, 255, 255, 0.74);
  --panel-2: rgba(255, 255, 255, 0.92);
  --soft: rgba(6, 17, 31, 0.045);
  --line: rgba(5, 16, 30, 0.12);
  --line-strong: rgba(4, 170, 112, 0.28);
  --text: rgba(6, 13, 24, 0.95);
  --muted: rgba(30, 43, 62, 0.68);
  --faint: rgba(30, 43, 62, 0.46);
  --shadow-green: 0 0 22px rgba(0, 160, 102, 0.14), 0 20px 50px rgba(15, 23, 42, 0.08);
  --shadow-cyan: 0 0 24px rgba(8, 145, 178, 0.13), 0 20px 50px rgba(15, 23, 42, 0.08);
  --shadow-ambient: 0 24px 70px rgba(15, 23, 42, 0.1)
}

* {
  box-sizing: border-box
}

@keyframes surfaceScan {
  0% {
    transform: translateX(-72%)
  }

  100% {
    transform: translateX(72%)
  }
}

.brand-orb {
  width: clamp(42px, 3.3vw, 54px);
  height: clamp(42px, 3.3vw, 54px);
  border-radius: 19px;
  display: grid;
  place-items: center;
  font-weight: 950;
  letter-spacing: -0.08em;
  color: #03120b;
  box-shadow: var(--shadow-green);
  flex: 0 0 auto
}

.dock-rail {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding-top: 4px
}

.dock-item::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s var(--ease-os);
  pointer-events: none
}

.dock-item.active::before {
  opacity: 1
}

.dock-spacer {
  height: 1px;
  width: 34px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  margin: 3px 0;
  flex: 1 1 auto;
  min-height: 10px
}

.top-title {
  min-width: 0
}

.top-title h1 {
  font-size: clamp(18px, 1.55vw, 27px);
  line-height: 1.03;
  margin: 3px 0 0;
  letter-spacing: -0.055em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.global-search input {
  width: 100%;
  color: var(--text);
  background: 0 0;
  outline: 0;
  font-size: clamp(12px, 0.9vw, 14px);
  min-width: 0
}

.status-tile strong {
  color: var(--text);
  font-weight: 650
}

.widget:hover::before,
.widget:hover {}

.span-6-3 {
  grid-column: span 6;
  grid-row: span 3
}

.span-6-2 {
  grid-column: span 6;
  grid-row: span 2
}

.span-4-3 {
  grid-column: span 4;
  grid-row: span 3
}

.span-4-2 {
  grid-column: span 4;
  grid-row: span 2
}

.span-3-2 {
  grid-column: span 3;
  grid-row: span 2
}

.span-3-3 {
  grid-column: span 3;
  grid-row: span 3
}

.span-8-3 {
  grid-column: span 8;
  grid-row: span 3
}

.span-8-2 {
  grid-column: span 8;
  grid-row: span 2
}

.span-12-2 {
  grid-column: span 12;
  grid-row: span 2
}

.span-12-3 {
  grid-column: span 12;
  grid-row: span 3
}

.widget h2,
.widget h3 {
  margin: 0;
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 0.98;
  letter-spacing: -0.055em
}

.widget h3 {
  font-size: clamp(15px, 1.05vw, 20px);
  letter-spacing: -0.035em;
  line-height: 1.05
}

.widget p {
  color: var(--ll-muted);
  font-size: var(--fluid-0);
  line-height: 1.42;
  margin: 0
}

.micro {
  font: 700 clamp(9px, 0.72vw, 11px)/1.3 var(--font-mono, ui-monospace);
  letter-spacing: 0.03em;
  color: var(--faint);
  font-size: clamp(10px, 0.72vw, 12px);
  line-height: 1.35
}

.body-scroll {
  overflow: auto;
  min-height: 0;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 255, 135, 0.35) transparent
}

.body-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

.body-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 135, 0.26);
  border-radius: 999px
}

.expand-btn,
.icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  transition: transform 0.28s var(--ease-spring), color 0.25s, border-color 0.25s, background 0.25s;
  flex: 0 0 auto
}

.expand-btn:hover,
.icon-btn:hover {
  transform: scale(1.07);
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.3);
  background: rgba(0, 255, 135, 0.1)
}

.btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center
}

.btn-magnetic:hover::before {
  opacity: 1
}

.btn-magnetic span {
  position: relative;
  z-index: 1
}

.btn-primary.btn-magnetic {
  color: #03120b;
  box-shadow: var(--shadow-green);
  border-color: rgba(255, 255, 255, 0.22)
}

.btn-ghost.btn-magnetic {
  color: #fff;
}

.service-stack {
  flex: 1;
  min-height: 0;
  display: grid;
  place-items: center;
  position: relative
}

.stack-orbit {
  width: min(100%, 460px);
  aspect-ratio: 1.65;
  position: relative;
  border-radius: 32px;
  border: 1px solid rgba(0, 255, 135, 0.18);
  background: radial-gradient(circle at 50% 48%, rgba(0, 255, 135, 0.2), transparent 34%), linear-gradient(135deg, rgba(0, 255, 135, 0.05), rgba(34, 211, 238, 0.05));
  overflow: hidden
}

.stack-orbit::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px dashed rgba(34, 211, 238, 0.28);
  border-radius: 999px;
  animation: 22s linear infinite spin
}

.stack-orbit::after {
  content: "";
  position: absolute;
  inset: 31%;
  border: 1px dashed rgba(251, 191, 36, 0.24);
  border-radius: 999px;
  animation: 16s linear infinite reverse spin
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.core-chip {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 132px;
  border-radius: 40px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(0, 255, 135, 0.38);
  box-shadow: var(--shadow-green);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.05
}

.orbit-node {
  min-height: 42px;
  padding: 8px;
  font: 800 clamp(9px, 0.8vw, 11px)/1.15 var(--font-mono, ui-monospace);
  color: var(--muted);
  text-align: center;
  backdrop-filter: blur(12px);
  position: absolute;
  width: clamp(52px, 4.8vw, 74px);
  aspect-ratio: 1;
  border-radius: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: floatNode 4s infinite var(--ease-os);
  cursor: pointer
}

.node-a {
  left: 7%;
  top: 15%
}

.node-b {
  right: 8%;
  top: 14%
}

.node-c {
  left: 9%;
  bottom: 13%
}

.node-d {
  right: 10%;
  bottom: 13%
}

.node-e {
  left: 40%;
  top: 6%
}

.node-f {
  left: 39%;
  bottom: 5%
}

.metric strong {
  margin-top: 5px;
  display: block;
  font-size: clamp(17px, 1.6vw, 28px);
  line-height: 1;
  letter-spacing: -0.04em
}

.cap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px
}

.cap {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  padding: 10px 11px;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  min-width: 0
}

.cap i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 13px rgba(0, 255, 135, 0.75);
  margin-top: 4px;
  flex: 0 0 auto
}

.cap b {
  display: block;
  font-size: clamp(11px, 0.82vw, 13px);
  line-height: 1.2;
  letter-spacing: -0.01em
}

.cap small {
  display: block;
  margin-top: 4px;
  color: var(--faint);
  font-size: clamp(9px, 0.68vw, 11px);
  line-height: 1.35
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px
}

.step {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid var(--line);
  padding: 10px;
  min-height: 72px
}

.step::before {
  font: 900 24px/1 var(--font-mono, ui-monospace);
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s var(--ease-os);
  position: absolute;
  right: 10px;
  top: 6px;
  letter-spacing: -0.08em;
  content: attr(data-step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: #03130d;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  font-weight: 800;
  font-size: 11px;
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.18)
}

.step b {
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  line-height: 1.15;
  font-size: 0.72rem
}

.step small {
  color: var(--faint);
  font-size: clamp(9px, 0.7vw, 11px);
  line-height: 1.3;
  display: block
}

.domain-map {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px
}

.domain-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px;
  min-width: 0;
  overflow: hidden;
  position: relative
}

.domain-card::after {
  content: "";
  position: absolute;
  inset: auto -16px -22px auto;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 255, 135, 0.18), transparent 65%)
}

.domain-card b {
  display: block;
  font-size: clamp(13px, 0.95vw, 16px);
  margin-bottom: 7px;
  letter-spacing: -0.03em
}

.domain-card small {
  color: var(--muted);
  font-size: clamp(9px, 0.72vw, 11px);
  line-height: 1.35;
  display: block
}

.micro-chart {
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: end;
  gap: 4px;
  height: clamp(54px, 8vh, 90px);
  margin-top: auto;
  padding: 8px 4px
}

.micro-chart polyline {
  fill: none;
  stroke: var(--emerald);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(0, 255, 135, 0.52))
}

.bar-row {
  font: 800 10px/1 var(--font-mono, ui-monospace);
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) 42px;
  gap: 9px;
  align-items: center;
  font-size: var(--font-micro);
  color: var(--muted)
}

.bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
  margin-top: 6px
}

.bar-fill {
  transform-origin: left;
  transform: scaleX(var(--v, 0.72));
  box-shadow: 0 0 14px rgba(0, 255, 135, 0.24);
  height: 100%;
  width: var(--w, 70%);
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
  border-radius: 99px;
  transition: width 1.1s var(--ease-os)
}

.motor-ring {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: center
}

.ring-visual {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(0, 255, 135, 0.18), transparent 44%);
  border: 1px solid rgba(0, 255, 135, 0.22)
}

.ring-visual::after,
.ring-visual::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 2px dashed rgba(34, 211, 238, 0.42);
  animation: 9s linear infinite spin
}

.ring-visual::after {
  inset: 28%;
  border-color: rgba(251, 191, 36, 0.38);
  animation-duration: 6s;
  animation-direction: reverse
}

.ring-core {
  width: 34%;
  aspect-ratio: 1;
  border-radius: 28%;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  box-shadow: var(--shadow-green)
}

.motor-specs {
  display: grid;
  gap: 8px
}

.spec {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
  font: 800 clamp(10px, 0.76vw, 12px)/1.2 var(--font-mono, ui-monospace);
  color: var(--muted);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  padding: 10px;
  min-height: 64px
}

.spec strong {
  color: var(--text);
  display: block;
  font-size: 0.8rem;
  letter-spacing: -0.02em
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px
}

.client-tile {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
  min-height: 110px
}

.client-tile b {
  display: block;
  margin-bottom: 7px;
  font-size: clamp(12px, 0.9vw, 14px);
  letter-spacing: -0.02em
}

.client-tile small {
  color: var(--muted);
  font-size: clamp(9px, 0.72vw, 11px);
  line-height: 1.35;
  display: block
}

.mobile-tab {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid transparent;
  font: 800 9px/1 var(--font-mono, ui-monospace);
  letter-spacing: 0.02em;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--muted);
  height: 48px;
  transition: 0.28s var(--ease-spring);
  border-radius: 18px;
  min-width: 0
}

.mobile-tab svg {
  width: 19px;
  height: 19px
}

.mobile-tab.active {
  border-color: rgba(0, 255, 135, 0.28);
  color: #00130b;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  box-shadow: 0 0 26px rgba(0, 255, 135, 0.22);
  transform: translateY(-5px)
}

.cmd,
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.059);
  backdrop-filter: blur(20px);
  align-items: center;
  justify-content: center;
}

.cmd.open,
.modal.open {
  display: flex
}

.command-box {
  max-height: min(680px, 88svh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: min(720px, calc(100vw - 28px));
  border-radius: 28px;
  padding: 14px
}

.command-input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  color: var(--text);
  padding: 0 14px;
  outline: 0;
  font-weight: 700
}

.command-input input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: 0 0;
  color: var(--text);
  font-size: 15px
}

.command-results {
  padding: 12px;
  padding-right: 4px;
  margin-top: 12px;
  display: grid;
  gap: 8px;
  max-height: 44vh;
  overflow: auto
}

.command-result {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s
}

.command-result:hover {
  background: rgba(0, 255, 135, 0.1);
  transform: translateY(-1px)
}

.command-result b {
  display: block
}

.command-result small {
  color: var(--muted);
  display: block;
  margin-top: 4px
}

@keyframes focusIn {
  from {
    opacity: 0.35;
    transform: scale(0.92) !important
  }

  to {
    opacity: 1;
    transform: scale(1) !important
  }
}

.focus-content {
  overflow: auto;
  min-height: 0;
  padding-right: 5px
}

@container (max-width: 430px) {

  .cap-list,
  .metric-grid {
    grid-template-columns: 1fr
  }

  .cap-list {}

  .process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: minmax(160px, 0.8fr) minmax(220px, 1.1fr) auto
  }

  .span-6-2,
  .span-6-3 {
    grid-column: span 4
  }

  .span-8-2,
  .span-8-3 {
    grid-column: span 8
  }

  .span-3-2,
  .span-3-3,
  .span-4-2,
  .span-4-3 {
    grid-column: span 4
  }

  .span-3-2,
  .span-3-3 {}

  .client-grid,
  .process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .process-line {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (max-width: 980px) {
  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 10px 10px 92px
  }

  .dock {
    display: none
  }

  .topbar {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 1fr auto;
    border-radius: 24px
  }

  .global-search {
    grid-column: 1/-1;
    order: 3;
    height: 42px
  }

  .status-strip {
    gap: 6px
  }

  .status-strip .status-tile:nth-child(2) {
    display: none
  }

  .canvas {
    grid-column: 1;
    grid-row: 2
  }

  .mobile-tabs {
    display: flex
  }

  .view-inner {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 2px 8px 6px;
    scrollbar-width: none
  }

  .view-inner::-webkit-scrollbar {
    display: none
  }

  .span-12-2,
  .span-12-3,
  .span-3-2,
  .span-3-3,
  .span-4-2,
  .span-4-3,
  .span-6-2,
  .span-6-3,
  .span-8-2,
  .span-8-3,
  .widget {
    grid-column: auto;
    grid-row: auto;
    flex: 0 0 min(88vw, 520px);
    min-height: min(64svh, 560px);
    max-height: calc(100svh - 184px);
    scroll-snap-align: center
  }

  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .client-grid,
  .domain-map,
  .motor-ring {
    grid-template-columns: 1fr
  }

  .motor-ring,
  .domain-map {}

  .motor-ring {}

  .ring-visual {
    max-height: 200px;
    justify-self: center;
    width: min(58vw, 240px)
  }
}

@media (max-width: 520px) {
  .topbar {
    gap: 8px;
    padding: 8px
  }

  .top-title h1 {
    font-size: clamp(15px, 5.2vw, 20px)
  }

  .eyebrow {
    font-size: 8px
  }

  .status-tile {
    padding: 0 8px;
    font-size: 9px
  }

  .status-strip .status-tile:nth-child(3) {
    display: none
  }

  .span-12-2,
  .span-12-3,
  .span-3-2,
  .span-3-3,
  .span-4-2,
  .span-4-3,
  .span-6-2,
  .span-6-3,
  .span-8-2,
  .span-8-3,
  .widget {
    flex-basis: 88vw;
    min-height: calc(100svh - 190px)
  }

  .stack-orbit {
    aspect-ratio: 1.15
  }

  .core-chip {
    width: 108px;
    height: 108px;
    border-radius: 34px
  }

  .orbit-node {
    width: 86px;
    font-size: 8px
  }

  .bar-row {
    grid-template-columns: 76px 1fr 34px
  }

  .mobile-tab {
    font-size: 8px
  }

  .mobile-tab span {
    display: none
  }
}

@media (max-height: 760px) and (min-width: 981px) {
  .shell {
    grid-template-rows: 62px minmax(0, 1fr);
    gap: 10px
  }

  .widget {
    padding: 14px;
    border-radius: 22px
  }

  .widget-title {
    margin-bottom: 8px
  }

  .widget p {
    line-height: 1.42
  }

  .process-line .step {
    min-height: 72px;
    padding: 10px
  }

  .metric {
    padding: 10px
  }

  .cap {
    padding: 8px
  }
}

@media (prefers-reduced-motion: reduce) {}

.wordmark {
  min-width: 0
}

.wordmark .eyebrow {
  color: var(--faint);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(8px, 0.65vw, 10px)
}

.wordmark h1 {
  font-size: clamp(15px, 1.3vw, 21px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.04em;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.command-trigger {
  height: clamp(42px, 5vh, 50px);
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--muted);
  min-width: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.command-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s var(--ease-os)
}

.command-trigger:hover::after {
  opacity: 1
}

.status-pill {
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  height: clamp(34px, 3.8svh, 42px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 clamp(9px, 0.9vw, 13px);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  font-size: clamp(10px, 0.72vw, 12px);
  white-space: nowrap
}

.status-pill span {
  font-size: 9px;
  color: var(--faint);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap
}

.status-pill strong {
  font-size: clamp(11px, 0.85vw, 13px);
  color: var(--text);
  white-space: nowrap
}

.status-dot {
  display: inline-block;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 14px rgba(0, 255, 135, 0.8);
  animation: 2.3s infinite blink
}

.grid-overview {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.95fr) minmax(0, 1.05fr);
  grid-template-rows: minmax(0, 1.04fr) minmax(0, 0.96fr)
}

.grid-solutions {
  grid-template-columns: 0.9fr 1.1fr 1fr;
  grid-template-rows: 0.92fr 1.08fr
}

.grid-oem {
  grid-template-columns: 1.05fr 0.95fr 1fr;
  grid-template-rows: 1fr 1fr
}

.grid-stack {
  grid-template-columns: 0.9fr 1.15fr 0.95fr;
  grid-template-rows: 0.95fr 1.05fr
}

.grid-industries {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-template-rows: 1fr 1fr
}

.grid-process {
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-template-rows: 1fr 1fr
}

.grid-engage {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-template-rows: 0.98fr 1.02fr
}

.panel {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  background: var(--card);
  transition: transform 0.48s var(--ease), opacity 0.48s var(--ease), filter 0.48s var(--ease), inset 0.55s var(--ease);
  container-type: inline-size;
  border-radius: var(--radius-xl);
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 1.2vw, 22px)
}

.panel::before {
  z-index: -1;
  border-radius: inherit;
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.86
}

.panel::after {
  height: 55%;
  opacity: 0.8;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none
}

.span-2c {
  grid-column: span 2
}

.span-2r {
  grid-row: span 2
}

.panel-label {
  color: var(--faint);
  font-size: clamp(9px, 0.7vw, 11px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700
}

.panel-title {
  font-size: clamp(17px, 1.35vw, 25px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin-top: 5px
}

.panel-copy {
  margin-top: 10px;
  font-size: clamp(11px, 0.86vw, 14px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 64ch
}

.compact-copy {
  color: var(--muted);
  font-size: clamp(10.5px, 0.78vw, 12px);
  line-height: 1.45
}

.chip-row {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.chip.em {
  color: #04120c;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  border-color: transparent;
  font-weight: 800
}

.smart-btn {
  --x: 50%;
  --y: 50%;
  height: clamp(40px, 3vw, 48px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), inset 0 0 22px rgba(255, 255, 255, 0.03);
  overflow: hidden;
  --mx: 50%;
  --my: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 clamp(14px, 1.15vw, 18px);
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 135, 0.28);
  color: var(--text);
  font-weight: 850;
  font-size: clamp(11px, 0.8vw, 13px);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s var(--ease-spring), border-color 0.25s var(--ease-os), box-shadow 0.25s var(--ease-os);
  will-change: transform;
  white-space: nowrap
}

.smart-btn.secondary {
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  border-color: rgba(34, 211, 238, 0.24)
}

.smart-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s var(--ease-os);
  pointer-events: none
}

.smart-btn:hover {
  box-shadow: var(--shadow-green);
  border-color: rgba(0, 255, 135, 0.5)
}

.smart-btn:hover::before {
  opacity: 1
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: auto
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  min-width: 0
}

.stat-card strong {
  display: block;
  font-size: clamp(18px, 2vw, 30px);
  letter-spacing: -0.05em;
  line-height: 0.9
}

.stat-card span {
  display: block;
  color: var(--faint);
  font-size: 10px;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em
}

.solution-selector {
  display: grid;
  gap: 8px;
  margin-top: 14px
}

.solution-tab {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
  text-align: left;
  color: var(--muted);
  cursor: pointer;
  transition: transform 0.32s var(--ease-spring), background 0.28s var(--ease-os), border-color 0.28s var(--ease-os), color 0.28s var(--ease-os), box-shadow 0.28s var(--ease-os)
}

.solution-tab strong {
  display: block;
  color: var(--text);
  font-size: clamp(12px, 0.9vw, 14px);
  margin-bottom: 4px
}

.solution-tab small {
  font-size: clamp(9.5px, 0.72vw, 11px);
  color: var(--faint);
  line-height: 1.35;
  display: block
}

.solution-tab.active {
  color: var(--text);
  border-color: rgba(0, 255, 135, 0.36);
  box-shadow: var(--shadow-green);
  transform: translateX(4px)
}

.solution-detail {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  min-height: 0;
  margin-top: 10px
}

.detail-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  padding: 14px;
  min-height: 0;
  overflow: hidden
}

.detail-card h4 {
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 850;
  margin-bottom: 10px
}

.detail-card ul {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: clamp(10px, 0.75vw, 12px);
  line-height: 1.25
}

.detail-card li {
  display: flex;
  gap: 7px;
  align-items: flex-start
}

.detail-card li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 8px rgba(0, 255, 135, 0.8);
  margin-top: 0.45em;
  flex: 0 0 auto
}

.architecture-map {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 24px;
  margin-top: 14px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 210px;
  display: grid;
  place-items: center;
  position: relative
}

.arch-node {
  position: absolute;
  width: clamp(96px, 9vw, 142px);
  min-height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 15, 24, 0.62);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18)
}

html[data-theme="light"] .arch-node {
  background: rgba(255, 255, 255, 0.72)
}

.arch-node b {
  font-size: clamp(10.5px, 0.78vw, 12px);
  line-height: 1
}

.arch-node span {
  font-size: 9px;
  color: var(--faint);
  margin-top: 4px
}

.arch-node:nth-child(1) {
  left: 5%;
  top: 14%
}

.arch-node:nth-child(2) {
  left: 34%;
  top: 5%
}

.arch-node:nth-child(3) {
  right: 5%;
  top: 15%
}

.arch-node:nth-child(4) {
  left: 12%;
  bottom: 14%
}

.arch-node:nth-child(5) {
  left: 39%;
  bottom: 7%
}

.arch-node:nth-child(6) {
  right: 8%;
  bottom: 17%
}

.arch-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(82px, 8vw, 128px);
  height: clamp(82px, 8vw, 128px);
  transform: translate(-50%, -50%);
  border-radius: 34px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 900;
  color: #04120c;
  background: conic-gradient(from 90deg,
      var(--emerald),
      var(--cyan),
      var(--amber),
      var(--emerald));
  box-shadow: 0 0 40px rgba(0, 255, 135, 0.22), 0 0 80px rgba(34, 211, 238, 0.12)
}

.arch-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55
}

.stack-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
  min-height: 0
}

.stack-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 11px;
  background: rgba(255, 255, 255, 0.045);
  min-width: 0
}

.stack-card b {
  display: block;
  font-size: clamp(10.5px, 0.8vw, 12.5px)
}

.stack-card span {
  display: block;
  color: var(--faint);
  font-size: clamp(9px, 0.66vw, 10.5px);
  line-height: 1.35;
  margin-top: 4px
}

.bar.alert {
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.45))
}

.radar {
  position: relative;
  flex: 1;
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  margin-top: 12px;
  background-size: 22px 22px, auto
}

.radar::before {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 135, 0.18);
  box-shadow: inset 0 0 22px rgba(0, 255, 135, 0.08)
}

.radar::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform-origin: left top;
  animation: 4.6s linear infinite radarSweep
}

.radar-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.9);
  animation: 1.8s ease-in-out infinite pulseDot
}

.radar-dot:nth-child(1) {
  left: 18%;
  top: 38%
}

.radar-dot:nth-child(2) {
  left: 72%;
  top: 25%;
  animation-delay: 0.3s;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.8)
}

.radar-dot:nth-child(3) {
  left: 56%;
  top: 68%;
  animation-delay: 0.6s;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(251, 191, 36, 0.8)
}

.radar-dot:nth-child(4) {
  left: 35%;
  top: 57%;
  animation-delay: 0.9s
}

@keyframes pulseDot {

  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.55
  }

  50% {
    transform: scale(1.38);
    opacity: 1
  }
}

.step.active::before,
.step:hover::before {
  opacity: 1
}

.step strong {
  display: block;
  color: var(--emerald);
  font-size: clamp(14px, 1vw, 18px)
}

.step span {
  display: block;
  font-size: 0.62rem;
  color: var(--muted);
  line-height: 1.25;
  margin-top: 4px
}

.engagement-grid,
.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px
}

.mini-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.045);
  min-width: 0;
  position: relative;
  overflow: hidden
}

.mini-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  opacity: 0.55
}

.mini-card b {
  display: block;
  font-size: clamp(10.5px, 0.78vw, 12.5px)
}

.mini-card span {
  display: block;
  color: var(--faint);
  font-size: clamp(9px, 0.66vw, 10.5px);
  line-height: 1.35;
  margin-top: 5px
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px
}

.field.full {
  grid-column: 1/-1
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  padding: 11px 12px;
  outline: 0;
  font-size: clamp(11px, 0.82vw, 13px);
  min-height: 42px
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(0, 255, 135, 0.42);
  box-shadow: 0 0 0 3px rgba(0, 255, 135, 0.08)
}

option {
  color: #06101c
}

.view-titlebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px
}

.maximize {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s var(--ease-os), transform 0.3s var(--ease-spring);
  z-index: 5
}

.panel:hover .maximize {
  opacity: 1
}

.maximize:hover {
  transform: scale(1.08);
  color: var(--emerald)
}

.panel.focused {
  opacity: 1 !important;
  filter: none !important;
  transition: 0.55s var(--ease);
  position: fixed !important;
  inset: 18px !important;
  z-index: 80 !important;
  grid-area: auto !important;
  border-radius: 30px !important;
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.65), 0 0 90px rgba(0, 255, 135, 0.12);
  transform: scale(1) !important
}

.focus-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(12px);
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s var(--ease-fluid)
}

.focus-backdrop.active {
  opacity: 1;
  pointer-events: auto
}

.command-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: start center;
  padding-top: 10vh;
  background: rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px)
}

.command-modal.active {
  display: grid
}

.cmd-result {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer
}

.cmd-result b {
  display: block;
  font-size: 13px
}

.cmd-result span {
  display: block;
  color: var(--faint);
  font-size: 11px;
  margin-top: 2px
}

@media (max-width: 1180px) {

  .status-pill:nth-child(3) {
    display: none
  }

  .grid-engage,
  .grid-industries,
  .grid-oem,
  .grid-overview,
  .grid-process,
  .grid-solutions,
  .grid-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr))
  }

  .span-2r {
    grid-row: span 1
  }

  .step {
    min-height: 96px
  }
}

@media (max-width: 860px) {

  body,
  html {
    overflow: hidden
  }

  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: 58px minmax(0, 1fr) var(--bottom);
    grid-template-areas: "top" "main" "tabs";
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    gap: 10px
  }

  .dock {
    display: none
  }

  .topbar {
    grid-template-columns: 1fr auto;
    grid-column: 1;
    grid-row: 1;
    gap: 8px;
    border-radius: 22px;
    padding: 0 10px
  }

  .wordmark .eyebrow {
    font-size: 8px
  }

  .wordmark h1 {
    font-size: 15px
  }

  .command-trigger {
    display: none
  }

  .status-strip {
    gap: 6px
  }

  .status-pill {
    display: none;
    height: 36px;
    padding: 0 8px;
    font-size: 0.68rem
  }

  .status-pill:first-child {
    display: flex;
    height: 42px
  }

  .theme-toggle {
    width: 44px;
    height: 44px;
    border-radius: 16px
  }

  .canvas {
    padding: 10px;
    grid-column: 1;
    grid-row: 2;
    border-radius: 24px
  }

  .view {
    inset: 10px;
    flex-direction: row;
    padding-bottom: 2px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 0;
    filter: none;
    transform: translateX(12px);
    -webkit-overflow-scrolling: touch
  }

  .view::-webkit-scrollbar {
    display: none
  }

  .view .panel {
    min-width: min(86vw, 520px);
    height: 100%;
    scroll-snap-align: center;
    border-radius: 26px;
    padding: 15px
  }

  .panel-title {
    font-size: 22px
  }

  .panel-copy {
    line-height: 1.48;
    font-size: 12px
  }

  .stat-grid {
    grid-template-columns: 1fr;
    margin-top: 14px
  }

  .engagement-grid,
  .form-grid,
  .industry-grid,
  .solution-detail,
  .stack-grid {
    grid-template-columns: 1fr
  }

  .engagement-grid,
  .industry-grid,
  .stack-grid {}

  .process-line {
    grid-template-columns: 1fr;
    overflow: auto;
    max-height: 100%;
    padding-right: 2px
  }

  .mobile-tabs {
    grid-column: 1;
    grid-row: 3;
    align-items: center;
    justify-content: space-around;
    background: rgba(12, 18, 30, 0.75);
    border: 1px solid var(--line);
    box-shadow: 0 -18px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(22px);
    grid-area: tabs;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    border-radius: 26px;
    padding: 8px
  }

  .mobile-tab {
    border: 1px solid transparent;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--faint);
    background: 0 0;
    font-size: 9px;
    min-width: 0
  }

  .mobile-tab svg {
    width: 19px;
    height: 19px
  }

  .mobile-tab.active {
    color: var(--emerald);
    border-color: rgba(0, 255, 135, 0.28);
    box-shadow: var(--shadow-green)
  }

  .dock-item.active::after {
    display: none
  }

  .arch-node {
    width: 112px
  }

  .arch-node:nth-child(1) {
    left: 4%;
    top: 7%
  }

  .arch-node:nth-child(2) {
    left: 48%;
    top: 3%
  }

  .arch-node:nth-child(3) {
    right: 4%;
    top: 35%
  }

  .arch-node:nth-child(4) {
    left: 5%;
    bottom: 31%
  }

  .arch-node:nth-child(5) {
    left: 44%;
    bottom: 5%
  }

  .arch-node:nth-child(6) {
    right: 7%;
    bottom: 24%
  }

  .arch-core {
    width: 88px;
    height: 88px;
    border-radius: 26px
  }

  .panel.focused {
    inset: 10px 10px calc(var(--bottom) + 12px) 10px !important
  }
}

@media (max-width: 420px) {
  .view .panel {
    min-width: 88vw
  }

  .chip {
    padding: 6px 8px
  }

  .mobile-tabs {
    grid-template-columns: repeat(7, 1fr);
    min-height: 68px
  }

  .panel {
    padding: 13px
  }

  .detail-card {
    padding: 12px
  }
}

@media (max-height: 720px) and (min-width: 861px) {
  .panel {
    padding: 14px
  }

  .panel-title {
    font-size: clamp(17px, 1.5vw, 27px)
  }

  .panel-copy {
    line-height: 1.38
  }

  .chip-row {
    gap: 5px;
    margin-top: 10px
  }

  .stat-card {
    padding: 10px
  }

  .architecture-map,
  .radar {
    min-height: 140px
  }
}

body,
body,
html,
html[data-theme="light"] {}

body,
body,
html {}

a,
button,
input {
  font: inherit
}

button {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer
}

.ll-company {
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 12% 10%,
      rgba(0, 255, 135, 0.16),
      transparent 28%), radial-gradient(circle at 88% 8%, rgba(0, 217, 255, 0.16), transparent 32%), radial-gradient(circle at 70% 95%,
      rgba(255, 200, 87, 0.1),
      transparent 28%), linear-gradient(135deg, var(--bg), var(--bg2));
  isolation: isolate
}

.ll-company::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.34;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, #000, transparent 82%)
}

.ll-company::after {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  opacity: 0.38;
  pointer-events: none;
  animation: 42s linear infinite slowSpin
}

@keyframes slowSpin {
  to {
    transform: rotate(1turn)
  }
}

.micro-border {
  position: relative;
  overflow: hidden
}

.micro-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.55
}

.brand-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  white-space: nowrap
}

.mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 32px rgba(0, 255, 135, 0.15);
  border: 1px solid rgba(0, 255, 135, 0.25)
}

.mark svg {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 0 9px rgba(0, 255, 135, 0.55))
}

.searchbar {
  position: relative;
  overflow: hidden;
  height: 40px;
  min-width: 180px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  color: var(--muted);
  cursor: pointer;
  transition: 0.35s var(--ease-fluid)
}

.searchbar::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.35s var(--ease)
}

.searchbar:hover::after {
  opacity: 1
}

.searchbar svg {
  width: 18px;
  height: 18px;
  opacity: 0.75;
  z-index: 1
}

.searchbar span {
  font-size: 13px;
  z-index: 1;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0
}

.status-pill b {
  font-size: 12px;
  letter-spacing: -0.01em
}

.status-pill small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em
}

.dock-logo {
  background: rgba(0, 255, 135, 0.08);
  box-shadow: inset 0 0 24px rgba(0, 255, 135, 0.05), 0 0 20px rgba(0, 255, 135, 0.12);
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: 4px
}

.dock-btn {
  --dock-scale: 1;
  transform: scale(var(--dock-scale)) translateZ(0);
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  transition: transform 0.26s var(--ease-spring), background 0.35s var(--ease-fluid), border-color 0.35s var(--ease-fluid), color 0.35s var(--ease-fluid), box-shadow 0.35s var(--ease-fluid);
  will-change: transform;
  outline: 0
}

.dock-btn svg {
  filter: drop-shadow(0 0 0 transparent);
  width: 20px;
  height: 20px;
  stroke-width: 1.7;
  transition: transform 0.3s var(--ease-spring)
}

.dock-btn.active,
.dock-btn:hover {
  color: #fff;
  background: rgba(0, 255, 135, 0.1);
  border-color: rgba(0, 255, 135, 0.3);
  box-shadow: 0 0 34px rgba(0, 255, 135, 0.12)
}

.dock-btn.active::before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: -10px;
  width: 3px;
  height: 22px;
  border-radius: 99px;
  background: var(--emerald);
  box-shadow: 0 0 16px var(--emerald)
}

.dock-btn.active svg {
  filter: drop-shadow(0 0 10px rgba(0, 255, 135, 0.75))
}

.dock-btn:hover .dock-label {
  opacity: 1;
  transform: translateY(-50%) translateX(0)
}

.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  position: relative;
  z-index: 2;
  margin-bottom: 12px
}

.panel-actions {
  display: flex;
  gap: 8px;
  align-items: center
}

.mini-btn {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  display: grid;
  place-items: center;
  transition: 0.3s var(--spring);
  position: relative;
  z-index: 3
}

.mini-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px rgba(0, 217, 255, 0.15)
}

.mini-btn svg {
  width: 16px;
  height: 16px
}

.hero-panel {
  grid-column: 1/2;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: hero
}

.wide {
  grid-column: 2/span 2
}

.tall {
  grid-row: 1/span 2
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
  position: relative;
  z-index: 2
}

.metric small {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted)
}

.metric em {
  font-style: normal;
  font-size: 10px;
  color: var(--emerald)
}

.orb-map {
  height: 42%;
  min-height: 210px;
  border-radius: 24px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  margin-top: 18px
}

.orb-map .ring {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 50%;
  animation: pulseRing 4.8s infinite var(--ease)
}

.orb-map .ring:nth-child(2) {
  inset: 27%;
  border-color: rgba(0, 255, 135, 0.26);
  animation-delay: 0.6s
}

.orb-map .ring:nth-child(3) {
  inset: 40%;
  border-color: rgba(255, 200, 87, 0.24);
  animation-delay: 1.2s
}

@keyframes pulseRing {

  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.6
  }

  50% {
    transform: scale(1.04);
    opacity: 1
  }
}

.node {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--emerald);
  box-shadow: 0 0 20px var(--emerald)
}

.node.cyan {
  background: var(--cyan);
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.85)
}

.node.amber {
  background: var(--amber);
  box-shadow: 0 0 20px rgba(255, 200, 87, 0.8)
}

.link-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  opacity: 0.6
}

.hero-cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 3
}

.mag-btn {
  --x: 50%;
  --y: 50%;
  min-height: 44px;
  border-radius: 16px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 135, 0.26);
  color: #fff;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: -0.01em;
  transition: transform 0.38s var(--spring), box-shadow 0.32s var(--ease)
}

.mag-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.25s var(--ease)
}

.mag-btn:hover::before {
  opacity: 1
}

.mag-btn:hover {
  box-shadow: 0 0 35px rgba(0, 255, 135, 0.2)
}

.mag-btn span,
.mag-btn svg {
  position: relative;
  z-index: 1
}

.mag-btn.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft)
}

.chip.green {
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.28);
  background: rgba(0, 255, 135, 0.07)
}

.info-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
  position: relative;
  z-index: 2
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 16px;
  padding: 10px
}

.info-icon {
  width: 30px;
  height: 30px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 217, 255, 0.08);
  border: 1px solid rgba(0, 217, 255, 0.18);
  color: var(--cyan);
  flex: 0 0 auto
}

.info-item b {
  font-size: 12px;
  letter-spacing: -0.015em;
  display: block
}

.info-item p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.45;
  margin-top: 2px
}

.case-card.active {
  display: block;
  animation: caseIn 0.5s var(--ease) both
}

@keyframes caseIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.case-card h3 {
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 780;
  letter-spacing: -0.05em;
  line-height: 1.05
}

.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px
}

.case-mini {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.035)
}

.case-mini small {
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em
}

.case-mini p {
  font-size: 11px;
  color: var(--soft);
  line-height: 1.38;
  margin-top: 4px
}

.case-tabs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  position: relative;
  z-index: 2
}

.case-tab {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px 10px;
  font-size: 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  transition: 0.25s var(--ease)
}

.case-tab.active {
  color: #fff;
  border-color: rgba(0, 255, 135, 0.32);
  background: rgba(0, 255, 135, 0.09);
  box-shadow: 0 0 22px rgba(0, 255, 135, 0.1)
}

.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
  position: relative;
  z-index: 2
}

.role {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 16px;
  padding: 11px;
  transition: 0.3s var(--spring)
}

.role:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 255, 135, 0.25)
}

.role b {
  font-size: 12px;
  display: block
}

.role small {
  font-size: 10px;
  color: var(--muted)
}

.pulse-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--emerald);
  border: 1px solid rgba(0, 255, 135, 0.22);
  background: rgba(0, 255, 135, 0.07);
  border-radius: 999px;
  padding: 7px 10px
}

.pulse-tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 16px rgba(0, 255, 135, 0.85);
  animation: 1.6s infinite blink
}

@keyframes blink {
  50% {
    transform: scale(0.75);
    opacity: 1
  }
}

.step p {
  font-size: 10.5px;
  color: var(--muted);
  line-height: 1.45;
  margin-top: 6px;
  position: relative;
  z-index: 1
}

.contact-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 20px;
  padding: 14px
}

.contact-card h3 {
  font-size: 15px;
  font-weight: 760;
  letter-spacing: -0.03em;
  margin-bottom: 8px
}

.contact-card a,
.contact-card p {
  display: block;
  font-size: 12px;
  color: var(--soft);
  line-height: 1.65
}

.contact-card a:hover {
  color: var(--emerald)
}

.form-shell {
  display: grid;
  gap: 9px;
  position: relative;
  z-index: 2
}

.mini-chart {
  padding: 8px;
  border-radius: 17px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  position: relative;
  z-index: 2;
  height: 46px;
  display: flex;
  align-items: end;
  gap: 4px;
  margin-top: auto
}

.canvas.focusing .panel:not(.focused) {
  transform: scale(0.94);
  opacity: 0.25;
  filter: blur(3px);
  pointer-events: none
}

.cmd.active {
  display: grid;
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto
}

.cmd-box {
  width: min(720px, calc(100vw - 28px));
  border-radius: 28px;
  padding: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.cmd-results {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  max-height: 360px;
  overflow: auto
}

.cmd-item:hover {
  border-color: rgba(0, 255, 135, 0.33);
  background: rgba(0, 255, 135, 0.08);
  color: var(--text)
}

.cmd-item b {
  font-size: 13px
}

@media (max-width: 1180px) {
  :root {
    --dock: 64px;
    --top: 64px;
    --dock-w: 76px;
    --top-h: 70px
  }

  .view {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr
  }

  .hero-panel {
    grid-column: 1/span 2;
    grid-row: 1
  }

  .wide {
    grid-column: auto
  }

  .tall {
    grid-row: auto
  }

  .status-pill:nth-child(2) {
    display: none
  }
}

@media (max-width: 860px) {

  :root {
    --top: 64px
  }

  .brand-chip {
    min-width: 42px
  }

  .brand-sub,
  .brand-title {
    display: none
  }

  .mark {
    width: 42px;
    height: 42px
  }

  .searchbar {
    border-radius: 16px;
    height: 38px;
    min-width: 0;
    font-size: 0.72rem
  }

  .kbd,
  .status-row {
    display: none
  }

  .status-row {}

  .view.active {
    transform: none
  }

  .panel {
    min-width: calc(100vw - 20px);
    flex: 0 0 calc(100vw - 24px);
    height: 100%;
    scroll-snap-align: center;
    border-radius: 26px;
    padding: 14px;
    overflow: hidden
  }

  .panel::-webkit-scrollbar {
    width: 0;
    height: 0
  }

  .hero-panel {
    display: flex
  }

  .metric-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px
  }

  .metric {
    padding: 9px;
    border-radius: 15px
  }

  .metric strong {
    font-size: 20px
  }

  .metric small {
    font-size: 8px
  }

  .orb-map {
    min-height: 190px;
    height: 34%
  }

  html[data-theme="light"] .mobile-tabs {
    background: rgba(255, 255, 255, 0.78)
  }

  .m-tab {
    width: 54px;
    height: 54px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    color: var(--muted);
    position: relative;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid transparent;
    transition: 0.35s var(--spring)
  }

  .m-tab svg {
    width: 21px;
    height: 21px
  }

  .m-tab.active {
    color: #fff;
    background: rgba(0, 255, 135, 0.12);
    border-color: rgba(0, 255, 135, 0.25);
    transform: translateY(-7px);
    box-shadow: 0 12px 30px rgba(0, 255, 135, 0.14)
  }

  .m-tab.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--emerald);
    box-shadow: 0 0 16px rgba(0, 255, 135, 0.9)
  }

  .case-grid,
  .contact-grid,
  .role-grid,
  .timeline {
    grid-template-columns: 1fr
  }

  .timeline {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 390px) {
  .panel {
    padding: 13px
  }

  .panel-title {
    font-size: 20px
  }

  .hero-cta {
    gap: 7px
  }

  .mag-btn {
    width: 100%;
    min-height: 42px
  }

  .chip {
    font-size: 9px;
    padding: 6px 8px
  }

  .m-tab {
    width: 48px;
    height: 50px;
    border-radius: 18px
  }
}

@media (prefers-reduced-motion: reduce) {}

.innovation-app {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  padding: calc(14px + var(--safe-top)) clamp(12px, 1.4vw, 22px) calc(14px + var(--safe-bottom));
  display: grid;
  grid-template-columns: var(--dock-w) minmax(0, 1fr);
  grid-template-rows: var(--top-h) minmax(0, 1fr);
  gap: clamp(10px, 1vw, 16px);
  isolation: isolate
}

.innovation-app::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  opacity: 0.42;
  background-image: linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 76%)
}

.innovation-aurora {
  position: fixed;
  inset: auto -16vw -34vh auto;
  width: 62vw;
  height: 62vw;
  pointer-events: none;
  z-index: -1;
  filter: blur(20px);
  animation: auroraDrift 18s var(--ease-os) infinite alternate
}

@keyframes auroraDrift {
  from {
    transform: translate3d(-3%, -2%, 0) scale(1)
  }

  to {
    transform: translate3d(-17%, -12%, 0) scale(1.18)
  }
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: -45%;
  animation: 5.5s linear infinite spin;
  opacity: 0.35
}

.brand-mark svg {
  z-index: 1;
  filter: drop-shadow(0 0 12px rgba(0, 255, 135, 0.58));
  width: 20px;
  height: 20px
}

.brand h1 {
  font-size: clamp(13px, 0.98vw, 18px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
  white-space: nowrap
}

.brand p {
  margin: 3px 0 0;
  color: var(--faint);
  font-size: var(--font-micro);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.taxonomy {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  min-width: 0
}

.tax-btn {
  height: 36px;
  padding: 0 clamp(9px, 0.85vw, 14px);
  border-radius: 999px;
  font-size: var(--font-micro);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.042);
  border: 1px solid transparent;
  transition: all 0.45s var(--ease-spring);
  white-space: nowrap;
  position: relative;
  overflow: hidden
}

.tax-btn.active,
.tax-btn:hover {
  color: var(--text);
  border-color: rgba(0, 255, 135, 0.28);
  background: rgba(0, 255, 135, 0.07);
  box-shadow: inset 0 0 18px rgba(0, 255, 135, 0.05), 0 0 22px rgba(0, 255, 135, 0.1);
  transform: translateY(-1px)
}

.search-shell {
  color: var(--faint);
  height: clamp(42px, 4.4svh, 48px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  min-width: 0
}

html[data-theme="light"] .search-shell {
  background: rgba(255, 255, 255, 0.45)
}

.search-shell input {
  flex: 1;
  min-width: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  color: var(--text);
  font-size: clamp(12px, 0.88vw, 14px)
}

.search-shell kbd {
  color: var(--faint);
  font-size: 10px;
  padding: 4px 7px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap
}

.status-cluster {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--emerald);
  box-shadow: 0 0 16px var(--emerald);
  animation: 1.8s ease-in-out infinite pulse
}

.pulse-dot.cyan {
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan)
}

.pulse-dot.amber {
  background: var(--amber);
  box-shadow: 0 0 14px var(--amber)
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(0.78);
    opacity: 0.64
  }
}

.dock-list {
  flex: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  width: 100%
}

.bento {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 0.95vw, 16px);
  min-width: 0;
  min-height: 0;
  border-radius: var(--radius-xl);
  padding: clamp(12px, 1vw, 18px);
  position: relative;
  overflow: hidden;
  container-type: inline-size
}

.panel-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  padding: clamp(14px, 1.35vw, 22px);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-glow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transition: transform 0.45s var(--ease-spring), border 0.45s var(--ease-spring), box-shadow 0.45s var(--ease-spring), opacity 0.45s var(--ease-spring);
  container-type: inline-size
}

.panel-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 255, 135, 0.22);
  box-shadow: 0 0 46px rgba(0, 255, 135, 0.12), 0 20px 70px rgba(0, 0, 0, 0.45)
}

.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.42;
  mix-blend-mode: screen
}

html[data-theme="light"] .panel-card::before {
  mix-blend-mode: normal;
  opacity: 0.28
}

.span-12 {
  grid-column: span 12
}

.span-8 {
  grid-column: span 8
}

.span-7 {
  grid-column: span 7
}

.span-6 {
  grid-column: span 6
}

.span-5 {
  grid-column: span 5
}

.span-4 {
  grid-column: span 4
}

.span-3 {
  grid-column: span 3
}

.row-6 {
  grid-row: span 6
}

.row-5 {
  grid-row: span 5
}

.row-4 {
  grid-row: span 4
}

.row-3 {
  grid-row: span 3
}

.row-2 {
  grid-row: span 2
}

.row-1 {
  grid-row: span 1
}

.title-hero {
  font-size: var(--font-hero);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin: 12px 0 10px;
  max-width: 940px
}

.widget-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: var(--font-body);
  line-height: 1.55;
  max-width: 72ch
}

.strong-gradient {
  background: linear-gradient(90deg,
      var(--text),
      var(--emerald) 46%,
      var(--cyan));
  -webkit-background-clip: text;
  color: transparent
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(14px, 1.3vw, 22px)
}

.smart-btn.primary {
  color: #02120a;
  box-shadow: 0 0 28px rgba(0, 255, 135, 0.22), 0 15px 44px rgba(0, 0, 0, 0.28);
  border-color: rgba(0, 255, 135, 0.55)
}

.floating-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: clamp(12px, 1vw, 18px)
}

.tag {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 0.64rem;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  padding: 6px 8px;
  white-space: nowrap
}

.tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 12px rgba(0, 255, 135, 0.72)
}

.tag.cyan::before {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(66, 217, 255, 0.72)
}

.tag.amber::before {
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 198, 109, 0.7)
}

.tag.violet::before {
  background: var(--violet);
  box-shadow: 0 0 12px rgba(167, 132, 255, 0.7)
}

.console {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0
}

.console-log {
  min-height: 0;
  flex: 1;
  overflow: hidden;
  border-radius: 22px;
  padding: 14px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.22);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: clamp(10px, 0.68vw, 12px);
  line-height: 1.7;
  color: var(--muted);
  position: relative
}

html[data-theme="light"] .console-log {
  background: rgba(255, 255, 255, 0.38)
}

.console-log p {
  margin: 0 0 7px
}

.console-log em {
  color: var(--emerald);
  font-style: normal
}

.console-log strong {
  color: var(--cyan);
  font-weight: 600
}

.innovation-stack {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
  height: min(50%, 210px)
}

.stack-layer {
  position: relative;
  overflow: hidden;
  min-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 15px;
  border: 1px solid var(--border);
  transform: translateX(calc(var(--offset, 0) * 1px))
}

.stack-layer::after {
  content: "";
  position: absolute;
  inset: auto 12px 12px 12px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
  transform-origin: left;
  transform: scaleX(var(--fill, 0.72));
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.24)
}

.stack-layer b {
  display: block;
  line-height: 1.2;
  font-size: var(--font-body)
}

.stack-layer span {
  line-height: 1.35;
  display: block;
  margin-top: 5px;
  font-size: var(--font-micro);
  color: var(--faint);
  text-align: right
}

.diagram-grid {
  margin-top: 14px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 0
}

.mini-block {
  border-radius: 18px;
  padding: 12px;
  min-height: 72px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.042)
}

.mini-block b {
  display: block;
  font-size: clamp(12px, 0.82vw, 15px)
}

.mini-block span {
  color: var(--faint);
  font-size: var(--font-micro);
  display: block;
  margin-top: 5px
}

.viewport-map {
  height: 100%;
  min-height: 260px;
  border-radius: 24px;
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden
}

.viewport-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 80%)
}

.map-node.cyan {
  background: var(--cyan);
  box-shadow: 0 0 18px var(--cyan);
  animation-delay: 0.7s
}

.map-node.amber {
  background: var(--amber);
  box-shadow: 0 0 18px var(--amber);
  animation-delay: 1.1s
}

@keyframes radar {
  from {
    transform: scale(0.35);
    opacity: 0.42
  }

  to {
    transform: scale(1.2);
    opacity: 0
  }
}

.path-line {
  position: absolute;
  height: 1px;
  transform-origin: left;
  box-shadow: 0 0 12px rgba(0, 255, 135, 0.24)
}

.microcharts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: calc(100% - 74px);
  min-height: 0;
  margin-top: 14px
}

.chart-card {
  border-radius: 18px;
  padding: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.chart-label {
  display: flex;
  justify-content: space-between;
  color: var(--faint);
  font-size: var(--font-micro)
}

.spark.area path.area {
  stroke: none;
  fill: rgba(0, 255, 135, 0.08);
  filter: none
}

.semantic-overlay {
  height: 100%;
  min-height: 220px;
  border-radius: 24px;
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative
}

html[data-theme="light"] .semantic-overlay {
  background: rgba(255, 255, 255, 0.42)
}

.semantic-overlay::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 46% 54% 44% 56%/52% 38% 62% 48%;
  border: 1px solid rgba(0, 255, 135, 0.24);
  box-shadow: inset 0 0 40px rgba(0, 255, 135, 0.05), 0 0 50px rgba(66, 217, 255, 0.08);
  animation: morph 8s var(--ease-os) infinite alternate
}

@keyframes morph {
  from {
    transform: rotate(-2deg) scale(0.98);
    border-radius: 46% 54% 44% 56%/52% 38% 62% 48%
  }

  to {
    transform: rotate(2deg) scale(1.04);
    border-radius: 58% 42% 54% 46%/42% 52% 48% 58%
  }
}

.vision-box {
  position: absolute;
  border: 1px solid rgba(0, 255, 135, 0.54);
  background: rgba(0, 255, 135, 0.045);
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.14);
  border-radius: 12px
}

.vision-box::after {
  content: attr(data-label);
  position: absolute;
  left: 8px;
  top: -24px;
  font-size: 10px;
  color: var(--emerald);
  background: rgba(0, 0, 0, 0.48);
  padding: 3px 6px;
  border-radius: 999px;
  white-space: nowrap
}

.actuator {
  height: 100%;
  min-height: 240px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: radial-gradient(circle, rgba(0, 255, 135, 0.1), transparent 55%), rgba(255, 255, 255, 0.035)
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 135, 0.18);
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.08), inset 0 0 30px rgba(66, 217, 255, 0.05);
  animation: ringFloat 6s var(--ease-os) infinite alternate
}

.ring.r1 {
  width: 42%;
  aspect-ratio: 1
}

.ring.r2 {
  width: 62%;
  aspect-ratio: 1;
  animation-delay: -0.8s;
  border-color: rgba(66, 217, 255, 0.18)
}

.ring.r3 {
  width: 82%;
  aspect-ratio: 1;
  animation-delay: -1.6s;
  border-color: rgba(255, 198, 109, 0.12)
}

@keyframes ringFloat {
  from {
    transform: rotate(0) scale(0.98)
  }

  to {
    transform: rotate(12deg) scale(1.03)
  }
}

.actuator-core {
  width: clamp(72px, 7vw, 120px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(from 120deg,
      var(--emerald),
      var(--cyan),
      var(--violet),
      var(--emerald));
  box-shadow: 0 0 38px rgba(0, 255, 135, 0.24)
}

.actuator-core::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  background: var(--canvas);
  border: 1px solid rgba(255, 255, 255, 0.12)
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: calc(100% - 70px);
  margin-top: 14px;
  min-height: 0
}

.platform-card {
  border-radius: 20px;
  padding: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 0;
  border: 1px solid var(--border);
  overflow: hidden
}

.platform-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(0, 255, 135, 0.08);
  border: 1px solid rgba(0, 255, 135, 0.18);
  color: var(--emerald)
}

.platform-card b {
  font-size: clamp(12px, 0.84vw, 16px);
  line-height: 1.15;
  margin-top: 10px;
  display: block
}

.platform-card p {
  color: var(--faint);
  font-size: var(--font-micro);
  line-height: 1.45;
  margin: 6px 0 0
}

.doc-list {
  display: grid;
  gap: 9px;
  margin-top: 14px
}

.doc-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.042);
  border: 1px solid var(--border)
}

.doc-row b {
  display: block;
  font-size: clamp(11px, 0.74vw, 14px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.doc-row span {
  display: block;
  color: var(--faint);
  font-size: 10px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.doc-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(66, 217, 255, 0.08);
  border: 1px solid rgba(66, 217, 255, 0.18)
}

.doc-badge {
  font-size: 10px;
  color: var(--emerald)
}

.reliability-pyramid {
  height: calc(100% - 70px);
  min-height: 230px;
  margin-top: 14px;
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  justify-content: center
}

.pyramid-level {
  margin: 0 auto;
  height: clamp(38px, 5vh, 58px);
  border-radius: 16px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-micro);
  color: var(--muted);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.025)
}

.pyramid-level:nth-child(1) {
  width: 92%
}

.pyramid-level:nth-child(2) {
  width: 76%
}

.pyramid-level:nth-child(3) {
  width: 58%
}

.pyramid-level:nth-child(4) {
  width: 40%;
  color: var(--amber);
  border-color: rgba(255, 198, 109, 0.2)
}

.panel-card.maximized {
  position: fixed !important;
  inset: calc(18px + var(--safe-top)) clamp(16px, 3vw, 40px) calc(18px + var(--safe-bottom)) clamp(16px, 3vw, 40px) !important;
  width: auto !important;
  height: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
  z-index: 999;
  transform: none !important;
  animation: maximizeIn 0.52s var(--ease-spring) both
}

@keyframes maximizeIn {
  from {
    transform: scale(0.94);
    opacity: 0.75;
    filter: blur(6px)
  }

  to {
    transform: scale(1);
    opacity: 1;
    filter: blur(0)
  }
}

.app-dim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s var(--ease-os);
  z-index: 990
}

.app-dim.active {
  opacity: 1;
  pointer-events: auto
}

html[data-theme="light"] .command-input {
  background: rgba(255, 255, 255, 0.45)
}

.cmd-result:hover {
  border-color: rgba(0, 255, 135, 0.26);
  background: rgba(0, 255, 135, 0.065)
}

.mobile-dock {
  display: none
}

@container (max-width: 380px) {
  .panel-card {
    padding: 12px
  }

  .innovation-stack {
    grid-template-columns: 1fr 1fr;
    height: auto
  }
}

@media (max-width: 1240px) {
  .topbar {
    grid-template-columns: minmax(170px, 0.9fr) minmax(210px, 1fr) minmax(260px,
        1.4fr) auto
  }

  .taxonomy .tax-btn:nth-child(n + 5) {
    display: none
  }

  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto
  }
}

@media (max-width: 1024px) {
  :root {
    --dock-w: 68px;
    --top-h: 64px
  }

  .topbar {
    grid-template-columns: minmax(165px, 1fr) minmax(230px, 1.3fr) auto
  }

  .status-pill.hide-tablet,
  .taxonomy {
    display: none
  }

  .status-pill.hide-tablet {}

  .bento {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr))
  }

  .span-12,
  .span-7,
  .span-8 {
    grid-column: span 8
  }

  .span-4,
  .span-5,
  .span-6 {
    grid-column: span 4
  }

  .row-6 {
    grid-row: span 5
  }

  .row-5 {
    grid-row: span 4
  }

  .innovation-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: auto
  }

  .microcharts {
    grid-template-columns: 1fr;
    overflow: hidden
  }
}

@media (max-width: 760px) {

  body,
  html {
    overflow: hidden
  }

  .innovation-app {
    grid-template-columns: 1fr;
    grid-template-rows: calc(64px + var(--safe-top)) minmax(0, 1fr) calc(76px + var(--safe-bottom));
    padding: 10px 10px 0;
    gap: 10px
  }

  .topbar {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 22px;
    padding: 9px 10px
  }

  .brand p,
  .search-shell {
    display: none
  }

  .search-shell {}

  .status-cluster {
    gap: 6px
  }

  .status-pill:not(:first-child) {
    display: none
  }

  .theme-toggle {
    width: 40px;
    height: 40px
  }

  .canvas {
    grid-column: 1;
    grid-row: 2;
    border-radius: 22px
  }

  .view {
    padding: 0;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 10px;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch
  }

  .bento {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 2px 2px 8px
  }

  .bento::-webkit-scrollbar {
    display: none
  }

  .panel-card {
    min-width: min(88vw, 460px);
    height: 100%;
    scroll-snap-align: center;
    padding: 16px;
    overflow: hidden;
    grid-column: auto !important;
    grid-row: auto !important
  }

  .title-hero {
    font-size: clamp(30px, 11vw, 48px);
    line-height: 0.94
  }

  .metric b {
    font-size: 26px
  }

  .innovation-stack {
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: 48%;
    overflow: hidden
  }

  .stack-layer {
    padding: 10px;
    min-height: 42px
  }

  .diagram-grid,
  .microcharts,
  .platform-grid {
    grid-template-columns: 1fr;
    height: auto;
    max-height: 70%;
    overflow: hidden
  }

  .timeline {
    height: auto;
    max-height: 74%;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(66px, auto);
    overflow: hidden
  }

  .actuator,
  .semantic-overlay,
  .viewport-map {
    min-height: 56%
  }

  .mobile-dock {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    height: calc(70px + var(--safe-bottom));
    padding: 8px 8px calc(8px + var(--safe-bottom));
    border-radius: 24px 24px 0 0;
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-top: 1px solid var(--border);
    backdrop-filter: blur(28px) saturate(150%);
    -webkit-backdrop-filter: blur(28px) saturate(150%);
    box-shadow: 0 -12px 45px rgba(0, 0, 0, 0.32)
  }

  .mobile-dock .dock-item {
    width: 42px;
    height: 42px;
    border-radius: 16px
  }

  .mobile-dock .dock-item.active::after,
  .mobile-dock .dock-item::before {
    display: none
  }

  .cmd {
    top: auto;
    bottom: calc(88px + var(--safe-bottom));
    border-radius: 26px
  }

  .panel-card.maximized {
    inset: 10px 10px calc(84px + var(--safe-bottom)) 10px !important;
    border-radius: 26px
  }

  .bar-row {
    grid-template-columns: 82px minmax(0, 1fr) 34px
  }
}

@media (max-width: 420px) {
  .brand h1 {
    font-size: 13px
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 13px
  }

  .status-pill {
    height: 34px;
    padding: 0 8px
  }

  .panel-card {
    min-width: 91vw
  }

  .hero-actions {
    gap: 8px
  }

  .smart-btn {
    width: 100%;
    height: 42px
  }

  .floating-tags {
    max-height: 70px;
    overflow: hidden
  }

  .innovation-stack {
    grid-template-columns: 1fr;
    max-height: 56%
  }

  .mobile-dock .dock-item:nth-child(n + 7) {
    display: none
  }
}

@media (max-height: 760px) and (min-width: 761px) {
  :root {
    --top-h: 58px
  }

  .topbar {
    padding-top: 8px;
    padding-bottom: 8px
  }

  .panel-card {
    padding: 14px
  }

  .floating-tags,
  .hero-actions {
    margin-top: 10px
  }

  .widget-subtitle {
    line-height: 1.42
  }

  .metric-grid {
    gap: 8px;
    margin-top: 10px
  }

  .innovation-stack {
    height: 170px
  }

  .stack-layer {
    min-height: 70px
  }
}

@media (prefers-reduced-motion: reduce) {}

.rd-app {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  padding: calc(14px + var(--safe-top)) clamp(12px, 1.4vw, 22px) calc(14px + var(--safe-bottom));
  display: grid;
  grid-template-columns: var(--dock-w) minmax(0, 1fr);
  grid-template-rows: var(--top-h) minmax(0, 1fr);
  gap: clamp(10px, 1vw, 16px);
  isolation: isolate
}

.rd-app::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  opacity: 0.42;
  z-index: -2
}

.aurora {
  position: fixed;
  inset: auto -15vw -34vh auto;
  width: 60vw;
  height: 60vw;
  filter: blur(18px);
  pointer-events: none;
  animation: drift 16s var(--ease-os) infinite alternate;
  z-index: -1
}

@keyframes drift {
  from {
    transform: translate3d(-4%, -3%, 0) scale(1)
  }

  to {
    transform: translate3d(-15%, -12%, 0) scale(1.18)
  }
}

.status-chip {
  height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border);
  font-size: var(--font-micro);
  color: var(--muted);
  white-space: nowrap
}

@keyframes ping-soft {

  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.8
  }

  50% {
    transform: scale(1.25);
    opacity: 1
  }
}

.dock-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2px
}

.dock-title small {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 9px;
  color: var(--faint);
  line-height: 1;
  max-height: 64px
}

.dock-btn:hover {
  color: var(--text);
  border-color: rgba(56, 217, 255, 0.35);
  box-shadow: 0 0 28px rgba(56, 217, 255, 0.12)
}

.dock-btn.active {
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.42);
  box-shadow: 0 0 34px rgba(0, 255, 135, 0.16)
}

.bento::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.25s
}

.bento::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  mask-image: linear-gradient(180deg, #000, transparent 76%)
}

.bento>* {
  position: relative;
  z-index: 1
}

.widget-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(10px, 0.75vw, 14px)
}

.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 16px currentColor
}

.bento h2,
.bento h3 {
  margin: 0;
  letter-spacing: -0.035em
}

.bento h2 {
  font-size: var(--font-hero);
  line-height: 0.96;
  max-width: 12ch
}

.bento h3 {
  font-size: var(--font-h2);
  line-height: 1.05
}

.bento p {
  color: var(--muted);
  font-size: var(--font-body);
  line-height: 1.52;
  margin: 0
}

.status-tile-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.action-btn {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 14px;
  color: #03130c;
  font-size: var(--font-body);
  font-weight: 800;
  background: linear-gradient(135deg, var(--emerald), var(--cyan));
  box-shadow: 0 0 30px rgba(0, 255, 135, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  white-space: nowrap
}

.ghost-btn {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 14px;
  color: var(--text);
  font-size: var(--font-body);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  white-space: nowrap
}

.map-panel {
  grid-column: 2/4;
  grid-row: 1/2
}

.motion-panel {
  grid-column: 2/3;
  grid-row: 2/3
}

.telemetry-panel {
  grid-column: 3/4;
  grid-row: 2/3;
  grid-area: telemetry
}

.grid-domains {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.3fr) minmax(0, 0.95fr);
  grid-template-rows: minmax(0, 0.9fr) minmax(0, 1.1fr)
}

.domains-radar {
  grid-column: 1/3;
  grid-row: 1/3
}

.domain-list {
  grid-column: 3/4;
  grid-row: 1/3
}

.grid-autonomy,
.grid-contact,
.grid-edge,
.grid-lifecycle,
.grid-motion,
.grid-platforms,
.grid-reliability,
.grid-sim,
.grid-systems {
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  grid-template-rows: minmax(0, 0.95fr) minmax(0, 1.05fr)
}

.large-left {
  grid-column: 1/2;
  grid-row: 1/3
}

.wide-top {
  grid-column: 2/4;
  grid-row: 1/2
}

.small-mid {
  grid-column: 2/3;
  grid-row: 2/3
}

.small-right {
  grid-column: 3/4;
  grid-row: 2/3
}

.rd-terminal {
  min-height: 0;
  flex: 1;
  border-radius: 20px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: hidden
}

html[data-theme="light"] .rd-terminal {
  background: rgba(255, 255, 255, 0.5)
}

.terminal-line i {
  color: var(--emerald);
  font-style: normal
}

.architecture-map svg {
  width: min(100%, 820px);
  height: min(100%, 360px);
  overflow: visible
}

.svg-line {
  stroke: rgba(64, 217, 255, 0.38);
  stroke-width: 1.4;
  fill: none;
  stroke-dasharray: 5 7;
  animation: 9s linear infinite dash
}

.svg-node {
  filter: drop-shadow(0 0 12px rgba(0, 255, 135, 0.34))
}

.svg-label {
  fill: var(--text);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em
}

.svg-sublabel {
  fill: var(--faint);
  font-size: 9px
}

@keyframes dash {
  to {
    stroke-dashoffset: -120
  }
}

.stack-diagram {
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px
}

.bar.warn {
  background: linear-gradient(180deg, var(--amber), rgba(255, 198, 109, 0.18));
  box-shadow: 0 0 14px rgba(255, 198, 109, 0.24)
}

.sparkline {
  height: 54px;
  width: 100%;
  margin-top: auto;
  overflow: visible
}

.sparkline path {
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(64, 217, 255, 0.4));
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1
}

.sparkline .fill {
  fill: rgba(64, 217, 255, 0.08);
  stroke: none
}

.domain-orbit {
  position: relative;
  width: min(86%, 620px);
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%
}

.domain-orbit::after,
.domain-orbit::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px dashed rgba(64, 217, 255, 0.24);
  border-radius: 50%;
  animation: 22s linear infinite rotate
}

.domain-orbit::after {
  inset: 30%;
  animation-duration: 16s;
  animation-direction: reverse;
  border-color: rgba(0, 255, 135, 0.22)
}

.domain-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(82px, 8.5vw, 128px);
  min-height: 42px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 7px 8px;
  border-radius: 17px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font-size: var(--font-micro);
  line-height: 1.18;
  transform: translate(-50%, -50%) rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a)));
  box-shadow: 0 0 20px rgba(0, 255, 135, 0.07)
}

.domain-list-wrap {
  height: calc(100% - 50px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  overflow: hidden
}

.capability-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border);
  min-width: 0
}

.cap-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--emerald);
  background: rgba(0, 255, 135, 0.075);
  border: 1px solid rgba(0, 255, 135, 0.13)
}

.capability-row b {
  display: block;
  font-size: var(--font-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.capability-row span {
  color: var(--faint);
  font-size: var(--font-micro);
  white-space: nowrap
}

.capability-row em {
  color: var(--emerald);
  font-size: var(--font-micro);
  font-style: normal
}

.phase p {
  font-size: var(--font-micro);
  line-height: 1.35
}

.pyramid {
  width: min(100%, 520px);
  height: 100%;
  min-height: 230px;
  margin: auto;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.pyramid-layer {
  height: clamp(34px, 6vh, 62px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 12px;
  border-radius: 13px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: var(--font-micro);
  font-weight: 700;
  width: var(--w)
}

.doc-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px
}

.doc-card,
.platform-card {
  padding: 12px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--border);
  min-width: 0
}

.doc-card b,
.platform-card b {
  display: block;
  font-size: var(--font-body);
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.doc-card span,
.platform-card span {
  display: block;
  color: var(--faint);
  font-size: var(--font-micro);
  line-height: 1.35
}

.mini-board {
  position: relative;
  height: 100%;
  min-height: 190px;
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--border);
  overflow: hidden
}

html[data-theme="light"] .mini-board {
  background: rgba(255, 255, 255, 0.45)
}

.mini-board::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 255, 135, 0.25);
  box-shadow: inset 0 0 30px rgba(0, 255, 135, 0.05), 0 0 22px rgba(0, 255, 135, 0.08)
}

.trace {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  animation: 2.6s ease-in-out infinite tracePulse
}

@keyframes tracePulse {
  50% {
    opacity: 0.25;
    filter: blur(0.5px)
  }
}

.slam-map {
  position: relative;
  height: 100%;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border)
}

.slam-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: perspective(600px) rotateX(55deg) translateY(-16%);
  transform-origin: center top;
  opacity: 0.65
}

@keyframes pulseNode {
  50% {
    transform: scale(1.7);
    opacity: 0.65
  }
}

.focus-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s
}

.focus-overlay.active {
  opacity: 1;
  pointer-events: auto
}

.bento.focused {
  position: fixed !important;
  inset: calc(24px + var(--safe-top)) clamp(16px, 5vw, 74px) calc(24px + var(--safe-bottom)) clamp(16px, 5vw, 74px) !important;
  width: auto !important;
  height: auto !important;
  z-index: 70;
  transform: none !important;
  animation: focusIn 0.46s var(--ease-spring) both
}

@keyframes focusIn {}

.palette {
  position: fixed;
  left: 50%;
  top: calc(28px + var(--safe-top));
  width: min(740px, calc(100vw - 28px));
  max-height: min(620px, calc(100svh - 56px));
  transform: translate(-50%, -12px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  z-index: 90;
  border-radius: 28px;
  overflow: hidden;
  transition: opacity 0.28s ease, transform 0.35s var(--ease-spring)
}

.palette.active {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto
}

.palette input {
  width: 100%;
  height: 58px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-size: clamp(14px, 1.1vw, 18px);
  border-bottom: 1px solid var(--border)
}

.palette-list {
  padding: 10px;
  display: grid;
  gap: 6px;
  max-height: 520px;
  overflow: auto
}

.palette-item {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid transparent;
  color: var(--muted);
  background: 0 0;
  text-align: left
}

.palette-item:hover {
  background: rgba(0, 255, 135, 0.07);
  border-color: rgba(0, 255, 135, 0.18);
  color: var(--text)
}

.wordmark-small {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--faint);
  text-transform: uppercase
}

@media (min-width: 1600px) {
  :root {
    --dock-w: 104px;
    --top-h: 78px
  }

  .rd-app {
    padding: calc(20px + var(--safe-top)) 24px calc(20px + var(--safe-bottom));
    gap: 18px
  }
}

@media (max-aspect-ratio: 4/3) and (min-width: 900px) {
  .topbar {
    grid-template-columns: minmax(170px, 0.9fr) minmax(180px, 0.95fr) minmax(220px,
        1.15fr) auto
  }

  .status-chip:nth-child(2),
  .status-chip:nth-child(3) {
    display: none
  }

  .grid-autonomy,
  .grid-contact,
  .grid-domains,
  .grid-edge,
  .grid-lifecycle,
  .grid-motion,
  .grid-overview,
  .grid-platforms,
  .grid-reliability,
  .grid-sim,
  .grid-systems {
    gap: 12px
  }

  .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(88px, 1fr)
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  :root {
    --top-h: 58px;
    --font-hero: clamp(24px, 2.7vw, 42px);
    --font-h2: clamp(16px, 1.15vw, 22px)
  }

  .bento {
    padding: 12px
  }

  .brand p,
  .taxonomy {
    display: none
  }

  .topbar {
    grid-template-columns: 230px minmax(260px, 1fr) auto
  }

  .search-shell {
    grid-column: 2
  }

  .status-strip {
    grid-column: 3
  }

  .status-chip:nth-child(n + 3) {
    display: none
  }

  .dock-list {
    gap: 6px
  }

  .dock-btn {
    width: 44px;
    height: 44px;
    border-radius: 15px
  }

  .widget-head {
    margin-bottom: 8px
  }

  /* .status-tile {
    height: 26px
  } */

  .bars {
    height: 62px
  }
}

@media (max-width: 1180px) {

  .grid-autonomy,
  .grid-contact,
  .grid-domains,
  .grid-edge,
  .grid-lifecycle,
  .grid-motion,
  .grid-overview,
  .grid-platforms,
  .grid-reliability,
  .grid-sim,
  .grid-systems {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 0.9fr)
  }

  .hero-panel,
  .large-left {
    grid-column: 1/2;
    grid-row: 1/3
  }

  .map-panel,
  .wide-top {
    grid-column: 2/3;
    grid-row: 1/2
  }

  .motion-panel,
  .small-mid {
    grid-column: 2/3;
    grid-row: 2/3
  }

  .domain-list,
  .small-right,
  .telemetry-panel {
    grid-column: 1/3;
    grid-row: 3/4
  }

  .domain-list {}

  .domain-list-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width: 760px) {
  :root {
    --top-h: calc(62px + var(--safe-top));
    --font-hero: clamp(28px, 9vw, 44px);
    --font-h2: clamp(18px, 5.2vw, 25px);
    --font-body: clamp(12px, 3.45vw, 14px);
    --font-micro: clamp(10px, 2.9vw, 12px)
  }

  .rd-app {
    padding: calc(10px + var(--safe-top)) 10px calc(80px + var(--safe-bottom));
    grid-template-columns: 1fr;
    grid-template-rows: var(--top-h) minmax(0, 1fr);
    gap: 10px
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px
  }

  .brand h1 {
    font-size: 14px
  }

  .brand p {
    font-size: 10px;
    max-width: 150px
  }

  .search-shell,
  .taxonomy {
    display: none
  }

  .status-chip {
    width: 34px;
    height: 34px;
    padding: 0;
    justify-content: center
  }

  .status-chip b,
  .status-chip span:not(.status-dot) {
    display: none
  }

  .view::-webkit-scrollbar {
    display: none
  }

  .bento,
  .domain-list,
  .domains-radar,
  .hero-panel,
  .large-left,
  .map-panel,
  .motion-panel,
  .small-mid,
  .small-right,
  .telemetry-panel,
  .wide-top {
    flex: 0 0 min(88vw, 420px);
    width: min(88vw, 420px);
    height: 100%;
    min-height: 0;
    scroll-snap-align: center;
    border-radius: 24px;
    padding: 14px
  }

  .hero-panel {
    flex-basis: min(92vw, 440px)
  }

  .widget-head {
    margin-bottom: 10px
  }

  .bento h2 {
    max-width: 11ch
  }

  .metric-grid {
    grid-template-columns: 1fr;
    gap: 7px
  }

  .status-tile-row {
    max-height: 96px;
    overflow: hidden
  }

  .architecture-map,
  .mini-board,
  .slam-map {
    min-height: 0;
    height: calc(100% - 64px)
  }

  .domain-orbit {
    width: min(100%, 330px)
  }

  .domain-node {
    width: 78px;
    min-height: 38px;
    font-size: 10px
  }

  .domain-list-wrap {
    grid-template-columns: 1fr;
    gap: 6px;
    overflow: hidden
  }

  .capability-row {
    grid-template-columns: 34px 1fr
  }

  .capability-row em {
    display: none
  }

  .phase {
    min-height: 0;
    padding: 9px
  }

  .phase p {
    display: none
  }

  .doc-grid,
  .platform-grid {
    grid-template-columns: 1fr
  }

  .doc-card:nth-child(n + 5),
  .platform-card:nth-child(n + 5) {
    display: none
  }

  .stack-layer span {
    display: none
  }

  .bars {
    height: 80px
  }

  .rd-terminal {
    min-height: 0
  }

  .terminal-line:nth-child(n + 7) {
    display: none
  }

  .mobile-tabs {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: calc(10px + var(--safe-bottom));
    height: 64px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    z-index: 50;
    padding: 7px;
    gap: 5px
  }

  .tab-btn {
    min-width: 0;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--faint);
    font-size: 9px;
    transition: all 0.32s var(--ease-spring);
    border: 1px solid transparent
  }

  .tab-btn svg {
    width: 18px;
    height: 18px
  }

  .tab-btn.active {
    color: var(--emerald);
    background: rgba(0, 255, 135, 0.09);
    border-color: rgba(0, 255, 135, 0.22);
    transform: translateY(-4px);
    box-shadow: 0 0 24px rgba(0, 255, 135, 0.13)
  }

  .palette {
    top: auto;
    bottom: calc(82px + var(--safe-bottom));
    max-height: min(70svh, 560px);
    border-radius: 26px
  }

  .bento.focused {
    inset: calc(10px + var(--safe-top)) 10px calc(82px + var(--safe-bottom)) 10px !important
  }
}

@media (max-width: 380px) {

  .bento,
  .domain-list,
  .domains-radar,
  .hero-panel,
  .large-left,
  .map-panel,
  .motion-panel,
  .small-mid,
  .small-right,
  .telemetry-panel,
  .wide-top {
    flex-basis: 90vw;
    width: 90vw;
    padding: 12px
  }

  .action-btn,
  .ghost-btn {
    min-height: 38px;
    padding: 0 12px
  }

  .status-tile {
    padding: 0 8px
  }
}

@media (prefers-reduced-motion: reduce) {}

button,
input,
select,
textarea {
  font: inherit
}

.soft-border {
  box-shadow: inset 0 0 0 1px var(--line)
}

.mini-title {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: clamp(0.58rem, 0.62vw, 0.72rem);
  color: var(--muted-2);
  font-weight: 800
}

.fluid-h1 {
  font-size: clamp(1.55rem, 3.2vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 900
}

.fluid-h2 {
  font-size: clamp(1rem, 1.45vw, 1.85rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 850
}

.fluid-body {
  font-size: clamp(0.78rem, 0.82vw, 0.98rem);
  line-height: 1.5;
  color: var(--muted)
}

.small-copy {
  font-size: clamp(0.68rem, 0.72vw, 0.82rem);
  line-height: 1.45;
  color: var(--muted)
}

.num {
  font-size: clamp(1.1rem, 1.8vw, 2.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 900
}

.searchbar:hover {
  border-color: rgba(0, 255, 135, 0.28);
  box-shadow: 0 0 24px rgba(0, 255, 135, 0.08)
}

@keyframes pulse {}

.main {
  grid-area: main;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px
}

.panel-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0
}

.products-panel {
  grid-area: products
}

.detail-panel {
  grid-area: detail
}

.cta-panel,
.cta-panel,
.stack-panel {}

.cta-panel {
  grid-area: cta
}

.icon-chip {
  width: 40px;
  height: 40px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 255, 135, 0.25);
  box-shadow: 0 0 24px rgba(0, 255, 135, 0.1)
}

.icon-chip svg {
  width: 20px;
  height: 20px;
  color: var(--emerald)
}

.btn-magnetic::after {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none
}

.btn-magnetic:hover::after {
  opacity: 1
}

.btn-primary,
.btn-secondary {
  min-height: 42px;
  border-radius: 16px;
  padding: 0.78rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(0.76rem, 0.8vw, 0.9rem);
  white-space: nowrap
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line)
}

.product-orbit {
  position: absolute;
  right: clamp(-30px, 2vw, 20px);
  top: 50%;
  width: min(37vw, 460px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  opacity: 0.94
}

.orbit-ring {
  inset: 6%;
  box-shadow: inset 0 0 50px rgba(56, 217, 255, 0.05);
  position: absolute;
  width: min(76%, 420px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  animation: 34s linear infinite spin
}

.orbit-ring:nth-child(2) {
  inset: 21%;
  border-color: rgba(0, 255, 135, 0.24);
  animation-duration: 24s;
  animation-direction: reverse
}

.orbit-ring:nth-child(3) {
  inset: 35%;
  border-color: rgba(255, 179, 71, 0.22);
  animation-duration: 18s
}

.orb-node {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 28px rgba(0, 255, 135, 0.12);
  backdrop-filter: blur(18px)
}

.orb-node svg {
  width: 20px;
  height: 20px;
  color: var(--cyan)
}

.orb-node.n1 {
  left: 8%;
  top: 24%
}

.orb-node.n2 {
  right: 12%;
  top: 13%
}

.orb-node.n3 {
  right: 3%;
  bottom: 25%
}

.orb-node.n4 {
  left: 20%;
  bottom: 10%
}

.orb-node.n5 {
  left: 45%;
  top: 42%;
  color: var(--emerald)
}

.product-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
  scrollbar-width: none
}

.product-list::-webkit-scrollbar {
  display: none
}

.product-card {
  position: relative;
  text-align: left;
  border-radius: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  transition: transform 0.3s var(--ease-spring), background 0.35s var(--ease-fluid), border-color 0.35s var(--ease-fluid), box-shadow 0.35s var(--ease-fluid);
  min-height: 106px;
  overflow: hidden
}

.product-card:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 217, 255, 0.32);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22)
}

.product-card.active {
  border-color: rgba(0, 255, 135, 0.45);
  box-shadow: 0 0 32px rgba(0, 255, 135, 0.12)
}

.product-card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -25px;
  width: 92px;
  height: 92px;
  border-radius: 30px;
  opacity: 0.8
}

.product-card .pc-title {
  font-weight: 900;
  letter-spacing: -0.035em;
  font-size: clamp(0.86rem, 1vw, 1.06rem)
}

.product-card .pc-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted-2);
  font-weight: 800
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.filter-row::-webkit-scrollbar {
  display: none
}

.product-stage {
  height: 100%;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
  min-height: 0
}

.preview-viewport {
  position: relative;
  border-radius: 24px;
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 0
}

.preview-viewport::before {
  content: "";
  position: absolute;
  inset: 0
}

.wire-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at 50% 45%, #000 0 55%, transparent 80%)
}

.robot-symbol {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(230px, 70%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 32px rgba(0, 255, 135, 0.22))
}

.robot-symbol svg {
  width: 100%;
  height: 100%;
  overflow: visible
}

.scan-line {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2px;
  top: 20%;
  box-shadow: 0 0 18px var(--cyan);
  animation: 3.8s ease-in-out infinite scan
}

@keyframes scan {

  0%,
  100% {
    transform: translateY(0);
    opacity: 0.2
  }

  50% {
    transform: translateY(230px);
    opacity: 0.85
  }
}

.detail-copy {
  min-height: 0;
  display: flex;
  flex-direction: column
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: auto
}

.spec span {
  font-size: 0.66rem;
  color: var(--muted);
  line-height: 1.2;
  display: block;
  margin-top: 4px
}

.metric-card {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  padding: 12px;
  position: relative;
  overflow: hidden;
  min-height: 92px
}

.metric-card::after {
  content: "";
  position: absolute;
  inset: auto -30px -35px auto;
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 255, 135, 0.16), transparent 65%)
}

.bar i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
  box-shadow: 0 0 18px rgba(0, 255, 135, 0.3);
  transition: width 0.8s var(--ease-fluid)
}

.stack-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  min-height: 0;
  flex: 1
}

.layer {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.052);
  border: 1px solid var(--line);
  padding: 12px;
  overflow: hidden
}

.layer::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 2px;
  background: linear-gradient(90deg, var(--emerald), var(--cyan));
  box-shadow: 0 0 15px rgba(0, 255, 135, 0.4);
  opacity: 0.85
}

.layer strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: -0.03em;
  margin-top: 9px
}

.layer span {
  display: block;
  margin-top: 6px;
  font-size: 0.66rem;
  color: var(--muted);
  line-height: 1.35
}

.mini-chart i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  min-height: 8px;
  height: var(--h, 30%);
  transition: height 0.7s var(--ease-fluid);
  box-shadow: 0 0 13px rgba(0, 255, 135, 0.16)
}

.sparkline polyline {
  fill: none;
  stroke: url(#sparkGrad);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(0, 255, 135, 0.45))
}

.node-diagram {
  position: relative;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 0
}

.node.a {
  left: 20%;
  top: 35%
}

.node.b {
  left: 52%;
  top: 24%;
  background: var(--cyan);
  box-shadow: 0 0 20px var(--cyan)
}

.node.c {
  left: 72%;
  top: 58%;
  background: var(--amber);
  box-shadow: 0 0 20px var(--amber)
}

.node.d {
  left: 34%;
  top: 70%
}

.connector {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  opacity: 0.8
}

.connector.ab {
  left: 22%;
  top: 37%;
  width: 34%;
  transform: rotate(-17deg)
}

.connector.bc {
  left: 54%;
  top: 27%;
  width: 34%;
  transform: rotate(52deg)
}

.connector.cd {
  left: 36%;
  top: 70%;
  width: 39%;
  transform: rotate(-14deg)
}

.connector.da {
  left: 21%;
  top: 38%;
  width: 36%;
  transform: rotate(66deg)
}

.input {
  height: 38px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  padding: 0 11px;
  color: var(--text);
  outline: 0;
  font-size: 0.75rem
}

.input:focus {
  border-color: rgba(0, 255, 135, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 255, 135, 0.08)
}

textarea.input {
  height: 74px;
  padding-top: 10px;
  resize: none;
  grid-column: 1/-1
}

.input option {
  background: #071019;
  color: #fff
}

.focus-backdrop.show {
  opacity: 1;
  pointer-events: auto
}

.command {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: start center;
  padding-top: 8vh;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px)
}

.command.show {
  display: grid
}

.command-panel {
  width: min(720px, calc(100vw - 28px));
  border-radius: 28px;
  padding: 14px
}

@media (min-width: 1700px) {
  :root {
    --dock: 82px;
    --top: 70px
  }

  .shell {
    gap: 16px;
    padding: 16px
  }

  .view-inner {
    gap: 16px;
    grid-template-columns: minmax(350px, 1.3fr) minmax(390px, 1fr) minmax(330px,
        0.84fr)
  }

  .panel {
    padding: 22px
  }

  .dock-btn,
  .dock-logo,
  .theme-toggle {
    width: 54px;
    height: 54px
  }

  .dock-logo {}
}

@media (max-width: 1180px) {
  .status-strip .hide-md {
    display: none
  }

  .product-stage {
    grid-template-columns: 1fr
  }

  .preview-viewport {
    min-height: 145px
  }

  .spec-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .stack-map {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .stack-map .layer:nth-child(n + 4) {
    display: none
  }

  .product-orbit {
    opacity: 0.5;
    width: 360px
  }
}

@media (max-height: 760px) and (min-width: 861px) {
  :root {
    --top: 56px;
    --dock: 66px
  }

  .shell {
    gap: 10px;
    padding: 10px
  }

  .dock-btn,
  .theme-toggle {
    width: 44px;
    height: 44px;
    border-radius: 16px
  }

  .dock-logo {
    width: 44px;
    height: 44px
  }

  .topbar {
    border-radius: 20px
  }

  .status-pill {
    height: 34px
  }

  .searchbar {
    height: 36px
  }

  .panel {
    border-radius: 22px;
    padding: 12px
  }

  .product-card {
    min-height: 88px;
    padding: 10px
  }

  .spec {
    min-height: 52px;
    padding: 8px
  }

  .metric-card {
    min-height: 74px;
    padding: 9px
  }

  .fluid-body {
    line-height: 1.34
  }

  .product-orbit,
  .timeline {
    display: none
  }

  .timeline {}
}

@media (max-width: 860px) {
  body {
    overflow: hidden
  }

  .brand-copy,
  .status-strip .hide-sm {
    display: none
  }

  .status-strip .hide-sm {}

  .main {
    border-radius: 26px
  }

  .view-inner {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    gap: 10px;
    padding: 0 2px;
    scrollbar-width: none
  }

  .cta-panel,
  .detail-panel,
  .hero-panel,
  .products-panel,
  .stack-panel,
  .telemetry-panel {
    grid-area: auto
  }

  .product-orbit {
    width: 300px;
    opacity: 0.42;
    right: -90px
  }

  .product-list {
    grid-template-columns: 1fr;
    max-height: 100%
  }

  .product-stage {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .preview-viewport {
    min-height: 34vh
  }

  .detail-copy .fluid-body {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .stack-map {
    grid-template-columns: 1fr 1fr
  }

  .stack-map .layer:nth-child(n + 5) {
    display: none
  }

  .diagram-grid {
    grid-template-columns: 1fr
  }

  .form-grid {
    grid-template-columns: 1fr
  }

  .command {
    padding-top: 12vh
  }

  .command-panel {
    border-radius: 24px
  }

  .hide-mobile {
    display: none !important
  }
}

@media (max-width: 430px) {
  :root {
    --bottom: 72px
  }

  .shell {
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    gap: 8px
  }

  .mobile-tabs {
    border-radius: 23px;
    padding: 7px
  }

  .mobile-tab {
    height: 44px
  }

  .panel {
    flex-basis: calc(100vw - 20px);
    padding: 12px;
    border-radius: 24px
  }

  .btn-primary,
  .btn-secondary {
    min-height: 38px;
    padding: 0 11px
  }

  .product-card {
    min-height: 96px
  }

  .preview-viewport {
    min-height: 31vh
  }

  .spec-grid {
    gap: 6px
  }

  .status-pill:nth-child(n + 3) {
    display: none
  }

  .hero-actions {
    flex-wrap: wrap
  }

  .fluid-h1 {
    font-size: clamp(1.48rem, 11vw, 2.6rem)
  }
}

@media (prefers-reduced-motion: reduce) {}

@keyframes surfaceScan {
  from {
    transform: translateX(-72%)
  }

  to {
    transform: translateX(72%)
  }
}

@keyframes pulseAura {

  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.98)
  }

  50% {
    opacity: 0.86;
    transform: scale(1.03)
  }
}

@keyframes dashMove {
  to {
    stroke-dashoffset: -42
  }
}

@keyframes floatNode {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

@keyframes scanY {
  from {
    transform: translateY(-110%)
  }

  to {
    transform: translateY(110%)
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 0.35
  }
}

.dock-item,
.mobile-tab {
  position: relative;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  will-change: transform;
  transition: transform 0.42s var(--ease-spring), color 0.32s var(--ease-os), border-color 0.32s var(--ease-os), background 0.32s var(--ease-os), box-shadow 0.32s var(--ease-os)
}

.dock-item svg,
.mobile-tab svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.8
}

.dock-item::before,
.mobile-tab::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s var(--ease-os);
  pointer-events: none
}

.dock-item.active,
.mobile-tab.active {
  color: var(--emerald);
  border-color: rgba(0, 255, 135, 0.4);
  box-shadow: var(--shadow-green)
}

.search-shell input::placeholder {
  color: var(--faint)
}

.keycap {
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--faint);
  border-radius: 8px;
  padding: 2px 7px;
  font: 700 10px/1.3 var(--font-mono, monospace);
  white-space: nowrap
}

.dashboard-grid {
  height: 100%;
  display: grid;
  gap: var(--gap);
  padding: 0;
  grid-template-columns: 1.12fr 0.88fr 0.86fr;
  grid-template-rows: minmax(0, 1.04fr) minmax(0, 0.96fr);
  grid-template-areas: "hero orbit details" "portfolio matrix details"
}

.brand-grid {
  height: 100%;
  display: grid;
  gap: var(--gap);
  grid-template-columns: 0.9fr 1.1fr 1fr;
  grid-template-rows: 0.98fr 1.02fr;
  grid-template-areas: "hero visual stack" "proof visual cta"
}

.panel>* {
  position: relative;
  z-index: 1
}

.orbit-panel {
  grid-area: orbit
}

.details-panel {
  grid-area: details
}

.portfolio-panel {
  grid-area: portfolio
}

.matrix-panel {
  grid-area: matrix
}

.visual-panel {
  grid-area: visual
}

.stack-panel {
  grid-area: stack
}

.proof-panel {
  grid-area: proof
}

.display-title {
  margin-top: 9px;
  font-size: clamp(26px, 4.2vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.075em;
  font-weight: 950;
  max-width: 11ch
}

.section-title {
  font-size: clamp(18px, 1.55vw, 28px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 900
}

.small-title {
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 850
}

.copy {
  color: var(--muted);
  font-size: clamp(12px, 0.9vw, 15px);
  line-height: 1.55
}

.highlight {
  color: transparent;
  background: linear-gradient(90deg, var(--emerald), var(--cyan), var(--amber));
  -webkit-background-clip: text;
  background-clip: text
}

.smart-btn.amber {
  border-color: rgba(251, 191, 36, 0.32)
}

.brand-card.active,
.brand-card:hover {
  transform: translateY(-3px) scale(1.012);
  border-color: color-mix(in srgb, var(--brand-color), #fff 8%);
  box-shadow: 0 20px 55px color-mix(in srgb, var(--brand-color), transparent 82%)
}

.brand-card .icon-bubble {
  width: clamp(38px, 3vw, 52px);
  height: clamp(38px, 3vw, 52px);
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--brand-color), transparent 84%);
  border: 1px solid color-mix(in srgb, var(--brand-color), transparent 55%);
  color: var(--brand-color);
  box-shadow: 0 0 26px color-mix(in srgb, var(--brand-color), transparent 78%)
}

.brand-card .icon-bubble svg {
  width: 22px;
  height: 22px
}

.brand-tag {
  color: color-mix(in srgb, var(--brand-color), #fff 10%);
  font: 800 10px/1.2 ui-monospace, monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase
}

.orbit-wrap {
  height: calc(100% - 36px);
  min-height: 260px;
  position: relative;
  display: grid;
  place-items: center
}

.orbit-core {
  width: clamp(104px, 10vw, 160px);
  aspect-ratio: 1;
  border-radius: 38%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 255, 135, 0.34);
  box-shadow: var(--shadow-green);
  text-align: center;
  animation: pulseAura 4s infinite var(--ease-os)
}

.orbit-ring.two {
  width: min(56%, 310px);
  animation-duration: 25s;
  animation-direction: reverse;
  border-color: rgba(34, 211, 238, 0.22)
}

.orbit-node svg {
  width: 24px;
  height: 24px
}

.node-armor {
  left: 8%;
  top: 18%;
  color: var(--violet)
}

.node-atomix {
  right: 8%;
  top: 18%;
  color: var(--cyan);
  animation-delay: 0.4s
}

.node-quatomix {
  left: 11%;
  bottom: 14%;
  color: var(--emerald);
  animation-delay: 0.8s
}

.node-nivana {
  right: 11%;
  bottom: 14%;
  color: var(--amber);
  animation-delay: 1.2s
}

.detail-stack {
  display: grid;
  gap: 10px;
  height: calc(100% - 38px);
  grid-template-rows: repeat(4, minmax(0, 1fr))
}

.detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 18px;
  padding: 10px;
  min-width: 0;
  cursor: pointer;
  transition: transform 0.28s var(--ease-spring), border-color 0.28s var(--ease-os), background 0.28s var(--ease-os)
}

.detail-row.active,
.detail-row:hover {
  transform: translateX(4px);
  border-color: rgba(0, 255, 135, 0.25);
  background: rgba(0, 255, 135, 0.055)
}

.detail-row .mini-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--emerald);
  flex: 0 0 auto
}

.detail-row .mini-icon svg {
  width: 18px;
  height: 18px
}

.detail-row p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.mesh-map {
  height: calc(100% - 38px);
  min-height: 220px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
  position: relative
}

.mesh-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle,
      rgba(0, 255, 135, 0.24) 1px,
      transparent 1.6px);
  background-size: 24px 24px;
  opacity: 0.28
}

.mesh-map::after {
  content: "";
  position: absolute;
  inset: -40% 0;
  background: linear-gradient(transparent, rgba(0, 255, 135, 0.1), transparent);
  animation: 5s linear infinite scanY
}

.mesh-line {
  position: absolute;
  height: 1px;
  transform-origin: left;
  opacity: 0.48
}

.m1 {
  width: 58%;
  left: 20%;
  top: 31%;
  transform: rotate(18deg)
}

.m2 {
  width: 54%;
  left: 22%;
  top: 59%;
  transform: rotate(-24deg)
}

.m3 {
  width: 42%;
  left: 36%;
  top: 45%;
  transform: rotate(74deg)
}

.mesh-point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 22px rgba(0, 255, 135, 0.8)
}

.p1 {
  left: 22%;
  top: 28%
}

.p2 {
  right: 18%;
  top: 42%;
  background: var(--cyan);
  box-shadow: 0 0 22px rgba(34, 211, 238, 0.8)
}

.p3 {
  left: 34%;
  bottom: 25%;
  background: var(--violet);
  box-shadow: 0 0 22px rgba(167, 139, 250, 0.8)
}

.p4 {
  right: 28%;
  bottom: 26%;
  background: var(--amber);
  box-shadow: 0 0 22px rgba(251, 191, 36, 0.75)
}

.stack-list {
  display: grid;
  gap: 9px;
  height: calc(100% - 36px)
}

.stack-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  border-radius: 17px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  min-width: 0
}

.stack-item span {
  color: var(--muted);
  font-size: clamp(11px, 0.78vw, 13px);
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.mono-value {
  color: var(--emerald)
}

.flow-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px
}

.flow-step {
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.045);
  padding: 12px;
  min-width: 0;
  position: relative;
  overflow: hidden
}

.flow-step::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(var(--emerald), var(--cyan));
  opacity: 0.8
}

.flow-step strong {
  display: block;
  font-size: clamp(11px, 0.82vw, 13px);
  margin-bottom: 4px
}

.flow-step span {
  display: block;
  color: var(--faint);
  font-size: clamp(9px, 0.68vw, 11px);
  line-height: 1.35
}

.canvas.focus-mode .panel:not(.expanded) {
  opacity: 0.18;
  transform: scale(0.965);
  filter: blur(4px);
  pointer-events: none
}

.panel.expanded {
  position: absolute !important;
  inset: 0 !important;
  z-index: 30;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  filter: none !important;
  grid-area: unset !important
}

.visual-brand-core {
  position: relative;
  height: 100%;
  min-height: 0;
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1)
}

.visual-brand-core svg {
  width: min(72%, 420px);
  max-height: 76%;
  overflow: visible
}

.neural-stroke {
  stroke-dasharray: 8 10;
  animation: 1.6s linear infinite dashMove
}

.input-field,
.select-field,
.textarea-field {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  outline: 0;
  padding: 11px 12px;
  font-size: clamp(12px, 0.84vw, 14px);
  width: 100%
}

.textarea-field {
  min-height: 72px;
  resize: none
}

.command-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  display: none;
  place-items: start center;
  padding-top: clamp(70px, 12svh, 120px)
}

.command-overlay.open {
  display: grid
}

.cmd input {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  outline: 0;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font-size: 16px
}

.cmd-item .mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.06);
  color: var(--emerald)
}

@media (min-width: 1600px) {
  .dashboard-grid {
    grid-template-columns: 1.05fr 0.9fr 0.95fr
  }

  .brand-grid {
    grid-template-columns: 0.92fr 1.18fr 0.9fr
  }
}

@media (max-width: 1180px) {
  .dashboard-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0.9fr 0.9fr;
    grid-template-areas: "hero orbit" "portfolio details" "matrix details"
  }

  .brand-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.95fr 1fr 0.85fr;
    grid-template-areas: "hero visual" "stack visual" "proof cta"
  }

  .status-pill.optional {
    display: none
  }

  .display-title {
    max-width: 14ch
  }
}

@media (max-width: 900px) {
  .shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: var(--top-h) minmax(0, 1fr);
    padding: 10px;
    padding-bottom: 88px
  }

  .mobile-tabs {
    display: grid
  }

  .topbar {
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 24px
  }

  .canvas {
    grid-column: 1
  }

  .status-strip .status-pill:not(.theme-toggle):not(.always) {
    display: none
  }

  .brand-grid,
  .dashboard-grid {
    display: flex;
    gap: 12px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 1px 2px
  }

  .brand-grid::-webkit-scrollbar,
  .dashboard-grid::-webkit-scrollbar {
    display: none
  }

  .panel {
    min-width: min(86vw, 520px);
    height: 100%;
    scroll-snap-align: center;
    padding: clamp(14px, 4vw, 22px);
    border-radius: 26px
  }

  .hero-panel {
    min-width: min(92vw, 560px)
  }

  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .display-title {
    font-size: clamp(34px, 13vw, 60px)
  }

  .section-title {
    font-size: clamp(21px, 6vw, 30px)
  }

  .copy {
    font-size: clamp(13px, 3.7vw, 15px)
  }

  .orbit-wrap {
    min-height: 320px
  }

  .flow-row {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .detail-stack {
    min-height: 420px
  }

  .command-overlay {
    align-items: end;
    padding: 0 0 max(86px, env(safe-area-inset-bottom));
    place-items: end center
  }

  .cmd {
    border-radius: 26px 26px 0 0;
    width: 100%;
    max-height: 70svh
  }
}

@media (max-width: 520px) {
  :root {
    --top-h: 60px;
    --gap: 10px;
    --pad: 9px
  }

  .search-shell {
    height: 42px;
    padding: 0 10px
  }

  .keycap {
    display: none
  }

  .theme-toggle {
    width: 38px
  }

  .panel {
    min-width: 88vw
  }

  .hero-panel {
    min-width: 92vw
  }

  .metric:last-child {
    grid-column: span 2
  }

  .flow-row {
    grid-template-columns: 1fr
  }

  .status-pill.always span:nth-child(n + 3) {
    display: none
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .copy {
    line-height: 1.42
  }

  .metric-grid {
    margin-top: 12px
  }

  .panel {
    padding: clamp(12px, 1vw, 16px)
  }

  .display-title {
    font-size: clamp(24px, 3.5vw, 56px)
  }

  .detail-stack,
  .flow-row,
  .stack-list {
    gap: 7px
  }

  .flow-row {}
}

@media (prefers-reduced-motion: reduce) {}

.topbar>.brand,
.topbar>.header-nav {
  flex-shrink: 0
}

.topbar>.header-nav {}

.topbar>.global-search {
  flex: 1;
  min-width: 0 !important;
  max-width: 350px
}

.topbar>.status-strip {
  flex-shrink: 0;
  display: flex;
  gap: 12px
}

.topbar>.theme-toggle {
  flex-shrink: 0
}

/* Custom grid layout for dashboard */
@media (min-width: 821px) {
  .view-inner.dashboard-layout {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: 120px minmax(0, 1fr) minmax(0, 1fr) auto !important;
    height: 100% !important;
    min-height: 0 !important;
    position: relative !important;
    gap: 12px;
  }

  .view-inner.dashboard-layout .widget {
    flex-basis: auto !important;
    max-width: none !important;
  }

  .view-inner.dashboard-layout .grid-custom-full {
    grid-column: 1 / -1 !important;
  }

  .view-inner.dashboard-layout .grid-custom-half {
    grid-column: span 1 !important;
  }
}

/* Fix for focusLayer modal shift and styling */
#focusLayer {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(25px) !important;
  border: 1px solid var(--line);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 30px 110px rgba(0, 0, 0, .62), 0 0 80px rgba(0, 255, 135, .13), inset 0 1px 0 rgba(255, 255, 255, .10);
}

#focusLayer.open {
  opacity: 1;
  pointer-events: auto;
}

#focusLayer .widget-title {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 0 !important;
  width: 100%;
}

#focusLayer .focus-content {
  padding: 0;
  flex: 1;
  overflow-y: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Style the cloned content to look like a full-screen widget */
.focus-clone-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 32px;
  position: relative;
}

/* Do not push terminal down */
.focus-clone-content .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* Align the X close button perfectly with the title */
.focus-clone-content .expand-btn {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

/* Dashboard Widget A specific styling (Pic 1) */
.view-inner.dashboard-layout .widget[data-widget="agent"] .terminal-line:nth-child(n+3) {
  display: none !important;
}

.view-inner.dashboard-layout .widget[data-widget="agent"] .prompt-tags {
  display: none !important;
}

/* Modal Clone Widget A specific styling (Pic 2) */
.focus-clone-content .terminal {
  flex: 1;
  justify-content: flex-start !important;
  height: auto !important;
}

.focus-clone-content .prompt-tags {
  margin-top: auto !important;
  padding-top: 40px;
  /* some breathing room */
}

/* Prevent original widget from expanding into a second layer */
.view-inner.dashboard-layout .widget.focused {
  position: relative !important;
  inset: auto !important;
  z-index: 10 !important;
}

/* Trust Bar Optimization */
.widget-trust-bar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  gap: 16px !important;
  padding: 12px 24px !important;
}

.widget-trust-bar>* {
  position: relative !important;
  flex-shrink: 0 !important;
}

.widget-trust-bar::-webkit-scrollbar {
  display: none;
}

/* --- NEW PRODUCTS & CORE FIELDS CSS --- */
.products-grid-new,
.core-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  height: calc(100% - 60px);
  overflow-y: auto;
  padding-bottom: 8px;
  padding-right: 4px;
}

.products-grid-new::-webkit-scrollbar,
.core-grid-new::-webkit-scrollbar {
  display: none;
}

.products-grid-new,
.core-grid-new {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-card-new,
.tech-card-new {
  position: relative;
  text-align: left !important;
  border-radius: 22px;
  padding: 14px;
  padding-bottom: 38px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--ll-line, rgba(255, 255, 255, 0.1));
  transition: transform 0.35s var(--ease-fluid, ease), border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
  min-height: 148px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.product-card-new:hover,
.tech-card-new:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(0, 255, 135, 0.28);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.product-card-new::before,
.tech-card-new::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 255, 135, 0.14), transparent 65%);
}

.card-icon-new {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  border: 1px solid var(--ll-line, rgba(255, 255, 255, 0.1));
  background: linear-gradient(145deg, rgba(0, 255, 135, 0.13), rgba(24, 215, 255, 0.08));
  display: grid;
  place-items: center;
  color: var(--ll-emerald, #00ff87);
  margin-bottom: 12px;
}

.card-icon-new svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.card-title-new {
  font-weight: 900;
  letter-spacing: -0.025em;
  font-size: 1rem;
  color: #fff;
  text-align: left;
}

.card-copy-new {
  font-size: 0.78rem;
  line-height: 1.52;
  color: var(--ll-muted, #9ca3af);
  margin-top: 6px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-foot-new {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ll-soft, #a1a1aa);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.card-foot-new span {
  padding: 0;
  background: transparent;
  color: inherit;
  font-weight: normal;
  border-radius: 0;
}

/* --- END NEW CSS --- */

.view-inner.products-layout {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: 1fr !important;
  gap: 10px !important;
  height: 100% !important;
  min-height: 0 !important;
  width: 100% !important;
}

.view-inner.products-layout .widget {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
}

.products-grid-new,
.core-grid-new {
  flex: 1 1 auto;
  height: auto;
}


@media (max-width: 1024px) {
  .view-inner.products-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}