.skeleton-card{background:#ffffff05;border-radius:8px;flex-direction:column;gap:.75rem;min-height:220px;padding:12px;animation:2.8s ease-in-out infinite glow;display:flex;box-shadow:0 6px 18px #02061799}.skeleton-media{background:var(--skeleton-bg);background-image:var(--skeleton-shimmer);background-size:200% 100%;border-radius:6px;width:100%;height:120px;animation:1.6s linear infinite shimmer}.skeleton-body{flex-direction:column;gap:6px;display:flex}.skeleton-line{background:var(--skeleton-bg);background-image:var(--skeleton-shimmer);background-size:200% 100%;border-radius:6px;height:12px;animation:1.6s linear infinite shimmer}.skeleton-line.title{width:60%;height:18px}.skeleton-line.subtitle{width:40%;height:12px}.skeleton-line.short{width:80%;height:10px;margin-top:6px}.skeleton-row{gap:8px;margin-top:6px;display:flex}.skeleton-badge{background:var(--skeleton-bg);background-image:var(--skeleton-shimmer);background-size:200% 100%;border-radius:6px;width:48px;height:20px;animation:1.6s linear infinite shimmer}.skeleton-badge.small{width:28px;height:18px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes glow{0%{box-shadow:0 6px 18px #02061780}50%{box-shadow:0 10px 30px #020617cc}to{box-shadow:0 6px 18px #02061780}}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.inventory-empty{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:28rem;padding:3rem 1rem;display:flex}.inventory-empty-icon{color:var(--accent);opacity:.95}.inventory-empty-message{color:var(--fg);max-width:64ch;margin:0;font-size:1.125rem;font-weight:600}.inventory-empty-sub{color:var(--muted,#fff9);max-width:72ch;margin:0;font-size:.95rem}@media (max-width:600px){.inventory-empty{min-height:20rem;padding:2rem 1rem}.inventory-empty-message{font-size:1rem}.inventory-empty-icon{width:56px;height:56px}}.inventory-empty-wrapper{justify-content:center;width:100%;display:flex}.loader-fullwidth-wrapper{box-sizing:border-box;justify-content:center;width:100%;padding:3rem 1rem;display:flex}.loader{border:5px solid #ffffff0f;border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spinner;display:inline-block}.loader-overlay{z-index:9999;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes spinner{to{transform:rotate(360deg)}}
