@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kxr66osk2l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kxr66osk2l] {
    flex: 1;
}

.sidebar[b-kxr66osk2l] {
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
    display: none;
}

.mobile-header[b-kxr66osk2l] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #1a1a1a;
    border-bottom: 1px solid #333;
}

.menu-toggle[b-kxr66osk2l] {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.mobile-title[b-kxr66osk2l] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
}

.sidebar-backdrop[b-kxr66osk2l] {
    display: none;
}

/* Mobile: sidebar as overlay */
@media (max-width: 768px) {
    .sidebar[b-kxr66osk2l] {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        z-index: 1001;
        transition: left 0.3s ease;
    }

    .sidebar.open[b-kxr66osk2l] {
        display: block;
        left: 0;
    }

    .sidebar-backdrop[b-kxr66osk2l] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
}

/* Desktop: sidebar always visible */
@media (min-width: 769px) {
    .page[b-kxr66osk2l] {
        flex-direction: row;
    }

    .sidebar[b-kxr66osk2l] {
        display: block;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .mobile-header[b-kxr66osk2l] {
        display: none;
    }

    article[b-kxr66osk2l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kxr66osk2l] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-kxr66osk2l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-row0i1qt2t] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-row0i1qt2t] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-row0i1qt2t] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-row0i1qt2t] {
    font-size: 1.1rem;
}

.bi[b-row0i1qt2t] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-row0i1qt2t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-row0i1qt2t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-row0i1qt2t] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-row0i1qt2t] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-row0i1qt2t] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-row0i1qt2t] {
        padding-bottom: 1rem;
    }

    .nav-item[b-row0i1qt2t]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-row0i1qt2t]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-row0i1qt2t]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-row0i1qt2t] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-row0i1qt2t] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-row0i1qt2t] {
        display: none;
    }

    .nav-scrollable[b-row0i1qt2t] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-esymys15tp],
.components-reconnect-repeated-attempt-visible[b-esymys15tp],
.components-reconnect-failed-visible[b-esymys15tp],
.components-pause-visible[b-esymys15tp],
.components-resume-failed-visible[b-esymys15tp],
.components-rejoining-animation[b-esymys15tp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-esymys15tp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-esymys15tp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-esymys15tp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-esymys15tp],
#components-reconnect-modal.components-reconnect-retrying[b-esymys15tp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-esymys15tp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-esymys15tp],
#components-reconnect-modal.components-reconnect-failed[b-esymys15tp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-esymys15tp] {
    display: block;
}


#components-reconnect-modal[b-esymys15tp] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-esymys15tp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-esymys15tp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-esymys15tp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-esymys15tp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-esymys15tp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-esymys15tp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-esymys15tp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-esymys15tp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-esymys15tp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-esymys15tp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-esymys15tp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-esymys15tp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-esymys15tp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-esymys15tp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-esymys15tp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-esymys15tp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-esymys15tp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-esymys15tp {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/FilterBar.razor.rz.scp.css */
.filter-bar[b-ecdlbdtxmh] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 0;
    align-items: center;
}

.search-box[b-ecdlbdtxmh] {
    flex: 1;
    min-width: 200px;
}

.search-box input[b-ecdlbdtxmh] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #444;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 1rem;
}

.search-box input:focus[b-ecdlbdtxmh] {
    outline: none;
    border-color: #007bff;
}

.search-box input[b-ecdlbdtxmh]::placeholder {
    color: #666;
}

.filter-select[b-ecdlbdtxmh] {
    padding: 0.75rem 1rem;
    border: 1px solid #444;
    border-radius: 8px;
    background: #222;
    color: #fff;
    font-size: 0.9rem;
    min-width: 140px;
    cursor: pointer;
}

.filter-select:focus[b-ecdlbdtxmh] {
    outline: none;
    border-color: #007bff;
}

@media (max-width: 768px) {
    .filter-bar[b-ecdlbdtxmh] {
        flex-direction: column;
    }

    .search-box[b-ecdlbdtxmh],
    .filter-select[b-ecdlbdtxmh] {
        width: 100%;
    }
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loading-container[b-8fijubvbdu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.spinner[b-8fijubvbdu] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255,255,255,0.1);
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin-b-8fijubvbdu 1s linear infinite;
}

.loading-message[b-8fijubvbdu] {
    margin-top: 1rem;
    color: #888;
}

@keyframes spin-b-8fijubvbdu {
    to { transform: rotate(360deg); }
}
/* /Components/Shared/MediaCard.razor.rz.scp.css */
.media-card[b-0yw49j1q30] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    border-radius: 8px;
    overflow: hidden;
    background: var(--bs-dark);
}

.media-card:hover[b-0yw49j1q30] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.poster-container[b-0yw49j1q30] {
    position: relative;
    aspect-ratio: 2/3;
    overflow: hidden;
}

.poster-container img[b-0yw49j1q30] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-poster[b-0yw49j1q30] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #888;
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
}

.overlay[b-0yw49j1q30] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent);
}

.rating[b-0yw49j1q30] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: #fff;
}

.star[b-0yw49j1q30] {
    color: #ffc107;
}

.year[b-0yw49j1q30] {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 500;
}

.quality-badge[b-0yw49j1q30] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 123, 255, 0.9);
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}

.card-info[b-0yw49j1q30] {
    padding: 0.75rem;
}

.title[b-0yw49j1q30] {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.genres[b-0yw49j1q30] {
    font-size: 0.75rem;
    color: #888;
    margin: 0.25rem 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Shared/MediaDetailsModal.razor.rz.scp.css */
.modal-backdrop[b-8t9n0e22qq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 2rem;
}

.modal-content[b-8t9n0e22qq] {
    position: relative;
    background: #1a1a1a;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.close-btn[b-8t9n0e22qq] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
}

.close-btn:hover[b-8t9n0e22qq] {
    background: rgba(0, 0, 0, 0.8);
}

.modal-body[b-8t9n0e22qq] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
    padding: 2rem;
}

.poster-section img[b-8t9n0e22qq] {
    width: 100%;
    border-radius: 8px;
}

.poster-section .no-poster[b-8t9n0e22qq] {
    width: 100%;
    aspect-ratio: 2/3;
    background: #2a2a2a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.details-section h2[b-8t9n0e22qq] {
    margin: 0;
    color: #fff;
    font-size: 1.75rem;
    display: inline;
}

.year[b-8t9n0e22qq] {
    color: #888;
    font-size: 1.25rem;
    margin-left: 0.5rem;
}

.meta-row[b-8t9n0e22qq] {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.rating[b-8t9n0e22qq] {
    color: #ffc107;
    font-weight: bold;
}

.runtime[b-8t9n0e22qq], .language[b-8t9n0e22qq] {
    color: #aaa;
}

.genres[b-8t9n0e22qq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.genre-tag[b-8t9n0e22qq] {
    padding: 0.25rem 0.75rem;
    background: #333;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #ddd;
}

.summary[b-8t9n0e22qq] {
    color: #bbb;
    line-height: 1.6;
    margin: 1rem 0;
    max-height: 120px;
    overflow-y: auto;
}

.links[b-8t9n0e22qq] {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
}

.link-btn[b-8t9n0e22qq] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: opacity 0.2s;
}

.link-btn:hover[b-8t9n0e22qq] {
    opacity: 0.8;
}

.link-btn.imdb[b-8t9n0e22qq] {
    background: #f5c518;
    color: #000;
}

.link-btn.trailer[b-8t9n0e22qq] {
    background: #ff0000;
    color: #fff;
}

@media (max-width: 768px) {
    .modal-body[b-8t9n0e22qq] {
        grid-template-columns: 1fr;
    }

    .poster-section[b-8t9n0e22qq] {
        max-width: 200px;
        margin: 0 auto;
    }
}
/* /Components/Shared/MediaGrid.razor.rz.scp.css */
.media-grid[b-gd2r2fsidw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
    padding: 1rem 0;
}

.empty-state[b-gd2r2fsidw] {
    text-align: center;
    padding: 3rem;
    color: #888;
}

@media (max-width: 768px) {
    .media-grid[b-gd2r2fsidw] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 1rem;
    }
}
/* /Components/Shared/Pagination.razor.rz.scp.css */
.pagination-container[b-hrwrkbnade] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 0;
}

.page-btn[b-hrwrkbnade] {
    padding: 0.5rem 1rem;
    border: 1px solid #444;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.page-btn:hover:not(:disabled):not(.active)[b-hrwrkbnade] {
    background: #333;
    border-color: #555;
}

.page-btn.active[b-hrwrkbnade] {
    background: #007bff;
    border-color: #007bff;
}

.page-btn:disabled[b-hrwrkbnade] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-ellipsis[b-hrwrkbnade] {
    padding: 0.5rem;
    color: #888;
}
/* /Components/Shared/TorrentSelector.razor.rz.scp.css */
.torrent-selector h5[b-m9nmgjd83s] {
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.no-torrents[b-m9nmgjd83s] {
    color: #888;
    text-align: center;
    padding: 1rem;
}

.torrent-list[b-m9nmgjd83s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 200px;
    overflow-y: auto;
}

.torrent-item[b-m9nmgjd83s] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #2a2a2a;
    border: 1px solid #333;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.torrent-item:hover[b-m9nmgjd83s] {
    border-color: #444;
    background: #333;
}

.torrent-item.selected[b-m9nmgjd83s] {
    border-color: #007bff;
    background: rgba(0, 123, 255, 0.1);
}

.torrent-quality[b-m9nmgjd83s] {
    display: flex;
    gap: 0.5rem;
}

.quality-badge[b-m9nmgjd83s] {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
}

.quality-4k[b-m9nmgjd83s] {
    background: #9c27b0;
    color: white;
}

.quality-1080p[b-m9nmgjd83s] {
    background: #007bff;
    color: white;
}

.quality-720p[b-m9nmgjd83s] {
    background: #28a745;
    color: white;
}

.quality-other[b-m9nmgjd83s] {
    background: #6c757d;
    color: white;
}

.codec-badge[b-m9nmgjd83s] {
    padding: 0.25rem 0.5rem;
    background: #444;
    border-radius: 4px;
    font-size: 0.7rem;
    color: #aaa;
}

.torrent-info[b-m9nmgjd83s] {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: #aaa;
}

.seeds[b-m9nmgjd83s] {
    color: #28a745;
}

.peers[b-m9nmgjd83s] {
    color: #ffc107;
}

.uploader[b-m9nmgjd83s] {
    font-size: 0.75rem;
    color: #888;
}

.download-actions[b-m9nmgjd83s] {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}

.btn-download[b-m9nmgjd83s] {
    padding: 0.75rem 1.5rem;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-download:hover:not(:disabled)[b-m9nmgjd83s] {
    background: #218838;
}

.btn-download:disabled[b-m9nmgjd83s] {
    background: #444;
    cursor: not-allowed;
}
