/* ============================================================
   英魂之刃 赛事数据分析 v8
   ============================================================ */
:root {
  --bg: #fdf8f0; --bg2: #f5efe6; --bg3: #ede4d8;
  --accent: #c0392b; --accent2: #e67e22; --gold: #8b6914; --blue: #2565ae;
  --text: #333333; --text2: #888888; --border: #ddd0c0;
  --win: #27ae60; --lose: #e74c3c;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Microsoft YaHei','PingFang SC',sans-serif; background: var(--bg); color: var(--text); min-height: 100vh; line-height: 1.5; }
.header { background: linear-gradient(135deg,#f8f0e3,#fdf8f0,#f0e8d8); padding: 10px 0; text-align: center; border-bottom: 2px solid var(--accent); }
.header h1 { font-size: 22px; color: var(--gold); }
.tab-nav { display: flex; background: var(--bg2); border-bottom: 1px solid var(--border); overflow-x: auto; }
.tab-nav .tab-btn { padding: 12px 20px; cursor: pointer; border: none; background: transparent; color: var(--text2); font-size: 14px; font-weight: 500; transition: all .3s; white-space: nowrap; border-bottom: 3px solid transparent; font-family: inherit; }
.tab-nav .tab-btn:hover { color: var(--text); background: rgba(0,0,0,.03); }
.tab-nav .tab-btn.active { color: var(--accent); border-bottom-color: var(--accent); background: rgba(192,57,43,.06); }
.container { max-width: 100%; margin: 0 auto; padding: 8px 0; width:100%; }
.tab-content { display: none; }
.tab-content.active { display: block; }

/* ===== Shared ===== */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 12px; background: var(--bg2); border-radius: 8px; margin-bottom: 10px; align-items: center; }
.filter-bar select, .filter-bar input[type="text"] { padding: 5px 8px; background: var(--bg3); border: 1px solid var(--border); color: var(--text); border-radius: 4px; font-size: 12px; font-family: inherit; }
.btn { padding: 5px 12px; border: none; border-radius: 4px; cursor: pointer; font-size: 12px; font-weight: 500; font-family: inherit; transition: all .2s; white-space: nowrap; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-outline { background: transparent; border: 1px solid var(--accent); color: var(--accent); }
.btn-sm { padding: 4px 10px; font-size: 11px; }
.fg { display: flex; align-items: center; gap: 4px; }
.fg label { font-size: 11px; color: var(--text2); white-space: nowrap; }
.table-wrap { overflow-x: auto; background: var(--bg2); border-radius: 8px; max-height: calc(100vh - 260px); overflow-y: auto; width:100%; }
table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 11px; }
thead { position: sticky; top: 0; z-index: 10; }
thead th { background: var(--bg3); padding: 7px 4px; text-align: center; font-weight: 600; color: var(--gold); white-space: nowrap; border-bottom: 2px solid var(--accent); }
th.sortable { cursor: pointer; }
.si2 { font-size: 10px; margin-left: 2px; color: var(--accent); }
tbody td { padding: 4px; text-align: center; border-bottom: 1px solid var(--border); white-space: nowrap; vertical-align: middle; }
tbody tr:hover { background: rgba(0,0,0,.03); }
.es { display: inline-block; margin: 1px; text-align: center; vertical-align: middle; }
.ei { width: 28px; height: 28px; border-radius: 3px; background: var(--bg3); border: 1px solid var(--border); }
.ei.empty { opacity: .3; border-style: dashed; }
.en { font-size: 8px; color: var(--text2); max-width: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.tb { display: inline-block; padding: 1px 4px; background: var(--bg3); border-radius: 3px; font-size: 10px; margin: 1px; color: var(--accent2); }
.sb { display: inline-block; padding: 1px 3px; background: var(--bg3); border-radius: 3px; font-size: 9px; margin: 1px; }
.ei.si-red { border-color: #d44; box-shadow: 0 0 4px rgba(200,60,60,0.3); }
.ei.si-blue { border-color: #6bb5ff; box-shadow: 0 0 4px rgba(107,181,255,0.4); }
.ei.si-green { border-color: #6bff8e; box-shadow: 0 0 4px rgba(107,255,142,0.4); }
.pagination { display: flex; justify-content: center; align-items: center; gap: 5px; padding: 10px; flex-wrap: wrap; }
.pagination button { padding: 4px 9px; border: 1px solid var(--border); background: var(--bg2); color: var(--text); border-radius: 4px; cursor: pointer; font-size: 11px; font-family: inherit; }
.pagination button.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.pagination button:disabled { opacity: .4; cursor: not-allowed; }
.pi { color: var(--text2); font-size: 11px; }
.sinput { width: 100%; padding: 4px 7px; background: var(--bg3); border: 1px solid var(--border); color: var(--text); border-radius: 4px; font-size: 11px; font-family: inherit; }

/* ===== TAB 2 ===== */
.t2-layout { display: grid; grid-template-columns: 320px 1fr; gap: 12px; align-items: start; }
.t2-left { position: sticky; top: 150px; }
.t2-right { min-height: 400px; }
.t2-filter { display: flex; flex-wrap: wrap; gap: 6px; padding: 10px; background: var(--bg2); border-radius: 8px; margin-bottom: 8px; align-items: center; }
.t2-filter select, .t2-filter input { padding: 5px 8px; background: var(--bg3); border: 1px solid var(--border); color: var(--text); border-radius: 4px; font-size: 12px; font-family: inherit; }
.hero-grid-sm { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; max-height: 55vh; overflow-y: auto; padding: 8px; background: var(--bg2); border-radius: 8px; }
.hiw { text-align: center; cursor: pointer; padding: 3px; border-radius: 6px; transition: all .15s; }
.hiw:hover { background: rgba(233,68,96,.1); }
.hi { width: 46px; height: 46px; border-radius: 50%; border: 2px solid transparent; background: var(--bg3); transition: all .2s; }
.hi.selected { border-color: var(--gold); box-shadow: 0 0 10px rgba(139,105,20,.3); }
.hn { font-size: 9px; color: var(--text2); margin-top: 1px; }
.hu { font-size: 8px; color: var(--gold); }
.build-section { background: var(--bg2); border-radius: 8px; padding: 14px; }
.bs { display: inline-block; background: var(--bg3); border-radius: 8px; padding: 10px; margin: 5px; vertical-align: top; min-width: 170px; }
.st { color: var(--text2); font-size: 11px; } .st b { color: var(--gold); }

/* ============ TAB 3: Custom Build ============ */
.t3-layout { height: calc(100vh - 150px); display: flex; flex-direction: column; gap: 6px; user-select:none; -webkit-user-select:none; }

/* ── Top ── */
.t3-top { flex: 7; min-height: 0; display: grid; grid-template-columns: 60fr 40fr; gap: 8px; overflow: hidden; }

/* Top area title */
.t3-area-title { text-align: center; font-size: 13px; font-weight: 700; color: var(--accent); padding: 8px; border-bottom: 1px solid var(--border); flex-shrink: 0; }

/* Left 60%: Equipment */
.t3-equip-area { background: var(--bg2); border-radius: 8px; display: flex; flex-direction: column; overflow: hidden; }
/* Search bar below title, full width */
.equip-grid-search { padding: 4px 8px; flex-shrink: 0; border-bottom: 1px solid var(--border); }
.equip-grid-search .sinput { width: 100%; padding: 5px 8px; font-size: 11px; }
.t3-equip-right { flex: 1; display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
/* Category sidebar */
.equip-cat-sidebar { width: 110px; flex-shrink: 0; padding: 4px 0; border-right: 1px solid var(--border); overflow-y: auto; font-size: 10px; user-select: none; }
.equip-cat-sidebar .cat-item { display: block; width: 100%; padding: 5px 8px; cursor: pointer; border: none; background: transparent; color: var(--text); font-size: 10px; font-family: inherit; text-align: left; transition: all .15s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.equip-cat-sidebar .cat-item:hover { background: rgba(0,0,0,.04); color: var(--accent); }
.equip-cat-sidebar .cat-item.active { background: rgba(192,57,43,.08); color: var(--accent); font-weight: 700; }
.equip-cat-sidebar .cat-item.cat-primary { font-weight: 700; font-size: 11px; padding: 6px 8px; display: flex; justify-content: space-between; align-items: center; }
.equip-cat-sidebar .cat-item.cat-primary .cat-arrow { font-size: 8px; transition: transform .2s; }
.equip-cat-sidebar .cat-item.cat-primary.collapsed .cat-arrow { transform: rotate(-90deg); }
.equip-cat-sidebar .cat-item.cat-secondary { padding-left: 16px; font-size: 9px; display: none; }
.equip-cat-sidebar .cat-item.cat-secondary.show { display: block; }
.equip-cat-sidebar .cat-item.cat-hidden-equip { color: #999; }
.t3-equip-grid-wrap { flex: 1; overflow-y: auto; padding: 6px; }
/* New card: 5 columns, each card is wider with image left + text right */
.t3-equip-grid-wrap .eqgrid { grid-template-columns: repeat(5, 1fr); }
/* Equipment card v2 */
.eqcard { display: flex; align-items: center; gap: 6px; padding: 4px 6px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; transition: all .15s; min-height: 48px; background: var(--card); }
.eqcard:hover { border-color: var(--accent); background: rgba(233,68,96,.06); }
.eqcard.grayed { opacity: 0.4; filter: grayscale(100%); cursor: not-allowed; pointer-events: none; }
.eqcard .eqcard-img { width: 38px; height: 38px; border-radius: 4px; background: var(--bg3); flex-shrink: 0; border: 1px solid var(--border); }
.eqcard .eqcard-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.eqcard .eqcard-name { font-size: 10px; font-weight: 700; color: var(--text); line-height: 1.2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.eqcard .eqcard-price { font-size: 9px; color: var(--gold); font-weight: 600; }
.eqcard .eqcard-price .price-icon { font-size: 8px; margin-right: 1px; }

/* Right 40%: Gem pool */
.t3-gem-pool { background: var(--bg2); border-radius: 8px; display: flex; flex-direction: column; overflow: hidden; }
.gem-filter-bar { display: flex; flex-wrap: wrap; gap: 6px; padding: 6px 8px; border-bottom: 1px solid var(--border); align-items: center; flex-shrink: 0; }
.gem-filter-bar .gem-filter-label { font-size: 10px; color: var(--text2); white-space: nowrap; }
.gem-cb { font-size: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: 2px; white-space: nowrap; }
.gem-cb input { cursor: pointer; width: 13px; height: 13px; margin: 0; }
.gem-filter-bar .sinput { flex: 1; min-width: 70px; padding: 3px 6px; font-size: 10px; }
.t3-gem-pool-grid { flex: 1; overflow-y: auto; padding: 4px; }
/* Gem pool: all inline-styled by JS */

/* ── Bottom 30%: Edit area ── */
.t3-bottom-area { flex: 3; min-height: 0; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--bg2); border-radius: 8px; padding: 8px 12px; overflow-x: auto; }

.t3-sect { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; }
.t3-sect-label { font-size: 13px; color: var(--accent); font-weight: 700; white-space: nowrap; text-align: center; }

/* Mode */
#build-mode-select { padding: 5px 6px; background: var(--bg3); border: 1px solid var(--gold); color: var(--gold); border-radius: 4px; font-size: 10px; font-family: inherit; font-weight: 700; cursor: pointer; }

/* Hero */
.t3-hero-avatar { text-align: center; }
.t3-hero-avatar .ht { font-size: 10px; color: var(--gold); margin-top: 1px; max-width: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.btn-change-hero { padding: 4px 10px; font-size: 10px; border: 1px solid var(--accent); background: var(--bg3); color: var(--accent); border-radius: 4px; cursor: pointer; font-family: inherit; white-space: nowrap; font-weight: 600; margin-top: 2px; }
.btn-change-hero:hover { background: rgba(192,57,43,.1); }

/* Equipment slots - fixed width */
.t3-sect-equip .slr { flex-wrap: nowrap; padding: 4px; gap: 2px; align-items: flex-end; }
.t3-sect-equip .si { width: 40px; height: 40px; }
.t3-sect-equip .si img { width: 36px; height: 36px; border-radius: 3px; }
.eq-slot-wrap { display: flex; flex-direction: column; align-items: center; gap: 1px; width: 42px; flex-shrink: 0; }
.eq-slot-name { font-size: 7px; font-weight: 700; color: #333; width: 42px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; line-height: 1.2; }

/* Talent + Gem combined: talents left, gems right, aligned horizontally */
.t3-edit-talents { display: flex; flex-direction: column; gap: 4px; }
.t3-tcol { display: flex; align-items: center; gap: 4px; }
.t3-tcol-label { font-size: 10px; font-weight: 700; width: 16px; text-align: center; flex-shrink: 0; }
.t3-tcol .si { width: 36px; height: 36px; }
.t3-tcol .si img { width: 30px; height: 30px; border-radius: 3px; }

/* Gem columns in edit area: align with talent rows */
.t3-sect-gems { min-width: 120px; }
#stone-slots { display: flex; flex-direction: column; gap: 3px; }
#stone-slots .stone-row { display: flex; gap: 3px; align-items: flex-start; }
.stone-slot { display: flex; align-items: center; gap: 1px; }
.stone-slot span { width: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex-shrink: 0; }
#stone-slots .si { width: 36px; height: 36px; }
#stone-slots .si img { width: 30px; height: 30px; border-radius: 3px; }

/* Action buttons - bigger */
.t3-actions-btns { display: flex; flex-direction: column; gap: 5px; align-items: center; }
.bsave { background: #4caf50; color: #fff; padding: 8px 16px; border: none; border-radius: 5px; cursor: pointer; font-size: 12px; font-family: inherit; font-weight: 700; white-space: nowrap; min-width: 64px; }
.bsave:hover { background: #43a047; }
.bclear { background: #e74c3c; color: #fff; padding: 8px 16px; border: none; border-radius: 5px; cursor: pointer; font-size: 12px; font-family: inherit; font-weight: 700; white-space: nowrap; min-width: 64px; }
.bclear:hover { background: #c0392b; }

/* Generic slots */
.slr { display: flex; gap: 3px; flex-wrap: wrap; min-height: 40px; padding: 4px; background: var(--bg3); border-radius: 6px; border: 1px dashed var(--border); align-items: center; }
.si { width: 40px; height: 40px; border-radius: 4px; background: var(--bg); border: 1px solid var(--border); cursor: pointer; position: relative; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.si:hover { border-color: var(--accent); }
.si.empty { border-style: dashed; opacity: .5; }
.si .rx { position: absolute; top: -5px; right: -5px; width: 14px; height: 14px; background: var(--accent); border-radius: 50%; font-size: 8px; line-height: 14px; text-align: center; cursor: pointer; display: none; color: #fff; z-index: 1; }
.si:hover .rx { display: block; }
.si .lk { position: absolute; top: -5px; right: -5px; width: 16px; height: 16px; border-radius: 50%; font-size: 10px; line-height: 16px; text-align: center; cursor: default; display: none; z-index: 1; }
.si:hover .lk { display: block; }
.si.si-exclusive { border-color: var(--gold); box-shadow: 0 0 6px rgba(139,105,20,.4); cursor: default; }
.si.si-exclusive:hover { border-color: var(--gold); }

/* ===== Modals ===== */
.hero-modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.75); z-index: 10000; display: flex; align-items: center; justify-content: center; }
.hero-modal { background: var(--bg2); border-radius: 12px; width: 720px; height: 560px; max-width: 95vw; max-height: 90vh; display: flex; flex-direction: column; box-shadow: 0 12px 48px rgba(0,0,0,0.5); border: 1px solid var(--border); }
.hero-modal-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--border); flex-shrink: 0; }
.hero-modal-header span { font-size: 16px; font-weight: 700; color: var(--gold); }
.hero-modal-close { width: 30px; height: 30px; border: none; background: transparent; color: var(--text2); font-size: 18px; cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hero-modal-close:hover { background: var(--bg3); color: var(--accent); }
.hero-modal-body { display: flex; flex: 1; overflow: hidden; }
.hero-modal-left { width: 180px; flex-shrink: 0; padding: 10px; border-right: 1px solid var(--border); overflow-y: auto; display: flex; flex-direction: column; gap: 6px; }
.hero-modal-right { flex: 1; overflow-y: auto; padding: 8px; }
.hero-modal-right .hsg { grid-template-columns: repeat(5, 1fr); max-height: none; }

.talent-modal { background: var(--bg2); border-radius: 12px; width: 500px; max-width: 95vw; max-height: 80vh; display: flex; flex-direction: column; box-shadow: 0 12px 48px rgba(0,0,0,0.5); border: 1px solid var(--border); }
.talent-modal-body { flex: 1; overflow-y: auto; padding: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-content: start; }
.talent-modal-body .eqi { padding: 8px; text-align: center; }
.talent-modal-body .eqi img { width: 48px; height: 48px; }

.talent-tip { position: fixed; background: #fff; color: #222; border-radius: 8px; padding: 12px 14px; box-shadow: 0 4px 20px rgba(0,0,0,0.35); z-index: 99999; width: 200px; pointer-events: auto; }
.talent-tip-name { font-size: 13px; font-weight: 700; margin-bottom: 5px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.talent-tip-desc { font-size: 11px; color: #555; line-height: 1.6; }

/* ===== Hero grid, filters ===== */
.hfb { display: flex; flex-wrap: wrap; gap: 3px; margin-bottom: 5px; }
.hfb .ftag { padding: 3px 7px; cursor: pointer; font-size: 10px; border-radius: 3px; color: var(--text2); border: 1px solid transparent; transition: all .15s; user-select: none; }
.hfb .ftag.on { color: var(--accent); border-color: var(--accent); background: rgba(233,68,96,.08); }
.hfb .ftag.chk-on { color: var(--accent2); border-color: var(--accent2); background: rgba(230,126,34,.1); }
.hsg { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; max-height: 55vh; overflow-y: auto; }
.hsi { cursor: pointer; text-align: center; padding: 3px; border-radius: 4px; border: 1px solid transparent; transition: all .15s; }
.hsi:hover { border-color: var(--accent); }
.hsi.selected { border-color: var(--gold); background: rgba(139,105,20,.1); }
.hsi img { width: 48px; height: 48px; border-radius: 50%; background: var(--bg3); }
.hsn { font-size: 9px; color: var(--text2); margin-top: 1px; }

/* Generic eqgrid */
.eqgrid { display: grid; gap: 3px; }
.eqi { cursor: pointer; text-align: center; padding: 3px; border-radius: 4px; border: 1px solid transparent; transition: all .15s; }
.eqi:hover { border-color: var(--accent); background: rgba(233,68,96,.08); }
.eqi img { width: 36px; height: 36px; border-radius: 3px; background: var(--bg3); }
.eqn { font-size: 8px; color: var(--text2); margin-top: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.eqi.grayed { opacity: 0.35; pointer-events: none; cursor: not-allowed; filter: grayscale(100%); }

/* ===== Misc ===== */
.saved-item { display: flex; align-items: center; justify-content: space-between; padding: 5px 6px; border-bottom: 1px solid var(--border); font-size: 11px; }
.table-saved { min-width: auto !important; width: 100%; }
.table-saved .ei { width: 22px; height: 22px; }
.table-saved .en { max-width: 24px; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: #d64550; }
.modal-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 9999; display: flex; align-items: center; justify-content: center; }
.modal-box { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 20px; max-width: 600px; width: 90%; max-height: 70vh; overflow-y: auto; box-shadow: 0 8px 32px rgba(0,0,0,.5); }
.stone-stat-icon { display: inline-block; cursor: pointer; font-size: 15px; margin-left: 5px; opacity: 0.55; vertical-align: middle; }
.stone-stat-icon:hover { opacity: 1; }
.toggle-tip-btn { display: inline-block; cursor: pointer; font-size: 11px; margin-left: 4px; opacity: 0.45; vertical-align: middle; border: 1px solid var(--border); background: var(--bg3); color: var(--text2); border-radius: 3px; padding: 1px 5px; font-family: inherit; }
.toggle-tip-btn.on { opacity: 0.85; border-color: var(--accent); color: var(--accent); }
.stone-stat-panel { position: fixed; background: #fff; color: #222; border-radius: 10px; padding: 14px 16px; box-shadow: 0 6px 30px rgba(0,0,0,0.35); z-index: 9998; font-size: 12px; min-width: 310px; }
.stone-stat-panel table { width: 100%; border-collapse: collapse; font-size: 11px; }
.stone-stat-panel thead th { background: #f0f0f0; padding: 5px 8px; font-weight: 700; border-bottom: 2px solid #ddd; font-size: 12px; }
.stone-stat-panel tbody td { padding: 3px 8px; text-align: center; border-bottom: 1px solid #eee; font-size: 11px; }
.stone-stat-panel .gem-name { text-align: left; font-weight: 600; color: #222; }
.stone-stat-panel .gem-note { text-align: left; color: #888; font-size: 10px; }
.stone-stat-panel .stat-max { font-weight: 700; }
.stone-stat-panel .stat-na { color: #ccc; font-style: italic; }
.note-modal-input { width: 100%; padding: 8px 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--bg); color: var(--text); font-size: 14px; font-family: inherit; outline: none; }
.note-modal-input:focus { border-color: var(--accent); }
.note-modal-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 14px; }
.note-modal-actions button { padding: 7px 18px; border: none; border-radius: 6px; cursor: pointer; font-size: 13px; font-family: inherit; }
.note-modal-confirm { background: #4caf50; color: #fff; }
.note-modal-cancel { background: var(--bg3); color: var(--text); border: 1px solid var(--border); }

::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--border); border-radius: 3px; }

@media (max-width: 1400px) { .t3-equip-grid-wrap .eqgrid { grid-template-columns: repeat(4, 1fr); } .hero-modal { width: 650px; height: 500px; } }
@media (max-width: 1100px) { .t2-layout { grid-template-columns: 1fr; } .t3-layout { height: auto; } .t3-top { flex: none; grid-template-columns: 1fr; max-height: 50vh; } .t3-bottom-area { flex: none; flex-wrap: wrap; } .t2-left { position: static; } .hero-modal { width: 95vw; height: 85vh; } .hero-modal-body { flex-direction: column; } .hero-modal-left { width: 100%; border-right: none; border-bottom: 1px solid var(--border); flex-direction: row; flex-wrap: wrap; } .t3-equip-grid-wrap .eqgrid { grid-template-columns: repeat(3, 1fr); } .equip-cat-sidebar { width: 90px; } }
