.quick-feature-container.quick-feature-skeleton{display:none;pointer-events:none}@media screen and (min-width:1024px){.quick-feature-container.quick-feature-skeleton{display:block}}.quick-feature-skeleton__bar{--qf-edge-rgb:240,242,245;--qf-divider:rgba(15,23,42,0.1);display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch;min-height:118px;border-radius:16px;border:none;background:var(--color-bg-surface,#f8f9fb);box-shadow:none;overflow:hidden;box-sizing:border-box}[data-lb-theme=dark] .quick-feature-skeleton__bar{--qf-edge-rgb:15,20,28;--qf-divider:rgba(255,255,255,0.1);background:var(--color-bg-elevated,#1c2433);box-shadow:none}.quick-feature-skeleton__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 8px 18px;min-width:0}.quick-feature-skeleton__cell+.quick-feature-skeleton__cell{border-left:1px solid var(--qf-divider)}.quick-feature-skeleton__icon{width:48px;height:48px;border-radius:12px;flex-shrink:0}.quick-feature-skeleton__title{width:min(100%,88px);height:12px;border-radius:6px}.quick-feature-skeleton__sub{width:min(100%,72px);height:9px;border-radius:5px}@media (prefers-reduced-motion:reduce){.quick-feature-skeleton .skeleton:after{animation:none}}