/* 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;
}

/* Public app shell */

body.overhouse-public-home:not(.auth-locked) .service-board-icon {
  border-radius: 14px !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) .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;
}

@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;
  }
}

@media (max-width: 900px) {

  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;
  }
}

/* 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) .meco-cardnews-card {
  min-height: 128px !important;
}

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

@media (max-width: 900px) {

  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;
  }
}

/* 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;
}

@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); }
}

/* 20260620 refined motion correction: no drifting hero image, no crawling panels. */

@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; }
}

/* 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) .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) .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-node-anchor {
  opacity: .78 !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);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  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 {
    animation: none !important;
  }
}

/* 20260621 card readability correction: product names must never look clipped. */

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

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

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

/* 20260621 interactive shapes v1: product nodes behave like live software modules. */

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;
  }
}

/* 20260621 cinematic panel v1: replace rough orbit sketching with a compact HUD board. */

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

/* 20260621 dashboard polish v2: calmer service board and compact detail surface. */

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;
}

/* 20260621 menu/contact polish */

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 [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 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-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) #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. */

/* 20260621 circular orbit refresh: project structure returns to a real orbit board. */

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;
}

/* 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);
}

@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;
  }
}

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

/* 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) .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 {
  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-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 {
  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 {
  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-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) .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) .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-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;
  }
}

/* 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-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-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-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) .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-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-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-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-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-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-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;
  }
}

/* 20260625 login center fix: keep the first-entry auth page as a single centered card. */
body.auth-locked.overhouse-public-home .auth-screen {
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

body.auth-locked.overhouse-public-home .auth-card-container {
  width: min(420px, calc(100vw - 32px)) !important;
  max-width: 420px !important;
  margin: 0 auto !important;
  justify-self: center !important;
}

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

/* 20260625 home first-impression fix: stable dock, cleaner first viewport, safe anchors. */
html:has(body.overhouse-public-home:not(.auth-locked)) {
  scroll-padding-top: 96px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  min-height: min(660px, calc(100svh - 100px)) !important;
  padding: 0 0 42px !important;
  align-items: center !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 560px !important;
  font-size: clamp(40px, 4.35vw, 60px) !important;
  line-height: 1.02 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  max-width: 440px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  min-height: 412px !important;
  grid-template-columns: 108px minmax(0, 1fr) 176px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  min-height: 76px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-pricing {
  padding-top: 42px !important;
}

body.overhouse-public-home:not(.auth-locked) #notion-platform,
body.overhouse-public-home:not(.auth-locked) #notion-products,
body.overhouse-public-home:not(.auth-locked) #notion-support,
body.overhouse-public-home:not(.auth-locked) #notion-pricing {
  scroll-margin-top: 0 !important;
}

@media (max-width: 760px) {
  html:has(body.overhouse-public-home:not(.auth-locked)) {
    scroll-padding-top: 78px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero {
    padding-bottom: 34px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(32px, 9.4vw, 41px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !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-dashboard-main {
    min-width: 0 !important;
    padding: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
    align-items: center !important;
    gap: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head b {
    max-width: 136px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-table div {
    grid-template-columns: minmax(0, 1fr) 52px !important;
    gap: 8px !important;
    min-height: 64px !important;
    padding: 12px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-table div b {
    grid-column: 1 / -1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-table small {
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
    min-height: 76px !important;
  }

  body.overhouse-public-home:not(.auth-locked) #notion-platform,
  body.overhouse-public-home:not(.auth-locked) #notion-products,
  body.overhouse-public-home:not(.auth-locked) #notion-support,
  body.overhouse-public-home:not(.auth-locked) #notion-pricing {
    scroll-margin-top: 0 !important;
  }
}

/* 20260625 live console fit: use a wider work area and move the side report into a bottom band. */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  align-self: center !important;
  grid-template-columns: 104px minmax(0, 1fr) !important;
  grid-auto-rows: auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 44px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  height: 44px !important;
  padding: 0 18px !important;
  content: "Over Live Console" !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after {
  inset: 44px 0 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  min-height: 456px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  padding: 18px 20px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  min-height: 38px !important;
  padding-bottom: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table {
  gap: 8px !important;
  margin-top: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  grid-template-columns: minmax(0, 1fr) 52px 108px !important;
  min-height: 58px !important;
  padding: 10px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b,
body.overhouse-public-home:not(.auth-locked) .notion-table em {
  justify-self: end !important;
  white-space: nowrap !important;
}

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

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  min-height: 76px !important;
  padding: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards strong {
  margin-top: 14px !important;
  font-size: clamp(18px, 2vw, 24px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: end !important;
  display: grid !important;
  grid-template-columns: minmax(160px, .85fr) minmax(0, 1.15fr) !important;
  gap: 12px 18px !important;
  min-height: 106px !important;
  margin: 0 20px 18px !important;
  padding: 14px 16px !important;
  border-radius: 18px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  margin-top: 6px !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report p {
  margin: 6px 0 0 !important;
  line-height: 1.45 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed {
  align-self: center !important;
  display: grid !important;
  grid-template-columns: .9fr 1.26fr .9fr !important;
  gap: 6px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i {
  min-height: 36px !important;
  padding: 0 4px !important;
  font-size: 10px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    grid-template-columns: minmax(0, 1fr) !important;
    padding-top: 42px !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-dashboard-main {
    grid-column: 1 !important;
    padding: 18px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-table div {
    grid-template-columns: minmax(0, 1fr) 52px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-table div b {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

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

/* 20260626 live console glass finish: transparent, layered, readable. */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  isolation: isolate !important;
  border-color: rgba(255, 255, 255, .18) !important;
  background:
    radial-gradient(circle at 78% 12%, rgba(83, 156, 255, .26), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(74, 255, 180, .16), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .032) 46%, rgba(255, 255, 255, .07)),
    rgba(7, 10, 18, .46) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(255, 255, 255, .045),
    0 34px 90px rgba(0, 0, 0, .42) !important;
  backdrop-filter: blur(24px) saturate(1.28) !important;
  -webkit-backdrop-filter: blur(24px) saturate(1.28) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  border-bottom-color: rgba(255, 255, 255, .12) !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)) !important;
  color: rgba(246, 248, 255, .76) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after {
  opacity: .72 !important;
  background:
    linear-gradient(105deg, transparent 12%, rgba(255, 255, 255, .16), transparent 42%),
    radial-gradient(circle at 74% 26%, rgba(82, 179, 255, .22), transparent 28%),
    radial-gradient(circle at 40% 78%, rgba(79, 255, 178, .12), transparent 30%) !important;
  mix-blend-mode: screen !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(4, 8, 16, .34) !important;
  backdrop-filter: blur(18px) saturate(1.18) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.18) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
  border-right-color: rgba(255, 255, 255, .11) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside .is-active {
  background: rgba(255, 255, 255, .12) !important;
  color: #f9fbff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  border-bottom-color: rgba(255, 255, 255, .13) !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-mini-feed i {
  border-color: rgba(255, 255, 255, .13) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .032)),
    rgba(12, 18, 34, .42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .10),
    0 12px 28px rgba(0, 0, 0, .18) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div:hover,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article:hover {
  border-color: rgba(111, 211, 255, .30) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .045)),
    rgba(14, 24, 44, .52) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table em {
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  color: rgba(241, 246, 255, .78) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table b {
  color: #91f7c4 !important;
  text-shadow: 0 0 18px rgba(76, 255, 176, .22) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table span small,
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards small,
body.overhouse-public-home:not(.auth-locked) .notion-side-report p,
body.overhouse-public-home:not(.auth-locked) .notion-side-report span {
  color: rgba(226, 232, 240, .68) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  border-color: rgba(255, 255, 255, .12) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i::before {
  box-shadow: 0 0 16px rgba(48, 177, 255, .55) !important;
}

/* 20260626 first-screen premium pass: restrained product-console look. */

body.overhouse-public-home:not(.auth-locked) .notion-hero {
  grid-template-columns: minmax(360px, .78fr) minmax(620px, 1.22fr) !important;
  gap: clamp(34px, 5vw, 70px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy {
  align-self: center !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-kicker {
  display: inline-flex !important;
  align-items: center !important;
  height: 28px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(125, 211, 168, .26) !important;
  border-radius: 999px !important;
  background: rgba(125, 211, 168, .08) !important;
  color: #8df0bd !important;
  font-size: 11px !important;
  letter-spacing: .08em !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
  max-width: 560px !important;
  margin-top: 20px !important;
  font-size: clamp(44px, 4vw, 61px) !important;
  line-height: 1 !important;
  text-wrap: balance !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-copy p {
  max-width: 470px !important;
  margin-top: 22px !important;
  color: rgba(232, 236, 246, .74) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics {
  gap: 10px !important;
  margin-top: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-hero-metrics span {
  min-height: 68px !important;
  border-color: rgba(255, 255, 255, .12) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .032)),
    rgba(12, 16, 27, .54) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
  width: min(100%, 760px) !important;
  justify-self: end !important;
  border-radius: 22px !important;
  border-color: rgba(173, 188, 215, .16) !important;
  background:
    linear-gradient(180deg, rgba(18, 24, 37, .94), rgba(8, 12, 21, .92)),
    rgba(9, 13, 23, .92) !important;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(255, 255, 255, .075) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::before {
  height: 42px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .024)),
    rgba(7, 10, 18, .72) !important;
  border-bottom-color: rgba(255, 255, 255, .095) !important;
  color: rgba(236, 241, 249, .72) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard::after {
  opacity: .42 !important;
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(71, 209, 140, .09) 68% 69%, transparent 69%),
    linear-gradient(180deg, transparent 0 74%, rgba(21, 156, 255, .08) 74% 75%, transparent 75%),
    radial-gradient(circle at 76% 20%, rgba(21, 156, 255, .16), transparent 30%) !important;
  mix-blend-mode: normal !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: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside {
  border-right-color: rgba(255, 255, 255, .08) !important;
  background: rgba(3, 7, 14, .34) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside strong {
  color: rgba(255, 255, 255, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside span {
  color: rgba(213, 220, 232, .66) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard aside .is-active {
  background: rgba(255, 255, 255, .105) !important;
  color: #fff !important;
  box-shadow: inset 3px 0 0 rgba(125, 211, 168, .84) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  border-bottom-color: rgba(255, 255, 255, .10) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head span {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head b {
  color: rgba(141, 240, 189, .72) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div {
  border-color: rgba(148, 163, 184, .15) !important;
  background:
    linear-gradient(90deg, rgba(21, 156, 255, .12), transparent 2px),
    linear-gradient(135deg, rgba(255, 255, 255, .064), rgba(255, 255, 255, .024)),
    rgba(10, 16, 29, .78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table div:hover {
  border-color: rgba(125, 211, 168, .30) !important;
  background:
    linear-gradient(90deg, rgba(125, 211, 168, .18), transparent 2px),
    linear-gradient(135deg, rgba(255, 255, 255, .082), rgba(255, 255, 255, .032)),
    rgba(12, 20, 34, .86) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table em {
  min-width: 44px !important;
  background: rgba(255, 255, 255, .075) !important;
  border-color: rgba(255, 255, 255, .12) !important;
  color: rgba(226, 232, 240, .82) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  border-color: rgba(148, 163, 184, .14) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .066), rgba(255, 255, 255, .024)),
    rgba(10, 16, 29, .68) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article:hover {
  border-color: rgba(21, 156, 255, .26) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  border: 1px solid rgba(148, 163, 184, .12) !important;
  background:
    linear-gradient(135deg, rgba(21, 156, 255, .09), rgba(125, 211, 168, .06)),
    rgba(3, 7, 14, .46) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report strong {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i {
  border-color: rgba(148, 163, 184, .16) !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: 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-dashboard {
    justify-self: stretch !important;
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-hero-copy h1 {
    font-size: clamp(33px, 9.4vw, 40px) !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-dashboard {
    border-radius: 20px !important;
  }
}

/* 20260626 live console interaction: selectable rows with meaningful detail panel. */
body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service] {
  cursor: pointer !important;
  position: relative !important;
  transition:
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease,
    transform .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service]:focus-visible {
  outline: 2px solid rgba(125, 211, 168, .72) !important;
  outline-offset: 3px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service]::before {
  content: "" !important;
  position: absolute !important;
  inset: 9px auto 9px 0 !important;
  width: 3px !important;
  border-radius: 99px !important;
  background: rgba(21, 156, 255, .45) !important;
  opacity: .42 !important;
  transition: opacity .22s ease, box-shadow .22s ease, background .22s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service].is-live-active {
  transform: none !important;
  border-color: rgba(125, 211, 168, .42) !important;
  background:
    linear-gradient(90deg, rgba(125, 211, 168, .20), transparent 2px),
    radial-gradient(circle at 92% 50%, rgba(125, 211, 168, .13), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, .088), rgba(255, 255, 255, .03)),
    rgba(12, 20, 34, .9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 16px 34px rgba(0, 0, 0, .22) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service].is-live-active::before {
  opacity: 1 !important;
  background: #8df0bd !important;
  box-shadow: 0 0 18px rgba(125, 211, 168, .58) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service].is-live-active b {
  color: #9ff7c9 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service].is-live-active span {
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report {
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report::after {
  content: "" !important;
  position: absolute !important;
  inset: auto 18px 12px 18px !important;
  height: 2px !important;
  border-radius: 99px !important;
  background: linear-gradient(90deg, rgba(125, 211, 168, .9), rgba(21, 156, 255, .72), transparent) !important;
  transform-origin: left center !important;
  animation: overLiveDetailBar 4.8s ease-in-out infinite !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-title],
body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-copy],
body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-step] {
  animation: overLiveDetailIn .34s ease both !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i {
  justify-content: flex-start !important;
  gap: 7px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i:nth-child(2) {
  animation-delay: .06s !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-mini-feed i:nth-child(3) {
  animation-delay: .12s !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard[data-live-selected="OverView"] .notion-side-report {
  background:
    linear-gradient(135deg, rgba(21, 156, 255, .10), rgba(125, 211, 168, .055)),
    rgba(3, 7, 14, .50) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard[data-live-selected="OverStudio"] .notion-side-report {
  background:
    linear-gradient(135deg, rgba(147, 99, 255, .12), rgba(21, 156, 255, .055)),
    rgba(3, 7, 14, .50) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard[data-live-selected="OverNet"] .notion-side-report {
  background:
    linear-gradient(135deg, rgba(47, 222, 145, .12), rgba(21, 156, 255, .055)),
    rgba(3, 7, 14, .50) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard[data-live-selected="OverProtect"] .notion-side-report {
  background:
    linear-gradient(135deg, rgba(255, 181, 73, .12), rgba(125, 211, 168, .05)),
    rgba(3, 7, 14, .50) !important;
}

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

/* 20260626 visible console rebuild: selected app gets its own product card. */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  display: grid !important;
  grid-template-columns: minmax(220px, .88fr) minmax(240px, 1.12fr) !important;
  grid-template-areas:
    "head head"
    "list focus"
    "cards focus" !important;
  gap: 12px 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-head {
  grid-area: head !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-table {
  grid-area: list !important;
  margin-top: 0 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards {
  grid-area: cards !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-self: end !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus {
  grid-area: focus !important;
  position: relative !important;
  min-height: 326px !important;
  padding: 18px !important;
  border: 1px solid rgba(148, 163, 184, .16) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .022)),
    radial-gradient(circle at 78% 14%, rgba(21, 156, 255, .16), transparent 34%),
    rgba(8, 14, 26, .74) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .07),
    0 20px 46px rgba(0, 0, 0, .24) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus::before {
  content: "" !important;
  position: absolute !important;
  inset: 70px 18px auto 18px !important;
  height: 1px !important;
  background: linear-gradient(90deg, rgba(125, 211, 168, .75), rgba(21, 156, 255, .35), transparent) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus::after {
  content: "" !important;
  position: absolute !important;
  right: -60px !important;
  top: 92px !important;
  width: 190px !important;
  height: 190px !important;
  border: 1px solid rgba(125, 211, 168, .10) !important;
  border-radius: 28px !important;
  transform: rotate(14deg) !important;
  background:
    linear-gradient(135deg, rgba(125, 211, 168, .09), transparent),
    rgba(255, 255, 255, .018) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  grid-template-areas:
    "kind name"
    "kind token" !important;
  align-items: center !important;
  gap: 2px 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head span {
  grid-area: kind !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #9ff7c9 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head strong {
  grid-area: name !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head em {
  grid-area: token !important;
  color: rgba(226, 232, 240, .66) !important;
  font-style: normal !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-meter {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 46px !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 46px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-meter span {
  height: 12px !important;
  padding: 2px !important;
  border: 1px solid rgba(255, 255, 255, .11) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .055) !important;
  overflow: hidden !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-meter i {
  display: block !important;
  width: 0;
  height: 100% !important;
  border-radius: inherit !important;
  background: linear-gradient(90deg, #7dd3a8, #159cff) !important;
  box-shadow: 0 0 20px rgba(125, 211, 168, .34) !important;
  transition: width .44s ease !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-meter b {
  color: #f8fafc !important;
  font-size: 14px !important;
  text-align: right !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 22px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid span {
  display: grid !important;
  grid-template-columns: 70px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255, 255, 255, .10) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid small {
  color: rgba(148, 163, 184, .78) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid b {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: rgba(248, 250, 252, .92) !important;
  font-size: 13px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus.is-live-refresh {
  animation: overLiveFocusRefresh .38s ease both !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverStudio"] .notion-live-focus-head span,
body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverStudio"] .notion-live-meter i {
  background: linear-gradient(90deg, #a78bfa, #38bdf8) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverNet"] .notion-live-focus-head span,
body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverNet"] .notion-live-meter i {
  background: linear-gradient(90deg, #34d399, #22d3ee) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverProtect"] .notion-live-focus-head span,
body.overhouse-public-home:not(.auth-locked) .notion-live-focus[data-live-tone="OverProtect"] .notion-live-meter i {
  background: linear-gradient(90deg, #fbbf24, #7dd3a8) !important;
  color: #10131d !important;
}

@keyframes overLiveFocusRefresh {
  from {
    opacity: .55;
    transform: translateY(5px) scale(.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "head"
      "focus"
      "list"
      "cards" !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-focus {
    min-height: 274px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head strong {
    font-size: 24px !important;
  }
}

/* 20260626 live console board layout: make the change visually obvious without clipping. */
body.overhouse-public-home:not(.auth-locked) .notion-dashboard-main {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "head"
    "focus"
    "list"
    "cards" !important;
  gap: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus {
  min-height: 156px !important;
  padding: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus::before {
  inset: 58px 14px auto 14px !important;
}

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

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head {
  grid-template-columns: 42px minmax(0, 1fr) auto !important;
  grid-template-areas: "kind name token" !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head span {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head strong {
  font-size: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head em {
  justify-self: end !important;
  max-width: 112px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-meter {
  margin-top: 24px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-focus-grid span {
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  min-height: 50px !important;
  padding: 8px 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-live-table {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service] {
  grid-template-columns: minmax(0, 1fr) 44px !important;
  min-height: 76px !important;
  align-content: center !important;
  row-gap: 6px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service] span {
  min-width: 0 !important;
  white-space: nowrap !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-table [data-live-service] b {
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  max-width: 100% !important;
}

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

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards article {
  min-height: 62px !important;
  padding: 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-dashboard-cards strong {
  margin-top: 8px !important;
  font-size: 19px !important;
}

@media (max-width: 760px) {
  body.overhouse-public-home:not(.auth-locked) .notion-live-focus {
    min-height: 250px !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    grid-template-areas:
      "kind name"
      "kind token" !important;
  }

  body.overhouse-public-home:not(.auth-locked) .notion-live-focus-head em {
    justify-self: start !important;
    max-width: 100% !important;
  }

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

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

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

@keyframes overLiveDetailBar {
  0%, 100% {
    transform: scaleX(.18);
    opacity: .45;
  }
  48% {
    transform: scaleX(1);
    opacity: .95;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.overhouse-public-home:not(.auth-locked) .notion-side-report::after,
  body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-title],
  body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-copy],
  body.overhouse-public-home:not(.auth-locked) .notion-side-report [data-live-step] {
    animation: none !important;
  }
}

/* 20260626 bottom support contrast: keep footer links readable on the dark canvas. */
body.overhouse-public-home:not(.auth-locked) .notion-support-card > span {
  border-color: rgba(255, 255, 255, .22) !important;
  background: rgba(255, 255, 255, .11) !important;
  color: rgba(248, 250, 252, .96) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card h2 {
  color: #fff !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, .26) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid button {
  border-color: rgba(255, 255, 255, .15) !important;
  background: rgba(255, 255, 255, .07) !important;
  color: rgba(248, 250, 252, .92) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-grid button:hover,
body.overhouse-public-home:not(.auth-locked) .notion-support-grid button:focus-visible {
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-support-card p,
body.overhouse-public-home:not(.auth-locked) .notion-support-card p b {
  color: rgba(226, 232, 240, .74) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer {
  color: rgba(226, 232, 240, .72) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer strong {
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer p {
  color: rgba(226, 232, 240, .68) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer a {
  color: rgba(241, 245, 249, .78) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer a[href="#notion-support"] {
  border: 1px solid rgba(255, 255, 255, .16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .08) !important;
  color: #fff !important;
  padding: 5px 10px !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-footer a:hover,
body.overhouse-public-home:not(.auth-locked) .notion-footer a:focus-visible {
  color: #fff !important;
}

/* 20260626 home catalog contrast: app subscription mockup uses dark cards, so no dark text. */
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section {
  color: #f8fafc !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup > section {
  border-color: rgba(255, 255, 255, .14) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035)),
    rgba(255, 255, 255, .045) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header b,
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 {
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header {
  color: #fff !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main header em,
body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article p,
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: rgba(226, 232, 240, .72) !important;
}

body.overhouse-public-home:not(.auth-locked) .notion-catalog-mockup main article span {
  color: #b8f3ff !important;
}
