.ep-status-banner {
    width: 100%;
    padding: 0.9rem 1.5rem;
    margin-bottom: 0.75rem;
    background: rgba(10, 10, 18, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(242, 240, 235, 0.95);
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    box-sizing: border-box;
    position: relative;
    z-index: 9000;
    border-left: 3px solid rgba(251, 191, 36, 0.55);
}
.ep-status-banner.hidden { display: none; }

.ep-status-banner.frame-amber { border-left-color: rgba(251, 191, 36, 0.7); }
.ep-status-banner.frame-red   { border-left-color: rgba(248, 113, 113, 0.7); }
.ep-status-banner.frame-green { border-left-color: rgba(74, 222, 128, 0.7); }
.ep-status-banner.frame-white { border-left-color: rgba(255, 255, 255, 0.45); }

.ep-sb-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 2rem;
}

.ep-sb-close {
    position: absolute;
    top: 0.4rem;
    right: 0.6rem;
    width: 28px;
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    color: rgba(200, 197, 193, 0.55);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.15s ease, background 0.15s ease;
    font-family: inherit;
}
.ep-sb-close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}
.ep-sb-close:focus {
    outline: 1px solid rgba(167, 139, 250, 0.5);
    outline-offset: 1px;
}

.ep-sb-header {
    font-family: 'Orbitron', 'Inter', sans-serif;
    font-weight: 800;
    color: rgba(251, 191, 36, 1);
    font-size: 0.85rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    word-wrap: break-word;
}

.ep-sb-body {
    color: rgba(242, 240, 235, 0.95);
    font-size: 0.85rem;
    line-height: 1.55;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}
.ep-sb-body p  { margin-bottom: 0.3rem; }
.ep-sb-body p:last-child { margin-bottom: 0; }
.ep-sb-body ul, .ep-sb-body ol { margin: 0.2rem 0 0.2rem 1.5rem; }
.ep-sb-body strong { font-weight: 700; color: #ffffff; }
.ep-sb-body em { font-style: italic; }
.ep-sb-body a { color: #A78BFA; text-decoration: underline; transition: color 0.15s ease; }
.ep-sb-body a:hover { color: #c7b3ff; }

.ep-sb-time {
    color: rgba(200, 197, 193, 0.5);
    font-size: 0.7rem;
    font-style: italic;
    margin-top: 0.35rem;
    letter-spacing: 0.3px;
}

@media (max-width: 720px) {
    .ep-status-banner { padding: 0.7rem 1rem; }
    .ep-sb-header { font-size: 0.75rem; letter-spacing: 1px; }
    .ep-sb-body { font-size: 0.78rem; }
    .ep-sb-time { font-size: 0.65rem; }
}
