﻿/* Set padding to keep content from hitting the edges */
body {
    background-color: black;
    color: white !important;
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-dark {
    background-color: black !important;
}

.logo {
    width: auto;
    max-width: 85%;
    max-height: 150px;
}

.logo-container {
    width: 100%;
    text-align: center;
}

.logo-row {
    width: 100%;
}

.cover {
    width: 100%;
}

.socials {
    color: black;
    font-size: 30px;
}

.socials2 {
    color: black;
    font-size: 30px;
    text-align: right;
}

/* Cookie consent bar */
.cookie-bar-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 74px;
    z-index: 1050;
}

.cookie-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background: var(--pr-card);
    border-top: 2px solid var(--pr-accent);
    padding: 16px 20px;
    box-shadow: 0 -4px 20px rgba(0,0,0,.5);
    animation: pandarock-cookie-slide-up .35s ease-out;
}

.cookie-bar-text {
    color: #ddd !important;
    font-size: 0.9rem;
    max-width: 700px;
}

    .cookie-bar-text a {
        color: var(--pr-accent) !important;
        text-decoration: underline;
    }

.cookie-bar-actions .btn-accent {
    width: auto !important;
    white-space: nowrap;
}

@keyframes pandarock-cookie-slide-up {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .cookie-bar {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

.row {
    margin-bottom: 5px;
}

.cover_album{
    height: 50px;
}

.listacanzoni {
    vertical-align: middle;
    text-align:left;
}
.title{
    text-align:center;
}

@media (min-width:280px) { /* smartphones, iPhone, portrait 480x320 phones */
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:653px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
}

@media (min-width:768px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}

.logo {
    width: 100%;
}
.song-details {
    margin-top: 10px;
}
.store {
    background-color: rgb(28, 30, 31);
}
.store-details {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-top: solid 1px white;
}
.cover1 {
    width: 100%;
    filter: blur(5px);
}
.cover2 {
    width: 70%;
}
.link-cover1 {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    /*height: 100vh !important;*/
}
.link-cover2 {
    position: absolute;
}
.top {
    position: relative;
    top: 0;
    left: 0;
    /*height: 100vh;*/
    overflow: hidden;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.btn {
    width: 100% !important;
}

.copy-link.btn.btn-secondary {
    border-radius: 50px;
    padding: 0.5625rem;
    display: inline-block;
    width: auto;
    min-width: 126px;
    border: 0;
    position: relative;
    background: 0 0;
    margin: 12px 0;
}
    .copy-link.btn.btn-secondary .bg-animate {
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        left: -1px;
        border-radius: 50px;
        transition: all .6s ease-in-out;
        border: 2px solid #fff;
    }
        .copy-link.btn.btn-secondary .bg-animate + span {
            color: #fff;
            position: relative;
        }

h4, p, svg, span {
    color: rgb(255, 255, 255);
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
th, td {
    color: white !important;
}

/* ===================== Pandarock restyle ===================== */

:root {
    --pr-accent: #e2131f;
    --pr-accent-dark: #a30d17;
    --pr-black: #0a0a0a;
    --pr-card: #161616;
    --pr-font-display: 'Oswald', 'Impact', sans-serif;
}

h1, h2, h3, .section-heading, .hero-tagline, .latest-name, .discography-name {
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading {
    font-size: 2rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    .section-heading::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 4px;
        background: var(--pr-accent);
    }

.btn-accent {
    display: inline-block;
    width: auto !important;
    background: var(--pr-accent);
    border: none;
    color: #fff !important;
    padding: 12px 32px;
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: background .2s ease-in-out, transform .2s ease-in-out;
}

    .btn-accent:hover {
        background: var(--pr-accent-dark);
        color: #fff !important;
        transform: translateY(-2px);
    }

/* Topbar: logo + language switcher */
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}

.lang-switcher select {
    background: var(--pr-card);
    color: #fff;
    border: 1px solid #333;
}

/* Generic missing-image placeholder system:
   containers marked .img-slot show .img-slot-label instead of a broken <img>
   the moment onerror fires; drop a file with the expected name in
   wwwroot/Immagini to make the real image appear automatically. */
.img-slot {
    position: relative;
    background: linear-gradient(135deg, #1a1a1a, #000);
}

.img-slot-label {
    display: none;
}

.img-slot--missing img {
    display: none;
}

.img-slot--missing .img-slot-label {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    inset: 0;
    padding: 20px;
    color: #888 !important;
    font-size: 0.9rem;
    border: 1px dashed #333;
}

/* Hero */
.hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.85) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
    max-width: 800px;
}

.hero-tagline {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-sub {
    font-size: 1.1rem;
    color: #ccc !important;
    margin-bottom: 30px;
}

/* Bio */
.bio-section {
    margin-bottom: 50px;
}

.bio-photo-wrap {
    aspect-ratio: 4 / 5;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bio-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bio-text {
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Latest release spotlight */
.latest-section {
    margin-bottom: 50px;
}

.latest-cover-wrap {
    aspect-ratio: 1 / 1;
    background: var(--pr-card);
    border-radius: 4px;
    overflow: hidden;
}

.latest-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-info {
    text-align: left;
}

.badge-type {
    display: inline-block;
    background: var(--pr-accent);
    color: #fff;
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.latest-name {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.release-date {
    display: block;
    font-size: 0.8rem;
    color: var(--pr-text-muted, #999);
    margin-bottom: 10px;
}

/* Discography grid */
.discography-section {
    margin-bottom: 50px;
}

.discography-grid {
    margin: 0 -10px;
}

    .discography-grid > div {
        padding: 10px;
    }

.discography-card {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: var(--pr-card);
    border-radius: 4px;
    overflow: hidden;
}

    .discography-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease-in-out;
    }

    .discography-card:hover img {
        transform: scale(1.08);
    }

.discography-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.discography-name {
    color: #fff !important;
    font-size: 1.1rem;
    margin-top: 6px;
}

/* Gallery */
.gallery-section {
    margin-bottom: 50px;
}

.gallery-grid {
    margin: 0 -10px;
}

    .gallery-grid > div {
        padding: 10px;
    }

.gallery-tile {
    aspect-ratio: 3 / 2;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

    .gallery-tile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease-in-out;
    }

    .gallery-tile:hover img {
        transform: scale(1.08);
    }

/* Gallery lightbox modal */
.gallery-modal .modal-content {
    background: transparent;
    border: none;
}

.gallery-modal .carousel-item img {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

.gallery-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 10;
    opacity: 1;
}

.gallery-modal .carousel-control-prev,
.gallery-modal .carousel-control-next {
    width: 60px;
    opacity: 0.8;
}

.gallery-modal .carousel-control-prev-icon,
.gallery-modal .carousel-control-next-icon {
    background-color: var(--pr-accent);
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}

/* Follow us */
.followus-section {
    margin-bottom: 30px;
}

.followus-icons {
    text-align: center;
    font-size: 2.5rem;
}

    .followus-icons a {
        color: #fff !important;
        margin: 0 15px;
        transition: color .2s ease-in-out;
    }

        .followus-icons a:hover {
            color: var(--pr-accent) !important;
        }

@media (max-width: 767px) {
    .hero-tagline {
        font-size: 1.9rem;
    }

    .latest-info {
        text-align: center;
        margin-top: 20px;
    }
}

/* Album header (tracklist page) */
.album-header {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 40px;
    padding: 40px 20px;
}

.album-header-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(18px) brightness(0.5);
    transform: scale(1.1);
}

.album-header-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.9) 100%);
}

.album-header-content {
    position: relative;
    z-index: 1;
}

.album-header-cover {
    aspect-ratio: 1 / 1;
    background: var(--pr-card);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
}

    .album-header-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.album-title {
    font-size: 2.4rem;
    margin: 0;
}

/* Tracklist */
.tracklist-section {
    margin-bottom: 30px;
}

.tracklist {
    display: flex;
    flex-direction: column;
}

.track-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 10px;
    border-bottom: 1px solid #3a3a3a;
    transition: background-color .15s ease-in-out;
}

    .track-row:last-child {
        border-bottom: none;
    }

    .track-row:hover {
        background-color: var(--pr-card);
    }

.track-number {
    font-family: var(--pr-font-display);
    color: var(--pr-accent);
    font-size: 1.1rem;
    width: 32px;
    flex-shrink: 0;
}

.track-name {
    flex: 1 1 auto;
    font-size: 1.05rem;
}

.track-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.btn-track {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto !important;
    padding: 6px 14px;
    border: 1px solid #333;
    border-radius: 2px;
    color: #fff !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: border-color .15s ease-in-out, background-color .15s ease-in-out;
}

    .btn-track:hover {
        border-color: #555;
        background-color: rgba(255,255,255,.05);
    }

.btn-track-accent {
    background: var(--pr-accent);
    border-color: var(--pr-accent);
}

    .btn-track-accent:hover {
        background: var(--pr-accent-dark);
        border-color: var(--pr-accent-dark);
    }

.back-link {
    display: inline-block;
    margin-top: 25px;
    color: #999 !important;
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .9rem;
}

    .back-link:hover {
        color: var(--pr-accent) !important;
    }

@media (max-width: 767px) {
    .track-row {
        flex-wrap: wrap;
    }

    .track-name {
        width: 100%;
        order: 1;
    }

    .track-actions {
        order: 2;
        margin-left: 47px;
    }

    .album-title {
        font-size: 1.6rem;
    }
}

/* Lyrics page */
.lyrics-from {
    color: #999 !important;
    font-size: 0.95rem;
    margin-top: 8px;
}

    .lyrics-from a {
        color: var(--pr-accent) !important;
    }

.lyrics-section {
    margin-bottom: 30px;
}

.lyrics-card {
    background: var(--pr-card);
    border-left: 3px solid var(--pr-accent);
    border-radius: 4px;
    padding: 30px;
    font-size: 1.1rem;
    line-height: 2;
    color: #eee !important;
}

/* ===================== Admin panel ===================== */

.admin-body {
    background-color: var(--pr-black);
}

.admin-nav {
    background-color: #111;
    border-bottom: 2px solid var(--pr-accent);
}

.admin-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
}

    .admin-brand img {
        height: 28px;
        width: auto;
    }

    .admin-brand span {
        font-family: var(--pr-font-display);
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--pr-accent) !important;
        font-size: 0.9rem;
    }

.admin-nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .admin-nav-links a {
        color: #ccc !important;
        font-size: 0.9rem;
        transition: color .15s ease-in-out;
    }

        .admin-nav-links a:hover {
            color: var(--pr-accent) !important;
        }

.admin-logout-form {
    margin: 0;
}

.admin-logout-btn {
    background: none;
    border: none;
    color: #ccc;
    font-size: 0.9rem;
    padding: 0;
    cursor: pointer;
    transition: color .15s ease-in-out;
}

    .admin-logout-btn:hover {
        color: var(--pr-accent);
    }

.admin-content {
    padding-top: 30px;
    padding-bottom: 60px;
}

.admin-heading {
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff !important;
}

    .admin-heading small {
        color: #777 !important;
        font-size: 1rem;
        text-transform: none;
        letter-spacing: normal;
    }

.admin-warning {
    color: #ccc !important;
    margin-bottom: 20px;
}

/* Dashboard cards */
.dashboard-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.dashboard-card {
    display: block;
    background: var(--pr-card);
    border: 1px solid #262626;
    border-radius: 4px;
    padding: 25px;
    color: #fff !important;
    text-align: center;
    transition: border-color .15s ease-in-out, transform .15s ease-in-out;
}

    .dashboard-card:hover {
        border-color: var(--pr-accent);
        transform: translateY(-3px);
    }

    .dashboard-card i {
        font-size: 2rem;
        color: var(--pr-accent);
        margin-bottom: 12px;
        display: block;
    }

    .dashboard-card h3 {
        font-family: var(--pr-font-display);
        text-transform: uppercase;
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .dashboard-card p {
        color: #999 !important;
        font-size: 0.85rem;
        margin: 0;
    }

/* Admin tables */
.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

    .admin-table th {
        text-align: left;
        font-family: var(--pr-font-display);
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: .5px;
        color: var(--pr-accent) !important;
        border-bottom: 2px solid #262626;
        padding: 10px 12px;
    }

    .admin-table td {
        border-bottom: 1px solid #1e1e1e;
        padding: 10px 12px;
        color: #eee !important;
    }

    .admin-table tr:hover td {
        background-color: var(--pr-card);
    }

.admin-row-actions a {
    color: #ccc !important;
    margin-right: 12px;
    font-size: 0.9rem;
}

    .admin-row-actions a:hover {
        color: var(--pr-accent) !important;
    }

    .admin-row-actions a.text-danger-link {
        color: #e2131f !important;
    }

/* Admin forms */
.admin-form, .admin-detail-list {
    max-width: 600px;
}

.admin-field {
    margin-bottom: 18px;
}

    .admin-field label {
        display: block;
        margin-bottom: 6px;
        font-size: 0.9rem;
        color: #ccc !important;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

.admin-detail-list dt {
    color: var(--pr-accent) !important;
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: .5px;
    margin-top: 14px;
}

.admin-detail-list dd {
    color: #eee !important;
    margin-left: 0;
    margin-bottom: 0;
}

.admin-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-admin {
    display: inline-flex;
    align-items: center;
    width: auto !important;
    background: var(--pr-accent);
    border: 1px solid var(--pr-accent);
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 2px;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .15s ease-in-out;
}

    .btn-admin:hover {
        background: var(--pr-accent-dark);
        color: #fff !important;
    }

.btn-admin-outline {
    background: transparent;
    border-color: #333;
    color: #ccc !important;
}

    .btn-admin-outline:hover {
        border-color: #555;
        background: rgba(255,255,255,.05);
        color: #fff !important;
    }

.btn-admin-danger {
    background: transparent;
    border-color: var(--pr-accent);
    color: var(--pr-accent) !important;
}

    .btn-admin-danger:hover {
        background: var(--pr-accent);
        color: #fff !important;
    }

/* Dark form controls everywhere on the site (login, admin forms) */
.form-control, .form-select, select,
input[type=text], input[type=email], input[type=password], input[type=number], textarea {
    background-color: var(--pr-card) !important;
    border: 1px solid #333 !important;
    color: #fff !important;
}

    .form-control:focus, .form-select:focus,
    input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus, textarea:focus {
        background-color: var(--pr-card) !important;
        color: #fff !important;
        border-color: var(--pr-accent) !important;
        box-shadow: none !important;
    }

/* Video / lyric-video page */
.video-section {
    text-align: center;
    margin-bottom: 30px;
}

.video-cover-wrap {
    width: 280px;
    max-width: 70%;
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--pr-card);
    box-shadow: 0 10px 40px rgba(226,19,31,.25);
}

    .video-cover-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-title {
    text-align: center;
}

.video-audio {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 10px;
    display: block;
}

.share-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.share-label {
    color: #999 !important;
    font-family: var(--pr-font-display);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 0.9rem;
    margin-right: 4px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--pr-card);
    border: 1px solid #333;
    color: #fff !important;
    font-size: 1.1rem;
    cursor: pointer;
    transition: border-color .15s ease-in-out, color .15s ease-in-out;
}

    .share-btn:hover {
        border-color: var(--pr-accent);
        color: var(--pr-accent) !important;
    }

/* Admin: album/single dedicated form */
.admin-field-checkbox label {
    text-transform: none;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-field-checkbox input[type=checkbox] {
    width: auto;
}

.admin-current-cover {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--pr-black);
}

    .admin-current-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.admin-subheading {
    margin-top: 40px;
    font-size: 1.4rem;
}

.admin-subheading-small {
    color: #ccc !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 10px;
}

.admin-hidden {
    display: none;
}

.admin-track-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

    .admin-track-form .form-control {
        max-width: 220px;
    }

.admin-inline-btn {
    background: none;
    border: none;
    color: #ccc;
    font-size: 0.9rem;
    padding: 0;
    margin-right: 12px;
    cursor: pointer;
}

    .admin-inline-btn:hover {
        color: var(--pr-accent);
    }

/* Download row (video page) */
.download-row {
    margin-top: 20px;
}

    .download-row .btn-accent {
        width: auto !important;
    }

/* Donation modal (dark theme override for Bootstrap modal) */
.donate-modal .modal-content {
    background-color: var(--pr-card);
    border: 1px solid #333;
    color: #fff;
}

.donate-modal .modal-header {
    border-bottom-color: #333;
}

.donate-modal .modal-footer {
    border-top-color: #333;
    flex-wrap: wrap;
    gap: 10px;
}

.donate-modal .modal-title {
    font-family: var(--pr-font-display);
    text-transform: uppercase;
}

#pr-lyrics-modal .modal-content {
    background-color: var(--pr-card);
    border: 1px solid #333;
    color: #fff;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

#pr-lyrics-modal .modal-header {
    flex-shrink: 0;
}

#pr-lyrics-modal .modal-body {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    #pr-lyrics-modal .modal-body::-webkit-scrollbar {
        display: none;
    }

#pr-lyrics-modal .modal-header {
    border-bottom-color: #333;
}

#pr-lyrics-modal .modal-title {
    font-family: var(--pr-font-display);
    text-transform: uppercase;
}

#pr-lyrics-body {
    color: #ddd;
    line-height: 1.7;
}

.donate-modal .modal-body p {
    color: #ddd !important;
}

.donate-modal-copyright {
    font-size: 0.8rem;
    color: #999 !important;
    margin-top: 10px;
}

.donate-modal .btn-track {
    width: auto !important;
}

/* Donate section (home page) */
.donate-section {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px 20px;
    background: var(--pr-card);
    border-radius: 4px;
}

    .donate-section .section-heading {
        display: inline-block;
    }

.donate-text {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #ccc !important;
}

    .donate-section .btn-accent {
        display: inline-block;
        width: auto !important;
    }

/* Policy page */
.policy-page {
    max-width: 800px;
    margin: 0 auto 40px;
}

    .policy-page h3 {
        margin-top: 30px;
        font-size: 1.3rem;
        color: var(--pr-accent) !important;
    }

    .policy-page p {
        line-height: 1.7;
        color: #ddd !important;
    }

    .policy-page a {
        color: var(--pr-accent) !important;
    }

.policy-browser-list {
    line-height: 2;
}

/* Footer links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-links a {
        color: #999 !important;
        font-size: 0.9rem;
    }

        .footer-links a:hover {
            color: var(--pr-accent) !important;
        }

/* Persistent bottom player */
body {
    padding-bottom: 90px;
}

.pr-player {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: none;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    background: var(--pr-card);
    border-top: 2px solid var(--pr-accent);
    padding: 8px 16px;
    height: 74px;
}

.pr-player.pr-player-active {
    display: grid;
}

.pr-player-track {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}

.pr-player-cover {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 3px;
    flex-shrink: 0;
}

.pr-player-meta {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
}

.pr-player-name {
    font-family: var(--pr-font-display);
    font-size: 0.9rem;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pr-player-album {
    font-size: 0.75rem;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pr-player-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.pr-player-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
}

.pr-player-btn {
    background: none;
    border: none;
    color: #ccc;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 4px;
    line-height: 1;
}

    .pr-player-btn:hover {
        color: #fff;
    }

.pr-player-btn-main {
    background: var(--pr-accent);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

    .pr-player-btn-main:hover {
        background: var(--pr-accent-dark);
        color: #fff;
    }

.pr-player-progress {
    display: flex;
    align-items: center;
    gap: 8px;
    width: min(700px, 45vw);
}

.pr-player-time {
    font-size: 0.7rem;
    color: #999;
    min-width: 32px;
    text-align: center;
}

.pr-player-seek {
    flex: 1;
    max-width: none;
    accent-color: var(--pr-accent);
}

.pr-player-extra {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    justify-self: end;
}

.pr-player-volume {
    width: 80px;
    accent-color: var(--pr-accent);
}

@media (max-width: 700px) {
    body {
        padding-bottom: 150px;
    }

    .pr-player {
        height: auto;
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "track extra"
            "main main";
        padding: 8px 10px;
        gap: 8px;
    }

    .pr-player-track {
        grid-area: track;
    }

    .pr-player-extra {
        grid-area: extra;
    }

    .pr-player-volume {
        display: none;
    }

    .pr-player-main {
        grid-area: main;
    }

    .pr-player-progress {
        width: 100%;
    }

    .cookie-bar-form {
        bottom: 140px;
    }
}