/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o1kp54njsx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o1kp54njsx] {
    flex: 1;
}

.sidebar[b-o1kp54njsx] {
    background-image: linear-gradient(180deg, #1a1a2e 0%, #4a2c7a 50%, #1a1a2e 100%);
}

.top-row[b-o1kp54njsx] {
    background-color: #0d0d1a;
    border-bottom: 1px solid #4a2c7a;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o1kp54njsx]  a, .top-row[b-o1kp54njsx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-o1kp54njsx]  a:hover, .top-row[b-o1kp54njsx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-o1kp54njsx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-o1kp54njsx] {
        justify-content: space-between;
    }

    .top-row[b-o1kp54njsx]  a, .top-row[b-o1kp54njsx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-o1kp54njsx] {
        flex-direction: row;
    }

    .sidebar[b-o1kp54njsx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o1kp54njsx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-o1kp54njsx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-o1kp54njsx], article[b-o1kp54njsx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o1kp54njsx] {
    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-o1kp54njsx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oyelrt17wk] {
    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-oyelrt17wk] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oyelrt17wk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oyelrt17wk] {
    font-size: 1.1rem;
}

.bi[b-oyelrt17wk] {
    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-oyelrt17wk] {
    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-oyelrt17wk] {
    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-oyelrt17wk] {
    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-oyelrt17wk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oyelrt17wk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oyelrt17wk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oyelrt17wk]  .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-oyelrt17wk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oyelrt17wk]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oyelrt17wk] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oyelrt17wk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oyelrt17wk] {
        display: none;
    }

    .nav-scrollable[b-oyelrt17wk] {
        /* 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-8as0xubylp],
.components-reconnect-repeated-attempt-visible[b-8as0xubylp],
.components-reconnect-failed-visible[b-8as0xubylp],
.components-pause-visible[b-8as0xubylp],
.components-resume-failed-visible[b-8as0xubylp],
.components-rejoining-animation[b-8as0xubylp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-retrying[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-failed[b-8as0xubylp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8as0xubylp] {
    display: block;
}


#components-reconnect-modal[b-8as0xubylp] {
    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-8as0xubylp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8as0xubylp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8as0xubylp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8as0xubylp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8as0xubylp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8as0xubylp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8as0xubylp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8as0xubylp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8as0xubylp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8as0xubylp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8as0xubylp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8as0xubylp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8as0xubylp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8as0xubylp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8as0xubylp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8as0xubylp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8as0xubylp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8as0xubylp {
    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/Pages/Home.razor.rz.scp.css */
/* PDF Compressor Styles - Matching desktop theme */

.compressor-container[b-krund4ks8s] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

/* Header */
.header[b-krund4ks8s] {
    text-align: center;
    margin-bottom: 2rem;
}

.header h1[b-krund4ks8s] {
    font-size: 2rem;
    color: #ffd700;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

.subtitle[b-krund4ks8s] {
    color: #b0b0c0;
    font-size: 1rem;
}

/* Upload Zone */
.upload-section[b-krund4ks8s] {
    margin-bottom: 2rem;
}

.upload-zone[b-krund4ks8s] {
    border: 2px dashed #4a2c7a;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8), rgba(13, 13, 26, 0.9));
    transition: all 0.3s ease;
}

.upload-zone:hover[b-krund4ks8s],
.upload-zone.drag-over[b-krund4ks8s] {
    border-color: #00d4ff;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.9), rgba(13, 13, 26, 1));
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}

.upload-zone.has-file[b-krund4ks8s] {
    border-style: solid;
    border-color: #39ff14;
}

.upload-zone.loading[b-krund4ks8s] {
    border-color: #00d4ff;
    pointer-events: none;
}

/* Loading Indicator */
.loading-indicator[b-krund4ks8s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
}

.loading-indicator p[b-krund4ks8s] {
    margin: 0;
    color: #00d4ff;
    font-size: 1rem;
}

.spinner[b-krund4ks8s] {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 212, 255, 0.2);
    border-top-color: #00d4ff;
    border-radius: 50%;
    animation: spin-b-krund4ks8s 1s linear infinite;
}

@keyframes spin-b-krund4ks8s {
    to {
        transform: rotate(360deg);
    }
}

.upload-prompt[b-krund4ks8s] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.upload-icon[b-krund4ks8s] {
    width: 48px;
    height: 48px;
    color: #00d4ff;
}

.upload-prompt p[b-krund4ks8s] {
    margin: 0;
    color: #b0b0c0;
}

.upload-or[b-krund4ks8s] {
    color: #666;
    font-size: 0.875rem;
}

.browse-btn[b-krund4ks8s] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #4a2c7a, #6b3fa0);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.browse-btn:hover[b-krund4ks8s] {
    background: linear-gradient(135deg, #6b3fa0, #8b4fc0);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(107, 63, 160, 0.4);
}

/* File Info */
.file-info[b-krund4ks8s] {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.file-icon[b-krund4ks8s] {
    width: 40px;
    height: 40px;
    color: #39ff14;
    flex-shrink: 0;
}

.file-details[b-krund4ks8s] {
    flex-grow: 1;
}

.file-name[b-krund4ks8s] {
    margin: 0;
    color: white;
    font-weight: 500;
    word-break: break-all;
}

.file-size[b-krund4ks8s] {
    margin: 0.25rem 0 0;
    color: #b0b0c0;
    font-size: 0.875rem;
}

.clear-btn[b-krund4ks8s] {
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: #ff6b9d;
    transition: color 0.3s ease;
}

.clear-btn:hover:not(:disabled)[b-krund4ks8s] {
    color: #ff4081;
}

.clear-btn:disabled[b-krund4ks8s] {
    opacity: 0.5;
    cursor: not-allowed;
}

.clear-btn svg[b-krund4ks8s] {
    width: 24px;
    height: 24px;
}

/* Settings Section */
.settings-section[b-krund4ks8s] {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.6), rgba(13, 13, 26, 0.8));
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(74, 44, 122, 0.5);
}

.settings-section h2[b-krund4ks8s] {
    margin: 0 0 1.5rem;
    color: #00d4ff;
    font-size: 1.25rem;
}

.settings-grid[b-krund4ks8s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.setting-item[b-krund4ks8s] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.setting-item label[b-krund4ks8s] {
    color: white;
    font-weight: 500;
}

.setting-item select[b-krund4ks8s],
.setting-item input[type="range"][b-krund4ks8s] {
    width: 100%;
    padding: 0.75rem;
    background: rgba(13, 13, 26, 0.8);
    border: 1px solid #4a2c7a;
    border-radius: 8px;
    color: white;
    font-size: 1rem;
}

.setting-item select:focus[b-krund4ks8s] {
    outline: none;
    border-color: #00d4ff;
    box-shadow: 0 0 10px rgba(0, 212, 255, 0.2);
}

.setting-item input[type="range"][b-krund4ks8s] {
    padding: 0;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #4a2c7a, #00d4ff);
    cursor: pointer;
}

.setting-item input[type="range"][b-krund4ks8s]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #ffd700;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.setting-item input[type="range"][b-krund4ks8s]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #ffd700;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.setting-hint[b-krund4ks8s] {
    margin: 0;
    color: #666;
    font-size: 0.75rem;
}

/* Progress Section */
.progress-section[b-krund4ks8s] {
    margin-bottom: 2rem;
}

.progress-bar-container[b-krund4ks8s] {
    width: 100%;
    height: 8px;
    background: rgba(74, 44, 122, 0.5);
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar[b-krund4ks8s] {
    height: 100%;
    background: linear-gradient(90deg, #00d4ff, #39ff14);
    border-radius: 4px;
    transition: width 0.3s ease;
}

.progress-text[b-krund4ks8s] {
    margin: 0.5rem 0 0;
    color: #b0b0c0;
    text-align: center;
    font-size: 0.875rem;
}

/* Action Buttons */
.action-section[b-krund4ks8s] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.compress-btn[b-krund4ks8s],
.cancel-btn[b-krund4ks8s],
.download-btn[b-krund4ks8s],
.new-file-btn[b-krund4ks8s],
.retry-btn[b-krund4ks8s] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.compress-btn[b-krund4ks8s] {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    color: #0d0d1a;
}

.compress-btn:hover:not(:disabled)[b-krund4ks8s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.4);
}

.compress-btn:disabled[b-krund4ks8s] {
    opacity: 0.5;
    cursor: not-allowed;
}

.compress-btn svg[b-krund4ks8s],
.cancel-btn svg[b-krund4ks8s],
.download-btn svg[b-krund4ks8s] {
    width: 20px;
    height: 20px;
}

.cancel-btn[b-krund4ks8s] {
    background: linear-gradient(135deg, #ff6b9d, #cc4477);
    color: white;
}

.cancel-btn:hover[b-krund4ks8s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.4);
}

/* Results Section */
.results-section[b-krund4ks8s] {
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.8), rgba(13, 13, 26, 0.9));
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

.results-section.success[b-krund4ks8s] {
    border: 1px solid rgba(57, 255, 20, 0.3);
}

.results-section.error[b-krund4ks8s] {
    border: 1px solid rgba(255, 107, 157, 0.3);
}

.results-section h2[b-krund4ks8s] {
    margin: 0 0 1.5rem;
    color: #39ff14;
}

.results-section.error h2[b-krund4ks8s] {
    color: #ff6b9d;
}

.stats-grid[b-krund4ks8s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.stat-item[b-krund4ks8s] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem;
    background: rgba(13, 13, 26, 0.5);
    border-radius: 8px;
}

.stat-label[b-krund4ks8s] {
    color: #b0b0c0;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.stat-value[b-krund4ks8s] {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
}

.stat-value.highlight[b-krund4ks8s] {
    color: #39ff14;
}

.download-section[b-krund4ks8s] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.download-btn[b-krund4ks8s] {
    background: linear-gradient(135deg, #39ff14, #2eb82e);
    color: #0d0d1a;
}

.download-btn:hover[b-krund4ks8s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(57, 255, 20, 0.4);
}

.new-file-btn[b-krund4ks8s] {
    background: transparent;
    border: 1px solid #4a2c7a;
    color: #b0b0c0;
}

.new-file-btn:hover[b-krund4ks8s] {
    border-color: #00d4ff;
    color: #00d4ff;
}

.retry-btn[b-krund4ks8s] {
    background: linear-gradient(135deg, #4a2c7a, #6b3fa0);
    color: white;
}

.retry-btn:hover[b-krund4ks8s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(107, 63, 160, 0.4);
}

.error-message[b-krund4ks8s] {
    color: #ff6b9d;
    margin-bottom: 1.5rem;
}

/* Error Banner */
.error-banner[b-krund4ks8s] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff6b9d, #cc4477);
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 20px rgba(255, 107, 157, 0.4);
    z-index: 1000;
}

.error-banner p[b-krund4ks8s] {
    margin: 0;
}

.error-banner button[b-krund4ks8s] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.error-banner button:hover[b-krund4ks8s] {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 600px) {
    .compressor-container[b-krund4ks8s] {
        padding: 1rem;
    }

    .header h1[b-krund4ks8s] {
        font-size: 1.5rem;
    }

    .settings-grid[b-krund4ks8s] {
        grid-template-columns: 1fr;
    }

    .stats-grid[b-krund4ks8s] {
        grid-template-columns: repeat(2, 1fr);
    }

    .download-section[b-krund4ks8s] {
        flex-direction: column;
    }

    .download-btn[b-krund4ks8s],
    .new-file-btn[b-krund4ks8s] {
        width: 100%;
        justify-content: center;
    }
}
