:root{--pg-gutter: clamp(20px, 4vw, 64px);--pg-gap: clamp(24px, 4vw, 56px)}.playground-page{min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--font-sans, "Inter Tight", system-ui, sans-serif);padding-bottom:clamp(64px,10vh,144px)}.playground-page__header{padding:var(--page-head-top) var(--pg-gutter) clamp(24px,4vh,48px);display:grid;grid-template-columns:minmax(0,1fr);row-gap:clamp(20px,3vh,32px)}.playground-page__main{padding:0 var(--pg-gutter)}.playground-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:var(--pg-gap);column-gap:var(--pg-gap);row-gap:clamp(64px,9vh,128px)}@media(max-width:720px){.playground-grid{grid-template-columns:minmax(0,1fr);row-gap:clamp(56px,8vh,96px)}}.playground-entry{list-style:none}.playground-entry__link{display:grid;grid-template-rows:auto auto;row-gap:clamp(18px,2.4vh,28px);text-decoration:none;color:inherit}.playground-entry__link:focus-visible{outline:2px solid var(--accent, #D4D200);outline-offset:6px}.playground-entry__media{position:relative;background:var(--bg-elevated, rgba(232, 227, 213, .04));border:1px solid color-mix(in srgb,var(--fg) 6%,transparent);overflow:hidden;isolation:isolate;color:var(--fg)}.playground-entry__art{transition:transform .8s cubic-bezier(.22,1,.36,1)}img.playground-entry__art{transform:scale(1.22)}.playground-entry__link:hover .playground-entry__art,.playground-entry__link:focus-visible .playground-entry__art{transform:scale(1.06)}.playground-entry__link:hover img.playground-entry__art,.playground-entry__link:focus-visible img.playground-entry__art{transform:scale(1.28)}.playground-entry__caption{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:clamp(12px,1.5vw,24px)}.playground-entry__title{margin:0;font-family:Inter Tight Variable,Inter Tight,system-ui,sans-serif;font-weight:500;font-size:clamp(20px,1.9vw,26px);letter-spacing:-.025em;line-height:1.08;color:var(--fg);text-wrap:balance;flex:1 1 auto;min-width:0}.playground-entry__tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;flex:0 0 auto;align-self:center}.playground-entry__tag{font-family:Inter Tight,system-ui,sans-serif;font-weight:500;font-size:clamp(11px,.9vw,13px);letter-spacing:-.005em;color:var(--fg);padding:5px 12px;background:color-mix(in srgb,var(--fg) 6%,transparent);border:1px solid color-mix(in srgb,var(--fg) 32%,transparent);border-radius:999px;white-space:nowrap;text-transform:capitalize;transition:background .22s cubic-bezier(.22,1,.36,1),border-color .22s cubic-bezier(.22,1,.36,1)}.playground-entry__link:hover .playground-entry__tag,.playground-entry__link:focus-visible .playground-entry__tag{border-color:color-mix(in srgb,var(--fg) 55%,transparent);background:color-mix(in srgb,var(--fg) 10%,transparent)}@media(max-width:640px){.playground-entry__caption{flex-direction:column;align-items:flex-start}.playground-entry__tags{align-self:flex-start}}.playground-empty{grid-column:1 / -1;padding:clamp(48px,8vh,96px) 0;font-family:Inter Tight,system-ui,sans-serif;font-weight:400;font-size:clamp(14px,1.05vw,17px);color:var(--fg-muted);border-top:1px solid var(--border);text-align:center}@media(prefers-reduced-motion:reduce){.playground-entry__art,.playground-entry__tag{transition-duration:0ms}.playground-entry__link:hover .playground-entry__art,.playground-entry__link:hover img.playground-entry__art{transform:none}}
