:root {
  color-scheme: light;
  --page: #f5f5f7;
  --surface: rgba(255, 255, 255, .82);
  --surface-solid: #ffffff;
  --surface-soft: #f2f2f7;
  --line: #d2d2d7;
  --line-soft: #e5e5ea;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --faint: #8e8e93;
  --blue: #007aff;
  --green: #34c759;
  --red: #ff3b30;
  --amber: #ff9f0a;
  --add-bg: #eaf8ee;
  --remove-bg: #fff0ef;
  --shadow: 0 22px 60px rgba(0, 0, 0, .10), 0 2px 10px rgba(0, 0, 0, .05);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--text); font-family: var(--sans); letter-spacing: 0; }
button, a, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(210, 210, 215, .72);
  background: rgba(245, 245, 247, .82);
  backdrop-filter: saturate(180%) blur(22px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 14px; font-weight: 700; }
.brand-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--text); color: #fff; }
.brand-icon svg { width: 19px; height: 19px; }
.site-nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 13px; }
.site-nav a:hover { color: var(--text); }
.icon-button { justify-self: end; min-width: 56px; height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255, 255, 255, .76); cursor: pointer; }
.icon-button:hover { border-color: #b7b7bc; background: #fff; }
.language-button span { font: 700 11px var(--mono); }

.hero { min-height: calc(100vh - 64px); padding: clamp(34px, 5vh, 50px) clamp(20px, 4vw, 64px) 20px; overflow: hidden; }
.hero-copy { max-width: 1040px; margin: 0 auto 24px; text-align: center; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font: 700 11px/1.2 var(--mono); text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; font-weight: 720; letter-spacing: 0; }
.hero-summary { max-width: 650px; margin: 18px auto 0; color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 24px; }
.primary-button { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 0 17px; border-radius: 10px; background: var(--text); color: #fff; font-size: 14px; font-weight: 650; box-shadow: 0 5px 16px rgba(0, 0, 0, .14); }
.primary-button:hover { transform: translateY(-1px); }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 14px; font-weight: 600; }
.text-link:hover { color: var(--blue); }
.text-link svg { width: 15px; height: 15px; }

.build-workbench {
  max-width: 1180px;
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, .96);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.build-window-bar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 0 15px; border-bottom: 1px solid var(--line-soft); background: rgba(250, 250, 252, .95); }
.build-mode { justify-self: end; color: var(--faint); font: 700 9px var(--mono); }
.build-window-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.replay-button { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line-soft); border-radius: 8px; background: #fff; color: var(--muted); cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .2s ease, color .2s ease; }
.replay-button svg { width: 14px; height: 14px; }
.replay-button:hover { color: var(--blue); }
.build-workbench:not([data-demo-stage="prompt"]):not([data-demo-stage="typing"]) .replay-button { opacity: 1; pointer-events: auto; }
.codex-app-layout { min-height: 460px; display: grid; grid-template-columns: 230px minmax(0, 1fr); }
.codex-sidebar { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding: 18px 12px 12px; border-right: 1px solid #d9dde7; background: #eef1f8; }
.sidebar-account { display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 2px 6px 15px; color: #292b31; }
.sidebar-product, .sidebar-utilities { display: flex; align-items: center; gap: 7px; }
.sidebar-product strong { font-size: 16px; }
.sidebar-product svg, .sidebar-utilities svg { width: 16px; height: 16px; }
.sidebar-product svg { width: 12px; color: #7d818b; }
.sidebar-utilities { gap: 13px; color: #747985; }
.sidebar-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--text); color: #fff; }
.sidebar-mark svg { width: 15px; height: 15px; }
.codex-nav { display: grid; gap: 2px; padding-bottom: 8px; }
.codex-nav-item { min-height: 34px; display: flex; align-items: center; gap: 10px; padding: 0 7px; border-radius: 8px; color: #393c43; font-size: 12px; font-weight: 560; }
.codex-nav-item svg { width: 16px; height: 16px; color: #555a65; }
.codex-nav-item.active { background: rgba(255, 255, 255, .6); }
.sidebar-label { margin: 9px 7px 2px; color: #9a9ea7; font-size: 10px; font-weight: 620; }
.sidebar-project { display: grid; gap: 1px; }
.sidebar-project.secondary { margin-top: 5px; }
.project-name { min-width: 0; display: flex; align-items: center; gap: 8px; padding: 7px; color: #454850; }
.project-name svg { flex: 0 0 auto; width: 15px; height: 15px; }
.project-name strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 560; }
.sidebar-task { min-width: 0; display: grid; gap: 3px; margin-left: 19px; padding: 8px 9px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; text-align: left; }
.sidebar-task.active { background: rgba(255, 255, 255, .88); box-shadow: 0 1px 3px rgba(50, 57, 72, .06); }
.sidebar-task.muted { cursor: default; }
.sidebar-task strong, .sidebar-task span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-task strong { color: #363941; font-size: 10px; font-weight: 560; }
.sidebar-task span { color: var(--faint); font-size: 9px; }
.sidebar-repo { min-width: 0; display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 11px 7px 2px; border-top: 1px solid rgba(164, 170, 184, .28); color: #666b76; font-size: 9px; }
.sidebar-repo svg { flex: 0 0 auto; width: 14px; height: 14px; }
.sidebar-repo span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.codex-thread { min-width: 0; height: 460px; display: flex; flex-direction: column; background: #fff; }
.thread-header { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 18px; border-bottom: 1px solid var(--line-soft); }
.thread-header > div { min-width: 0; display: grid; gap: 3px; }
.thread-header strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 630; }
.thread-header div span { color: var(--faint); font: 8px var(--mono); }
.thread-status { flex: 0 0 auto; color: var(--blue); font: 700 8px var(--mono); }
.thread-tools { display: flex !important; grid-auto-flow: column; align-items: center; gap: 12px !important; color: #858991; }
.thread-tools > svg { width: 15px; height: 15px; }
.codex-conversation { min-height: 0; flex: 1; overflow: auto; padding: 24px clamp(20px, 4.6vw, 54px) 16px; scrollbar-width: thin; }
.user-turn, .codex-turn { max-width: 760px; display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; margin: 0 auto; }
.user-turn { max-height: 0; margin-bottom: 0; overflow: hidden; opacity: 0; transform: translateY(8px); transition: max-height .28s ease, margin .28s ease, opacity .28s ease, transform .28s ease; }
.build-workbench[data-demo-stage="planning"] .user-turn, .build-workbench[data-demo-stage="approval"] .user-turn, .build-workbench[data-demo-stage="approvalCursor"] .user-turn, .build-workbench[data-demo-stage="building"] .user-turn, .build-workbench[data-demo-stage="delivered"] .user-turn, .build-workbench[data-demo-stage="cursor"] .user-turn, .build-workbench[data-demo-stage="review"] .user-turn { max-height: 90px; margin-bottom: 22px; opacity: 1; transform: none; }
.turn-avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; font-size: 10px; font-weight: 700; }
.user-avatar { background: var(--surface-soft); color: var(--muted); }
.codex-avatar { background: var(--text); color: #fff; }
.codex-avatar svg { width: 15px; height: 15px; }
.turn-label { color: var(--faint); font: 700 8px var(--mono); }
.user-turn p { margin: 5px 0 0; font-size: 13px; line-height: 1.5; }
.codex-turn { opacity: 0; transform: translateY(8px); transition: opacity .26s ease, transform .26s ease; }
.build-workbench[data-demo-stage="planning"] .codex-turn, .build-workbench[data-demo-stage="approval"] .codex-turn, .build-workbench[data-demo-stage="approvalCursor"] .codex-turn, .build-workbench[data-demo-stage="building"] .codex-turn, .build-workbench[data-demo-stage="delivered"] .codex-turn, .build-workbench[data-demo-stage="cursor"] .codex-turn, .build-workbench[data-demo-stage="review"] .codex-turn { opacity: 1; transform: none; }
.codex-response { min-width: 0; }
.thinking-row { display: none; align-items: center; gap: 9px; min-height: 28px; color: var(--muted); font-size: 11px; }
.build-workbench[data-demo-stage="planning"] .thinking-row { display: flex; }
.thinking-dots { display: flex; gap: 3px; }
.thinking-dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); animation: thinkingPulse 1.1s ease-in-out infinite; }
.thinking-dots i:nth-child(2) { animation-delay: .16s; }
.thinking-dots i:nth-child(3) { animation-delay: .32s; }
.assistant-plan { display: none; }
.build-workbench[data-demo-stage="planning"] .assistant-plan, .build-workbench[data-demo-stage="approval"] .assistant-plan, .build-workbench[data-demo-stage="approvalCursor"] .assistant-plan, .build-workbench[data-demo-stage="building"] .assistant-plan, .build-workbench[data-demo-stage="delivered"] .assistant-plan, .build-workbench[data-demo-stage="cursor"] .assistant-plan, .build-workbench[data-demo-stage="review"] .assistant-plan { display: block; }
.assistant-plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--blue); font: 700 9px var(--mono); }
.assistant-plan-heading b { color: #23843b; }
.assistant-plan > p { margin: 7px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.build-plan-list { display: grid; gap: 8px; }
.build-plan-item { width: 100%; min-width: 0; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 58px; padding: 8px 11px; border: 1px solid var(--line-soft); border-radius: 10px; background: #fff; cursor: default; text-align: left; opacity: 0; transform: translateY(8px); transition: border-color .18s ease, background .18s ease, transform .28s ease, opacity .28s ease, box-shadow .18s ease; }
.build-plan-item.is-visible { opacity: 1; transform: none; }
.build-plan-item:not([disabled]) { cursor: pointer; }
.build-plan-item:hover { border-color: rgba(0, 122, 255, .4); transform: translateY(-1px); }
.build-plan-item.active { border-color: rgba(0, 122, 255, .5); background: #f4f8ff; box-shadow: 0 5px 15px rgba(0, 122, 255, .08); }
.build-plan-item.is-building { border-color: rgba(0, 122, 255, .55); background: #f4f8ff; }
.build-plan-item.is-building .build-plan-commit svg { animation: stepSpin 1s linear infinite; }
.build-number { color: var(--faint); font: 700 11px var(--mono); }
.build-plan-copy { min-width: 0; display: grid; gap: 5px; }
.build-plan-copy strong { font-size: 13px; }
.build-plan-copy span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 10px; }
.build-plan-commit { display: grid; justify-items: end; gap: 5px; }
.build-plan-commit code { color: var(--blue); font: 700 9px var(--mono); }
.build-plan-commit span { display: inline-flex; align-items: center; gap: 4px; color: #23843b; font: 700 8px var(--mono); }
.build-plan-commit svg { width: 12px; height: 12px; }
.approval-row { position: relative; display: none; justify-content: flex-end; margin-top: 12px; }
.build-workbench[data-demo-stage="approval"] .approval-row, .build-workbench[data-demo-stage="approvalCursor"] .approval-row { display: flex; animation: messageIn .26s ease both; }
.approve-button { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 0 13px; border: 0; border-radius: 9px; background: var(--text); color: #fff; cursor: pointer; font-size: 11px; font-weight: 650; box-shadow: 0 5px 14px rgba(0, 0, 0, .13); }
.approve-button svg { width: 14px; height: 14px; }
.approval-demo-cursor { position: absolute; right: 20px; bottom: -13px; z-index: 4; width: 25px; height: 25px; color: var(--text); opacity: 0; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .22)); pointer-events: none; }
.build-workbench[data-demo-stage="approvalCursor"] .approval-demo-cursor { opacity: 1; animation: approvalCursorClick 2.05s cubic-bezier(.18, .72, .2, 1) both; }
.build-workbench[data-demo-stage="approvalCursor"] .approve-button { animation: approvalButtonPress 2.05s ease both; }
.build-stream { display: none; gap: 6px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.build-workbench[data-demo-stage="building"] .build-stream { display: grid; animation: messageIn .26s ease both; }
.build-event { min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-height: 30px; color: var(--faint); font-size: 10px; }
.build-event > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: var(--surface-soft); font: 700 8px var(--mono); }
.build-event svg { width: 12px; height: 12px; color: #23843b; }
.build-event i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 122, 255, .11); animation: thinkingPulse 1s ease-in-out infinite; }
.build-event strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; }
.build-event code { color: var(--faint); font: 8px var(--mono); }
.build-event.complete { color: var(--muted); }
.build-event.current { color: var(--text); }
.skill-prompt-call { display: grid; gap: 7px; margin-top: 5px; padding: 10px 11px; border-left: 3px solid var(--blue); border-radius: 8px; background: #f4f8ff; animation: messageIn .3s ease both; }
.skill-prompt-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.skill-prompt-heading span { color: var(--blue); font: 700 8px var(--mono); }
.skill-prompt-heading code { padding: 3px 6px; border-radius: 6px; background: #fff; color: var(--text); font: 700 9px var(--mono); }
.skill-prompt-call p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.skill-prompt-status { display: inline-flex; align-items: center; gap: 6px; color: #23843b; font: 700 8px var(--mono); }
.skill-prompt-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(0, 122, 255, .11); animation: thinkingPulse 1s ease-in-out infinite; }
.delivery-card { position: relative; display: none; margin-top: 15px; padding: 13px; border: 1px solid rgba(52, 199, 89, .28); border-radius: 12px; background: #f4fbf6; }
.build-workbench[data-demo-stage="delivered"] .delivery-card, .build-workbench[data-demo-stage="cursor"] .delivery-card, .build-workbench[data-demo-stage="review"] .delivery-card { display: block; animation: messageIn .3s ease both; }
.delivery-copy { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; }
.delivery-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: #dff4e5; color: #23843b; }
.delivery-check svg { width: 15px; height: 15px; }
.delivery-copy strong { font-size: 12px; }
.delivery-copy p { margin: 5px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.open-review-link { width: 100%; min-height: 38px; display: grid; grid-template-columns: 18px minmax(0, 1fr) 16px; align-items: center; gap: 8px; margin-top: 11px; padding: 0 10px; border: 1px solid rgba(0, 122, 255, .25); border-radius: 9px; background: #fff; color: var(--blue); cursor: pointer; text-align: left; font: 700 9px var(--mono); }
.open-review-link svg { width: 14px; height: 14px; }
.open-review-link svg:last-child { justify-self: end; }
.demo-cursor { position: absolute; right: 42px; bottom: 0; z-index: 4; width: 25px; height: 25px; color: var(--text); opacity: 0; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .25)); pointer-events: none; }
.build-workbench[data-demo-stage="cursor"] .demo-cursor { opacity: 1; animation: reviewCursorClick 2.1s cubic-bezier(.18, .72, .2, 1) both; }
.build-workbench[data-demo-stage="cursor"] .open-review-link { animation: reviewLinkPress 2.1s ease both; }
.codex-composer { position: relative; min-height: 102px; display: grid; grid-template-rows: minmax(44px, auto) 34px; gap: 5px; margin: 0 24px 18px; padding: 10px 11px 10px 14px; border: 1px solid #d7d7dc; border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(0, 0, 0, .08); }
.codex-composer textarea { width: 100%; min-height: 42px; max-height: 70px; resize: none; padding: 5px 2px 0; border: 0; outline: 0; background: transparent; color: var(--text); font: 13px/1.5 var(--sans); }
.codex-composer textarea:disabled { color: var(--faint); }
.composer-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.composer-tools-left, .composer-tools-right { display: flex; align-items: center; gap: 11px; }
.composer-tools-left > button { width: 28px; height: 28px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #3f4249; cursor: pointer; font-size: 22px; font-weight: 300; }
.composer-tools-left > span { display: flex; align-items: center; gap: 5px; color: #777b84; font-size: 10px; }
.composer-tools-left svg { width: 14px; height: 14px; }
.model-status { color: #7b7f87; font-size: 11px; white-space: nowrap; }
.send-task { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #858585; color: #fff; cursor: pointer; transition: transform .12s ease, background .18s ease; }
.send-task:disabled { background: var(--line); cursor: default; }
.send-task svg { width: 15px; height: 15px; }
.send-demo-cursor { position: absolute; right: 5px; bottom: 4px; z-index: 4; width: 26px; height: 26px; color: var(--text); opacity: 0; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .22)); pointer-events: none; }
.build-workbench[data-demo-stage="sendCursor"] .send-demo-cursor { opacity: 1; animation: sendCursorClick 2.05s cubic-bezier(.18, .72, .2, 1) both; }
.build-workbench[data-demo-stage="sendCursor"] .send-task { animation: buttonPress 2.05s ease both; }
.review-reveal { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .65s cubic-bezier(.2, .7, .2, 1), opacity .4s ease; }
.review-reveal-inner { min-height: 0; overflow: hidden; }
.review-reveal.is-open { grid-template-rows: 1fr; opacity: 1; }
.review-reveal.is-open .audit-window { animation: reviewPop .55s cubic-bezier(.2, .8, .2, 1) both; }
.workflow-link { max-width: 1180px; height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 13px; margin: 0 auto; color: var(--blue); }
.workflow-link span { height: 1px; background: var(--line); }
.workflow-link svg { width: 18px; height: 18px; transform: rotate(90deg); }
.mcp-section-intro { max-width: 820px; margin: 0 auto 26px; text-align: center; }
.mcp-section-intro h2 { margin: 0; font-size: clamp(26px, 3.2vw, 42px); line-height: 1.15; }
.mcp-summary { max-width: 620px; margin: 12px auto 0; color: var(--muted); font-size: 15px; line-height: 1.55; }

@keyframes thinkingPulse { 0%, 100% { opacity: .3; transform: translateY(1px); } 50% { opacity: 1; transform: translateY(-1px); } }
@keyframes stepSpin { to { transform: rotate(360deg); } }
@keyframes messageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes sendCursorClick { 0% { opacity: 0; transform: translate(88px, 52px); } 12% { opacity: 1; } 70% { transform: translate(0, 0) scale(1); } 84% { transform: translate(0, 0) scale(.78); } 94% { transform: translate(0, 0) scale(1); } 100% { opacity: 1; transform: translate(0, 0); } }
@keyframes approvalCursorClick { 0% { opacity: 0; transform: translate(105px, 58px); } 12% { opacity: 1; } 70% { transform: translate(0, 0) scale(1); } 84% { transform: translate(0, 0) scale(.78); } 94% { transform: translate(0, 0) scale(1); } 100% { opacity: 1; transform: translate(0, 0); } }
@keyframes reviewCursorClick { 0% { opacity: 0; transform: translate(105px, 72px); } 12% { opacity: 1; } 70% { transform: translate(0, 0) scale(1); } 84% { transform: translate(0, 0) scale(.78); } 94% { transform: translate(0, 0) scale(1); } 100% { opacity: 1; transform: translate(0, 0); } }
@keyframes buttonPress { 0%, 70%, 100% { transform: scale(1); } 84% { transform: scale(.86); background: #4f4f4f; } }
@keyframes approvalButtonPress { 0%, 70%, 100% { transform: scale(1); } 84% { transform: scale(.97); background: #4a4a4d; } }
@keyframes reviewLinkPress { 0%, 70%, 100% { transform: scale(1); } 84% { transform: scale(.985); background: #f1f7ff; } }
@keyframes reviewPop { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }

.demo-stage {
  position: relative;
  max-width: 1540px;
  min-height: 530px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 224px minmax(720px, 1fr) 224px;
  align-items: center;
  gap: 18px;
}
.insight-panel {
  position: relative;
  z-index: 5;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(210, 210, 215, .9);
  border-radius: 16px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .07);
  backdrop-filter: blur(18px);
  transition: opacity .24s ease, transform .32s cubic-bezier(.22, .61, .36, 1), box-shadow .24s ease;
}
.insight-panel.is-updating { opacity: .35; transform: translateY(6px) scale(.98); }
.insight-left::after, .insight-right::before { content: ""; position: absolute; top: 50%; width: 18px; height: 1px; background: var(--line); }
.insight-left::after { right: -19px; }
.insight-right::before { left: -19px; }
.insight-icon { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 11px; background: #eaf2ff; color: var(--blue); }
.insight-kicker { margin: 0 0 7px; color: var(--blue); font: 700 10px var(--mono); }
.insight-panel h2 { margin: 0; font-size: 19px; line-height: 1.25; }
.insight-panel > p:not(.insight-kicker) { min-height: 76px; margin: 11px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.insight-proof { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line-soft); color: var(--faint); font: 600 10px/1.5 var(--mono); overflow-wrap: anywhere; }
.coverage-row { display: flex; flex-wrap: wrap; gap: 6px; }
.coverage-row span { padding: 4px 6px; border-radius: 7px; background: var(--surface-soft); color: var(--muted); }

.audit-window {
  position: relative;
  z-index: 3;
  min-width: 0;
  height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, .96);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.window-bar { min-height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 0 15px; border-bottom: 1px solid var(--line-soft); background: rgba(250, 250, 252, .94); }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .07); }
.traffic-lights i:nth-child(2) { background: #febc2e; }
.traffic-lights i:nth-child(3) { background: #28c840; }
.window-title { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 650; }
.window-title svg { width: 15px; height: 15px; color: var(--blue); }
.window-context { justify-self: end; min-width: 0; display: flex; align-items: center; gap: 8px; font: 10px var(--mono); }
.window-context span, .window-context b { max-width: 140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.window-context b { color: var(--faint); font-weight: 500; }

.commit-strip { min-height: 72px; display: flex; align-items: stretch; gap: 12px; padding: 9px 12px; border-bottom: 1px solid var(--line-soft); background: rgba(255, 255, 255, .74); }
.strip-label { display: flex; align-items: center; color: var(--faint); font: 700 9px var(--mono); writing-mode: vertical-rl; transform: rotate(180deg); }
.commit-tabs { min-width: 0; flex: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.commit-tab { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid transparent; border-radius: 10px; background: var(--surface-soft); cursor: pointer; text-align: left; }
.commit-tab:hover { background: #eaf2ff; }
.commit-tab.active { border-color: rgba(0, 122, 255, .3); background: #eaf2ff; box-shadow: inset 0 0 0 1px rgba(0, 122, 255, .08); }
.commit-tab svg { width: 14px; height: 14px; color: var(--blue); }
.commit-title { min-width: 0; display: grid; gap: 3px; }
.commit-title strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }
.commit-title code, .commit-stat { color: var(--faint); font: 9px var(--mono); }
.commit-subfeature { grid-column: 2 / -1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--blue); font: 8px var(--mono); }

.plan-strip { min-height: 74px; display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 8px; padding: 9px 12px; border-bottom: 1px solid var(--line-soft); background: #fbfbfd; }
.plan-heading { display: flex; flex-direction: column; justify-content: center; gap: 4px; color: var(--faint); font: 700 9px var(--mono); }
.plan-heading b { width: max-content; padding: 3px 6px; border-radius: 6px; background: #eaf8ee; color: #23843b; }
.plan-items { min-width: 0; display: grid; grid-template-columns: repeat(var(--subfeature-count, 3), minmax(0, 1fr)); gap: 7px; }
.plan-item { min-width: 0; padding: 8px 9px; border: 1px solid var(--line-soft); border-radius: 10px; background: #fff; cursor: pointer; text-align: left; }
.plan-item:hover, .plan-item.active { border-color: rgba(0, 122, 255, .42); background: #f4f8ff; }
.plan-item strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.plan-meta { display: flex; gap: 8px; margin-top: 5px; color: var(--faint); font: 9px var(--mono); }

.review-grid { position: relative; min-height: 0; flex: 1; display: grid; grid-template-columns: 150px minmax(360px, 1fr) 218px; overflow: hidden; }
.connector-layer { position: absolute; inset: 0; z-index: 8; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.connector-layer path { fill: none; stroke: rgba(0, 122, 255, .72); stroke-width: 1.5; stroke-dasharray: 4 4; vector-effect: non-scaling-stroke; transition: opacity .2s ease; }
.file-pane, .notes-pane { min-width: 0; background: rgba(248, 248, 250, .82); }
.file-pane { border-right: 1px solid var(--line-soft); }
.notes-pane { border-left: 1px solid var(--line-soft); }
.pane-heading { height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 9px; border-bottom: 1px solid var(--line-soft); color: var(--faint); font: 700 8px var(--mono); }
.pane-heading b { color: var(--blue); }
.file-tree { padding: 6px; }
.file-button { width: 100%; min-width: 0; display: grid; grid-template-columns: 7px minmax(0, 1fr) auto; align-items: center; gap: 6px; min-height: 34px; padding: 5px 6px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; text-align: left; }
.file-button:hover, .file-button.active { background: #eaf2ff; }
.file-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--faint); }
.file-dot.high { background: var(--red); }
.file-dot.medium { background: var(--amber); }
.file-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 10px var(--mono); }
.file-stats { color: var(--faint); font: 8px var(--mono); white-space: nowrap; }
.file-stats .add { color: #23843b; }
.file-stats .del { color: #c5322c; }

.diff-pane { min-width: 0; display: flex; flex-direction: column; background: #fff; }
.diff-toolbar { height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 10px; border-bottom: 1px solid var(--line-soft); }
.diff-toolbar > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 650 10px var(--mono); }
.toolbar-controls { display: flex; align-items: center; gap: 5px; }
.toolbar-controls label { display: flex; align-items: center; gap: 3px; color: var(--faint); font: 700 8px var(--mono); }
.toolbar-controls select { max-width: 88px; height: 24px; padding: 0 5px; border: 0; border-radius: 7px; background: var(--surface-soft); color: var(--muted); font: 8px var(--sans); }
.diff-scroll { min-height: 0; flex: 1; overflow: auto; scrollbar-width: thin; }
.diff-scroll.file-location { box-shadow: inset 0 0 0 1.5px var(--blue); }
.hunk-header { padding: 6px 10px; background: #f1f7ff; color: var(--blue); font: 9px var(--mono); }
.code-lines { min-width: 440px; }
.code-row { position: relative; min-height: 25px; display: grid; grid-template-columns: 32px 32px 16px minmax(0, 1fr); align-items: stretch; border: 0; border-bottom: 1px solid rgba(229, 229, 234, .52); background: #fff; font: 10px/1.5 var(--mono); cursor: pointer; transition: background .16s ease, box-shadow .16s ease; }
.code-row.add { background: var(--add-bg); }
.code-row.remove { background: var(--remove-bg); }
.code-row:hover { box-shadow: inset 2px 0 var(--blue); }
.code-row.is-selected { z-index: 2; box-shadow: inset 0 0 0 1.5px var(--blue); background-color: #edf5ff; }
.code-row.function-range { background-color: #f1f7ff; }
.code-row.function-start { box-shadow: inset 0 1.5px var(--blue), inset 1.5px 0 var(--blue), inset -1.5px 0 var(--blue); }
.code-row.function-middle { box-shadow: inset 1.5px 0 var(--blue), inset -1.5px 0 var(--blue); }
.code-row.function-end { box-shadow: inset 0 -1.5px var(--blue), inset 1.5px 0 var(--blue), inset -1.5px 0 var(--blue); }
.line-no { padding: 5px 5px 3px 0; border-right: 1px solid rgba(210, 210, 215, .7); color: var(--faint); text-align: right; user-select: none; }
.line-mark { padding-top: 5px; color: var(--faint); text-align: center; }
.code-row.add .line-mark { color: #23843b; }
.code-row.remove .line-mark { color: #c5322c; }
.code-text { min-width: 0; padding: 5px 8px 3px; overflow: hidden; white-space: pre; color: #28303d; }
.code-text .kw { color: #7c3aed; font-weight: 650; }
.code-text .fn { color: #0369a1; font-weight: 650; }
.code-text .str { color: #087f5b; }
.code-text .num { color: #b45309; }

.note-toolbar { min-height: 54px; display: grid; gap: 4px; padding: 5px; border-bottom: 1px solid var(--line-soft); }
.note-tabs { height: 25px; display: grid; grid-template-columns: repeat(3, 1fr); }
.note-tab { padding: 0; border: 0; border-right: 1px solid var(--line-soft); background: transparent; color: var(--faint); font: 700 8px var(--mono); cursor: pointer; }
.note-tab:last-child { border-right: 0; }
.note-tab:hover, .note-tab.active { background: #eaf2ff; color: var(--blue); }
.note-nav { display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: var(--faint); font: 8px var(--mono); }
.note-nav button { width: 20px; height: 18px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 6px; background: var(--surface-soft); color: var(--blue); cursor: pointer; font-size: 15px; line-height: 1; }
.note-card { position: relative; margin: 14px 12px; padding: 13px; border: 1px solid rgba(0, 122, 255, .28); border-radius: 12px; background: #fff; box-shadow: 0 7px 18px rgba(0, 122, 255, .09); outline: 0; transition: transform .28s cubic-bezier(.22, .61, .36, 1), opacity .2s ease, box-shadow .2s ease; }
.note-card:hover, .note-card:focus-visible { box-shadow: 0 9px 24px rgba(0, 122, 255, .16); }
.note-card.is-updating { opacity: .4; transform: translateX(8px); }
.note-anchor { display: inline-flex; padding: 3px 6px; border-radius: 6px; background: #eaf2ff; color: var(--blue); font: 700 8px var(--mono); }
.note-card h3 { margin: 10px 0 6px; font-size: 13px; }
.note-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.plan-link { display: block; margin-top: 12px; color: var(--faint); font: 700 8px var(--mono); }
.split-code-row { min-height: 28px; display: grid; grid-template-columns: 28px minmax(0, 1fr) 28px minmax(0, 1fr); border-bottom: 1px solid var(--line-soft); font: 9px/1.5 var(--mono); cursor: pointer; }
.split-code-row > span { min-width: 0; padding: 5px 6px; overflow: hidden; white-space: pre; }
.split-code-row .split-number { padding-right: 5px; border-right: 1px solid var(--line-soft); color: var(--faint); text-align: right; }
.split-code-row .after-number { border-left: 1px solid var(--line-soft); }
.split-code-row.remove .before-code { background: var(--remove-bg); }
.split-code-row.add .after-code { background: var(--add-bg); }
.split-code-row.is-selected { box-shadow: inset 0 0 0 1.5px var(--blue); }
.diff-pane[data-density="compact"] .code-row { min-height: 21px; font-size: 9px; }
.diff-pane[data-density="compact"] .line-no, .diff-pane[data-density="compact"] .line-mark, .diff-pane[data-density="compact"] .code-text { padding-top: 3px; padding-bottom: 2px; }

.audit-footer { position: relative; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 10px; border-top: 1px solid var(--line-soft); background: rgba(250, 250, 252, .95); }
.semantic-button, .receipt-button { min-height: 32px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 9px; cursor: pointer; }
.semantic-button { padding: 0 9px; background: #eaf8ee; color: #23843b; font: 700 9px var(--mono); }
.semantic-button:hover { background: #def3e4; }
.semantic-button b { padding-left: 7px; border-left: 1px solid rgba(35, 132, 59, .22); }
.semantic-button svg, .receipt-button svg { width: 14px; height: 14px; }
.receipt-button { padding: 0 8px; background: var(--surface-soft); color: var(--muted); font: 650 10px var(--mono); }
.receipt-button:hover { color: var(--blue); }
.receipt-button .chevron { width: 12px; height: 12px; transition: transform .2s ease; }
.receipt-button[aria-expanded="true"] .chevron { transform: rotate(90deg); }
.receipt-popover { position: absolute; right: 10px; bottom: 45px; z-index: 20; width: 250px; display: grid; grid-template-columns: 52px 1fr; gap: 8px; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 12px 36px rgba(0, 0, 0, .14); }
.receipt-popover[hidden] { display: none; }
.receipt-popover span { color: var(--faint); font: 700 8px var(--mono); }
.receipt-popover code { min-width: 0; overflow: hidden; text-overflow: ellipsis; color: var(--text); font: 9px var(--mono); }

.section-peek { width: max-content; display: flex; align-items: center; gap: 7px; margin: 7px auto 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.section-peek:hover { color: var(--blue); }
.section-peek svg { width: 15px; height: 15px; transform: rotate(90deg); }

.install-section { padding: clamp(76px, 10vw, 130px) clamp(20px, 7vw, 110px); border-top: 1px solid var(--line-soft); background: #fff; }
.section-intro { max-width: 740px; }
.section-intro h2, .trust-heading h2 { margin: 0; font-size: clamp(32px, 4.2vw, 54px); line-height: 1.12; }
.section-intro > p:last-child { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.install-workspace { max-width: 1120px; margin: 46px auto 0; }
.install-tabs { width: max-content; display: flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--surface-soft); }
.install-tab { min-width: 92px; height: 34px; padding: 0 14px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 650; }
.install-tab.active { background: #fff; color: var(--text); box-shadow: 0 1px 4px rgba(0, 0, 0, .10); }
.command-panel { position: relative; min-height: 150px; margin-top: 14px; padding: 18px 70px 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #f8f8fa; }
.command-meta { display: flex; align-items: center; justify-content: space-between; color: var(--faint); font: 700 10px var(--mono); }
.command-panel pre, .advanced-config pre { margin: 23px 0 0; overflow: auto; scrollbar-width: thin; }
.command-panel code { color: #202631; font: 13px/1.7 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; }
.copy-button { position: absolute; top: 52px; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }
.copy-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.copy-button:hover { border-color: var(--blue); color: var(--blue); }
.copy-button.copied { border-color: var(--green); color: #23843b; }
.advanced-config { margin-top: 12px; border-top: 1px solid var(--line-soft); }
.advanced-config summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--muted); font-size: 13px; list-style: none; }
.advanced-config summary::-webkit-details-marker { display: none; }
.advanced-config summary svg { width: 15px; height: 15px; transition: transform .2s ease; }
.advanced-config[open] summary svg { transform: rotate(90deg); }
.advanced-config pre { margin: 0; padding: 18px; border: 1px solid var(--line-soft); border-radius: 12px; background: #f8f8fa; color: #28303d; font: 11px/1.7 var(--mono); }

.trust-section { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 120px); padding: clamp(76px, 10vw, 130px) clamp(20px, 7vw, 110px); border-top: 1px solid var(--line-soft); }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.trust-points article { padding-top: 4px; border-top: 1px solid var(--line); }
.trust-points article > svg { width: 25px; height: 25px; margin-top: 22px; color: var(--blue); }
.trust-points h3 { margin: 24px 0 8px; font-size: 16px; }
.trust-points p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.site-footer { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px, 7vw, 110px); border-top: 1px solid var(--line); color: var(--faint); font: 11px var(--mono); }
.site-footer div { display: flex; gap: 22px; }
.site-footer a:hover { color: var(--blue); }

@media (max-width: 1230px) {
  .build-workbench, .workflow-link { max-width: 980px; }
  .codex-app-layout { grid-template-columns: 170px minmax(0, 1fr); }
  .demo-stage { grid-template-columns: minmax(0, 1fr); max-width: 980px; }
  .insight-panel { position: absolute; top: 86px; width: 205px; z-index: 10; }
  .insight-left { left: 14px; transform: translateX(-38%); }
  .insight-right { right: 14px; transform: translateX(38%); }
  .insight-left:hover, .insight-left:focus-within, .insight-right:hover, .insight-right:focus-within { transform: translateX(0); }
  .insight-left::after, .insight-right::before { display: none; }
  .audit-window { margin: 0 70px; }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }
  .site-nav { display: none; }
  .hero { padding: 42px 12px 22px; }
  .hero-copy { padding: 0 8px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-summary { font-size: 17px; }
  .build-workbench { margin-top: 28px; }
  .codex-app-layout { grid-template-columns: 1fr; }
  .codex-sidebar { display: none; }
  .codex-thread { height: 610px; }
  .codex-conversation { padding: 18px 14px; }
  .build-plan-item { min-height: 70px; grid-template-columns: 26px minmax(0, 1fr); }
  .build-plan-commit { grid-column: 2; justify-items: start; grid-auto-flow: column; gap: 9px; }
  .build-plan-copy span { white-space: normal; }
  .codex-composer { margin: 0 12px 12px; }
  .mcp-section-intro { padding: 0 12px; }
  .demo-stage { display: flex; flex-direction: column; min-height: 0; gap: 12px; }
  .audit-window { order: 1; width: 100%; height: 650px; margin: 0; border-radius: 18px; }
  .insight-panel { position: relative; top: auto; left: auto; right: auto; order: 2; width: 100%; min-height: 180px; transform: none; }
  .insight-right { order: 3; }
  .insight-icon { margin-bottom: 16px; }
  .insight-panel > p:not(.insight-kicker) { min-height: 0; }
  .window-context { display: none; }
  .window-bar { grid-template-columns: 1fr auto 1fr; }
  .commit-strip { min-height: 92px; }
  .commit-tabs { grid-template-columns: 1fr; overflow-y: auto; }
  .commit-tab { min-height: 32px; }
  .plan-strip { grid-template-columns: 1fr; min-height: 116px; }
  .plan-heading { flex-direction: row; justify-content: space-between; }
  .plan-items { overflow-x: auto; grid-template-columns: repeat(var(--subfeature-count, 3), minmax(150px, 1fr)); }
  .review-grid { grid-template-columns: 112px minmax(340px, 1fr); overflow-x: auto; }
  .notes-pane { grid-column: 1 / -1; position: absolute; left: 0; right: auto; bottom: 0; z-index: 12; width: min(100%, calc(100vw - 24px)); min-height: 154px; border: 1px solid var(--line); border-radius: 18px 18px 0 0; background: rgba(255, 255, 255, .96); box-shadow: 0 -12px 30px rgba(0, 0, 0, .09); backdrop-filter: blur(18px); }
  .note-card { margin: 10px 12px; }
  .audit-footer { z-index: 14; }
  .section-peek { margin-top: 18px; }
  .install-section, .trust-section { padding: 72px 20px; }
  .command-panel { padding: 18px 58px 18px 16px; }
  .trust-section { grid-template-columns: 1fr; gap: 44px; }
  .trust-points { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 22px; padding-bottom: 22px; }
}

@media (max-width: 430px) {
  .brand > span:last-child { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .language-button { min-width: 50px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .build-window-bar { grid-template-columns: 1fr auto; }
  .build-window-bar .traffic-lights { display: none; }
  .build-mode { font-size: 8px; }
  .codex-thread { height: 640px; }
  .thread-header { padding: 0 12px; }
  .thread-status { max-width: 92px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .user-turn, .codex-turn { grid-template-columns: 27px minmax(0, 1fr); gap: 8px; }
  .turn-avatar { width: 26px; height: 26px; }
  .assistant-plan > p { font-size: 10px; }
  .build-plan-copy strong { font-size: 12px; }
  .build-plan-commit { gap: 6px; }
  .approval-row { justify-content: stretch; }
  .approve-button { width: 100%; justify-content: center; }
  .delivery-copy { grid-template-columns: 25px minmax(0, 1fr); }
  .audit-window { height: 680px; }
  .review-grid { grid-template-columns: 98px minmax(330px, 1fr); }
  .file-button { grid-template-columns: 6px minmax(0, 1fr); }
  .file-stats { display: none; }
  .install-tab { min-width: 78px; }
  .command-panel code { font-size: 11px; }
  .advanced-config pre { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .connector-layer path { stroke-dasharray: none; }
}
