/* Overhouse full reframe: premium dark software sales console. */
:root {
  --of-bg: #0f1018;
  --of-bg-2: #141620;
  --of-panel: rgba(26, 29, 43, .84);
  --of-panel-2: rgba(34, 38, 55, .9);
  --of-border: rgba(255, 255, 255, .085);
  --of-border-strong: rgba(255, 255, 255, .16);
  --of-text: #f7f7fb;
  --of-muted: #a8adbd;
  --of-soft: #d7dae6;
  --of-coral: #f47764;
  --of-coral-2: #ff8a78;
  --of-blue: #159cff;
  --of-green: #47d18c;
  --of-shadow: 0 28px 90px rgba(0, 0, 0, .44);
}

html:has(body.overhouse-public-home) {
  min-height: 100%;
  overflow-x: hidden !important;
  background: var(--of-bg);
}

body.overhouse-public-home {
  min-height: 100svh !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  background: var(--of-bg) !important;
  color: var(--of-text) !important;
  font-family: "Noto Sans KR", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home *,
body.overhouse-public-home *::before,
body.overhouse-public-home *::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}

body.overhouse-public-home a,
body.overhouse-public-home button,
body.overhouse-public-home input,
body.overhouse-public-home textarea {
  font: inherit;
}

body.overhouse-public-home a:focus-visible,
body.overhouse-public-home button:focus-visible,
body.overhouse-public-home input:focus-visible,
body.overhouse-public-home textarea:focus-visible {
  outline: 2px solid rgba(244, 119, 100, .86) !important;
  outline-offset: 3px !important;
}

/* Login */
body.auth-locked.overhouse-public-home {
  overflow: hidden !important;
}

body.auth-locked.overhouse-public-home .auth-screen {
  min-height: 100svh !important;
  padding: clamp(20px, 4vw, 56px) !important;
  display: grid !important;
  grid-template-columns: minmax(320px, 420px) minmax(420px, 1fr) !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(28px, 6vw, 90px) !important;
  background:
    linear-gradient(115deg, rgba(244, 119, 100, .13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 42%),
    #0f1018 !important;
}

body.auth-locked.overhouse-public-home .auth-card-container {
  width: 100% !important;
  max-width: 420px !important;
  margin: 0 !important;
}

body.auth-locked.overhouse-public-home .auth-card {
  width: 100% !important;
  padding: 28px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .025)),
    rgba(20, 22, 32, .94) !important;
  box-shadow: var(--of-shadow) !important;
  backdrop-filter: blur(22px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(135%) !important;
}

body.auth-locked.overhouse-public-home .auth-overline {
  margin: 0 0 10px !important;
  color: var(--of-coral) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.auth-locked.overhouse-public-home .auth-card h1 {
  margin: 0 !important;
  color: var(--of-text) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

body.auth-locked.overhouse-public-home .auth-intro {
  margin: 10px 0 22px !important;
  color: rgba(215, 218, 230, .74) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.55 !important;
}

body.auth-locked.overhouse-public-home .auth-form {
  gap: 12px !important;
}

body.auth-locked.overhouse-public-home .auth-form label {
  color: rgba(215, 218, 230, .78) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.auth-locked.overhouse-public-home .auth-card input {
  height: 44px !important;
  margin-top: 7px !important;
  padding: 0 13px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 12px !important;
  background: rgba(7, 8, 13, .44) !important;
  color: var(--of-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

body.auth-locked.overhouse-public-home .auth-remember {
  margin: 0 !important;
}

body.auth-locked.overhouse-public-home .auth-remember-row {
  min-height: 32px !important;
  gap: 9px !important;
  color: rgba(215, 218, 230, .76) !important;
  font-size: 12px !important;
}

body.auth-locked.overhouse-public-home #authSubmit {
  height: 45px !important;
  margin-top: 4px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--of-coral), var(--of-coral-2)) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 42px rgba(244, 119, 100, .25) !important;
}

body.auth-locked.overhouse-public-home .auth-divider {
  margin: 20px 0 12px !important;
  color: rgba(168, 173, 189, .72) !important;
  font-size: 11px !important;
}

body.auth-locked.overhouse-public-home .auth-social-grid {
  gap: 8px !important;
}

body.auth-locked.overhouse-public-home .auth-social-btn {
  height: 42px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .04) !important;
  color: rgba(247, 247, 251, .82) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

body.auth-locked.overhouse-public-home .auth-mode-toggle {
  margin-top: 14px !important;
  color: rgba(244, 119, 100, .94) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}

body.auth-locked.overhouse-public-home .auth-legal {
  margin-top: 18px !important;
  gap: 14px !important;
}

body.auth-locked.overhouse-public-home .auth-legal a {
  color: rgba(168, 173, 189, .84) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

body.auth-locked.overhouse-public-home .auth-visual {
  position: relative !important;
  width: min(690px, 52vw) !important;
  min-height: 560px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02)),
    rgba(20, 22, 32, .78) !important;
  box-shadow: var(--of-shadow) !important;
  overflow: hidden !important;
}

body.auth-locked.overhouse-public-home .auth-visual::before,
body.auth-locked.overhouse-public-home .auth-visual::after {
  content: "" !important;
  position: absolute !important;
  inset: auto !important;
  display: block !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
    rgba(26, 29, 43, .9) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .38) !important;
}

body.auth-locked.overhouse-public-home .auth-visual::before {
  left: 9% !important;
  top: 12% !important;
  width: 66% !important;
  height: 42% !important;
  transform: rotate(-7deg) !important;
}

body.auth-locked.overhouse-public-home .auth-visual::after {
  right: -6% !important;
  bottom: 10% !important;
  width: 62% !important;
  height: 48% !important;
  transform: rotate(8deg) !important;
}

body.auth-locked.overhouse-public-home .visual-glow {
  inset: 18% 10% auto auto !important;
  width: 170px !important;
  height: 170px !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, var(--of-coral), var(--of-blue)) !important;
  opacity: .42 !important;
  filter: blur(42px) !important;
}

/* Public app shell */
body.overhouse-public-home:not(.auth-locked) .top-dock {
  position: fixed !important;
  left: 50% !important;
  top: 18px !important;
  z-index: 300 !important;
  width: min(1180px, calc(100vw - 36px)) !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 7px 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 16px !important;
  background: rgba(15, 16, 24, .78) !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .28) !important;
  backdrop-filter: blur(20px) saturate(145%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(145%) !important;
  transform: translateX(-50%) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand {
  min-width: 180px !important;
  height: 42px !important;
  padding: 0 12px 0 6px !important;
  gap: 10px !important;
  border-radius: 12px !important;
  color: var(--of-text) !important;
  text-decoration: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand-mark {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(244, 119, 100, .38) !important;
  border-radius: 11px !important;
  background: linear-gradient(135deg, var(--of-coral), var(--of-coral-2)) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(244, 119, 100, .24) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand strong {
  font-size: 14px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
  flex: 1 1 auto !important;
  height: 42px !important;
  min-width: 0 !important;
  padding: 4px !important;
  display: flex !important;
  justify-content: center !important;
  gap: 5px !important;
  border: 1px solid rgba(255, 255, 255, .055) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > button {
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 1px solid transparent !important;
  border-radius: 9px !important;
  background: transparent !important;
  color: rgba(247, 247, 251, .72) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a.active,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:hover,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > button:hover {
  border-color: rgba(244, 119, 100, .28) !important;
  background: rgba(244, 119, 100, .12) !important;
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav .nav-icon,
body.overhouse-public-home:not(.auth-locked) .dock-brand .nav-icon,
body.overhouse-public-home:not(.auth-locked) .dock-actions .button-icon,
body.overhouse-public-home:not(.auth-locked) .dock-window-button .nav-icon {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-actions {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-logout,
body.overhouse-public-home:not(.auth-locked) .dock-window-button {
  height: 34px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .035) !important;
  color: rgba(247, 247, 251, .78) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-logout {
  padding: 0 12px !important;
  gap: 7px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-window-controls {
  display: flex !important;
  gap: 5px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-window-button {
  width: 34px !important;
  padding: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  position: relative !important;
  min-height: 100svh !important;
  height: auto !important;
  padding: clamp(106px, 13vh, 142px) max(30px, calc((100vw - 1180px) / 2)) 54px !important;
  display: grid !important;
  grid-template-columns: minmax(340px, .86fr) minmax(560px, 1.14fr) !important;
  align-items: center !important;
  gap: clamp(34px, 5vw, 82px) !important;
  overflow: visible !important;
  background:
    linear-gradient(90deg, rgba(244, 119, 100, .10), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 38%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 96px),
    var(--of-bg) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(255, 255, 255, .035) 58% 58.2%, transparent 58.2%),
    linear-gradient(160deg, transparent 0 72%, rgba(244, 119, 100, .08) 72% 72.2%, transparent 72.2%) !important;
  opacity: .72 !important;
}

body.overhouse-public-home:not(.auth-locked) .space-grid,
body.overhouse-public-home:not(.auth-locked) .space-ambient-glow {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: auto !important;
  max-width: 510px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  text-align: left !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  max-width: 510px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  text-align: left !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header::before,
body.overhouse-public-home:not(.auth-locked) .global-brand-header::after {
  content: none !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-overline {
  margin: 0 0 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: rgba(244, 119, 100, .95) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-overline::after {
  content: "" !important;
  width: 54px !important;
  height: 1px !important;
  background: rgba(244, 119, 100, .42) !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  max-width: 8em !important;
  margin: 0 !important;
  color: var(--of-text) !important;
  font-size: clamp(62px, 6.6vw, 92px) !important;
  font-weight: 900 !important;
  line-height: .92 !important;
  text-wrap: balance !important;
  text-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .glow-word {
  color: var(--of-coral) !important;
  text-shadow: 0 0 32px rgba(244, 119, 100, .22) !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-description {
  max-width: 33ch !important;
  margin: 22px 0 0 !important;
  color: rgba(215, 218, 230, .82) !important;
  font-size: clamp(15px, 1.08vw, 18px) !important;
  font-weight: 650 !important;
  line-height: 1.64 !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  width: fit-content !important;
  margin: 28px 0 0 !important;
  padding: 0 0 0 16px !important;
  display: grid !important;
  grid-template-columns: auto auto !important;
  gap: 2px 13px !important;
  align-items: baseline !important;
  border: 0 !important;
  border-left: 2px solid rgba(244, 119, 100, .74) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel::before,
body.overhouse-public-home:not(.auth-locked) .home-time-panel::after {
  content: none !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period {
  grid-column: 1 !important;
  color: rgba(244, 119, 100, .9) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-value {
  grid-column: 2 !important;
  color: var(--of-text) !important;
  font-family: "Space Grotesk", "Noto Sans KR", system-ui, sans-serif !important;
  font-size: clamp(34px, 3.2vw, 48px) !important;
  font-weight: 800 !important;
  line-height: .95 !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-date {
  grid-column: 2 !important;
  color: rgba(168, 173, 189, .78) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  width: fit-content !important;
  margin: 24px 0 0 !important;
  padding: 5px !important;
  display: inline-flex !important;
  gap: 5px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend span {
  min-height: 30px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  border-radius: 999px !important;
  color: rgba(247, 247, 251, .78) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend .is-web {
  background: rgba(244, 119, 100, .12) !important;
  color: rgba(255, 226, 221, .94) !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend .is-program {
  background: rgba(21, 156, 255, .1) !important;
  color: rgba(222, 239, 255, .9) !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend .is-web i {
  background: var(--of-coral) !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend .is-program i {
  background: var(--of-blue) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 26px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .026)),
    rgba(20, 22, 32, .82) !important;
  box-shadow: var(--of-shadow) !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before,
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  content: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh > * {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual,
body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual > img,
body.overhouse-public-home:not(.auth-locked) .platform-energy-lines,
body.overhouse-public-home:not(.auth-locked) .platform-light-sweep,
body.overhouse-public-home:not(.auth-locked) .meco-svg-canvas,
body.overhouse-public-home:not(.auth-locked) .meco-telemetry,
body.overhouse-public-home:not(.auth-locked) .core-radar-pulse,
body.overhouse-public-home:not(.auth-locked) .core-orbit-ring {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  position: relative !important;
  grid-column: 1 / -1 !important;
  z-index: 2 !important;
  order: 1 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 2px 2px 8px !important;
  pointer-events: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading span {
  display: block !important;
  color: rgba(244, 119, 100, .95) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  display: block !important;
  margin-top: 8px !important;
  color: var(--of-text) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.14 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  max-width: 44ch !important;
  margin: 7px 0 0 !important;
  color: rgba(215, 218, 230, .67) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  position: relative !important;
  grid-column: 1 / -1 !important;
  order: 2 !important;
  z-index: 1 !important;
  height: 196px !important;
  inset: auto !important;
  margin: 0 0 2px !important;
  opacity: 1 !important;
  pointer-events: none !important;
  transform: none !important;
  filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border: 1px solid rgba(255, 255, 255, .055) !important;
  border-radius: 20px !important;
  background:
    linear-gradient(130deg, rgba(244, 119, 100, .12), transparent 34%),
    rgba(8, 9, 14, .28) !important;
  filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel {
  position: absolute !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(26, 29, 43, .92) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, .32) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--catalog {
  left: 18px !important;
  top: 20px !important;
  width: 46% !important;
  height: 152px !important;
  transform: rotate(-5deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--checkout {
  left: 42% !important;
  top: 42px !important;
  width: 28% !important;
  height: 130px !important;
  padding: 12px !important;
  transform: rotate(5deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--report {
  right: 14px !important;
  top: 18px !important;
  width: 28% !important;
  height: 142px !important;
  transform: rotate(7deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--settings {
  right: 19% !important;
  bottom: -26px !important;
  width: 32% !important;
  height: 96px !important;
  padding: 10px !important;
  transform: rotate(-3deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel-head {
  padding: 11px 12px 8px !important;
  color: rgba(247, 247, 251, .9) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-search {
  height: 26px !important;
  margin: 0 12px 9px !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, .06) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
  padding: 0 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b {
  min-height: 42px !important;
  padding: 8px !important;
  border-radius: 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b i {
  width: 22px !important;
  height: 22px !important;
  border-radius: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b span {
  font-size: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b em,
body.overhouse-public-home:not(.auth-locked) .collage-row,
body.overhouse-public-home:not(.auth-locked) .collage-total,
body.overhouse-public-home:not(.auth-locked) .collage-setting {
  font-size: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-row,
body.overhouse-public-home:not(.auth-locked) .collage-total,
body.overhouse-public-home:not(.auth-locked) .collage-setting {
  min-height: 30px !important;
  margin-bottom: 7px !important;
  padding: 0 9px !important;
  border-radius: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-total {
  min-height: 36px !important;
  margin-top: 6px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-list {
  gap: 8px !important;
  padding: 0 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-list b {
  height: 28px !important;
  border-radius: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-setting i {
  width: 20px !important;
  height: 20px !important;
  border-radius: 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  position: relative !important;
  grid-column: 1 / -1 !important;
  order: 3 !important;
  z-index: 2 !important;
  width: auto !important;
  height: auto !important;
  min-height: 64px !important;
  margin: 2px 0 0 !important;
  padding: 14px 16px !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  border: 1px solid rgba(244, 119, 100, .2) !important;
  border-radius: 17px !important;
  background: rgba(244, 119, 100, .095) !important;
  box-shadow: none !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  margin: 0 !important;
  color: var(--of-text) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core span {
  justify-self: end !important;
  color: rgba(255, 226, 221, .82) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  height: 104px !important;
  min-height: 104px !important;
  margin: 0 !important;
  padding: 15px !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  grid-template-rows: auto 1fr !important;
  align-items: center !important;
  gap: 7px 12px !important;
  border: 1px solid var(--of-border) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .022)),
    rgba(26, 29, 43, .83) !important;
  box-shadow: none !important;
  transform: none !important;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease !important;
  cursor: pointer !important;
}

body.overhouse-public-home:not(.auth-locked) #node-OverDev { order: 4 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverView { order: 5 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverStudio { order: 6 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverNet { order: 7 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverProtect { order: 8 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverDesk { order: 9 !important; }

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow,
body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  width: 42px !important;
  height: 42px !important;
  padding: 10px !important;
  border: 1px solid rgba(var(--theme-rgb), .25) !important;
  border-radius: 14px !important;
  background: rgba(var(--theme-rgb), .12) !important;
  color: rgb(var(--theme-rgb)) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  position: static !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--of-text) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
  min-width: 0 !important;
  color: rgba(215, 218, 230, .66) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.32 !important;
  text-align: left !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  content: attr(data-service-kind-label) !important;
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  min-width: 38px !important;
  height: 22px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(var(--theme-rgb), .25) !important;
  border-radius: 999px !important;
  background: rgba(var(--theme-rgb), .1) !important;
  color: rgba(247, 247, 251, .78) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  border-color: rgba(244, 119, 100, .34) !important;
  background:
    linear-gradient(180deg, rgba(244, 119, 100, .12), rgba(255, 255, 255, .026)),
    rgba(34, 38, 55, .92) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .32) !important;
  transform: translateY(-3px) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  position: fixed !important;
  left: auto !important;
  right: 24px !important;
  top: 92px !important;
  z-index: 360 !important;
  width: min(520px, calc(100vw - 36px)) !important;
  max-height: calc(100dvh - 118px) !important;
  border: 1px solid var(--of-border-strong) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .026)),
    rgba(15, 16, 24, .97) !important;
  box-shadow: 0 34px 96px rgba(0, 0, 0, .52) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(30px) !important;
  transition: opacity .22s ease, transform .22s ease !important;
  overflow: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-drag-handle span {
  background: rgba(244, 119, 100, .64) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-header,
body.overhouse-public-home:not(.auth-locked) .meco-board-grid,
body.overhouse-public-home:not(.auth-locked) .meco-board-desc,
body.overhouse-public-home:not(.auth-locked) .meco-board-sections,
body.overhouse-public-home:not(.auth-locked) .meco-board-cardnews {
  min-width: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-icon,
body.overhouse-public-home:not(.auth-locked) .service-board-icon {
  border-radius: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-trigger-button {
  height: 42px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--of-coral), var(--of-coral-2)) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 42px rgba(244, 119, 100, .22) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-track {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-card,
body.overhouse-public-home:not(.auth-locked) .meco-board-section {
  border: 1px solid var(--of-border) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .04) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) {
  position: fixed !important;
  right: max(24px, env(safe-area-inset-right)) !important;
  bottom: max(24px, env(safe-area-inset-bottom)) !important;
  top: auto !important;
  z-index: 330 !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger {
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(244, 119, 100, .32) !important;
  border-radius: 18px !important;
  background: rgba(15, 16, 24, .88) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, .38) !important;
}

body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon {
  width: 50px !important;
  height: 50px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-panel,
body.overhouse-public-home:not(.auth-locked) .project-quick-shell,
body.overhouse-public-home:not(.auth-locked) .support-modal-panel {
  border: 1px solid var(--of-border-strong) !important;
  border-radius: 22px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .026)),
    rgba(15, 16, 24, .97) !important;
  box-shadow: 0 34px 96px rgba(0, 0, 0, .5) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-panel[hidden] {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-panel {
  position: fixed !important;
  inset: 0 !important;
  z-index: 420 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-backdrop {
  background: rgba(0, 0, 0, .56) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-shell {
  right: 24px !important;
  top: 88px !important;
  width: min(420px, calc(100vw - 36px)) !important;
  max-height: calc(100dvh - 116px) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link {
  border: 1px solid var(--of-border) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .04) !important;
}

@media (min-width: 1560px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: minmax(380px, .82fr) minmax(680px, 1.18fr) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
    padding: 26px !important;
  }
}

@media (max-width: 1120px) {
  body.auth-locked.overhouse-public-home .auth-screen {
    grid-template-columns: minmax(320px, 430px) !important;
  }

  body.auth-locked.overhouse-public-home .auth-visual {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    padding-top: 102px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .global-brand-header {
    max-width: 760px !important;
    text-align: center !important;
    justify-self: center !important;
  }

  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    max-width: 760px !important;
    text-align: center !important;
    justify-self: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title,
  body.overhouse-public-home:not(.auth-locked) .brand-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-overline,
  body.overhouse-public-home:not(.auth-locked) .home-time-panel,
  body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
    width: min(820px, 100%) !important;
    justify-self: center !important;
  }

  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: min(820px, 100%) !important;
    justify-self: center !important;
  }
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .top-dock {
    top: 10px !important;
    width: calc(100vw - 20px) !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 6px !important;
    gap: 6px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-brand {
    min-width: auto !important;
    width: 42px !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-brand strong,
  body.overhouse-public-home:not(.auth-locked) .logout-label,
  body.overhouse-public-home:not(.auth-locked) .dock-window-controls {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a,
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > button {
    flex: 0 0 auto !important;
    width: 36px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-logout {
    width: 36px !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding: 88px 14px 42px !important;
    gap: 26px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-overline {
    margin-bottom: 12px !important;
    font-size: 10px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    font-size: clamp(42px, 11vw, 62px) !important;
    line-height: .96 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-description {
    max-width: 32ch !important;
    margin-top: 15px !important;
    font-size: 13.5px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-panel {
    margin-top: 20px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-value {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
    margin-top: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading {
    padding: 0 0 8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
    font-size: 21px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
    max-width: 34ch !important;
    font-size: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    height: 96px !important;
    min-height: 96px !important;
    padding: 12px !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 5px 9px !important;
    border-radius: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 36px !important;
    height: 36px !important;
    padding: 8px !important;
    border-radius: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > span,
  body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
    font-size: 13px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    grid-column: 2 !important;
    font-size: 10.5px !important;
    line-height: 1.26 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
    inset: auto 10px 10px 10px !important;
    width: auto !important;
    max-height: min(68dvh, 620px) !important;
    border-radius: 20px !important;
    transform: translateY(28px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-detail-board.visible {
    transform: translateY(0) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) {
    right: 12px !important;
    bottom: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger {
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 520px) {
  body.auth-locked.overhouse-public-home .auth-screen {
    min-height: 100dvh !important;
    padding: 14px !important;
    grid-template-columns: 1fr !important;
  }

  body.auth-locked.overhouse-public-home .auth-card {
    padding: 22px !important;
    border-radius: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    font-size: clamp(40px, 12vw, 52px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
    padding: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    min-height: 92px !important;
    height: 92px !important;
    padding: 11px !important;
  }
}

/* 20260620 executive console composition pass */
body.overhouse-public-home:not(.auth-locked) {
  --of-page-max: 1320px;
  --of-board-max: 760px;
  background:
    radial-gradient(circle at 18% 14%, rgba(244, 119, 100, .17), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(21, 156, 255, .15), transparent 32%),
    #0b0d13 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  min-height: 100svh !important;
  padding:
    clamp(96px, 11vh, 126px)
    max(24px, calc((100vw - var(--of-page-max)) / 2))
    clamp(34px, 5vh, 62px) !important;
  grid-template-columns: minmax(360px, .76fr) minmax(650px, 1.24fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.4vw, 72px) !important;
  background:
    linear-gradient(90deg, rgba(244, 119, 100, .11), transparent 27%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .026) 0 1px, transparent 1px 112px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 112px),
    transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::before {
  background:
    linear-gradient(118deg, transparent 0 61%, rgba(255, 255, 255, .04) 61% 61.15%, transparent 61.15%),
    linear-gradient(146deg, transparent 0 76%, rgba(244, 119, 100, .08) 76% 76.18%, transparent 76.18%),
    linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 42%, rgba(0, 0, 0, .16)) !important;
  opacity: .82 !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  max-width: 500px !important;
  align-self: center !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-overline {
  margin-bottom: 14px !important;
  color: rgba(255, 139, 120, .98) !important;
  font-size: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  max-width: 7.6em !important;
  font-size: clamp(60px, 6.2vw, 86px) !important;
  line-height: .9 !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-description {
  max-width: 35ch !important;
  margin-top: 18px !important;
  color: rgba(230, 232, 242, .82) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.58 !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row {
  width: min(100%, 378px) !important;
  margin-top: 24px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action {
  min-width: 0 !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 13px !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action:hover {
  transform: translateY(-2px) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action--primary {
  border: 1px solid rgba(255, 138, 120, .48) !important;
  background: linear-gradient(135deg, #f47764, #ff8a78) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(244, 119, 100, .25) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action--secondary {
  border: 1px solid rgba(255, 255, 255, .13) !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(247, 247, 251, .9) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
  width: min(100%, 410px) !important;
  margin-top: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span {
  min-width: 0 !important;
  padding: 12px 13px !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .042) !important;
  display: grid !important;
  gap: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip b {
  color: rgba(247, 247, 251, .94) !important;
  font-family: "Space Grotesk", "Noto Sans KR", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip small {
  color: rgba(168, 173, 189, .78) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  margin-top: 20px !important;
  padding-left: 14px !important;
  gap: 1px 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-value {
  font-size: clamp(30px, 2.8vw, 42px) !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  margin-top: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  width: min(100%, var(--of-board-max)) !important;
  justify-self: end !important;
  padding: 18px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border-radius: 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .026)),
    rgba(17, 19, 29, .9) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  order: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "kicker badge"
    "title badge"
    "copy copy" !important;
  align-items: center !important;
  column-gap: 12px !important;
  padding: 2px 3px 6px !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading span {
  grid-area: kicker !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  grid-area: title !important;
  margin-top: 6px !important;
  font-size: clamp(22px, 2vw, 28px) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  grid-area: copy !important;
  max-width: 58ch !important;
  margin-top: 8px !important;
  font-size: 12px !important;
  line-height: 1.42 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading::after {
  content: "LIVE BOARD" !important;
  grid-area: badge !important;
  height: 28px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(71, 209, 140, .25) !important;
  border-radius: 999px !important;
  background: rgba(71, 209, 140, .1) !important;
  color: rgba(198, 255, 225, .92) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 / -1 !important;
  order: 2 !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 9px 10px !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, .038) !important;
  color: rgba(230, 232, 242, .82) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon b {
  color: rgba(255, 139, 120, .94) !important;
  font-family: "Space Grotesk", "Noto Sans KR", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  order: 3 !important;
  height: 150px !important;
  margin: 0 !important;
  border-radius: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage::before {
  border-radius: 20px !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 119, 100, .16), transparent 34%),
    linear-gradient(130deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
    rgba(7, 8, 13, .36) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel {
  border-radius: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--catalog {
  left: 12px !important;
  top: 14px !important;
  width: 43% !important;
  height: 122px !important;
  transform: rotate(-3deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--checkout {
  left: 40% !important;
  top: 28px !important;
  width: 28% !important;
  height: 108px !important;
  padding: 9px !important;
  transform: rotate(3deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--report {
  right: 10px !important;
  top: 14px !important;
  width: 29% !important;
  height: 112px !important;
  transform: rotate(4deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--settings {
  right: 19% !important;
  bottom: -22px !important;
  width: 31% !important;
  height: 78px !important;
  padding: 8px !important;
  transform: rotate(-2deg) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel-head {
  padding: 9px 10px 6px !important;
  font-size: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-search {
  height: 22px !important;
  margin: 0 10px 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid {
  gap: 5px !important;
  padding: 0 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b {
  min-height: 34px !important;
  padding: 6px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-card-grid b i {
  width: 18px !important;
  height: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-row,
body.overhouse-public-home:not(.auth-locked) .collage-total,
body.overhouse-public-home:not(.auth-locked) .collage-setting {
  min-height: 24px !important;
  margin-bottom: 5px !important;
  padding: 0 7px !important;
  font-size: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-total {
  min-height: 28px !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-list b {
  height: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  grid-column: 1 / -1 !important;
  order: 4 !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border-color: rgba(255, 138, 120, .22) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(90deg, rgba(244, 119, 100, .13), rgba(21, 156, 255, .075)),
    rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before {
  content: none !important;
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  font-size: 14px !important;
  justify-self: start !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core span {
  font-size: 11px !important;
  justify-self: end !important;
}

body.overhouse-public-home:not(.auth-locked) #node-OverDev { order: 5 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverView { order: 6 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverStudio { order: 7 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverNet { order: 8 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverProtect { order: 9 !important; }
body.overhouse-public-home:not(.auth-locked) #node-OverDesk { order: 10 !important; }

body.overhouse-public-home:not(.auth-locked) .meco-node {
  height: 102px !important;
  min-height: 102px !important;
  padding: 13px !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: 38px auto !important;
  align-content: start !important;
  gap: 9px 10px !important;
  border-radius: 17px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .022)),
    rgba(24, 27, 40, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 38px !important;
  height: 38px !important;
  padding: 9px !important;
  border-radius: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  align-self: center !important;
  font-size: 14px !important;
  line-height: 1.06 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  font-size: 11px !important;
  line-height: 1.28 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  min-width: 34px !important;
  height: 20px !important;
  padding: 0 7px !important;
  font-size: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  right: max(22px, calc((100vw - var(--of-page-max)) / 2)) !important;
  top: 88px !important;
  width: min(520px, calc(100vw - 32px)) !important;
  border-radius: 24px !important;
  transform: translateX(22px) scale(.985) !important;
  transition: opacity .24s ease, transform .24s cubic-bezier(.2, .78, .2, 1) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board.visible {
  transform: translateX(0) scale(1) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-grid {
  gap: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-cardnews {
  margin-top: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-card {
  min-height: 128px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-image {
  min-height: 104px !important;
  border-radius: 14px !important;
}

@media (min-width: 1680px) {
  body.overhouse-public-home:not(.auth-locked) {
    --of-page-max: 1480px;
    --of-board-max: 820px;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: minmax(430px, .78fr) minmax(760px, 1.22fr) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    height: 110px !important;
    min-height: 110px !important;
  }
}

@media (max-width: 1220px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: minmax(330px, .78fr) minmax(570px, 1.22fr) !important;
    gap: 28px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    height: 96px !important;
    min-height: 96px !important;
  }
}

@media (max-width: 1120px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: 1fr !important;
    padding-top: 92px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    max-width: 720px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-action-row,
  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: min(860px, 100%) !important;
    justify-self: center !important;
  }
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .brand-title {
    font-size: clamp(42px, 11vw, 58px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
    display: block !important;
    height: 120px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .collage-panel--settings {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
    gap: 9px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    min-height: 92px !important;
    height: 92px !important;
    padding: 11px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: 34px auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 34px !important;
    height: 34px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) {
    right: 12px !important;
    bottom: 12px !important;
    opacity: .82 !important;
    transform: scale(.84) !important;
    transform-origin: right bottom !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact.is-open {
    transform: none !important;
    opacity: 1 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon {
    width: 42px !important;
    height: 42px !important;
  }
}

@media (max-width: 560px) {
  body.overhouse-public-home:not(.auth-locked) .hero-action-row {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
    grid-template-columns: 1fr 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    grid-template-columns: 1fr 1fr !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "kicker"
      "title"
      "copy" !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading::after {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core span {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    min-height: 88px !important;
    height: 88px !important;
    padding: 10px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > span,
  body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
    font-size: 12.5px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    font-size: 10px !important;
  }
}

/* 20260620 interactive motion surface: Figma-style layered dashboard motion. */
body.overhouse-public-home:not(.auth-locked) {
  --cursor-x: 50%;
  --cursor-y: 38%;
  --mesh-tilt-x: 0deg;
  --mesh-tilt-y: 0deg;
  --board-float-x: 0px;
  --board-float-y: 0px;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 138, 120, .16), transparent 0 18%, transparent 34%),
    linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, .038) 42%, transparent 56%),
    radial-gradient(circle at calc(var(--cursor-x) + 18%) calc(var(--cursor-y) + 20%), rgba(21, 156, 255, .09), transparent 0 20%, transparent 38%) !important;
  mix-blend-mode: screen !important;
  opacity: .82 !important;
  transform: translate3d(var(--motion-x-soft, 0), var(--motion-y-soft, 0), 0) !important;
  animation: overExecutiveAura 9s ease-in-out infinite alternate !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  transform: translate3d(calc(var(--motion-x-soft, 0) * -.24), calc(var(--motion-y-soft, 0) * -.2), 0) !important;
  transition: transform .28s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  transform:
    translate3d(var(--board-float-x), var(--board-float-y), 0)
    perspective(1300px)
    rotateX(var(--mesh-tilt-y))
    rotateY(var(--mesh-tilt-x)) !important;
  transform-style: preserve-3d !important;
  transition: transform .18s ease, box-shadow .24s ease !important;
  animation: overBoardBreath 7.5s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  content: "" !important;
  position: absolute !important;
  inset: -1px !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  background:
    linear-gradient(120deg, transparent 0 36%, rgba(255, 255, 255, .1) 48%, transparent 61%),
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 138, 120, .18), transparent 30%) !important;
  opacity: .48 !important;
  transform: translateX(-18%) !important;
  animation: overBoardSweep 6.8s cubic-bezier(.4, 0, .2, 1) infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh > * {
  transform-style: preserve-3d !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  transform: translateZ(22px) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage::after {
  content: "" !important;
  position: absolute !important;
  left: -30% !important;
  top: 0 !important;
  width: 32% !important;
  height: 100% !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent) !important;
  filter: blur(4px) !important;
  opacity: .52 !important;
  transform: skewX(-14deg) !important;
  animation: overCollageScan 5.8s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel {
  animation: overPanelFloat 7s ease-in-out infinite !important;
  animation-delay: calc(var(--float-order, 0) * -.7s) !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--catalog { --float-order: 1; }
body.overhouse-public-home:not(.auth-locked) .collage-panel--checkout { --float-order: 2; }
body.overhouse-public-home:not(.auth-locked) .collage-panel--report { --float-order: 3; }
body.overhouse-public-home:not(.auth-locked) .collage-panel--settings { --float-order: 4; }

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
  position: relative !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, transparent, rgba(255, 138, 120, .12), transparent) !important;
  opacity: .7 !important;
  transform: translateX(-120%) !important;
  animation: overFlowChip 5.2s ease-in-out infinite !important;
  animation-delay: calc(var(--chip-order, 0) * .24s) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span:nth-child(1) { --chip-order: 0; }
body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span:nth-child(2) { --chip-order: 1; }
body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span:nth-child(3) { --chip-order: 2; }
body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span:nth-child(4) { --chip-order: 3; }

body.overhouse-public-home:not(.auth-locked) .meco-core {
  transform: translateZ(26px) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 9px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background:
    linear-gradient(90deg, rgba(255, 138, 120, .1), rgba(255, 138, 120, .78), rgba(21, 156, 255, .72), rgba(255, 255, 255, .06)) !important;
  background-size: 180% 100% !important;
  opacity: .65 !important;
  animation: overRailFlow 2.8s linear infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 / -1 !important;
  order: 11 !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  transform: translateZ(18px) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
  position: relative !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 9px 10px 9px 32px !important;
  display: grid !important;
  gap: 2px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .035) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(90deg, rgba(255, 138, 120, .12), transparent 44%, rgba(21, 156, 255, .1)) !important;
  opacity: 0 !important;
  transition: opacity .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span.is-current::before {
  opacity: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail i {
  position: absolute !important;
  left: 11px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  background: rgba(71, 209, 140, .84) !important;
  box-shadow: 0 0 0 0 rgba(71, 209, 140, .34) !important;
  transform: translateY(-50%) !important;
  animation: overLivePulse 2.2s ease-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail b {
  position: relative !important;
  z-index: 1 !important;
  color: rgba(247, 247, 251, .9) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail small {
  position: relative !important;
  z-index: 1 !important;
  color: rgba(168, 173, 189, .72) !important;
  font-family: "Space Grotesk", "Noto Sans KR", system-ui, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  --card-tilt-x: 0deg;
  --card-tilt-y: 0deg;
  --card-glow-x: 50%;
  --card-glow-y: 50%;
  transform: translate3d(0, 0, 26px) perspective(900px) rotateX(var(--card-tilt-y)) rotateY(var(--card-tilt-x)) !important;
  transform-style: preserve-3d !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at var(--card-glow-x) var(--card-glow-y), rgba(var(--theme-rgb), .24), transparent 0 24%, transparent 44%),
    linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, .12) 48%, transparent 58%) !important;
  opacity: .36 !important;
  transform: translateX(-28%) !important;
  transition: opacity .18s ease, transform .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.active::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview::before {
  opacity: .7 !important;
  transform: translateX(0) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  position: relative !important;
  z-index: 2 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  transform: translateZ(28px) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  transform: translate3d(0, -4px, 34px) perspective(900px) rotateX(var(--card-tilt-y)) rotateY(var(--card-tilt-x)) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node.active > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview > svg {
  transform: translateZ(40px) scale(1.05) !important;
  box-shadow: 0 12px 30px rgba(var(--theme-rgb), .18) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span,
body.overhouse-public-home:not(.auth-locked) .service-kind-legend span {
  position: relative !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action::after,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span::after,
body.overhouse-public-home:not(.auth-locked) .service-kind-legend span::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .12), transparent) !important;
  opacity: 0 !important;
  transform: translateX(-100%) !important;
  transition: opacity .2s ease, transform .38s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action:hover::after,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span:hover::after,
body.overhouse-public-home:not(.auth-locked) .service-kind-legend span:hover::after {
  opacity: .75 !important;
  transform: translateX(100%) !important;
}

@keyframes overExecutiveAura {
  0% { opacity: .52; filter: saturate(.9); }
  100% { opacity: .88; filter: saturate(1.12); }
}

@keyframes overBoardBreath {
  0%, 100% { box-shadow: 0 28px 90px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .07); }
  50% { box-shadow: 0 34px 110px rgba(0, 0, 0, .55), 0 0 48px rgba(255, 138, 120, .08), inset 0 1px 0 rgba(255, 255, 255, .1); }
}

@keyframes overBoardSweep {
  0%, 18% { transform: translateX(-42%); opacity: .18; }
  48% { opacity: .48; }
  72%, 100% { transform: translateX(42%); opacity: .16; }
}

@keyframes overCollageScan {
  0%, 30% { left: -32%; opacity: 0; }
  48% { opacity: .58; }
  70%, 100% { left: 112%; opacity: 0; }
}

@keyframes overPanelFloat {
  0%, 100% { margin-top: 0; filter: brightness(1); }
  50% { margin-top: -4px; filter: brightness(1.04); }
}

@keyframes overFlowChip {
  0%, 35% { transform: translateX(-120%); opacity: 0; }
  52% { opacity: .72; }
  82%, 100% { transform: translateX(120%); opacity: 0; }
}

@keyframes overRailFlow {
  0% { background-position: 0 0; }
  100% { background-position: 180% 0; }
}

@keyframes overLivePulse {
  0% { box-shadow: 0 0 0 0 rgba(71, 209, 140, .34); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(71, 209, 140, 0); }
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    transform: translate3d(0, 0, 0) !important;
    animation: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
    min-height: 38px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 560px) {
  body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::after,
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage::after,
  body.overhouse-public-home:not(.auth-locked) .collage-panel,
  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span::after,
  body.overhouse-public-home:not(.auth-locked) .meco-core::after,
  body.overhouse-public-home:not(.auth-locked) .platform-live-rail i {
    animation: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node,
  body.overhouse-public-home:not(.auth-locked) .brand-title,
  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
  body.overhouse-public-home:not(.auth-locked) .home-time-panel {
    transform: none !important;
  }
}

/* 20260620 refined motion correction: no drifting hero image, no crawling panels. */
body.overhouse-public-home:not(.auth-locked) .brand-title,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  transform: none !important;
  transition: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  transform: none !important;
  animation: none !important;
  transition: border-color .2s ease, box-shadow .24s ease, background .24s ease !important;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(255, 255, 255, .018),
    inset 0 1px 0 rgba(255, 255, 255, .07) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  opacity: .32 !important;
  transform: none !important;
  animation: none !important;
  background:
    radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(255, 138, 120, .12), transparent 0 22%, transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 34%, rgba(21, 156, 255, .05)) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  border: 1px solid rgba(255, 255, 255, .035) !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 138, 120, .09), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 36%) !important;
  background-size: 220% 100%, 100% 100% !important;
  opacity: .52 !important;
  animation: overPolishedBoardLine 10s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  transform: none !important;
  filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage::after {
  width: 18% !important;
  opacity: .26 !important;
  filter: blur(7px) !important;
  animation: overSubtleScan 11s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel {
  animation: none !important;
  margin-top: 0 !important;
  filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .collage-panel--catalog,
body.overhouse-public-home:not(.auth-locked) .collage-panel--checkout,
body.overhouse-public-home:not(.auth-locked) .collage-panel--report,
body.overhouse-public-home:not(.auth-locked) .collage-panel--settings {
  transition: border-color .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage:hover .collage-panel {
  border-color: rgba(255, 255, 255, .13) !important;
  filter: brightness(1.025) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span::after {
  opacity: .32 !important;
  animation-duration: 8.5s !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  transform: none !important;
  min-height: 48px !important;
  padding: 11px 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::after {
  bottom: 7px !important;
  opacity: .42 !important;
  animation-duration: 4.8s !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
  min-height: 36px !important;
  padding: 8px 10px 8px 30px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .03) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail b {
  font-size: 10.5px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail small {
  font-size: 9.5px !important;
  opacity: .86 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail i {
  width: 8px !important;
  height: 8px !important;
  animation-duration: 3.2s !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  transform: none !important;
  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    translate .18s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  transform: none !important;
  translate: 0 -2px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  opacity: .24 !important;
  transform: none !important;
  background:
    radial-gradient(circle at var(--card-glow-x) var(--card-glow-y), rgba(var(--theme-rgb), .18), transparent 0 25%, transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, .04), transparent 58%) !important;
  transition: opacity .18s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.active::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview::before {
  opacity: .46 !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node:hover > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node.active > svg,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview > svg {
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row {
  margin-top: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action {
  height: 42px !important;
  border-radius: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span {
  min-height: 56px !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  padding: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend span {
  min-height: 28px !important;
}

@keyframes overPolishedBoardLine {
  0%, 22% { background-position: -120% 0, 0 0; opacity: .38; }
  48% { opacity: .58; }
  78%, 100% { background-position: 120% 0, 0 0; opacity: .38; }
}

@keyframes overSubtleScan {
  0%, 42% { left: -24%; opacity: 0; }
  55% { opacity: .22; }
  72%, 100% { left: 112%; opacity: 0; }
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
  body.overhouse-public-home:not(.auth-locked) .meco-node.active,
  body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
    translate: 0 !important;
  }
}

/* 20260621 interactive premium board: keep the hero stable, make the product system feel alive. */
body.overhouse-public-home:not(.auth-locked) {
  --over-stage-max: 1460px;
  --over-board-width: min(780px, 52vw);
  --over-coral: 255, 126, 102;
  --over-cyan: 84, 226, 255;
  --over-violet: 148, 114, 255;
  background:
    radial-gradient(circle at 12% 18%, rgba(var(--over-coral), .22), transparent 28%),
    radial-gradient(circle at 84% 22%, rgba(var(--over-cyan), .18), transparent 31%),
    linear-gradient(180deg, #0a0b11 0%, #11131b 54%, #090a0f 100%) !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock {
  width: min(calc(100vw - 32px), var(--over-stage-max)) !important;
  height: 62px !important;
  left: 50% !important;
  top: 16px !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  border-radius: 18px !important;
  border-color: rgba(255, 255, 255, .1) !important;
  background: rgba(12, 14, 22, .72) !important;
  box-shadow: 0 18px 58px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .07) !important;
  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand {
  min-width: 168px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
  max-width: min(56vw, 520px) !important;
  padding: 4px !important;
  gap: 4px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > button {
  height: 36px !important;
  padding: 0 12px !important;
  border-radius: 11px !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  min-height: 100svh !important;
  width: 100% !important;
  max-width: none !important;
  padding:
    clamp(98px, 10vh, 122px)
    max(24px, calc((100vw - var(--over-stage-max)) / 2))
    clamp(30px, 4.8vh, 56px) !important;
  display: grid !important;
  grid-template-columns: minmax(360px, .74fr) minmax(660px, 1.26fr) !important;
  align-items: center !important;
  gap: clamp(34px, 4.8vw, 78px) !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(255, 126, 102, .11), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 36%),
    radial-gradient(circle at var(--cursor-x, 50%) var(--cursor-y, 44%), rgba(var(--over-cyan), .08), transparent 30%),
    transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(115deg, transparent 0 56%, rgba(255, 255, 255, .045) 56.1% 56.25%, transparent 56.35%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .024) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 118px) !important;
  opacity: .64 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::after {
  content: "" !important;
  position: absolute !important;
  inset: auto -10% -18% 18% !important;
  height: 44% !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at center, rgba(var(--over-cyan), .14), transparent 56%),
    linear-gradient(90deg, transparent, rgba(255, 126, 102, .09), transparent) !important;
  filter: blur(20px) !important;
  opacity: .66 !important;
  animation: overAmbientFloor 12s ease-in-out infinite alternate !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  max-width: 520px !important;
  z-index: 3 !important;
  align-self: center !important;
  text-align: left !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-overline {
  min-height: 26px !important;
  margin-bottom: 16px !important;
  padding: 0 10px 0 0 !important;
  color: rgba(255, 169, 151, .96) !important;
  font-size: 11px !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  max-width: 8em !important;
  font-size: clamp(56px, 6.4vw, 92px) !important;
  line-height: .9 !important;
  letter-spacing: 0 !important;
  transform: none !important;
  text-wrap: balance !important;
}

body.overhouse-public-home:not(.auth-locked) .glow-word {
  color: rgb(255, 126, 102) !important;
  text-shadow: 0 0 34px rgba(255, 126, 102, .24) !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-description {
  max-width: 38ch !important;
  margin-top: 20px !important;
  color: rgba(234, 237, 247, .86) !important;
  font-size: clamp(15px, 1.02vw, 17px) !important;
  font-weight: 650 !important;
  line-height: 1.62 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row {
  width: min(100%, 390px) !important;
  margin-top: 24px !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action {
  height: 44px !important;
  border-radius: 13px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action--primary {
  background: linear-gradient(135deg, rgb(255, 126, 102), rgb(255, 98, 144)) !important;
  box-shadow: 0 20px 48px rgba(255, 126, 102, .24) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action--secondary {
  background: rgba(255, 255, 255, .058) !important;
  border-color: rgba(255, 255, 255, .12) !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
  width: min(100%, 430px) !important;
  margin-top: 18px !important;
  gap: 8px !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span {
  min-height: 58px !important;
  padding: 12px 13px !important;
  border-radius: 15px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .028)),
    rgba(255, 255, 255, .022) !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  margin-top: 22px !important;
  padding-left: 14px !important;
  transform: none !important;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, .28)) !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period {
  color: rgba(255, 169, 151, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  margin-top: 18px !important;
  background: rgba(255, 255, 255, .042) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  position: relative !important;
  z-index: 3 !important;
  width: var(--over-board-width) !important;
  max-width: 820px !important;
  min-width: 0 !important;
  height: clamp(560px, 64vh, 690px) !important;
  min-height: 560px !important;
  justify-self: end !important;
  display: block !important;
  padding: 0 !important;
  border-radius: 34px !important;
  border: 1px solid rgba(255, 255, 255, .115) !important;
  background:
    radial-gradient(circle at 50% 54%, rgba(var(--over-cyan), .13), transparent 22%),
    linear-gradient(145deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .026)),
    rgba(11, 13, 21, .88) !important;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, .5),
    0 0 0 1px rgba(255, 255, 255, .02),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transform: none !important;
  animation: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at var(--cursor-x, 52%) var(--cursor-y, 46%), rgba(255, 126, 102, .17), transparent 0 21%, transparent 44%),
    radial-gradient(circle at 50% 55%, rgba(var(--over-cyan), .16), transparent 0 24%, transparent 46%),
    linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 34%, rgba(var(--over-cyan), .048)) !important;
  opacity: .78 !important;
  animation: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  content: "" !important;
  position: absolute !important;
  inset: 1px !important;
  z-index: 8 !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: inherit !important;
  border: 1px solid rgba(255, 255, 255, .044) !important;
  background:
    linear-gradient(100deg, transparent 0 38%, rgba(255, 255, 255, .11) 48%, transparent 59%),
    radial-gradient(circle at 50% 54%, transparent 0 46%, rgba(255, 255, 255, .035) 47%, transparent 62%) !important;
  background-size: 210% 100%, 100% 100% !important;
  opacity: .44 !important;
  animation: overBoardLightTrace 9.5s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  position: absolute !important;
  inset: 84px 18px 52px !important;
  z-index: 1 !important;
  display: block !important;
  pointer-events: none !important;
  opacity: .78 !important;
  filter: brightness(var(--hero-brightness, .98)) saturate(var(--hero-saturation, 1.06)) contrast(var(--hero-contrast, 1.04)) drop-shadow(0 26px 70px rgba(0, 0, 0, .5)) !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual::before {
  content: "" !important;
  position: absolute !important;
  inset: -8% -6% !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background:
    radial-gradient(ellipse at center, transparent 0 52%, rgba(11, 13, 21, .28) 73%, rgba(11, 13, 21, .72) 100%),
    linear-gradient(180deg, rgba(11, 13, 21, .38), transparent 25%, transparent 72%, rgba(11, 13, 21, .5)) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  opacity: .95 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  mix-blend-mode: screen !important;
  opacity: .78 !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-energy-lines,
body.overhouse-public-home:not(.auth-locked) .platform-light-sweep {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-svg-canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-orbit-rail {
  fill: none !important;
  stroke: rgba(132, 226, 255, .16) !important;
  stroke-width: 1.1 !important;
  stroke-dasharray: 6 12 !important;
  animation: overOrbitDash 18s linear infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-orbit-rail--inner {
  stroke: rgba(255, 126, 102, .11) !important;
  animation-duration: 24s !important;
  animation-direction: reverse !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-ring-link,
body.overhouse-public-home:not(.auth-locked) .meco-pulse {
  stroke-linecap: round !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-ring-pulse,
body.overhouse-public-home:not(.auth-locked) .meco-pulse {
  stroke-dasharray: 10 16 !important;
  stroke-dashoffset: 0 !important;
  opacity: .46 !important;
  animation: overLinePulse 5.4s linear infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-charge-dot {
  opacity: .72 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node-anchor {
  opacity: .78 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  position: absolute !important;
  left: 24px !important;
  top: 22px !important;
  z-index: 9 !important;
  width: min(390px, calc(100% - 48px)) !important;
  display: grid !important;
  gap: 5px !important;
  padding: 0 !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading span {
  color: rgba(255, 169, 151, .96) !important;
  font-size: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  margin: 0 !important;
  color: rgba(247, 249, 255, .98) !important;
  font-size: clamp(19px, 1.7vw, 25px) !important;
  line-height: 1.08 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  max-width: 42ch !important;
  margin: 0 !important;
  color: rgba(220, 225, 238, .74) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading::after {
  content: "LIVE" !important;
  position: absolute !important;
  right: 0 !important;
  top: 2px !important;
  height: 24px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(72, 226, 153, .25) !important;
  background: rgba(72, 226, 153, .11) !important;
  color: rgba(207, 255, 229, .94) !important;
  font-size: 9px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 24px !important;
  z-index: 9 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
  min-height: 38px !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 13px !important;
  background: rgba(10, 12, 19, .58) !important;
  color: rgba(238, 242, 252, .86) !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span::after {
  animation-duration: 7.8s !important;
  opacity: .28 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  position: absolute !important;
  z-index: 7 !important;
  width: 138px !important;
  height: 138px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(143, 243, 255, .32) !important;
  background:
    radial-gradient(circle at 50% 42%, rgba(143, 243, 255, .24), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)),
    rgba(9, 13, 22, .74) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .48),
    0 0 42px rgba(84, 226, 255, .16),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  transform: translate(-50%, -50%) !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before {
  content: "" !important;
  position: absolute !important;
  inset: 17px !important;
  display: block !important;
  border-radius: 26px !important;
  border: 1px solid rgba(143, 243, 255, .18) !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::after {
  content: "" !important;
  position: absolute !important;
  left: 22px !important;
  right: 22px !important;
  bottom: 25px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(255, 126, 102, .1), rgba(255, 126, 102, .9), rgba(84, 226, 255, .9), rgba(255, 255, 255, .06)) !important;
  background-size: 220% 100% !important;
  animation: overRailFlow 4.8s linear infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong,
body.overhouse-public-home:not(.auth-locked) .meco-core span {
  position: relative !important;
  z-index: 2 !important;
  justify-self: center !important;
  text-align: center !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  align-self: end !important;
  color: rgba(247, 249, 255, .98) !important;
  font-size: 17px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core span {
  align-self: start !important;
  color: rgba(178, 237, 255, .82) !important;
  font-size: 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .core-radar-pulse,
body.overhouse-public-home:not(.auth-locked) .core-orbit-ring {
  display: block !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  position: absolute !important;
  z-index: 7 !important;
  width: clamp(128px, 10.5vw, 154px) !important;
  height: 92px !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 12px !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: 38px auto !important;
  gap: 8px 10px !important;
  align-content: start !important;
  border-radius: 20px !important;
  border: 1px solid rgba(var(--theme-rgb), .25) !important;
  background:
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(var(--theme-rgb), .2), transparent 0 24%, transparent 47%),
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .038)),
    rgba(12, 15, 25, .8) !important;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, .42),
    inset 0 1px 0 rgba(255, 255, 255, .09) !important;
  transform: translate(-50%, -50%) !important;
  translate: 0 0 !important;
  overflow: hidden !important;
  cursor: pointer !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    transform .18s cubic-bezier(.2, .78, .2, 1) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, .16) 50%, transparent 60%),
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(var(--theme-rgb), .24), transparent 0 28%, transparent 54%) !important;
  opacity: .34 !important;
  transition: opacity .2s ease, transform .24s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  border-color: rgba(var(--theme-rgb), .58) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .46),
    0 0 36px rgba(var(--theme-rgb), .18),
    inset 0 1px 0 rgba(255, 255, 255, .13) !important;
  transform: translate(-50%, calc(-50% - 6px)) !important;
  translate: 0 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.active::before,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview::before {
  opacity: .68 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 38px !important;
  height: 38px !important;
  padding: 9px !important;
  border: 1px solid rgba(var(--theme-rgb), .34) !important;
  border-radius: 14px !important;
  background: rgba(var(--theme-rgb), .14) !important;
  color: rgb(var(--theme-rgb)) !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  min-width: 0 !important;
  color: rgba(248, 250, 255, .96) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  position: relative !important;
  z-index: 2 !important;
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  color: rgba(220, 226, 241, .72) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  content: attr(data-service-kind-label) !important;
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 3 !important;
  min-width: 34px !important;
  height: 20px !important;
  padding: 0 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(var(--theme-rgb), .32) !important;
  border-radius: 999px !important;
  background: rgba(var(--theme-rgb), .13) !important;
  color: rgba(247, 249, 255, .82) !important;
  font-size: 9px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  position: absolute !important;
  right: 22px !important;
  top: 22px !important;
  z-index: 9 !important;
  width: min(250px, calc(100% - 48px)) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
  min-height: 38px !important;
  padding: 8px 10px 8px 30px !important;
  border-radius: 13px !important;
  background: rgba(10, 12, 19, .56) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail b {
  font-size: 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail small {
  font-size: 9.5px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-telemetry {
  z-index: 12 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgba(10, 12, 19, .72) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .34) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  width: min(500px, calc(100vw - 32px)) !important;
  max-height: calc(100dvh - 112px) !important;
  right: max(18px, calc((100vw - var(--over-stage-max)) / 2)) !important;
  top: 86px !important;
  border-radius: 26px !important;
  border-color: rgba(255, 255, 255, .13) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .028)),
    rgba(10, 12, 19, .96) !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .55), 0 0 46px rgba(var(--theme-rgb, 84, 226, 255), .1) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-grid {
  gap: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-section,
body.overhouse-public-home:not(.auth-locked) .meco-cardnews-card {
  background: rgba(255, 255, 255, .045) !important;
  border-color: rgba(255, 255, 255, .09) !important;
}

@keyframes overAmbientFloor {
  0% { opacity: .48; transform: translate3d(-2%, 0, 0) scale(1); }
  100% { opacity: .78; transform: translate3d(2%, -2%, 0) scale(1.04); }
}

@keyframes overBoardLightTrace {
  0%, 28% { background-position: -130% 0, 0 0; opacity: .28; }
  48% { opacity: .5; }
  72%, 100% { background-position: 130% 0, 0 0; opacity: .3; }
}

@keyframes overOrbitDash {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -180; }
}

@keyframes overLinePulse {
  0% { stroke-dashoffset: 0; opacity: .28; }
  50% { opacity: .62; }
  100% { stroke-dashoffset: -156; opacity: .28; }
}

@media (min-width: 1680px) {
  body.overhouse-public-home:not(.auth-locked) {
    --over-board-width: min(840px, 52vw);
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    height: clamp(610px, 66vh, 740px) !important;
  }
}

@media (max-width: 1220px) {
  body.overhouse-public-home:not(.auth-locked) {
    --over-board-width: min(100%, 760px);
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    justify-items: center !important;
    gap: 28px !important;
    padding-top: 94px !important;
    overflow: visible !important;
  }

  body.overhouse-public-home:not(.auth-locked) .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    max-width: 760px !important;
    text-align: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title,
  body.overhouse-public-home:not(.auth-locked) .brand-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-overline,
  body.overhouse-public-home:not(.auth-locked) .hero-action-row,
  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
  body.overhouse-public-home:not(.auth-locked) .home-time-panel,
  body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    justify-self: center !important;
    height: 640px !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .top-dock {
    width: calc(100vw - 18px) !important;
    height: auto !important;
    min-height: 58px !important;
    top: 9px !important;
    padding: 8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-brand {
    min-width: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-brand strong {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
    max-width: calc(100vw - 150px) !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav::-webkit-scrollbar {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding: 86px 14px 28px !important;
    gap: 22px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    font-size: clamp(42px, 13vw, 56px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-description {
    max-width: 32ch !important;
    font-size: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-action-row,
  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-action {
    height: 40px !important;
    font-size: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: 100% !important;
    height: 650px !important;
    min-height: 650px !important;
    border-radius: 24px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
    inset: 92px 0 130px !important;
    opacity: .56 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading {
    left: 16px !important;
    right: 16px !important;
    top: 16px !important;
    width: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
    max-width: 30ch !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core {
    width: 108px !important;
    height: 108px !important;
    border-radius: 27px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core strong {
    font-size: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: min(42vw, 148px) !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 10px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    grid-template-rows: 32px auto !important;
    border-radius: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 32px !important;
    height: 32px !important;
    padding: 7px !important;
    border-radius: 11px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > span,
  body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
    font-size: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
    right: 8px !important;
    top: 8px !important;
    min-width: 30px !important;
    height: 18px !important;
    font-size: 8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
    min-height: 34px !important;
    font-size: 10px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
    top: 78px !important;
    right: 12px !important;
    left: 12px !important;
    width: auto !important;
    max-height: calc(100dvh - 96px) !important;
  }
}

@media (max-width: 430px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    height: 620px !important;
    min-height: 620px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-value {
    font-size: 28px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .service-kind-legend span {
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::after,
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after,
  body.overhouse-public-home:not(.auth-locked) .meco-orbit-rail,
  body.overhouse-public-home:not(.auth-locked) .meco-ring-pulse,
  body.overhouse-public-home:not(.auth-locked) .meco-pulse,
  body.overhouse-public-home:not(.auth-locked) .meco-core::after,
  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span::after,
  body.overhouse-public-home:not(.auth-locked) .platform-live-rail i {
    animation: none !important;
  }
}

/* 20260621 card readability correction: product names must never look clipped. */
body.overhouse-public-home:not(.auth-locked) .brand-description {
  display: block !important;
  overflow: visible !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: 38px minmax(20px, auto) !important;
  height: 96px !important;
  min-height: 96px !important;
  padding: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: start !important;
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  bottom: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding-right: 0 !important;
  color: rgba(248, 250, 255, .96) !important;
  font-size: 12.2px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: left !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  bottom: auto !important;
  padding-right: 40px !important;
  color: rgba(221, 226, 241, .76) !important;
  font-size: 10.8px !important;
  line-height: 1.22 !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  top: auto !important;
  right: 10px !important;
  bottom: 10px !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .brand-description {
    max-width: 33ch !important;
    font-size: 13px !important;
    line-height: 1.54 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    height: 80px !important;
    min-height: 80px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    grid-template-rows: 32px minmax(18px, auto) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > span,
  body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
    font-size: 10.8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    padding-right: 35px !important;
    font-size: 9.5px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
    right: 8px !important;
    bottom: 8px !important;
  }
}

/* 20260621 home polish v2: stable shell width, unclipped type, cleaner dock. */
body.overhouse-public-home:not(.auth-locked) {
  overflow-x: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock {
  width: min(1160px, calc(100vw - 32px)) !important;
  justify-content: space-between !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand {
  flex: 0 0 auto !important;
  min-width: 156px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  justify-content: center !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-actions {
  flex: 0 0 auto !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  line-height: 1.28 !important;
  padding-block: 6px !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  overflow-x: clip !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-value,
body.overhouse-public-home:not(.auth-locked) .product-board-heading strong,
body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  line-height: 1.16 !important;
  padding-block: 3px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  transform: translate3d(0, 10px, 0) !important;
  box-sizing: border-box !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board.visible {
  transform: translate3d(0, 0, 0) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  overflow: hidden !important;
  contain: paint !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual img {
  max-width: 100% !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .top-dock {
    width: calc(100vw - 18px) !important;
    gap: 6px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
    flex: 1 1 auto !important;
    max-width: none !important;
    justify-content: center !important;
    gap: 2px !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a,
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > button {
    flex: 0 0 32px !important;
    width: 32px !important;
    padding: 0 !important;
    font-size: 0 !important;
    gap: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav .nav-icon {
    width: 17px !important;
    height: 17px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    line-height: 1.26 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
    left: 10px !important;
    right: 10px !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
}

/* 20260621 home polish v3: blended product board, quieter title, centered time. */
body.overhouse-public-home:not(.auth-locked) {
  --over-title-size: 54px;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  max-width: 440px !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  max-width: 7.8em !important;
  font-size: var(--over-title-size) !important;
  line-height: 1.22 !important;
  padding-block: 5px !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-description {
  max-width: 36ch !important;
  margin-top: 14px !important;
  font-size: 15px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row {
  width: min(100%, 360px) !important;
  margin-top: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
  width: min(100%, 392px) !important;
  margin-top: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span {
  min-height: 52px !important;
  padding: 10px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  width: min(100%, 264px) !important;
  margin: 15px auto 0 !important;
  padding: 9px 13px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto !important;
  align-items: center !important;
  align-content: center !important;
  justify-items: center !important;
  gap: 3px !important;
  border: 1px solid rgba(255, 255, 255, .075) !important;
  border-left: 1px solid rgba(255, 255, 255, .075) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 126, 102, .12), transparent 58%),
    rgba(255, 255, 255, .032) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 14px 34px rgba(0, 0, 0, .18) !important;
  filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel::before,
body.overhouse-public-home:not(.auth-locked) .home-time-panel::after {
  content: none !important;
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period,
body.overhouse-public-home:not(.auth-locked) .home-time-value,
body.overhouse-public-home:not(.auth-locked) .home-time-date {
  grid-column: 1 !important;
  position: static !important;
  display: block !important;
  text-align: center !important;
  transform: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period {
  grid-row: 1 !important;
  color: rgba(255, 169, 151, .88) !important;
  letter-spacing: .06em !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-value {
  grid-row: 2 !important;
  font-size: 32px !important;
  line-height: 1.08 !important;
  padding-block: 0 !important;
  font-variant-numeric: tabular-nums !important;
  letter-spacing: .01em !important;
  -webkit-text-stroke: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-date {
  grid-row: 3 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  background:
    radial-gradient(circle at 50% 55%, rgba(var(--over-cyan), .12), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .026)),
    rgba(11, 13, 21, .9) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  background:
    radial-gradient(circle at var(--cursor-x, 52%) var(--cursor-y, 46%), rgba(255, 126, 102, .13), transparent 0 20%, transparent 44%),
    radial-gradient(circle at 50% 55%, rgba(var(--over-cyan), .14), transparent 0 27%, transparent 52%),
    linear-gradient(135deg, rgba(255, 255, 255, .052), transparent 38%, rgba(var(--over-cyan), .045)) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  inset: 0 !important;
  border-radius: inherit !important;
  opacity: .58 !important;
  filter: brightness(var(--hero-brightness, .9)) saturate(1.02) contrast(1.02) !important;
  mix-blend-mode: screen !important;
  overflow: hidden !important;
  contain: paint !important;
  -webkit-mask-image:
    radial-gradient(ellipse at 54% 55%, #000 0 38%, rgba(0, 0, 0, .68) 58%, transparent 88%) !important;
  mask-image:
    radial-gradient(ellipse at 54% 55%, #000 0 38%, rgba(0, 0, 0, .68) 58%, transparent 88%) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual::before {
  inset: -8% !important;
  background:
    radial-gradient(ellipse at center, transparent 0 46%, rgba(11, 13, 21, .24) 64%, rgba(11, 13, 21, .92) 100%),
    linear-gradient(90deg, rgba(11, 13, 21, .88), transparent 21%, transparent 79%, rgba(11, 13, 21, .88)),
    linear-gradient(180deg, rgba(11, 13, 21, .86), transparent 26%, transparent 72%, rgba(11, 13, 21, .9)) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual > img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  opacity: .9 !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  width: min(360px, calc(100% - 48px)) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  font-size: 21px !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  max-width: 38ch !important;
}

@media (max-width: 1220px) {
  body.overhouse-public-home:not(.auth-locked) .home-time-panel {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) {
    --over-title-size: 36px;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    line-height: 1.2 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-description {
    max-width: 30ch !important;
    margin-top: 12px !important;
    font-size: 13px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-panel {
    width: min(100%, 238px) !important;
    margin-top: 13px !important;
    padding: 10px 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-value {
    font-size: 27px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
    inset: 0 !important;
    opacity: .46 !important;
  }
}

/* 20260621 interactive shapes v1: product nodes behave like live software modules. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
  perspective: 1200px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  width: 124px !important;
  height: 124px !important;
  border-radius: 28px !important;
  border-color: rgba(157, 244, 255, .28) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .025)),
    radial-gradient(circle at 50% 26%, rgba(137, 232, 255, .2), transparent 42%),
    rgba(11, 16, 27, .78) !important;
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .48),
    0 0 34px rgba(84, 226, 255, .13),
    inset 0 1px 0 rgba(255, 255, 255, .13) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before {
  content: "" !important;
  position: absolute !important;
  inset: 16px !important;
  display: block !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(255, 255, 255, .052) 1px, transparent 1px) 0 0 / 18px 18px,
    rgba(255, 255, 255, .026) !important;
}

body.overhouse-public-home:not(.auth-locked) .core-radar-pulse,
body.overhouse-public-home:not(.auth-locked) .core-orbit-ring {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::after {
  left: 23px !important;
  right: 23px !important;
  bottom: 24px !important;
  height: 3px !important;
  background:
    linear-gradient(90deg, rgba(255, 126, 102, .06), rgba(255, 126, 102, .92), rgba(84, 226, 255, .92), rgba(255, 255, 255, .04)) !important;
  background-size: 230% 100% !important;
  opacity: .78 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  width: 158px !important;
  height: 96px !important;
  min-height: 96px !important;
  padding: 13px !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  grid-template-rows: 40px 1fr !important;
  gap: 9px 11px !important;
  border-radius: 19px !important;
  border-color: rgba(var(--theme-rgb), .34) !important;
  background:
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 48%), rgba(var(--theme-rgb), .24), transparent 0 25%, transparent 54%),
    linear-gradient(140deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .035) 56%, rgba(var(--theme-rgb), .06)),
    rgba(10, 14, 24, .86) !important;
  box-shadow:
    0 20px 52px rgba(0, 0, 0, .44),
    0 0 0 1px rgba(255, 255, 255, .03),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  transform:
    translate(-50%, -50%)
    perspective(760px)
    rotateX(var(--card-tilt-x, 0deg))
    rotateY(var(--card-tilt-y, 0deg)) !important;
  transform-style: preserve-3d !important;
  will-change: transform, box-shadow, border-color !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  inset: 1px !important;
  border-radius: 18px !important;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255, 255, 255, .18) 48%, transparent 62%),
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(var(--theme-rgb), .3), transparent 0 26%, transparent 58%) !important;
  opacity: .32 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow {
  position: absolute !important;
  inset: 9px !important;
  z-index: 1 !important;
  display: block !important;
  border-radius: 15px !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, transparent 0 55%, rgba(var(--theme-rgb), .11) 56% 58%, transparent 59%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 13px) !important;
  opacity: .7 !important;
  transform: translateZ(8px) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::before,
body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::after {
  content: "" !important;
  position: absolute !important;
  right: 9px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(var(--theme-rgb), .08), rgba(var(--theme-rgb), .76), rgba(255, 255, 255, .54)) !important;
  box-shadow: 0 0 16px rgba(var(--theme-rgb), .18) !important;
  animation: overModuleReadout 3.8s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::before {
  left: 58px !important;
  bottom: 26px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::after {
  left: 78px !important;
  bottom: 15px !important;
  opacity: .62 !important;
  animation-delay: -1.4s !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 40px !important;
  height: 40px !important;
  padding: 9px !important;
  border-radius: 13px !important;
  border-color: rgba(var(--theme-rgb), .42) !important;
  background:
    linear-gradient(180deg, rgba(var(--theme-rgb), .2), rgba(var(--theme-rgb), .08)),
    rgba(255, 255, 255, .035) !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .24),
    inset 0 1px 0 rgba(255, 255, 255, .14) !important;
  transform: translateZ(18px) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  align-self: center !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  transform: translateZ(18px) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  padding-right: 42px !important;
  color: rgba(224, 231, 246, .8) !important;
  font-size: 10.7px !important;
  line-height: 1.24 !important;
  transform: translateZ(14px) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  right: 11px !important;
  bottom: 11px !important;
  height: 19px !important;
  border-color: rgba(var(--theme-rgb), .42) !important;
  background: rgba(var(--theme-rgb), .18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 0 16px rgba(var(--theme-rgb), .12) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  border-color: rgba(var(--theme-rgb), .72) !important;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .5),
    0 0 42px rgba(var(--theme-rgb), .2),
    0 0 0 1px rgba(var(--theme-rgb), .08),
    inset 0 1px 0 rgba(255, 255, 255, .16) !important;
  transform:
    translate(-50%, calc(-50% - 7px))
    perspective(760px)
    rotateX(var(--card-tilt-x, 0deg))
    rotateY(var(--card-tilt-y, 0deg))
    scale(1.018) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover .node-glow,
body.overhouse-public-home:not(.auth-locked) .meco-node.active .node-glow,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview .node-glow {
  opacity: .95 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:focus-visible {
  outline: 2px solid rgba(var(--theme-rgb), .78) !important;
  outline-offset: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  bottom: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-pulse {
  stroke-width: 2.6 !important;
  opacity: .62 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-pulse.is-hot {
  opacity: .92 !important;
}

@keyframes overModuleReadout {
  0%, 100% {
    transform: translateX(-8px) scaleX(.72);
    opacity: .38;
  }
  45% {
    transform: translateX(4px) scaleX(1);
    opacity: .86;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .meco-core {
    width: 104px !important;
    height: 104px !important;
    border-radius: 23px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core::before {
    inset: 13px !important;
    border-radius: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: min(43vw, 148px) !important;
    height: 84px !important;
    min-height: 84px !important;
    padding: 10px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    grid-template-rows: 34px 1fr !important;
    gap: 7px 9px !important;
    border-radius: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 34px !important;
    height: 34px !important;
    padding: 7px !important;
    border-radius: 11px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > span,
  body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
    font-size: 11px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    padding-right: 34px !important;
    font-size: 9.3px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::before {
    left: 48px !important;
    bottom: 22px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::after {
    left: 66px !important;
    bottom: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .meco-node,
  body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::before,
  body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* 20260621 cinematic panel v1: replace rough orbit sketching with a compact HUD board. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  border-radius: 24px !important;
  border-color: rgba(255, 255, 255, .11) !important;
  background:
    linear-gradient(90deg, rgba(255, 98, 82, .09), transparent 18%, transparent 82%, rgba(57, 213, 255, .06)),
    radial-gradient(ellipse at 52% 52%, rgba(93, 229, 255, .14), transparent 0 32%, transparent 66%),
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .026)),
    rgba(7, 10, 18, .94) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .1) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  display: block !important;
  pointer-events: none !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, .045) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 82px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, .028) 1px, transparent 1px) 0 0 / 100% 62px !important;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, rgba(255, 86, 75, .7), transparent 11%) left 32px top 32px / 150px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 86, 75, .7), transparent 55%) left 32px top 32px / 1px 128px no-repeat,
    linear-gradient(270deg, rgba(255, 86, 75, .7), transparent 11%) right 32px top 32px / 150px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 86, 75, .7), transparent 55%) right 32px top 32px / 1px 128px no-repeat,
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .04), transparent) 0 50% / 100% 1px no-repeat !important;
  opacity: .54 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-svg-canvas,
body.overhouse-public-home:not(.auth-locked) .meco-ring-link,
body.overhouse-public-home:not(.auth-locked) .meco-ring-pulse,
body.overhouse-public-home:not(.auth-locked) .meco-pulse,
body.overhouse-public-home:not(.auth-locked) .meco-charge-dot,
body.overhouse-public-home:not(.auth-locked) .meco-node-anchor {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  inset: 86px 92px 62px 94px !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  z-index: 1 !important;
  opacity: .72 !important;
  mix-blend-mode: screen !important;
  filter: brightness(.86) saturate(1.12) contrast(1.08) !important;
  -webkit-mask-image:
    radial-gradient(ellipse at 50% 54%, #000 0 41%, rgba(0, 0, 0, .64) 58%, transparent 82%) !important;
  mask-image:
    radial-gradient(ellipse at 50% 54%, #000 0 41%, rgba(0, 0, 0, .64) 58%, transparent 82%) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual::before {
  inset: -2% !important;
  background:
    radial-gradient(ellipse at 50% 48%, transparent 0 44%, rgba(7, 10, 18, .36) 62%, rgba(7, 10, 18, .96) 100%),
    linear-gradient(90deg, rgba(7, 10, 18, .94), transparent 22%, transparent 78%, rgba(7, 10, 18, .92)),
    linear-gradient(180deg, rgba(7, 10, 18, .88), transparent 28%, transparent 72%, rgba(7, 10, 18, .92)) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual > img {
  opacity: .88 !important;
  transform: scale(1.04) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  width: 380px !important;
  padding-left: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading::after {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  bottom: -13px !important;
  width: 116px !important;
  height: 1px !important;
  display: block !important;
  background: linear-gradient(90deg, rgba(255, 101, 87, .85), transparent) !important;
  opacity: .8 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  top: 23px !important;
  right: 23px !important;
  width: 248px !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
  min-height: 40px !important;
  border-radius: 6px !important;
  border-left: 2px solid rgba(85, 255, 171, .6) !important;
  background:
    linear-gradient(90deg, rgba(26, 255, 150, .07), rgba(15, 18, 28, .86)),
    rgba(8, 12, 20, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  width: 116px !important;
  height: 108px !important;
  border-radius: 10px !important;
  border-color: rgba(255, 255, 255, .14) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .032)),
    rgba(8, 11, 18, .72) !important;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, .42),
    0 0 28px rgba(96, 229, 255, .12),
    inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before {
  inset: 16px !important;
  border-radius: 8px !important;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .06) 0 1px, transparent 1px 15px),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 15px),
    rgba(255, 255, 255, .024) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::after {
  left: 18px !important;
  right: 18px !important;
  bottom: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  font-size: 15px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  width: 156px !important;
  height: 92px !important;
  min-height: 92px !important;
  padding: 11px !important;
  border-radius: 8px !important;
  border-color: rgba(var(--theme-rgb), .42) !important;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px)) !important;
  background:
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 48%), rgba(var(--theme-rgb), .18), transparent 0 28%, transparent 58%),
    linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .03) 54%, rgba(var(--theme-rgb), .065)),
    rgba(8, 11, 19, .9) !important;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, .45),
    0 0 0 1px rgba(var(--theme-rgb), .07),
    inset 0 1px 0 rgba(255, 255, 255, .14) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  inset: 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(110deg, transparent 0 38%, rgba(255, 255, 255, .18) 50%, transparent 62%),
    linear-gradient(90deg, rgba(var(--theme-rgb), .52), transparent 46%) left 0 top 0 / 72px 1px no-repeat,
    linear-gradient(180deg, rgba(var(--theme-rgb), .42), transparent 60%) left 0 top 0 / 1px 54px no-repeat,
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(var(--theme-rgb), .2), transparent 0 28%, transparent 62%) !important;
  opacity: .52 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow {
  inset: 8px !important;
  border-radius: 5px !important;
  background:
    repeating-linear-gradient(180deg, rgba(255, 255, 255, .052) 0 1px, transparent 1px 11px),
    linear-gradient(90deg, transparent 0 50%, rgba(var(--theme-rgb), .12) 51% 53%, transparent 54%) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 38px !important;
  height: 38px !important;
  border-radius: 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  font-size: 12.6px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  height: 18px !important;
  border-radius: 5px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  transform:
    translate(-50%, calc(-50% - 6px))
    perspective(760px)
    rotateX(var(--card-tilt-x, 0deg))
    rotateY(var(--card-tilt-y, 0deg))
    scale(1.012) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  left: 22px !important;
  right: 22px !important;
  bottom: 10px !important;
  gap: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
  min-height: 34px !important;
  border-radius: 7px !important;
  border-color: rgba(255, 255, 255, .09) !important;
  background: rgba(8, 11, 18, .82) !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before,
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
    inset: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
    inset: 104px 18px 106px 18px !important;
    opacity: .5 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core {
    width: 96px !important;
    height: 92px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: min(42vw, 144px) !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 9px !important;
  }
}

/* 20260621 auth password toggle + left hero stack repair. */
body.auth-locked.overhouse-public-home .auth-password-label {
  display: block !important;
}

body.auth-locked.overhouse-public-home .auth-password-field {
  position: relative !important;
  display: block !important;
  margin-top: 7px !important;
}

body.auth-locked.overhouse-public-home .auth-password-field input {
  width: 100% !important;
  margin-top: 0 !important;
  padding-right: 48px !important;
}

body.auth-locked.overhouse-public-home .auth-password-toggle {
  position: absolute !important;
  right: 7px !important;
  top: 50% !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(247, 247, 251, .78) !important;
  cursor: pointer !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease !important;
}

body.auth-locked.overhouse-public-home .auth-password-toggle:hover {
  border-color: rgba(244, 119, 100, .35) !important;
  background: rgba(244, 119, 100, .12) !important;
  color: #fff !important;
}

body.auth-locked.overhouse-public-home .auth-password-toggle:active {
  transform: translateY(-50%) scale(.96) !important;
}

body.auth-locked.overhouse-public-home .auth-password-icon {
  width: 17px !important;
  height: 17px !important;
}

body.auth-locked.overhouse-public-home .auth-password-icon--hide,
body.auth-locked.overhouse-public-home .auth-password-toggle[aria-pressed="true"] .auth-password-icon--show {
  display: none !important;
}

body.auth-locked.overhouse-public-home .auth-password-toggle[aria-pressed="true"] .auth-password-icon--hide {
  display: block !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  width: min(430px, 34vw) !important;
  max-width: 430px !important;
  min-width: 330px !important;
  display: grid !important;
  align-content: center !important;
  gap: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-overline {
  margin: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-title {
  max-width: 100% !important;
  font-size: clamp(42px, 4.2vw, 62px) !important;
  line-height: 1.02 !important;
  padding-block: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .brand-description {
  max-width: 34ch !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row,
body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
body.overhouse-public-home:not(.auth-locked) .home-time-panel,
body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  width: min(100%, 392px) !important;
  margin: 0 !important;
  justify-self: start !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-action-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  margin-top: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .hero-proof-strip span {
  min-height: 50px !important;
  padding: 10px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-panel {
  min-height: 74px !important;
  padding: 12px 14px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  align-items: center !important;
  gap: 3px 16px !important;
  border: 1px solid rgba(255, 255, 255, .075) !important;
  border-left: 1px solid rgba(244, 119, 100, .28) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .054), rgba(255, 255, 255, .022)),
    rgba(12, 13, 20, .42) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), 0 14px 36px rgba(0, 0, 0, .14) !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period,
body.overhouse-public-home:not(.auth-locked) .home-time-date,
body.overhouse-public-home:not(.auth-locked) .home-time-value {
  position: static !important;
  transform: none !important;
  text-align: left !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-period {
  grid-column: 1 !important;
  grid-row: 1 !important;
  letter-spacing: .06em !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-date {
  grid-column: 1 !important;
  grid-row: 2 !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .home-time-value {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .service-kind-legend span {
  min-width: 0 !important;
  justify-content: center !important;
  padding-inline: 10px !important;
}

@media (max-width: 1180px) {
  body.overhouse-public-home:not(.auth-locked) .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    width: min(420px, 92vw) !important;
    min-width: 0 !important;
    justify-items: center !important;
    text-align: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-description {
    max-width: 38ch !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-action-row,
  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
  body.overhouse-public-home:not(.auth-locked) .home-time-panel,
  body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
    justify-self: center !important;
  }
}

@media (max-width: 520px) {
  body.overhouse-public-home:not(.auth-locked) .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    width: min(360px, calc(100vw - 32px)) !important;
    gap: 11px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-title {
    font-size: 36px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .brand-description {
    font-size: 13px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .hero-proof-strip,
  body.overhouse-public-home:not(.auth-locked) .service-kind-legend {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .home-time-value {
    font-size: 30px !important;
  }
}

html body.overhouse-public-home:not(.auth-locked) .global-brand-header > .home-time-panel {
  width: min(100%, 392px) !important;
  max-width: 392px !important;
  box-sizing: border-box !important;
}

/* 20260621 dashboard polish v2: calmer service board and compact detail surface. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  border-radius: 16px !important;
  border-color: rgba(255, 255, 255, .105) !important;
  background:
    radial-gradient(ellipse at 50% 46%, rgba(71, 219, 255, .115), transparent 0 34%, transparent 72%),
    linear-gradient(135deg, rgba(255, 255, 255, .072), rgba(255, 255, 255, .026) 48%, rgba(255, 112, 88, .045)),
    rgba(6, 9, 16, .96) !important;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, .5),
    inset 0 1px 0 rgba(255, 255, 255, .095) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  inset: 16px !important;
  border-radius: 12px !important;
  border-color: rgba(255, 255, 255, .04) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .033) 1px, transparent 1px) 0 0 / 96px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, .026) 1px, transparent 1px) 0 0 / 100% 72px !important;
  opacity: .62 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  background:
    linear-gradient(90deg, rgba(255, 115, 92, .42), transparent 16%) left 28px top 28px / 136px 1px no-repeat,
    linear-gradient(180deg, rgba(255, 115, 92, .34), transparent 62%) left 28px top 28px / 1px 104px no-repeat,
    linear-gradient(270deg, rgba(70, 220, 255, .34), transparent 18%) right 28px bottom 28px / 136px 1px no-repeat,
    linear-gradient(0deg, rgba(70, 220, 255, .26), transparent 62%) right 28px bottom 28px / 1px 104px no-repeat !important;
  opacity: .58 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  inset: 72px 84px 70px 84px !important;
  opacity: .62 !important;
  filter: brightness(.82) saturate(1.08) contrast(1.06) !important;
  -webkit-mask-image: radial-gradient(ellipse at 50% 52%, #000 0 43%, rgba(0, 0, 0, .68) 60%, transparent 84%) !important;
  mask-image: radial-gradient(ellipse at 50% 52%, #000 0 43%, rgba(0, 0, 0, .68) 60%, transparent 84%) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  top: 24px !important;
  left: 24px !important;
  width: min(360px, calc(100% - 300px)) !important;
  padding: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading span {
  height: 22px !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: rgba(122, 235, 255, .92) !important;
  font-size: 9px !important;
  letter-spacing: .08em !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  margin-top: 9px !important;
  font-size: 23px !important;
  line-height: 1.22 !important;
  color: rgba(248, 250, 255, .96) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  max-width: 34ch !important;
  margin-top: 7px !important;
  color: rgba(214, 221, 238, .74) !important;
  font-size: 12.5px !important;
  line-height: 1.52 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading::after {
  left: 0 !important;
  bottom: -14px !important;
  width: 96px !important;
  opacity: .55 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  top: 24px !important;
  right: 24px !important;
  width: 236px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail span {
  min-height: 38px !important;
  padding: 8px 10px 8px 28px !important;
  border: 1px solid rgba(255, 255, 255, .075) !important;
  border-left: 1px solid rgba(85, 255, 171, .34) !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, rgba(26, 255, 150, .058), rgba(12, 15, 24, .74)),
    rgba(255, 255, 255, .025) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  width: 118px !important;
  height: 112px !important;
  border-radius: 16px !important;
  border-color: rgba(255, 255, 255, .14) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(86, 222, 255, .18), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .034)),
    rgba(8, 12, 21, .78) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before {
  inset: 14px !important;
  border-radius: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  font-size: 15px !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core span {
  color: rgba(216, 226, 244, .72) !important;
  font-size: 10.5px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  width: 166px !important;
  height: 94px !important;
  min-height: 94px !important;
  padding: 12px !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-rows: 38px 1fr !important;
  gap: 8px 10px !important;
  border-radius: 14px !important;
  clip-path: none !important;
  border-color: rgba(var(--theme-rgb), .32) !important;
  background:
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 48%), rgba(var(--theme-rgb), .16), transparent 0 30%, transparent 62%),
    linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .032) 56%, rgba(var(--theme-rgb), .052)),
    rgba(8, 12, 21, .91) !important;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, .4),
    0 0 0 1px rgba(255, 255, 255, .022),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  inset: 0 !important;
  border-radius: 14px !important;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, .12) 50%, transparent 60%),
    radial-gradient(circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%), rgba(var(--theme-rgb), .18), transparent 0 28%, transparent 64%) !important;
  opacity: .42 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow {
  inset: 10px !important;
  border-radius: 10px !important;
  background:
    linear-gradient(90deg, transparent 0 56%, rgba(var(--theme-rgb), .08) 57% 59%, transparent 60%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 13px) !important;
  opacity: .52 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 38px !important;
  height: 38px !important;
  padding: 8px !important;
  border-radius: 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  font-size: 12.8px !important;
  line-height: 1.14 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  padding-right: 40px !important;
  color: rgba(218, 226, 242, .75) !important;
  font-size: 10.4px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  right: 10px !important;
  bottom: 10px !important;
  top: auto !important;
  height: 18px !important;
  min-width: 32px !important;
  border-radius: 999px !important;
  background: rgba(var(--theme-rgb), .13) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  border-color: rgba(var(--theme-rgb), .62) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, .46),
    0 0 34px rgba(var(--theme-rgb), .16),
    inset 0 1px 0 rgba(255, 255, 255, .16) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  width: min(520px, calc(100vw - 32px)) !important;
  border-radius: 16px !important;
  border-color: rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(circle at 16% 0%, rgba(var(--theme-rgb, 84, 226, 255), .13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .026)),
    rgba(8, 11, 19, .97) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-header {
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-title-row h3 {
  font-size: 22px !important;
  line-height: 1.16 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-title p {
  color: rgba(218, 226, 242, .72) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-grid {
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-section,
body.overhouse-public-home:not(.auth-locked) .meco-cardnews-card {
  border-radius: 12px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .052), rgba(255, 255, 255, .022)),
    rgba(255, 255, 255, .018) !important;
  border-color: rgba(255, 255, 255, .082) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-track {
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-trigger-button {
  border-radius: 12px !important;
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .product-board-heading {
    width: min(360px, calc(100% - 48px)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    border-radius: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core {
    width: 96px !important;
    height: 92px !important;
    border-radius: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: min(43vw, 150px) !important;
    height: 80px !important;
    min-height: 80px !important;
    padding: 9px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    grid-template-rows: 32px 1fr !important;
    border-radius: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node::before {
    border-radius: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    padding-right: 32px !important;
  }
}

/* 20260621 menu/contact polish */
body.overhouse-public-home:not(.auth-locked) .project-quick-shell {
  top: 82px !important;
  right: max(18px, env(safe-area-inset-right)) !important;
  width: min(440px, calc(100vw - 32px)) !important;
  max-height: min(640px, calc(100dvh - 108px)) !important;
  padding: 18px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(78, 224, 255, .13), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(230, 112, 255, .1), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .026)),
    rgba(8, 11, 19, .98) !important;
  box-shadow: 0 28px 74px rgba(0, 0, 0, .48) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 6px 12px !important;
  align-items: start !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-head > span {
  margin: 0 !important;
  color: rgba(125, 230, 255, .86) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-head h2 {
  grid-column: 1 !important;
  margin: 0 !important;
  color: rgba(248, 251, 255, .96) !important;
  font-size: 23px !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-subcopy {
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  color: rgba(218, 226, 242, .68) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-meta {
  grid-column: 1 / -1 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 3px !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-meta span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: rgba(226, 234, 248, .72) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-close {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, .052) !important;
  color: rgba(246, 249, 255, .88) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-grid {
  display: grid !important;
  gap: 12px !important;
  max-height: min(510px, calc(100dvh - 232px)) !important;
  margin-top: 12px !important;
  padding-right: 2px !important;
  overflow: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-group {
  display: grid !important;
  gap: 8px !important;
  padding: 10px !important;
  border: 1px solid rgba(255, 255, 255, .065) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .025) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-group p {
  margin: 0 0 1px !important;
  color: rgba(218, 226, 242, .58) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 58px !important;
  gap: 10px !important;
  padding: 9px 10px !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .064), rgba(255, 255, 255, .024)),
    rgba(255, 255, 255, .018) !important;
  border-color: rgba(255, 255, 255, .08) !important;
  color: rgba(246, 249, 255, .92) !important;
  transform: translateZ(0) !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link:hover,
body.overhouse-public-home:not(.auth-locked) .project-quick-link:focus-visible {
  border-color: rgba(125, 230, 255, .34) !important;
  background:
    linear-gradient(135deg, rgba(125, 230, 255, .13), rgba(255, 255, 255, .032)),
    rgba(255, 255, 255, .026) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28) !important;
  transform: translateY(-1px) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link .nav-icon {
  width: 38px !important;
  height: 38px !important;
  padding: 10px !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, .26), transparent 36%),
    linear-gradient(145deg, rgba(105, 225, 255, .22), rgba(244, 119, 100, .1)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link span {
  min-width: 0 !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link small {
  min-width: 0 !important;
  color: rgba(218, 226, 242, .62) !important;
  font-size: 11px !important;
  line-height: 1.25 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link::after {
  content: attr(data-service-kind-label) !important;
  position: static !important;
  min-width: 36px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .046) !important;
  color: rgba(238, 243, 255, .75) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

body.overhouse-public-home:not(.auth-locked) #contact {
  width: min(860px, calc(100% - 32px)) !important;
  margin: 44px auto 104px !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-panel.contact-compact,
body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .095) !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 224, 255, .1), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .028)),
    rgba(8, 11, 19, .78) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28) !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-panel.contact-compact {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-content: center !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-emblem {
  grid-row: span 2 !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-route,
body.overhouse-public-home:not(.auth-locked) #contact .contact-form-head {
  min-width: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-route {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) #contact .contact-route-icon {
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: #69e1ff !important;
  box-shadow: 0 0 20px rgba(105, 225, 255, .65) !important;
  flex: 0 0 auto !important;
}

body.overhouse-public-home:not(.auth-locked) #contact b,
body.overhouse-public-home:not(.auth-locked) #contact strong {
  color: rgba(248, 251, 255, .94) !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}

body.overhouse-public-home:not(.auth-locked) #contact small {
  display: block !important;
  margin-top: 4px !important;
  color: rgba(218, 226, 242, .66) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] input,
body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] textarea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 0 13px !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .052) !important;
  color: rgba(248, 251, 255, .92) !important;
  outline: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] input::placeholder,
body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] textarea::placeholder {
  color: rgba(218, 226, 242, .45) !important;
}

body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] textarea {
  grid-column: 1 / -1 !important;
  min-height: 92px !important;
  padding-top: 12px !important;
  resize: vertical !important;
}

body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] button {
  grid-column: 1 / -1 !important;
  min-height: 44px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #6be5ff, #f47764) !important;
  color: #08101a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 18px 42px rgba(244, 119, 100, .22) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact {
  right: max(22px, env(safe-area-inset-right)) !important;
  bottom: max(22px, env(safe-area-inset-bottom)) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-panel {
  width: min(360px, calc(100vw - 28px)) !important;
  padding: 16px !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(105, 225, 255, .13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .026)),
    rgba(8, 11, 19, .98) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .48) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-head span {
  color: rgba(125, 230, 255, .84) !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .08em !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-head strong {
  display: block !important;
  margin-top: 3px !important;
  color: rgba(248, 251, 255, .95) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-head em {
  min-height: 24px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: rgba(226, 234, 248, .72) !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  display: inline-flex !important;
  align-items: center !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-copy {
  margin: 10px 0 12px !important;
  color: rgba(218, 226, 242, .68) !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-tags {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 6px !important;
  margin-bottom: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-tags span {
  min-width: 0 !important;
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .04) !important;
  color: rgba(226, 234, 248, .72) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-item {
  border-radius: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-item.primary {
  min-height: 62px !important;
  padding: 10px !important;
  border: 1px solid rgba(105, 225, 255, .2) !important;
  background:
    linear-gradient(135deg, rgba(105, 225, 255, .14), rgba(244, 119, 100, .08)),
    rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-channel-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 7px !important;
  margin-top: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-foot {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, .07) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-foot span {
  color: rgba(218, 226, 242, .54) !important;
  font-size: 11px !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger {
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
  border-color: rgba(105, 225, 255, .24) !important;
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, .22), transparent 34%),
    rgba(8, 11, 19, .9) !important;
}

body.overhouse-public-home:not(.auth-locked) .contact-trigger-icon {
  width: 46px !important;
  height: 46px !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .project-quick-shell {
    top: 76px !important;
    right: 14px !important;
    left: 14px !important;
    width: auto !important;
    max-height: calc(100dvh - 96px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .project-quick-link {
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) #contact {
    width: min(100% - 24px, 520px) !important;
    grid-template-columns: 1fr !important;
    margin: 32px auto 88px !important;
  }

  body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] textarea,
  body.overhouse-public-home:not(.auth-locked) #contact [data-support-form] button {
    grid-column: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .floating-contact {
    right: 14px !important;
    bottom: 14px !important;
  }
}

/* 20260621 service-board alignment: symmetric 2-column project board. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  width: min(690px, calc(100vw - 620px), calc(100vw - 64px)) !important;
  right: max(46px, calc((100vw - 1440px) / 2 + 40px)) !important;
  background:
    radial-gradient(ellipse at 50% 56%, rgba(88, 230, 255, .13), transparent 0 31%, transparent 68%),
    radial-gradient(circle at 16% 20%, rgba(244, 119, 100, .085), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(105, 225, 255, .09), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .024) 48%, rgba(244, 119, 100, .035)),
    rgba(5, 8, 15, .97) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  inset: 18px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 104px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, .022) 1px, transparent 1px) 0 0 / 100% 78px !important;
  opacity: .54 !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  opacity: .34 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  width: min(320px, calc(100% - 300px)) !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  font-size: 21px !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  max-width: 31ch !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  left: 50% !important;
  bottom: 24px !important;
  transform: translateX(-50%) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  width: 190px !important;
  right: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  width: 112px !important;
  height: 104px !important;
  border-radius: 15px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  font-size: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  width: 154px !important;
  height: 86px !important;
  min-height: 86px !important;
  padding: 10px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-rows: 34px 1fr !important;
  gap: 7px 9px !important;
  border-radius: 13px !important;
  background:
    radial-gradient(circle at 90% 10%, rgba(var(--theme-rgb), .16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .086), rgba(255, 255, 255, .03) 56%, rgba(var(--theme-rgb), .046)),
    rgba(7, 11, 20, .93) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node::before {
  border-radius: 13px !important;
  opacity: .34 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-glow {
  inset: 9px !important;
  opacity: .44 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 34px !important;
  height: 34px !important;
  padding: 7px !important;
  border-radius: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  padding-right: 36px !important;
  font-size: 9.8px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  right: 8px !important;
  bottom: 8px !important;
  height: 17px !important;
  min-width: 30px !important;
  font-size: 9px !important;
}

@media (max-width: 900px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: calc(100% - 28px) !important;
    right: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
    position: absolute !important;
    left: 50% !important;
    bottom: 16px !important;
    width: min(420px, calc(100% - 28px)) !important;
  }
}

@media (max-width: 520px) {
  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: 142px !important;
    height: 78px !important;
    min-height: 78px !important;
    padding: 8px !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    grid-template-rows: 30px 1fr !important;
    gap: 5px 7px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 30px !important;
    height: 30px !important;
    padding: 6px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    padding-right: 30px !important;
    font-size: 9px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
    right: 7px !important;
    bottom: 7px !important;
    min-width: 27px !important;
  }
}

/* 20260621 circular orbit refresh: project structure returns to a real orbit board. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  position: absolute !important;
  top: clamp(126px, 18vh, 160px) !important;
  right: max(54px, calc((100vw - 1440px) / 2 + 54px)) !important;
  width: min(680px, calc(100vw - 610px), calc(100vw - 64px)) !important;
  height: min(680px, calc(100dvh - 150px)) !important;
  min-height: 610px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, .105) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(105, 225, 255, .14), transparent 0 30%, transparent 54%),
    radial-gradient(circle at 50% 50%, rgba(244, 119, 100, .10), transparent 0 18%, transparent 63%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .023) 48%, rgba(105, 225, 255, .035)),
    rgba(5, 8, 15, .96) !important;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .42),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  transform: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::before {
  content: "" !important;
  position: absolute !important;
  inset: 22px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(105, 225, 255, .13) !important;
  background:
    radial-gradient(circle, transparent 0 50%, rgba(255, 255, 255, .045) 50.2%, transparent 50.8%),
    conic-gradient(from 90deg, rgba(105, 225, 255, .16), transparent 18%, rgba(244, 119, 100, .12), transparent 48%, rgba(105, 225, 255, .14), transparent 78%, rgba(244, 119, 100, .12)) !important;
  opacity: .78 !important;
  pointer-events: none !important;
  mask: radial-gradient(circle, transparent 0 47%, #000 47.5% 51%, transparent 51.5%) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh::after {
  content: "" !important;
  position: absolute !important;
  inset: 74px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, .075) !important;
  background: radial-gradient(circle, rgba(105, 225, 255, .075), transparent 56%) !important;
  opacity: .82 !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh > * {
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage {
  display: block !important;
  position: absolute !important;
  inset: 96px 92px 104px !important;
  opacity: .18 !important;
  transform: none !important;
  filter: saturate(1.08) contrast(1.04) !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
  display: block !important;
  position: absolute !important;
  inset: 108px !important;
  z-index: 1 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  opacity: .34 !important;
  filter: saturate(1.05) contrast(1.05) !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: .72 !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-energy-lines,
body.overhouse-public-home:not(.auth-locked) .platform-light-sweep,
body.overhouse-public-home:not(.auth-locked) .platform-live-rail {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-svg-canvas {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: .92 !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-orbit-rail {
  fill: none !important;
  stroke: rgba(105, 225, 255, .22) !important;
  stroke-width: 1 !important;
  stroke-dasharray: 8 12 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-orbit-rail--inner {
  stroke: rgba(244, 119, 100, .15) !important;
  stroke-dasharray: 4 10 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node-anchor {
  display: block !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading {
  position: absolute !important;
  z-index: 12 !important;
  top: 22px !important;
  left: 24px !important;
  width: min(250px, calc(100% - 48px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading span {
  display: inline-flex !important;
  height: 22px !important;
  align-items: center !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(105, 225, 255, .18) !important;
  background: rgba(105, 225, 255, .07) !important;
  color: rgba(147, 235, 255, .95) !important;
  font-size: 10px !important;
  letter-spacing: .08em !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading strong {
  display: block !important;
  margin-top: 10px !important;
  max-width: 15ch !important;
  color: #f7fbff !important;
  font-size: clamp(20px, 2.1vw, 27px) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .product-board-heading p {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
  position: absolute !important;
  z-index: 13 !important;
  left: 50% !important;
  right: auto !important;
  bottom: 22px !important;
  width: min(420px, calc(100% - 44px)) !important;
  transform: translateX(-50%) !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 7px !important;
  padding: 8px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  background: rgba(5, 8, 15, .72) !important;
  backdrop-filter: blur(16px) !important;
}

body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon span {
  min-width: 0 !important;
  height: 38px !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core {
  position: absolute !important;
  z-index: 18 !important;
  width: 118px !important;
  height: 118px !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  display: grid !important;
  place-items: center !important;
  align-content: center !important;
  gap: 3px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(105, 225, 255, .24), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025)),
    rgba(8, 12, 21, .93) !important;
  box-shadow:
    0 0 0 10px rgba(105, 225, 255, .035),
    0 0 54px rgba(105, 225, 255, .17),
    inset 0 1px 0 rgba(255, 255, 255, .11) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core::before,
body.overhouse-public-home:not(.auth-locked) .meco-core::after,
body.overhouse-public-home:not(.auth-locked) .core-radar-pulse,
body.overhouse-public-home:not(.auth-locked) .core-orbit-ring {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core strong {
  font-size: 15px !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-core span {
  max-width: 9ch !important;
  text-align: center !important;
  color: rgba(218, 226, 242, .68) !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node {
  position: absolute !important;
  z-index: 20 !important;
  width: 148px !important;
  height: 82px !important;
  min-height: 82px !important;
  padding: 9px !important;
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  grid-template-rows: 32px 1fr !important;
  gap: 6px 8px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(var(--theme-rgb), .28) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(var(--theme-rgb), .18), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .086), rgba(255, 255, 255, .028) 52%, rgba(var(--theme-rgb), .05)),
    rgba(7, 11, 20, .92) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .32),
    0 0 26px rgba(var(--theme-rgb), .08),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  transform: translate(-50%, -50%) !important;
  transition: left .55s cubic-bezier(.2, .78, .18, 1), top .55s cubic-bezier(.2, .78, .18, 1), transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node:hover,
body.overhouse-public-home:not(.auth-locked) .meco-node.active,
body.overhouse-public-home:not(.auth-locked) .meco-node.is-menu-preview {
  border-color: rgba(var(--theme-rgb), .6) !important;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, .38),
    0 0 36px rgba(var(--theme-rgb), .18),
    inset 0 1px 0 rgba(255, 255, 255, .12) !important;
  transform: translate(-50%, -50%) scale(1.045) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
  width: 32px !important;
  height: 32px !important;
  padding: 6px !important;
  border-radius: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node > span,
body.overhouse-public-home:not(.auth-locked) .meco-node[data-label-side] > span {
  min-width: 0 !important;
  color: #f8fbff !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
  grid-column: 1 / -1 !important;
  padding-right: 34px !important;
  color: rgba(218, 226, 242, .72) !important;
  font-size: 9.4px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-node[data-service-kind]::after {
  right: 8px !important;
  bottom: 8px !important;
  height: 16px !important;
  min-width: 30px !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  font-size: 8.5px !important;
}

@media (max-width: 1180px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(680px, calc(100% - 28px)) !important;
    height: min(680px, calc(100vw - 28px)) !important;
    min-height: 600px !important;
    margin: 22px auto 84px !important;
  }
}

@media (max-width: 520px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: calc(100% - 24px) !important;
    height: 620px !important;
    min-height: 620px !important;
    border-radius: 22px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .product-board-heading {
    max-width: 28ch !important;
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-dashboard-collage,
  body.overhouse-public-home:not(.auth-locked) .platform-realistic-visual {
    opacity: .12 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-core {
    width: 96px !important;
    height: 96px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node {
    width: 132px !important;
    height: 72px !important;
    min-height: 72px !important;
    padding: 8px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    grid-template-rows: 28px 1fr !important;
    gap: 5px 6px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node > svg {
    width: 28px !important;
    height: 28px !important;
    padding: 5px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-node .node-copy {
    padding-right: 28px !important;
    font-size: 8.7px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .platform-flow-ribbon {
    bottom: 14px !important;
    width: calc(100% - 28px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* 20260621 home balance: keep the hero copy and orbit board on one shared stage. */
body.overhouse-public-home:not(.auth-locked) {
  --home-shell-max: 1520px;
  --home-stage-pad: clamp(32px, 4vw, 86px);
  --home-copy-width: clamp(392px, 30vw, 500px);
  --home-board-size: clamp(620px, 45vw, 760px);
  --home-stage-gap: clamp(42px, 5vw, 92px);
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  padding:
    clamp(98px, 11vh, 132px)
    max(var(--home-stage-pad), calc((100vw - var(--home-shell-max)) / 2))
    clamp(42px, 6vh, 78px) !important;
  grid-template-columns: var(--home-copy-width) minmax(0, var(--home-board-size)) !important;
  justify-content: center !important;
  align-items: center !important;
  gap: var(--home-stage-gap) !important;
}

body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
  width: var(--home-copy-width) !important;
  max-width: var(--home-copy-width) !important;
  min-width: 0 !important;
  align-self: center !important;
  justify-self: start !important;
  transform: translateY(-10px) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: var(--home-board-size) !important;
  height: min(var(--home-board-size), calc(100dvh - 154px)) !important;
  min-height: min(620px, calc(100dvh - 170px)) !important;
  margin: 0 !important;
  align-self: center !important;
  justify-self: end !important;
}

@media (min-width: 1680px) {
  body.overhouse-public-home:not(.auth-locked) {
    --home-copy-width: 520px;
    --home-board-size: min(820px, calc(100dvh - 150px));
    --home-stage-gap: clamp(64px, 5.4vw, 112px);
  }
}

@media (max-width: 1180px) {
  body.overhouse-public-home:not(.auth-locked) {
    --home-copy-width: min(720px, calc(100vw - 32px));
    --home-board-size: min(680px, calc(100vw - 28px));
    --home-stage-gap: 28px;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding:
      clamp(88px, 10vh, 112px)
      18px
      72px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    align-items: start !important;
  }

  body.overhouse-public-home:not(.auth-locked) .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header {
    width: var(--home-copy-width) !important;
    max-width: var(--home-copy-width) !important;
    justify-self: center !important;
    transform: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    width: var(--home-board-size) !important;
    height: var(--home-board-size) !important;
    min-height: 600px !important;
    justify-self: center !important;
    margin: 0 auto 72px !important;
  }
}

@media (max-width: 520px) {
  body.overhouse-public-home:not(.auth-locked) {
    --home-board-size: calc(100vw - 24px);
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh {
    height: 620px !important;
    min-height: 620px !important;
  }
}

/* 2026-06-22 Notion-inspired SaaS landing reframe */
body.overhouse-public-home:not(.auth-locked) {
  --notion-bg: #ffffff;
  --notion-surface: #fafafa;
  --notion-surface-2: #f5f5f4;
  --notion-text: #111111;
  --notion-sub: #626262;
  --notion-muted: #969696;
  --notion-line: #e6e6e3;
  --notion-line-strong: #d8d8d4;
  --notion-shadow: 0 22px 70px rgba(17, 17, 17, .08);
  --notion-radius: 20px;
  background: var(--notion-bg) !important;
  color: var(--notion-text) !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock {
  position: sticky !important;
  top: 14px !important;
  left: auto !important;
  right: auto !important;
  width: min(1120px, calc(100% - 40px)) !important;
  min-height: 64px !important;
  margin: 14px auto 0 !important;
  transform: none !important;
  border: 1px solid rgba(17, 17, 17, .08) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  color: var(--notion-text) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand {
  color: var(--notion-text) !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand-mark {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand strong {
  color: var(--notion-text) !important;
  letter-spacing: -.02em !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
  gap: 4px !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav a,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav button,
body.overhouse-public-home:not(.auth-locked) .dock-logout,
body.overhouse-public-home:not(.auth-locked) .dock-window-button {
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #343434 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav a:hover,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav button:hover,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav a.active {
  background: #f0f0ee !important;
  color: #111 !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-charge-link,
body.overhouse-public-home:not(.auth-locked) .dock-subscription-link,
body.overhouse-public-home:not(.auth-locked) .dock-logout {
  border: 1px solid var(--notion-line) !important;
  background: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-window-controls {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  display: block !important;
  min-height: auto !important;
  width: 100% !important;
  padding: 72px 0 0 !important;
  overflow: visible !important;
  background:
    linear-gradient(180deg, rgba(246, 246, 244, .9), #fff 420px),
    #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .space-grid,
body.overhouse-public-home:not(.auth-locked) .space-ambient-glow,
body.overhouse-public-home:not(.auth-locked) .global-brand-header,
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  display: block !important;
  width: min(1120px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  color: var(--notion-text) !important;
  font-family: "Noto Sans KR", "Space Grotesk", Inter, system-ui, sans-serif !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing * {
  box-sizing: border-box !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker,
body.overhouse-public-home:not(.auth-locked) .notion-section-head span,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy span,
body.overhouse-public-home:not(.auth-locked) .notion-support-card > span,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card > span,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr) !important;
  gap: 52px !important;
  align-items: center !important;
  min-height: calc(100dvh - 162px) !important;
  padding: 36px 0 92px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 760px !important;
  margin: 22px 0 0 !important;
  color: #111 !important;
  font-size: clamp(54px, 5.2vw, 72px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  letter-spacing: -.045em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  max-width: 560px !important;
  margin: 24px 0 0 !important;
  color: var(--notion-sub) !important;
  font-size: 18px !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-actions,
body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 28px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button,
body.overhouse-public-home:not(.auth-locked) .notion-mini-button,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list a,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  border: 1px solid #111 !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button--ghost,
body.overhouse-public-home:not(.auth-locked) .notion-mini-button.is-muted {
  border-color: var(--notion-line) !important;
  background: #fff !important;
  color: #111 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
  min-width: 136px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(17, 17, 17, .04) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics b {
  display: block !important;
  font-size: 23px !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics small {
  display: block !important;
  margin-top: 7px !important;
  color: var(--notion-muted) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr) 180px !important;
  min-height: 560px !important;
  border: 1px solid var(--notion-line-strong) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: var(--notion-shadow) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 78% 16%, rgba(17, 17, 17, .055), transparent 32%),
    linear-gradient(135deg, transparent 0 56%, rgba(17, 17, 17, .028) 56% 57%, transparent 57%) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 22px 16px !important;
  border-right: 1px solid var(--notion-line) !important;
  background: #fbfbfa !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside strong {
  margin-bottom: 10px !important;
  color: #111 !important;
  font-size: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside span,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside span {
  display: flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 0 10px !important;
  border-radius: 9px !important;
  color: #666 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside .is-active,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside .is-active {
  background: #eeeeeb !important;
  color: #111 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  position: relative !important;
  z-index: 1 !important;
  padding: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 44px !important;
  border-bottom: 1px solid var(--notion-line) !important;
  color: #111 !important;
  font-size: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head span {
  font-size: 18px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head b,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header em {
  color: #66736b !important;
  font-size: 12px !important;
  font-style: normal !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table {
  display: grid !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 58px 70px !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 54px !important;
  padding: 0 14px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 13px !important;
  background: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table span {
  min-width: 0 !important;
  color: #111 !important;
  font-weight: 850 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table em,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 24px !important;
  padding: 0 8px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 999px !important;
  background: #fafafa !important;
  color: #666 !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 850 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b {
  color: #3b6f52 !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid,
body.overhouse-public-home:not(.auth-locked) .notion-widget-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article {
  min-height: 112px !important;
  padding: 16px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 16px !important;
  background: var(--notion-surface) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards span,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid span {
  color: var(--notion-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards strong,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid strong {
  display: block !important;
  margin-top: 20px !important;
  color: #111 !important;
  font-size: 24px !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  position: relative !important;
  z-index: 1 !important;
  margin: 24px 18px 24px 0 !important;
  padding: 18px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 18px !important;
  background: #111 !important;
  color: #fff !important;
  align-self: start !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report span,
body.overhouse-public-home:not(.auth-locked) .notion-side-report p {
  color: rgba(255, 255, 255, .68) !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  display: block !important;
  margin-top: 26px !important;
  font-size: 20px !important;
  line-height: 1.18 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  padding: 104px 0 !important;
  border-top: 1px solid var(--notion-line) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head {
  max-width: 720px !important;
  margin: 0 auto 34px !important;
  text-align: center !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head h2,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy h2,
body.overhouse-public-home:not(.auth-locked) .notion-support-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta h2 {
  margin: 16px 0 0 !important;
  color: #111 !important;
  font-size: clamp(38px, 4vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head p,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy p,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta p {
  margin: 16px auto 0 !important;
  max-width: 660px !important;
  color: var(--notion-sub) !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid,
body.overhouse-public-home:not(.auth-locked) .notion-step-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-step-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-support-card,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
  border: 1px solid var(--notion-line) !important;
  border-radius: var(--notion-radius) !important;
  background: #fff !important;
  box-shadow: 0 16px 46px rgba(17, 17, 17, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  min-height: 188px !important;
  padding: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin-right: 8px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 12px !important;
  background: #f7f7f5 !important;
  color: #111 !important;
  vertical-align: middle !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid svg {
  width: 19px !important;
  height: 19px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid h3,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid h3,
body.overhouse-public-home:not(.auth-locked) .notion-step-grid h3 {
  margin: 28px 0 0 !important;
  color: #111 !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid p,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid p,
body.overhouse-public-home:not(.auth-locked) .notion-step-grid p {
  margin: 10px 0 0 !important;
  color: var(--notion-sub) !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-section {
  display: grid !important;
  grid-template-columns: .72fr 1.28fr !important;
  gap: 34px !important;
  align-items: center !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  grid-template-columns: 124px minmax(0, 1fr) 210px !important;
  min-height: 430px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main {
  padding: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article {
  margin-top: 12px !important;
  padding: 14px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article strong {
  color: #111 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article span {
  float: right !important;
  color: #3b6f52 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article p {
  margin: 8px 0 0 !important;
  color: var(--notion-muted) !important;
  font-size: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 20px 18px 20px 0 !important;
  padding: 18px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 18px !important;
  background: var(--notion-surface) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section span,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section p {
  color: var(--notion-muted) !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section h3 {
  margin: 6px 0 10px !important;
  color: #111 !important;
  font-size: 28px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-button {
  width: 100% !important;
  min-height: 40px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-command-section {
  padding-bottom: 88px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article {
  display: flex !important;
  align-items: flex-end !important;
  min-height: 92px !important;
  color: #111 !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-step-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid article {
  padding: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-step-grid article span,
body.overhouse-public-home:not(.auth-locked) .notion-feature-grid article span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 11px !important;
  background: var(--notion-surface-2) !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
  display: grid !important;
  grid-template-columns: .9fr 1.1fr !important;
  gap: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card {
  padding: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list {
  display: grid !important;
  gap: 10px !important;
  margin-top: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid button {
  min-height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #111 !important;
  font-weight: 850 !important;
  text-align: left !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card p {
  margin: 18px 0 0 !important;
  color: var(--notion-muted) !important;
  font-size: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card p b {
  color: #8b6f3f !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list article {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 14px !important;
  align-items: center !important;
  padding: 16px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list article.is-featured {
  border-color: #111 !important;
  background: #fbfbfa !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list b {
  color: #111 !important;
  font-size: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list p {
  grid-column: 1 / 2 !important;
  margin: 0 !important;
  color: var(--notion-sub) !important;
  font-size: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list a,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list button {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  min-height: 38px !important;
  border-color: var(--notion-line) !important;
  background: #111 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
  margin: 18px 0 0 !important;
  padding: 62px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(17, 17, 17, .055), transparent 42%),
    #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-final-cta .notion-button {
  margin-top: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important;
  align-items: start !important;
  padding: 44px 0 64px !important;
  color: var(--notion-sub) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer strong {
  color: #111 !important;
  font-size: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer p {
  max-width: 470px !important;
  margin: 10px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer nav {
  display: grid !important;
  grid-template-columns: repeat(3, auto) !important;
  gap: 10px 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer a {
  color: #555 !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

@media (max-width: 1080px) {
  body.overhouse-public-home:not(.auth-locked) .top-dock {
    width: min(100% - 24px, 940px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav a[href="#notion-platform"],
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav a[href="#notion-support"],
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav a[href="#notion-workflow"] {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
    width: min(100% - 28px, 900px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-section,
  body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    min-height: auto !important;
    padding-top: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
    min-height: 480px !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .top-dock {
    top: 8px !important;
    width: calc(100% - 18px) !important;
    min-height: 58px !important;
    padding: 8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav a:not(.dock-charge-link):not(.dock-subscription-link),
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav button {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-charge-link,
  body.overhouse-public-home:not(.auth-locked) .dock-subscription-link {
    width: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding-top: 42px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
    width: calc(100% - 22px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    gap: 28px !important;
    padding-bottom: 60px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
    font-size: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside,
  body.overhouse-public-home:not(.auth-locked) .notion-side-report {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards,
  body.overhouse-public-home:not(.auth-locked) .notion-metric-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-widget-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-service-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-feature-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-step-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-support-grid {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-section {
    padding: 68px 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-section-head h2,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy h2,
  body.overhouse-public-home:not(.auth-locked) .notion-support-card h2,
  body.overhouse-public-home:not(.auth-locked) .notion-pricing-card h2,
  body.overhouse-public-home:not(.auth-locked) .notion-final-cta h2 {
    font-size: clamp(30px, 9vw, 40px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-plan-list article {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-plan-list a,
  body.overhouse-public-home:not(.auth-locked) .notion-plan-list button {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
    padding: 40px 20px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-footer {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-global-canvas,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .mecosystem-global-canvas,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-global-canvas {
  display: block !important;
  min-height: auto !important;
  width: 100% !important;
  padding: 72px 0 0 !important;
  overflow: hidden !important;
  background:
    linear-gradient(180deg, rgba(246, 246, 244, .9), #fff 420px),
    #fff !important;
}

body.overhouse-public-home:not(.auth-locked).home-motion-ready .space-grid,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .space-grid,
body.overhouse-public-home:not(.auth-locked).detail-board-open .space-grid,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .space-ambient-glow,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .space-ambient-glow,
body.overhouse-public-home:not(.auth-locked).detail-board-open .space-ambient-glow,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .global-brand-header,
body.overhouse-public-home:not(.auth-locked).detail-board-open .global-brand-header,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-topology-mesh,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .meco-detail-board,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .meco-detail-board,
body.overhouse-public-home:not(.auth-locked).detail-board-open .meco-detail-board {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-global-canvas,
  body.overhouse-public-home:not(.auth-locked).home-motion-mounted .mecosystem-global-canvas,
  body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-global-canvas {
    padding-top: 42px !important;
  }
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav button,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav button {
  color: #3b3b3b !important;
  background: transparent !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a.active,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a:hover,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav button:hover,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a.active,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a:hover,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav button:hover {
  color: #111 !important;
  background: #f1f1ee !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav .dock-charge-link,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav .dock-subscription-link,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav .dock-charge-link,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav .dock-subscription-link {
  color: #111 !important;
  background: #fff !important;
  border: 1px solid var(--notion-line) !important;
}

/* 2026-06-22 UX density pass: richer product cards, Korean-first copy, calm motion */
body.overhouse-public-home:not(.auth-locked) {
  --over-blue: 56, 115, 255;
  --over-cyan: 34, 178, 202;
  --over-violet: 128, 91, 214;
  --over-green: 68, 138, 97;
  --over-amber: 186, 124, 36;
  --over-slate: 92, 103, 121;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  position: relative !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing::before {
  content: "" !important;
  position: absolute !important;
  inset: 16px -52px auto auto !important;
  width: 420px !important;
  height: 420px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(56, 115, 255, .10), transparent 66%) !important;
  pointer-events: none !important;
  filter: blur(8px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr) !important;
  gap: 46px !important;
  min-height: auto !important;
  padding: 48px 0 82px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1,
body.overhouse-public-home:not(.auth-locked) .notion-section-head h2,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy h2,
body.overhouse-public-home:not(.auth-locked) .notion-support-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta h2 {
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 600px !important;
  font-size: 62px !important;
  line-height: 1.06 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 em {
  display: block !important;
  margin-top: 14px !important;
  color: #6b6b67 !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--over-blue), .10), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(var(--over-green), .08), transparent 36%),
    #fff !important;
  animation: notionPanelFloat 7s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup::after {
  content: "" !important;
  position: absolute !important;
  left: -30% !important;
  top: 0 !important;
  width: 24% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent) !important;
  transform: skewX(-16deg) !important;
  animation: notionPanelScan 8s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table span small {
  display: block !important;
  margin-top: 3px !important;
  color: var(--notion-muted) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span:hover {
  transform: translateY(-3px) !important;
  border-color: #cfcfca !important;
  box-shadow: 0 18px 42px rgba(17, 17, 17, .075) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  padding: 86px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid {
  gap: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  --card-rgb: var(--over-slate);
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 258px !important;
  padding: 22px !important;
  overflow: hidden !important;
  background:
    linear-gradient(135deg, rgba(var(--card-rgb), .105), transparent 46%),
    #fff !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="blue"] { --card-rgb: var(--over-blue); }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="cyan"] { --card-rgb: var(--over-cyan); }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="violet"] { --card-rgb: var(--over-violet); }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="green"] { --card-rgb: var(--over-green); }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="amber"] { --card-rgb: var(--over-amber); }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article[data-tone="slate"] { --card-rgb: var(--over-slate); }

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-top: 3px solid rgba(var(--card-rgb), .68) !important;
  background:
    radial-gradient(circle at 88% 12%, rgba(var(--card-rgb), .16), transparent 28%),
    linear-gradient(180deg, transparent, rgba(var(--card-rgb), .035)) !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(var(--card-rgb), .32) !important;
  box-shadow: 0 24px 64px rgba(17, 17, 17, .095) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid i {
  background: rgba(var(--card-rgb), .10) !important;
  color: rgb(var(--card-rgb)) !important;
  border-color: rgba(var(--card-rgb), .20) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article span {
  color: rgb(var(--card-rgb)) !important;
  background: rgba(var(--card-rgb), .08) !important;
  border-color: rgba(var(--card-rgb), .18) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid h3 {
  margin-top: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid ul {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid li {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 9px !important;
  border: 1px solid rgba(var(--card-rgb), .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .66) !important;
  color: #555 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid button {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 38px !important;
  margin-top: auto !important;
  border: 1px solid rgba(var(--card-rgb), .22) !important;
  border-radius: 12px !important;
  background: rgba(var(--card-rgb), .09) !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid button:hover {
  background: rgb(var(--card-rgb)) !important;
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 22px !important;
  padding: 14px !important;
  border: 1px solid var(--notion-line) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(var(--over-blue), .055), rgba(var(--over-green), .035)), #fff !important;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow span {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 42px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(17, 17, 17, .075) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #222 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow b {
  color: rgb(var(--over-blue)) !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow i {
  position: relative !important;
  display: block !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: #deded9 !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow i::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: 42% !important;
  background: linear-gradient(90deg, transparent, rgb(var(--over-blue)), transparent) !important;
  animation: notionFlowPulse 2.8s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  background:
    radial-gradient(circle at 72% 20%, rgba(var(--over-cyan), .09), transparent 30%),
    #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article {
  display: block !important;
  min-height: 102px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid b {
  display: block !important;
  color: #111 !important;
  font-size: 15px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid small {
  display: block !important;
  margin-top: 20px !important;
  color: var(--notion-muted) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-feature-grid article {
  min-height: 156px !important;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .035), transparent 45%),
    #fff !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-feature-grid article:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 22px 58px rgba(17, 17, 17, .08) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, .035), transparent 44%),
    #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid button,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list article {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid button:hover,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list article:hover {
  transform: translateY(-3px) !important;
  border-color: #cfcfca !important;
  box-shadow: 0 14px 38px rgba(17, 17, 17, .065) !important;
}

@keyframes notionPanelFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes notionPanelScan {
  0%, 42% { left: -34%; opacity: 0; }
  52% { opacity: .68; }
  72%, 100% { left: 116%; opacity: 0; }
}

@keyframes notionFlowPulse {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(260%); }
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup::after,
  body.overhouse-public-home:not(.auth-locked) .notion-live-flow i::after {
    animation: none !important;
  }
}

@media (max-width: 1080px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    max-width: 760px !important;
    font-size: 54px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-flow i {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: 38px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 em {
    font-size: 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-section {
    padding: 56px 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
    min-height: 232px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
    grid-template-columns: 1fr !important;
  }
}

body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) {
  position: fixed !important;
  top: auto !important;
  right: 24px !important;
  bottom: 24px !important;
  transform: none !important;
  z-index: 80 !important;
}

/* 2026-06-22 hard cleanup: remove repeated info, fix clipped dashboard labels */
body.overhouse-public-home:not(.auth-locked) .notion-workflow,
body.overhouse-public-home:not(.auth-locked) .notion-feature-section {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr) !important;
  gap: 40px !important;
  padding-bottom: 64px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  font-size: clamp(48px, 4.6vw, 62px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  min-height: 492px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  grid-template-columns: 104px minmax(0, 1fr) 160px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside {
  padding: 18px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  padding: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  align-items: flex-start !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head span {
  font-size: 17px !important;
  line-height: 1.2 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  grid-template-columns: minmax(0, 1fr) 50px 46px !important;
  min-height: 50px !important;
  padding: 0 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b {
  text-align: right !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid article {
  min-height: 82px !important;
  padding: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards strong,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid strong {
  margin-top: 12px !important;
  font-size: 21px !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  margin: 20px 14px 20px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  margin-top: 20px !important;
  font-size: 17px !important;
  word-break: keep-all !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  padding: 72px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  min-height: 236px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
  margin-top: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-section {
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr) !important;
  padding-top: 72px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy h2 {
  font-size: clamp(34px, 3.6vw, 44px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  grid-template-columns: 98px minmax(0, 1fr) 176px !important;
  min-height: 390px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main {
  padding: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article {
  padding: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section {
  margin: 16px 14px 16px 0 !important;
  padding: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-command-section {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article {
  min-height: 76px !important;
  padding: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-widget-grid small {
  margin-top: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
  padding-top: 70px !important;
  grid-template-columns: 1fr 1fr !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card h2 {
  font-size: clamp(30px, 3vw, 40px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
  margin-top: 0 !important;
  padding: 48px !important;
}

@media (max-width: 1080px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-section,
  body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
    grid-template-columns: 104px minmax(0, 1fr) 160px !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    padding-bottom: 42px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main,
  body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main {
    padding: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards,
  body.overhouse-public-home:not(.auth-locked) .notion-metric-grid,
  body.overhouse-public-home:not(.auth-locked) .notion-widget-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
    min-height: 214px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-flow span {
    justify-content: center !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) {
    display: none !important;
  }
}

/* 2026-06-22 dark platform skin: keep the clean structure, restore Overhouse depth */
body.overhouse-public-home:not(.auth-locked) {
  --notion-bg: #06080f;
  --notion-surface: #0d111b;
  --notion-surface-2: #121827;
  --notion-text: #f6f8fb;
  --notion-sub: rgba(229, 236, 245, .74);
  --notion-muted: rgba(229, 236, 245, .52);
  --notion-line: rgba(255, 255, 255, .105);
  --notion-line-strong: rgba(255, 255, 255, .16);
  --notion-shadow: 0 34px 100px rgba(0, 0, 0, .42);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 117, 99, .16), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(48, 177, 255, .18), transparent 34%),
    linear-gradient(180deg, #080b13 0%, #05070d 48%, #070a12 100%) !important;
  color: var(--notion-text) !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(9, 12, 20, .82) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .42) !important;
  color: var(--notion-text) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand,
body.overhouse-public-home:not(.auth-locked) .dock-brand strong {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand-mark {
  background: linear-gradient(135deg, #ff765f, #2fb6ff) !important;
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav button,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav button {
  color: rgba(241, 245, 249, .76) !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a.active,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav a:hover,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav button:hover,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a.active,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav a:hover,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav button:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .105) !important;
}

body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav .dock-charge-link,
body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav .dock-subscription-link,
body.overhouse-public-home:not(.auth-locked) .dock-logout,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav .dock-charge-link,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .top-dock .dock-service-nav .dock-subscription-link {
  color: #f8fafc !important;
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .13) !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas,
body.overhouse-public-home:not(.auth-locked).home-motion-ready .mecosystem-global-canvas,
body.overhouse-public-home:not(.auth-locked).home-motion-mounted .mecosystem-global-canvas,
body.overhouse-public-home:not(.auth-locked).detail-board-open .mecosystem-global-canvas {
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 117, 99, .15), transparent 32%),
    radial-gradient(circle at 86% 4%, rgba(48, 177, 255, .18), transparent 36%),
    linear-gradient(180deg, #080b13 0%, #05070d 44%, #070a12 100%) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing::before {
  background: radial-gradient(circle, rgba(48, 177, 255, .18), transparent 66%) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker,
body.overhouse-public-home:not(.auth-locked) .notion-section-head span,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy span,
body.overhouse-public-home:not(.auth-locked) .notion-support-card > span,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card > span,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta > span {
  border-color: rgba(255, 255, 255, .12) !important;
  background: rgba(255, 255, 255, .055) !important;
  color: rgba(226, 232, 240, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1,
body.overhouse-public-home:not(.auth-locked) .notion-section-head h2,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy h2,
body.overhouse-public-home:not(.auth-locked) .notion-support-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card h2,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta h2 {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 em {
  color: rgba(226, 232, 240, .76) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p,
body.overhouse-public-home:not(.auth-locked) .notion-section-head p,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-copy p,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta p,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid p,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article p,
body.overhouse-public-home:not(.auth-locked) .notion-support-card p,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list p,
body.overhouse-public-home:not(.auth-locked) .notion-footer p {
  color: var(--notion-sub) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button,
body.overhouse-public-home:not(.auth-locked) .notion-mini-button,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list a,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list button {
  border-color: rgba(255, 255, 255, .16) !important;
  background: linear-gradient(135deg, #ff765f, #f94f78) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(249, 79, 120, .24) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button--ghost,
body.overhouse-public-home:not(.auth-locked) .notion-mini-button.is-muted {
  background: rgba(255, 255, 255, .055) !important;
  color: #f8fafc !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-support-card,
body.overhouse-public-home:not(.auth-locked) .notion-pricing-card,
body.overhouse-public-home:not(.auth-locked) .notion-final-cta {
  border-color: var(--notion-line-strong) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .028)),
    rgba(12, 16, 27, .88) !important;
  box-shadow: var(--notion-shadow) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  background:
    radial-gradient(circle at 78% 12%, rgba(48, 177, 255, .15), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(255, 117, 99, .10), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(12, 16, 27, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside {
  border-color: rgba(255, 255, 255, .09) !important;
  background: rgba(6, 9, 16, .62) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside strong,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head span,
body.overhouse-public-home:not(.auth-locked) .notion-table span,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards strong,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid strong,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid h3,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article strong,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section h3,
body.overhouse-public-home:not(.auth-locked) .notion-widget-grid b,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list b,
body.overhouse-public-home:not(.auth-locked) .notion-footer strong {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside span,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside span {
  color: rgba(226, 232, 240, .68) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside .is-active,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup aside .is-active {
  color: #fff !important;
  background: rgba(255, 255, 255, .10) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header {
  border-color: rgba(255, 255, 255, .10) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article,
body.overhouse-public-home:not(.auth-locked) .notion-metric-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section,
body.overhouse-public-home:not(.auth-locked) .notion-support-grid button,
body.overhouse-public-home:not(.auth-locked) .notion-plan-list article {
  border-color: rgba(255, 255, 255, .105) !important;
  background: rgba(255, 255, 255, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table em,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article span,
body.overhouse-public-home:not(.auth-locked) .notion-service-grid li {
  background: rgba(255, 255, 255, .065) !important;
  border-color: rgba(255, 255, 255, .11) !important;
  color: rgba(226, 232, 240, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article span {
  color: #7dd3a8 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  background:
    linear-gradient(135deg, rgba(var(--card-rgb), .18), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(12, 16, 27, .90) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid i {
  background: rgba(var(--card-rgb), .16) !important;
  border-color: rgba(var(--card-rgb), .28) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid button {
  border-color: rgba(var(--card-rgb), .28) !important;
  background: rgba(var(--card-rgb), .15) !important;
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
  border-color: rgba(255, 255, 255, .12) !important;
  background:
    linear-gradient(135deg, rgba(48, 177, 255, .09), rgba(255, 117, 99, .07)),
    rgba(12, 16, 27, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow span {
  border-color: rgba(255, 255, 255, .10) !important;
  background: rgba(255, 255, 255, .055) !important;
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow i {
  background: rgba(255, 255, 255, .12) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup {
  background:
    radial-gradient(circle at 72% 20%, rgba(48, 177, 255, .13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(12, 16, 27, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  border-color: rgba(255, 255, 255, .075) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-plan-list article.is-featured {
  border-color: rgba(255, 117, 99, .52) !important;
  background:
    linear-gradient(135deg, rgba(255, 117, 99, .13), rgba(255, 255, 255, .04)),
    rgba(12, 16, 27, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer,
body.overhouse-public-home:not(.auth-locked) .notion-footer a {
  color: rgba(226, 232, 240, .62) !important;
}

/* 20260622 Framer-inspired home pass: big promise, wide product canvas, lighter bento cards. */
body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  width: min(1216px, calc(100% - 48px)) !important;
  padding-top: 126px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing::before {
  width: 760px !important;
  height: 760px !important;
  top: 92px !important;
  right: -220px !important;
  opacity: .55 !important;
  filter: blur(12px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  min-height: calc(100svh - 126px) !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  gap: 48px !important;
  padding: 58px 0 88px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy {
  max-width: 830px !important;
  display: grid !important;
  justify-items: start !important;
  gap: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker {
  height: auto !important;
  margin-bottom: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker::after {
  content: " ->" !important;
  color: rgba(255, 255, 255, .48) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 820px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(58px, 7.6vw, 104px) !important;
  font-weight: 950 !important;
  line-height: .91 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 em {
  display: block !important;
  margin-top: 16px !important;
  color: rgba(255, 255, 255, .62) !important;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.24 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  max-width: 620px !important;
  margin: 28px 0 0 !important;
  color: rgba(226, 232, 240, .70) !important;
  font-size: clamp(16px, 1.4vw, 19px) !important;
  line-height: 1.7 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-actions {
  margin-top: 28px !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button--primary {
  color: #020617 !important;
  border-color: #fff !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-button--ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .10) !important;
  background: rgba(255, 255, 255, .09) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
  margin-top: 34px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
  width: auto !important;
  min-width: 116px !important;
  min-height: 58px !important;
  padding: 11px 14px !important;
  border-radius: 12px !important;
  border-color: rgba(255, 255, 255, .10) !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics b {
  font-size: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  position: relative !important;
  width: 100% !important;
  min-height: 492px !important;
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) 250px !important;
  gap: 0 !important;
  overflow: hidden !important;
  padding-top: 50px !important;
  border-radius: 30px !important;
  border-color: rgba(255, 255, 255, .11) !important;
  background:
    radial-gradient(circle at 70% 24%, rgba(48, 177, 255, .18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .078), rgba(255, 255, 255, .026)),
    rgba(10, 13, 20, .94) !important;
  box-shadow: 0 44px 120px rgba(0, 0, 0, .52) !important;
  transform: perspective(1200px) rotateX(1.2deg) !important;
  transform-origin: top center !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  content: "Canvas   +   Layers   Assets" !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .085) !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  white-space: pre !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after {
  content: "" !important;
  position: absolute !important;
  inset: 50px 0 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .105), transparent),
    radial-gradient(circle at 46% 58%, rgba(255, 117, 99, .08), transparent 28%) !important;
  opacity: .5 !important;
  transform: translateX(-70%) !important;
  animation: overFramerSweep 8s ease-in-out infinite !important;
}

@keyframes overFramerSweep {
  0%, 42% { transform: translateX(-72%); opacity: 0; }
  52% { opacity: .42; }
  70%, 100% { transform: translateX(72%); opacity: 0; }
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
  margin: 0 !important;
  padding: 24px 16px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 255, 255, .085) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .035) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside strong {
  margin-bottom: 18px !important;
  font-size: 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside span {
  min-height: 34px !important;
  padding: 0 12px !important;
  border-radius: 9px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  padding: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  padding: 0 0 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table {
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  min-height: 58px !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .052) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards {
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  border-radius: 16px !important;
  background: rgba(255, 255, 255, .055) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  margin: 0 !important;
  padding: 24px 18px !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .085) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .03) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  font-size: 24px !important;
  line-height: 1.12 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  padding: 92px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head {
  max-width: 780px !important;
  margin-bottom: 30px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head h2 {
  font-size: clamp(38px, 4.6vw, 66px) !important;
  line-height: .98 !important;
  letter-spacing: -.03em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  min-height: 276px !important;
  padding: 22px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(var(--card-rgb), .14), rgba(255, 255, 255, .026) 48%),
    rgba(12, 16, 27, .86) !important;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article::before {
  inset: auto 18px 18px auto !important;
  width: 92px !important;
  height: 92px !important;
  opacity: .28 !important;
  filter: blur(2px) !important;
  border-radius: 28px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid i {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow {
  margin-top: 16px !important;
  padding: 10px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-flow span {
  min-height: 46px !important;
  border-radius: 12px !important;
}

@media (max-width: 1080px) {
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    grid-template-columns: 160px minmax(0, 1fr) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-side-report {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
    width: calc(100% - 20px) !important;
    padding-top: 88px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    min-height: auto !important;
    gap: 26px !important;
    padding: 34px 0 54px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: .94 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
    font-size: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding-top: 42px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
    height: 42px !important;
    font-size: 11px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
    padding: 14px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 20260622 Framer home pass 2: bring the product canvas into the first viewport. */
body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  padding-top: 78px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  min-height: auto !important;
  gap: 28px !important;
  padding: 28px 0 82px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker {
  margin-bottom: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 760px !important;
  font-size: clamp(50px, 6.5vw, 84px) !important;
  line-height: .94 !important;
  letter-spacing: -.032em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  margin-top: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  min-height: 444px !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
    padding-top: 76px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    gap: 22px !important;
    padding: 22px 0 48px !important;
  }

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(38px, 11.2vw, 50px) !important;
  }
}

/* 20260622 live product pass: replace dummy-canvas feel with service-specific movement. */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  content: "Over Console   +   Products   Subscriptions" !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  position: relative !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  bottom: 14px !important;
  width: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, rgba(48, 177, 255, .0), rgba(48, 177, 255, .92), rgba(125, 211, 168, .0)) !important;
  opacity: .65 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 8px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(48, 177, 255, .72), rgba(125, 211, 168, .72), transparent) !important;
  transform: scaleX(.32) !important;
  transform-origin: left center !important;
  animation: overLiveRow 5.8s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div:nth-child(2)::after { animation-delay: .45s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-table div:nth-child(3)::after { animation-delay: .9s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-table div:nth-child(4)::after { animation-delay: 1.35s !important; }

@keyframes overLiveRow {
  0%, 100% { transform: scaleX(.26); opacity: .42; }
  46% { transform: scaleX(.82); opacity: .9; }
}

body.overhouse-public-home:not(.auth-locked) .notion-table b {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  flex: 0 0 auto !important;
  border-radius: 50% !important;
  background: #7dd3a8 !important;
  box-shadow: 0 0 16px rgba(125, 211, 168, .65) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  position: relative !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article::after,
body.overhouse-public-home:not(.auth-locked) .notion-widget-grid article::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 12px 10px 12px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(255, 117, 99, .82), rgba(48, 177, 255, .72)) !important;
  opacity: .55 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards small {
  display: block !important;
  margin-top: 8px !important;
  color: rgba(226, 232, 240, .56) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed {
  display: grid !important;
  gap: 8px !important;
  margin-top: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 10px !important;
  color: rgba(226, 232, 240, .72) !important;
  background: rgba(255, 255, 255, .045) !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 850 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #30b1ff !important;
  box-shadow: 0 0 14px rgba(48, 177, 255, .72) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  isolation: isolate !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article::after {
  content: "" !important;
  position: absolute !important;
  right: 18px !important;
  top: 18px !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  background: rgba(var(--card-rgb), .95) !important;
  box-shadow: 0 0 18px rgba(var(--card-rgb), .62) !important;
  opacity: .8 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 30px 88px rgba(0, 0, 0, .36) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid h3 {
  font-size: 26px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid p {
  min-height: 52px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid li {
  display: inline-flex !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 6px 6px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article {
  position: relative !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article::after {
  content: "" !important;
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 9px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(48, 177, 255, .7), rgba(125, 211, 168, .58), transparent) !important;
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after,
  body.overhouse-public-home:not(.auth-locked) .notion-table div::after {
    animation: none !important;
  }
}

/* 20260622 live product pass 2: real product panels, compact first viewport. */
body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  width: min(1180px, calc(100% - 48px)) !important;
  padding-top: 94px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  min-height: min(760px, calc(100svh - 106px)) !important;
  align-items: center !important;
  padding: 22px 0 70px !important;
}

@media (min-width: 1061px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    grid-template-columns: minmax(340px, .78fr) minmax(560px, 1.22fr) !important;
    gap: 34px !important;
  }
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy {
  max-width: 520px !important;
  gap: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker {
  margin-bottom: 14px !important;
  color: rgba(125, 211, 168, .92) !important;
  font-size: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker::after {
  content: "" !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 520px !important;
  font-size: clamp(42px, 4.8vw, 64px) !important;
  line-height: .98 !important;
  letter-spacing: -.024em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 em {
  margin-top: 12px !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.34 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  max-width: 470px !important;
  margin-top: 18px !important;
  font-size: clamp(14px, 1.18vw, 17px) !important;
  line-height: 1.62 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: min(100%, 450px) !important;
  margin-top: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
  min-width: 0 !important;
  min-height: 62px !important;
  padding: 11px 12px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .06) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics b {
  font-size: clamp(19px, 2vw, 26px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  min-height: 438px !important;
  grid-template-columns: 118px minmax(0, 1fr) 184px !important;
  border-radius: 24px !important;
  transform: none !important;
  background:
    linear-gradient(90deg, rgba(7, 10, 18, .98), rgba(7, 10, 18, .72) 38%, rgba(7, 10, 18, .92)),
    url("../assets/overplatform-command-center-v10-realflash-poster.png") center 58% / 82% no-repeat,
    rgba(7, 10, 18, .96) !important;
  box-shadow: 0 32px 96px rgba(0, 0, 0, .48) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  content: "Over Live Console" !important;
  height: 46px !important;
  color: rgba(226, 232, 240, .78) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after {
  inset: 46px 0 0 !important;
  background:
    linear-gradient(100deg, transparent 18%, rgba(125, 211, 168, .14), transparent 58%),
    radial-gradient(circle at 67% 44%, rgba(48, 177, 255, .18), transparent 30%) !important;
  animation-duration: 10s !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main,
body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  background: rgba(7, 10, 18, .58) !important;
  backdrop-filter: blur(16px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
  padding: 18px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside span {
  min-height: 32px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  padding: 20px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  padding-bottom: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  min-height: 54px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(15, 23, 42, .66) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div::after {
  width: var(--p, 58%) !important;
  transform: none !important;
  animation: overLiveWidth 5.8s ease-in-out infinite !important;
}

@keyframes overLiveWidth {
  0%, 100% { opacity: .38; filter: saturate(.8); }
  48% { opacity: .92; filter: saturate(1.35); }
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  min-height: 86px !important;
  padding: 13px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  background: rgba(15, 23, 42, .68) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  padding: 20px 16px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  font-size: 21px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
  min-height: 386px !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon type"
    "title title"
    "visual visual"
    "copy copy"
    "tags tags"
    "action action" !important;
  align-content: start !important;
  gap: 9px 12px !important;
  padding: 18px !important;
  border: 1px solid rgba(var(--card-rgb), .24) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid i {
  grid-area: icon !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article > span {
  grid-area: type !important;
  align-self: center !important;
  width: max-content !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid h3 {
  grid-area: title !important;
  margin: 0 !important;
  font-size: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-visual {
  grid-area: visual !important;
  position: relative !important;
  height: 128px !important;
  margin: 2px 0 4px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  background: radial-gradient(circle at 50% 35%, rgba(var(--card-rgb), .24), rgba(2, 6, 23, .82) 66%) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-visual::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .14), transparent) !important;
  transform: translateX(-100%) !important;
  animation: overServiceSheen 6.5s ease-in-out infinite !important;
  pointer-events: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:nth-child(2) .notion-service-visual::after { animation-delay: .8s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:nth-child(3) .notion-service-visual::after { animation-delay: 1.6s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:nth-child(4) .notion-service-visual::after { animation-delay: 2.4s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:nth-child(5) .notion-service-visual::after { animation-delay: 3.2s !important; }
body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:nth-child(6) .notion-service-visual::after { animation-delay: 4s !important; }

@keyframes overServiceSheen {
  0%, 58%, 100% { transform: translateX(-110%); opacity: 0; }
  68% { opacity: .64; }
  84% { transform: translateX(110%); opacity: 0; }
}

body.overhouse-public-home:not(.auth-locked) .notion-service-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .28s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid article:hover .notion-service-visual img {
  transform: scale(1.035) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid p {
  grid-area: copy !important;
  min-height: 44px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid ul {
  grid-area: tags !important;
  margin: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-service-grid button {
  grid-area: action !important;
  margin-top: 2px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section {
  padding: 72px 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head {
  max-width: 720px !important;
  margin-bottom: 26px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-section-head h2 {
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.02 !important;
}

@media (max-width: 1060px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    min-height: auto !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    grid-template-columns: 120px minmax(0, 1fr) !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
    width: calc(100% - 20px) !important;
    padding-top: 84px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(34px, 10vw, 43px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
    min-height: 56px !important;
    padding: 9px 8px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics b {
    font-size: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    background:
      linear-gradient(180deg, rgba(7, 10, 18, .98), rgba(7, 10, 18, .76)),
      url("../assets/overplatform-command-center-v10-realflash-poster.png") center 46% / 122% no-repeat,
      rgba(7, 10, 18, .96) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside,
  body.overhouse-public-home:not(.auth-locked) .notion-side-report {
    display: none !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-grid article {
    min-height: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-service-visual {
    height: 116px !important;
  }
}
