.item-card{cursor:pointer;border-radius:.5rem;min-height:80px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.item-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006}.item-card__bg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.item-card__bg-img{object-fit:cover;filter:blur(8px)brightness(.5);opacity:.6;width:120%;height:180%;position:absolute;top:50%;right:-10%;transform:translateY(-50%)}.item-card__bg-overlay{background:linear-gradient(90deg,#151922fa 0%,#151922e6 50%,#151922b3 100%);position:absolute;top:0;bottom:0;left:0;right:0}.item-card__content{align-items:center;gap:.875rem;padding:.75rem;display:flex;position:relative}.item-card__image-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.375rem;width:48px;min-width:48px;height:48px;position:relative;overflow:hidden}.item-card__image{object-fit:contain;width:100%;height:100%}.item-card__image-fallback{color:#9ca3af;background:#3f3f46cc;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;display:flex}.item-card__info{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.item-card__header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.item-card__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:600;overflow:hidden}.item-card__category{white-space:nowrap;text-transform:uppercase;letter-spacing:.025em;border-radius:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600}.item-card__category--component{color:#d1d5db;background-color:#9ca3af33}.item-card__category--completed{color:#93c5fd;background-color:#3b82f633}.item-card__category--emblem{color:#d8b4fe;background-color:#a855f733}.item-card__components{gap:.25rem;display:flex}.item-card__component{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.25rem;width:20px;height:20px;overflow:hidden}.item-card__component-img{object-fit:contain;width:100%;height:100%}
.items-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (min-width:640px){.items-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.items-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.items-grid__empty{text-align:center;color:#9ca3af;background:#15192280;border-radius:.5rem;grid-column:1/-1;padding:3rem 1rem;font-size:.875rem}
.items-overview{max-width:1400px;margin:0 auto;padding:1.5rem 1rem}.items-overview__header{margin-bottom:1.5rem}.items-overview__title-section{flex-direction:column;gap:.25rem;display:flex}.items-overview__title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.items-overview__subtitle{color:#9ca3af;margin:0;font-size:.875rem}.items-overview__loading{background:#15192280;border-radius:.5rem;justify-content:center;align-items:center;height:16rem;display:flex}.items-overview__loading-text{color:#9ca3af;font-size:1rem}.items-overview__error{background:#15192280;border-radius:.5rem;justify-content:center;align-items:center;height:16rem;display:flex}.items-overview__error-text{color:#f87171;font-size:.875rem}
