body { font-family: "Songti SC", "Noto Serif CJK SC", Georgia, serif; }
.site-header, .brand, .eyebrow, .section-label, .install-kicker, .hero-actions, .install-note, .terminal-window, .proof-strip, .prompt-card span, .prompt-card em, .prompt-feedback { font-family: "SFMono-Regular", "PingFang SC", Consolas, monospace; }
h1 { line-height: .98; letter-spacing: 0; }
.prompts-section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: #d9dfd7; }
.prompts-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: end; margin-top: 22px; }
.prompts-heading h2 { margin: 0; font-size: clamp(45px, 5.5vw, 76px); font-weight: 500; line-height: .97; letter-spacing: 0; }
.prompts-heading p { max-width: 430px; margin: 0; color: #4e544d; font-size: 18px; line-height: 1.6; }
.prompt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 62px; border: 1px solid var(--ink); background: var(--ink); }
.prompt-card { display: flex; min-height: 250px; padding: 26px; flex-direction: column; align-items: flex-start; border: 0; background: var(--paper); color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.prompt-card:hover, .prompt-card:focus-visible { background: var(--ink); color: var(--paper); outline: 0; }
.prompt-card span, .prompt-card em { font-size: 11px; line-height: 1.3; }
.prompt-card span { color: var(--orange); }
.prompt-card strong { margin: auto 0 30px; font-size: 25px; font-weight: 500; line-height: 1.22; }
.prompt-card em { font-style: normal; text-decoration: underline; text-underline-offset: 4px; }
.prompt-feedback { min-height: 22px; margin: 18px 0 0; color: #3e423c; font-size: 12px; line-height: 1.5; }
.workflow-list code { padding: 2px 4px; background: rgba(17, 19, 18, .1); font-family: "SFMono-Regular", Consolas, monospace; }
.agent-loop-section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: var(--night); color: var(--paper); }
.agent-loop-section .section-label { color: var(--acid); }
.loop-heading, .task-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: end; margin-top: 22px; }
.loop-heading h2, .task-heading h2 { margin: 0; font-size: clamp(45px, 5.5vw, 76px); font-weight: 500; line-height: .97; letter-spacing: 0; }
.loop-heading p { max-width: 430px; margin: 0; color: #b8bbb3; font-size: 18px; line-height: 1.6; }
.agent-loop { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; list-style: none; border-top: 1px solid #51554f; border-left: 1px solid #51554f; }
.agent-loop li { min-height: 204px; padding: 23px; border-right: 1px solid #51554f; border-bottom: 1px solid #51554f; }
.agent-loop li > span { color: var(--acid); font: 11px/1 "SFMono-Regular", Consolas, monospace; }
.agent-loop h3 { margin: 54px 0 9px; font-size: 24px; font-weight: 500; }
.agent-loop p { margin: 0; color: #a7aaa3; line-height: 1.55; }
.loop-rule { margin: 0; padding: 24px; border: 1px solid #51554f; border-top: 0; color: #bbbeb7; line-height: 1.65; }
.loop-rule b { color: var(--acid); }
.task-section { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); background: #efe7d5; }
.task-heading p { max-width: 430px; margin: 0; color: #5d5a52; font-size: 18px; line-height: 1.6; }
.task-formula { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 14px; align-items: stretch; margin-top: 62px; }
.task-formula article { min-height: 185px; padding: 20px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.task-formula article > span { color: var(--orange); font: 11px/1 "SFMono-Regular", Consolas, monospace; }
.task-formula h3 { margin: 44px 0 8px; font-size: 21px; font-weight: 500; }
.task-formula p { margin: 0; color: #56544e; line-height: 1.55; }
.task-formula > b { display: grid; place-items: center; color: var(--orange); font: 28px/1 Georgia, serif; }
.task-example { display: grid; grid-template-columns: 180px 1fr auto; gap: 24px; width: 100%; margin-top: 38px; padding: 23px; align-items: center; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: inherit; text-align: left; cursor: pointer; transition: background .2s, color .2s; }
.task-example:hover, .task-example:focus-visible { background: var(--ink); color: var(--paper); outline: 0; }
.task-example span, .task-example em { font: 11px/1.3 "SFMono-Regular", Consolas, monospace; }
.task-example span { color: var(--orange); }
.task-example strong { font-size: 19px; font-weight: 500; line-height: 1.45; }
.task-example em { font-style: normal; text-decoration: underline; text-underline-offset: 4px; white-space: nowrap; }
.task-feedback { min-height: 22px; margin: 18px 0 0; color: #4e504a; font: 12px/1.5 "SFMono-Regular", Consolas, monospace; }
@media (max-width: 760px) {
  .prompts-section { padding-top: 76px; padding-bottom: 76px; }
  .prompts-heading { grid-template-columns: 1fr; gap: 26px; }
  .agent-loop-section, .task-section { padding-top: 76px; padding-bottom: 76px; }
  .loop-heading, .task-heading { grid-template-columns: 1fr; gap: 26px; }
  .agent-loop { grid-template-columns: 1fr; margin-top: 48px; }
  .agent-loop li { min-height: 0; padding: 22px; }
  .agent-loop h3 { margin: 24px 0 8px; }
  .task-formula { grid-template-columns: 1fr; gap: 0; margin-top: 48px; }
  .task-formula > b { display: none; }
  .task-formula article { min-height: 0; padding: 20px 0; }
  .task-formula h3 { margin: 18px 0 6px; }
  .task-example { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .prompt-grid { grid-template-columns: 1fr; }
  .prompt-card { min-height: 185px; }
}
