/* System override – stav API (viz js/api-health.js) */
.draci-system-override {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10050;
    padding: 0.75rem 1rem;
    background: linear-gradient(180deg, rgba(127, 29, 29, 0.97), rgba(69, 10, 10, 0.98));
    color: #fff;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
    font-size: 0.875rem;
}
.draci-system-override.hidden { display: none !important; }
.draci-system-override__inner {
    max-width: 56rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}
.draci-system-override__icon { color: #fca5a5; font-size: 1.1rem; }
.draci-system-override__text { flex: 1 1 12rem; font-weight: 600; line-height: 1.4; }
.draci-system-override__retry {
    flex-shrink: 0;
    background: #fff;
    color: #991b1b;
    border: none;
    border-radius: 9999px;
    padding: 0.45rem 1rem;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.draci-system-override__retry:hover { background: #fee2e2; }
