.inventory-container{padding:20px;max-width:1200px;margin:0 auto}.inventory-container h1{color:#ecf0f1;margin-bottom:10px;font-size:2.5rem;text-align:center}.inventory-container p{text-align:center;color:#bdc3c7;margin-bottom:30px;font-size:1.1rem}.filter-controls{display:flex;gap:20px;margin-bottom:30px;align-items:center;justify-content:center;flex-wrap:wrap}.search-box input{padding:10px 15px;border:2px solid #444;border-radius:8px;font-size:1rem;width:300px;transition:border-color .3s ease;background-color:#2c2c2c;color:#ecf0f1}.search-box input:focus{outline:none;border-color:#3498db}.search-box input::placeholder{color:#7f8c8d}.type-filter select{padding:10px 15px;border:2px solid #444;border-radius:8px;font-size:1rem;background-color:#2c2c2c;color:#ecf0f1;cursor:pointer;transition:border-color .3s ease}.type-filter select:focus{outline:none;border-color:#3498db}.empty-state{text-align:center;padding:60px 20px;color:#bdc3c7}.empty-icon{font-size:4rem;margin-bottom:20px;color:#7f8c8d}.empty-state h3{margin-bottom:10px;color:#ecf0f1}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:20px}.inventory-item{background-color:#303030;border-radius:12px;padding:20px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #111;border-left:4px solid #bdc3c7;position:relative;color:#ecf0f1}.inventory-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.3)}.inventory-item.rarity-common{border-left-color:#95a5a6}.inventory-item.rarity-uncommon{border-left-color:#27ae60}.inventory-item.rarity-rare{border-left-color:#3498db}.inventory-item.rarity-epic{border-left-color:#9b59b6}.inventory-item.rarity-legendary{border-left-color:#f39c12}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.item-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#1e1e1e;border-radius:8px;font-size:1.5rem;color:#bdc3c7}.item-icon img{width:100%;height:100%;object-fit:cover;border-radius:8px}.item-count{background:#3498db;color:white;padding:4px 8px;border-radius:50%;font-weight:700;min-width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.9rem}.item-name{font-size:1.3rem;margin-bottom:8px;color:#ecf0f1;font-weight:600}.item-type{font-size:.9rem;color:#bdc3c7;margin-bottom:8px;font-style:italic}.item-rarity{font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:10px;padding:2px 6px;border-radius:4px;display:inline-block}.item-rarity.rarity-common{background:#2c2c2c;color:#95a5a6}.item-rarity.rarity-uncommon{background:#1e3a2a;color:#2ecc71}.item-rarity.rarity-rare{background:#1e2a3a;color:#3498db}.item-rarity.rarity-epic{background:#2a1e3a;color:#9b59b6}.item-rarity.rarity-legendary{background:#3a2a1e;color:#f39c12}.inventory-container .item-description{font-size:.9rem;color:#bdc3c7;line-height:1.4;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.item-controls{gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid #444}.count-button,.item-controls{display:flex;align-items:center;justify-content:center}.count-button{background:#3498db;color:white;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;transition:background-color .3s ease;font-size:.8rem}.count-button:hover:not(:disabled){background:#2980b9}.count-button:disabled{background:#bdc3c7;cursor:not-allowed}.count-button.decrease{background:#e74c3c}.count-button.decrease:hover:not(:disabled){background:#c0392b}.count-display{font-weight:700;color:#ecf0f1;min-width:30px;text-align:center}@media (max-width:768px){.inventory-container{padding:15px}.inventory-container h1{font-size:2rem}.filter-controls{flex-direction:column;gap:15px}.search-box input{width:100%;max-width:300px}.inventory-grid{grid-template-columns:1fr;gap:15px}.inventory-item{padding:15px}}