WIP: Current state before PVP combat investigation

This commit is contained in:
Joan
2026-02-03 12:19:28 +01:00
parent 7f42fd6b7f
commit 0b0a23f500
36 changed files with 2423 additions and 1472 deletions

View File

@@ -756,4 +756,38 @@
grid-template-columns: repeat(2, auto);
gap: 0.5rem 1rem;
align-items: center;
}
/* Backpack Category Sections */
.backpack-category-section {
margin-bottom: 0.5rem;
}
.subcategory-header {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.4rem 0.75rem;
background: rgba(255, 255, 255, 0.03);
border-left: 3px solid #4299e1;
margin: 0.5rem 0;
border-radius: 0 4px 4px 0;
}
.subcat-icon {
font-size: 1rem;
}
.subcat-label {
font-size: 0.8rem;
font-weight: 500;
color: #a0aec0;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.subcat-count {
font-size: 0.75rem;
color: #718096;
margin-left: auto;
}