/* —— Dinleme alışkanlığı —— */
.page--spotify .dash-section--listening .dash-section__hint {
    margin-top: -0.45rem;
}

.page--spotify .dash-listening-chart {
    margin-bottom: 1.1rem;
}

.page--spotify .dash-listening-panel {
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    padding: 0.85rem 0.9rem 0.75rem;
}

.page--spotify .dash-listening-panel__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.page--spotify .dash-listening-panel__title {
    margin: 0;
    font-family: "DM Mono", monospace;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sp-text-sub, #b3b3b3);
}

.page--spotify .dash-listening-panel__meta {
    font-family: "DM Mono", monospace;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.page--spotify .dash-listening-panel--chart .dash-chart {
    margin-top: 0;
}

.page--spotify .dash-listening-panel--chart .dash-chart__bars {
    height: 5.25rem;
    gap: 0.45rem;
}

.page--spotify .dash-listening-panel--chart .dash-chart__fill {
    border-radius: 999px 999px 0.2rem 0.2rem;
    background: linear-gradient(
        180deg,
        rgba(30, 215, 96, 0.92) 0%,
        rgba(30, 215, 96, 0.28) 100%
    );
}

.page--spotify .dash-chart__bar--peak .dash-chart__fill {
    background: linear-gradient(180deg, #3dff87 0%, rgba(30, 215, 96, 0.45) 100%);
    box-shadow: 0 0 0.65rem rgba(30, 215, 96, 0.32);
}

.dash-chart__value {
    font-family: "DM Mono", monospace;
    font-size: 0.52rem;
    line-height: 1;
    color: var(--sp-text-sub, #b3b3b3);
    opacity: 0;
    transform: translateY(0.15rem);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.page--spotify .dash-chart__bar:hover .dash-chart__value,
.page--spotify .dash-chart__bar--peak .dash-chart__value {
    opacity: 1;
    transform: translateY(0);
}

.page--spotify .dash-chart__bar--peak .dash-chart__label {
    color: var(--sp-accent-bright, #1ed760);
    font-weight: 600;
}

.page--spotify .dash-section--listening .dash-history {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.page--spotify .dash-top-col--artists-only {
    width: 100%;
    max-width: none;
}

.page--spotify .dash-top-stack:has(.dash-top-col--artists-only) {
    grid-template-columns: 1fr;
}

.page--spotify .dash-history__total {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    min-width: 4.5rem;
}

.dash-history-total__n {
    font-size: clamp(1.45rem, 4vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1;
    color: var(--sp-text, #f3ebe0);
    font-variant-numeric: tabular-nums;
}

.dash-history-total__label {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sp-text-sub, rgba(243, 235, 224, 0.55));
}

.page--spotify .dash-history {
    border-radius: 1rem;
    border: 1px solid rgba(var(--sp-ambient-r, 26), var(--sp-ambient-g, 21), var(--sp-ambient-b, 32), 0.2);
    background: linear-gradient(
        165deg,
        rgba(var(--sp-ambient-r, 26), var(--sp-ambient-g, 21), var(--sp-ambient-b, 32), 0.14),
        rgba(255, 255, 255, 0.025)
    );
    box-shadow: 0 0.65rem 1.75rem rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.page--spotify .dash-history__toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0.95rem 1rem 0.75rem;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(var(--sp-ambient-r, 26), var(--sp-ambient-g, 21), var(--sp-ambient-b, 32), 0.16);
    background: transparent;
    box-shadow: none;
}

.page--spotify .dash-history__toolbar .dash-tabs {
    flex: 1 1 auto;
    min-width: 0;
}

.page--spotify .dash-history__stack {
    padding: 0.35rem 0.45rem 0.55rem;
}

.page--spotify .dash-stat-list--history {
    gap: 0;
    border-radius: 0.65rem;
    border: none;
    background: transparent;
    overflow: hidden;
}

.page--spotify .dash-stat-list--history > .dash-row {
    padding: 0.62rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    margin: 0;
    align-items: center;
    gap: 0.65rem;
}

.page--spotify .dash-stat-list--history > .dash-row:last-child {
    border-bottom: none;
}

.page--spotify .dash-stat-list--history > .dash-row:hover {
    background: rgba(255, 255, 255, 0.04);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border-bottom-color: rgba(30, 215, 96, 0.14);
}

.page--spotify .dash-row--history-top {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.08) 0%,
        rgba(30, 215, 96, 0.02) 48%,
        transparent 100%
    );
}

.page--spotify .dash-row--history-top:hover {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.12) 0%,
        rgba(30, 215, 96, 0.04) 48%,
        rgba(255, 255, 255, 0.03) 100%
    );
}

.dash-history-rank {
    flex-shrink: 0;
    width: 1.35rem;
    font-family: "DM Mono", monospace;
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-history-rank--top {
    color: var(--sp-accent-bright, #1ed760);
}

.dash-history-artist-ph {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background: rgba(30, 215, 96, 0.12);
    border: 1px solid rgba(30, 215, 96, 0.24);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--sp-accent-bright, #1ed760);
}

.dash-history-art-ph {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
}

.page--spotify .dash-stat-list--history .dash-track-art,
.page--spotify .dash-stat-list--history .dash-history-art-ph {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.45rem;
}

.page--spotify .dash-stat-list--history .dash-track-list__body strong {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--sp-text, #fff);
}

.page--spotify .dash-row--history-top .dash-track-list__body strong {
    font-weight: 700;
}

.page--spotify .dash-stat-list--history .dash-track-list__body .muted {
    font-size: 0.74rem;
    color: var(--sp-text-sub, #b3b3b3);
}

.page--spotify .dash-stat-list--history .dash-stat-list__count {
    min-width: 2.1rem;
    padding: 0.15rem 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.62rem;
    text-align: center;
    color: var(--sp-text-sub, #b3b3b3);
}

.page--spotify .dash-row--history-top .dash-stat-list__count {
    background: rgba(30, 215, 96, 0.12);
    border: 1px solid rgba(30, 215, 96, 0.22);
    color: var(--sp-accent-bright, #1ed760);
}

/* —— En çok dinlenenler —— */
.page--spotify .dash-section--top .dash-section__hint {
    margin-top: -0.45rem;
}

.page--spotify .dash-top-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.page--spotify .dash-top-toolbar .dash-tabs--scroll {
    margin-bottom: 0;
    flex: 1 1 auto;
}

.dash-top-range-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    background: rgba(30, 215, 96, 0.12);
    border: 1px solid rgba(30, 215, 96, 0.26);
    font-family: "DM Mono", monospace;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    color: var(--sp-accent-bright, #1ed760);
    white-space: nowrap;
}

.page--spotify .dash-top-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.dash-top-col__title {
    margin: 0 0 0.55rem;
    font-family: "DM Mono", monospace;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-top-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.25rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.58rem;
    letter-spacing: 0.02em;
    color: var(--sp-text-sub, #b3b3b3);
    vertical-align: middle;
}

.page--spotify .dash-track-list--top-panel {
    gap: 0;
    margin-top: 0;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.page--spotify .dash-track-list--top-panel > .dash-row {
    padding: 0.62rem 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    margin: 0;
    align-items: center;
    gap: 0.65rem;
}

.page--spotify .dash-track-list--top-panel > .dash-row:last-child {
    border-bottom: none;
}

.page--spotify .dash-track-list--top-panel > .dash-row:hover {
    background: rgba(255, 255, 255, 0.04);
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border-bottom-color: rgba(30, 215, 96, 0.14);
}

.page--spotify .dash-row--top-highlight {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.08) 0%,
        rgba(30, 215, 96, 0.02) 48%,
        transparent 100%
    );
}

.page--spotify .dash-row--top-highlight:hover {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.12) 0%,
        rgba(30, 215, 96, 0.04) 48%,
        rgba(255, 255, 255, 0.03) 100%
    );
}

.dash-top-rank {
    flex-shrink: 0;
    width: 1.75rem;
    font-family: "DM Mono", monospace;
    font-size: 0.72rem;
    font-weight: 600;
    text-align: center;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-top-rank--sm {
    width: 1.45rem;
    font-size: 0.66rem;
}

.dash-top-rank--top {
    color: var(--sp-accent-bright, #1ed760);
}

.dash-top-rank--lead {
    width: auto;
    min-width: 2rem;
}

.dash-top-rank__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.16rem 0.4rem;
    border-radius: 999px;
    background: rgba(30, 215, 96, 0.16);
    border: 1px solid rgba(30, 215, 96, 0.32);
    font-family: "DM Mono", monospace;
    font-size: 0.54rem;
    letter-spacing: 0.06em;
    color: var(--sp-accent-bright, #1ed760);
    white-space: nowrap;
}

.dash-top-art-ph {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
}

.page--spotify .dash-track-list--top-panel .dash-track-art,
.page--spotify .dash-track-list--top-panel .dash-top-art-ph {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 0.45rem;
}

.page--spotify .dash-row--top-highlight .dash-track-art,
.page--spotify .dash-row--top-highlight .dash-top-art-ph {
    box-shadow: 0 0.35rem 0.85rem rgba(0, 0, 0, 0.28);
}

.page--spotify .dash-track-list--top-panel .dash-track-list__body strong {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--sp-text, #fff);
}

.page--spotify .dash-row--top-highlight .dash-track-list__body strong {
    font-weight: 700;
}

.page--spotify .dash-artists--top-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.page--spotify .dash-artists--top-panel .dash-top-artist {
    width: 100%;
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 0.62rem 0.7rem;
    text-align: left;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.page--spotify .dash-artists--top-panel .dash-top-artist:last-child {
    border-bottom: none;
}

.page--spotify .dash-artists--top-panel .dash-top-artist:hover {
    background: rgba(255, 255, 255, 0.04);
    border-bottom-color: rgba(30, 215, 96, 0.14);
}

.page--spotify .dash-top-artist--highlight {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.08) 0%,
        rgba(30, 215, 96, 0.02) 48%,
        transparent 100%
    );
}

.page--spotify .dash-top-artist--highlight:hover {
    background: linear-gradient(
        90deg,
        rgba(30, 215, 96, 0.12) 0%,
        rgba(30, 215, 96, 0.04) 48%,
        rgba(255, 255, 255, 0.03) 100%
    );
}

.dash-top-artist__avatar {
    display: block;
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    overflow: hidden;
}

.dash-top-artist__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.dash-top-artist__avatar--ph {
    display: grid;
    place-items: center;
    background: rgba(30, 215, 96, 0.12);
    border: 1px solid rgba(30, 215, 96, 0.24);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--sp-accent-bright, #1ed760);
}

.page--spotify .dash-top-artist--highlight .dash-top-artist__avatar {
    box-shadow: 0 0.35rem 0.85rem rgba(0, 0, 0, 0.28);
}

.page--spotify .dash-artists--top-panel .dash-artist__name {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--sp-text, #fff);
    white-space: normal;
    word-break: break-word;
    line-height: 1.3;
    min-width: 0;
    flex: 1;
    text-align: left;
}

.page--spotify .dash-top-artist--highlight .dash-artist__name {
    font-weight: 700;
}

.page--spotify .dash-section--top #topArtists::before {
    content: none;
    display: none;
}

.page--spotify .dash-tab {
    padding: 0.45rem 0.85rem;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.page--spotify .dash-tab:hover:not(.is-active) {
    border-color: rgba(243, 235, 224, 0.2);
    color: var(--cream);
}

.page--spotify .dash-playlist__meta {
    margin-top: 0.2rem;
    font-size: 0.72rem;
}

.page--spotify .dash-artist img {
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.25);
}

.page--spotify .dash-stat-list--ranked > .dash-row:not(.dash-row--empty) {
    align-items: flex-start;
}

.page--spotify .dash-stat-list .dash-track-list__body strong,
.page--spotify .dash-stat-list .dash-track-list__body .muted {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: unset;
}

.page--spotify .dashboard-now__progress {
    margin-top: 0.15rem;
}

.page--spotify .dashboard-controls-wrap {
    margin-top: 0.65rem;
}

.page--spotify .dashboard-now__progress + .dashboard-controls-wrap {
    margin-top: 0.6rem;
}

.page--spotify .dashboard-controls-wrap + .dash-remote {
    margin-top: 0.5rem;
}

.page--spotify .dash-now__panel:has(.dash-remote) {
    gap: 0.7rem;
}

.dash-remote {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dash-remote[hidden] {
    display: none !important;
}

.dash-remote--enabled {
    position: relative;
    scroll-margin-top: 0.75rem;
    padding: 0.75rem 0.85rem 0.8rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dash-remote--enabled::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--sp-accent, #1db954);
    border-radius: 0 2px 2px 0;
}

.dash-remote.is-open {
    z-index: 40;
}

.dash-remote__head {
    margin-bottom: 0.55rem;
    padding-left: 0.15rem;
}

.dash-remote__label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
    margin: 0;
    cursor: pointer;
}

.dash-remote__eyebrow {
    font-family: "DM Mono", monospace;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sp-accent-bright, #1ed760);
}

.dash-remote__hint {
    font-family: "DM Mono", monospace;
    font-size: 0.56rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-remote__field {
    position: relative;
}

.dash-remote__search-icon {
    position: absolute;
    left: 0.72rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: var(--sp-text-sub, #b3b3b3);
    pointer-events: none;
    opacity: 0.75;
}

.dash-remote__input {
    width: 100%;
    padding: 0.58rem 0.8rem 0.58rem 2.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
    color: var(--sp-text, #fff);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.86rem;
    line-height: 1.35;
    transition:
        border-color 0.15s ease,
        background 0.15s ease,
        box-shadow 0.15s ease;
}

.dash-remote__input::placeholder {
    color: rgba(179, 179, 179, 0.72);
}

.dash-remote__input:hover {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.34);
}

.dash-remote__input:focus {
    outline: none;
    border-color: rgba(30, 215, 96, 0.45);
    background: rgba(30, 215, 96, 0.06);
    box-shadow: 0 0 0 3px rgba(30, 215, 96, 0.12);
}

.dash-remote.is-open .dash-remote__results.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dash-remote__results {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    z-index: 50;
    margin: 0;
    padding: 0.3rem;
    list-style: none;
    max-height: min(13.5rem, 40dvh);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    background: rgba(24, 24, 24, 0.98);
    backdrop-filter: blur(16px) saturate(1.1);
    -webkit-backdrop-filter: blur(16px) saturate(1.1);
    box-shadow:
        0 1rem 2.5rem rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
    opacity: 0;
    transform: translateY(-0.25rem);
    pointer-events: none;
    transition:
        opacity 0.18s ease,
        transform 0.18s ease;
}

.dash-remote__results.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dash-remote__results::-webkit-scrollbar {
    width: 5px;
}

.dash-remote__results::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.dash-remote__results .dash-row--remote {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.5rem;
    margin: 0;
    border: none;
    border-radius: 0.55rem;
    transition: background 0.12s ease;
}

.dash-remote__results .dash-row--remote + .dash-row--remote {
    margin-top: 0.12rem;
}

.dash-remote__results .dash-row--remote:hover,
.dash-remote__results .dash-row--remote:focus-within {
    background: rgba(255, 255, 255, 0.05);
}

.dash-remote__results .dash-track-list__art,
.dash-remote__art-ph {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.4rem;
    flex-shrink: 0;
    object-fit: cover;
}

.dash-remote__art-ph {
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    font-size: 1rem;
}

.dash-remote__results .dash-track-list__body {
    flex: 1;
    min-width: 0;
}

.dash-remote__results .dash-track-list__body strong {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--sp-text, #fff);
}

.dash-remote__results .dash-track-list__body .muted {
    font-size: 0.72rem;
    margin-top: 0.08rem;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-remote__play {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    flex-shrink: 0;
    min-height: 0;
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    font-family: "DM Mono", monospace;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(30, 215, 96, 0.35);
    background: rgba(30, 215, 96, 0.12);
    color: var(--sp-accent-bright, #1ed760);
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.dash-remote__play svg {
    width: 0.72rem;
    height: 0.72rem;
}

.dash-remote__play:hover,
.dash-remote__play:focus-visible {
    background: rgba(30, 215, 96, 0.2);
    border-color: rgba(30, 215, 96, 0.5);
    transform: translateY(-1px);
}

.dash-remote__play.is-busy {
    opacity: 0.65;
    pointer-events: none;
}

.dash-remote__play.is-success {
    border-color: rgba(30, 215, 96, 0.65);
    background: rgba(30, 215, 96, 0.18);
}

.dash-row--remote-empty .muted {
    font-family: "DM Mono", monospace;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.dash-remote__results--error .dash-row--remote-error .muted {
    color: var(--coral, #ff6b6b);
    font-family: "DM Mono", monospace;
    font-size: 0.72rem;
}

.dash-row--remote.dash-row--skeleton {
    pointer-events: none;
}

.dash-remote__skel {
    display: block;
    border-radius: 0.35rem;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.04) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.04) 100%
    );
    background-size: 200% 100%;
    animation: dash-remote-skel 1.1s ease-in-out infinite;
}

.dash-remote__skel--art {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.dash-remote__skel--lines {
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
    flex: 1;
    min-width: 0;
}

.dash-remote__skel--lines span {
    display: block;
    height: 0.58rem;
    border-radius: 0.25rem;
    background: inherit;
    animation: inherit;
}

.dash-remote__skel--lines span:first-child { width: 76%; }
.dash-remote__skel--lines span:last-child { width: 52%; }

.dash-remote__skel--btn {
    width: 3.1rem;
    height: 1.65rem;
    border-radius: 999px;
    flex-shrink: 0;
}

@keyframes dash-remote-skel {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .dash-remote__results {
        transition: none;
    }

    .dash-remote__skel {
        animation: none;
    }
}

.page--spotify .dashboard-controls {
    gap: 0.2rem;
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    background: rgba(243, 235, 224, 0.04);
    border: 1px solid var(--sp-line);
    width: fit-content;
    max-width: 100%;
}

.page--spotify .dashboard-controls .btn {
    min-width: 2.45rem;
    min-height: 2.45rem;
    border-radius: 50%;
    border-color: transparent;
    background: transparent;
}

.page--spotify .dashboard-controls .btn:hover:not(:disabled) {
    background: rgba(243, 235, 224, 0.08);
    border-color: transparent;
}

.page--spotify .dashboard-controls .btn[data-action="play"],
.page--spotify .dashboard-controls .btn[data-action="pause"] {
    min-width: 2.65rem;
    background: rgba(94, 228, 199, 0.14);
    border-color: rgba(94, 228, 199, 0.22);
    color: var(--mint);
}

.page--spotify .dashboard-controls .btn[data-action="play"]:hover:not(:disabled),
.page--spotify .dashboard-controls .btn[data-action="pause"]:hover:not(:disabled) {
    background: rgba(94, 228, 199, 0.22);
    border-color: rgba(94, 228, 199, 0.35);
}

.page--spotify .dashboard-controls--readonly {
    opacity: 0.72;
    cursor: not-allowed;
}

.page--spotify .dashboard-controls--readonly .btn {
    cursor: not-allowed;
}

.page--spotify .dashboard-controls--readonly .btn:disabled {
    opacity: 1;
}

.page--spotify .sp-profile-hero {
    box-shadow:
        0 0.45rem 1.35rem rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.page--spotify .dash-track-list__art {
    box-shadow: 0 0.2rem 0.65rem rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.page--spotify .dash-row--top:nth-child(-n+3) {
    background: linear-gradient(90deg, rgba(94, 228, 199, 0.07), transparent 85%);
    border-radius: 0.5rem;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    border-bottom-color: rgba(94, 228, 199, 0.12);
}

.page--spotify .dash-chart__fill {
    border-radius: 3px 3px 1px 1px;
    background: linear-gradient(180deg, var(--mint) 0%, rgba(157, 122, 255, 0.35) 100%);
}

.page--spotify .dash-section--top #topArtists::before {
    content: none;
    display: none;
}

.page--spotify .dash-tab {
    background: transparent;
    border-color: rgba(243, 235, 224, 0.1);
}

.page--spotify .dash-tab.is-active {
    background: rgba(94, 228, 199, 0.1);
    border-color: rgba(94, 228, 199, 0.4);
    color: var(--mint);
    box-shadow: 0 0 0 1px rgba(94, 228, 199, 0.08);
}

.page--spotify .dash-badge {
    background: transparent;
    border: 1px solid rgba(243, 235, 224, 0.1);
}

.page--spotify .dash-badge--mint {
    background: transparent;
    border-color: rgba(94, 228, 199, 0.25);
}

.page--spotify .dash-modal__panel {
    background: var(--ink);
    border: 1px solid rgba(243, 235, 224, 0.1);
    box-shadow: none;
}

.page.page--spotify .page-footer {
    opacity: 1;
    margin-top: 0;
}

.page--spotify .btn--ghost {
    border-radius: 999px;
    font-family: "DM Mono", monospace;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.dashboard-now__art--crossfade {
    position: relative;
}

.dashboard-now__art-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.45s ease;
}

.dashboard-now__art-layer.is-active {
    opacity: 1;
}

.dashboard-now__art-ph {
    font-size: 3rem;
}

.dash-lyrics {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0.5rem;
    border-radius: 0.85rem;
    background: rgba(12, 11, 16, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    max-height: min(16rem, 42vh);
}

.dash-lyrics:not([hidden])::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--sp-accent, #1db954);
    border-radius: 0 2px 2px 0;
    z-index: 1;
}

.dash-lyrics__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem 0.5rem 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.04) 0%,
        transparent 100%
    );
    flex-shrink: 0;
}

.dash-lyrics__eyebrow {
    margin: 0;
    font-family: "DM Mono", monospace;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-lyrics__mode {
    margin: 0.18rem 0 0;
    font-family: "DM Mono", monospace;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sp-accent, #1db954);
}

.dash-lyrics__scroll {
    flex: 1;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0.55rem 0.85rem 0.75rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.16) transparent;
}

.dash-lyrics__scroll::-webkit-scrollbar {
    width: 5px;
}

.dash-lyrics__scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.dash-lyrics__text {
    margin: 0;
    white-space: pre-wrap;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.86rem;
    line-height: 1.65;
    color: var(--sp-text-sub, #b3b3b3);
}

.dash-lyrics.is-loading .dash-lyrics__text {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.dash-lyrics__skel {
    display: block;
    height: 0.72rem;
    border-radius: 0.25rem;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.04) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.04) 100%
    );
    background-size: 200% 100%;
    animation: dash-lyrics-skel 1.1s ease-in-out infinite;
}

.dash-lyrics__skel:nth-child(odd) {
    width: 88%;
}

.dash-lyrics__skel:nth-child(even) {
    width: 64%;
}

@keyframes dash-lyrics-skel {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.dash-lyrics--error .dash-lyrics__text {
    font-family: "DM Mono", monospace;
    font-size: 0.75rem;
    color: var(--coral, #ff6b6b);
}

.page--spotify #btnLyrics.is-active {
    border-color: rgba(30, 215, 96, 0.45);
    background: rgba(30, 215, 96, 0.1);
    color: var(--sp-accent-bright, #1ed760);
}

.dash-chart {
    margin-top: 0.85rem;
}

.dash-chart__title {
    font-family: "DM Mono", monospace;
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cream-dim);
    margin: 0 0 0.5rem;
}

.dash-chart__bars {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 4.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.dash-chart__bars::-webkit-scrollbar {
    display: none;
}

.dash-chart--days .dash-chart__bars {
    gap: 0.35rem;
}

.dash-chart__bar {
    flex: 1;
    min-width: 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    height: 100%;
    justify-content: flex-end;
}

.dash-chart__fill {
    width: 100%;
    min-height: 4px;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, var(--mint), rgba(94, 228, 199, 0.25));
}

.dash-chart__label {
    font-size: 0.48rem;
    font-family: "DM Mono", monospace;
    color: var(--cream-dim);
}

.dash-artist--btn {
    border: none;
    cursor: pointer;
    background: rgba(243, 235, 224, 0.04);
    font: inherit;
    color: inherit;
    text-align: left;
}

.dash-artist--btn:hover {
    background: rgba(94, 228, 199, 0.1);
}

.dash-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    touch-action: none;
}

.dash-modal[hidden] {
    display: none !important;
    pointer-events: none !important;
}

.dash-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: auto;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.dash-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    background: #14121a;
    border: 1px solid rgba(243, 235, 224, 0.08);
    border-radius: 1rem 1rem 0 0;
    padding: 1.25rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
    touch-action: pan-y;
}

body.dash-hub-locked {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none;
}

body.dash-hub-locked .dash-app,
body.dash-hub-locked .dash-mini-player,
body.dash-hub-locked .dash-app__bar {
    pointer-events: none !important;
    touch-action: none !important;
    user-select: none;
}

body.dash-hub-locked .dash-modal:not([hidden]) {
    pointer-events: auto;
    z-index: 150;
}

@media (min-width: 640px) {
    .dash-modal {
        align-items: center;
        padding: 1.5rem;
    }

    .dash-modal__panel {
        max-width: 32rem;
        max-height: min(85vh, 40rem);
        border-radius: 1rem;
        padding: 1.35rem 1.25rem 1.25rem;
    }
}

.dash-modal__close {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    border: none;
    background: transparent;
    color: var(--cream-dim);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem;
    line-height: 1;
}

.dash-modal__title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    padding-right: 2rem;
}

.dash-modal__empty {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
}

