.YacCdW_container{flex-direction:column;gap:8px;padding:16px 0;display:flex}.YacCdW_header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:600}.YacCdW_category{flex-direction:column;gap:6px;display:flex}.YacCdW_categoryHeader{color:var(--text-primary);font-size:13px;font-weight:500}.YacCdW_scroll{box-shadow:none;background:0 0;border-radius:0;width:100%;height:auto}.YacCdW_tile{background:var(--surface-muted,#f4f4f5);border:1px solid var(--border,#00000014);cursor:pointer;border-radius:8px;flex-shrink:0;width:92px;height:92px;padding:0;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.YacCdW_tile .YacCdW_thumbImg{transition:filter .15s}.YacCdW_tile:hover{border-color:var(--border-strong,#0000002e)}.YacCdW_tile:hover .YacCdW_thumbImg{filter:brightness(1.06)}.YacCdW_tile:focus-visible{outline:2px solid var(--accent,#2563eb);outline-offset:2px}.YacCdW_tileSelected{border-color:var(--accent,#2563eb);box-shadow:0 0 0 1px var(--accent,#2563eb)inset}.YacCdW_thumbImg{object-fit:cover;width:100%;height:100%;display:block}