.feature-demo__styles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.feature-demo__style-swatch{aspect-ratio:1;border-radius:var(--radius-sm)}.feature-demo__style-swatch--blue{background:linear-gradient(to bottom right,#60a5fa,#2563eb)}.feature-demo__style-swatch--green{background:linear-gradient(to bottom right,#4ade80,#16a34a)}.feature-demo__style-swatch--purple{background:linear-gradient(to bottom right,#c084fc,#9333ea)}.feature-demo__style-swatch--red{background:linear-gradient(to bottom right,#f87171,#dc2626)}.feature-demo__style-swatch--yellow{background:linear-gradient(to bottom right,#facc15,#ca8a04)}.feature-demo__style-swatch--pink{background:linear-gradient(to bottom right,#f472b6,#db2777)}.feature-demo__controls-list{display:flex;flex-direction:column;gap:.5rem}.feature-demo__control-row{display:flex;align-items:center;justify-content:space-between}.feature-demo__control-label{font-size:var(--font-caption);color:var(--neutral-600)}.feature-demo__slider-track{height:.5rem;width:5rem;border-radius:var(--radius-full);background:var(--neutral-200)}.feature-demo__slider-fill{height:100%;border-radius:var(--radius-full);background:var(--primary-500)}.feature-demo__slider-fill--75{width:75%}.feature-demo__slider-fill--50{width:50%}.feature-demo__color-swatches{display:flex;gap:.25rem}.feature-demo__color-dot{width:1rem;height:1rem;border-radius:var(--radius-full)}.feature-demo__color-dot--slate{background:#475569}.feature-demo__color-dot--amber{background:#d97706}.feature-demo__color-dot--white{background:#fff;border:1px solid var(--neutral-300)}.feature-demo__speed-layout{display:flex;align-items:center;justify-content:center;gap:1rem}.feature-demo__speed-stat{text-align:center}.feature-demo__speed-value{font-size:1.5rem;font-weight:700;color:var(--primary)}.feature-demo__speed-label{font-size:var(--font-caption);color:var(--neutral-600)}.feature-demo__speed-bars{display:flex;gap:.25rem}.feature-demo__speed-bar{height:2rem;width:.25rem;border-radius:var(--radius-full);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.feature-demo__speed-bar--1{background:var(--primary-400)}.feature-demo__speed-bar--2{background:var(--primary-500);animation-delay:.15s}.feature-demo__speed-bar--3{background:var(--primary-600);animation-delay:.3s}.feature-demo__checkmark{font-size:1.5rem;font-weight:700;color:var(--green-600)}.feature-demo__project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.feature-demo__project-card{border-radius:var(--radius-sm);background:var(--neutral-100);padding:.5rem}.feature-demo__project-thumb{height:3rem;border-radius:var(--radius-sm);background:var(--neutral-300);margin-bottom:.25rem}.feature-demo__project-name{font-size:var(--font-caption);color:var(--neutral-600)}.feature-demo__screenshot-container{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);background:linear-gradient(to bottom right,var(--neutral-100),var(--neutral-200));overflow:hidden}.feature-demo__screenshot-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.feature-demo__screenshot-content{text-align:center}.feature-demo__screenshot-icon{margin:0 auto .5rem;width:3rem;height:3rem;color:var(--neutral-400)}.feature-demo__screenshot-label{font-size:var(--font-caption);color:var(--neutral-500)}.feature-demo__screenshot-placeholder{font-size:var(--font-caption);color:var(--neutral-400);margin-top:.25rem}@keyframes pulse{50%{opacity:.5}}
/*# sourceMappingURL=259ee1751752f2d3.css.map*/