.armory-heading{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.armory-heading>span{color:var(--ink-dim)}.armory-controls{display:flex;gap:16px;align-items:end;margin:16px 0;flex-wrap:wrap}.armory-controls .list-search{flex:1 1 220px}.armory-filters{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.armory-controls label{display:grid;gap:6px;font-size:14px}.armory-controls button{font:inherit;color:var(--ink);background:var(--bg-2);border:1px solid var(--line);padding:8px 14px;cursor:pointer}.armory-table{overflow:auto;max-height:75dvh;border:1px solid var(--line)}.armory-table:focus-visible{outline:2px solid var(--blood);outline-offset:2px}.armory-table table{width:max-content;min-width:100%}.armory-table thead th{position:sticky;top:0;z-index:2;background:var(--bg-2);min-width:110px}.armory-table th:first-child{position:sticky;left:0;min-width:230px;max-width:280px;background:var(--bg);z-index:1;white-space:normal}.armory-table thead th:first-child{z-index:3;background:var(--bg-2)}.armory-table tbody th{font:inherit;color:var(--ink);text-transform:none;letter-spacing:normal}.armory-item{display:flex;align-items:center;gap:10px}.armory-item img{object-fit:contain;image-rendering:pixelated;flex-shrink:0}.armory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.armory-grid article{padding:18px;border:1px solid var(--line);background:var(--bg-2)}.armory-grid .armory-item{font-size:17px}.armory-grid .kv{font-size:14px;margin-bottom:0}@media(max-width:720px){.armory-heading{flex-wrap:wrap;gap:0}.armory-controls label,.armory-filters{width:100%}.armory-controls .field-select{max-width:100%}.armory-table th:first-child{min-width:160px;max-width:180px}.armory-table thead th{min-width:100px}}