.opnsentral-system-led{width:14px;height:14px;border-radius:50%;display:inline-block;flex:0 0 14px;background:#7b8087;box-shadow:0 0 0 2px rgba(127,127,127,.12);vertical-align:middle}
.opnsentral-system-led.ok{background:#35b46a;box-shadow:0 0 0 2px rgba(53,180,106,.15)}
.opnsentral-system-led.warning{background:#e4a72a;box-shadow:0 0 0 2px rgba(228,167,42,.16)}
.opnsentral-system-led.bad{background:#f04d58;box-shadow:0 0 0 2px rgba(240,77,88,.18)}
.opnsentral-system-led.unavailable{background:#7b8087;box-shadow:0 0 0 2px rgba(127,127,127,.18)}
.opnsentral-system-led.loading{opacity:.55;animation:opnsentral-system-pulse 1.1s infinite}
.opnsentral-system-indicator-wrap{display:flex;gap:8px;align-items:center;flex:0 0 auto}
.opnsentral-system-led-link{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;text-decoration:none;line-height:1}
.opnsentral-system-led-link:hover,.opnsentral-system-led-link:focus-visible{background:rgba(127,127,127,.15);outline:none}
.opnsentral-system-led-link:hover .opnsentral-system-led,.opnsentral-system-led-link:focus-visible .opnsentral-system-led{transform:scale(1.12)}
.opnsentral-system-notifications{border-bottom:1px solid #333740;scroll-margin-top:20px}
.opnsentral-system-notifications>summary{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 15px;background:#10131a;color:#f5f5f5;font-weight:750;cursor:pointer;list-style:none}
.opnsentral-system-notifications>summary::-webkit-details-marker{display:none}
.opnsentral-system-notifications>summary::before{content:'›';font-size:1.4rem;transition:transform .15s}
.opnsentral-system-notifications[open]>summary::before{transform:rotate(90deg)}
.opnsentral-system-notification{padding:12px 15px;border-top:1px solid #333740;background:#0f1218}
.opnsentral-system-notification:first-child{border-top:0}
.opnsentral-system-notification-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}
.opnsentral-system-notification-title{font-weight:750}
.opnsentral-system-notification-message{color:#d7dce2;white-space:pre-wrap;overflow-wrap:anywhere}
.opnsentral-system-notification-age{margin-top:5px;font-size:.82rem;opacity:.72}
.opnsentral-system-notification-empty{padding:12px 15px;background:#0f1218;color:#b9c0c8}
@keyframes opnsentral-system-pulse{0%,100%{opacity:.35}50%{opacity:1}}
