.playground-page{position:relative;padding-top:120px;min-height:100vh;background:var(--base-100);overflow:hidden}.playground-header{margin-bottom:4rem;text-align:center}.playground-header h1{font-family:Big Shoulders Display;font-size:5rem;font-weight:900;text-transform:uppercase;margin-bottom:1rem;line-height:1;color:var(--base-500)}.playground-header p{font-family:PP Neue Montreal;font-size:1.1rem;color:var(--base-400);opacity:.7;max-width:600px;margin:0 auto}.playground-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;padding-bottom:4rem}.playground-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:auto;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.playground-overlay-inner{text-align:center;max-width:540px;padding:2rem;border-radius:1rem;background:rgba(227,227,219,.9);box-shadow:0 28px 80px rgba(0,0,0,.35)}.playground-overlay-inner p.sm{margin-bottom:.75rem}.playground-overlay-inner h2{margin-bottom:1.25rem}@media (max-width:768px){.playground-header h1{font-size:3.5rem}.playground-grid{grid-template-columns:1fr}.playground-overlay-inner{margin:0 1.5rem;padding:2rem 1.75rem}}.playground-item{background:#f2f2f2;border:none;border-radius:.5em;overflow:hidden;display:flex;flex-direction:column;height:320px;transition:transform .3s ease,box-shadow .3s ease;position:relative;padding:.5em;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.playground-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.playground-item-preview{border-radius:.5em;flex:1 1;display:flex;justify-content:center;align-items:center;background:#e5e5e5;position:relative;overflow:hidden;border-bottom:1px solid rgba(0,0,0,.03)}.playground-item-info{padding:1rem 0;background:#f2f2f2;display:flex;flex-direction:column;justify-content:center}.playground-item:hover .playground-item-info{background:#f2f2f2}.playground-item-info h3{font-family:PP Neue Montreal,sans-serif;font-size:.95rem;font-weight:500;color:#1a1a1a;margin:0 0 .25rem;letter-spacing:-.01em}.playground-item-tag{font-family:PP Neue Montreal,sans-serif;font-size:.75rem;color:#666;text-transform:none;font-weight:400}.playground-item.span-2{grid-column:span 2}@media (max-width:768px){.playground-item.span-2{grid-column:span 1}}