.wru-announcement-bar {
    position: relative;
    z-index: 6000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    padding: 10px 18px;
    background: linear-gradient(90deg, #121212, #1a1a22);
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #e8e8ea;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.wru-announcement-bar a {
    color: #fff;
    background: rgba(61,124,255,.26);
    border: 1px solid rgba(61,124,255,.42);
    border-radius: 999px;
    padding: 6px 11px;
    text-decoration: none;
    font-weight: 900;
}

.wru-breadcrumbs {
    width: min(1156px, calc(100% - 30px));
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8f9098;
    font-size: 13px;
    font-weight: 800;
}

.wru-breadcrumbs a {
    color: #bfc0c7;
    text-decoration: none;
}

.wru-breadcrumbs a:hover {
    color: #fff;
}

.wru-breadcrumbs strong {
    color: #fff;
    font-weight: 900;
}

.wru-stats-strip {
    width: min(1156px, 100%);
    margin: 0 auto 34px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.wru-stat {
    display: block;
    padding: 18px 14px;
    background: #141416;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.wru-stat:hover {
    border-color: rgba(61,124,255,.42);
    transform: translateY(-1px);
}

.wru-stat strong {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 7px;
    color: #fff;
}

.wru-stat span {
    color: #aeb0b8;
    font-size: 13px;
    font-weight: 900;
}

.wru-empty-state {
    background: #151518;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 24px;
    margin: 18px 0;
}

.wru-empty-state h2 {
    margin: 0 0 10px;
    color: #fff;
}

.wru-empty-state p {
    margin: 0 0 16px;
    color: #b8b9c1;
    line-height: 1.7;
}

.error-search-box {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 720px;
}

.error-search-box input {
    min-height: 46px;
    background: #151518;
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    padding: 0 16px;
}

.error-search-box button {
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    padding: 0 18px;
    background: #3d7cff;
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

@media (max-width: 820px) {
    .wru-stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .wru-announcement-bar {
        flex-direction: column;
        gap: 8px;
        font-size: 13px;
    }
}

@media (max-width: 460px) {
    .wru-stats-strip {
        grid-template-columns: 1fr;
    }

    .error-search-box {
        grid-template-columns: 1fr;
    }
}
