.fpm-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%}.fpm-card{position:relative;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 25px rgba(15,23,42,.07);transition:transform .2s ease,box-shadow .2s ease}.fpm-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(15,23,42,.12)}.fpm-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:18px}.fpm-name{font-weight:700;font-size:18px;color:#111827}.fpm-category{font-size:11px;padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#475569}.fpm-price{font-size:28px;font-weight:800;line-height:1.1;color:#111827}.fpm-unit{margin-top:5px;color:#64748b;font-size:13px}.fpm-change{display:inline-block;margin-top:16px;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:700}.fpm-change.up{background:#fee2e2;color:#b91c1c}.fpm-change.down{background:#dcfce7;color:#166534}.fpm-change.same{background:#f1f5f9;color:#475569}.fpm-date{margin-top:14px;font-size:11px;color:#94a3b8}.fpm-empty{padding:20px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b}@media(max-width:1024px){.fpm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.fpm-grid{grid-template-columns:1fr}.fpm-card{padding:20px}.fpm-price{font-size:25px}}