/* Veroed Robot 2 · Standards Group A on the Doctor page: three tiles — Alerts · last sent, Caps · today, Restore · last drill.
   One amber box (tests and switches) right under the Doctor number, between the green number and the sky-blue checks: never two
   adjacent boxes of one tint; no red anywhere. (Not slate: the walk measures every slate box as ONE form — last field to first button.) */
#guardsbox{min-height:236px}
#guardsbox .gtiles{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:6px}
#guardsbox .gtile{background:rgba(255,255,255,.62);border:1px solid rgba(51,65,85,.12);border-radius:12px;padding:16px 16px 18px;min-width:0}
#guardsbox .gtile h5{margin:0 0 8px;font-size:14.5px;font-weight:700;color:var(--ink)}
#guardsbox .gtile p{margin:0 0 8px;font-size:13px;color:var(--muted);overflow-wrap:anywhere}
#guardsbox .gtile p.msg{color:var(--ink);font-size:13.5px}
#guardsbox .gtile .acts{margin-top:20px}
#guardsbox .caprow{padding:10px 0;border-top:1px solid rgba(51,65,85,.12)}
#guardsbox .caprow:first-of-type{border-top:0;padding-top:0}
#guardsbox .caprow .cn{display:flex;justify-content:space-between;gap:8px;font-size:13.5px;font-weight:700}
#guardsbox .caprow .cn i{font-style:normal;font-weight:700;font-size:11.5px;border-radius:999px;padding:1px 8px;color:#fff;background:#334155}
#guardsbox .caprow .cw{font-size:12.5px;color:var(--muted);margin:3px 0 6px}
#guardsbox .meter{height:8px;border-radius:999px;background:rgba(51,65,85,.14);overflow:hidden}
#guardsbox .meter b{display:block;height:100%;border-radius:999px;background:#3fb37a}
#guardsbox .meter b.warn{background:#e0a72a}
#guardsbox .meter b.full{background:#334155}
#guardsbox .capedit{display:flex;gap:8px;align-items:center;margin-top:20px}
#guardsbox .capedit input{margin:0;width:100%;min-width:0;padding:8px 10px;border-radius:10px;border:1px solid rgba(51,65,85,.25);font:inherit;font-size:13.5px;background:#fff}
#guardsbox .capedit .pill{white-space:nowrap;margin:0}
#guardsbox .gsteps{margin:0;padding:0;list-style:none;font-size:12.5px;color:var(--muted)}
#guardsbox .gsteps li{padding:2px 0}
.browser.phone #guardsbox .gtiles{grid-template-columns:1fr}
@media (max-width:820px){#guardsbox .gtiles{grid-template-columns:1fr}}
