/* Small, isolated polish for the Explore hero benefits row. */
#homeView .hero-benefits{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:26px;color:#c6ced7;font-size:13px}
#homeView .hero-benefit{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}
#homeView .hero-benefit-icon{width:22px;height:22px;display:grid;place-items:center;color:#f25768;flex:0 0 22px}
#homeView .hero-benefit-icon svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:720px){#homeView .hero-benefits{gap:14px 20px;margin-top:22px;font-size:12px}.hero-benefit{white-space:normal!important}}

/* 3D Models empty state: model-specific icon only. */
#modelsGrid .empty-icon{font-size:0;display:grid;place-items:center}
#modelsGrid .empty-icon::before{content:"";width:26px;height:26px;display:block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7b8b' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 8 4.5v9L12 21l-8-4.5v-9L12 3Z'/%3E%3Cpath d='m4.5 7.8 7.5 4.2 7.5-4.2M12 12v9'/%3E%3C/svg%3E") center/contain no-repeat}
