.wst-container{flex-direction:column;gap:34px;display:flex}.wst-container .table-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111617;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.wst-container .table-header{background:#ffffff0a;height:48px;padding:0 24px;display:flex}.wst-container .table-first-column{flex:none;align-items:center;gap:8px;width:200px;display:flex}.wst-container .table-column-title{color:#fff;text-transform:capitalize;font-size:15px;font-weight:700;line-height:normal}.wst-container .table-first-column .table-column-icon{flex-shrink:0;width:14px;height:14px}.wst-container .table-columns{flex:1;min-width:0;display:flex}.wst-container .mobile-weapon-column{color:#fff6;text-transform:uppercase;font-size:8px;font-weight:700;display:none}.wst-container .table-column{text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:6px;min-width:0;padding:0 12px;display:flex}.wst-container .table-column.highlighted{background:#75c01712;border-left:1px solid #75c0172b;border-right:1px solid #75c0172b}.wst-container .table-column.highlighted .table-column-text{color:#75c017}.wst-container .table-column-text{color:#a3aab0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:13px;font-weight:700;line-height:normal;overflow:hidden}.wst-container .table-column .table-column-icon{object-fit:contain;flex-shrink:0;width:10px;height:10px}.wst-container .table-rows{flex-direction:column;display:flex}.wst-container .table-row{height:64px;padding:0 24px;display:flex}.wst-container .table-row:not(:last-child){border-bottom:1px solid #ffffff0a}.wst-container .table-first-cell{flex:none;align-items:center;gap:8px;width:200px;min-width:0;display:flex}.wst-container .table-first-cell-indicator{border-radius:50%;flex-shrink:0;width:8px;height:8px}.wst-container .table-first-cell-text{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:normal;overflow:hidden}.wst-container .table-cells{flex:1;min-width:0;display:flex}.wst-container .table-cell{cursor:pointer;flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;padding:0 12px;display:flex}.wst-container .table-cell.highlighted{background:#75c0170a;border-left:1px solid #75c0171a;border-right:1px solid #75c0171a}.wst-container .table-cell-content{justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.wst-container .table-cell-value{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:normal;overflow:hidden}.wst-container .table-cell-tag{background:#ffffff0d;border-radius:4px;flex:none;padding:2px 6px;display:flex}.wst-container .table-cell-tag.green{background:#75c01733}.wst-container .table-cell-tag.green .table-cell-tag-text{color:#75c017}.wst-container .table-cell-tag.red{background:#e5404033}.wst-container .table-cell-tag.red .table-cell-tag-text{color:#e54040}.wst-container .table-cell-tag-text{color:#fff;white-space:nowrap;font-size:10px;font-weight:700;line-height:normal}.wst-container .table-cell-progress{background:#ffffff0f;border-radius:3px;align-items:flex-start;width:100%;height:6px;display:flex;overflow:hidden}.wst-container .table-cell-progress-bar{background:#ffffff40;height:100%}@media only screen and (width<=1300px){.wst-container{gap:16px}.wst-container .table-container{-webkit-backdrop-filter:unset;backdrop-filter:unset;border:1px solid #ffffff0f;border-radius:12px}.wst-container .table-header{height:unset;background:unset;flex-direction:column;padding:0}.wst-container .table-first-column{background:#ffffff05;border-bottom:1px solid #ffffff14;width:100%;padding:12px 10px}.wst-container .table-column-title{font-size:12px}.wst-container .table-columns{border-bottom:1px solid #ffffff14;padding:8px}.wst-container .mobile-weapon-column{flex:none;width:100px;display:flex}.wst-container .table-column{justify-content:center;padding:0}.wst-container .table-column.highlighted{background:unset;border-left:0;border-right:0}.wst-container .table-column.highlighted .table-column-text{color:#fff}.wst-container .table-column-text{color:#fff6;text-transform:unset;font-size:8px}.wst-container .table-column .table-column-icon{display:none}.wst-container .table-row{height:37px;padding:0 8px}.wst-container .table-row:not(:last-child){border-bottom:1px solid #ffffff14}.wst-container .table-first-cell{width:100px}.wst-container .table-first-cell-text{font-size:11px}.wst-container .table-cell{gap:0;padding:0}.wst-container .table-cell.highlighted{background:unset;border-left:0;border-right:0}.wst-container .table-cell.highlighted .table-cell-value{color:#fff}.wst-container .table-cell.top .table-cell-value{color:#75c017}.wst-container .table-cell.low .table-cell-value{color:red}.wst-container .table-cell-content{justify-content:center}.wst-container .table-cell-value{color:#fff6;font-size:11px}.wst-container .table-cell-tag,.wst-container .table-cell-progress{display:none}}.wst-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px;display:grid}.wst-cards .wst-card{background:#0d0f10d9;border:1px solid #2a2e33e6;border-radius:14px;flex-direction:column;gap:12px;min-width:0;padding:14px 16px 16px;display:flex}.wst-cards .wst-card-head{align-items:center;gap:8px;display:flex}.wst-cards .wst-card-head h3{letter-spacing:.16em;text-transform:uppercase;color:#a5e63c;margin:0;font-size:11px;font-weight:900}.wst-cards .wst-card-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px 14px;display:grid}.wst-cards .wst-tile{flex-direction:column;gap:5px;min-width:0;display:flex}.wst-cards .wst-tile-label{letter-spacing:.14em;text-transform:uppercase;color:#6b7076;white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:800;overflow:hidden}.wst-cards .wst-tile-row{flex-direction:column;gap:4px;min-width:0;display:flex}.wst-cards .wst-tile-weapon{color:#9aa1a8;align-items:center;gap:6px;font-size:10px;font-weight:700;display:inline-flex}.wst-cards .wst-tile-value{color:#f2f4f3;white-space:nowrap;font-size:15px;font-weight:800}.wst-cards .wst-tile-bar{background:#ffffff14;border-radius:999px;height:3px;display:block;overflow:hidden}.wst-cards .wst-tile-bar i{background:#a5e63c;border-radius:999px;height:100%;display:block}@media (width<=700px){.wst-cards{grid-template-columns:minmax(0,1fr)}}
