.rookie-feed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mobile-flow-category-follow{display:inline-flex;margin-left:auto}
.mobile-flow-category-follow[hidden]{display:none!important}

.rookie-feed-sort {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rookie-feed-sort a {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(124,58,237,.1);
    color: #5b21b6;
    font-weight: 700;
}

.rookie-feed-sort a.active {
    background: #7c3aed;
    color: #fff;
}

.mobile-empty-otaku {
    margin: 18px 20px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: linear-gradient(180deg,#fff,#fbfaff);
    box-shadow: 0 16px 36px rgba(15,23,42,.06);
    text-align: left;
}

.mobile-empty-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f1e9ff;
    color: #7c3aed;
    font-size: 28px;
    margin-bottom: 12px;
}

.mobile-empty-actions,
.mobile-empty-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.mobile-empty-suggestions b {
    flex-basis: 100%;
    color: #0f172a;
}

.mobile-empty-suggestions a {
    border: 1px solid #ddd6fe;
    border-radius: 999px;
    padding: 7px 11px;
    color: #5b21b6;
    font-weight: 900;
    background: #fff;
}

@media(max-width:1024px) {
    .nav-hide-mobile {
        display: none !important;
    }
    body:not(.admin-body) .mobile-menu-redesign {
        position: fixed !important;
        inset: 0 !important;
        z-index: 23000 !important;
    }
    body:not(.admin-body) .mobile-menu-redesign.open {
        display: block !important;
    }
    .mobile-menu-redesign .mobile-menu-close {
        z-index: 2;
    }
    .mobile-bottom-icon svg {
        width: 25px;
        height: 25px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.9;
    }
}

@media(min-width:1025px) {
    .nav-hide-desktop {
        display: none !important;
    }
}
