.removal-lazyy-entry-content {
    margin-top: 70px;
    padding-bottom: 160px;
}

.removal-lazyy-page-section {
    max-width: 920px;
    margin: 0 auto;
}

.removal-lazyy-page-container {
    border: 1px solid #d9dde3;
    border-radius: 12px;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(20, 30, 42, 0.08);
}

.removal-lazyy-badge {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: #eef5ff;
    color: #1455b4;
    font-size: 0.8rem;
    font-weight: 600;
}

.removal-lazyy-button {
    display: inline-block;
    padding: 0.65rem 1rem;
    border-radius: 8px;
    color: #ffffff;
    background: #1148a8;
    text-decoration: none;
    font-weight: 600;
}

.removal-lazyy-button:hover,
.removal-lazyy-button:focus {
    background: #0d3984;
    color: #ffffff;
}

.removal-lazyy-checklist {
    margin: 0 0 1rem 1rem;
}

.removal-lazyy-upload-page {
    background: #fafafa;
    padding-top: 80px;
}

.removal-lazyy-upload-page__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.removal-lazyy-upload-page__title {
    margin: 0 0 1.1rem;
    text-align: center;
    font-size: clamp(1.6rem, 2.3vw, 2.5rem);
    line-height: 1.2;
    font-weight: 700;
    color: #414141;
}

.removal-lazyy-upload-page__subtitle {
    margin: -0.2rem auto 1.5rem;
    text-align: center;
    color: #737b8a;
    font-size: 0.98rem;
    line-height: 1.4;
    max-width: 34ch;
}

.removal-lazyy-upload {
    background: transparent;
    border-radius: 14px;
    padding: 1.5rem;
}

.removal-lazyy-upload__top {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 1rem;
    margin-bottom: 1.9rem;
}

.removal-lazyy-upload__panel {
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 48px -8px rgba(0, 0, 0, 0.16);
}

.removal-lazyy-upload__panel--drop {
    padding: 24px;
}

.removal-lazyy-upload__dropzone {
    min-height: 270px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.removal-lazyy-upload__dropzone--busy {
    opacity: 1;
}

.removal-lazyy-upload__drop-state {
    transition: opacity 0.34s ease, transform 0.38s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}

.removal-lazyy-upload__drop-state--idle {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.2rem;
    opacity: 1;
    transform: translateY(0);
}

.removal-lazyy-upload__drop-state--uploading {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(26px);
}

.removal-lazyy-upload__dropzone--busy .removal-lazyy-upload__drop-state--idle {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-26px);
}

.removal-lazyy-upload__dropzone--busy .removal-lazyy-upload__drop-state--uploading {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.removal-lazyy-upload__drop-uploading {
    margin: 0;
    width: 100%;
    text-align: center;
}

.removal-lazyy-upload__drop-uploading[hidden] {
    display: none !important;
}

.removal-lazyy-upload__drop-uploading-icon {
    width: 108px;
    height: 87px;
    margin: 0 auto 0.6rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f62f1;
}

.removal-lazyy-upload__drop-uploading-icon-svg {
    width: 96px;
    height: 84px;
    display: none;
    filter: drop-shadow(0 8px 14px rgba(47, 98, 241, 0.18));
}

.removal-lazyy-upload__drop-uploading-icon--image .removal-lazyy-upload__drop-uploading-icon-svg--image {
    display: block;
}

.removal-lazyy-upload__drop-uploading-icon--folder .removal-lazyy-upload__drop-uploading-icon-svg--folder {
    display: block;
}

.removal-lazyy-upload__drop-uploading-icon-badge {
    position: absolute;
    right: -3px;
    bottom: -2px;
    width: 33px;
    height: 33px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(47, 98, 241, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.removal-lazyy-upload__drop-uploading-icon-upload {
    width: 21px;
    height: 21px;
    display: block;
    animation: removal-lazyy-upload-arrow-pulse 1s ease-in-out infinite;
    transform-origin: center;
}

.removal-lazyy-upload__drop-uploading-name {
    margin: 0.95rem auto 0.45rem;
    color: #414141;
    font-size: clamp(1.25rem, 1.55vw, 1.7rem);
    font-weight: 700;
    line-height: 1.2;
    max-width: 34ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.removal-lazyy-upload__drop-uploading-progress {
    width: min(320px, 100%);
    margin: 0 auto;
    height: 6px;
    border-radius: 999px;
    background: rgba(78, 126, 254, 0.24);
    overflow: hidden;
}

.removal-lazyy-upload__drop-uploading-progress-bar {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #4e7efe 0%, #2f62f1 100%);
    animation: removal-lazyy-upload-progress-indeterminate 1.2s ease-in-out infinite;
}

.removal-lazyy-upload__drop-uploading-hint {
    margin: 0.55rem auto 0;
    max-width: 34ch;
    color: #848b98;
    font-size: 0.92rem;
    line-height: 1.4;
    text-align: center;
}

.removal-lazyy-upload__drop-uploading-error {
    margin: 0.55rem auto 0;
    max-width: 34ch;
    color: #c4363d;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.removal-lazyy-upload__drop-uploading-error[hidden] {
    display: none !important;
}

.removal-lazyy-upload__drop-uploading-actions {
    margin: 0.62rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.removal-lazyy-upload__drop-uploading-actions[hidden] {
    display: none !important;
}

.removal-lazyy-upload__drop-uploading-action {
    border: 0;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.56rem 0.75rem;
    cursor: pointer;
}

.removal-lazyy-upload__drop-uploading-action--retry {
    background: #ccdbff;
    color: #234ec2;
}

.removal-lazyy-upload__drop-uploading-action--retry:hover,
.removal-lazyy-upload__drop-uploading-action--retry:focus {
    background: #b8ccff;
}

.removal-lazyy-upload__drop-uploading-action--cancel {
    display: inline;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #a7292f;
    font: inherit;
    font-weight: 600;
    line-height: inherit;
    padding: 0;
    min-width: 0;
    border-radius: 0;
    text-align: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.removal-lazyy-upload__drop-uploading-action--cancel:hover,
.removal-lazyy-upload__drop-uploading-action--cancel:focus {
    background: transparent;
    color: #8f2026;
}

.removal-lazyy-upload__drop-uploading-action--cancel:disabled {
    background: transparent;
    color: #d7a3a7;
    text-decoration: none;
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-name {
    color: #c4363d;
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-progress {
    background: rgba(196, 54, 61, 0.18);
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-progress-bar {
    background: linear-gradient(90deg, #ef676f 0%, #d23b43 100%);
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-hint {
    color: #a94e53;
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-icon {
    color: #d23b43;
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-icon-svg {
    filter: drop-shadow(0 8px 14px rgba(210, 59, 67, 0.2));
}

.removal-lazyy-upload__dropzone--upload-error .removal-lazyy-upload__drop-uploading-icon-badge {
    box-shadow: 0 6px 12px rgba(210, 59, 67, 0.24);
}

.removal-lazyy-upload__cloud {
    display: inline-flex;
    width: 52px;
    height: 52px;
    color: #4f79f8;
}

.removal-lazyy-upload__cloud svg {
    width: 100%;
    height: 100%;
}

.removal-lazyy-upload__drop-title {
    margin: 0.95rem 0 0.45rem;
    font-size: clamp(1.25rem, 1.55vw, 1.7rem);
    line-height: 1.2;
    color: #414141;
    font-weight: 700;
}

.removal-lazyy-upload__drop-subtitle {
    margin: 0;
    color: #848b98;
    font-size: 0.99rem;
}

.removal-lazyy-upload__browse-button {
    margin-top: 1.1rem;
    border: none;
    border-radius: 16px;
    background-color: #4e7efe;
    box-shadow: 0 14px 20px -8px rgba(0, 70, 255, 0.4);
    color: #ffffff;
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1;
    padding: 16px 24px;
    min-width: 165px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    outline: 0;
}

.removal-lazyy-upload__browse-button:hover,
.removal-lazyy-upload__browse-button:focus {
    background: #3f68e3;
}

.removal-lazyy-upload__browse-button:disabled {
    cursor: not-allowed;
    opacity: 0.8;
    box-shadow: none;
}

.removal-lazyy-upload__browse-folder-helper {
    margin: 1.15rem 0 0;
    color: #7f8797;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.removal-lazyy-upload__browse-folder-button {
    display: inline;
    margin: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    color: #4e7efe;
    font: inherit;
    font-weight: 600;
    line-height: inherit;
    padding: 0;
    min-width: 0;
    text-align: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.removal-lazyy-upload__browse-folder-button:hover,
.removal-lazyy-upload__browse-folder-button:focus {
    color: #355fcb;
}

.removal-lazyy-upload__browse-folder-button:disabled {
    color: #8ea2d8;
    text-decoration: none;
}

.removal-lazyy-upload__panel--credits {
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 290px;
}

.removal-lazyy-upload__credits-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.removal-lazyy-upload__credits-label {
    margin: 0;
    color: #9098a8;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.removal-lazyy-upload__credits-mark {
    width: 38px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
}

.removal-lazyy-upload__credits-mark::before,
.removal-lazyy-upload__credits-mark::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    border: 4px solid #d7def0;
    width: 22px;
    height: 22px;
    top: 0;
}

.removal-lazyy-upload__credits-mark::before {
    left: 0;
}

.removal-lazyy-upload__credits-mark::after {
    right: 0;
}

.removal-lazyy-upload__credits-value {
    margin: 0.5rem 0 0;
    font-size: clamp(1.85rem, 2.15vw, 2.2rem);
    font-weight: 700;
    line-height: 1;
    color: #414141;
}

.removal-lazyy-upload__credits-rate {
    margin: 0.95rem 0 0.55rem;
    align-self: flex-start;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(78, 126, 254, 0.14);
    color: #365cbf;
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.removal-lazyy-upload__credits-note {
    margin: 0 0 1rem;
    color: #70798a;
    line-height: 1.45;
    font-size: 0.91rem;
}

.removal-lazyy-upload__credits-button {
    margin-top: auto;
    display: block;
    width: 100%;
    padding: 16px 20px;
    border-radius: 16px;
    background: #f0f3fc;
    color: #2852c0 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.removal-lazyy-upload__credits-button:hover,
.removal-lazyy-upload__credits-button:focus {
    background: #4e7efe;
    color: #fff !important;
    box-shadow: 0 14px 20px -8px rgba(0, 70, 255, 0.4);
}

.removal-lazyy-upload__legal-note {
    margin: -0.05rem auto 1.15rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #778193;
    font-size: 0.78rem;
    line-height: 1.48;
    text-align: center;
    max-width: 72ch;
}

.removal-lazyy-upload__legal-note a {
    color: #2f62f1;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.removal-lazyy-upload__legal-note a:hover,
.removal-lazyy-upload__legal-note a:focus {
    color: #244fc2;
}

.removal-lazyy-upload__queue-title {
    margin: 0;
    color: #414141;
    font-size: 1.25rem;
    font-weight: 600;
}

.removal-lazyy-upload__queue-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.removal-lazyy-upload__queue-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-left: auto;
}

.removal-lazyy-upload__filters {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.removal-lazyy-upload__filter-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.removal-lazyy-upload__filter-select-wrap::after {
    content: '';
    position: absolute;
    right: 0.82rem;
    width: 0.42rem;
    height: 0.42rem;
    border-right: 2px solid #6e7890;
    border-bottom: 2px solid #6e7890;
    transform: rotate(45deg) translateY(-1px);
    pointer-events: none;
}

.removal-lazyy-upload__filter-select {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #414141;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.72rem 2.1rem 0.72rem 0.95rem;
    min-width: 128px;
    cursor: pointer;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.removal-lazyy-upload__filter-select:hover,
.removal-lazyy-upload__filter-select:focus {
    background: #eef3ff;
    border-color: #a8bce9;
    color: #2852c0;
    outline: none;
}

.removal-lazyy-upload__filter-select:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    background: #f5f7fb;
    border-color: #e1e6ef;
    color: #8c94a3;
}

.removal-lazyy-upload__table-wrap {
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 48px -8px rgba(0, 0, 0, 0.16);
    padding: 24px;
    overflow: auto;
}

.removal-lazyy-upload__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.removal-lazyy-upload__table th,
.removal-lazyy-upload__table td {
    padding: 0.95rem 0.9rem;
    text-align: left;
}

.removal-lazyy-upload__table thead th {
    border-bottom: 1px solid #eceff4;
    text-transform: uppercase;
    font-size: 0.82rem;
    color: #8a92a1;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.removal-lazyy-upload__table tbody td {
    border-bottom: 1px solid #eff2f6;
    color: #424a58;
    font-size: 0.95rem;
    vertical-align: middle;
}

.removal-lazyy-upload__created-at-cell {
    white-space: nowrap;
    color: #5f6776;
    font-size: 0.83rem;
}

.removal-lazyy-upload__table thead th:nth-child(2),
.removal-lazyy-upload__table tbody td:nth-child(2) {
    width: 220px;
    max-width: 220px;
}

.removal-lazyy-upload__table tbody td:nth-child(2) {
    color: #414141;
}

.removal-lazyy-upload__file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.removal-lazyy-upload__folder-name-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    max-width: 100%;
    border: 0;
    background: transparent;
    color: #2e4f9f;
    font: inherit;
    font-weight: 600;
    line-height: 1.25;
    padding: 0;
    cursor: pointer;
}

.removal-lazyy-upload__folder-name-toggle:hover,
.removal-lazyy-upload__folder-name-toggle:focus {
    color: #23408a;
    text-decoration: underline;
}

.removal-lazyy-upload__folder-name-toggle:disabled {
    cursor: progress;
    opacity: 0.75;
}

.removal-lazyy-upload__folder-name-toggle-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.removal-lazyy-upload__folder-name-toggle-icon {
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
    margin-top: -1px;
}

.removal-lazyy-upload__folder-name-toggle--expanded .removal-lazyy-upload__folder-name-toggle-icon {
    transform: rotate(45deg);
}

.removal-lazyy-upload__folder-name-toggle--loading .removal-lazyy-upload__folder-name-toggle-icon {
    opacity: 0.45;
}

.removal-lazyy-upload__table tbody tr:last-child td {
    border-bottom: 0;
}

.removal-lazyy-upload__queue-empty td {
    text-align: center;
    color: #7f8695;
    font-size: 0.93rem;
    padding: 1.35rem 0.9rem;
}

.removal-lazyy-upload__queue-loading-row td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.removal-lazyy-upload__table-skeleton {
    display: inline-block;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(110deg, #eef2f8 8%, #f9fbff 18%, #eef2f8 33%);
    background-size: 200% 100%;
    animation: removal-lazyy-skeleton-wave 1.2s linear infinite;
}

.removal-lazyy-upload__table-skeleton--thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.removal-lazyy-upload__table-skeleton--file {
    width: min(100%, 160px);
}

.removal-lazyy-upload__table-skeleton--status {
    width: 92px;
    height: 26px;
    border-radius: 999px;
}

.removal-lazyy-upload__table-skeleton--eta {
    width: 78px;
}

.removal-lazyy-upload__table-skeleton--datetime {
    width: 132px;
}

.removal-lazyy-upload__table-skeleton--action {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.removal-lazyy-upload__pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.removal-lazyy-upload__pagination--bottom {
    margin-top: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid #eceff4;
}

.removal-lazyy-upload__pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #414141;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.72rem 1rem;
    cursor: pointer;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.12s ease;
}

.removal-lazyy-upload__pagination-button--loading::before {
    content: '';
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 999px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    animation: removal-lazyy-spin 0.8s linear infinite;
}

.removal-lazyy-upload__pagination-button:hover,
.removal-lazyy-upload__pagination-button:focus {
    background: #eef3ff;
    border-color: #a8bce9;
    color: #2852c0;
}

.removal-lazyy-upload__pagination-button:active {
    transform: translateY(1px);
}

.removal-lazyy-upload__pagination-button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
    background: #f5f7fb;
    border-color: #e1e6ef;
    color: #8c94a3;
}

@keyframes removal-lazyy-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes removal-lazyy-upload-progress-indeterminate {
    from {
        transform: translateX(-120%);
    }

    to {
        transform: translateX(220%);
    }
}

@keyframes removal-lazyy-upload-arrow-pulse {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

.removal-lazyy-upload__thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    border: 1px solid #dce2eb;
    background: #eef2f8;
}

.removal-lazyy-upload__thumb--clickable {
    cursor: zoom-in;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.removal-lazyy-upload__thumb--clickable:hover,
.removal-lazyy-upload__thumb--clickable:focus {
    border-color: #8ea7e7;
    box-shadow: 0 0 0 3px rgba(78, 126, 254, 0.18);
    outline: none;
}

body.removal-lazyy-upload--viewer-open {
    overflow: hidden;
}

body.removal-lazyy-upload--error-modal-open {
    overflow: hidden;
}

.removal-lazyy-upload__fullscreen-drop {
    position: fixed;
    inset: 0;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(2px);
}

.removal-lazyy-upload__fullscreen-drop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.removal-lazyy-upload__fullscreen-drop-inner {
    width: min(94vw, 760px);
    text-align: center;
    padding: clamp(1.5rem, 4vw, 2.6rem) 1rem;
}

.removal-lazyy-upload__fullscreen-drop-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.28rem, 2.5vw, 2.1rem);
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.removal-lazyy-upload__fullscreen-drop-subtitle {
    margin: 0.55rem 0 0;
    color: rgba(231, 238, 255, 0.92);
    font-size: 0.98rem;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.removal-lazyy-upload__image-viewer {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10000;
}

.removal-lazyy-upload__image-viewer.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.removal-lazyy-upload__image-viewer-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(13, 18, 26, 0.74);
    cursor: zoom-out;
}

.removal-lazyy-upload__image-viewer-dialog {
    position: relative;
    z-index: 1;
    width: auto;
    max-width: 96vw;
    max-height: 96vh;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.removal-lazyy-upload__image-viewer-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 96vw;
    max-height: 92vh;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
}

.removal-lazyy-upload__image-viewer-close {
    position: fixed;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(15, 20, 32, 0.62);
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.removal-lazyy-upload__image-viewer-close:hover,
.removal-lazyy-upload__image-viewer-close:focus {
    background: rgba(15, 20, 32, 0.85);
}

.removal-lazyy-upload__error-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10001;
}

.removal-lazyy-upload__error-modal.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.removal-lazyy-upload__error-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(13, 18, 26, 0.62);
}

.removal-lazyy-upload__error-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 420px);
    border: 1px solid #dce3ef;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 38, 0.22);
    padding: 0.95rem;
}

.removal-lazyy-upload__error-modal-title {
    margin: 0;
    color: #30394a;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.removal-lazyy-upload__error-modal-text {
    margin: 0.5rem 0 0;
    color: #475269;
    font-size: 0.84rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.removal-lazyy-upload__error-modal-actions {
    margin-top: 0.72rem;
    display: flex;
    justify-content: flex-end;
}

.removal-lazyy-upload__error-modal-close {
    border-radius: 9px;
    border: 1px solid #d3daea;
    background: #f8faff;
    color: #3f4b61;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.46rem 0.72rem;
    cursor: pointer;
}

.removal-lazyy-upload__error-modal-close:hover,
.removal-lazyy-upload__error-modal-close:focus {
    border-color: #b2bfdc;
    background: #edf2ff;
}

.removal-lazyy-upload__thumb::after {
    content: '';
    position: absolute;
}

.removal-lazyy-upload__thumb--skeleton {
    border-color: #dfe4ee;
    background: linear-gradient(110deg, #eef1f6 8%, #f9fbff 18%, #eef1f6 33%);
    background-size: 200% 100%;
    animation: removal-lazyy-skeleton-wave 1.2s linear infinite;
}

.removal-lazyy-upload__thumb--skeleton::after {
    display: none;
}

@keyframes removal-lazyy-skeleton-wave {
    from {
        background-position-x: 200%;
    }

    to {
        background-position-x: -200%;
    }
}

.removal-lazyy-upload__thumb--shoe {
    background: linear-gradient(180deg, #f7f9fc 0%, #e8edf6 100%);
}

.removal-lazyy-upload__thumb--shoe::after {
    width: 26px;
    height: 11px;
    border-radius: 8px;
    background: linear-gradient(90deg, #6d7f9f, #9cacc7);
    left: 8px;
    top: 20px;
}

.removal-lazyy-upload__thumb--model {
    background: linear-gradient(180deg, #f5f6fa 0%, #eceff5 100%);
}

.removal-lazyy-upload__thumb--image {
    background-color: #f2f4f8;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.removal-lazyy-upload__thumb--image::after {
    display: none;
}

.removal-lazyy-upload__thumb--model::after {
    width: 16px;
    height: 12px;
    border: 1px solid #a7b1c2;
    border-radius: 2px;
    left: 13px;
    top: 15px;
}

.removal-lazyy-upload__thumb--folder {
    background: linear-gradient(180deg, #f7f2de 0%, #efdfae 100%);
}

.removal-lazyy-upload__thumb--folder::after {
    width: 18px;
    height: 12px;
    left: 12px;
    top: 17px;
    background: #c9a652;
    border-radius: 2px;
}

.removal-lazyy-upload__thumb--watch {
    background: linear-gradient(180deg, #f4f4f4 0%, #f0f0f0 100%);
}

.removal-lazyy-upload__thumb--watch::after {
    width: 13px;
    height: 28px;
    border-radius: 6px;
    background: #1f2229;
    left: 15px;
    top: 7px;
}

.removal-lazyy-upload__status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.32rem 0.6rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
}

.removal-lazyy-upload__status-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
}

.removal-lazyy-upload__status--processing {
    background: #e9ecff;
    color: #5f79ef;
}

.removal-lazyy-upload__status--uploading {
    background: #e9f2ff;
    color: #3b73df;
}

.removal-lazyy-upload__status--queued {
    background: #eef0f3;
    color: #727b89;
}

.removal-lazyy-upload__status--completed {
    background: #22c55e;
    color: #ffffff;
}

.removal-lazyy-upload__status--error {
    background: #fee2e2;
    color: #b91c1c;
}

.removal-lazyy-upload__actions-cell {
    width: 170px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: visible;
}

.removal-lazyy-upload__actions-cell>*+* {
    margin-left: 0.45rem;
}

.removal-lazyy-upload__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #4f79f8;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}

.removal-lazyy-upload__download:hover,
.removal-lazyy-upload__download:focus {
    color: #2f62f1;
    text-decoration: underline;
}

.removal-lazyy-upload__folder-jobs-row td {
    background: transparent;
    border-bottom: 1px solid #e8edf6;
    padding: 0.42rem 1rem 0.68rem;
}

.removal-lazyy-upload__folder-jobs-cell {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
}

.removal-lazyy-upload__folder-jobs-panel {
    border: 0;
    border-radius: 10px;
    background: #f5f8ff;
    padding: 0.5rem 0.7rem;
}

.removal-lazyy-upload__folder-jobs-title {
    margin: 0 0 0.42rem;
    color: #5b677c;
    font-size: 0.79rem;
    line-height: 1.3;
    font-weight: 700;
}

.removal-lazyy-upload__folder-jobs-state {
    margin: 0;
    color: #5b677c;
    font-size: 0.82rem;
    line-height: 1.35;
}

.removal-lazyy-upload__folder-jobs-state--loading {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.removal-lazyy-upload__folder-jobs-state--loading::before {
    content: '';
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    border: 2px solid #6f84bc;
    border-right-color: transparent;
    animation: removal-lazyy-spin 0.8s linear infinite;
}

.removal-lazyy-upload__folder-jobs-state--error {
    color: #bb3e45;
}

.removal-lazyy-upload__folder-jobs-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.removal-lazyy-upload__folder-jobs-table td {
    padding: 0.45rem 0.25rem;
    text-align: left;
    vertical-align: middle;
}

.removal-lazyy-upload__folder-jobs-item td {
    border-bottom: 1px solid #edf1f8;
}

.removal-lazyy-upload__folder-jobs-table tbody tr:last-child td {
    border-bottom: 0;
}

.removal-lazyy-upload__folder-jobs-thumb-cell {
    width: 38px;
    padding-right: 0;
}

.removal-lazyy-upload__folder-jobs-thumb {
    width: 36px;
    height: 36px;
    border-radius: 8px;
}

.removal-lazyy-upload__folder-jobs-name-cell {
    width: auto;
    padding-left: 0;
}

.removal-lazyy-upload__folder-jobs-file-name {
    display: block;
    color: #364153;
    font-size: 0.84rem;
    line-height: 1.35;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.removal-lazyy-upload__folder-jobs-status-cell {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    padding-right: 0.08rem;
}

.removal-lazyy-upload__folder-jobs-status {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.28rem;
}

.removal-lazyy-upload__folder-jobs-status .removal-lazyy-upload__status {
    font-size: 0.75rem;
    padding: 0.28rem 0.52rem;
}

.removal-lazyy-upload__folder-jobs-action-cell {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    padding-left: 0.08rem;
    padding-right: 0;
}

.removal-lazyy-upload__folder-jobs-action-empty {
    color: #8a94a8;
    font-size: 0.82rem;
}

.removal-lazyy-upload__folder-jobs-download {
    font-size: 0.76rem;
}

.removal-lazyy-upload__folder-jobs-cancel {
    padding: 0.34rem 0.58rem;
    font-size: 0.74rem;
    border-radius: 8px;
}

.removal-lazyy-upload__folder-jobs-error {
    margin: 0.25rem 0 0;
    color: #bb3e45;
    font-size: 0.75rem;
    line-height: 1.3;
}

.removal-lazyy-upload__delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4c5cb;
    border-radius: 10px;
    background: #feecee;
    color: #c43b46;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.44rem 0.72rem;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
}

.removal-lazyy-upload__delete:hover,
.removal-lazyy-upload__delete:focus {
    border-color: #c43b46;
    background: #c43b46;
    color: #ffffff;
    text-decoration: none;
}

.removal-lazyy-upload__delete:active {
    transform: translateY(1px);
}

.removal-lazyy-upload__delete:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(196, 59, 70, 0.22);
}

.removal-lazyy-upload__delete--loading,
.removal-lazyy-upload__delete:disabled {
    opacity: 0.55;
    cursor: progress;
    text-decoration: none;
    pointer-events: none;
}

.removal-lazyy-upload__delete-confirm {
    position: fixed;
    left: 0;
    top: 0;
    width: 230px;
    max-width: calc(100vw - 20px);
    padding: 0.7rem;
    border: 1px solid #dce3ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 38, 0.18);
    z-index: 2147483000;
    white-space: normal;
    text-align: left;
    pointer-events: auto;
}

.removal-lazyy-upload__delete-confirm::after {
    content: '';
    position: absolute;
    left: var(--removal-lazyy-delete-confirm-arrow-left, 22px);
    top: 100%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #dce3ef;
    border-bottom: 1px solid #dce3ef;
    background: #ffffff;
    transform: translate(-50%, -5px) rotate(45deg);
}

.removal-lazyy-upload__delete-confirm--below::after {
    top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid #dce3ef;
    border-top: 1px solid #dce3ef;
    transform: translate(-50%, -5px) rotate(45deg);
}

.removal-lazyy-upload__delete-confirm-text {
    margin: 0;
    color: #30394a;
    font-size: 0.8rem;
    line-height: 1.35;
}

.removal-lazyy-upload__delete-confirm-actions {
    margin-top: 0.55rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
}

.removal-lazyy-upload__delete-confirm-button {
    border-radius: 9px;
    border: 1px solid #d3daea;
    background: #f8faff;
    color: #3f4b61;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.44rem 0.62rem;
    cursor: pointer;
}

.removal-lazyy-upload__delete-confirm-button:hover,
.removal-lazyy-upload__delete-confirm-button:focus {
    border-color: #b2bfdc;
    background: #edf2ff;
}

.removal-lazyy-upload__delete-confirm-button--confirm {
    border-color: #c43b46;
    background: #c43b46;
    color: #ffffff;
}

.removal-lazyy-upload__delete-confirm-button--confirm:hover,
.removal-lazyy-upload__delete-confirm-button--confirm:focus {
    border-color: #a9303a;
    background: #a9303a;
}

.removal-lazyy-upload__toast-host {
    position: fixed;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
    width: min(92vw, 420px);
    display: flex;
    justify-content: center;
}

.removal-lazyy-upload__toast {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    border-radius: 14px;
    padding: 0.62rem 0.88rem;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
    color: #ffffff;
    background: rgba(36, 41, 51, 0.94);
    box-shadow: 0 14px 30px rgba(20, 26, 38, 0.28);
    opacity: 0;
    transform: translateY(10px) scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s ease;
    max-width: 100%;
}

.removal-lazyy-upload__toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.removal-lazyy-upload__toast--success {
    background: #22c55e;
}

.removal-lazyy-upload__toast--error {
    background: #f0f3fc;
    color: #4e7efe;
    border: 1px solid #d8e0f6;
}

.removal-lazyy-upload__toast--info {
    background: rgba(36, 41, 51, 0.94);
}

.removal-lazyy-upload__faq {
    margin-top: 1.9rem;
    padding: 0;
}

.removal-lazyy-upload__faq-title {
    margin: 0 0 0.95rem;
    color: #414141;
    font-size: clamp(1.12rem, 1.45vw, 1.35rem);
    font-weight: 700;
    line-height: 1.25;
}

.removal-lazyy-upload__faq-list {
    display: grid;
    gap: 0.75rem;
}

.removal-lazyy-upload__faq-item {
    background: #ffffff;
    border: 1px solid #e4e9f2;
    border-radius: 14px;
    padding: 0.9rem 1rem;
}

.removal-lazyy-upload__faq-question {
    margin: 0;
    color: #343c4a;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
}

.removal-lazyy-upload__faq-answer {
    margin: 0.45rem 0 0;
    color: #5b6474;
    font-size: 0.95rem;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .removal-lazyy-upload-page__container {
        padding: 0 0.75rem;
    }

    .removal-lazyy-upload {
        padding: 1rem;
    }

    .removal-lazyy-upload__top {
        grid-template-columns: 1fr;
    }

    .removal-lazyy-upload__panel--credits {
        min-height: 0;
    }

    .removal-lazyy-upload__dropzone {
        min-height: 220px;
    }

    .removal-lazyy-upload__fullscreen-drop {
        padding: 1rem;
    }

    .removal-lazyy-upload__fullscreen-drop-inner {
        padding: 1.2rem 0.8rem;
    }

    .removal-lazyy-upload__fullscreen-drop-subtitle {
        font-size: 0.9rem;
    }

    .removal-lazyy-upload__legal-note {
        margin: 0 0 0.9rem;
        font-size: 0.74rem;
    }

    .removal-lazyy-upload__queue-header {
        flex-direction: column;
        align-items: stretch;
    }

    .removal-lazyy-upload__queue-title {
        margin-bottom: 0;
    }

    .removal-lazyy-upload__queue-controls {
        width: 100%;
        align-items: center;
        justify-content: flex-end;
        gap: 0.55rem;
        margin-left: 0;
    }

    .removal-lazyy-upload__filters {
        gap: 0.45rem;
        justify-content: flex-start;
    }

    .removal-lazyy-upload__filter-select {
        min-width: 118px;
    }

    .removal-lazyy-upload__pagination {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .removal-lazyy-upload__folder-jobs-panel {
        overflow-x: auto;
    }

    .removal-lazyy-upload__folder-jobs-table {
        min-width: 560px;
    }

    .removal-lazyy-upload__toast-host {
        bottom: 14px;
    }

    .removal-lazyy-upload__faq {
        margin-top: 1.4rem;
    }

}