.render-stage{position:relative;background:#fafbf6;border:1px solid #ced8c3;min-height:330px;padding:36px 36px 42px;display:grid;place-items:center}
.render-object{position:absolute;top:14px;left:18px;font-size:8px;letter-spacing:1.3px;color:#66775e}
#render-feature{display:block;width:100%;height:260px;object-fit:contain}
.render-stage-footer{position:absolute;bottom:10px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between}.render-stage-footer span{font-size:10px;letter-spacing:1.5px}.render-stage-footer button{width:36px;height:32px;font-size:21px;border:1px solid #c4cfb9}.render-stage-footer button:hover{background:#e0e9d4}
.render-thumbnails{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px;margin-top:14px;padding:0}.render-thumbnails button{position:relative;padding:3px 3px 17px;min-width:0;border:1px solid transparent;background:#f4f7ef;transition:border-color .15s,background .15s}.render-thumbnails button[aria-pressed=true]{border-color:var(--green);background:#fff}.render-thumbnails button:hover{border-color:#829672}.render-thumbnails img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.render-thumbnails span{position:absolute;bottom:3px;left:0;right:0;font-size:8px;color:#627457}.render-thumbnails button:focus-visible{outline-offset:1px}
.patch-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.patch-toolbar label{font-size:10px;color:#52674b;display:flex;align-items:center;gap:10px}.patch-toolbar select{font:11px var(--sans);color:var(--ink);background:#f5f7ee;border:1px solid #b9c8ae;padding:10px 8px;max-width:100%}.patch-toolbar button{font-size:10px;border:1px solid #a7b99a;padding:11px 12px;white-space:nowrap}.patch-toolbar button[aria-pressed=true]{background:#345c40;color:#fff;border-color:#345c40}.patch-toolbar select:focus-visible{outline:3px solid #6f954c;outline-offset:3px}
.patch-comparison{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:12px;align-items:start}.patch-comparison figure{margin:0;min-width:0}.patch-source img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain;background:#fff}.patch-arrow{align-self:center;font-size:22px;color:#718766;margin-bottom:38px}.patch-comparison figcaption{font-size:8px;letter-spacing:1px;color:#65775b;line-height:1.9;margin-top:14px}.patch-comparison figcaption b{font-size:11px;letter-spacing:0;font-weight:500;color:var(--ink)}
.image-patches{width:100%;aspect-ratio:1;display:grid;grid-template-columns:repeat(16,minmax(0,1fr));grid-template-rows:repeat(16,minmax(0,1fr));gap:0;background:#e9eddf;transition:gap .3s}.image-patches.separated{gap:2px}.image-patches span{min-width:0;min-height:0;background-image:var(--patch-image);background-size:1600% 1600%;background-repeat:no-repeat}
.encode-pipeline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:28px;border-top:1px solid #becdb1;border-bottom:1px solid #becdb1;padding:16px 0;font-size:11px}.encode-pipeline strong{font-weight:600}.encode-pipeline i{font-style:normal;color:#7a8b6f}.patch-note{font-size:10px;color:#687b5e;line-height:1.7;margin:13px 0 0;max-width:490px}
@media(max-width:700px){.render-stage{min-height:290px;padding:32px 20px 40px}#render-feature{height:220px}.render-thumbnails{gap:5px}.patch-toolbar{align-items:flex-end;gap:8px}.patch-toolbar label{flex-direction:column;align-items:flex-start;gap:6px}.patch-comparison{gap:8px;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr)}.patch-arrow{font-size:18px}.image-patches.separated{gap:1px}.encode-pipeline{font-size:10px}.patch-comparison figcaption{font-size:7px}.patch-toolbar button{padding:11px 8px}}
@media(max-width:450px){.render-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}}
@media(prefers-reduced-motion:reduce){.image-patches,.render-thumbnails button{transition:none}}
