:root {
  --ink: #17201c;
  --muted: #626c66;
  --paper: #f7f5ee;
  --white: #fffef9;
  --line: #d9ddd4;
  --lime: #a8ef62;
  --lime-dark: #78be38;
  --orange: #ff6b42;
  --purple: #c5a7ff;
  --navy: #172623;
  --max: 1240px;
  --header-h: 78px;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--white); border: 2px solid var(--ink); transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; height: var(--header-h); padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid transparent; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(16px); transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 7px 24px rgba(26, 38, 33, .05); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { position: relative; display: inline-flex; align-items: flex-end; gap: 3px; width: 27px; height: 24px; transform: skewX(-15deg); }
.brand-mark i { display: block; width: 7px; background: var(--ink); border-radius: 4px 4px 1px 1px; }
.brand-mark i:nth-child(1) { height: 11px; }.brand-mark i:nth-child(2) { height: 22px; background: var(--orange); }.brand-mark i:nth-child(3) { height: 16px; background: var(--lime-dark); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a.is-active::after { transform: scaleX(1); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; }
.nav-toggle i { display: block; width: 22px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .2s; }
.nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(4px) rotate(45deg); }.nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-4px) rotate(-45deg); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 53px; padding: 0 22px; border: 1px solid var(--ink); font-size: 14px; font-weight: 800; line-height: 1; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 4px 4px 0 var(--ink); }
.button-primary { color: var(--ink); background: var(--lime); }.button-dark { color: var(--white); background: var(--ink); }.button-small { min-height: 42px; padding: 0 17px; }.button-outline { background: transparent; }.button-ghost { color: var(--white); border-color: rgba(255,255,255,.4); }
.text-link { display: inline-flex; gap: 13px; align-items: center; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; line-height: 2; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-family: "DM Mono", monospace; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,107,66,.14); }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; min-height: calc(100vh - var(--header-h)); padding-top: 70px; padding-bottom: 90px; }
.hero h1 { max-width: 660px; margin: 0 0 29px; font-size: clamp(48px, 6.3vw, 91px); line-height: .97; letter-spacing: -.07em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0 0 38px; color: var(--muted); font-size: clamp(18px, 1.8vw, 23px); line-height: 1.5; }
.hero-meta { display: flex; gap: 28px; margin-top: 50px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--muted); font-family: "DM Mono", monospace; font-size: 11px; text-transform: uppercase; }
.hero-meta b { display: block; color: var(--ink); font-size: 13px; }
.motion-stage { position: relative; min-height: 590px; overflow: hidden; background: #e9ede5; border: 1px solid #d0d6cd; box-shadow: 18px 18px 0 #dde1d8; }
.stage-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(23,32,28,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,28,.08) 1px, transparent 1px); background-size: 42px 42px; transform: perspective(600px) rotateX(58deg) scale(1.45) translateY(13%); }
.path-line { position: absolute; inset: 110px 30px 110px; }.path-line path { fill: none; stroke: var(--orange); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 9 14; animation: dash 13s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -180; } }
.pose { position: absolute; width: 88px; height: 186px; filter: drop-shadow(7px 14px 5px rgba(23,32,28,.13)); }
.pose span, .pose i { position: absolute; display: block; background: currentColor; border-radius: 30px; transform-origin: 50% 5%; }
.pose .head { top: 0; left: 31px; width: 31px; height: 35px; border-radius: 48% 48% 46% 46%; }.pose .body { top: 32px; left: 29px; width: 36px; height: 74px; transform: rotate(-4deg); }.pose i { top: 39px; left: 41px; width: 13px; height: 66px; }.pose .arm-a { transform: rotate(41deg); }.pose .arm-b { transform: rotate(-58deg); }.pose .leg-a, .pose .leg-b { top: 93px; height: 90px; width: 15px; }.pose .leg-a { left: 39px; transform: rotate(15deg); }.pose .leg-b { left: 46px; transform: rotate(-24deg); }
.pose-one { left: 11%; top: 31%; color: var(--orange); transform: scale(.76) rotate(-11deg); }.pose-two { left: 42%; top: 16%; color: #7e5bdb; transform: scale(.94) rotate(8deg); }.pose-three { right: 8%; top: 24%; color: #5c9b25; transform: scale(1.11) rotate(-8deg); }
.prompt-card { position: absolute; right: 24px; bottom: 26px; left: 24px; display: grid; grid-template-columns: 13px 1fr auto; align-items: center; gap: 13px; min-height: 88px; padding: 17px 19px; color: var(--white); background: var(--navy); box-shadow: 8px 8px 0 rgba(23,32,28,.18); }
.prompt-card p { margin: 0; font-weight: 600; line-height: 1.4; }.prompt-dot { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; }.prompt-time { color: #a8b2ad; font-family: "DM Mono", monospace; font-size: 11px; }
.stage-status { position: absolute; top: 22px; left: 22px; display: flex; align-items: center; gap: 9px; padding: 8px 12px; background: rgba(255,254,249,.8); border: 1px solid rgba(23,32,28,.12); font: 500 10px "DM Mono", monospace; text-transform: uppercase; backdrop-filter: blur(8px); }.stage-status span { width: 7px; height: 7px; background: #6cad34; border-radius: 50%; }

.trust-strip { padding: 23px 0; color: var(--white); background: var(--navy); }.trust-inner { display: flex; justify-content: center; align-items: center; gap: 29px; font: 500 12px "DM Mono", monospace; text-transform: uppercase; }.trust-inner p { margin: 0; color: #86918b; }.trust-inner i { width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.section { padding-top: 125px; padding-bottom: 125px; }
.section-label { display: flex; align-items: center; gap: 13px; margin-bottom: 68px; font: 500 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.section-label span { color: var(--orange); }
.intro-grid, .honest-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10%; }.intro-grid h2, .honest-grid h2 { max-width: 720px; margin: 0; font-size: clamp(39px, 4.3vw, 64px); line-height: 1.08; letter-spacing: -.055em; }.body-copy p { margin: 0 0 24px; color: var(--muted); font-size: 18px; }.body-copy p:first-child { color: var(--ink); font-size: 21px; font-weight: 600; }
.use-cases { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 78px; padding-top: 28px; border-top: 1px solid var(--line); }.use-cases span { margin-right: 19px; font: 500 11px "DM Mono", monospace; text-transform: uppercase; }.use-cases p { margin: 0; padding: 8px 14px; border: 1px solid #cdd3ca; border-radius: 100px; font-size: 13px; font-weight: 700; }

.feature-section { background: #eceee8; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }.section-heading h2, .requirements-title h2, .license-heading h2 { margin: 0; font-size: clamp(43px, 5vw, 72px); line-height: 1.02; letter-spacing: -.06em; }.section-heading p, .requirements-title > p, .license-heading p { max-width: 420px; margin: 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbd0c8; border-left: 1px solid #cbd0c8; }.feature-card { position: relative; min-height: 380px; padding: 32px; overflow: hidden; border-right: 1px solid #cbd0c8; border-bottom: 1px solid #cbd0c8; background: rgba(255,254,249,.55); }.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 70px 1fr; }.feature-card h3 { margin: 19px 0 14px; font-size: 27px; letter-spacing: -.04em; }.feature-card p { max-width: 420px; margin: 0; color: var(--muted); }.feature-number { color: var(--orange); font: 500 11px "DM Mono", monospace; }.feature-purple { background: var(--purple); }.feature-purple p { color: #443d50; }.feature-dark { color: var(--white); background: var(--navy); }.feature-dark p { color: #aab4af; }
.mini-prompt { position: absolute; right: 28px; bottom: 28px; left: 28px; padding: 17px; background: var(--white); border: 1px solid var(--line); font: 500 13px "DM Mono", monospace; }.mini-prompt span { color: var(--orange); }
.chain-demo { position: absolute; right: 25px; bottom: 35px; left: 25px; display: flex; align-items: center; justify-content: center; }.chain-demo span { padding: 9px 12px; border: 1px solid var(--ink); border-radius: 30px; font: 500 10px "DM Mono", monospace; }.chain-demo i { width: 22px; height: 1px; background: var(--ink); }
.constraint-demo { position: absolute; right: 32px; bottom: 26px; width: 142px; height: 140px; }.constraint-demo span { position: absolute; width: 18px; height: 18px; border: 4px solid var(--ink); border-radius: 50%; }.constraint-demo span:nth-child(1){top:0;left:61px}.constraint-demo span:nth-child(2){top:53px;left:0}.constraint-demo span:nth-child(3){top:53px;right:0}.constraint-demo span:nth-child(4){bottom:0;left:61px}.constraint-demo i { position:absolute; top:14px; left:16px; width:110px; height:110px; border:2px dashed rgba(23,32,28,.55); border-radius:50%; }
.timeline-demo { position: absolute; right: 30px; bottom: 45px; left: 30px; height: 40px; border-bottom: 2px solid var(--ink); }.timeline-demo i { position: absolute; bottom: -3px; left: 22%; width: 51%; height: 18px; background: var(--lime); border: 2px solid var(--ink); }.timeline-demo span { position: absolute; bottom: -7px; width: 10px; height: 10px; background: var(--orange); border-radius: 50%; }.timeline-demo span:nth-child(2){left:15%}.timeline-demo span:nth-child(3){left:48%}.timeline-demo span:nth-child(4){left:82%}
.progress-demo { position: absolute; right: 30px; bottom: 46px; left: 30px; height: 16px; background: #d9ddd4; }.progress-demo span { display: block; height: 100%; background: var(--orange); }.progress-demo b { position: absolute; right: 0; top: -27px; font: 500 10px "DM Mono", monospace; }.local-badge { position: absolute; right: 30px; bottom: 36px; left: 30px; padding: 14px; border: 1px solid #43514d; color: #c4ccc8; font: 400 11px "DM Mono", monospace; }.local-badge span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--lime); border-radius: 50%; }
.feature-footnote { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 36px; }.feature-footnote p { max-width: 760px; color: var(--muted); }

.workflow-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 12%; }.workflow-copy h2 { margin: 0 0 23px; font-size: clamp(40px, 4vw, 62px); line-height: 1.07; letter-spacing: -.055em; }.workflow-copy p { max-width: 440px; margin-bottom: 35px; color: var(--muted); font-size: 18px; }.steps-list { margin: 0; padding: 0; list-style: none; }.steps-list li { display: grid; grid-template-columns: 78px 1fr; gap: 20px; padding: 4px 0 37px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }.steps-list li > span { display: grid; place-items: center; width: 55px; height: 55px; border: 1px solid var(--ink); border-radius: 50%; font: 500 13px "DM Mono", monospace; }.steps-list li:first-child > span { background: var(--lime); }.steps-list h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }.steps-list p { margin: 0; color: var(--muted); }

.requirements-section { color: var(--white); background: var(--navy); }.requirements-section .section-label { color: #a9b4ae; }.requirements-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }.requirements-title > p { margin-top: 29px; color: #a9b4ae; }.requirements-list { border-top: 1px solid #45514d; }.requirements-list > div { display: grid; grid-template-columns: .65fr 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #45514d; }.requirements-list span { color: #9ca8a2; font: 400 11px "DM Mono", monospace; text-transform: uppercase; }.requirements-list strong { font-size: 17px; }.requirements-list small { grid-column: 2; margin-top: -14px; color: #93a099; line-height: 1.5; }.requirement-note { display: grid; grid-template-columns: 170px 1fr; gap: 25px; margin-top: 66px; padding: 28px; color: var(--ink); background: var(--lime); }.requirement-note span { font: 500 11px "DM Mono", monospace; text-transform: uppercase; }.requirement-note p { max-width: 800px; margin: 0; font-weight: 600; }
.limitations > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 21px 0; border-top: 1px solid var(--line); }.limitations > div:last-child { border-bottom: 1px solid var(--line); }.limitations span { color: var(--orange); font: 500 11px "DM Mono", monospace; }.limitations p { margin: 0; color: var(--muted); }
.license-section { background: #e3ddd1; }.license-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }.license-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bcb7ac; }.license-grid article { padding: 30px 35px 30px 0; border-right: 1px solid #bcb7ac; }.license-grid article + article { padding-left: 35px; }.license-grid article:last-child { border-right: 0; }.license-grid span { font: 500 11px "DM Mono", monospace; text-transform: uppercase; }.license-grid h3 { min-height: 68px; margin: 26px 0 17px; font-size: 23px; line-height: 1.25; letter-spacing: -.035em; }.license-grid p { color: #605d56; }.license-grid a { display: inline-block; margin-top: 14px; border-bottom: 1px solid; font-size: 13px; font-weight: 800; }.legal-note { margin-top: 38px; color: #6e6a62; font-size: 12px; }
.cta-section { padding: 130px 0; color: var(--white); background: var(--orange); }.cta-inner { text-align: center; }.cta-inner .eyebrow { justify-content: center; }.cta-inner .eyebrow span { background: var(--lime); }.cta-inner h2 { margin: 0; font-size: clamp(54px, 8vw, 112px); line-height: .95; letter-spacing: -.07em; }.cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 30px auto 38px; font-size: 19px; }.cta-inner .button-row { justify-content: center; }.cta-inner .button-primary { background: var(--lime); }
.site-footer { padding: 60px 0 35px; color: #aab4af; background: #101815; }.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 37px; align-items: start; }.brand-light { color: var(--white); }.brand-light .brand-mark i:first-child { background: var(--white); }.footer-inner p { margin: 0; text-align: right; }.footer-inner nav { display: flex; gap: 29px; font-size: 13px; font-weight: 700; }.footer-inner nav a:hover { color: var(--white); }.footer-inner small { text-align: right; color: #69736e; }

/* Documentation */
.reading-progress { position: fixed; z-index: 110; top: 0; right: 0; left: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.docs-header .docs-title { margin-left: 17px; padding-left: 17px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; }.docs-shell { display: grid; grid-template-columns: 285px minmax(0, 780px); justify-content: center; gap: 85px; width: min(calc(100% - 48px), 1190px); margin: 0 auto; }.docs-sidebar { position: sticky; top: var(--header-h); align-self: start; height: calc(100vh - var(--header-h)); padding: 35px 22px 40px 0; overflow-y: auto; border-right: 1px solid var(--line); }.docs-search-wrap { position: relative; margin-right: 20px; }.docs-search-wrap svg { position: absolute; top: 13px; left: 13px; width: 17px; fill: none; stroke: var(--muted); stroke-width: 2; }.docs-search-wrap input { width: 100%; height: 43px; padding: 0 12px 0 39px; color: var(--ink); background: var(--white); border: 1px solid var(--line); outline: none; font-size: 12px; }.docs-search-wrap input:focus { border-color: var(--ink); box-shadow: 3px 3px 0 var(--lime); }.docs-sidebar nav { margin-top: 30px; }.docs-sidebar nav p { margin: 26px 0 8px; color: #939b96; font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.docs-sidebar nav a { position: relative; display: block; padding: 6px 10px; color: #5f6963; font-size: 13px; font-weight: 600; }.docs-sidebar nav a::before { content: ""; position: absolute; top: 14px; left: -1px; width: 0; height: 2px; background: var(--orange); }.docs-sidebar nav a:hover, .docs-sidebar nav a.is-active { color: var(--ink); }.docs-sidebar nav a.is-active::before { width: 5px; }.sidebar-version { margin: 35px 20px 0 0; padding: 17px; background: #e9ece5; }.sidebar-version span, .sidebar-version small { display: block; font: 400 9px "DM Mono", monospace; text-transform: uppercase; }.sidebar-version b { display: block; margin: 4px 0; font-size: 12px; }.sidebar-version small { color: var(--muted); }
.docs-article { min-width: 0; padding-bottom: 120px; }.docs-hero { padding: 95px 0 80px; border-bottom: 1px solid var(--line); }.docs-hero h1 { margin: 0 0 20px; font-size: clamp(52px, 6vw, 82px); line-height: 1; letter-spacing: -.065em; }.docs-hero > p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--muted); font-size: 21px; }.docs-hero-links { display: flex; gap: 30px; margin-top: 35px; }.docs-hero-links a { border-bottom: 1px solid; font-size: 13px; font-weight: 800; }.doc-section { padding: 78px 0 9px; }.doc-section[hidden] { display: none; }.doc-section h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 46px); line-height: 1.12; letter-spacing: -.05em; }.doc-section h3 { margin: 38px 0 9px; font-size: 21px; letter-spacing: -.025em; }.doc-section > p { color: #505a54; font-size: 17px; }.doc-kicker { margin-bottom: 11px; color: var(--orange); font: 500 10px "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }.muted { color: var(--muted); font-size: 14px; } code, kbd { padding: 2px 6px; background: #e8ebe4; border: 1px solid #d6dad2; border-radius: 2px; font: 400 .85em "DM Mono", monospace; }
.callout { display: grid; grid-template-columns: 30px 1fr; gap: 13px; margin: 34px 0; padding: 20px; border-left: 3px solid; }.callout > span { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid; border-radius: 50%; font: 500 11px "DM Mono", monospace; }.callout p { margin: 0; }.callout-info { background: #eaf1df; border-color: var(--lime-dark); }.callout-note { background: #eeebf6; border-color: #8668cb; }.callout-warning { background: #f8e8e0; border-color: var(--orange); }
.spec-table { margin: 32px 0; border-top: 1px solid var(--line); }.spec-table > div { display: grid; grid-template-columns: .6fr 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }.spec-table span { color: var(--muted); font-size: 13px; }.spec-table b { font-size: 14px; }
.doc-steps { margin: 38px 0; padding: 0; list-style: none; }.doc-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 4px 0 33px; }.doc-steps li > span { display: grid; place-items: center; width: 39px; height: 39px; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; font: 500 11px "DM Mono", monospace; }.doc-steps h3 { margin: 5px 0 8px; }.doc-steps p { margin: 6px 0; color: #515a55; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.quick-grid article { min-height: 205px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.quick-grid article > span { color: var(--orange); font: 500 10px "DM Mono", monospace; }.quick-grid h3 { margin: 24px 0 7px; }.quick-grid p { margin: 0; color: var(--muted); font-size: 14px; }.prompt-example { margin: 30px 0; padding: 21px; color: var(--white); background: var(--navy); }.prompt-example > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; color: #aab4af; font: 400 10px "DM Mono", monospace; text-transform: uppercase; }.prompt-example button { padding: 4px 9px; color: var(--white); background: transparent; border: 1px solid #68736e; cursor: pointer; font-size: 10px; }.prompt-example code { display: block; padding: 0; color: var(--white); background: transparent; border: 0; font-size: 14px; white-space: normal; }
.control-list { margin: 29px 0; border-top: 1px solid var(--line); }.control-list > div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); }.control-list b { font-size: 13px; }.control-list p { margin: 0; color: var(--muted); font-size: 14px; }.do-dont, .definition-grid, .option-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 25px 0; }.do-dont > div, .definition-grid > div, .option-cards article { padding: 22px; border: 1px solid var(--line); }.do-dont span, .option-cards span { display: inline-block; padding: 3px 9px; background: var(--lime); font: 500 9px "DM Mono", monospace; text-transform: uppercase; }.do-dont .dont span { background: #f6c6b8; }.do-dont p, .definition-grid p, .option-cards p { color: var(--muted); font-size: 14px; }.definition-grid b { font-size: 14px; }.setting-list { margin-top: 32px; border-top: 1px solid var(--line); }.setting-list > div { display: grid; grid-template-columns: .6fr 1fr; gap: 30px; padding: 19px 0; border-bottom: 1px solid var(--line); }.setting-list h3, .setting-list p { margin: 0; }.setting-list p { color: var(--muted); font-size: 14px; }.option-cards article > h3 { margin-top: 20px; }
.check-list { margin: 29px 0; padding: 0; list-style: none; }.check-list li { position: relative; padding: 13px 0 13px 38px; border-bottom: 1px solid var(--line); }.check-list li::before { content: "✓"; position: absolute; left: 4px; color: #5c972b; font-weight: 800; }.accordion { margin-top: 31px; border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; justify-content: space-between; gap: 30px; padding: 22px 2px; cursor: pointer; list-style: none; font-weight: 700; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: var(--orange); font-size: 20px; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details div { padding: 0 45px 22px 2px; color: var(--muted); }.accordion details p { margin: 0; }.license-doc-list { border-top: 1px solid var(--line); }.license-doc-list > div { display: grid; grid-template-columns: .6fr 1fr; gap: 8px 26px; padding: 21px 0; border-bottom: 1px solid var(--line); }.license-doc-list span { color: var(--muted); font-size: 12px; }.license-doc-list p, .license-doc-list a { grid-column: 2; margin: 0; color: var(--muted); font-size: 13px; }.license-doc-list a { width: max-content; border-bottom: 1px solid; color: var(--ink); font-weight: 700; }
.doc-end { margin-top: 95px; padding: 52px; color: var(--white); background: var(--navy); text-align: center; }.doc-end > span { color: var(--lime); font: 500 10px "DM Mono", monospace; text-transform: uppercase; }.doc-end h2 { margin: 14px 0; font-size: 44px; letter-spacing: -.05em; }.doc-end p { margin: 0 auto 28px; color: #aab4af; }.no-results { padding: 100px 0; text-align: center; }.no-results span { font-size: 50px; }.no-results h2 { margin-bottom: 5px; }.no-results p { color: var(--muted); }.docs-footer { position: relative; z-index: 3; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-toggle { display: block; }.site-nav { position: absolute; top: 78px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(23,32,28,.1); }.site-nav.is-open { display: flex; }.site-nav > a:not(.button) { padding: 12px 0; }.site-nav > a:not(.button)::after { display: none; }.site-nav .button { margin-top: 12px; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 60px; }.motion-stage { min-height: 520px; }.intro-grid, .honest-grid, .requirements-layout, .workflow-grid { grid-template-columns: 1fr; gap: 55px; }.feature-grid { grid-template-columns: 1fr 1fr; }.feature-wide { grid-column: span 2; }.section-heading, .license-heading { align-items: start; flex-direction: column; gap: 25px; }.license-grid { grid-template-columns: 1fr; }.license-grid article, .license-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid #bcb7ac; }.license-grid h3 { min-height: 0; }.docs-shell { grid-template-columns: 235px minmax(0, 1fr); gap: 45px; }.docs-sidebar { padding-right: 18px; }
}

@media (max-width: 720px) {
  :root { --header-h: 68px; }.shell { width: min(calc(100% - 32px), var(--max)); }.site-header { height: var(--header-h); padding: 0 16px; }.site-nav { top: 68px; }.docs-title { display: none; }
  .hero { padding-top: 54px; padding-bottom: 70px; }.hero h1 { font-size: clamp(47px, 14.5vw, 72px); }.hero-meta { gap: 16px; flex-wrap: wrap; }.motion-stage { min-height: 430px; box-shadow: 8px 8px 0 #dde1d8; }.pose-one { left: 4%; }.pose-two { left: 37%; }.pose-three { right: 2%; }.prompt-card { right: 15px; bottom: 15px; left: 15px; grid-template-columns: 10px 1fr; }.prompt-time { display: none; }
  .trust-inner { justify-content: flex-start; overflow: hidden; white-space: nowrap; }.trust-inner p { display: none; }.section { padding-top: 85px; padding-bottom: 85px; }.section-label { margin-bottom: 44px; }.intro-grid h2, .honest-grid h2, .section-heading h2, .requirements-title h2, .license-heading h2 { font-size: 42px; }.use-cases { margin-top: 50px; }.feature-grid { grid-template-columns: 1fr; }.feature-wide { grid-column: auto; display: block; }.feature-card { min-height: 345px; padding: 25px; }.feature-footnote { align-items: start; flex-direction: column; }.requirements-list > div { grid-template-columns: 1fr; gap: 7px; }.requirements-list small { grid-column: 1; margin: 0; }.requirement-note { grid-template-columns: 1fr; }.workflow-grid { gap: 55px; }.license-grid { margin-top: 0; }.cta-section { padding: 95px 0; }.cta-inner h2 { font-size: 62px; }.footer-inner { grid-template-columns: 1fr; }.footer-inner p, .footer-inner small { text-align: left; }.footer-inner nav { flex-wrap: wrap; }
  .docs-shell { display: block; width: min(calc(100% - 32px), 780px); }.docs-sidebar { position: static; height: auto; padding: 25px 0 0; overflow: visible; border: 0; }.docs-sidebar nav, .sidebar-version { display: none; }.docs-search-wrap { margin: 0; }.docs-hero { padding: 68px 0 55px; }.docs-hero h1 { font-size: 52px; }.docs-hero > p:not(.eyebrow) { font-size: 18px; }.doc-section { padding-top: 64px; }.quick-grid, .do-dont, .definition-grid, .option-cards { grid-template-columns: 1fr; }.control-list > div, .setting-list > div, .license-doc-list > div { grid-template-columns: 1fr; gap: 7px; }.license-doc-list p, .license-doc-list a { grid-column: 1; }.spec-table > div { grid-template-columns: 1fr; gap: 3px; }.doc-steps li { grid-template-columns: 42px 1fr; gap: 11px; }.doc-end { padding: 40px 22px; }.docs-footer { margin-top: 0; }
}

/* Blender Market documentation layout: one continuous vertical reading flow. */
.docs-shell { display: flex; flex-direction: column; width: min(calc(100% - 48px), 860px); margin: 0 auto; }
.docs-article { order: 2; width: 100%; }
.docs-sidebar { position: static; order: 1; width: 100%; height: auto; padding: 36px 0 38px; overflow: visible; border: 0; border-bottom: 1px solid var(--line); }
.docs-hero { padding-bottom: 48px; border-bottom: 0; }
.docs-tools-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: stretch; }
.docs-search-wrap { position: relative; margin: 0; }
.docs-search-wrap svg { top: 15px; left: 15px; width: 18px; }
.docs-search-wrap input { height: 49px; padding-left: 43px; font-size: 13px; }
.sidebar-version { display: flex; flex-direction: column; justify-content: center; min-width: 175px; margin: 0; padding: 8px 17px; }
.sidebar-version span { color: var(--muted); }
.sidebar-version b { margin: 2px 0 0; }
.docs-toc { margin-top: 14px; background: var(--white); border: 1px solid var(--line); }
.docs-toc summary { display: flex; justify-content: space-between; align-items: center; padding: 15px 18px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 800; }
.docs-toc summary::-webkit-details-marker { display: none; }
.docs-toc summary span { color: var(--orange); font-size: 20px; line-height: 1; transition: transform .2s; }
.docs-toc[open] summary span { transform: rotate(45deg); }
.docs-sidebar .docs-toc nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0; padding: 8px 18px 22px; border-top: 1px solid var(--line); }
.docs-sidebar .docs-toc nav p { margin: 15px 0 8px; }
.docs-sidebar .docs-toc nav a { padding: 5px 0 5px 11px; font-size: 12px; }
.docs-sidebar .docs-toc nav a::before { top: 13px; left: 0; width: 4px; background: #c8cdc5; }
.docs-sidebar .docs-toc nav a.is-active::before { background: var(--orange); }

@media (max-width: 720px) {
  .docs-shell { display: flex; width: min(calc(100% - 32px), 860px); }
  .docs-sidebar { display: block; padding: 25px 0 30px; border-bottom: 1px solid var(--line); }
  .docs-tools-row { grid-template-columns: 1fr; }
  .sidebar-version { display: none; }
  .docs-sidebar .docs-toc nav { display: grid; grid-template-columns: 1fr; gap: 0; }
  .docs-hero { padding-bottom: 36px; }
}

/* Embedded documentation has no site chrome or internal scrolling. */
.docs-body { min-height: 0; }
.docs-shell { display: block; width: min(calc(100% - 48px), 860px); }
.docs-article { width: 100%; padding-bottom: 80px; }
.docs-hero { padding-top: 70px; }

.gif-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  margin: 12px 0 10px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--ink);
}
.gif-placeholder-grid {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 44px 44px;
}
.gif-placeholder::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(255,255,255,.38);
}
.gif-placeholder-content {
  position: relative;
  z-index: 1;
  max-width: 470px;
  padding: 40px;
  text-align: center;
}
.gif-play {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 28px;
  padding-left: 5px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: 24px;
}
.gif-placeholder strong { display: block; font: 500 12px "DM Mono", monospace; letter-spacing: .12em; }
.gif-placeholder p { margin: 15px auto 9px; color: #c5cfca; font-size: 17px; }
.gif-placeholder small { color: #8f9b95; font: 400 10px "DM Mono", monospace; text-transform: uppercase; }
.gif-placeholder figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 25px;
  left: 30px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.2);
  color: #9eaaa4;
  font: 400 10px "DM Mono", monospace;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .docs-shell { display: block; width: min(calc(100% - 32px), 860px); }
  .docs-hero { padding-top: 48px; }
  .gif-placeholder-content { padding: 30px; }
  .gif-play { width: 58px; height: 58px; margin-bottom: 20px; font-size: 18px; }
  .gif-placeholder p { font-size: 14px; }
  .gif-placeholder figcaption { right: 20px; bottom: 18px; left: 20px; }
}

/* Blender Market product description */
.market-page { background: var(--paper); }
.market-shell { width: min(calc(100% - 48px), 840px); margin: 0 auto; overflow: hidden; }
.market-title-visual { width: 100%; margin: 22px 0 0; overflow: hidden; background: var(--navy); border: 1px solid var(--ink); }
.market-title-visual img { display: block; width: 100%; height: auto; }
.market-hero { padding: 64px 0 58px; }
.market-hero h1 { margin: 0 0 22px; font-size: clamp(45px, 7.5vw, 74px); line-height: .98; letter-spacing: -.065em; }
.market-hero h1 em { color: var(--orange); font-style: normal; }
.market-lead { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(17px, 2.2vw, 21px); line-height: 1.5; }
.market-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-facts > div { padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.market-facts span { display: block; margin-bottom: 4px; color: var(--muted); font: 400 9px "DM Mono", monospace; text-transform: uppercase; }
.market-facts strong { font-size: 14px; }
.market-section { padding: 66px 0; border-top: 1px solid var(--line); }
.market-section-heading { max-width: 680px; margin-bottom: 32px; }
.market-kicker { margin: 0 0 10px; color: var(--orange); font: 500 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.market-section-heading h2, .market-end h2 { margin: 0 0 15px; font-size: clamp(34px, 5vw, 49px); line-height: 1.08; letter-spacing: -.05em; }
.market-section-heading > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; }

.action-placeholder { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1; margin: 0; overflow: hidden; color: var(--white); background: var(--navy); border: 1px solid var(--ink); }
.action-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 46px 46px; }
.action-placeholder::after { content: ""; position: absolute; inset: 20px; border: 1px dashed rgba(255,255,255,.38); }
.action-placeholder-content { position: relative; z-index: 1; padding: 38px; text-align: center; }
.action-play { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 27px; padding-left: 5px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 23px; }
.action-placeholder strong { display: block; font: 500 12px "DM Mono", monospace; letter-spacing: .12em; }
.action-placeholder p { margin: 14px 0 8px; color: #c5cfca; font-size: 18px; }
.action-placeholder small { color: #8f9b95; font: 400 10px "DM Mono", monospace; text-transform: uppercase; }
.action-placeholder figcaption { position: absolute; z-index: 1; right: 30px; bottom: 25px; left: 30px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); color: #9eaaa4; font: 400 10px "DM Mono", monospace; text-transform: uppercase; }
.action-gif { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.action-section .action-placeholder { display: none; }
.animation-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.animation-gallery figure { margin: 0; overflow: hidden; background: var(--navy); border: 1px solid var(--ink); }
.animation-gallery img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.animation-gallery figcaption { min-height: 128px; padding: 12px; color: #b5beb9; background: var(--navy); border-top: 1px solid #3d4a46; }
.animation-gallery figcaption strong { display: block; margin-bottom: 9px; color: var(--white); font: 500 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.animation-gallery figcaption p { margin: 0; color: #aab4af; font-size: 11px; line-height: 1.55; }

.prompt-structure { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.prompt-structure article { min-height: 180px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eef0eb; }
.prompt-structure span, .prompt-rules span { color: var(--orange); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.prompt-structure h3 { margin: 29px 0 8px; font-size: 20px; letter-spacing: -.035em; }
.prompt-structure p, .prompt-rules p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.prompt-examples { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); }
.prompt-examples-heading { display: flex; justify-content: space-between; gap: 22px; padding: 15px 18px; background: var(--navy); }
.prompt-examples-heading span { color: var(--white); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.prompt-examples-heading p { margin: 0; color: #aab4af; font-size: 12px; text-align: right; }
.prompt-examples table { width: 100%; border-collapse: collapse; text-align: left; }
.prompt-examples th, .prompt-examples td { padding: 14px 18px; border-top: 1px solid var(--line); font-size: 14px; }
.prompt-examples thead { background: #e9ece5; }
.prompt-examples thead th { color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.prompt-examples tbody th { width: 35%; font-weight: 700; }
.prompt-examples code { color: var(--ink); font: 500 13px "DM Mono", monospace; }
.prompt-rules { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.prompt-rules article { padding: 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prompt-rules h3 { margin: 12px 0 6px; font-size: 18px; letter-spacing: -.03em; }

.chaining-section { background: #e9ece5; box-shadow: 0 0 0 100vmax #e9ece5; clip-path: inset(0 -100vmax); }
.chaining-preview { width: min(100%, 660px); margin: 0 auto 30px; overflow: hidden; background: var(--navy); border: 1px solid var(--ink); }
.chaining-preview img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.chaining-preview figcaption { padding: 12px 15px; color: #b5beb9; background: var(--navy); border-top: 1px solid #3d4a46; font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.chain-timeline { padding: 20px; background: var(--white); border: 1px solid var(--line); }
.chain-timeline-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.chain-timeline-heading b { color: var(--ink); font-weight: 500; }
.chain-track { display: flex; overflow: hidden; border: 1px solid var(--ink); }
.chain-step { position: relative; min-height: 108px; padding: 15px; color: var(--ink); border-right: 1px solid var(--ink); }
.chain-step:last-child { border-right: 0; }
.chain-step span { display: block; margin-bottom: 16px; font: 500 9px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.chain-step strong { display: block; max-width: 210px; font-size: 13px; line-height: 1.4; }
.chain-walk { flex: 2.5; background: var(--lime); }
.chain-jump { flex: 2; background: var(--orange); }
.chain-kick { flex: 3; background: var(--purple); }

.market-feature-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.market-feature { min-height: 225px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.3); }
.market-feature > span, .ui-panel header > span { color: var(--orange); font: 500 10px "DM Mono", monospace; }
.market-feature h3 { margin: 30px 0 8px; font-size: 21px; letter-spacing: -.035em; }
.market-feature p { margin: 0; color: var(--muted); font-size: 14px; }
.market-feature-dark { color: var(--white); background: var(--navy); }
.market-feature-dark p { color: #aab4af; }
.feature-banners { display: grid; gap: 26px; margin-top: 42px; }
.feature-banners figure { margin: 0; overflow: hidden; background: var(--navy); border: 1px solid var(--ink); }
.feature-banners img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
.feature-banners figcaption { padding: 13px 17px; color: #aab4af; background: var(--navy); border-top: 1px solid #3b4844; font: 400 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }

.install-section { background: #eceee8; box-shadow: 0 0 0 100vmax #eceee8; clip-path: inset(0 -100vmax); }
.market-install-steps { margin: 0; padding: 0; list-style: none; }
.market-install-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 19px 0 23px; border-top: 1px solid #ccd1c9; }
.market-install-steps li:last-child { border-bottom: 1px solid #ccd1c9; }
.market-install-steps li > span { display: grid; place-items: center; width: 38px; height: 38px; background: var(--lime); border: 1px solid var(--ink); border-radius: 50%; font: 500 10px "DM Mono", monospace; }
.market-install-steps h3 { margin: 3px 0 5px; font-size: 18px; }
.market-install-steps p { margin: 0; color: var(--muted); }
.market-note { display: grid; grid-template-columns: 130px 1fr; gap: 20px; margin-top: 28px; padding: 20px; color: var(--white); background: var(--navy); }
.market-note span { font: 500 10px "DM Mono", monospace; text-transform: uppercase; }
.market-note p { margin: 0; color: #c2cbc6; }
.market-note a { color: var(--white); border-bottom: 1px solid var(--lime); font-weight: 700; }
.market-note a:hover { color: var(--lime); }

.ui-section { padding-bottom: 76px; }
.ui-bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.ui-bento-card { display: flex; grid-column: span 6; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.ui-bento-main, .ui-bento-settings { grid-column: span 5; }
.ui-bento-prompts, .ui-bento-constraints { grid-column: span 7; }
.ui-bento-server { grid-column: span 4; }
.ui-bento-preferences { grid-column: span 8; color: var(--white); background: var(--navy); border-color: #34423e; }
.ui-bento-card-head { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: start; padding: 18px; border-bottom: 1px solid var(--line); background: #e9ece5; }
.ui-bento-card-head > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--ink); border-radius: 50%; font: 500 10px "DM Mono", monospace; }
.ui-bento-card-head h3 { margin: 0 0 3px; font-size: 20px; letter-spacing: -.035em; }
.ui-bento-card-head p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.35; }
.ui-bento-body { display: grid; grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr); gap: 16px; align-items: center; padding: 16px; }
.ui-bento-screen { min-width: 0; }
.ui-bento-screen img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 320px; margin: 0 auto; }
.ui-bento-constraints .ui-bento-screen img, .ui-bento-preferences .ui-bento-screen img { max-height: 380px; }
.ui-bento-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.ui-bento-list li { color: var(--muted); font-size: 13px; line-height: 1.45; }
.ui-bento-list li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: var(--orange); }
.ui-bento-list b { color: var(--ink); }
.ui-bento-preferences .ui-bento-card-head { background: #22312d; border-color: #44524e; }
.ui-bento-preferences .ui-bento-card-head > span { color: var(--ink); background: var(--lime); }
.ui-bento-preferences .ui-bento-card-head p, .ui-bento-preferences .ui-bento-list li { color: #aab4af; }
.ui-bento-preferences .ui-bento-body { grid-template-columns: 1fr; }
.ui-bento-preferences .ui-bento-screen img { width: 100%; max-height: none; }
.ui-bento-server .ui-bento-body { grid-template-columns: 1fr; }
.ui-bento-preferences .ui-bento-list b { color: var(--white); }
.ui-section > .ui-panel { display: none; }
.ui-panel { display: grid; grid-template-columns: minmax(0, 1fr) 220px; margin-top: 18px; border: 1px solid var(--line); background: var(--white); }
.ui-panel > header { display: grid; grid-template-columns: 42px 1fr; grid-column: 1; gap: 12px; align-items: start; padding: 20px; background: #e9ece5; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ui-panel header h3 { margin: 0 0 3px; font-size: 22px; letter-spacing: -.035em; }
.ui-panel header p { margin: 0; color: var(--muted); font-size: 13px; }
.ui-image-placeholder { position: relative; display: grid; grid-column: 2; grid-row: 1 / span 20; place-items: center; width: 220px; aspect-ratio: 1; margin: 24px auto; overflow: hidden; background: #f0f2ed; border: 1px dashed #aeb6ae; text-align: center; }
.ui-image-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(#d8ddd6 1px, transparent 1px), linear-gradient(90deg, #d8ddd6 1px, transparent 1px); background-size: 36px 36px; }
.ui-image-placeholder::after { content: ""; position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px; border: 1px solid rgba(23,32,28,.12); }
.ui-image-placeholder > div { position: relative; z-index: 1; max-width: 200px; padding: 20px; }
.ui-image-placeholder span { display: grid; place-items: center; width: 38px; height: 38px; margin: 0 auto 14px; color: var(--white); background: var(--orange); border-radius: 50%; font: 500 9px "DM Mono", monospace; }
.ui-image-placeholder strong { display: block; font: 500 9px "DM Mono", monospace; letter-spacing: .1em; }
.ui-image-placeholder p { margin: 9px 0 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.ui-image-placeholder small { color: #8b948e; font: 400 9px "DM Mono", monospace; text-transform: uppercase; }
.ui-panel-image { display: block; grid-column: 2; grid-row: 1 / span 20; width: 185px; aspect-ratio: 1; margin: 18px auto; object-fit: contain; background: #f0f2ed; border: 1px solid var(--line); }
.ui-control { display: grid; grid-template-columns: minmax(120px, .55fr) 1fr; grid-column: 1; gap: 18px; padding: 13px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ui-control:last-child { border-bottom: 0; }
.ui-control b { font-size: 13px; }
.ui-control p { margin: 0; color: var(--muted); font-size: 13px; }
.ui-control-primary { background: #edf8e3; }
.ui-panel-dark { color: var(--white); background: var(--navy); border-color: #34423e; }
.ui-panel-dark > header { background: #22312d; border-color: #44524e; }
.ui-panel-dark .ui-image-placeholder { color: var(--white); background: #202d29; border-color: #596762; }
.ui-panel-dark .ui-image-placeholder::before { opacity: .15; }
.ui-panel-dark .ui-image-placeholder::after { border-color: rgba(255,255,255,.12); }
.ui-panel-dark .ui-image-placeholder p { color: #aab4af; }
.ui-panel-dark .ui-image-placeholder small { color: #7f8c86; }
.ui-panel-dark header p, .ui-panel-dark .ui-control p { color: #aab4af; }
.ui-panel-dark .ui-control { border-color: #3c4945; }
.market-end { padding: 66px 0 74px; border-top: 1px solid var(--line); text-align: center; }
.market-end .market-kicker { color: var(--lime-dark); }
.market-end h2 { margin-inline: auto; max-width: 800px; }
.market-legal-section { background: #e9ece5; box-shadow: 0 0 0 100vmax #e9ece5; clip-path: inset(0 -100vmax); }
.market-legal-copy { max-width: 700px; padding: 20px 22px; background: var(--white); border: 1px solid var(--line); }
.market-legal-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.market-legal-copy a, .market-credits-list a { color: var(--ink); border-bottom: 1px solid var(--orange); font-weight: 700; }
.market-legal-copy a:hover, .market-credits-list a:hover { color: var(--orange); }
.market-credits-section { padding-bottom: 76px; }
.market-credits-list { margin: 0; border-top: 1px solid var(--line); }
.market-credits-list > div { display: grid; grid-template-columns: minmax(140px, .45fr) 1fr; gap: 22px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.market-credits-list dt { color: var(--muted); font: 500 10px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.market-credits-list dd { margin: 0; font-size: 14px; font-weight: 700; }

@media (max-width: 720px) {
  .market-shell { width: min(calc(100% - 32px), 900px); }
  .market-title-visual { margin-top: 16px; }
  .market-hero { padding: 46px 0 44px; }
  .market-hero h1 { font-size: clamp(40px, 12vw, 56px); }
  .market-facts, .market-feature-list { grid-template-columns: 1fr; }
  .market-section { padding: 52px 0; }
  .market-section-heading { margin-bottom: 26px; }
  .market-section-heading h2, .market-end h2 { font-size: 35px; }
  .action-placeholder-content { padding: 28px; }
  .action-play { width: 58px; height: 58px; margin-bottom: 19px; font-size: 18px; }
  .action-placeholder p { font-size: 14px; }
  .action-placeholder figcaption { right: 20px; bottom: 18px; left: 20px; }
  .animation-gallery { grid-template-columns: 1fr; gap: 18px; }
  .animation-gallery figcaption { min-height: 0; }
  .prompt-structure, .prompt-rules { grid-template-columns: 1fr; }
  .prompt-structure article { min-height: 0; }
  .prompt-examples-heading { display: block; }
  .prompt-examples-heading p { margin-top: 7px; text-align: left; }
  .prompt-examples th, .prompt-examples td { padding: 12px; }
  .prompt-examples tbody th { width: auto; }
  .prompt-examples code { font-size: 11px; }
  .chain-timeline { padding: 15px; }
  .chain-track { display: block; }
  .chain-step { min-height: 0; padding: 16px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .chain-step:last-child { border-bottom: 0; }
  .chain-step span { margin-bottom: 8px; }
  .market-credits-section { padding-bottom: 58px; }
  .market-credits-list > div { grid-template-columns: 1fr; gap: 7px; }
  .market-feature { min-height: 0; padding: 20px; }
  .market-install-steps li { grid-template-columns: 48px 1fr; gap: 11px; }
  .market-note { grid-template-columns: 1fr; gap: 9px; }
  .ui-bento { grid-template-columns: 1fr; gap: 14px; }
  .ui-bento-card, .ui-bento-main, .ui-bento-prompts, .ui-bento-constraints, .ui-bento-settings, .ui-bento-server, .ui-bento-preferences { grid-column: 1; }
  .ui-bento-card-head { padding: 16px; }
  .ui-bento-body { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
  .ui-bento-screen img, .ui-bento-constraints .ui-bento-screen img, .ui-bento-preferences .ui-bento-screen img { max-height: none; }
  .ui-panel { grid-template-columns: 1fr; }
  .ui-panel > header { grid-column: 1; grid-row: auto; grid-template-columns: 38px 1fr; padding: 17px; border-right: 0; }
  .ui-image-placeholder, .ui-panel-image { grid-column: 1; grid-row: auto; width: min(calc(100% - 32px), 220px); margin: 16px auto; }
  .ui-image-placeholder > div { padding: 24px; }
  .ui-image-placeholder span { width: 45px; height: 45px; margin-bottom: 16px; }
  .ui-image-placeholder p { font-size: 12px; }
  .ui-control { grid-column: 1; grid-template-columns: 1fr; gap: 5px; padding: 13px 17px; border-right: 0; }
}
