.inventory-page{background:linear-gradient(rgba(15,25,40,.95) 0%,rgba(10,18,32,.98) 50%,#050a14 100%);flex-direction:column;height:100vh;min-height:100vh;display:flex}.inventory-container{flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:8px 10px 0;display:flex;overflow:hidden}.inventory-grid{flex:1;grid-template-columns:repeat(4,1fr);align-items:stretch;gap:16px;height:100%;padding-top:2px;padding-bottom:10px;display:grid;overflow-y:auto}.inventory-grid::-webkit-scrollbar{width:8px}.inventory-grid::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.inventory-grid::-webkit-scrollbar-thumb{background:rgba(80,120,180,.3);border-radius:4px}.inventory-grid::-webkit-scrollbar-thumb:hover{background:rgba(80,120,180,.5)}.inventory-column{flex-direction:column;gap:12px;height:100%;display:flex}.weapon-category{flex-direction:column;flex:1;gap:2px;display:flex}.weapon-category--small{flex:.5}.weapon-category--large{flex:1.5}.category-title{color:#fff;text-transform:uppercase;letter-spacing:.1em;flex-shrink:0;margin:0;padding:6px 0;font-size:max(11px,min(1.3vw,14px));font-weight:700}.weapons-list{flex-direction:column;flex:1;gap:10px;display:flex}@media (max-width:1100px){.inventory-page{height:auto;min-height:100vh}.inventory-container{height:auto;padding-bottom:20px}.inventory-grid{flex:none;grid-template-columns:repeat(3,1fr);height:auto;display:grid}}@media (max-width:800px){.inventory-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:550px){.inventory-page{padding:0}.inventory-container{padding:8px}.inventory-grid{grid-template-columns:repeat(2,1fr);gap:10px}}
