.move-suggestions{border:1px solid var(--line);background:var(--panel);padding:14px;min-width:0}
.move-suggestions-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.move-suggestions-head>div{display:flex;align-items:baseline;gap:8px}.move-suggestions-head span{color:var(--muted);font-size:10px}
.move-suggestions-head input{width:min(260px,45%);min-height:36px;border:1px solid var(--line);background:var(--bg);color:var(--text);padding:7px 10px}
.move-suggestion-categories{display:flex;gap:6px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}
.move-category{flex:0 0 auto;border:1px solid var(--line);background:transparent;color:var(--muted);padding:7px 10px;cursor:pointer}
.move-category.active{border-color:var(--orange);background:var(--orange);color:#080808}
.move-suggestions-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:230px;overflow:auto}
.move-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);background:var(--panel2);color:var(--text);padding:10px;text-align:left;cursor:pointer;min-width:0}
.move-suggestion:hover{border-color:var(--orange)}.move-suggestion:disabled{opacity:.45;cursor:not-allowed}
.move-suggestion>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.move-suggestion-command{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;min-width:54px}
.move-suggestion-command .command-step{display:inline-flex;align-items:center}.move-suggestion-command .direction-icon,.move-suggestion-command .command-icon{width:22px;height:22px}
.move-suggestion-command .composite-command{gap:4px}.move-suggestion-command .composite-command>.command-step{gap:2px}.command-branch{font-weight:900;line-height:1}.command-branch.then{color:var(--orange)}.command-branch.or{color:var(--muted)}
.move-suggestions-state{grid-column:1/-1;color:var(--muted);font-size:11px;margin:8px 0}
@media(max-width:600px){.move-suggestions{padding:10px}.move-suggestions-head{align-items:stretch;flex-direction:column}.move-suggestions-head input{width:100%}.move-suggestions-list{grid-template-columns:1fr;max-height:260px}.move-suggestion{min-height:52px}}
