@media (max-width: 768px) {

.sc-tiktok-tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.sc-tiktok-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    font-size: 14px;
    color: #b5b5b5;
    cursor: pointer;
}

.sc-tiktok-tab.active {
    color: #000;
}

.sc-tiktok-tab.active::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #000;
    border-radius: 2px;
}

/* фикс без смены внешнего вида */
.sc-tiktok-tabs.fix-sticky-active {
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
}

#scTikTokTabsPlaceholder {
    display: none;
    width: 100%;
    height: 0;
}

}

.sc-tiktok-panel {
    display: none;
}

.sc-tiktok-panel.active {
    display: block;
}

.scchtivo-box {
    margin: 8px 0 8px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.scchtivo-box__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #fff;
}

.scchtivo-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.scchtivo-item:last-child {
    border-bottom: 0;
}

.scchtivo-item__text {
    color: #222;
    line-height: 1.55;
    font-size: 15px;
}

.scchtivo-item__date {
    margin-top: 6px;
    font-size: 12px;
    color: #a7a7a7;
}

.scchtivo-form-wrap {
    margin-top: 16px;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.scchtivo-form-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.scchtivo-form__textarea {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    border: 1px solid rgba(255,255,255,0.10);
    background: #2d3035;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.scchtivo-form__textarea::placeholder {
    color: #8f949c;
}

.scchtivo-form__btn {
    display: inline-block;
    border: 0;
    border-radius: 10px;
    padding: 10px 18px;
    background: #f5c84c;
    color: #111;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.scchtivo-form__btn:hover {
    opacity: 0.92;
}

@media (max-width: 760px) {
    .scchtivo-box,
    .scchtivo-form-wrap {
        border-radius: 12px;
    }

    .scchtivo-box__title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .scchtivo-item__text {
        font-size: 14px;
    }

    .scchtivo-item__date {
        font-size: 11px;
    }

    .scchtivo-form__textarea {
        min-height: 95px;
        padding: 10px;
    }

    .scchtivo-form__btn {
        width: 100%;
        padding: 11px 14px;
    }
}

.scchtivo-item__lead {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 4px;
}

.scchtivo-item__text {
    font-size: 14px;
    color: #444;
    line-height: 1.55;
}

@media (max-width: 760px) {
    .scchtivo-item__lead {
        font-size: 15px;
    }

    .scchtivo-item__text {
        font-size: 13px;
    }
}


.scchtivo-loadmore-wrap {
    margin-top: 16px;
    text-align: center;
}

.scchtivo-loadmore-btn {
    display: inline-block;
    border: 0;
    border-radius: 12px;
    padding: 12px 18px;
    background: #f5c84c;
    color: #111;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.scchtivo-loadmore-btn.is-loading {
    opacity: 0.7;
    pointer-events: none;
}
/*
html {
    background-color: #222222;
}
*/


@media (max-width: 768px) {

    .sc-chart-tabs {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
        margin: 0 0 0px 0;
        padding: 0 0 0px 0;
        background: transparent;
        border-bottom: none;
    }

    .sc-chart-tab {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 0;
        height: auto;
        padding: 0 0 10px 0;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 600;
        color: #b5b5b5;
        cursor: pointer;
        white-space: nowrap;
    }

    .sc-chart-tab.active {
        color: #111;
    }

    .sc-chart-tab.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #111;
        border-radius: 2px;
    }
}

.sc-chart-panel {
    display: none;
}

.sc-chart-panel.active {
    display: block;
}

/* =========================================
NEWFUTER TOP MOBILE BAR
========================================= */

@media (max-width: 768px) {

    .newfuter-safe-space {
        display: block;
        width: 100%;
        height: 60px;
    }

    .newfuter-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        pointer-events: none;
    }

.newfuter-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px; /* Увеличил высоту для мягкости хода */
    pointer-events: none;
    
    /* Размытие */
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    
    /* Плавный фон */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 100%
    );

    /* Маска, которая плавно выключает эффект размытия */
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}

    .newfuter-bar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: calc(10px + env(safe-area-inset-top)) 14px 12px;
        pointer-events: auto;
    }

    .newfuter-btn {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        border-radius: 999px;
        background: rgba(255,255,255,0.96);
        box-shadow:
            0 4px 18px rgba(0,0,0,0.10),
            inset 0 1px 0 rgba(255,255,255,0.88);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

    .newfuter-btn:active {
        transform: scale(0.97);
    }

    .newfuter-search {
        flex: 1 1 auto;
        min-width: 0;
        height: 42px;
        border-radius: 999px;
        background: rgba(255,255,255,0.96);
        box-shadow:
            0 4px 18px rgba(0,0,0,0.10),
            inset 0 1px 0 rgba(255,255,255,0.88);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 18px;
        text-decoration: none;
        color: #111111;
        overflow: hidden;
        position: relative;
        -webkit-tap-highlight-color: transparent;
    }

    .newfuter-search:active {
        transform: scale(0.99);
    }

    .newfuter-search-icon {
        position: relative;
        width: 17px;
        height: 17px;
        flex: 0 0 17px;
        border: 2px solid #757575;
        border-radius: 50%;
        box-sizing: border-box;
        opacity: 0.95;
    }

    .newfuter-search-icon::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 2px;
        border-radius: 2px;
        background: #757575;
        right: -6px;
        bottom: -1px;
        transform: rotate(45deg);
        transform-origin: center;
    }

    .newfuter-search-text {
        display: inline-block;
        max-width: 68%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: 1;
        font-weight: 500;
        color: #6e6e6e;
        letter-spacing: 0.2px;
		 text-align: center; /* Выравнивание по центру */
    
    }

    .newfuter-eq {
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
        gap: 3px;
        height: 15px;
        margin-left: 2px;
        flex: 0 0 auto;
    }

.newfuter-eq i {
    display: block;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(to top, #f6c200, #ffd94a);
    transform-origin: bottom center;
    opacity: 0.78;
    animation: newfuterEqIdle 1.05s infinite ease-in-out;
}

.newfuter-eq i:nth-child(1) {
    height: 7px;
    animation-delay: 0s;
}

.newfuter-eq i:nth-child(2) {
    height: 13px;
    animation-delay: 0.15s;
}

.newfuter-eq i:nth-child(3) {
    height: 9px;
    animation-delay: 0.3s;
}

    .newfuter-icon {
        position: relative;
        display: block;
    }

    .newfuter-icon-back {
        width: 14px;
        height: 14px;
        border-left: 2.5px solid #111111;
        border-bottom: 2.5px solid #111111;
        transform: rotate(45deg);
        margin-left: 5px;
    }

    .newfuter-icon-dots {
        width: 18px;
        height: 18px;
    }

    .newfuter-icon-dots::before,
    .newfuter-icon-dots::after,
    .newfuter-icon-dots span {
        content: "";
        position: absolute;
        top: 50%;
        width: 4px;
        height: 4px;
        margin-top: -2px;
        border-radius: 50%;
        background: #111111;
    }

    .newfuter-icon-dots::before {
        left: 0;
    }

    .newfuter-icon-dots span {
        left: 7px;
    }

    .newfuter-icon-dots::after {
        right: 0;
    }

    .newfuter-btn--right {
        overflow: hidden;
    }

    .newfuter-btn--right .newfuter-icon-dots {
        display: inline-block;
    }

    .newfuter-btn--right .newfuter-icon-dots > span {
        display: block;
    }

    .newfuter-menu {
        position: absolute;
        top: calc(100% - 2px);
        right: 14px;
        min-width: 190px;
        padding: 8px;
        border-radius: 18px;
        background: rgba(255,255,255,0.96);
        box-shadow:
            0 10px 30px rgba(0,0,0,0.14),
            inset 0 1px 0 rgba(255,255,255,0.90);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        pointer-events: auto;
    }

    .newfuter-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .newfuter-menu__item {
        display: block;
        padding: 11px 14px;
        border-radius: 12px;
        text-decoration: none;
        font-size: 15px;
        line-height: 1.2;
        font-weight: 500;
        color: #111111;
        transition: background 0.18s ease;
    }

    .newfuter-menu__item:active,
    .newfuter-menu__item:hover {
        background: rgba(0,0,0,0.05);
    }
}


@keyframes newfuterEqIdle {
    0% {
        transform: scaleY(0.45);
        opacity: 0.65;
    }
    25% {
        transform: scaleY(1);
        opacity: 1;
    }
    50% {
        transform: scaleY(0.6);
        opacity: 0.8;
    }
    75% {
        transform: scaleY(1.18);
        opacity: 1;
    }
    100% {
        transform: scaleY(0.45);
        opacity: 0.65;
    }
}

.newfuter-search-form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.newfuter-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 30px;
    border: 0 !important;
    outline: 0 !important;
    background: rgba(255,255,255,0.96) !important;
    box-shadow: none !important;
    border-radius: 10px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 500;
    color: #6e6e6e !important;
    text-align: center;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.newfuter-search-input::placeholder {
    color: #8a8a8a !important;
    opacity: 1;
    font-size: 16px !important;
    font-weight: 500;
}

.newfuter-search-input:focus {
    background: rgba(255,255,255,1) !important;
}

.newfuter-search-input::-webkit-search-decoration,
.newfuter-search-input::-webkit-search-cancel-button,
.newfuter-search-input::-webkit-search-results-button,
.newfuter-search-input::-webkit-search-results-decoration {
    display: none;
}


.newfuter-search {
    position: relative;
}

.newfuter-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(
        to right,
        rgba(255, 212, 64, 0.16) 0%,
        rgba(255, 220, 90, 0.28) 100%
    );
    pointer-events: none;
    z-index: 1;
    transition: width 0.10s linear;
}

.newfuter-search-form {
    position: relative;
    z-index: 2;
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

.newfuter-player-mode {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
}

.newfuter-search.is-player .newfuter-search-form {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.newfuter-search.is-player .newfuter-player-mode {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.newfuter-mini-btn {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.82);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.newfuter-mini-playicon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #5d5d5d;
    margin-left: 2px;
}

.newfuter-mini-btn.is-pause .newfuter-mini-playicon {
    width: 10px;
    height: 12px;
    border: 0;
    margin-left: 0;
    position: relative;
}

.newfuter-mini-btn.is-pause .newfuter-mini-playicon::before,
.newfuter-mini-btn.is-pause .newfuter-mini-playicon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 2px;
    background: #5d5d5d;
}

.newfuter-mini-btn.is-pause .newfuter-mini-playicon::before {
    left: 1px;
}

.newfuter-mini-btn.is-pause .newfuter-mini-playicon::after {
    right: 1px;
}

.newfuter-mini-volumeicon {
    position: relative;
    width: 14px;
    height: 14px;
    display: block;
}

.newfuter-mini-volumeicon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 6px;
    background: #5d5d5d;
    border-radius: 1px;
}

.newfuter-mini-volumeicon::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: 2px solid #5d5d5d;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
}

.newfuter-mini-btn.is-muted .newfuter-mini-volumeicon {
    opacity: 0.45;
}

.newfuter-mini-btn.is-muted::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2px;
    background: #5d5d5d;
    border-radius: 2px;
    transform: rotate(-45deg);
}


@media (max-width: 768px) {
    .item-player,
    .item-player .audioplayer {
        display: none !important;
    }
}
body.vibe-page .newfuter-wrap,
body.vibe-page .newfuter-safe-space {
    display: none !important;
}


@media (max-width: 768px) {

    body.tabs-sticky-active .newfuter-wrap {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-100%);
        transition: all 0.25s ease;
    }

    body.tabs-sticky-active .newfuter-safe-space {
        height: 0 !important;
    }

}