:root {
  --pc-bg: #070a12;
  --pc-surface: #0d1320;
  --pc-surface-2: #101827;
  --pc-surface-3: #162033;
  --pc-line: rgba(214, 226, 255, .12);
  --pc-line-strong: rgba(47, 125, 255, .32);
  --pc-text: #f8fbff;
  --pc-muted: #a8b3c7;
  --pc-dim: #6f7c92;
  --pc-accent: #2f7dff;
  --pc-accent-ink: #ffffff;
  --pc-radius: 12px;
  --pc-control-radius: 8px;
  --pc-content: min(1520px, calc(100vw - clamp(40px, 7vw, 128px)));
  --pc-fast: 160ms ease;
}

body.overhouse-public-home:not(.auth-locked) {
  margin: 0;
  overflow-x: hidden;
  color: var(--pc-text);
  background: var(--pc-bg);
  font-family: "Noto Sans KR", "Segoe UI", sans-serif;
}

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 {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
  display: block !important;
  width: 100% !important;
  min-height: 100vh !important;
  height: auto !important;
  margin: 0 !important;
  padding: 64px 0 0 !important;
  overflow: visible !important;
  background: var(--pc-bg) !important;
  perspective: none !important;
}

body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::before,
body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas::after {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--pc-text) !important;
  background: var(--pc-bg) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing::before,
body.overhouse-public-home:not(.auth-locked) .notion-saas-landing::after {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-saas-landing > :not(.platform-core-home) {
  display: none !important;
}

.platform-core-home {
  width: var(--pc-content);
  margin: 0 auto;
  padding: 0 0 clamp(56px, 7vw, 96px);
}

.platform-core-home *,
.platform-core-home *::before,
.platform-core-home *::after {
  box-sizing: border-box;
}

.platform-core-home a {
  color: inherit;
  text-decoration: none;
}

.pc-label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  color: var(--pc-accent);
  font: 600 11px/1.2 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Header */
body.overhouse-public-home:not(.auth-locked) .top-dock {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 100 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 44px) !important;
  width: 100% !important;
  max-width: none !important;
  height: 64px !important;
  min-height: 64px !important;
  margin: 0 !important;
  padding: 0 max(24px, calc((100vw - 1520px) / 2)) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pc-line) !important;
  border-radius: 0 !important;
  background: #0b0c0e !important;
  box-shadow: none !important;
  transform: none !important;
  backdrop-filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: max-content;
  color: var(--pc-text) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand-mark {
  display: grid !important;
  width: 28px !important;
  height: 28px !important;
  place-items: center !important;
  border: 1px solid var(--pc-line-strong) !important;
  border-radius: 7px !important;
  background: var(--pc-surface-2) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand-mark img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

body.overhouse-public-home:not(.auth-locked) .dock-brand strong {
  font: 600 15px/1 "Space Grotesk", sans-serif !important;
  letter-spacing: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a,
body.overhouse-public-home:not(.auth-locked) .dock-project-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: auto !important;
  min-width: 44px !important;
  height: 36px !important;
  padding: 0 11px !important;
  border: 1px solid transparent !important;
  border-radius: var(--pc-control-radius) !important;
  color: var(--pc-muted) !important;
  background: transparent !important;
  font: 600 13px/1 "Noto Sans KR", sans-serif !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  transition: color var(--pc-fast), background var(--pc-fast), border-color var(--pc-fast) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a::after,
body.overhouse-public-home:not(.auth-locked) .dock-project-toggle::after {
  display: none !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:hover,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:focus-visible,
body.overhouse-public-home:not(.auth-locked) .dock-project-toggle:hover,
body.overhouse-public-home:not(.auth-locked) .dock-project-toggle:focus-visible,
body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a.active {
  color: var(--pc-text) !important;
  border-color: var(--pc-line) !important;
  background: var(--pc-surface-2) !important;
}

body.overhouse-public-home:not(.auth-locked) .dock-service-nav .dock-subscription-link {
  color: var(--pc-accent) !important;
  border-color: rgba(47, 125, 255, .36) !important;
  background: rgba(47, 125, 255, .1) !important;
}

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

body.overhouse-public-home:not(.auth-locked) .dock-logout {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  height: 36px !important;
  padding: 0 11px !important;
  border: 1px solid var(--pc-line) !important;
  border-radius: var(--pc-control-radius) !important;
  color: var(--pc-muted) !important;
  background: transparent !important;
  font: 600 12px/1 "Noto Sans KR", sans-serif !important;
  box-shadow: none !important;
}

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

/* Product menu */
body.overhouse-public-home:not(.auth-locked) .project-quick-panel {
  position: fixed !important;
  inset: 64px 0 0 !important;
  z-index: 110 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-backdrop {
  background: rgba(0, 0, 0, .62) !important;
  backdrop-filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-shell {
  position: absolute !important;
  top: 12px !important;
  right: max(24px, calc((100vw - 1520px) / 2)) !important;
  width: min(720px, calc(100vw - 48px)) !important;
  max-height: calc(100vh - 100px) !important;
  padding: 0 !important;
  overflow: auto !important;
  border: 1px solid var(--pc-line-strong) !important;
  border-radius: var(--pc-radius) !important;
  color: var(--pc-text) !important;
  background: var(--pc-surface) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42) !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-head {
  padding: 22px 24px 18px !important;
  border-bottom: 1px solid var(--pc-line) !important;
  background: transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-head > span,
body.overhouse-public-home:not(.auth-locked) .project-quick-head h2,
body.overhouse-public-home:not(.auth-locked) .project-quick-head p {
  color: inherit !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-group {
  padding: 20px 24px 24px !important;
  border: 0 !important;
  border-right: 1px solid var(--pc-line) !important;
  background: transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-group:last-child {
  border-right: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link {
  min-height: 48px !important;
  border-bottom: 1px solid var(--pc-line) !important;
  border-radius: 0 !important;
  color: var(--pc-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .project-quick-link:hover,
body.overhouse-public-home:not(.auth-locked) .project-quick-link:focus-visible {
  color: var(--pc-text) !important;
  background: var(--pc-surface-2) !important;
  transform: none !important;
}

/* Opening */
.pc-hero {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(660px, 1.28fr);
  align-items: center;
  gap: clamp(44px, 5vw, 84px);
  padding: clamp(60px, 6vw, 88px) 0;
  border-bottom: 1px solid var(--pc-line);
}

.pc-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 600px;
}

.pc-hero-copy .pc-label {
  margin-bottom: 20px;
}

.pc-hero-copy h1 {
  max-width: 620px;
  margin: 0;
  color: var(--pc-text);
  font-size: clamp(42px, 4.1vw, 66px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  word-break: keep-all;
}

.pc-hero-copy p {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--pc-muted);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.72;
  word-break: keep-all;
}

.pc-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}

.pc-primary-action,
.pc-secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--pc-control-radius);
  font-size: 14px;
  font-weight: 700;
  transition: color var(--pc-fast), background var(--pc-fast), border-color var(--pc-fast);
}

.pc-primary-action {
  gap: 10px;
  border: 1px solid var(--pc-text);
  color: var(--pc-bg) !important;
  background: var(--pc-text);
}

.pc-secondary-action {
  border: 1px solid var(--pc-line-strong);
  color: var(--pc-text) !important;
  background: var(--pc-surface);
}

.pc-primary-action svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}

.pc-primary-action:hover,
.pc-primary-action:focus-visible {
  color: var(--pc-text) !important;
  background: transparent;
}

.pc-secondary-action:hover,
.pc-secondary-action:focus-visible {
  border-color: var(--pc-accent);
  background: rgba(47, 125, 255, .11);
}

/* Product-specific live console */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
  grid-template-rows: 50px auto auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #353a42 !important;
  border-radius: 14px !important;
  color: var(--pc-text) !important;
  background: var(--pc-surface) !important;
  box-shadow: 0 24px 72px rgba(0, 0, 0, .28) !important;
  transform: none !important;
  animation: none !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-saas-landing .notion-dashboard.pc-console {
  grid-template-columns: minmax(0, 1fr) 260px !important;
  grid-template-rows: 50px auto auto !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console::before,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console::after {
  display: none !important;
}

.pc-console-bar {
  grid-area: auto !important;
  grid-column: 1 / -1;
  grid-row: 1 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
  padding: 0 16px;
  border-bottom: 1px solid var(--pc-line);
  background: #171a1f;
}

.pc-console-bar div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.pc-console-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pc-accent);
}

.pc-console-bar strong {
  font: 600 13px/1 "Space Grotesk", sans-serif;
}

.pc-console-bar span,
.pc-console-bar b {
  color: var(--pc-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.pc-console-bar b {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(47, 125, 255, .36);
  border-radius: 999px;
  color: var(--pc-accent);
  background: rgba(47, 125, 255, .1);
}

.pc-console-services {
  grid-area: auto !important;
  grid-column: 1 / -1;
  grid-row: 2 !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid var(--pc-line);
  background: #0d0f12;
}

.pc-console-services button {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 77px;
  padding: 10px 13px;
  border: 0;
  border-right: 1px solid var(--pc-line);
  border-radius: 0;
  color: var(--pc-muted);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color var(--pc-fast), background var(--pc-fast);
}

.pc-console-services button::before {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  content: "";
  background: transparent;
}

.pc-console-services button:hover,
.pc-console-services button:focus-visible,
.pc-console-services button.is-live-active {
  color: var(--pc-text);
  background: #171a1f;
}

.pc-console-services button.is-live-active::before {
  background: var(--pc-accent);
}

.pc-console-services svg {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  overflow: visible;
}

.pc-console-services span,
.pc-console-services strong,
.pc-console-services small {
  display: block;
  min-width: 0;
}

.pc-console-services strong {
  margin-bottom: 5px;
  overflow: hidden;
  font: 600 14px/1 "Space Grotesk", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-console-services small {
  overflow: hidden;
  color: var(--pc-dim);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-console-services button.is-live-active svg {
  color: var(--pc-accent);
  background: transparent;
}

body.overhouse-public-home:not(.auth-locked) .pc-console-detail {
  grid-area: auto !important;
  grid-column: 1;
  grid-row: 3 !important;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(26px, 2vw, 30px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--pc-text) !important;
  background: #101216 !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-detail::before,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-detail::after {
  display: none !important;
}

.pc-console-detail-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 20px;
  margin-bottom: 14px;
}

.pc-console-detail-head span {
  grid-column: 1 / -1;
  color: var(--pc-accent);
  font: 600 11px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.pc-console-detail-head strong {
  min-width: 0;
  color: var(--pc-text);
  font: 600 clamp(28px, 2.7vw, 40px)/1.1 "Space Grotesk", sans-serif;
}

.pc-console-detail-head em {
  color: var(--pc-muted);
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}

.pc-console-detail > p {
  max-width: 560px;
  margin: 0 0 20px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.7;
}

.pc-console-detail dl {
  margin: 0;
  border-top: 1px solid var(--pc-line);
}

.pc-console-detail dl div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--pc-line);
}

.pc-console-detail dt {
  color: var(--pc-dim);
  font-size: 12px;
}

.pc-console-detail dd {
  margin: 0;
  color: var(--pc-text);
  font-size: 13px;
  font-weight: 600;
}

.pc-console-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}

.pc-console-actions button,
.pc-console-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-control-radius);
  color: var(--pc-text);
  background: var(--pc-surface-2);
  font: 700 12px/1 "Noto Sans KR", sans-serif;
  cursor: pointer;
  transition: border-color var(--pc-fast), background var(--pc-fast);
}

.pc-console-actions button:hover,
.pc-console-actions button:focus-visible,
.pc-console-actions a:hover,
.pc-console-actions a:focus-visible {
  border-color: var(--pc-accent);
  background: rgba(47, 125, 255, .11);
}

body.overhouse-public-home:not(.auth-locked) .pc-console-flow {
  position: static !important;
  grid-column: 2;
  grid-row: 3 !important;
  grid-area: auto !important;
  display: flex !important;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(22px, 2vw, 30px) !important;
  border: 0 !important;
  border-left: 1px solid var(--pc-line) !important;
  border-radius: 0 !important;
  color: var(--pc-text) !important;
  background: #15181d !important;
  box-shadow: none !important;
  transform: none !important;
}

.pc-console-flow > span {
  display: inline-flex !important;
  align-items: center;
  align-self: flex-start;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--pc-line) !important;
  border-radius: 999px;
  color: var(--pc-accent) !important;
  background: #101216;
  font: 600 11px/1.35 "Space Grotesk", sans-serif !important;
  letter-spacing: .08em;
}

.pc-console-flow > strong {
  margin: 16px 0 10px;
  color: var(--pc-text) !important;
  font-size: clamp(18px, 1.65vw, 22px) !important;
  line-height: 1.4 !important;
  word-break: keep-all;
}

.pc-console-flow > p {
  margin: 0;
  color: var(--pc-muted) !important;
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.pc-console-flow ol {
  counter-reset: console-step;
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pc-console-flow li {
  counter-increment: console-step;
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 8px 0;
  border-top: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-size: 12px;
}

.pc-console-flow li::before {
  position: static;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: var(--pc-accent);
  content: counter(console-step, decimal-leading-zero);
  font: 600 10px/1 "Space Grotesk", sans-serif;
  transform: none;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-bar {
  grid-area: 1 / 1 / 2 / 3 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-services {
  grid-area: 2 / 1 / 3 / 3 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-detail {
  grid-area: 3 / 1 / 4 / 2 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-flow {
  grid-area: 3 / 2 / 4 / 3 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console[data-live-selected] > .pc-console-flow {
  background: #15181d !important;
  backdrop-filter: none !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-flow::after {
  display: none !important;
}

/* Sections */
.pc-section {
  padding: clamp(64px, 8vw, 108px) 0;
  border-bottom: 1px solid var(--pc-line);
}

.pc-section-heading {
  max-width: 840px;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.pc-section-heading h2 {
  margin: 14px 0 0;
  color: var(--pc-text);
  font-size: clamp(30px, 3.6vw, 52px);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
  word-break: keep-all;
}

.pc-section-heading p {
  margin: 14px 0 0;
  color: var(--pc-muted);
  font-size: 15px;
  line-height: 1.7;
}

.pc-product-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.pc-product-group {
  overflow: hidden;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius);
  background: var(--pc-surface);
}

.pc-product-group > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 18px;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-dim);
  font: 600 10px/1 "Space Grotesk", sans-serif;
  letter-spacing: .12em;
}

.pc-product-group > header b {
  color: var(--pc-accent);
  font-size: 11px;
}

.pc-product-group > h3 {
  margin: 0;
  padding: 20px 18px;
  color: var(--pc-text);
  font-size: 17px;
  font-weight: 650;
}

.pc-product-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) minmax(130px, auto) 68px;
  align-items: center;
  gap: 14px;
  min-height: 86px;
  padding: 14px 18px;
  border-top: 1px solid var(--pc-line);
  background: transparent;
  transition: background var(--pc-fast);
}

.pc-product-row:hover,
.pc-product-row:focus-within {
  background: var(--pc-surface-2);
}

.pc-product-row--lead {
  min-height: 126px;
}

.pc-product-row > i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-control-radius);
  color: var(--pc-accent);
  background: var(--pc-surface-2);
}

.pc-product-row svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.pc-product-row div {
  min-width: 0;
}

.pc-product-row strong,
.pc-product-row p {
  display: block;
}

.pc-product-row strong {
  margin-bottom: 5px;
  overflow: hidden;
  color: var(--pc-text);
  font: 600 15px/1.1 "Space Grotesk", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-product-row p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.pc-product-row > small {
  overflow: hidden;
  color: var(--pc-dim);
  font-size: 11px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-product-row > :is(button, a) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-control-radius);
  color: var(--pc-text);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: border-color var(--pc-fast), background var(--pc-fast);
}

.pc-product-row > :is(button, a):hover,
.pc-product-row > :is(button, a):focus-visible {
  border-color: var(--pc-accent);
  background: rgba(47, 125, 255, .11);
}

.pc-workflow > ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--pc-line-strong);
  border-bottom: 1px solid var(--pc-line-strong);
}

.pc-workflow li {
  min-width: 0;
  min-height: 146px;
  padding: 24px;
  border-left: 1px solid var(--pc-line);
}

.pc-workflow li:first-child {
  border-left: 0;
}

.pc-workflow b,
.pc-workflow strong,
.pc-workflow span {
  display: block;
}

.pc-workflow b {
  margin-bottom: 24px;
  color: var(--pc-accent);
  font: 600 11px/1 "Space Grotesk", sans-serif;
}

.pc-workflow strong {
  margin-bottom: 8px;
  color: var(--pc-text);
  font-size: 15px;
}

.pc-workflow span {
  color: var(--pc-muted);
  font-size: 12px;
  line-height: 1.55;
}

.pc-resources {
  border-bottom: 0;
}

.pc-resources nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pc-resources nav > a,
.pc-resources nav > button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 16px;
  border: 1px solid var(--pc-line-strong);
  border-radius: var(--pc-radius);
  color: var(--pc-text);
  background: var(--pc-surface);
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition: border-color var(--pc-fast), background var(--pc-fast);
}

.pc-resources nav > a:hover,
.pc-resources nav > a:focus-visible,
.pc-resources nav > button:hover,
.pc-resources nav > button:focus-visible {
  border-color: var(--pc-accent);
  background: var(--pc-surface-2);
}

.pc-resources svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--pc-accent);
  stroke-width: 1.7;
}

.pc-resources span,
.pc-resources strong,
.pc-resources small {
  display: block;
  min-width: 0;
}

.pc-resources strong {
  margin-bottom: 5px;
  font-size: 14px;
}

.pc-resources small,
.pc-resources nav > a > b,
.pc-resources nav > button > b {
  color: var(--pc-dim);
  font-size: 11px;
  font-weight: 500;
}

/* Keep legacy interaction nodes functional but off-canvas. */
body.overhouse-public-home:not(.auth-locked) .mecosystem-topology-mesh {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%) !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 {
  display: none !important;
}

/* Service detail */
body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
  position: fixed !important;
  inset: 84px 24px 24px auto !important;
  z-index: 130 !important;
  display: block !important;
  width: min(900px, calc(100vw - 48px)) !important;
  height: auto !important;
  max-height: calc(100vh - 108px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: auto !important;
  border: 1px solid var(--pc-line-strong) !important;
  border-radius: var(--pc-radius) !important;
  color: var(--pc-text) !important;
  background: var(--pc-surface) !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(24px) !important;
  transition: opacity var(--pc-fast), transform var(--pc-fast), visibility var(--pc-fast) !important;
}

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

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

body.overhouse-public-home:not(.auth-locked) .meco-board-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 38px !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 18px !important;
  border-bottom: 1px solid var(--pc-line) !important;
  background: var(--pc-surface) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-icon {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--pc-line-strong) !important;
  border-radius: var(--pc-control-radius) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-title h3,
body.overhouse-public-home:not(.auth-locked) .meco-board-title p {
  color: inherit !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-close {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid var(--pc-line) !important;
  border-radius: var(--pc-control-radius) !important;
  color: var(--pc-muted) !important;
  background: transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr) !important;
  gap: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-desc,
body.overhouse-public-home:not(.auth-locked) .meco-board-sections {
  min-width: 0 !important;
  padding: 24px !important;
  border-right: 1px solid var(--pc-line) !important;
  background: transparent !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-sections {
  border-right: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-board-cardnews {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  padding: 24px !important;
  border-top: 1px solid var(--pc-line) !important;
  background: #0f1114 !important;
}

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

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-card {
  display: block !important;
  min-width: 0 !important;
  border: 1px solid var(--pc-line) !important;
  border-radius: var(--pc-control-radius) !important;
  background: var(--pc-surface) !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-visual {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border-bottom: 1px solid var(--pc-line) !important;
  background: var(--pc-bg) !important;
}

body.overhouse-public-home:not(.auth-locked) .meco-cardnews-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

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

body.overhouse-public-home:not(.auth-locked) .meco-trigger-button,
body.overhouse-public-home:not(.auth-locked) .meco-badge {
  border-color: var(--pc-line-strong) !important;
  border-radius: var(--pc-control-radius) !important;
  color: var(--pc-text) !important;
  background: var(--pc-surface-2) !important;
  box-shadow: none !important;
}

/* Footer and support surface */
body.overhouse-public-home:not(.auth-locked) [data-site-footer] {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  border-top: 1px solid var(--pc-line);
  background: var(--pc-bg);
}

body.overhouse-public-home:not(.auth-locked) .site-trust-footer {
  width: var(--pc-content) !important;
  margin: 0 auto !important;
  padding: 36px 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--pc-muted) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.overhouse-public-home:not(.auth-locked) .site-trust-footer__grid span {
  border-color: var(--pc-line) !important;
}

body.overhouse-public-home:not(.auth-locked) .site-trust-footer__links a {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 6px 0 !important;
  color: var(--pc-muted) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-trigger {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid var(--pc-line-strong) !important;
  background: var(--pc-surface-2) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .32) !important;
}

body.overhouse-public-home:not(.auth-locked) .floating-contact-panel,
body.overhouse-public-home:not(.auth-locked) .support-modal-panel {
  border: 1px solid var(--pc-line-strong) !important;
  border-radius: var(--pc-radius) !important;
  color: var(--pc-text) !important;
  background: var(--pc-surface) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5) !important;
  backdrop-filter: none !important;
}

/* Focus */
body.overhouse-public-home:not(.auth-locked) :where(a, button, input, textarea):focus-visible {
  outline: 2px solid var(--pc-accent) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1280px) {
  .pc-product-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:nth-of-type(1),
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:nth-of-type(2),
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:nth-of-type(3),
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > a:nth-of-type(4) {
    display: none !important;
  }

  .pc-hero {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .pc-hero-copy {
    max-width: 760px;
  }

  .pc-product-row--lead {
    min-height: 120px;
  }
}

@media (max-width: 820px) {
  :root {
    --pc-content: calc(100vw - 32px);
  }

  body.overhouse-public-home:not(.auth-locked) .top-dock {
    grid-template-columns: auto 1fr auto !important;
    gap: 10px !important;
    padding: 0 16px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav {
    justify-content: flex-end !important;
  }

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

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > .dock-project-toggle,
  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > .dock-account-link {
    display: inline-flex !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-service-nav > .dock-account-link {
    width: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
    font-size: 0 !important;
  }

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

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

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

  body.overhouse-public-home:not(.auth-locked) .project-quick-shell {
    right: 16px !important;
    width: calc(100vw - 32px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .project-quick-grid {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .project-quick-group {
    border-right: 0 !important;
    border-bottom: 1px solid var(--pc-line) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console {
    grid-template-columns: 1fr !important;
    grid-template-rows: 52px auto auto auto !important;
  }

  html body.overhouse-public-home:not(.auth-locked) .notion-saas-landing .notion-dashboard.pc-console {
    grid-template-columns: 1fr !important;
    grid-template-rows: 52px auto auto auto !important;
  }

  html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-bar {
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-services {
    grid-area: 2 / 1 / 3 / 2 !important;
  }

  html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-detail {
    grid-area: 3 / 1 / 4 / 2 !important;
  }

  html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-flow {
    grid-area: 4 / 1 / 5 / 2 !important;
  }

  .pc-console-services {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--pc-line);
  }

  .pc-console-services button {
    min-height: 66px;
    border-right: 1px solid var(--pc-line);
  }

  body.overhouse-public-home:not(.auth-locked) .pc-console-detail {
    grid-column: 1;
    min-height: 330px;
  }

  .pc-console-flow {
    grid-column: 1 !important;
    grid-template-columns: 1fr !important;
  }

  .pc-console-flow ol {
    grid-column: 1;
    grid-row: auto;
  }

  .pc-workflow > ol,
  .pc-resources nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-workflow li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--pc-line);
  }

  .pc-workflow li:nth-child(4) {
    border-top: 1px solid var(--pc-line);
  }

  body.overhouse-public-home:not(.auth-locked) .meco-board-grid {
    grid-template-columns: 1fr !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-board-desc,
  body.overhouse-public-home:not(.auth-locked) .meco-board-sections {
    border-right: 0 !important;
    border-bottom: 1px solid var(--pc-line) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-board-cardnews {
    grid-column: 1 !important;
  }

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

@media (max-width: 540px) {
  body.overhouse-public-home:not(.auth-locked) .mecosystem-global-canvas {
    padding-top: 58px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .top-dock {
    height: 58px !important;
    min-height: 58px !important;
  }

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

  body.overhouse-public-home:not(.auth-locked) .dock-project-toggle {
    width: 36px !important;
    min-width: 36px !important;
    padding: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .dock-project-toggle span {
    display: none;
  }

  .pc-hero {
    gap: 34px;
    padding: 46px 0 54px;
  }

  .pc-hero-copy h1 {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.14;
  }

  .pc-hero-copy p {
    font-size: 14px;
  }

  .pc-primary-action {
    width: 100%;
  }

  .pc-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 26px;
  }

  .pc-secondary-action {
    width: 100%;
  }

  .pc-console-bar span {
    display: none;
  }

  .pc-console-services button {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    padding: 10px 11px;
  }

  .pc-console-services small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.overhouse-public-home:not(.auth-locked) .pc-console-detail,
  body.overhouse-public-home:not(.auth-locked) .pc-console-flow {
    padding: 22px !important;
  }

  .pc-console-detail-head {
    grid-template-columns: 1fr;
  }

  .pc-console-detail-head em {
    white-space: normal;
  }

  .pc-console-detail dl div {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 10px;
  }

  .pc-console-actions {
    flex-direction: column;
  }

  .pc-console-actions button,
  .pc-console-actions a {
    width: 100%;
  }

  .pc-section {
    padding: 58px 0;
  }

  .pc-section-heading h2 {
    font-size: 30px;
  }

  .pc-product-row {
    grid-template-columns: 38px minmax(0, 1fr) 60px;
    gap: 10px;
    padding: 14px;
  }

  .pc-product-row > small {
    grid-column: 2 / -1;
    grid-row: 2;
    text-align: left;
    white-space: normal;
  }

  .pc-product-row > :is(button, a) {
    grid-column: 3;
    grid-row: 1;
  }

  .pc-product-row > i {
    width: 36px;
    height: 36px;
  }

  .pc-workflow > ol,
  .pc-resources nav {
    grid-template-columns: 1fr;
  }

  .pc-workflow li,
  .pc-workflow li:nth-child(3),
  .pc-workflow li:nth-child(4) {
    min-height: 118px;
    border-top: 1px solid var(--pc-line);
    border-left: 0;
  }

  .pc-workflow li:first-child {
    border-top: 0;
  }

  body.overhouse-public-home:not(.auth-locked) .meco-detail-board {
    inset: 58px 0 0 !important;
    width: 100% !important;
    max-height: none !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }

  body.overhouse-public-home:not(.auth-locked) .site-trust-footer__brand {
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-core-home *,
  body.overhouse-public-home:not(.auth-locked) .meco-detail-board,
  body.overhouse-public-home:not(.auth-locked) .top-dock * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

/* Company-page visual language for the public account gate. */
body.auth-locked.overhouse-public-home .auth-screen {
  background:
    radial-gradient(circle at 22% 12%, rgba(47, 125, 255, .16), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(77, 220, 255, .09), transparent 32%),
    #070a12 !important;
}

body.auth-locked.overhouse-public-home .auth-card {
  border: 1px solid rgba(214, 226, 255, .12) !important;
  border-radius: 12px !important;
  background: rgba(13, 19, 32, .96) !important;
  box-shadow: 0 28px 76px rgba(0, 0, 0, .38) !important;
}

body.auth-locked.overhouse-public-home .auth-overline,
body.auth-locked.overhouse-public-home .auth-divider,
body.auth-locked.overhouse-public-home .auth-mode-toggle,
body.auth-locked.overhouse-public-home .auth-legal a {
  color: #4ddcff !important;
}

body.auth-locked.overhouse-public-home .auth-card input {
  border-color: rgba(214, 226, 255, .12) !important;
  border-radius: 8px !important;
  background: #101827 !important;
}

body.auth-locked.overhouse-public-home .auth-card input:focus {
  border-color: rgba(47, 125, 255, .72) !important;
  box-shadow: 0 0 0 3px rgba(47, 125, 255, .14) !important;
}

body.auth-locked.overhouse-public-home .auth-remember input {
  accent-color: #2f7dff !important;
}

body.auth-locked.overhouse-public-home #authSubmit,
body.auth-locked.overhouse-public-home #authSubmit:hover,
body.auth-locked.overhouse-public-home #authSubmit:focus-visible {
  border-color: #2f7dff !important;
  border-radius: 8px !important;
  background: #2f7dff !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.auth-locked.overhouse-public-home #authSubmit:hover,
body.auth-locked.overhouse-public-home #authSubmit:focus-visible {
  background: #2367e8 !important;
}

body.auth-locked.overhouse-public-home .auth-password-toggle,
body.auth-locked.overhouse-public-home .auth-social-btn,
body.auth-locked.overhouse-public-home .auth-mode-toggle {
  border-color: rgba(214, 226, 255, .12) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.auth-locked.overhouse-public-home .auth-social-btn:hover,
body.auth-locked.overhouse-public-home .auth-social-btn:focus-visible,
body.auth-locked.overhouse-public-home .auth-mode-toggle:hover,
body.auth-locked.overhouse-public-home .auth-mode-toggle:focus-visible {
  border-color: rgba(47, 125, 255, .42) !important;
  background: rgba(47, 125, 255, .1) !important;
  color: #f8fbff !important;
  box-shadow: none !important;
}

/* Final main-home polish: open header, stable console grid, product color cues. */
html body.overhouse-public-home:not(.auth-locked) .top-dock {
  background: rgba(7, 10, 18, .9) !important;
  backdrop-filter: blur(18px) !important;
}

html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-brand-mark {
  width: 30px !important;
  height: 30px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-brand-mark img {
  width: 26px !important;
  height: 26px !important;
}

html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav {
  gap: 8px !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav > a,
html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-project-toggle {
  padding-inline: 8px !important;
  border-color: transparent !important;
  background: transparent !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

html body.overhouse-public-home:not(.auth-locked) .top-dock .dock-service-nav > a.active {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: inset 0 -2px var(--pc-accent) !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-saas-landing .notion-dashboard.pc-console {
  border-color: rgba(47, 125, 255, .22) !important;
  border-radius: 12px !important;
  background: var(--pc-surface) !important;
  box-shadow: 0 28px 76px rgba(0, 0, 0, .34), inset 0 1px rgba(255, 255, 255, .035) !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-bar {
  background: #0d1320 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-services {
  background: #0a101b !important;
}

.pc-console-services button {
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
}

.pc-console-services button:hover,
.pc-console-services button:focus-visible,
.pc-console-services button.is-live-active {
  background: #162033;
}

.pc-console-services svg {
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 1px solid rgba(47, 125, 255, .28);
  border-radius: 8px;
  color: #2f7dff;
  background: rgba(47, 125, 255, .08);
}

.pc-console-services button:nth-child(2) svg {
  border-color: rgba(56, 214, 174, .28);
  color: #38d6ae;
  background: rgba(56, 214, 174, .08);
}

.pc-console-services button:nth-child(3) svg {
  border-color: rgba(77, 220, 255, .28);
  color: #4ddcff;
  background: rgba(77, 220, 255, .08);
}

.pc-console-services button:nth-child(4) svg {
  border-color: rgba(139, 114, 255, .28);
  color: #8b72ff;
  background: rgba(139, 114, 255, .08);
}

html body.overhouse-public-home:not(.auth-locked) .notion-dashboard.pc-console > .pc-console-detail {
  position: static !important;
  min-height: 0 !important;
  background: #0d1320 !important;
}

html body.overhouse-public-home:not(.auth-locked) .notion-saas-landing .notion-dashboard.pc-console > .pc-console-flow {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  align-self: stretch !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  background: #101827 !important;
}

.pc-console-bar b,
.pc-console-flow > span {
  border-radius: 8px;
}

.pc-product-group {
  border-color: var(--pc-line);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.pc-product-group:first-child .pc-product-row > i {
  border-color: rgba(255, 155, 74, .28);
  color: #ff9b4a;
  background: rgba(255, 155, 74, .08);
}

.pc-product-group:first-child .pc-product-row:nth-of-type(2) > i {
  border-color: rgba(244, 114, 182, .28);
  color: #f472b6;
  background: rgba(244, 114, 182, .08);
}

.pc-product-group:nth-child(2) .pc-product-row:nth-of-type(2) > i {
  border-color: rgba(56, 214, 174, .28);
  color: #38d6ae;
  background: rgba(56, 214, 174, .08);
}

.pc-product-group:nth-child(2) .pc-product-row:nth-of-type(3) > i {
  border-color: rgba(77, 220, 255, .28);
  color: #4ddcff;
  background: rgba(77, 220, 255, .08);
}

.pc-product-group:nth-child(2) .pc-product-row:nth-of-type(4) > i {
  border-color: rgba(139, 114, 255, .28);
  color: #8b72ff;
  background: rgba(139, 114, 255, .08);
}

.pc-workflow > ol {
  gap: 10px;
  border: 0;
}

.pc-workflow li,
.pc-workflow li:first-child,
.pc-workflow li:nth-child(3),
.pc-workflow li:nth-child(4) {
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: var(--pc-surface);
}

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

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

html body.overhouse-public-home:not(.auth-locked) .floating-contact:not(.is-open) .contact-trigger-icon {
  width: 38px !important;
  height: 38px !important;
}

@media (max-width: 540px) {
  .pc-console-services button {
    grid-template-columns: clamp(28px, 8vw, 34px) minmax(0, 1fr);
    gap: 8px;
    padding-inline: 9px;
  }

  .pc-console-services svg {
    width: clamp(28px, 8vw, 34px);
    height: clamp(28px, 8vw, 34px);
    padding: 5px;
  }

  .pc-console-services strong {
    font-size: clamp(11px, 3.4vw, 13px);
  }

  .pc-console-services small {
    font-size: 10px;
  }
}
