.launch-live{display:flex;align-items:center;gap:.55rem}.launch-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--verified-emerald);box-shadow:0 0 0 3px color-mix(in srgb,var(--verified-emerald) 22%,transparent);animation:launch-live-pulse 2.4s ease-in-out infinite}@keyframes launch-live-pulse{0%,to{box-shadow:0 0 0 3px color-mix(in srgb,var(--verified-emerald) 22%,transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb,var(--verified-emerald) 10%,transparent)}}@media (prefers-reduced-motion:reduce){.launch-live-dot{animation:none}}.launch-live-label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.lp-hero-meta>.launch-live{grid-column:1/-1}.launch-step-body{font-family:var(--font-ui);font-size:var(--text-sm);color:var(--text-muted);line-height:1.55;margin:.4rem 0 .8rem}.launch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-4)}.launch-grid .mark{margin-bottom:.75rem;line-height:1;color:var(--primary)}.launch-console{background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--radius);padding:1.25rem 1.5rem;font-family:var(--font-mono);font-size:.82rem;line-height:1.7;color:var(--code-text);overflow-x:auto}.launch-console .c{color:var(--code-chip-text)}.launch-console .verb{color:var(--code-accent)}.launch-console .hdr{color:var(--code-chip-text-hover)}.launch-cta{background:var(--canvas-bg);border:1px solid var(--hairline);border-radius:var(--radius);padding:clamp(2rem,5vw,4rem);text-align:center}.launch-cta-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}