/* Scoped module: shared state, no changes to desktop/tablet/mobile layout ownership. */
.performance-control{width:100%;max-width:760px;min-width:0;margin:18px auto 20px;padding:14px 16px;border:1px solid var(--border,#dce4ef);border-radius:var(--ui-radius-control,12px);background:var(--surface,#fff)}
.performance-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 14px;min-width:0}
.performance-row label{font-size:14px;font-weight:650;color:var(--text,#152238);white-space:nowrap}
.performance-row select{min-width:150px;max-width:100%;min-height:44px;padding:8px 12px;font:inherit;font-weight:600;border:1px solid var(--border,#dce4ef);border-radius:10px;background:var(--surface,#fff);color:var(--text,#152238)}
.performance-row select:disabled{cursor:not-allowed;opacity:.6}
.performance-control .micro{margin:8px 0 0;overflow-wrap:anywhere}
#performance-status{font-weight:600}
