/* Şu an çalıyor — büyük kapak, dikey */
.page--spotify .dash-now {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 0 0.25rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.page--spotify .dash-now__cover {
    width: 100%;
}

.page--spotify .dash-now__cover .dashboard-hero__art-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

.page--spotify .dash-now__cover .dashboard-hero__glow {
    inset: 5%;
    filter: blur(2.75rem);
    opacity: 0.5;
}

.page--spotify .dash-now__cover .dashboard-hero__art {
    width: 100%;
    max-width: none;
    aspect-ratio: 1;
    border-radius: 1.1rem;
    background: transparent;
    border: 1px solid var(--sp-line-strong);
    box-shadow:
        0 1.75rem 3.5rem rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.page--spotify .dash-now__panel {
    width: 100%;
    padding: 0.35rem 0 0;
    min-width: 0;
}

.page--spotify .dash-now__panel.dashboard-hero__body {
    gap: 1rem;
    align-items: center;
}

.page--spotify .dashboard-hero__titles {
    margin-top: 0.2rem;
    width: 100%;
}

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

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

.page--spotify .dashboard-hero__head,
.page--spotify .dashboard-hero__titles,
.page--spotify .dashboard-now__audio,
.page--spotify .dashboard-now__time {
    text-align: center;
}

.page--spotify .dashboard-hero__head {
    justify-content: center;
    width: 100%;
}

.page--spotify .dashboard-now__state {
    justify-content: center;
}

.page--spotify .dashboard-badges,
.page--spotify .dashboard-now__actions,
.page--spotify .dashboard-controls {
    justify-content: center;
}

.page--spotify .dashboard-now__title {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
    word-break: break-word;
    text-wrap: balance;
}

.page--spotify .dashboard-now__artist {
    font-size: 0.95rem;
    margin-top: 0.25rem;
}

.page--spotify .dashboard-now__album {
    font-size: 0.8rem;
    margin-top: 0.15rem;
}

.page--spotify .dashboard-now__actions {
    gap: 0.4rem;
    width: 100%;
    justify-content: center;
}

.page--spotify .dashboard-now__actions .btn {
    flex: 0 1 auto;
    min-width: 0;
}

/* Bölümler — kaydırmalı feed */
.page--spotify .dash-section {
    position: relative;
    padding: 1.65rem 0 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.page--spotify .dash-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--sp-line) 15%,
        rgba(94, 228, 199, 0.2) 50%,
        var(--sp-line) 85%,
        transparent
    );
}

.page--spotify .dash-section:first-of-type::before {
    display: none;
}

.page--spotify .dash-section:first-of-type {
    padding-top: 1.4rem;
}

.page--spotify .dash-section__title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 0.85rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.page--spotify .dash-section__title::before {
    content: "";
    width: 0.2rem;
    height: 1.05em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--mint), var(--violet));
    flex-shrink: 0;
}

.page--spotify .dash-section__desc {
    font-size: 0.82rem;
    margin: -0.45rem 0 0.85rem;
    line-height: 1.45;
}

.page--spotify .dash-history__heading,
.page--spotify .dash-history__subtitle,
.page--spotify .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.55rem;
    display: block;
}

.page--spotify .card-desc {
    font-size: 0.82rem;
    margin: 0 0 0.75rem;
    line-height: 1.45;
}

.page--spotify .dash-row,
.page--spotify .dash-track-list li,
.page--spotify .dash-stat-list li {
    padding: 0.65rem 0;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(243, 235, 224, 0.06);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.page--spotify .dash-track-list li:last-child,
.page--spotify .dash-stat-list li:last-child {
    border-bottom: none;
}

.page--spotify .dash-row:hover,
.page--spotify .dash-track-list li:hover,
.page--spotify .dash-stat-list li:hover {
    background: rgba(243, 235, 224, 0.03);
    border-bottom-color: rgba(94, 228, 199, 0.2);
    border-radius: 0.5rem;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
}

.page--spotify .dash-row--empty:hover {
    border-bottom-color: rgba(243, 235, 224, 0.06);
}

.page--spotify .dash-chart {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
}

.page--spotify .dash-history {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(243, 235, 224, 0.07);
}

.page--spotify .dash-playlists--scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.35rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    margin: 0 -1rem;
    padding: 0 1rem 0.5rem;
    scrollbar-width: none;
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 1.25rem,
        #000 calc(100% - 1.25rem),
        transparent
    );
    -webkit-mask-image: linear-gradient(
        90deg,
        transparent,
        #000 1.25rem,
        #000 calc(100% - 1.25rem),
        transparent
    );
}

.page--spotify .dash-playlists--scroll::-webkit-scrollbar {
    display: none;
}

.page--spotify .dash-playlists--scroll .dash-playlist {
    flex: 0 0 7.75rem;
    scroll-snap-align: start;
    min-width: 0;
}

.page--spotify .dash-playlist {
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    padding: 0;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.page--spotify .dash-playlist:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.page--spotify .dash-playlist img,
.page--spotify .dash-playlist__ph {
    border-radius: 0.5rem;
    border: 1px solid rgba(243, 235, 224, 0.08);
}

.page--spotify .dash-playlist__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    font-size: 0.78rem;
}

.page--spotify .dash-artists--scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.85rem;
    padding-bottom: 0.25rem;
    border-top: none;
    scrollbar-width: none;
}

.page--spotify .dash-artists--scroll::-webkit-scrollbar {
    display: none;
}

.page--spotify .dash-artists--scroll .dash-artist {
    flex-shrink: 0;
    max-width: 11rem;
}

.page--spotify .dash-artists--top {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0.5rem;
    overflow: visible;
    overscroll-behavior: auto;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0.85rem;
    padding-bottom: 0;
    border-top: 1px solid var(--sp-line);
}

.page--spotify .dash-artists--top .dash-artist {
    flex-shrink: unset;
    max-width: none;
    width: 100%;
}

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

.page--spotify .dash-artist--btn {
    background: transparent;
}

.page--spotify .dash-artist--btn:hover {
    background: transparent;
    border-color: rgba(94, 228, 199, 0.35);
    color: var(--mint);
}

.page--spotify .dash-tabs--scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0.65rem;
    padding-bottom: 0.15rem;
    scrollbar-width: none;
}

.page--spotify .dash-tabs--scroll::-webkit-scrollbar {
    display: none;
}

.page--spotify .dash-tabs--scroll .dash-tab {
    flex-shrink: 0;
}

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

.page--spotify .dash-section__hint {
    font-size: 0.72rem;
    line-height: 1.45;
    margin: -0.35rem 0 0.85rem;
}

