/* =========================
ARTIST MINI STATS MOBILE TOGGLE 29.03.2026
========================= */


.artist-mini-stats__toggle {
    display: none;
}

@media (max-width: 640px) {
    .artist-mini-stats__toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        margin: 14px 0 0 0;
        padding: 14px 16px;
        border: 1px solid rgba(255,255,255,0.10);
        border-radius: 16px;
        background: rgba(255,255,255,0.06);
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
    }

    .artist-mini-stats__toggle-text {
        display: inline-block;
    }

    .artist-mini-stats__toggle-icon {
        position: relative;
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
    }

    .artist-mini-stats__toggle-icon::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: translate(-50%, -65%) rotate(45deg);
        transition: transform .25s ease;
    }

    .artist-mini-stats.is-open .artist-mini-stats__toggle-icon::before {
        transform: translate(-50%, -35%) rotate(-135deg);
    }

    .artist-mini-stats__grid {
        overflow: hidden;
        transition: max-height .28s ease, opacity .28s ease, margin-top .28s ease;
    }

    .artist-mini-stats:not(.is-open) .artist-mini-stats__grid {
        max-height: 0;
        opacity: 0;
        margin-top: 0;
        pointer-events: none;
    }

    .artist-mini-stats.is-open .artist-mini-stats__grid {
        max-height: 1200px;
        opacity: 1;
        margin-top: 16px;
        pointer-events: auto;
    }
}

@media (min-width: 641px) {
    .artist-mini-stats__grid {
        max-height: none !important;
        opacity: 1 !important;
        margin-top: 16px;
        pointer-events: auto !important;
    }
}

/* =========================
ARTIST V2 STATS
========================= */

.artistv2 {
    margin: 22px 0 30px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.28);
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #181617;
}

.artistv2__head {
    margin-bottom: 14px;
}

.artistv2__title {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    margin-bottom: 4px;
}

.artistv2__subtitle {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(24,22,23,0.68);
}

.artistv2__meta {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 14px;
    margin-bottom: 16px;
}

.artistv2__col {
    background: rgba(255,255,255,0.46);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 12px 12px 10px;
}

.artistv2__col-title {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.artistv2__metric {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    min-height: 18px;
}

.artistv2__metric:last-child {
    margin-bottom: 0;
}

.artistv2__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}

.artistv2__dot--views { background: #ffd600; }
.artistv2__dot--starts { background: #2f80ed; }
.artistv2__dot--completes { background: #27ae60; }
.artistv2__dot--clicks { background: #454545; }

.artistv2__num {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
}

.artistv2__num small {
    font-size: 11px;
    font-weight: 600;
    color: rgba(24,22,23,0.65);
}

.artistv2__num--views { color: #a67c00; }
.artistv2__num--starts { color: #2f80ed; }
.artistv2__num--completes { color: #1d8c4d; }
.artistv2__num--clicks { color: #454545; }

.artistv2__chart-wrap {
    position: relative;
    height: 260px;
}

@media (max-width: 860px) {
    .artistv2 {
        margin: 18px 0 24px;
        padding: 14px 14px 12px;
        border-radius: 18px;
    }

    .artistv2__title {
        font-size: 18px;
    }

    .artistv2__subtitle {
        font-size: 12px;
    }

    .artistv2__meta {
        display: none;
    }

    .artistv2__chart-wrap {
        height: 220px;
    }
}

.artistv2__scorelabel {
    font-size: 12px;
    font-weight: 700;
    color: rgba(24,22,23,0.68);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.artistv2__scoreline {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.artistv2__scorevalue {
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    color: #111;
}

.artistv2__level {
    font-size: 14px;
    font-weight: 700;
}

.artistv2__level.is-growing { color: #27ae60; }
.artistv2__level.is-popular { color: #2f80ed; }
.artistv2__level.is-top { color: #9b51e0; }
.artistv2__level.is-legend { color: #f2c94c; }
.artistv2__level.is-low { color: #888; }

.artistv2__micro {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.artistv2__micro.is-up { color: #27ae60; }
.artistv2__micro.is-down { color: #d64545; }
.artistv2__micro.is-flat { color: #7a7a7a; }

.artistv2__micro-icon {
    font-size: 14px;
    line-height: 1;
}

.artistv2__dot--comments { background: #b06cff; }
.artistv2__num--comments { color: #8d52cf; }

.artistv2__metric--compare.is-up .artistv2__num {
    color: #27ae60;
}
.artistv2__metric--compare.is-down .artistv2__num {
    color: #d64545;
}
.artistv2__metric--compare.is-flat .artistv2__num {
    color: #7a7a7a;
}


.sc-artist-interest {
    margin-top: 12px;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.45;
}

.sc-artist-interest__line + .sc-artist-interest__line {
    margin-top: 4px;
}

.sc-artist-interest__label {
    font-weight: 700;
    color: #3e3e3e;
    margin-right: 6px;
}

.sc-artist-interest__text {
    color: #4a4a4a;
}

@media (max-width: 640px) {
    .sc-artist-interest {
        font-size: 12px;
        line-height: 1.4;
    }
}

.sc-share {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.sc-share__btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #454545;
    color: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
}

.sc-share__btn:hover {
    transform: scale(1.08);
    background: #FFD700;
    color: #000;
}

.sc-share__btn a:visited {
    color: #fff;
}


.sc-share__btn-2 {
    width: 100px;
    height: 54px;
    border-radius: 12px;
    background: #454545;
    color: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all .25s ease;
	 justify-content: center;
}

.sc-share__btn-2:hover {
    transform: scale(1.08);
    background: #FFD700;
    color: #000;
}

.sc-share__btn-2 a:visited {
    color: #fff;
}

.sc-song-lyrics-text{
    white-space: pre-line;
}

/*галочка*/

.sc-verified-star{
    display:inline-block;
    width:18px;
    height:18px;
    margin-left:6px;
    position:relative;
    vertical-align:middle;

     background:#1474b5;

    /* мягкая звезда как Instagram */
    clip-path: polygon(
        50% 0%,
        65% 6%,
        80% 5%,
        90% 20%,
        100% 35%,
        95% 50%,
        100% 65%,
        90% 80%,
        80% 95%,
        65% 94%,
        50% 100%,
        35% 94%,
        20% 95%,
        10% 80%,
        0% 65%,
        5% 50%,
        0% 35%,
        10% 20%,
        20% 5%,
        35% 6%
    );

    box-shadow: 0 2px 6px rgba(29,155,240,0.5);
}

.sc-verified-star::after{
    content:"";
    position:absolute;
    left:5px;
    top:5px;
    width:6px;
    height:3px;

    border-left:2px solid #fff;
    border-bottom:2px solid #fff;

    transform:rotate(-45deg);
}

/*Верификация*/
/* КНОПКА */
.sc-verify-btn {
    display: inline-block;
    margin-top: 2px;
    padding: 2px 6px;
    background: #1e90ff;
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

/* MODAL */
.sc-verify-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
}

.sc-verify-modal.active {
    display: block;
}

.sc-verify-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

/* BOX */
.sc-verify-box {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 80px auto;
    background: #2b2f36;
    border-radius: 12px;
    padding: 20px;
    color: #fff;
}

/* CLOSE */
.sc-verify-close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 20px;
    cursor: pointer;
}

/* INPUTS */
.sc-verify-box input[type="text"],
.sc-verify-box input[type="url"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
    border-radius: 6px;
}

/* CHECKBOX */
.sc-verify-check {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

/* BUTTON */
.sc-verify-box button {
    width: 100%;
    padding: 10px;
    border: none;
    background: #1e90ff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

/* RESULT */
.sc-verify-result {
    margin-top: 10px;
    font-size: 10px;
}

.sc-verify-status{
    display:inline-block;
    margin-top:2px;
    padding:2px 6px;
    border-radius:10px;
    font-size:11px;
    font-weight:600;
    text-transform: uppercase;
}

.sc-verify-status--pending{
    background:rgba(255, 193, 7, 0.12);
    color:#f3c54b;
    border:1px solid rgba(243, 197, 75, 0.28);
}

.sc-verify-status--done{
    background:rgba(42, 123, 255, 0.10);
    color:#2a7bff;
    border:1px solid rgba(42, 123, 255, 0.22);
}
/* ФИКС ЗУМА НА МОБИЛЕ */
.sc-verify-box input,
.sc-verify-box textarea,
.sc-verify-box select {
    font-size: 16px !important;
}

.sc-verify-box {
    box-sizing: border-box;
}

.sc-verify-box input[type="text"],
.sc-verify-box input[type="url"] {
    box-sizing: border-box;
    font-size: 16px !important;
}


/*АИ АНАЛИЗ*/
.sc-ai-admin-box{
    margin:18px 0;
    padding:16px;
    background:#2b2f36;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;
    color:#fff;
}

.sc-ai-admin-title{
    font-size:16px;
    font-weight:700;
    margin-bottom:12px;
}

.sc-ai-admin-btn{
    display:inline-block;
    padding:10px 14px;
    margin:0 8px 10px 0;
    border:none;
    border-radius:10px;
    background:#1e90ff;
    color:#fff;
    cursor:pointer;
    font-size:14px;
    font-weight:600;
}

.sc-ai-admin-btn--apply{
    background:#4caf50;
}

.sc-ai-admin-status{
    margin:10px 0 12px;
    color:#9ecbff;
    font-size:14px;
}

.sc-ai-admin-result{
    display:block;
    width:100%;
    min-height:220px;
    padding:14px;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:10px;
    background:#111;
    color:#e8e8e8;
    font-size:14px;
    line-height:1.5;
    box-sizing:border-box;
    resize:vertical;
    white-space:pre-wrap;
}