.playground{height:650px;position:relative;background:#252622;color:var(--paper);margin-top:35px;overflow:hidden}
.playground:before{content:'';position:absolute;inset:0;background-image:radial-gradient(#91948640 .7px,transparent .7px);background-size:25px 25px;pointer-events:none}
.playground-heading{position:absolute;top:33px;left:42px;right:42px;z-index:2;pointer-events:none}
.playground-heading>.mono{font-size:8px;color:#a9ac9f}.playground-heading h2{font:600 clamp(50px,5.5vw,85px)/1 var(--display);margin-top:20px;letter-spacing:-.01em}.playground-heading h2 .serif{font-size:1.02em;color:var(--orange)}
.playground-heading>p{position:absolute;right:0;bottom:9px;max-width:145px;font-size:10px;line-height:1.8;color:#a9ac9f}
#playground-canvas{display:block;width:100%;height:100%;cursor:grab;position:absolute;inset:0;touch-action:pan-y}
#playground-canvas:active{cursor:grabbing}.playground-controls{position:absolute;bottom:26px;left:42px;right:42px;display:flex;align-items:center;justify-content:space-between;z-index:3;gap:20px}
.playground-controls button{display:flex;align-items:center;gap:14px;border:1px solid #727667;padding:10px 17px;border-radius:40px;font-size:10px;background:#252622a0;backdrop-filter:blur(8px)}
.playground-controls button:hover{background:var(--orange);border-color:var(--orange);color:var(--ink)}
.playground-controls button>span{font-size:22px;line-height:1}.playground-hint{font-size:8px;color:#a9ac9f}.playground+.manifesto{margin-top:0}
@media(max-width:760px){.playground{height:600px;margin-top:25px}.playground-heading{left:20px;right:20px;top:27px}.playground-heading>.mono{font-size:7px}.playground-heading h2{font-size:47px;max-width:240px;margin-top:17px;line-height:.95}.playground-heading h2 .serif{display:block;font-size:1.14em;margin-top:3px}.playground-heading>p{position:static;font-size:9px;margin-top:16px;max-width:none}.playground-controls{left:20px;right:20px;bottom:25px;gap:12px}.playground-controls button{font-size:9px;padding:9px 14px;gap:10px}.playground-hint{display:none}}
