.info-bar { background:#e6e6e6; border-bottom:2px solid #7d7d7d; padding:4px 6px; display:flex; justify-content:space-between; align-items:center; gap:8px; flex-wrap:wrap; }
    .left-tools, .right-tools { display:flex; gap:8px; align-items:center; flex-wrap:wrap; }
    .utc-clock { font-family:monospace; background:#fff; color:#000; border:1px solid #7d7d7d; padding:2px 6px; border-radius:3px; white-space:nowrap; }
    .status-indicator { display:inline-flex; align-items:center; gap:6px; font-family:monospace; background:#fff; border:1px solid #7d7d7d; padding:2px 6px; border-radius:3px; white-space:nowrap; }
    .status-indicator .dot { width:10px; height:10px; border-radius:50%; background:#c62828; box-shadow: inset 0 0 0 1px rgba(0,0,0,.2); }
    .status-indicator .text { color:#000 }
    .auto-refresh { display:inline-flex; align-items:center; gap:6px; font-family:monospace; background:#fff; border:1px solid #7d7d7d; padding:2px 6px; border-radius:3px; white-space:nowrap; }
    .auto-refresh input { transform: translateY(1px); }
