.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}}.used-page .skeleton-card{background:var(--inventory-card-bg);box-shadow:none;border:1px solid #1018200f;min-height:260px;animation:none}.used-page .skeleton-media{background:linear-gradient(90deg,var(--inventory-card-bg)0%,var(--inventory-card-body-bg)50%,var(--inventory-card-bg)100%);background-size:200% 100%;border-radius:12px 12px 0 0;height:180px;animation:1.2s linear infinite shimmer}.used-page .skeleton-line,.used-page .skeleton-badge{background:var(--inventory-card-body-bg);background-image:linear-gradient(90deg,var(--inventory-card-body-bg)0%,#10182008 50%,var(--inventory-card-body-bg)100%);animation:1.2s linear infinite shimmer}.used-page .skeleton-line.title{height:18px}.used-page .skeleton-line.subtitle{height:12px}.used-page .skeleton-line.short{height:10px}.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:1}.inventory-empty-message{color:var(--text-dark,#102444);max-width:64ch;margin:0;font-size:1.125rem;font-weight:600}.inventory-empty-sub{color:#0f213fbd;max-width:72ch;margin:0;font-size:.95rem}.used-page .inventory-empty-wrapper{padding:0}.used-page .inventory-empty{background:0 0;border:0;border-radius:0;width:100%;max-width:none;padding:0}@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)}}
