/* Site Intelligence v4.39.0 — Production Truth and Workspace Completion */
.production-truth-bar{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:-2px 0 12px;padding:10px 12px;border:1px solid rgba(190,214,225,.13);border-radius:10px;background:#0d1218;color:#edf3f7;font-size:11px}
.truth-state{display:flex;align-items:center;gap:10px;min-width:0}.truth-state>div{display:grid;gap:2px;min-width:0}.truth-state strong{font-size:11px}.truth-state span:last-child{color:#9ba8b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.truth-dot{width:8px;height:8px;border-radius:50%;background:#f0b64c;box-shadow:0 0 0 4px rgba(240,182,76,.1);flex:0 0 auto}
.production-truth-bar[data-state="ready"] .truth-dot{background:#39c783;box-shadow:0 0 0 4px rgba(57,199,131,.1)}.production-truth-bar[data-state="empty"] .truth-dot{background:#78aee8;box-shadow:0 0 0 4px rgba(120,174,232,.1)}.production-truth-bar[data-state="degraded"] .truth-dot{background:#f0b64c}.production-truth-bar[data-state="unavailable"] .truth-dot{background:#e85e63;box-shadow:0 0 0 4px rgba(232,94,99,.1)}
.truth-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.truth-actions button{min-height:30px;padding:0 9px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:#151c24;color:#edf3f7;font:inherit;cursor:pointer}.truth-actions button:hover{background:#1a232d}.truth-scope{padding:5px 8px;border-radius:999px;background:rgba(57,199,131,.1);color:#9ee1bd;text-transform:uppercase;letter-spacing:.08em;font-size:8px;white-space:nowrap}.production-truth-bar[data-state="degraded"] .truth-scope{background:rgba(240,182,76,.1);color:#f4cb7e}.production-truth-bar[data-state="unavailable"] .truth-scope{background:rgba(232,94,99,.1);color:#f3a2a6}
.truth-disclosure{grid-column:1/-1;padding:10px 2px 1px;border-top:1px solid rgba(190,214,225,.1);color:#9ba8b3}.truth-disclosure strong{color:#edf3f7}.truth-disclosure p{margin:5px 0 8px}.truth-disclosure dl{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0}.truth-disclosure dl div{display:flex;gap:5px}.truth-disclosure dt{text-transform:uppercase;letter-spacing:.07em;font-size:8px}.truth-disclosure dd{margin:0;color:#d5dee4}
.nav-item[data-production-state="available"]{position:relative}.nav-item[data-production-state="available"]:after{content:"";position:absolute;right:9px;top:9px;width:5px;height:5px;border-radius:50%;background:rgba(57,199,131,.75)}.nav-item.active[data-production-state="available"]:after{background:#fff}.nav-item[data-production-state="unavailable"]{opacity:.45;cursor:not-allowed}
body[data-workspace-state="unavailable"] #routePanel:empty:after{content:"This workspace is not available in the current release.";display:block;padding:18px;border:1px solid rgba(232,94,99,.28);border-radius:10px;background:rgba(232,94,99,.06);color:#f3a2a6}
@media(max-width:760px){.production-truth-bar{grid-template-columns:1fr}.truth-actions{justify-content:flex-start;flex-wrap:wrap}.truth-state span:last-child{white-space:normal}.truth-disclosure{grid-column:1}.truth-disclosure dl{display:grid;gap:5px}}
