@import '_content/TokenBasedAuthentication.Blazor/TokenBasedAuthentication.Blazor.kfre88fpnx.bundle.scp.css';

/* /Components/AudioPlayer/AudioPlayer.razor.rz.scp.css */
@charset "UTF-8";

#wrapper[b-6oammhi3kc] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.player2[b-6oammhi3kc] {
    display: none;
}

.footer-player[b-6oammhi3kc] {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem 1.5rem;
    background: linear-gradient(160deg, #0b111b 0%, #090f1a 60%, #070c16 100%);
    border-top: 1px solid rgba(79, 140, 255, 0.32);
    box-shadow: 0 -18px 32px rgba(6, 12, 24, 0.5);
    padding: 0.85rem 1.5rem;
    backdrop-filter: blur(14px);
    color: #f5f7ff;
}

.footer-player__transport[b-6oammhi3kc] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
}

.footer-player__btn[b-6oammhi3kc] {
    min-width: 44px;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.footer-player__btn:hover:not(:disabled)[b-6oammhi3kc] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.footer-player__btn--primary[b-6oammhi3kc] {
    background: rgba(79, 140, 255, 0.28);
    border-color: rgba(79, 140, 255, 0.45);
    font-weight: 600;
}

.footer-player__btn:disabled[b-6oammhi3kc] {
    opacity: 0.45;
    cursor: not-allowed;
}

.footer-player__progress[b-6oammhi3kc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-width: 0;
    max-width: clamp(400px, 60vw, 100%);
    /* max-width: 100%; */
}

.footer-player__time[b-6oammhi3kc] {
    font-size: 0.85rem;
    color: rgba(245, 247, 255, 0.7);
}

.footer-player__seek[b-6oammhi3kc] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.footer-player__seek[b-6oammhi3kc]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 12px;
}

.footer-player__seek[b-6oammhi3kc]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.5),
                0 4px 12px rgba(0, 0, 0, 0.4),
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    margin-top: -6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-player__seek[b-6oammhi3kc]::-webkit-slider-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.65),
                0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5),
                inset 0 1px 3px rgba(255, 255, 255, 0.4);
    transform: scale(1.15);
}

.footer-player__seek[b-6oammhi3kc]::-webkit-slider-thumb:active {
    transform: scale(1.05);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.75),
                0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4),
                inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.footer-player__seek[b-6oammhi3kc]::-moz-range-track {
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.footer-player__seek[b-6oammhi3kc]::-moz-range-progress {
    height: 8px;
    border-radius: 12px 0 0 12px;
    background: rgba(79, 140, 255, 0.5);
}

.footer-player__seek[b-6oammhi3kc]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: 0 0 0 0 rgba(79, 140, 255, 0),
                0 4px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-player__seek[b-6oammhi3kc]::-moz-range-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: 0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
}

.footer-player__seek[b-6oammhi3kc]::-moz-range-thumb:active {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4);
}

@media (max-width: 640px) {
    .footer-player[b-6oammhi3kc] {
        padding: 0.75rem 1rem;
        grid-template-columns: 1fr;
    }

    .footer-player__seek[b-6oammhi3kc] {
        max-width: clamp(160px, 60vw, 320px);
    }

    .footer-player__progress[b-6oammhi3kc] {
        justify-content: center;
    }
}
/* /Components/FileUploader/FileUploader.razor.rz.scp.css */
ul[b-5tat56s450] {
    list-style: none;
}

.green[b-5tat56s450]::before {
    content: ' ';
    display: inline-block;
    height: 16px;
    width: 22px;
    background-image: url('./img/success.png');
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}

.red[b-5tat56s450]::before {
    content: ' ';
    display: inline-block;
    height: 16px;
    width: 22px;
    background-image: url('./img/fail.png');
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
}
/* /Components/MediaPlayer/MediaPlayer.razor.rz.scp.css */
.player-card[b-qfji5noleg] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.32), rgba(15, 23, 42, 0.9));
    border-radius: 24px;
    padding: clamp(1.5rem, 2vw, 2.35rem);
    border: 1px solid rgba(80, 149, 255, 0.35);
    box-shadow: 0 22px 48px rgba(10, 18, 34, 0.45);
    backdrop-filter: blur(18px);
    color: #f5f7ff;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.player-card__header[b-qfji5noleg] {
    display: grid;
    gap: clamp(1.25rem, 2vw, 1.75rem);
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    max-width: 100%;
    min-width: 0;
}

.player-card__art[b-qfji5noleg] {
    width: clamp(120px, 12vw, 160px);
    aspect-ratio: 1;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.65);
    box-shadow: 0 18px 30px rgba(8, 13, 23, 0.55);
    display: grid;
    place-items: center;
}

.player-card__art img[b-qfji5noleg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-card__art-placeholder[b-qfji5noleg] {
    font-size: clamp(2.5rem, 3vw, 3rem);
    color: rgba(255, 255, 255, 0.55);
}

.player-card__meta[b-qfji5noleg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.player-card__label[b-qfji5noleg] {
    margin: 0;
    color: rgba(245, 247, 255, 0.65);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.player-card__title[b-qfji5noleg] {
    margin: 0;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.player-card__artist[b-qfji5noleg] {
    margin: 0;
    color: rgba(245, 247, 255, 0.75);
    font-size: 1rem;
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.player-card__meta-actions[b-qfji5noleg] {
    margin-top: 0.75rem;
    display: flex;
    gap: 0.75rem;
}

.player-card__action[b-qfji5noleg] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.player-card__action:hover:not(:disabled)[b-qfji5noleg],
.player-card__action.is-active[b-qfji5noleg] {
    background: rgba(79, 140, 255, 0.2);
    border-color: rgba(79, 140, 255, 0.5);
}

.player-card__action:disabled[b-qfji5noleg] {
    opacity: 0.4;
    cursor: not-allowed;
}

.player-card__progress[b-qfji5noleg] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.5rem 0;
}

.player-card__times[b-qfji5noleg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(245, 247, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.player-card__seek[b-qfji5noleg] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.player-card__seek[b-qfji5noleg]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 12px;
}

.player-card__seek[b-qfji5noleg]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.5),
                0 4px 12px rgba(0, 0, 0, 0.4),
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    margin-top: -6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.player-card__seek[b-qfji5noleg]::-webkit-slider-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.65),
                0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5),
                inset 0 1px 3px rgba(255, 255, 255, 0.4);
    transform: scale(1.15);
}

.player-card__seek[b-qfji5noleg]::-webkit-slider-thumb:active {
    transform: scale(1.05);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.75),
                0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4),
                inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.player-card__seek[b-qfji5noleg]::-moz-range-track {
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.player-card__seek[b-qfji5noleg]::-moz-range-progress {
    height: 8px;
    border-radius: 12px 0 0 12px;
    background: rgba(79, 140, 255, 0.5);
}

.player-card__seek[b-qfji5noleg]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: 0 0 0 0 rgba(79, 140, 255, 0),
                0 4px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.player-card__seek[b-qfji5noleg]::-moz-range-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: 0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
}

.player-card__seek[b-qfji5noleg]::-moz-range-thumb:active {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4);
}

.player-card__controls[b-qfji5noleg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(1rem, 2vw, 1.75rem);
    padding: clamp(1rem, 1.5vw, 1.5rem);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.player-card__transport[b-qfji5noleg] {
    display: flex;
    gap: 0.85rem;
}

.player-card__transport-secondary[b-qfji5noleg] {
    display: flex;
    gap: 0.85rem;
}

.player-card__transport-btn[b-qfji5noleg] {
    min-width: 48px;
    min-height: 48px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    font-size: 1.35rem;
    color: inherit;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.player-card__transport-btn:hover:not(:disabled)[b-qfji5noleg] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.player-card__transport-btn:disabled[b-qfji5noleg] {
    opacity: 0.4;
    cursor: not-allowed;
}

.player-card__transport-btn--primary[b-qfji5noleg] {
    background: rgba(79, 140, 255, 0.25);
    border-color: rgba(79, 140, 255, 0.45);
    font-weight: 600;
}

.player-card__transport-btn--active[b-qfji5noleg] {
    background: rgba(79, 140, 255, 0.18);
    border-color: rgba(79, 140, 255, 0.4);
    color: #f5f7ff;
    box-shadow: 0 0 0 2px rgba(79, 140, 255, 0.2);
}

.player-card__volume[b-qfji5noleg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
    min-width: 0;
}

.player-card__volume-toggle[b-qfji5noleg] {
    min-width: 44px;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.player-card__volume-toggle:hover:not(:disabled)[b-qfji5noleg] {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.player-card__volume-toggle[aria-pressed="true"][b-qfji5noleg] {
    background: rgba(79, 140, 255, 0.25);
    border-color: rgba(79, 140, 255, 0.45);
}

.player-card__volume-slider[b-qfji5noleg] {
    appearance: none;
    -webkit-appearance: none;
    width: clamp(140px, 20vw, 200px);
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.player-card__volume-slider[b-qfji5noleg]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 12px;
}

.player-card__volume-slider[b-qfji5noleg]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.5),
                0 4px 12px rgba(0, 0, 0, 0.4),
                inset 0 1px 3px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    margin-top: -6px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.player-card__volume-slider[b-qfji5noleg]::-webkit-slider-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.65),
                0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5),
                inset 0 1px 3px rgba(255, 255, 255, 0.4);
    transform: scale(1.15);
}

.player-card__volume-slider[b-qfji5noleg]::-webkit-slider-thumb:active {
    transform: scale(1.05);
    box-shadow: -1000px 0 0 996px rgba(79, 140, 255, 0.75),
                0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4),
                inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.player-card__volume-slider[b-qfji5noleg]::-moz-range-track {
    height: 8px;
    border-radius: 12px;
    background: linear-gradient(90deg, 
        rgba(15, 23, 42, 0.8) 0%, 
        rgba(15, 23, 42, 0.6) 100%);
    border: 1px solid rgba(79, 140, 255, 0.2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.player-card__volume-slider[b-qfji5noleg]::-moz-range-progress {
    height: 8px;
    border-radius: 12px 0 0 12px;
    background: rgba(79, 140, 255, 0.5);
}

.player-card__volume-slider[b-qfji5noleg]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgba(79, 140, 255, 1) 0%, 
        rgba(99, 160, 255, 1) 50%,
        rgba(79, 140, 255, 0.9) 100%);
    border: 3px solid rgba(245, 247, 255, 0.95);
    box-shadow: 0 0 0 0 rgba(79, 140, 255, 0),
                0 4px 12px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.player-card__volume-slider[b-qfji5noleg]::-moz-range-thumb:hover {
    background: linear-gradient(135deg, 
        rgba(99, 160, 255, 1) 0%, 
        rgba(119, 180, 255, 1) 50%,
        rgba(99, 160, 255, 0.9) 100%);
    border-color: #fff;
    box-shadow: 0 0 0 6px rgba(79, 140, 255, 0.15),
                0 6px 16px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
}

.player-card__volume-slider[b-qfji5noleg]::-moz-range-thumb:active {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(79, 140, 255, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.4);
}

.player-card__footer[b-qfji5noleg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: rgba(245, 247, 255, 0.75);
}

.player-card__queue[b-qfji5noleg] {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
}

.player-card__timer[b-qfji5noleg] {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    color: rgba(245, 247, 255, 0.65);
    font-weight: 500;
    white-space: nowrap;
}

.sr-only[b-qfji5noleg] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 768px) {
    .player-card[b-qfji5noleg] {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .player-card__header[b-qfji5noleg] {
        grid-template-columns: 1fr;
    }

    .player-card__art[b-qfji5noleg] {
        width: min(60vw, 220px);
        margin: 0 auto;
    }

    .player-card__controls[b-qfji5noleg] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .player-card__volume[b-qfji5noleg] {
        min-width: 0;
        width: 100%;
    }

    .player-card__volume-slider[b-qfji5noleg] {
        flex: 1;
        width: 100%;
        max-width: none;
    }

    .player-card__transport[b-qfji5noleg] {
        justify-content: center;
    }

    .player-card__transport-secondary[b-qfji5noleg] {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .player-card[b-qfji5noleg] {
        padding: 1rem 0.85rem;
        gap: 1.1rem;
        width: 100%;
        max-width: 100%;
    }

    .player-card__header[b-qfji5noleg] {
        gap: 0.9rem;
    }

    .player-card__art[b-qfji5noleg] {
        width: clamp(100px, 45vw, 160px);
        flex-shrink: 0;
    }

    .player-card__title[b-qfji5noleg] {
        font-size: clamp(1.15rem, 5vw, 1.35rem);
    }

    .player-card__controls[b-qfji5noleg] {
        padding: 0.75rem 0.65rem;
        gap: 0.75rem;
    }

    .player-card__transport[b-qfji5noleg] {
        gap: 0.6rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .player-card__transport-btn[b-qfji5noleg] {
        min-width: 44px;
        min-height: 44px;
        font-size: 1.2rem;
    }

    .player-card__footer[b-qfji5noleg] {
        font-size: 0.85rem;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .player-card[b-qfji5noleg] {
        padding: 0.85rem 0.65rem;
        gap: 0.9rem;
        border-radius: 16px;
        width: 100%;
        max-width: 100%;
    }

    .player-card__header[b-qfji5noleg] {
        gap: 0.75rem;
    }

    .player-card__art[b-qfji5noleg] {
        width: clamp(90px, 40vw, 130px);
        flex-shrink: 0;
    }

    .player-card__title[b-qfji5noleg] {
        font-size: clamp(1.05rem, 4.5vw, 1.2rem);
    }

    .player-card__label[b-qfji5noleg] {
        font-size: 0.8rem;
    }

    .player-card__artist[b-qfji5noleg] {
        font-size: 0.85rem;
    }

    .player-card__controls[b-qfji5noleg] {
        padding: 0.65rem 0.55rem;
        gap: 0.65rem;
    }

    .player-card__transport[b-qfji5noleg] {
        gap: 0.45rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .player-card__transport-btn[b-qfji5noleg] {
        min-width: 42px;
        min-height: 42px;
        font-size: 1.1rem;
    }

    .player-card__volume-toggle[b-qfji5noleg] {
        min-width: 38px;
        min-height: 38px;
        font-size: 0.95rem;
    }

    .player-card__progress[b-qfji5noleg] {
        gap: 0.45rem;
        padding: 0.3rem 0;
    }

    .player-card__times[b-qfji5noleg] {
        font-size: 0.75rem;
    }
}
/* /Components/PlayList/PlayList.razor.rz.scp.css */
.player-playlist[b-mz0hm6gjgu] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    background: rgba(17, 25, 39, 0.65);
    border-radius: 22px;
    padding: clamp(1.25rem, 2vw, 1.75rem);
    border: 1px solid rgba(79, 140, 255, 0.18);
    box-shadow: 0 18px 38px rgba(6, 12, 24, 0.45);
    color: #f5f7ff;
    height: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.player-playlist__header[b-mz0hm6gjgu] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-shrink: 0;
}

.player-playlist__actions[b-mz0hm6gjgu] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    flex: 0 0 auto;
}

.player-playlist__reload[b-mz0hm6gjgu] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(79, 140, 255, 0.35);
    background: rgba(79, 140, 255, 0.15);
    color: #f5f7ff;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.player-playlist__reload:not(:disabled):hover[b-mz0hm6gjgu] {
    background: rgba(79, 140, 255, 0.3);
    border-color: rgba(79, 140, 255, 0.5);
    transform: translateY(-1px);
}

.player-playlist__reload:disabled[b-mz0hm6gjgu] {
    opacity: 0.65;
    cursor: progress;
}

.player-playlist__reload-icon[b-mz0hm6gjgu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.player-playlist__reload:disabled .player-playlist__reload-icon[b-mz0hm6gjgu] {
    animation: playlist-reload-spin-b-mz0hm6gjgu 1s linear infinite;
}

@keyframes playlist-reload-spin-b-mz0hm6gjgu {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.player-playlist__search[b-mz0hm6gjgu] {
    position: relative;
    flex: 1;
    min-width: 0;
}

.player-playlist__search-input[b-mz0hm6gjgu] {
    width: 100%;
    padding: 0.65rem 2.6rem 0.65rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 42, 0.65);
    color: inherit;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.player-playlist__search-input:focus[b-mz0hm6gjgu] {
    border-color: rgba(79, 140, 255, 0.6);
    box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.18);
}

.player-playlist__search-reset[b-mz0hm6gjgu] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: none;
    background: rgba(79, 140, 255, 0.15);
    color: #f5f7ff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: background 0.15s ease, transform 0.15s ease;
}

.player-playlist__search-reset:hover[b-mz0hm6gjgu] {
    background: rgba(79, 140, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
}

.player-playlist__counter[b-mz0hm6gjgu] {
    font-size: 0.9rem;
    color: rgba(245, 247, 255, 0.7);
    white-space: nowrap;
}

.player-playlist__list[b-mz0hm6gjgu] {
    margin: 0;
    padding: 0 0.35rem 1.25rem 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.player-playlist__list[b-mz0hm6gjgu]::-webkit-scrollbar {
    width: 0.45rem;
}

.player-playlist__list[b-mz0hm6gjgu]::-webkit-scrollbar-track {
    background: rgba(14, 22, 39, 0.45);
    border-radius: 8px;
}

.player-playlist__list[b-mz0hm6gjgu]::-webkit-scrollbar-thumb {
    background: rgba(79, 140, 255, 0.45);
    border-radius: 8px;
}

.player-playlist__item[b-mz0hm6gjgu] {
    list-style: none;
}

.player-playlist__item-button[b-mz0hm6gjgu] {
    flex: 1;
    border: none;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.85rem 1rem;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
    min-width: 0;
}

.player-playlist__item-button:hover[b-mz0hm6gjgu] {
    background: rgba(79, 140, 255, 0.18);
}

.player-playlist__item-button.is-active[b-mz0hm6gjgu] {
    background: linear-gradient(135deg, rgba(79, 140, 255, 0.35), rgba(40, 125, 255, 0.12));
    border: 1px solid rgba(79, 140, 255, 0.45);
    box-shadow: 0 12px 26px rgba(15, 76, 163, 0.35);
}

.player-playlist__index[b-mz0hm6gjgu] {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.75);
    min-width: 2ch;
    text-align: right;
}

.player-playlist__thumb[b-mz0hm6gjgu] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.6);
    display: grid;
    place-items: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.player-playlist__thumb img[b-mz0hm6gjgu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-playlist__thumb-placeholder[b-mz0hm6gjgu] {
    font-size: 1.25rem;
    color: rgba(245, 247, 255, 0.55);
}

.player-playlist__meta[b-mz0hm6gjgu] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    flex: 1;
}

.player-playlist__title[b-mz0hm6gjgu] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-playlist__artist[b-mz0hm6gjgu] {
    font-size: 0.9rem;
    color: rgba(245, 247, 255, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.player-playlist__details[b-mz0hm6gjgu] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    font-size: 0.85rem;
    color: rgba(245, 247, 255, 0.65);
    flex-shrink: 0;
}

.player-playlist__row[b-mz0hm6gjgu] {
    display: flex;
    align-items: stretch;
    gap: 0.75rem;
}

.player-playlist__remove-btn[b-mz0hm6gjgu] {
    min-width: 44px;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.player-playlist__remove-btn:hover[b-mz0hm6gjgu] {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.player-playlist__empty[b-mz0hm6gjgu] {
    display: grid;
    place-items: center;
    gap: 0.75rem;
    padding: 2.5rem 1.5rem;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.55);
    border: 1px dashed rgba(79, 140, 255, 0.35);
    color: rgba(245, 247, 255, 0.75);
    text-align: center;
    flex: 1;
    min-height: 0;
}

.player-playlist__empty-indicator[b-mz0hm6gjgu] {
    font-size: 2rem;
}

.sr-only[b-mz0hm6gjgu] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1024px) {
    .player-playlist[b-mz0hm6gjgu] {
        overflow: visible;
        max-height: none;
        height: auto;
    }

    .player-playlist__list[b-mz0hm6gjgu] {
        overflow: visible;
        overflow-y: visible;
        overflow-x: visible;
        min-height: auto;
        flex: unset;
    }
}

@media (max-width: 640px) {
    .player-playlist[b-mz0hm6gjgu] {
        padding: 0.85rem 0.75rem;
        border-radius: 18px;
        gap: 0.85rem;
        height: auto;
        overflow: visible;
        width: 100%;
        max-width: 100%;
    }

    .player-playlist__header[b-mz0hm6gjgu] {
        gap: 0.75rem;
    }

    .player-playlist__search-input[b-mz0hm6gjgu] {
        padding: 0.6rem 2.4rem 0.6rem 0.85rem;
        font-size: 0.9rem;
    }

    .player-playlist__reload[b-mz0hm6gjgu] {
        padding: 0.45rem 0.75rem;
        font-size: 0.85rem;
    }

    .player-playlist__counter[b-mz0hm6gjgu] {
        font-size: 0.85rem;
    }

    .player-playlist__list[b-mz0hm6gjgu] {
        flex: unset;
        overflow: visible;
        overflow-y: visible;
        overflow-x: visible;
        padding: 0;
        gap: 0.5rem;
        min-height: auto;
    }

    .player-playlist__item-button[b-mz0hm6gjgu] {
        gap: 0.6rem;
        padding: 0.6rem;
    }

    .player-playlist__thumb[b-mz0hm6gjgu] {
        width: 38px;
        height: 38px;
    }

    .player-playlist__index[b-mz0hm6gjgu] {
        font-size: 0.8rem;
        min-width: 1.5ch;
    }

    .player-playlist__title[b-mz0hm6gjgu] {
        font-size: 0.9rem;
    }

    .player-playlist__artist[b-mz0hm6gjgu] {
        font-size: 0.8rem;
    }

    .player-playlist__details[b-mz0hm6gjgu] {
        display: none;
    }

    .player-playlist__remove-btn[b-mz0hm6gjgu] {
        min-width: 38px;
        min-height: 38px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .player-playlist[b-mz0hm6gjgu] {
        padding: 0.75rem 0.6rem;
        gap: 0.75rem;
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .player-playlist__header[b-mz0hm6gjgu] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.65rem;
    }

    .player-playlist__search[b-mz0hm6gjgu] {
        order: 0;
    }

    .player-playlist__actions[b-mz0hm6gjgu] {
        order: 1;
        justify-content: space-between;
    }

    .player-playlist__item-button[b-mz0hm6gjgu] {
        gap: 0.5rem;
        padding: 0.55rem;
    }

    .player-playlist__thumb[b-mz0hm6gjgu] {
        width: 36px;
        height: 36px;
    }

    .player-playlist__title[b-mz0hm6gjgu] {
        font-size: 0.85rem;
    }

    .player-playlist__artist[b-mz0hm6gjgu] {
        font-size: 0.75rem;
    }

    .player-playlist__index[b-mz0hm6gjgu] {
        font-size: 0.75rem;
    }

    .player-playlist__remove-btn[b-mz0hm6gjgu] {
        min-width: 36px;
        min-height: 36px;
    }
}
/* /Components/SleepTimer/SleepTimer.razor.rz.scp.css */
.sleep-timer-modal[b-kfedbmukq9] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 2vw, 2rem);
}

.sleep-timer-modal__backdrop[b-kfedbmukq9] {
    position: absolute;
    inset: 0;
    background: rgba(10, 16, 28, 0.75);
    backdrop-filter: blur(6px);
}

.sleep-timer-modal__dialog[b-kfedbmukq9] {
    position: relative;
    width: min(420px, 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: rgba(18, 26, 42, 0.95);
    border-radius: 22px;
    border: 1px solid rgba(79, 140, 255, 0.25);
    box-shadow: 0 24px 48px rgba(5, 12, 24, 0.55);
    padding: clamp(1.5rem, 3vw, 2rem);
    color: #f5f7ff;
}

.sleep-timer-modal__header[b-kfedbmukq9] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.sleep-timer-modal__header h2[b-kfedbmukq9] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.sleep-timer-modal__status[b-kfedbmukq9] {
    margin: 0.35rem 0 0;
    color: rgba(245, 247, 255, 0.7);
    font-size: 0.95rem;
}

.sleep-timer-modal__close[b-kfedbmukq9] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform 0.15s ease, background 0.15s ease;
}

.sleep-timer-modal__close:hover[b-kfedbmukq9] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
}

.sleep-timer-modal__body[b-kfedbmukq9] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.sleep-timer__tabs[b-kfedbmukq9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.65rem;
    padding: 0.35rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.sleep-timer__tab[b-kfedbmukq9] {
    all: unset;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.75rem 0.9rem;
    border-radius: 12px;
    transition: transform 0.18s ease, background 0.18s ease, border 0.18s ease;
    border: 1px solid transparent;
}

.sleep-timer__tab:hover[b-kfedbmukq9] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

.sleep-timer__tab.is-active[b-kfedbmukq9] {
    background: rgba(79, 140, 255, 0.2);
    border-color: rgba(79, 140, 255, 0.45);
    box-shadow: 0 10px 20px rgba(5, 12, 24, 0.35);
}

.sleep-timer__tab-title[b-kfedbmukq9] {
    font-weight: 600;
    font-size: 1rem;
}

.sleep-timer__tab-description[b-kfedbmukq9] {
    font-size: 0.85rem;
    color: rgba(245, 247, 255, 0.7);
}

.sleep-timer-modal__hint[b-kfedbmukq9] {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(245, 247, 255, 0.7);
}

.sleep-timer__panels[b-kfedbmukq9] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sleep-timer__panel[b-kfedbmukq9] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sleep-timer__section[b-kfedbmukq9] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.sleep-timer__section-title[b-kfedbmukq9] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.sleep-timer__preset-grid[b-kfedbmukq9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.75rem;
}

.sleep-timer__preset[b-kfedbmukq9] {
    padding: 0.6rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(79, 140, 255, 0.35);
    background: rgba(79, 140, 255, 0.16);
    color: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.sleep-timer__preset:hover:not(:disabled)[b-kfedbmukq9] {
    transform: translateY(-1px);
    background: rgba(79, 140, 255, 0.24);
    border-color: rgba(79, 140, 255, 0.55);
}

.sleep-timer__preset:disabled[b-kfedbmukq9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.sleep-timer__form-row[b-kfedbmukq9] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.sleep-timer__radio-list[b-kfedbmukq9] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sleep-timer__radio-option[b-kfedbmukq9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(245, 247, 255, 0.9);
}

.sleep-timer__radio-option input[b-kfedbmukq9] {
    width: 18px;
    height: 18px;
}

.sleep-timer__input[b-kfedbmukq9] {
    flex: 1 1 160px;
    min-width: 0;
    padding: 0.7rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(14, 22, 39, 0.65);
    color: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sleep-timer__input:focus[b-kfedbmukq9] {
    border-color: rgba(79, 140, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.24);
}

.sleep-timer__action[b-kfedbmukq9] {
    padding: 0.65rem 1.25rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.sleep-timer__action--primary[b-kfedbmukq9] {
    background: rgba(79, 140, 255, 0.22);
    border-color: rgba(79, 140, 255, 0.45);
}

.sleep-timer__action:hover:not(:disabled)[b-kfedbmukq9] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.3);
}

.sleep-timer__action:disabled[b-kfedbmukq9] {
    opacity: 0.55;
    cursor: not-allowed;
}

.sleep-timer-modal__footer[b-kfedbmukq9] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.sleep-timer-toast[b-kfedbmukq9] {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1.25rem, 3vw, 2rem);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.2rem;
    border-radius: 16px;
    background: rgba(18, 26, 42, 0.92);
    border: 1px solid rgba(79, 140, 255, 0.35);
    color: #f5f7ff;
    box-shadow: 0 16px 30px rgba(5, 12, 24, 0.55);
    z-index: 1250;
}

.sleep-timer-toast__dismiss[b-kfedbmukq9] {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: inherit;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: transform 0.15s ease, background 0.15s ease;
}

.sleep-timer-toast__dismiss:hover[b-kfedbmukq9] {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 540px) {
    .sleep-timer-modal__dialog[b-kfedbmukq9] {
        padding: 1.35rem;
        border-radius: 18px;
        gap: 1.25rem;
    }

    .sleep-timer__tabs[b-kfedbmukq9] {
        grid-template-columns: 1fr 1fr;
    }

    .sleep-timer__form-row[b-kfedbmukq9] {
        flex-direction: column;
        align-items: stretch;
    }

    .sleep-timer__action[b-kfedbmukq9] {
        width: 100%;
        text-align: center;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.app-shell[b-ntujgj9x7k] {
    min-height: calc(100vh - 64px);
    padding: 2.5rem 1.5rem 3.5rem;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
}

.app-shell__inner[b-ntujgj9x7k] {
    width: min(1180px, 100%);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.app-shell__header[b-ntujgj9x7k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.app-shell__header h1[b-ntujgj9x7k] {
    margin: 0;
    font-size: clamp(2rem, 2.5vw + 1rem, 2.75rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.app-shell__subtitle[b-ntujgj9x7k] {
    margin: 0;
    color: #a7b3cc;
    font-size: 1rem;
}

.app-shell__grid[b-ntujgj9x7k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
}

.app-shell__panel[b-ntujgj9x7k] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(17, 25, 39, 0.65);
    border: 1px solid rgba(79, 140, 255, 0.18);
    box-shadow: 0 18px 38px rgba(6, 12, 24, 0.45);
}

.app-shell__panel--accent[b-ntujgj9x7k] {
    background: radial-gradient(circle at top right, rgba(79, 140, 255, 0.25), transparent 60%),
                rgba(17, 25, 39, 0.65);
}

.app-shell__panel-title[b-ntujgj9x7k] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.9);
}

.app-shell__panel-copy[b-ntujgj9x7k] {
    margin: 0;
    color: rgba(245, 247, 255, 0.75);
    font-size: 0.95rem;
}

.app-shell__cta[b-ntujgj9x7k] {
    align-self: flex-start;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    background: rgba(79, 140, 255, 0.25);
    border: 1px solid rgba(79, 140, 255, 0.45);
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.app-shell__cta:hover[b-ntujgj9x7k] {
    background: rgba(79, 140, 255, 0.35);
    border-color: rgba(79, 140, 255, 0.65);
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .app-shell[b-ntujgj9x7k] {
        padding: 1.75rem 1rem 2.5rem;
    }

    .app-shell__header h1[b-ntujgj9x7k] {
        font-size: clamp(1.75rem, 6vw, 2.35rem);
    }

    .app-shell__panel-title[b-ntujgj9x7k] {
        font-size: 1.2rem;
    }
}
/* /Pages/Library.razor.rz.scp.css */
.library-page[b-9a34f3ntt4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1.5rem 3rem;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
    box-sizing: border-box;
    overflow: hidden;
}

.library-page__shell[b-9a34f3ntt4] {
    width: min(1180px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-height: 0;
}

.library-page__header[b-9a34f3ntt4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.library-page__header h1[b-9a34f3ntt4] {
    margin: 0;
    font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.library-page__subtitle[b-9a34f3ntt4] {
    margin: 0;
    color: #a7b3cc;
    font-size: 0.95rem;
}

.library-page__content[b-9a34f3ntt4] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

.library-page__section[b-9a34f3ntt4] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
}

.library-page__section-header[b-9a34f3ntt4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.library-page__section-title[b-9a34f3ntt4] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.85);
}

.library-page__playlist-wrapper[b-9a34f3ntt4] {
    flex: 1;
    min-height: 0;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.library-page__playlist-wrapper > *[b-9a34f3ntt4] {
    flex: 1;
    min-height: 0;
    max-height: 100%;
}

@media (max-width: 1024px) {
    .library-page[b-9a34f3ntt4] {
        position: static;
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }

    .library-page__shell[b-9a34f3ntt4] {
        height: auto;
        min-height: auto;
    }

    .library-page__content[b-9a34f3ntt4] {
        min-height: auto;
        max-height: none;
        overflow: visible;
    }

    .library-page__section[b-9a34f3ntt4] {
        min-height: auto;
        max-height: none;
        overflow: visible;
    }

    .library-page__playlist-wrapper[b-9a34f3ntt4] {
        flex: unset;
        min-height: auto;
        max-height: none;
        overflow: visible;
    }

    .library-page__playlist-wrapper > *[b-9a34f3ntt4] {
        flex: unset;
        min-height: auto;
        max-height: none;
    }
}

@media (max-width: 640px) {
    .library-page[b-9a34f3ntt4] {
        padding: 1.5rem 1rem 2.5rem;
    }

    .library-page__section-title[b-9a34f3ntt4] {
        font-size: 1.1rem;
    }
}
/* /Pages/Player.razor.rz.scp.css */
:root[b-wumfomxdl4] {
    color-scheme: light dark;
}

.player-page[b-wumfomxdl4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1.5rem 3rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
    overflow: hidden;
}

.player-page__shell[b-wumfomxdl4] {
    width: min(1180px, 100%);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
}

.player-page__header[b-wumfomxdl4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.player-page__header h1[b-wumfomxdl4] {
    margin: 0;
    font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.player-page__subtitle[b-wumfomxdl4] {
    margin: 0;
    color: #a7b3cc;
    font-size: 0.95rem;
}

.player-page__grid[b-wumfomxdl4] {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
    align-items: stretch;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    flex: 1;
    min-height: 0;
}

@media (max-width: 900px) {
    .player-page__grid[b-wumfomxdl4] {
        grid-template-columns: 1fr;
    }
}

.player-page__main[b-wumfomxdl4],
.player-page__sidebar[b-wumfomxdl4] {
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.player-page__now-playing[b-wumfomxdl4],
.player-page__playlist[b-wumfomxdl4] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    flex: 1;
    min-height: 0;
    max-height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

.player-page__section-header[b-wumfomxdl4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.player-page__section-title[b-wumfomxdl4] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.85);
}

.player-page__section-header--playlist[b-wumfomxdl4] {
    padding-inline: clamp(0.25rem, 1vw, 0.5rem);
}

.player-page__sidebar[b-wumfomxdl4] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media (min-width: 1025px) {
    .player-page__grid[b-wumfomxdl4] {
        align-items: start;
    }

    .player-page__sidebar[b-wumfomxdl4] {
        position: sticky;
        top: 2rem;
        align-self: start;
        max-height: calc(100vh - var(--player-footer-height) - 5rem);
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .player-page__playlist[b-wumfomxdl4] {
        flex: 1;
        min-height: 0;
        overflow: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

@media (max-width: 1024px) {
    .player-page[b-wumfomxdl4] {
        position: static;
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }

    .player-page__shell[b-wumfomxdl4] {
        min-height: auto;
    }

    .player-page__grid[b-wumfomxdl4] {
        grid-template-columns: 1fr;
        height: auto;
        grid-auto-rows: auto;
    }

    .player-page__main[b-wumfomxdl4] {
        order: 0;
    }

    .player-page__sidebar[b-wumfomxdl4] {
        order: 1;
        height: auto;
        max-height: none;
        position: static;
        overflow: visible;
        overflow-y: visible;
        overflow-x: visible;
    }

    .player-page__now-playing[b-wumfomxdl4],
    .player-page__playlist[b-wumfomxdl4] {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .player-page__grid[b-wumfomxdl4] {
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .player-page[b-wumfomxdl4] {
        padding: 1.25rem 0.75rem 2rem;
    }

    .player-page__shell[b-wumfomxdl4] {
        gap: 1.5rem;
    }

    .player-page__section-title[b-wumfomxdl4] {
        font-size: 1.1rem;
    }

    .player-page__now-playing[b-wumfomxdl4],
    .player-page__playlist[b-wumfomxdl4] {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .player-page[b-wumfomxdl4] {
        padding: 1rem 0.5rem 1.75rem;
    }

    .player-page__shell[b-wumfomxdl4] {
        gap: 1.25rem;
    }

    .player-page__header h1[b-wumfomxdl4] {
        font-size: 1.5rem;
    }
}
/* /Pages/Search.razor.rz.scp.css */

.search-page[b-or2mvoti8s] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1.5rem 3rem;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
    box-sizing: border-box;
    overflow: hidden;
}

.search-page__shell[b-or2mvoti8s] {
    width: min(1180px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    min-height: 0;
}

.search-page__header[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-page__header h1[b-or2mvoti8s] {
    margin: 0;
    font-size: clamp(1.9rem, 2vw + 1rem, 2.6rem);
    font-weight: 700;
}

.search-page__subtitle[b-or2mvoti8s] {
    margin: 0;
    color: #a7b3cc;
    font-size: 0.95rem;
}


.search-page__main[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    flex: 1;
    min-height: 0;
}

.search-page__section[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.6rem;
    border-radius: 22px;
    background: rgba(17, 25, 39, 0.65);
    border: 1px solid rgba(79, 140, 255, 0.18);
    box-shadow: 0 18px 38px rgba(6, 12, 24, 0.45);
}

.search-page__section--form[b-or2mvoti8s],
.search-page__section--preview[b-or2mvoti8s] {
    flex: 0 0 auto;
}

.search-page__section--results[b-or2mvoti8s] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    opacity: 0.45;
    transition: opacity 0.18s ease;
}

.search-page__section--results.is-active[b-or2mvoti8s] {
    opacity: 1;
}

.search-page__results[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.search-page__results-scroll[b-or2mvoti8s] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.search-page__section-header[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.search-page__section-title[b-or2mvoti8s] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.9);
}

.search-page__section-description[b-or2mvoti8s] {
    margin: 0;
    color: rgba(245, 247, 255, 0.7);
    font-size: 0.95rem;
}

.search-page__form[b-or2mvoti8s] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.search-page__form-row[b-or2mvoti8s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-page__input[b-or2mvoti8s] {
    flex: 1 1 260px;
    min-width: 0;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 23, 42, 0.65);
    color: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.search-page__input:focus[b-or2mvoti8s] {
    border-color: rgba(79, 140, 255, 0.6);
    box-shadow: 0 0 0 3px rgba(79, 140, 255, 0.18);
}

.search-page__submit[b-or2mvoti8s] {
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    border: 1px solid rgba(79, 140, 255, 0.45);
    background: rgba(79, 140, 255, 0.25);
    color: inherit;
    font-weight: 600;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.search-page__submit:disabled[b-or2mvoti8s] {
    opacity: 0.45;
    cursor: not-allowed;
}

.search-page__submit:not(:disabled):hover[b-or2mvoti8s] {
    background: rgba(79, 140, 255, 0.35);
    border-color: rgba(79, 140, 255, 0.65);
    transform: translateY(-1px);
}

.search-page__status[b-or2mvoti8s] {
    min-height: 1.25rem;
}

.search-page__alert[b-or2mvoti8s] {
    padding: 0.65rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(245, 247, 255, 0.85);
    font-size: 0.95rem;
}

.search-page__alert--error[b-or2mvoti8s] {
    background: rgba(255, 85, 85, 0.12);
    border-color: rgba(255, 85, 85, 0.35);
}

.search-page__alert--success[b-or2mvoti8s] {
    background: rgba(79, 140, 255, 0.18);
    border-color: rgba(79, 140, 255, 0.45);
}

.search-page__table-wrapper[b-or2mvoti8s] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.search-page__table[b-or2mvoti8s] {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.search-page__table-wrapper[b-or2mvoti8s]::-webkit-scrollbar {
    height: 0.5rem;
}

.search-page__table-wrapper[b-or2mvoti8s]::-webkit-scrollbar-track {
    background: rgba(14, 22, 39, 0.45);
    border-radius: 8px;
}

.search-page__table-wrapper[b-or2mvoti8s]::-webkit-scrollbar-thumb {
    background: rgba(79, 140, 255, 0.45);
    border-radius: 8px;
}

.search-page__table th[b-or2mvoti8s],
.search-page__table td[b-or2mvoti8s] {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.search-page__table th[b-or2mvoti8s] {
    font-weight: 600;
    color: rgba(245, 247, 255, 0.75);
    font-size: 0.95rem;
}

.search-page__table-col--art[b-or2mvoti8s] {
    width: 64px;
}

.search-page__table-col--actions[b-or2mvoti8s] {
    width: 180px;
}

.search-page__art[b-or2mvoti8s] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.search-page__cell--truncate[b-or2mvoti8s] {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-page__actions[b-or2mvoti8s] {
    display: flex;
    gap: 0.75rem;
}

.search-page__action[b-or2mvoti8s] {
    padding: 0.45rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(79, 140, 255, 0.35);
    background: rgba(79, 140, 255, 0.15);
    color: inherit;
    font-size: 0.9rem;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.search-page__action:hover[b-or2mvoti8s] {
    background: rgba(79, 140, 255, 0.25);
    border-color: rgba(79, 140, 255, 0.55);
    transform: translateY(-1px);
}

.search-page__empty[b-or2mvoti8s] {
    padding: 2rem 1.25rem;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px dashed rgba(79, 140, 255, 0.35);
    text-align: center;
    color: rgba(245, 247, 255, 0.75);
}

@media (max-width: 1024px) {
    .search-page[b-or2mvoti8s] {
        position: static;
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }

    .search-page__shell[b-or2mvoti8s] {
        height: auto;
        min-height: auto;
    }

    .search-page__main[b-or2mvoti8s] {
        min-height: auto;
        overflow: visible;
    }

    .search-page__section--results[b-or2mvoti8s] {
        min-height: auto;
        overflow: visible;
    }

    .search-page__results[b-or2mvoti8s] {
        min-height: auto;
        overflow: visible;
    }

    .search-page__results-scroll[b-or2mvoti8s] {
        overflow: visible;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .search-page__table[b-or2mvoti8s] {
        min-width: 480px;
    }

    .search-page__table th:nth-child(4)[b-or2mvoti8s],
    .search-page__table td:nth-child(4)[b-or2mvoti8s],
    .search-page__table th:nth-child(5)[b-or2mvoti8s],
    .search-page__table td:nth-child(5)[b-or2mvoti8s] {
        display: none;
    }

    .search-page__table-col--actions[b-or2mvoti8s] {
        width: 140px;
    }

    .search-page__actions[b-or2mvoti8s] {
        flex-direction: column;
        gap: 0.45rem;
    }

    .search-page__action[b-or2mvoti8s] {
        padding: 0.35rem 0.6rem;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    .search-page__cell--truncate[b-or2mvoti8s] {
        max-width: 140px;
    }
}

@media (max-width: 640px) {
    .search-page[b-or2mvoti8s] {
        padding: 1.5rem 0.75rem 2rem;
    }

    .search-page__section[b-or2mvoti8s] {
        padding: 1.15rem;
    }

    .search-page__table[b-or2mvoti8s] {
        min-width: 350px;
    }

    .search-page__table th:nth-child(1)[b-or2mvoti8s],
    .search-page__table td:nth-child(1)[b-or2mvoti8s] {
        display: none;
    }

    .search-page__table th[b-or2mvoti8s],
    .search-page__table td[b-or2mvoti8s] {
        padding: 0.65rem 0.6rem;
        font-size: 0.9rem;
    }

    .search-page__table th[b-or2mvoti8s] {
        font-size: 0.85rem;
    }

    .search-page__cell--truncate[b-or2mvoti8s] {
        max-width: 90px;
    }

    .search-page__table-col--actions[b-or2mvoti8s] {
        width: 110px;
    }

    .search-page__actions[b-or2mvoti8s] {
        gap: 0.35rem;
    }

    .search-page__action[b-or2mvoti8s] {
        padding: 0.28rem 0.45rem;
        font-size: 0.72rem;
    }

    .search-page__art[b-or2mvoti8s] {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .search-page[b-or2mvoti8s] {
        padding: 1.25rem 0.5rem 1.75rem;
    }

    .search-page__section[b-or2mvoti8s] {
        padding: 1rem;
        border-radius: 18px;
    }

    .search-page__table[b-or2mvoti8s] {
        min-width: 320px;
    }

    .search-page__table th[b-or2mvoti8s],
    .search-page__table td[b-or2mvoti8s] {
        padding: 0.6rem 0.5rem;
        font-size: 0.85rem;
    }

    .search-page__table th[b-or2mvoti8s] {
        font-size: 0.8rem;
    }

    .search-page__cell--truncate[b-or2mvoti8s] {
        max-width: 80px;
    }

    .search-page__table-col--actions[b-or2mvoti8s] {
        width: 100px;
    }

    .search-page__action[b-or2mvoti8s] {
        padding: 0.25rem 0.4rem;
        font-size: 0.7rem;
    }
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-ym5y1wan9g] {
    min-height: calc(100vh - 64px);
    padding: 2.25rem 1.5rem 3rem;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
}

.settings-page__shell[b-ym5y1wan9g] {
    width: min(960px, 100%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.settings-page__header[b-ym5y1wan9g] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.settings-page__header h1[b-ym5y1wan9g] {
    margin: 0;
    font-size: clamp(1.85rem, 2vw + 1rem, 2.6rem);
    font-weight: 700;
}

.settings-page__subtitle[b-ym5y1wan9g] {
    margin: 0;
    color: #a7b3cc;
    font-size: 0.95rem;
}

.settings-page__panel[b-ym5y1wan9g] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem;
    border-radius: 22px;
    background: rgba(17, 25, 39, 0.65);
    border: 1px solid rgba(79, 140, 255, 0.18);
    box-shadow: 0 18px 38px rgba(6, 12, 24, 0.45);
}

.settings-page__panel-header[b-ym5y1wan9g] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.settings-page__panel-title[b-ym5y1wan9g] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.9);
}

.settings-page__panel-copy[b-ym5y1wan9g] {
    margin: 0;
    color: rgba(245, 247, 255, 0.7);
    font-size: 0.95rem;
}

.settings-page__control[b-ym5y1wan9g] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.settings-page__label[b-ym5y1wan9g] {
    font-size: 0.95rem;
    color: rgba(245, 247, 255, 0.75);
}

.settings-page__control input[type="number"][b-ym5y1wan9g],
.settings-page__control input[type="checkbox"][b-ym5y1wan9g] {
    width: fit-content;
}

@media (max-width: 640px) {
    .settings-page[b-ym5y1wan9g] {
        padding: 1.75rem 1rem 2.5rem;
    }

    .settings-page__panel[b-ym5y1wan9g] {
        padding: 1.35rem;
    }
}
/* /Pages/Upload.razor.rz.scp.css */
.upload-page[b-zknmxq7p1w] {
    min-height: calc(100vh - 64px);
    padding: 2.25rem 1.5rem 3rem;
    display: flex;
    justify-content: center;
    background: radial-gradient(circle at top left, rgba(79, 140, 255, 0.18), transparent 55%),
                linear-gradient(160deg, #101726 0%, #0b111b 45%, #111927 100%);
    color: #f5f7ff;
}

.upload-page__shell[b-zknmxq7p1w] {
    width: min(960px, 100%);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.upload-page__header[b-zknmxq7p1w] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.upload-page__header h1[b-zknmxq7p1w] {
    margin: 0;
    font-size: clamp(1.85rem, 2vw + 1rem, 2.6rem);
    font-weight: 700;
}

.upload-page__subtitle[b-zknmxq7p1w] {
    margin: 0;
    color: #a7b3cc;
    font-size: 0.95rem;
}

.upload-page__panel[b-zknmxq7p1w] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem;
    border-radius: 22px;
    background: rgba(17, 25, 39, 0.65);
    border: 1px solid rgba(79, 140, 255, 0.18);
    box-shadow: 0 18px 38px rgba(6, 12, 24, 0.45);
}

.upload-page__panel-header[b-zknmxq7p1w] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.upload-page__panel-title[b-zknmxq7p1w] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(245, 247, 255, 0.9);
}

.upload-page__panel-copy[b-zknmxq7p1w] {
    margin: 0;
    color: rgba(245, 247, 255, 0.7);
    font-size: 0.95rem;
}

@media (max-width: 640px) {
    .upload-page[b-zknmxq7p1w] {
        padding: 1.75rem 1rem 2.5rem;
    }

    .upload-page__panel[b-zknmxq7p1w] {
        padding: 1.35rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
:root[b-x709xl0w1j] {
    --player-footer-height: 200px;
}

.page[b-x709xl0w1j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #060b14;
}

main[b-x709xl0w1j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-x709xl0w1j] {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 0;
    padding-bottom: var(--player-footer-height);
    overflow: hidden;
    position: relative;
}

.sidebar[b-x709xl0w1j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.dark-sidebar[b-x709xl0w1j] {
    background-color: rgb(13, 23, 60) !important;
    color: white;
}

.top-row[b-x709xl0w1j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x709xl0w1j]  a, .top-row[b-x709xl0w1j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x709xl0w1j]  a:hover, .top-row[b-x709xl0w1j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x709xl0w1j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x709xl0w1j] {
        display: none;
    }

    .top-row.auth[b-x709xl0w1j] {
        justify-content: space-between;
    }

    .top-row[b-x709xl0w1j]  a, .top-row[b-x709xl0w1j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x709xl0w1j] {
        flex-direction: row;
    }

    .sidebar[b-x709xl0w1j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x709xl0w1j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x709xl0w1j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x709xl0w1j], article[b-x709xl0w1j] {
/*        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
*/    
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5d5v2un8py] {
    background-color: rgba(255, 255, 255, 0.1);
}

.track-info[b-5d5v2un8py] {
    padding: 1px;
    display: inline-flex;
    align-items: center;
    color: white;
    font-size: 13px;
    margin-left: 20px;
    max-width: 300px;
}


.track-info > .title[b-5d5v2un8py] {
    color: white;
    font-size: 14px;
}

.track-info > .artist[b-5d5v2un8py] {
    color: white;
    font-size: 14px;
}


.top-row[b-5d5v2un8py] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5d5v2un8py] {
    font-size: 1.1rem;
}

.oi[b-5d5v2un8py] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5d5v2un8py] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5d5v2un8py] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5d5v2un8py] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5d5v2un8py]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5d5v2un8py]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5d5v2un8py]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5d5v2un8py] {
        display: none;
    }

    .collapse[b-5d5v2un8py] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
