.upload-page-wrapper {
    padding: 20px 0 40px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background:
        radial-gradient(ellipse at 80% 10%, rgba(15, 118, 110, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 20% 80%, rgba(20, 184, 166, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 28px;
}

.upload-page-wrapper::before {
    content: '';
    position: fixed;
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 118, 110, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.upload-page-wrapper::after {
    content: '';
    position: fixed;
    bottom: -160px;
    left: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.05) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.page-bg-orb {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.page-bg-orb.orb-1 {
    width: 300px;
    height: 300px;
    top: 20%;
    right: 8%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.05) 0%, transparent 70%);
}

.page-bg-orb.orb-2 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    left: 5%;
    background: radial-gradient(circle, rgba(251, 146, 60, 0.05) 0%, transparent 70%);
}

.page-bg-orb.orb-3 {
    width: 180px;
    height: 180px;
    top: 45%;
    left: 18%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, transparent 70%);
}

.upload-header {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.upload-header h1 {
    font-size: 30px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 14px;
    letter-spacing: -0.5px;
}

.upload-header h1 .header-icon {
    width: 50px;
    height: 50px;
    background: rgba(15, 118, 110, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #0f766e;
    border: 1px solid rgba(15, 118, 110, 0.15);
}

.upload-header p {
    color: #64748b;
    font-size: 15px;
    margin: 0 0 0 64px;
    font-weight: 400;
}

.upload-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.upload-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    border-color: rgba(15, 118, 110, 0.12);
}

.upload-card-header {
    padding: 24px 28px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.upload-card-header h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-card-header h3 i {
    color: #0f766e;
    font-size: 18px;
    opacity: 0.85;
}

.folder-select-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.folder-select-group label {
    font-weight: 600;
    color: #475569;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.folder-select-group select {
    padding: 10px 36px 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #334155;
    min-width: 190px;
    cursor: pointer;
    transition: all 0.25s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8.825a.5.5 0 0 1-.354-.146l-4-4a.5.5 0 0 1 .708-.708L6 7.617l3.646-3.646a.5.5 0 0 1 .708.708l-4 4A.5.5 0 0 1 6 8.825z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.folder-select-group select:focus {
    border-color: rgba(15, 118, 110, 0.4);
    outline: none;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.08);
    background: rgba(255, 255, 255, 0.95);
}

.folder-select-group .btn-disk-link {
    padding: 10px 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #475569;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.folder-select-group .btn-disk-link:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(15, 118, 110, 0.2);
    color: #0f766e;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(15, 118, 110, 0.08);
}

.upload-card-body {
    padding: 28px;
}

.drop-zone {
    border: 2px dashed rgba(15, 118, 110, 0.25);
    border-radius: 20px;
    padding: 60px 28px;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
}

.drop-zone::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 14px;
    background: radial-gradient(circle at 50% 30%, rgba(15, 118, 110, 0.03) 0%, transparent 60%);
    pointer-events: none;
}

.drop-zone:hover {
    border-color: rgba(15, 118, 110, 0.5);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 4px 24px rgba(15, 118, 110, 0.06);
}

.drop-zone.drag-over {
    border-color: #0f766e;
    border-style: solid;
    background: rgba(240, 253, 244, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 40px rgba(15, 118, 110, 0.1), inset 0 0 0 1px rgba(15, 118, 110, 0.06);
    transform: scale(1.008);
}

.drop-zone .upload-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(15, 118, 110, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(15, 118, 110, 0.1);
    position: relative;
}

.drop-zone .upload-icon-wrapper::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 28px;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

.drop-zone:hover .upload-icon-wrapper::after,
.drop-zone.drag-over .upload-icon-wrapper::after {
    border-color: rgba(15, 118, 110, 0.15);
    animation: uploadPulse 2s ease-in-out infinite;
}

@keyframes uploadPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.6;
    }
}

.drop-zone:hover .upload-icon-wrapper,
.drop-zone.drag-over .upload-icon-wrapper {
    background: rgba(15, 118, 110, 0.14);
    border-color: rgba(15, 118, 110, 0.25);
}

.drop-zone .upload-icon-wrapper i {
    font-size: 34px;
    color: #0f766e;
    transition: all 0.35s ease;
    position: relative;
    z-index: 1;
}

.drop-zone:hover .upload-icon-wrapper i,
.drop-zone.drag-over .upload-icon-wrapper i {
    transform: translateY(-2px);
}

.drop-zone h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
}

.drop-zone p {
    color: #94a3b8;
    font-size: 14px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.upload-options-row {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.upload-options-row .option-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s;
}

.upload-options-row .option-label:hover {
    color: #0f766e;
}

.upload-options-row .option-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #0f766e;
    cursor: pointer;
    border-radius: 6px;
}

.upload-action-buttons {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.btn-upload-primary {
    padding: 13px 32px;
    background: #0f766e;
    border: none;
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.2);
    position: relative;
    overflow: hidden;
}

.btn-upload-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
    pointer-events: none;
}

.btn-upload-primary:hover {
    background: #0d6963;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 118, 110, 0.28);
}

.btn-upload-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(15, 118, 110, 0.15);
}

.btn-upload-primary:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-upload-primary:disabled::after {
    display: none;
}

.btn-upload-secondary {
    padding: 13px 32px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 14px;
    color: #475569;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
}

.btn-upload-secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    color: #334155;
}

.btn-upload-secondary:disabled {
    color: #cbd5e1;
    cursor: not-allowed;
    background: rgba(248, 250, 252, 0.6);
}

.upload-table-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    transition: box-shadow 0.3s ease;
}

.upload-table-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.upload-table-header {
    padding: 24px 28px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    gap: 12px;
}

.upload-table-header h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.upload-table-header h3 i {
    color: #0f766e;
    font-size: 18px;
    opacity: 0.85;
}

.upload-table-header .queue-count {
    font-size: 12px;
    font-weight: 700;
    color: #0f766e;
    margin-left: auto;
    background: rgba(15, 118, 110, 0.08);
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.upload-table-scroll {
    max-height: 440px;
    overflow-y: auto;
}

.upload-table-scroll::-webkit-scrollbar {
    width: 5px;
}

.upload-table-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.upload-table-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.upload-table {
    width: 100%;
    border-collapse: collapse;
}

.upload-table thead th {
    padding: 14px 24px;
    text-align: left;
    font-weight: 700;
    color: #94a3b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(248, 250, 252, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 2;
}

.upload-table tbody tr {
    transition: all 0.2s ease;
}

.upload-table tbody tr:hover {
    background: rgba(15, 118, 110, 0.03);
}

.upload-table tbody td {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    vertical-align: middle;
    font-size: 14px;
    color: #334155;
}

.upload-table .file-name-cell {
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}

.upload-table .file-size-cell {
    white-space: nowrap;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}

.progress-bar-wrapper {
    width: 100%;
    min-width: 130px;
}

.progress-bar-outer {
    height: 24px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.progress-bar-inner {
    height: 100%;
    background: #0f766e;
    border-radius: 12px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 40px;
    background: linear-gradient(to right, #0f766e, #14b8a6);
    position: relative;
}

.progress-bar-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px 12px 0 0;
}

.progress-bar-inner.completed {
    background: linear-gradient(to right, #059669, #10b981);
}

.progress-bar-inner.error {
    background: linear-gradient(to right, #dc2626, #ef4444);
}

.status-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.status-tag.pending {
    background: rgba(241, 245, 249, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #64748b;
}

.status-tag.hashing {
    background: rgba(254, 243, 199, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #92400e;
}

.status-tag.uploading {
    background: rgba(204, 251, 241, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #0f766e;
}

.status-tag.completed {
    background: rgba(209, 250, 229, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #065f46;
}

.status-tag.error {
    background: rgba(254, 226, 226, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #991b1b;
}

.error-msg-text {
    font-size: 11px;
    color: #ef4444;
    display: block;
    margin-top: 3px;
    max-width: 170px;
    word-break: break-all;
    font-weight: 500;
    opacity: 0.9;
}

.btn-file-remove {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: none;
    background: rgba(254, 226, 226, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #ef4444;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.btn-file-remove:hover {
    background: #ef4444;
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.btn-file-remove:disabled {
    background: rgba(241, 245, 249, 0.6);
    color: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.upload-table-footer {
    padding: 18px 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 12px;
}

.empty-queue-state {
    text-align: center;
    padding: 80px 24px;
    color: #94a3b8;
}

.empty-queue-state i {
    font-size: 56px;
    display: block;
    margin-bottom: 18px;
    color: rgba(148, 163, 184, 0.3);
    transition: all 0.3s ease;
}

.empty-queue-state p {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #94a3b8;
}

.upload-info-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), 0 1px 4px rgba(0, 0, 0, 0.03);
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 22px 28px;
    position: relative;
    z-index: 1;
}

.upload-info-card .info-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #64748b;
}

.upload-info-card .info-row i {
    color: #0f766e;
    font-size: 16px;
    opacity: 0.8;
}

.upload-info-card .info-row strong {
    color: #1e293b;
}

@media (max-width: 768px) {
    .upload-page-wrapper {
        padding: 8px 0 30px;
    }

    .upload-page-wrapper::before {
        width: 280px;
        height: 280px;
        top: -100px;
        right: -80px;
    }

    .upload-page-wrapper::after {
        width: 240px;
        height: 240px;
        bottom: -100px;
        left: -60px;
    }

    .upload-header {
        margin-bottom: 22px;
    }

    .upload-header h1 {
        font-size: 24px;
        gap: 10px;
    }

    .upload-header h1 .header-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 20px;
    }

    .upload-header p {
        font-size: 13px;
        margin-left: 52px;
    }

    .upload-card {
        border-radius: 20px;
        margin-bottom: 18px;
    }

    .upload-card-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        gap: 12px;
    }

    .upload-card-header h3 {
        font-size: 15px;
    }

    .folder-select-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .folder-select-group label {
        font-size: 12px;
    }

    .folder-select-group select {
        width: 100%;
        min-width: auto;
        min-height: 46px;
        padding: 12px 40px 12px 14px;
        font-size: 15px;
        border-radius: 12px;
    }

    .folder-select-group .btn-disk-link {
        width: 100%;
        text-align: center;
        min-height: 42px;
        border-radius: 12px;
    }

    .upload-card-body {
        padding: 18px;
    }

    .drop-zone {
        padding: 40px 16px;
        border-radius: 16px;
    }

    .drop-zone .upload-icon-wrapper {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .drop-zone .upload-icon-wrapper i {
        font-size: 26px;
    }

    .drop-zone .upload-icon-wrapper::after {
        inset: -4px;
        border-radius: 22px;
    }

    .drop-zone h4 {
        font-size: 16px;
    }

    .drop-zone p {
        font-size: 13px;
    }

    .upload-options-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 18px;
    }

    .upload-action-buttons {
        flex-direction: column;
        gap: 10px;
        margin-top: 18px;
    }

    .upload-action-buttons .btn-upload-primary,
    .upload-action-buttons .btn-upload-secondary {
        width: 100%;
        min-height: 48px;
        font-size: 15px;
        justify-content: center;
        padding: 14px;
        border-radius: 14px;
    }

    .upload-table-card {
        border-radius: 20px;
    }

    .upload-table-header {
        padding: 16px 18px;
    }

    .upload-table-header h3 {
        font-size: 15px;
    }

    .upload-table-scroll {
        max-height: 380px;
    }

    .upload-table thead {
        display: none;
    }

    .upload-table tbody {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .upload-table tbody tr {
        display: flex;
        flex-direction: column;
        padding: 16px;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, 0.04);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    }

    .upload-table tbody td {
        padding: 6px 0;
        border: none;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .upload-table tbody td::before {
        content: attr(data-label);
        font-size: 11px;
        color: #94a3b8;
        font-weight: 700;
        text-transform: uppercase;
        min-width: 48px;
        flex-shrink: 0;
        letter-spacing: 0.5px;
    }

    .upload-table .file-name-cell {
        font-size: 15px;
        font-weight: 700;
        color: #1e293b;
        max-width: 100%;
    }

    .upload-table .file-size-cell {
        font-size: 14px;
    }

    .progress-bar-wrapper {
        min-width: auto;
        flex: 1;
    }

    .progress-bar-outer {
        height: 20px;
        border-radius: 10px;
    }

    .progress-bar-inner {
        font-size: 10px;
        min-width: 32px;
        border-radius: 10px;
    }

    .status-tag {
        padding: 4px 10px;
        font-size: 11px;
        border-radius: 8px;
    }

    .btn-file-remove {
        width: 36px;
        height: 36px;
        align-self: flex-end;
    }

    .upload-table-footer {
        flex-direction: column;
        gap: 10px;
        padding: 14px 18px;
    }

    .upload-table-footer .btn-upload-primary,
    .upload-table-footer .btn-upload-secondary {
        width: 100%;
        min-height: 46px;
        font-size: 14px;
        justify-content: center;
        border-radius: 14px;
    }

    .empty-queue-state {
        padding: 60px 18px;
    }

    .empty-queue-state i {
        font-size: 44px;
    }

    .upload-info-card {
        padding: 18px;
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .upload-header h1 {
        font-size: 22px;
        gap: 8px;
    }

    .upload-header h1 .header-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        font-size: 17px;
    }

    .upload-header p {
        font-size: 12px;
        margin-left: 44px;
    }

    .upload-card-header {
        padding: 14px;
    }

    .upload-card-body {
        padding: 14px;
    }

    .drop-zone {
        padding: 30px 14px;
        border-radius: 14px;
    }

    .drop-zone .upload-icon-wrapper {
        width: 54px;
        height: 54px;
        border-radius: 14px;
        margin-bottom: 14px;
    }

    .drop-zone .upload-icon-wrapper i {
        font-size: 22px;
    }

    .drop-zone .upload-icon-wrapper::after {
        inset: -3px;
        border-radius: 17px;
    }

    .drop-zone h4 {
        font-size: 14px;
    }

    .drop-zone p {
        font-size: 12px;
    }

    .upload-action-buttons .btn-upload-primary,
    .upload-action-buttons .btn-upload-secondary,
    .upload-table-footer .btn-upload-primary,
    .upload-table-footer .btn-upload-secondary {
        min-height: 44px;
        padding: 12px;
        font-size: 14px;
        border-radius: 12px;
    }

    .upload-table-header {
        padding: 12px 14px;
    }

    .upload-table-footer {
        padding: 10px 14px;
    }

    .upload-table tbody {
        gap: 8px;
        padding: 8px;
    }

    .upload-table tbody tr {
        padding: 12px;
        border-radius: 12px;
    }
}