.sz-follow-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid rgba(52, 211, 153, .25);
    border-radius: 999px;
    color: #03130d;
    background: #34d399;
    font: 740 11px/1 "HarmonyOS Sans SC", "PingFang SC", sans-serif;
    letter-spacing: 0;
    cursor: pointer;
}
.sz-follow-button::before { content: "+"; font: 800 14px/1 monospace; }
.sz-follow-button.is-following { color: #8edab6; border-color: rgba(52, 211, 153, .38); background: transparent; }
.sz-follow-button.is-following::before { content: "✓"; color: #34d399; }
.sz-follow-button:disabled { opacity: .52; cursor: wait; }
.sz-follow-control {
    display: inline-grid;
    justify-items: start;
    gap: 5px;
}
.sz-follow-note {
    display: block;
    max-width: 190px;
    color: #66766f;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0;
}

.sz-follow-strip {
    position: sticky;
    z-index: 450;
    top: 0;
    min-height: 42px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: center;
    border-bottom: 1px solid rgba(52, 211, 153, .2);
    color: #cfe4da;
    background: rgba(6, 14, 10, .96);
    backdrop-filter: blur(12px);
}
.sz-follow-strip[hidden] { display: none; }
.sz-follow-strip a {
    min-width: 0;
    padding: 11px 14px;
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    line-height: 1.45;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sz-follow-strip strong { color: #34d399; font-weight: 800; }
.sz-follow-strip button {
    width: 38px;
    height: 38px;
    border: 0;
    color: #607069;
    background: transparent;
    font-size: 19px;
    cursor: pointer;
}

.sz-follow-inline-status {
    min-height: 18px;
    margin-top: 8px;
    color: #67766f;
    font-size: 10px;
    line-height: 1.5;
}

.sz-artist-follow-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 14px;
}
.sz-artist-follow-row strong {
    min-width: 0;
    color: #dde7e2;
    font-size: 13px;
    overflow-wrap: anywhere;
}
.sz-artist-follow-row .sz-follow-control {
    flex: 0 0 auto;
    justify-items: end;
    text-align: right;
}
.sz-local-band-links {
    display: grid;
    gap: 0;
    min-width: 0;
}
.sz-local-band-links.is-appended {
    margin-top: 24px;
    padding-top: 10px;
    border-top: 1px solid rgba(125, 151, 139, .16);
}
.sz-local-band-entry {
    display: block;
    min-width: 0;
    padding: 12px 0 14px;
    color: inherit;
    border-bottom: 1px solid rgba(125, 151, 139, .12);
}
.sz-local-band-summary {
    margin: 6px 0 0 59px;
    max-width: 58ch;
    color: #76847d;
    font-size: 11px;
    line-height: 1.65;
    overflow-wrap: anywhere;
}
.sz-local-band-profile-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    margin: 7px 0 0 59px;
    color: #70a88e;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}
.sz-local-band-profile-link span { font-size: 16px; line-height: 1; }

@media (max-width: 520px) {
    .sz-local-band-summary,
    .sz-local-band-profile-link { margin-left: 0; }
}

@media (prefers-reduced-motion: no-preference) {
    .sz-follow-button { transition: border-color 160ms ease, color 160ms ease, background 160ms ease; }
}

.artist-picker {
    margin-bottom: 18px;
    padding: 20px 0 10px;
    border-top: 1px solid rgba(125, 151, 139, .17);
    border-bottom: 1px solid rgba(125, 151, 139, .17);
}
.artist-picker-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}
.artist-picker-head h2 {
    margin: 4px 0 0;
    color: #edf3f0;
    font-size: 15px;
    line-height: 1.3;
}
.artist-picker-head > p {
    margin: 0;
    color: #82938a;
    font-size: 11px;
    line-height: 1.5;
}
.artist-picker-kicker,
.artist-followed-label {
    margin: 0;
    color: #34d399;
    font: 750 9px/1.2 "SFMono-Regular", Consolas, monospace;
}
.artist-followed-rail {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    min-height: 56px;
    margin-bottom: 16px;
    padding: 10px 0;
    border-top: 1px solid rgba(125, 151, 139, .12);
    border-bottom: 1px solid rgba(125, 151, 139, .12);
}
.artist-followed-avatars {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    overflow-x: auto;
    padding: 1px 0;
    scrollbar-width: none;
}
.artist-followed-avatars::-webkit-scrollbar { display: none; }
.artist-followed-avatar {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    overflow: hidden;
    border: 1px solid rgba(52, 211, 153, .25);
    border-radius: 50%;
    color: #34d399;
    background: #07100c;
}
.artist-followed-avatar img,
.artist-badge-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.artist-avatar-wave {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.artist-avatar-wave i {
    width: 3px;
    border-radius: 2px;
    background: currentColor;
}
.artist-avatar-wave i:nth-child(1) { height: 12px; opacity: .62; }
.artist-avatar-wave i:nth-child(2) { height: 22px; }
.artist-avatar-wave i:nth-child(3) { height: 16px; opacity: .78; }
.artist-letter-grid {
    display: grid;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 4px;
}
.artist-letter {
    min-width: 0;
    min-height: 38px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 7px;
    color: #dbe6e1;
    background: transparent;
    font: 700 13px/1 "SFMono-Regular", Consolas, monospace;
    cursor: pointer;
}
.artist-letter.is-empty { color: #3f4f47; }
.artist-letter.is-selected {
    color: #03130d;
    border-color: #34d399;
    background: #34d399;
}
.artist-letter:focus-visible {
    border-color: rgba(52, 211, 153, .72);
    outline: none;
}
.artist-index-summary {
    min-height: 17px;
    margin: 12px 0 0;
    color: #5d6d65;
    font: 650 10px/1.5 "SFMono-Regular", Consolas, monospace;
}
.artist-index-list {
    display: grid;
    margin-top: 4px;
}
.artist-index-row {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 78px;
    padding: 12px 0;
    border-top: 1px solid rgba(125, 151, 139, .12);
}
.artist-badge-media {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border: 1px solid rgba(52, 211, 153, .28);
    border-radius: 8px;
    color: #34d399;
    background: #07100c;
}
.artist-badge-copy { min-width: 0; }
.artist-badge-copy strong {
    display: block;
    overflow: hidden;
    color: #edf3f0;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artist-badge-copy small {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: #66766e;
    font-size: 10px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artist-index-follow {
    min-width: 68px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid #34d399;
    border-radius: 999px;
    color: #03130d;
    background: #34d399;
    font-size: 11px;
    font-weight: 780;
    cursor: pointer;
}
.artist-index-follow.is-following {
    color: #8edab6;
    border-color: rgba(52, 211, 153, .42);
    background: transparent;
}
.artist-index-follow:disabled { opacity: .48; cursor: wait; }
.artist-index-empty {
    min-height: 92px;
    display: grid;
    place-items: center;
    margin: 0;
    border-top: 1px solid rgba(125, 151, 139, .12);
    color: #53635b;
    font-size: 11px;
}

@media (max-width: 520px) {
    .artist-picker { padding-top: 17px; }
    .artist-picker-head {
        display: block;
        margin-bottom: 14px;
    }
    .artist-picker-head > p { margin-top: 7px; }
    .artist-followed-rail { grid-template-columns: 62px minmax(0, 1fr); }
    .artist-letter-grid { gap: 3px; }
    .artist-letter { min-height: 36px; font-size: 12px; }
    .artist-index-row {
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 10px;
    }
    .artist-badge-media { width: 46px; height: 46px; }
    .artist-index-follow { min-width: 62px; padding: 0 10px; }
}
