.gear-toolbar{gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.gear-cats,.gear-toolbar{display:flex;flex-wrap:wrap}.gear-cats{gap:.4rem}.gear-cats button{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.35rem .8rem;font-size:.82rem;cursor:pointer;color:var(--text)}.gear-cats button.on{background:var(--secondary);color:#fff;border-color:var(--secondary)}.gear-units{display:inline-flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.gear-units button{border:none;background:#fff;padding:.4rem .8rem;cursor:pointer;font-size:.85rem;color:var(--muted)}.gear-units button.on{background:var(--primary);color:#fff}.gear-export{border:1px solid var(--border);background:#fff;border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:600;color:var(--secondary);cursor:pointer;white-space:nowrap}.gear-export:hover{border-color:var(--primary);color:var(--primary-dark)}.gear-group{margin-bottom:1.75rem}.gear-group-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:2px solid var(--primary);padding-bottom:.4rem;margin-bottom:.5rem}.gear-group-head h2{margin:0;color:var(--secondary);font-size:1.2rem}.gear-group-head span{color:var(--muted);font-size:.85rem;font-weight:600}.gear-items{list-style:none;margin:0;padding:0}.gear-items li{display:flex;align-items:center;gap:.9rem;padding:.6rem .2rem;border-bottom:1px solid var(--border)}.gear-items li:last-child{border-bottom:none}.gi-thumb{width:54px;height:54px;flex-shrink:0;border-radius:8px;object-fit:cover;background:var(--bg-alt);border:1px solid var(--border)}.gi-thumb-empty{display:block}.gi-main{flex:1 1;min-width:0}.gi-title{font-weight:600;color:var(--secondary)}.gi-notes{display:block;font-size:.84rem;color:var(--muted);margin-top:.1rem}.gi-w{font-weight:700;color:var(--primary-dark);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}