.profirm-card{display:flex;flex-direction:row;width:100%;margin-bottom:1rem;padding:1rem;background:#4a1599;border:1px solid #9f5efe;border-radius:8px;position:relative;box-sizing:border-box}.profirm-card-image{flex-shrink:0;margin-right:1rem;margin-bottom:0;position:relative;display:flex;align-items:flex-start;justify-content:flex-start}.profirm-card-actions .cashback-btn{margin-right:16px}@media (max-width:768px){.profirm-card-image{margin-right:0;margin-bottom:1rem;align-items:center;justify-content:center}}.profirm-card-image img{width:128px;height:128px;object-fit:contain;border-radius:4px}.profirm-card-content{flex-grow:1;display:flex;flex-direction:column;width:100%}.profirm-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.profirm-card-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}.profirm-card-stat{background:linear-gradient(45deg,#9f5efe,#4a1599);padding:.45rem;border-radius:.5rem;text-align:center}.profirm-card-stat-label{font-size:.875rem;color:#fff}.profirm-card-stat-value{font-weight:600;color:#fff}.profirm-card-assets{margin-bottom:1rem}.profirm-card-assets-label{font-size:.875rem;color:#9ca3af;margin-bottom:.25rem}.profirm-card-assets-list{display:flex;flex-wrap:wrap;gap:.5rem}.profirm-card-asset{background:linear-gradient(45deg,#9f5efe,#4a1599);color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px}.profirm-card-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media (max-width:768px){.profirm-card{flex-direction:column;align-items:center}.profirm-card-image{margin-right:0;margin-bottom:1rem}.profirm-card-header{flex-direction:column;align-items:center;text-align:center}.profirm-card-stats{grid-template-columns:1fr;width:100%}.profirm-card-actions{flex-direction:column;width:100%;gap:1rem}.profirm-card-assets-list{justify-content:center}}.skeleton-center{display:flex;align-items:center;justify-content:center;height:60vh}.spinner-icon{color:#6b7280;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}