.gameplay-figure{display:flex;flex-direction:column;justify-content:space-between}.gameplay-bullets{list-style:none;padding-left:0}.gameplay-bullets li{position:relative;padding-left:1.25rem;margin-bottom:0.5rem;font-size:0.95rem;color:var(--color-text-muted)}.gameplay-bullets li::before{content:"";position:absolute;left:0.25rem;top:0.55rem;width:6px;height:6px;border-radius:999px;background:linear-gradient(135deg,var(--color-cyan),var(--color-purple));box-shadow:0 0 8px rgba(56,189,248,0.9)}@media(min-width:900px){.gameplay-figure{min-height:100%}}