/* Veroed Robot 2 · engines_scripts.css · the Scripts wave's few additions to v103.css (Day 2): the engine switch box, the wakes box,
   the made-with line, the lock line, "writing…" text, phone widths. Colours only from the v103 palette; no red anywhere. */
.engsw{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:20px}
.engsw .swl b{display:block;font-size:15px}.engsw .swl span{font-size:13px;color:var(--muted)}
.box.sky .chk .wait{color:#1e40af;font-weight:600}
.madewith{font-size:12px;color:var(--muted);margin-top:8px}
.fslock{font-size:13.5px;color:#374151;background:var(--t-packs);border-left:6px solid var(--c-packs);border-radius:14px;padding:12px 14px;margin:0 0 16px}
.rt.writing{color:var(--muted);font-style:italic}
.tbox{margin-bottom:20px}
.rs-top{margin-bottom:20px}
.sc,.se,.fs{margin-bottom:20px}
.sendrow{margin:20px 0}
.sendrow .pill{margin-left:auto}
.sentbox .acts{margin-top:20px}
.lockcard.fsl{margin-bottom:20px}
.dlrow{margin:0 0 20px}
.dl:disabled{opacity:.55;cursor:default}
.wakes{margin:0 0 20px}
.gi{margin-bottom:20px}
.imppanel{margin:0 0 20px}
.eprow{margin-bottom:20px}
.browser.phone .dlrow{grid-template-columns:1fr}
.browser.phone .rs-top{flex-direction:column}
.browser.phone .engsw .pill{width:100%}
.browser.phone .lockcard.fsl .r{width:100%}
.se .acts .btn:disabled{opacity:.55;cursor:default}
.working{margin-top:14px}
