/* AlgoProven — Replay / Sim / Live selector.
   GENERATED from ap-kit.css (.ap-modes block) by _build-scripts/sync-ap-kit.py.
   Edit ap-kit.css, not this file. Still <link>ed by same-origin site / sim / console;
   the app surfaces inline the kit instead. Both come from the one source -> no drift. */

.ap-modes{display:inline-flex;gap:3px;background:#111726;border:1px solid #1e2a44;border-radius:9px;padding:3px;vertical-align:middle;box-sizing:border-box}
.ap-modes a,.ap-modes span{flex:0 0 76px;width:76px;box-sizing:border-box;font:12px/1.5 ui-monospace,Menlo,Consolas,monospace;padding:5px 10px;border-radius:7px;text-align:center;color:#8295b5;text-decoration:none;cursor:pointer;transition:background .12s,color .12s;overflow:hidden}
.ap-modes a:hover,.ap-modes span:hover{color:#dbe4f5;background:#0d1320}
.ap-modes .on,.ap-modes .on:hover{background:#34d399;color:#06281c;font-weight:600;cursor:default}
