:root {
    --bg-1: #07121f;
    --bg-2: #0f2e45;
    --card: rgba(10, 23, 36, 0.72);
    --text: #e6f1fb;
    --muted: #9db3c7;
    --brand: #18c4b8;
    --brand-2: #ff8a3d;
    --line: rgba(221, 239, 255, 0.14);
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 15% 20%, #17486c 0%, transparent 34%),
                radial-gradient(circle at 85% 10%, #49397c 0%, transparent 40%),
                linear-gradient(135deg, var(--bg-1), var(--bg-2));
    color: var(--text);
    font-family: "Segoe UI", "Trebuchet MS", sans-serif;
    overflow-x: hidden;
}

body > main {
    width: min(100%, 36rem);
    flex: 1 0 auto;
}

.error-page {
    min-height: clamp(400px, 58vh, 560px);
    display: grid;
    place-items: center;
    padding: 1.5rem 0 3rem;
}

.error-page-card {
    position: relative;
    width: min(520px, 100%);
    padding: clamp(1.75rem, 5vw, 3rem);
    overflow: hidden;
    border: 1px solid rgba(157, 231, 226, 0.2);
    border-radius: 1.75rem;
    background: linear-gradient(145deg, rgba(7, 20, 31, 0.94), rgba(18, 51, 72, 0.86));
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
    text-align: center;
}

.error-page-glow {
    position: absolute;
    top: -150px;
    left: 50%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(24, 196, 184, 0.16);
    filter: blur(25px);
    transform: translateX(-50%);
    pointer-events: none;
}

.error-page-code {
    position: relative;
    color: var(--brand-2);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.28em;
}

.error-page h1 {
    position: relative;
    margin: 0.55rem 0 1rem;
    color: #fff;
    font-size: clamp(1.7rem, 5vw, 2.35rem);
    font-weight: 800;
}

.error-page p {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.6;
}

.error-page-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

@media (max-width: 575.98px) {
    .error-page-actions .btn {
        width: 100%;
    }
}

/* File request submissions and their live security scan states. */
.request-submission-card .card-body {
    overflow: hidden;
}

.request-submission-card {
    border: 1px solid rgba(185, 214, 235, .13) !important;
    background: linear-gradient(135deg, rgba(9, 27, 41, .94), rgba(12, 31, 48, .88));
    transition: border-color .2s ease, box-shadow .2s ease;
}

.request-submission-card:hover {
    border-color: rgba(185, 214, 235, .22) !important;
}

.request-submission-card:has(.collapse.show) {
    border-color: rgba(24, 196, 184, .28) !important;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .13), inset 3px 0 0 rgba(24, 196, 184, .72);
}

.request-submission-header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}

.request-submission-header > div:first-child {
    min-width: 0;
}

.request-submission-summary {
    flex: 0 0 auto;
    padding: .45rem .7rem;
    border: 1px solid rgba(160, 196, 220, .16);
    border-radius: 999px;
    color: #d7e8f4;
    background: rgba(130, 170, 198, .06);
    font-size: .78rem;
    letter-spacing: .01em;
    white-space: nowrap;
}

.request-submission-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .6rem;
}

.request-submission-actions .request-collapse-toggle {
    order: 3;
}

.request-submission-actions form[action*="page=file_request_submission_delete"] {
    display: flex;
    flex: 0 0 100%;
    order: 4;
    justify-content: flex-end;
}

.request-submission-date {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin-top: .55rem;
    color: #9fb5c8;
    font-size: .78rem;
}

.request-submission-date time {
    color: #d9e8f3;
    font-weight: 600;
}

.request-submission-header h2 {
    color: #f3f9fd;
    letter-spacing: -.015em;
}

.request-submission-actions > .security-indicator {
    min-height: 1.65rem;
    padding: .28rem .55rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: rgba(255,255,255,.025);
    font-size: .72rem;
}

.request-download-zip {
    white-space: nowrap;
}

.request-file-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    white-space: nowrap;
}

.request-file-actions form,
.request-submission-actions form {
    margin: 0;
}

.request-file-actions form[action*="page=file_request_file_delete"] {
    display: none;
}

.request-file-actions form[action*="page=file_request_file_delete"].is-file-ready,
.request-file-actions:has([data-request-file-download] a) form[action*="page=file_request_file_delete"] {
    display: block;
}

.request-submission-actions form .btn-outline-danger,
.request-submission-expanded-actions form .btn-outline-danger {
    min-height: auto;
    padding: .15rem 0;
    border: 0;
    border-radius: 0;
    color: #ff6b78;
    background: transparent;
    box-shadow: none;
    font-size: .78rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

.request-submission-actions form .btn-outline-danger:hover,
.request-submission-actions form .btn-outline-danger:focus-visible,
.request-submission-expanded-actions form .btn-outline-danger:hover,
.request-submission-expanded-actions form .btn-outline-danger:focus-visible {
    color: #ff9099;
    background: transparent;
    text-decoration-thickness: 2px;
}

.request-submission-expanded-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(185, 214, 235, .1);
}

.request-submission-expanded-actions:empty {
    display: none;
}

.request-submission-expanded-actions form {
    margin: 0;
}

.request-collapse-toggle {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 2.1rem;
    padding: .35rem .65rem .35rem .8rem;
    border: 1px solid rgba(24, 196, 184, .32);
    border-radius: 999px;
    color: #dffcf9;
    background: rgba(24, 196, 184, .09);
    box-shadow: none;
    font-size: .76rem;
    font-weight: 700;
    transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}

.request-collapse-toggle:hover,
.request-collapse-toggle:focus-visible {
    border-color: rgba(24, 196, 184, .62);
    color: #fff;
    background: rgba(24, 196, 184, .17);
    box-shadow: 0 0 0 .2rem rgba(24, 196, 184, .09);
}

.request-collapse-toggle:active {
    transform: translateY(1px);
}

.request-collapse-label-collapsed {
    display: none;
}

.request-collapse-toggle.collapsed .request-collapse-label-collapsed {
    display: inline;
}

.request-collapse-toggle.collapsed .request-collapse-label-expanded {
    display: none;
}

.request-collapse-chevron {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(24, 196, 184, .3);
    border-radius: 50%;
    background: rgba(24, 196, 184, .09);
    transition: transform .2s ease, background .18s ease;
}

.request-collapse-chevron::after {
    content: "";
    position: absolute;
    top: .36rem;
    left: .4rem;
    width: .38rem;
    height: .38rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(225deg);
}

.request-collapse-toggle.collapsed .request-collapse-chevron {
    transform: rotate(180deg);
}

.request-delete-modal {
    border: 1px solid rgba(255, 107, 120, .32);
}

.request-delete-modal .modal-header,
.request-delete-modal .modal-footer {
    border-color: var(--line);
}

.request-delete-modal .modal-title {
    color: #fff;
}

.request-upload-progress-modal {
    border: 1px solid rgba(24, 196, 184, .3);
}

.request-upload-progress-modal .modal-header,
.request-upload-progress-modal .modal-footer {
    border-color: var(--line);
}

.request-upload-progress-modal .request-modal-file-name {
    color: #edf7ff;
    font-weight: 700;
}

.request-upload-progress-modal .progress {
    height: 1.15rem;
}

.request-submission-message {
    margin-top: 1.15rem;
    padding: .85rem 1rem;
    border-left: 3px solid var(--brand);
    border-radius: 0 .65rem .65rem 0;
    background: rgba(24, 196, 184, .055);
}

.request-submission-message > span {
    display: block;
    margin-bottom: .3rem;
    color: #9fb8cb;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.request-submission-message p {
    margin: 0;
    color: #edf7ff;
    line-height: 1.55;
}

.request-files-table {
    width: 100%;
    min-width: 0;
}

.request-files-table-wrap {
    overflow: visible;
}

.request-files-table th {
    color: #b9cedf;
    font-size: .76rem;
    white-space: nowrap;
}

.request-files-table td {
    vertical-align: middle;
}

.request-files-table th:first-child,
.request-files-table td:first-child {
    width: 42%;
}

.request-file-name-cell {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: .65rem;
}

.request-files-table .public-transfer-file-icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
}

.request-file-name-cell .filename-ellipsis {
    display: block;
    min-width: 0;
    max-width: 390px;
}

@media (max-width: 575.98px) {
    .request-submission-header {
        align-items: stretch;
        flex-direction: column;
    }

    .request-submission-summary {
        align-self: flex-start;
    }

    .request-submission-actions {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        align-items: center;
    }

    .request-submission-card .card-body {
        padding: 1rem !important;
    }

    .request-files-table {
        min-width: 0;
    }

    .request-files-table,
    .request-files-table tbody,
    .request-files-table tr,
    .request-files-table td {
        display: block;
        width: 100%;
    }

    .request-files-table thead {
        display: none;
    }

    .request-files-table tbody {
        display: grid;
        gap: .75rem;
    }

    .request-files-table tbody tr {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: .45rem .65rem;
        padding: .65rem .7rem;
        border: 1px solid var(--line);
        border-radius: .7rem;
        background: rgba(6, 17, 27, .38);
    }

    .request-files-table tbody td {
        display: block;
        width: auto;
        padding: 0;
        border: 0;
        text-align: left !important;
        white-space: normal !important;
    }

    .request-files-table tbody td:first-child {
        grid-column: 1 / -1;
        width: 100%;
        padding-bottom: .45rem;
        border-bottom: 1px solid rgba(185, 214, 235, .1);
    }

    .request-files-table tbody td:nth-child(2) {
        display: none;
    }

    .request-files-table tbody td::before {
        display: none;
    }

    .request-files-table .filename-ellipsis {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .request-files-table .request-file-actions {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
}

@media (min-width: 576px) {
    .request-file-name-cell > .public-transfer-file-icon {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .request-files-table th:nth-child(2),
    .request-files-table td:nth-child(2) {
        display: none;
    }

    .request-files-table th,
    .request-files-table td {
        padding-right: .4rem;
        padding-left: .4rem;
    }

    .request-files-table th:first-child,
    .request-files-table td:first-child {
        width: auto;
    }
}

.site-footer {
    flex-shrink: 0;
    margin-top: auto;
    border-top: 1px solid var(--line);
    background: rgba(4, 12, 20, 0.72);
}

.site-footer-content {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 0;
}

.site-footer-brand {
    color: #f7fbff;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
}

.site-footer-links a,
.company-details a {
    color: #9fe7e2;
}

.site-footer-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.15rem;
    font-size: 0.78rem;
    white-space: nowrap;
}

.site-footer-created {
    color: rgba(230, 241, 251, 0.58);
    font-size: 0.7rem;
}

.legal-document {
    width: min(960px, 100%);
    margin: 0 auto;
}

.legal-hero {
    margin-bottom: 1.5rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: 1.4rem;
    background: linear-gradient(145deg, rgba(7, 20, 31, 0.88), rgba(21, 54, 77, 0.72));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.legal-hero h1 {
    margin: 0.85rem 0 0.5rem;
}

.legal-hero p {
    margin: 0;
    color: var(--muted);
}

.legal-section {
    margin-bottom: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--card);
}

.legal-section h2 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.legal-section li + li {
    margin-top: 0.65rem;
}

.legal-section p,
.legal-section li {
    line-height: 1.7;
}

.legal-file-types {
    padding: 0.85rem 1rem;
    border: 1px solid rgba(24, 196, 184, 0.35);
    border-radius: 0.75rem;
    background: rgba(24, 196, 184, 0.08);
    overflow-wrap: anywhere;
}

.company-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
}

.discount-code-control {
    width: min(100%, 360px);
}

.company-details > div {
    padding: 0.85rem 1rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
}

.company-details dt {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.company-details dd {
    margin: 0.25rem 0 0;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.contact-highlight {
    border-color: rgba(24, 196, 184, 0.42);
}

.legal-consents {
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.85rem;
    background: rgba(4, 12, 20, 0.34);
}

@media (max-width: 767.98px) {
    .site-footer-content {
        min-height: 0;
        align-items: center;
        flex-direction: column;
        gap: 0.65rem;
        padding: 0.85rem 0;
        text-align: center;
    }

    .site-footer-links {
        width: 100%;
        justify-content: center;
        gap: 0.35rem 0.8rem;
        font-size: 0.76rem;
        line-height: 1.3;
    }

    .site-footer-brand {
        font-size: 0.92rem;
    }

    .site-footer-brand + .small {
        margin-top: 0.15rem !important;
        font-size: 0.7rem;
    }

    .site-footer-meta {
        align-items: center;
        gap: 0.1rem;
        font-size: 0.7rem;
        line-height: 1.25;
    }

    .site-footer-created {
        font-size: 0.65rem;
    }

    .company-details {
        grid-template-columns: 1fr;
    }
}

.nav-glass {
    background: linear-gradient(100deg, rgba(7, 24, 37, .92), rgba(15, 24, 49, .9));
    border-bottom: 1px solid rgba(82, 211, 201, .16);
    box-shadow: 0 10px 30px rgba(2, 9, 17, .14);
    backdrop-filter: blur(14px);
}

.navbar .navbar-brand {
    color: #f7fbff;
    letter-spacing: 0.4px;
}

.navbar-toggler {
    padding: 0.45rem 0.6rem;
    color: rgba(255, 255, 255, 0.9);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(24, 196, 184, 0.25);
}

.navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(2);
}

.navbar-language-switch {
    min-width: 5.25rem;
}

.navbar-mobile-controls {
    gap: 0.55rem;
}

.navbar-language-switch-mobile {
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 0.375rem;
    list-style: none;
}

.navbar-language-link {
    padding: 0.42rem 0.55rem;
    color: #f7fbff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.navbar-language-link + .navbar-language-link {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-language-link:hover,
.navbar-language-link:focus-visible,
.navbar-language-link.active {
    color: #06131d;
    background: var(--brand);
}

.text-secondary {
    color: #a9bfd2 !important;
}

.transfer-expiry-note {
    font-size: 0.75rem;
    line-height: 1.2;
}

.status-indicator,
.security-indicator {
    display: inline-grid;
    grid-template-columns: 1rem max-content;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.25rem;
    color: #c8d5df;
    font-size: 0.82rem;
    font-weight: 650;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
}

.status-indicator > :last-child,
.security-indicator > :last-child {
    line-height: 1.25rem;
}

.status-indicator-dot {
    width: 0.5rem;
    height: 0.5rem;
    justify-self: center;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 16%, transparent);
}

.security-indicator-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    justify-self: center;
}

.security-scanning-dot {
    width: 0.55rem;
    height: 0.55rem;
    justify-self: center;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 0 rgba(101, 185, 255, 0.45);
    animation: security-scan-pulse 1.6s ease-out infinite;
}

.status-indicator.is-progress .status-indicator-dot,
.security-indicator.is-progress .status-indicator-dot {
    box-shadow: 0 0 0 0 rgba(101, 185, 255, 0.45);
    animation: security-scan-pulse 1.6s ease-out infinite;
}

@keyframes security-scan-pulse {
    70%, 100% {
        box-shadow: 0 0 0 0.4rem rgba(101, 185, 255, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .security-scanning-dot,
    .status-indicator.is-progress .status-indicator-dot,
    .security-indicator.is-progress .status-indicator-dot {
        animation: none;
    }
}

.status-indicator.is-success {
    color: #45d59a;
}

.security-indicator.is-success {
    color: #45d59a;
}

.status-indicator.is-progress,
.security-indicator.is-progress {
    color: #65b9ff;
}

.status-indicator.is-warning,
.security-indicator.is-warning {
    color: #f5bd56;
}

.status-indicator.is-danger,
.security-indicator.is-danger {
    color: #ff7185;
}

.status-indicator.is-muted,
.security-indicator.is-muted {
    color: #a9bfd2;
}

.hero {
    display: grid;
    gap: 1.5rem;
    align-items: center;
    grid-template-columns: 1.2fr 1fr;
    padding: 2rem;
    border-radius: 22px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, rgba(7, 20, 31, 0.8), rgba(15, 36, 53, 0.7));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.hero-card {
    background: rgba(7, 22, 34, 0.76);
    color: var(--text);
}

.home-hero-visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    min-width: 0;
}

.home-hero-visual-item {
    position: relative;
    min-width: 0;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border: 1px solid rgba(157, 190, 215, .22);
    border-radius: 1rem;
    background: #06131f;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .25);
}

.home-hero-visual-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-visual-item span {
    position: absolute;
    right: .65rem;
    bottom: .65rem;
    left: .65rem;
    padding: .55rem .7rem;
    border: 1px solid rgba(125, 226, 219, .28);
    border-radius: .65rem;
    background: rgba(4, 17, 28, .82);
    color: #effbff;
    font-size: .82rem;
    font-weight: 750;
    text-align: center;
    backdrop-filter: blur(8px);
}

@media (max-width: 767.98px) {
    .home-hero-visual {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: .25rem;
    }

    .home-hero-visual-item {
        aspect-ratio: 16 / 11;
    }

}

.card,
.mini-stat {
    background: var(--card);
    border: 1px solid var(--line);
    color: var(--text);
}

.mini-stat .label {
    color: var(--muted);
    font-size: 0.85rem;
}

.mini-stat .value {
    font-size: 1.1rem;
    font-weight: 600;
}

.account-type-badge {
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(93, 214, 255, 0.65);
    border-radius: 999px;
    color: #b9d8ec;
    font-size: 0.85rem;
    line-height: 1.2;
}

.account-type-badge-business {
    border-color: rgba(255, 138, 61, 0.85);
    color: #ffb27f;
}

.account-history-section-heading {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0 0 0.65rem;
    border-bottom: 1px solid var(--line);
    color: #7de2db;
    font-size: 0.92rem;
    font-weight: 600;
}

.account-history-section-heading::before {
    width: 0.22rem;
    height: 1rem;
    flex: 0 0 0.22rem;
    border-radius: 999px;
    background: var(--brand);
    content: "";
}

.branding-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(4, 12, 20, 0.48);
}

.branding-preview img {
    display: block;
    max-width: 100%;
}

.branding-logo-preview img {
    max-width: 240px;
    max-height: 90px;
    object-fit: contain;
}

.branding-logo-preview {
    width: 280px;
    max-width: 100%;
    height: 120px;
    min-height: 120px;
    padding: 0.75rem 1rem;
}

.branding-upload-hint {
    color: #b9d8ec;
}

.colorpick-eyedropper-input-trigger {
    display: none !important;
}

.branding-logo-color-control {
    transition: opacity 0.18s ease;
}

.branding-logo-color-control.is-disabled {
    opacity: 0.48;
}

.plan-activation-option {
    margin: 0;
    padding: 0.85rem 1rem 0.85rem 2.25rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(6, 18, 29, 0.45);
    cursor: pointer;
}

.plan-activation-option:has(.form-check-input:checked) {
    border-color: rgba(24, 196, 184, 0.75);
    background: rgba(24, 196, 184, 0.08);
}

.allowed-format-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.allowed-format-group {
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(24, 196, 184, 0.28);
    border-radius: 0.7rem;
    background: rgba(24, 196, 184, 0.06);
}

.allowed-format-group h3 {
    margin: 0 0 0.35rem;
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 700;
}

.allowed-format-group p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
    .allowed-format-groups {
        grid-template-columns: 1fr;
    }
}

.transfer-brand-logo {
    display: block;
    width: auto;
    max-width: min(240px, 100%);
    max-height: 100px;
    object-fit: contain;
}

.transfer-brand-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    max-width: 100%;
    height: 120px;
    padding: 0.75rem 1rem;
    border-radius: 12px;
}

.form-control,
.form-select {
    background: rgba(6, 17, 27, 0.7);
    color: #ecf7ff;
    border: 1px solid rgba(205, 230, 255, 0.25);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 0.2rem rgba(24, 196, 184, 0.2);
    background: rgba(4, 14, 22, 0.85);
    color: #ecf7ff;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #ecf7ff;
    caret-color: #ecf7ff;
    border-color: rgba(205, 230, 255, 0.25);
    box-shadow: 0 0 0 1000px #091a28 inset;
    transition: background-color 9999s ease-out 0s;
}

.form-control:autofill {
    color: #ecf7ff;
    background: #091a28;
}

.form-control:-webkit-autofill:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 1000px #071722 inset, 0 0 0 0.2rem rgba(24, 196, 184, 0.2);
}

.form-control::placeholder {
    color: rgba(230, 241, 251, 0.72);
    opacity: 1;
}

.auth-input-group .input-group-text {
    border-color: rgba(205, 230, 255, 0.25);
    background: rgba(6, 17, 27, 0.82);
    color: #7de2db;
}

.auth-input-group .input-group-text svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.auth-input-group:focus-within .input-group-text {
    border-color: var(--brand);
    color: #a2f5ef;
}

#chunkForm .form-text {
    color: rgba(230, 241, 251, 0.76);
}

.form-control:disabled {
    color: rgba(230, 241, 251, 0.45);
    border-color: rgba(205, 230, 255, 0.1);
    background: rgba(4, 12, 20, 0.48);
    opacity: 1;
    cursor: not-allowed;
}

.form-control:disabled::placeholder {
    color: rgba(230, 241, 251, 0.32);
}

#chunkForm .link-password-control {
    overflow: hidden;
    border: 1px solid rgba(205, 230, 255, 0.25);
    border-radius: 0.5rem;
    background: rgba(6, 17, 27, 0.7);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

#chunkForm .link-password-control:focus-within {
    border-color: var(--brand);
    background: rgba(4, 14, 22, 0.85);
    box-shadow: 0 0 0 0.2rem rgba(24, 196, 184, 0.2);
}

#chunkForm .link-password-control .form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#chunkForm .link-password-control .btn {
    min-width: 4.5rem;
    border: 0;
    border-left: 1px solid rgba(205, 230, 255, 0.25);
    border-radius: 0;
    background: rgba(236, 247, 255, 0.06);
    color: var(--text);
    font-weight: 600;
}

#chunkForm .link-password-control .btn:hover,
#chunkForm .link-password-control .btn:focus-visible {
    background: rgba(24, 196, 184, 0.16);
    color: #fff;
}

#chunkForm .link-password-control .btn:disabled {
    color: rgba(230, 241, 251, 0.4);
    background: rgba(4, 12, 20, 0.3);
}

.expiry-limit-hint {
    color: #b9d8ec;
    font-weight: 400;
    padding-left: 0.75rem;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-color: #e6f1fb;
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: rgba(165, 211, 255, 0.06);
}

.btn-primary {
    border: none;
    background: linear-gradient(100deg, var(--brand), var(--brand-2));
    color: #041824;
    font-weight: 700;
}

.btn-outline-light {
    border-color: rgba(236, 247, 255, 0.4);
}

.transfer-download-all {
    align-self: center;
    padding: 0.38rem 0.72rem;
    font-size: 0.82rem;
    line-height: 1.25;
    white-space: nowrap;
}

.form-check-input {
    cursor: pointer;
    background-color: rgba(8, 21, 34, 0.9);
    border-color: rgba(157, 179, 199, 0.65);
}

.form-check-input:checked {
    background-color: var(--brand);
    border-color: var(--brand);
}

.form-check-input:focus {
    border-color: var(--brand-2);
    box-shadow: 0 0 0 0.2rem rgba(255, 138, 61, 0.18);
}

.form-check-input[type="radio"]:checked {
    background-color: var(--brand);
    border-color: var(--brand);
}

.js-company-invite-form .btn-check + .btn-outline-primary,
.table .btn-check + .btn-outline-primary {
    border-color: var(--line);
    background: rgba(236, 247, 255, 0.04);
    color: var(--muted);
}

.js-company-invite-form .btn-check + .btn-outline-primary:hover,
.table .btn-check + .btn-outline-primary:hover {
    border-color: rgba(24, 196, 184, 0.65);
    color: var(--text);
}

.js-company-invite-form .btn-check:checked + .btn-outline-primary,
.table .btn-check:checked + .btn-outline-primary {
    border-color: var(--brand);
    background: var(--brand);
    color: #041824;
    font-weight: 700;
}

.js-company-invite-form .btn-check:focus + .btn-outline-primary,
.table .btn-check:focus + .btn-outline-primary {
    box-shadow: 0 0 0 0.2rem rgba(24, 196, 184, 0.2);
}

.quota-fixed-unit {
    margin-left: -1px;
    border-color: rgba(205, 230, 255, 0.25);
    border-left-color: transparent;
    background: rgba(6, 17, 27, 0.7);
    color: var(--muted);
    font-weight: 700;
}

.company-quota-editor {
    width: 145px;
    min-width: 145px !important;
}

.company-invite-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px 108px;
    align-items: end;
    gap: 0.6rem;
}

.company-invite-fields > div {
    min-width: 0;
}

.company-invite-fields .form-label {
    min-height: 2.5em;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.78rem;
    line-height: 1.25;
}

.company-invite-fields .input-group {
    width: 100%;
}

.company-invite-fields .form-control {
    min-width: 0;
}

.company-invite-fields .quota-fixed-unit {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
    font-size: 0.78rem;
}

@media (max-width: 575.98px) {
    .company-invite-fields {
        grid-template-columns: minmax(92px, 1fr) 76px 76px;
        gap: 0.35rem;
    }

    .company-invite-fields .form-label {
        min-height: 2.6em;
        font-size: 0.66rem;
    }

    .company-invite-fields .form-control {
        min-height: 36px;
        padding-right: 0.35rem;
        padding-left: 0.35rem;
        font-size: 0.8rem;
    }

    .company-invite-fields .quota-fixed-unit {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        font-size: 0.68rem;
    }
}

.input-group:focus-within .quota-fixed-unit {
    border-color: var(--brand);
    border-left-color: transparent;
    background: rgba(4, 14, 22, 0.85);
}

.progress {
    background: rgba(154, 203, 255, 0.15);
}

.progress-bar {
    background: linear-gradient(90deg, var(--brand), var(--brand-2));
    color: #031721;
    font-weight: 700;
}

.company-usage-progress {
    position: relative;
    min-width: 150px;
    height: 13px;
}

.company-usage-progress .progress-bar {
    white-space: nowrap;
}

.company-usage-percent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6f1fb;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

.company-usage-details {
    font-size: 0.68rem;
}

.company-usage-details-warning {
    color: #ffb347;
    font-weight: 700;
}

.company-usage-details-danger {
    color: #ff6474;
    font-weight: 700;
}

.storage-progress {
    position: relative;
    min-height: 1.25rem;
}

.storage-progress .progress-bar {
    min-width: 0;
    overflow: visible;
}

.storage-progress .progress-bar span {
    position: absolute;
    left: 50%;
    color: #e6f1fb;
    font-size: 0.78rem;
    line-height: 1.25rem;
    text-shadow: 0 1px 3px #07121f, 0 0 4px #07121f;
    transform: translateX(-50%);
}

.dashboard-usage-stats .usage-stat .value {
    margin-top: 0.15rem;
}

.dashboard-usage-stats .usage-details {
    margin-top: 0.45rem;
    color: var(--muted);
    font-size: 0.78rem;
    text-align: center;
}

.usage-stat-heading {
    display: flex;
    min-height: 1.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

.usage-stat-action {
    flex: 0 0 auto;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    line-height: 1.2;
    white-space: nowrap;
}

.usage-stat-action-icon {
    display: none;
}

.usage-stat-mobile-link {
    display: none;
}

@media (max-width: 575.98px) {
    .usage-stat-action {
        display: none;
    }

    .dashboard-usage-stats .usage-stat {
        position: relative;
    }

    .usage-stat-mobile-link {
        position: absolute;
        z-index: 2;
        inset: 0;
        display: block;
        border-radius: inherit;
    }

    .dashboard-usage-stats .usage-stat-purchasable {
        cursor: pointer;
        transition: border-color 0.15s ease, background-color 0.15s ease;
    }

    .dashboard-usage-stats .usage-stat-purchasable:active {
        border-color: rgba(39, 210, 197, 0.65);
        background: rgba(39, 210, 197, 0.08);
    }

    .usage-stat-mobile-link:focus-visible {
        outline: 2px solid var(--accent);
        outline-offset: 2px;
    }
}

.renewal-addons-legend {
    font-size: 0.85rem;
    font-weight: 600;
}

.upload-modal-content {
    background: #07141f;
    border: 1px solid var(--line);
    color: var(--text);
}

.modal-content {
    background-color: #07141f;
    color: var(--text);
}

.upload-complete-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    vertical-align: 0.08em;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.16);
}

.upload-modal-content.is-upload-complete .modal-header {
    justify-content: center;
    padding: 1.65rem 1.5rem 0;
}

.upload-modal-content.is-upload-complete .modal-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.upload-modal-content.is-upload-complete .upload-complete-check {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.12), 0 8px 24px rgba(34, 197, 94, 0.2);
}

.upload-modal-content.is-upload-complete .modal-body {
    padding: 0 1.5rem 0.9rem;
    text-align: center;
}

.upload-modal-content.is-upload-complete #chunkStatus {
    margin-top: 0.3rem !important;
    color: #b9d8ec !important;
    font-size: 0.95rem;
    font-weight: 400;
}

.upload-modal-content.is-upload-complete .modal-footer {
    justify-content: center;
    padding: 0 1.5rem 1.65rem;
}

.upload-modal-content.is-upload-complete #closeUploadModalBtn {
    min-width: 9rem;
    border-color: var(--brand);
    color: #041824;
    background: var(--brand);
    font-weight: 700;
}

.upload-modal-content.is-upload-complete #closeUploadModalBtn:hover,
.upload-modal-content.is-upload-complete #closeUploadModalBtn:focus-visible {
    border-color: #42d7cc;
    color: #041824;
    background: #42d7cc;
}

.upload-modal-content.is-upload-complete {
    border-color: rgba(24, 196, 184, 0.38);
    background: #07141f;
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(24, 196, 184, 0.06);
}

.upload-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.upload-metric-box {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(6, 18, 29, 0.65);
    padding: 0.6rem 0.75rem;
}

.upload-metric-label {
    color: var(--muted);
    font-size: 0.8rem;
}

.upload-metric-value {
    font-weight: 700;
}

.upload-current-file {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(6, 18, 29, 0.65);
    padding: 0.6rem 0.75rem;
}

.upload-current-file-label {
    color: var(--muted);
    font-size: 0.8rem;
}

.upload-current-file-value {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.upload-oversized-list {
    margin-top: 0.35rem;
    display: grid;
    gap: 0.35rem;
}

.upload-oversized-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(6, 18, 29, 0.5);
    padding: 0.35rem 0.5rem;
}

.upload-oversized-size {
    color: var(--muted);
    white-space: nowrap;
    font-size: 0.88rem;
}

.transfer-info-btn {
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--muted);
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.transfer-info-btn:hover,
.transfer-info-btn:focus-visible {
    color: var(--text);
    outline: none;
}

.transfer-info-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.av-scan-heading{position:relative;display:inline-flex;align-items:center;gap:.12rem;white-space:nowrap}.av-scan-info-button{padding:.08rem .22rem;color:#9db3c7}.av-scan-help{position:absolute;z-index:30;right:0;bottom:calc(100% + .55rem);width:min(21rem,70vw);padding:.7rem .8rem;border:1px solid rgba(125,226,219,.3);border-radius:.65rem;background:#071725;color:#dce9f3;font-size:.76rem;font-weight:400;line-height:1.5;white-space:normal;box-shadow:0 14px 34px rgba(0,0,0,.35)}.av-scan-help::before{content:"";position:absolute;right:.2rem;bottom:-.32rem;width:.62rem;height:.62rem;border-right:1px solid rgba(125,226,219,.3);border-bottom:1px solid rgba(125,226,219,.3);background:#071725;transform:rotate(45deg)}

.transfer-title-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
}

.transfer-title-inline .filename-ellipsis {
    min-width: 0;
    max-width: 100%;
}

.modal-file-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.7rem;
    padding: 0.55rem 0.65rem;
}

.modal-file-row .upload-file-type-icon {
    width: 1.8rem;
    height: 1.8rem;
    flex-basis: 1.8rem;
    border-radius: 0.45rem;
}

.modal-file-row .upload-file-type-icon svg {
    width: 1rem;
    height: 1rem;
}

.info-circle-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.info-circle-icon-dot {
    fill: currentColor;
    stroke: none;
}

.transfer-name-content {
    min-width: 0;
}

.transfer-file-meta {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.protected-lock-btn,
.protected-lock-static {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff758f;
}

.protected-lock-btn {
    appearance: none;
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 0.05rem 0.2rem;
    cursor: pointer;
}

.protected-lock-btn:hover,
.protected-lock-btn:focus-visible {
    color: #ff9cb0;
    outline: none;
}

.protected-lock-icon {
    width: 0.95rem;
    height: 0.95rem;
}

.transfer-actions-row {
    flex-wrap: nowrap;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .table-mobile-cards-wrap {
        overflow: visible;
    }

    .transfer-actions-cell .dropdown-menu {
        z-index: 1080;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .table-mobile-cards .transfer-actions-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem !important;
    }

    .table-mobile-cards .transfer-actions-row > .btn,
    .table-mobile-cards .transfer-actions-row > .dropdown,
    .table-mobile-cards .transfer-actions-row > .dropdown > .btn {
        width: 100%;
        min-width: 0;
    }
}

.transfer-downloads-row {
    flex-wrap: wrap;
    white-space: normal;
}

.packages-section {
    scroll-margin-top: 5rem;
}

.plan-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(155deg, rgba(12, 31, 48, 0.95), rgba(8, 20, 33, 0.92));
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.plan-card:hover {
    transform: translateY(-4px);
}

.plan-card-featured {
    border: 1px solid rgba(255, 176, 77, 0.65) !important;
    box-shadow: 0 22px 60px rgba(255, 138, 61, 0.13) !important;
}

.plan-price-value {
    display: inline-block;
    margin-right: 0.35rem;
    font-size: 1.75rem;
    font-weight: 800;
}

.plan-features {
    display: grid;
    gap: 0.7rem;
}

.plan-features li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
}

.plan-features strong {
    flex: 0 0 auto;
    color: var(--text);
    text-align: right;
    white-space: nowrap;
}

.plan-details-hide {
    display: none;
}

.plan-details-toggle[aria-expanded="true"] .plan-details-show {
    display: none;
}

.plan-details-toggle[aria-expanded="true"] .plan-details-hide {
    display: inline;
}

.upload-form-mobile-toggle {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.upload-form-toggle-icon {
    display: block;
    flex: 0 0 auto;
    width: 0.65rem;
    height: 0.65rem;
    margin: 0 0.2rem 0.25rem 0.75rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 180ms ease;
}

.upload-form-mobile-toggle[aria-expanded="true"] .upload-form-toggle-icon {
    margin-top: 0.35rem;
    margin-bottom: 0;
    transform: rotate(225deg);
}

.dashboard-collapse-hint {
    margin: 0.55rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
    text-align: left;
}

.dashboard-toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.dashboard-hint-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    color: currentColor;
}

.dashboard-hint-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dashboard-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    padding: 0.45rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(7, 20, 32, 0.66);
    box-shadow: 0 0.65rem 1.5rem rgba(0, 0, 0, 0.14);
}

.dashboard-mobile-tabs:has(.dashboard-mobile-tab[hidden]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-mobile-tab {
    display: flex;
    min-width: 0;
    min-height: 4.1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 0.25rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    background: transparent;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.15;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.dashboard-mobile-tab.active {
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(105deg, var(--brand), var(--brand-2));
    color: #041824;
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.18);
}

.dashboard-mobile-tab:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.dashboard-mobile-tab-icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.dashboard-mobile-tab-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dashboard-history-mode-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: .85rem .85rem 0 0;
    background: rgba(4,18,31,.68);
}

.dashboard-history-mode-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 3rem;
    border: 0;
    background: transparent;
    color: #91a8bd;
    font-size: .9rem;
    font-weight: 700;
}

.dashboard-history-mode-button > span {
    display: inline-grid;
    width: 1.45rem;
    height: 1.45rem;
    place-items: center;
    border: 1px solid rgba(151,181,205,.28);
    border-radius: .45rem;
    font-weight: 800;
}

.dashboard-history-mode-button.active > span {
    border-color: rgba(37,204,190,.62);
    color: #45dfd1;
    background: rgba(24,196,184,.1);
}

.dashboard-history-mode-button + .dashboard-history-mode-button {
    border-left: 1px solid var(--line);
}

.dashboard-history-mode-button.active {
    color: #f4fbff;
    background: rgba(20,78,102,.3);
}

.dashboard-history-mode-button.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #21c6bc;
}

.dashboard-history-mode-switch + [data-history-pane] > .upload-form-card,
[data-history-pane="received"] > .upload-form-card {
    margin-top: 0 !important;
    border-radius: 0 0 .9rem .9rem !important;
}

.request-reactivate-modal .modal-body {
    display: grid;
    gap: 1rem;
}

.request-reactivate-intro {
    margin: 0;
    color: #b7cad9;
    line-height: 1.55;
}

.request-reactivate-intro span {
    display: block;
}

.request-access-notice {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: .5rem 0 0;
    padding: .45rem .65rem;
    font-size: .76rem;
    line-height: 1.4;
    border-radius: .45rem;
}

.request-rules-legacy-hidden {
    display: none !important;
}

.request-access-settings {
    margin-top: 1.25rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(132, 185, 211, .22);
}

.request-access-settings-heading {
    margin-bottom: 1rem;
}

.request-access-selector,
.request-access-password {
    width: min(100%, 34rem);
}

.request-access-password {
    margin-top: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(132, 185, 211, .22);
    border-radius: .85rem;
    background: linear-gradient(145deg, rgba(8, 33, 48, .78), rgba(5, 23, 37, .58));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.request-access-password .form-text {
    margin-top: .55rem;
    color: rgba(215, 229, 241, .72) !important;
}

.request-password-validation:not([hidden]) {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: #ffd28d !important;
}

.request-password-validation:not([hidden])::before {
    content: '!';
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    place-items: center;
    border-radius: 50%;
    color: #10202b;
    background: #ffb24f;
    font-size: .68rem;
    font-weight: 900;
}

.request-password-input-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.request-password-input-group .form-control {
    border-radius: .55rem 0 0 .55rem;
}

.request-password-visibility {
    min-width: 5.5rem;
    padding: 0 .9rem;
    border: 1px solid rgba(132, 185, 211, .42);
    border-left: 0;
    border-radius: 0 .55rem .55rem 0;
    color: #dcebf5;
    background: rgba(18, 48, 68, .72);
    font-weight: 600;
}

.request-password-visibility:hover,
.request-password-visibility:focus-visible {
    color: #fff;
    background: rgba(26, 72, 94, .9);
}

.request-password-tools {
    display: grid;
    grid-template-columns: repeat(2, auto) minmax(0, 1fr);
    align-items: center;
    gap: .5rem;
    margin-top: .75rem;
}

.request-password-tools .btn {
    min-width: 6.5rem;
}

.request-password-tools-status {
    display: inline-flex;
    grid-column: 3;
    justify-self: start;
    align-items: center;
    gap: .42rem;
    min-height: 2rem;
    padding: .4rem .65rem;
    border: 1px solid rgba(76, 216, 166, .28);
    border-radius: .55rem;
    color: #a8efd2;
    background: rgba(31, 151, 111, .12);
    font-size: .78rem;
}

.request-password-tools-status::before {
    content: '✓';
    display: inline-grid;
    width: 1rem;
    height: 1rem;
    place-items: center;
    border-radius: 50%;
    color: #071c1b;
    background: #58ddb0;
    font-size: .68rem;
    font-weight: 900;
}

.request-password-tools-status.is-warning {
    border-color: rgba(255, 174, 68, .35);
    color: #ffd28d;
    background: rgba(183, 105, 20, .13);
}

.request-password-tools-status.is-warning::before {
    content: '!';
    background: #ffb24f;
}

.request-password-tools-status[hidden] {
    display: none !important;
}

.request-access-settings > [data-request-email-rules] {
    margin-top: 1rem;
}

.request-rules-editor {
    padding-top: .2rem;
}

.request-rules-intro {
    margin-bottom: 1rem;
    padding: .9rem 1rem;
    border-left: 3px solid var(--accent, #25c9cb);
    border-radius: 0 .65rem .65rem 0;
    background: rgba(20, 170, 181, .08);
}

.request-rules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.request-rule-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid rgba(132, 185, 211, .24);
    border-radius: .8rem;
    background: rgba(4, 22, 35, .35);
}

.request-rule-panel-heading {
    min-height: 3.5rem;
    margin-bottom: .85rem;
}

.request-rule-list {
    display: grid;
    gap: .65rem;
}

.request-rule-row {
    display: grid;
    gap: .5rem;
    align-items: center;
}

.request-person-rule {
    grid-template-columns: minmax(10rem, 1.4fr) minmax(7rem, 1fr) minmax(7rem, 1fr) 2.35rem;
}

.request-domain-rule {
    grid-template-columns: minmax(0, 1fr) 2.35rem;
}

.request-person-invite {
    display: inline-flex;
    grid-column: 1 / -1;
    align-items: center;
    gap: .5rem;
    width: fit-content;
    margin-top: .1rem;
    color: rgba(215, 229, 241, .82);
    font-size: .8rem;
    cursor: pointer;
}

.request-person-invite .form-check-input {
    flex: 0 0 auto;
    margin: 0;
}

.request-rule-remove {
    display: inline-grid;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 91, 112, .75);
    border-radius: .5rem;
    color: #ff8394;
    background: transparent;
    font-size: 1.25rem;
    line-height: 1;
    transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.request-rule-remove:hover,
.request-rule-remove:focus-visible {
    border-color: #ff6f83;
    color: #fff;
    background: rgba(221, 53, 77, .2);
}

.request-rule-add {
    align-self: flex-start;
    margin-top: .85rem;
}

@media (max-width: 991.98px) {
    .request-rules-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .request-password-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .request-password-tools .btn {
        width: 100%;
        min-width: 0;
    }

    .request-password-tools-status {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .request-person-rule {
        grid-template-columns: minmax(0, 1fr) 2.35rem;
    }

    .request-person-rule > [data-person-email],
    .request-person-rule > [data-person-first-name],
    .request-person-rule > [data-person-last-name] {
        grid-column: 1;
    }

    .request-person-rule > .request-rule-remove {
        grid-column: 2;
        grid-row: 1;
    }

    .request-rule-add {
        width: 100%;
    }
}

form[action*="page=file_request_access"] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .7rem .75rem;
    width: 100%;
    margin: 1.5rem 0 0;
    padding: 1.1rem;
    border: 1px solid rgba(105, 211, 225, .22);
    border-radius: .8rem;
    background: rgba(5, 23, 36, .42);
}

form[action*="page=file_request_access"] > .form-label,
form[action*="page=file_request_access"] > p {
    grid-column: 1 / -1;
    grid-row: 1;
}

form[action*="page=file_request_access"] > .form-label {
    margin: 0;
    font-weight: 600;
}

form[action*="page=file_request_access"] > .form-control {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
}

form[action*="page=file_request_access"] > .request-otp-code-boxes {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
}

form[action*="page=file_request_access"] > .btn {
    grid-column: 2;
    grid-row: 2;
    min-width: 7.5rem;
    margin: 0 !important;
}

form[action*="page=file_request_access"] > .request-access-notice {
    grid-column: 1 / -1;
    grid-row: 3;
    margin: 0;
}

@media (max-width: 575.98px) {
    form[action*="page=file_request_access"] {
        grid-template-columns: 1fr;
        padding: .9rem;
    }

    form[action*="page=file_request_access"] > .form-label,
    form[action*="page=file_request_access"] > p,
    form[action*="page=file_request_access"] > .form-control,
    form[action*="page=file_request_access"] > .request-otp-code-boxes,
    form[action*="page=file_request_access"] > .request-access-notice,
    form[action*="page=file_request_access"] > .btn {
        grid-column: 1;
        grid-row: auto;
    }

    form[action*="page=file_request_access"] > .request-otp-code-boxes {
        justify-content: center;
    }

    form[action*="page=file_request_access"] > .btn {
        width: 100%;
    }
}

form.request-otp-access-form {
    grid-template-columns: 1fr;
    text-align: center;
}

form.request-otp-access-form > p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: .15rem;
}

form.request-otp-access-form > .request-otp-code-boxes {
    grid-column: 1;
    grid-row: 2;
    justify-content: center;
}

form.request-otp-access-form > .btn {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    width: auto;
    min-width: 10rem;
    margin-top: .25rem !important;
}

form.request-otp-access-form > .request-access-notice {
    grid-column: 1;
    grid-row: 4;
    justify-self: center;
    text-align: left;
}

form.request-otp-access-form > .request-access-notice.alert-success {
    border-color: rgba(255, 193, 7, .65);
    background: rgba(255, 193, 7, .12);
    color: #ffd86b;
}

.request-otp-secondary-actions {
    display: flex;
    grid-column: 1;
    grid-row: 5;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .35rem 1rem;
}

.request-otp-secondary-actions .btn-link {
    min-width: 0 !important;
    width: auto !important;
    padding: .15rem 0;
    border: 0;
    color: rgba(238, 247, 253, .88);
    font-size: .76rem;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: rgba(238, 247, 253, .35);
    text-underline-offset: .18rem;
}

.request-otp-secondary-actions .btn-link:hover,
.request-otp-secondary-actions .btn-link:focus-visible {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, .8);
}

.request-access-intro {
    margin-bottom: .25rem;
}

.request-reactivate-summary {
    display: grid;
    gap: .18rem;
    padding: .75rem .9rem;
    border: 1px solid rgba(24,196,184,.25);
    border-radius: .7rem;
    background: rgba(24,196,184,.07);
}

.request-reactivate-summary span {
    color: #8fa9bd;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.request-reactivate-summary strong {
    color: #f3f9fd;
    font-size: .95rem;
}

.request-reactivate-expiry {
    margin: 0;
    padding: 0;
    border: 0;
}

.request-reactivate-legend {
    float: none;
    width: auto;
    margin: 0 0 .65rem;
    padding: 0;
    color: #eaf4fb;
    font-size: .9rem;
    font-weight: 700;
}

.request-reactivate-options {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .6rem;
}

.request-expiry-option {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    min-width: 0;
    padding: .7rem;
    border: 1px solid var(--line);
    border-radius: .65rem;
    background: rgba(255,255,255,.02);
    cursor: pointer;
}

.request-expiry-option:has(input:checked) {
    border-color: rgba(24,196,184,.58);
    background: rgba(24,196,184,.08);
}

.request-expiry-option span,
.request-expiry-option strong,
.request-expiry-option small {
    display: block;
}

.request-expiry-option strong {
    color: #edf7fc;
    font-size: .82rem;
}

.request-expiry-option small {
    margin-top: .15rem;
    color: #8fa9bd;
    font-size: .7rem;
    line-height: 1.3;
}

.request-reactivate-value {
    padding-top: .15rem;
}

.request-reactivate-value .number-stepper {
    width: 100%;
    height: 2.5rem;
    min-height: 2.5rem;
}

.request-reactivate-value .number-stepper-btn,
.request-reactivate-value .number-stepper-value {
    height: 100%;
    min-height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.request-reactivate-value .number-stepper-btn {
    display: grid;
    place-items: center;
}

@media (max-width: 575.98px) {
    .request-reactivate-options {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    #dashboardHistoryPanel.is-request-mode {
        display: none !important;
    }
}

.upload-form-mobile-toggle[aria-expanded="true"] + .dashboard-collapse-hint {
    display: none !important;
}

.details-hide {
    display: none;
}

.use-case-details-toggle[aria-expanded="true"] .details-show {
    display: none;
}

.use-case-details-toggle[aria-expanded="true"] .details-hide {
    display: inline;
}

.checkout-plan-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(6, 18, 29, 0.55);
}

.checkout-price strong {
    font-size: 1.45rem;
}

.checkout-summary {
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(6, 18, 29, 0.55);
}

.checkout-summary > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
}

.checkout-summary strong {
    color: var(--text);
    text-align: right;
}

.checkout-summary-total {
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
    font-size: 1.08rem;
}

.payment-processing-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9rem;
    padding: 1.25rem;
}

.payment-success-icon {
    display: inline-flex;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #052015;
    background: #4ade80;
    font-size: 2.4rem;
    font-weight: 900;
    box-shadow: 0 0 0 0.65rem rgba(74, 222, 128, 0.12);
}

.number-stepper {
    display: grid;
    grid-template-columns: 3rem minmax(4rem, 1fr) 3rem;
    min-height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    overflow: hidden;
    border: 1px solid rgba(205, 230, 255, 0.25);
    border-radius: 0.5rem;
    background: rgba(6, 17, 27, 0.7);
}

.number-stepper:focus-within {
    border-color: rgba(93, 214, 255, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(93, 214, 255, 0.12);
}

.number-stepper-btn,
.number-stepper-value {
    border: 0;
    color: var(--text);
    background: transparent;
}

.number-stepper-btn {
    font-size: 1.35rem;
    font-weight: 600;
    transition: background-color 160ms ease, color 160ms ease;
}

.number-stepper-btn:hover,
.number-stepper-btn:focus-visible {
    color: #fff;
    background: rgba(93, 214, 255, 0.16);
    outline: none;
}

.number-stepper-btn:disabled,
.number-stepper-value:disabled {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.04);
}

.number-stepper-value {
    width: 100%;
    min-width: 0;
    padding: 0.45rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 700;
    text-align: center;
    outline: none;
    appearance: textfield;
}

.number-stepper-value::-webkit-inner-spin-button,
.number-stepper-value::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.expiry-datetime-control {
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
    padding-block: .375rem;
    border-color: rgba(205, 230, 255, 0.25);
    border-radius: 0.5rem;
    background: rgba(6, 17, 27, 0.7);
}

.expiry-datetime-control:focus {
    border-color: rgba(93, 214, 255, 0.8);
    background: rgba(10, 18, 38, 0.58);
    box-shadow: 0 0 0 0.2rem rgba(93, 214, 255, 0.12);
}

.expiry-datetime-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.75;
    cursor: pointer;
}

.qr-code-canvas {
    display: flex;
    width: 244px;
    min-height: 244px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 1rem;
    color: #07111f;
    background: #fff;
}

.qr-code-canvas img,
.qr-code-canvas canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

.history-toolbar #historySearch {
    min-width: 160px;
    max-width: 220px;
}

.history-toolbar #historyPageSize {
    min-width: 84px;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    background-position: right 0.4rem center;
    background-size: 12px 9px;
    text-align: center;
    text-align-last: center;
}

.history-filter-layout,
.history-filter-main,
.history-filter-meta,
.history-filter-control {
    display: flex;
    align-items: center;
}

.history-filter-layout {
    justify-content: space-between;
    gap: 0.75rem;
}

.history-filter-main,
.history-filter-meta {
    gap: 0.75rem;
}

.history-filter-control {
    gap: 0.5rem;
}

.history-toolbar #historyPageSize option {
    text-align: center;
}

.history-pagination #historyPageNumbers .btn {
    min-width: 2.1rem;
}

.filename-ellipsis {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expandable-filename {
    border-radius: 0.25rem;
}

@media (hover: hover) and (pointer: fine) {
    .expandable-filename {
        cursor: default;
    }

    .expandable-filename:hover,
    .expandable-filename:focus-visible {
        outline: none;
    }
}

@media (hover: none), (pointer: coarse) {
    .expandable-filename {
        cursor: pointer;
    }

    .expandable-filename:focus-visible {
        color: #ffffff;
        outline: 2px solid rgba(24, 196, 184, 0.45);
        outline-offset: 2px;
    }
}

.expandable-filename.is-expanded,
.modal-file-name.is-expanded {
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
}

.modal-file-name {
    cursor: default;
    user-select: text;
}

.modal-title {
    min-width: 0;
    overflow-wrap: anywhere;
}

.transfer-public-summary {
    min-width: 0;
}

.transfer-public-title {
    overflow-wrap: anywhere;
}

.transfer-files-table {
    table-layout: fixed;
}

.transfer-files-table th:first-child,
.transfer-files-table td:first-child {
    width: 34%;
}

.transfer-files-table th:nth-child(2),
.transfer-files-table td:nth-child(2) {
    width: 16%;
}

.transfer-files-table th:nth-child(3),
.transfer-files-table td:nth-child(3) {
    width: 11%;
}

.transfer-files-table th:nth-child(4),
.transfer-files-table td:nth-child(4) {
    width: 11%;
}

.transfer-files-table th:nth-child(5),
.transfer-files-table td:nth-child(5) {
    width: 18%;
}

.transfer-files-table th:nth-child(6),
.transfer-files-table td:nth-child(6) {
    width: 10%;
}

.public-transfer-file-name-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.6rem;
}

.public-transfer-filename[data-expand-all-pointers] {
    width: 100%;
    min-width: 0;
    cursor: pointer;
}

.public-transfer-file-type-wrap {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.5rem;
}

.public-transfer-file-icon {
    width: 1.8rem;
    height: 1.8rem;
    flex-basis: 1.8rem;
    border-radius: 0.45rem;
}

.public-transfer-file-icon svg {
    width: 1rem;
    height: 1rem;
}

.request-format-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.request-format-group{margin:0;padding:.85rem;border:1px solid var(--line);border-radius:.8rem}.request-format-group legend{float:none;width:auto;margin:0 0 .55rem;padding:0;color:#ddecf7;font-size:.86rem;font-weight:700}.request-format-group label{display:flex;align-items:center;gap:.4rem;margin:.35rem 0;color:#a9bfd2;font-size:.8rem}.request-upload-file{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.65rem .75rem;border-bottom:1px solid var(--line)}.request-rules-summary{padding:.75rem 1rem;border:1px solid rgba(24,196,184,.2);border-radius:.7rem;background:rgba(24,196,184,.05)}.request-otp-input{max-width:220px;font-size:1.5rem;font-weight:700;letter-spacing:.35rem;text-align:center}
.dashboard-transfer-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0;border:1px solid var(--line);border-bottom-color:rgba(185,214,235,.08);border-radius:.9rem .9rem 0 0;background:rgba(4,18,31,.68);overflow:hidden}.dashboard-transfer-mode-button{position:relative;display:flex;align-items:center;justify-content:center;gap:.7rem;min-height:62px;padding:.65rem 1.25rem;border:0;border-radius:0;background:transparent;color:#91a8bd;text-align:left;transition:background-color .18s,color .18s}.dashboard-transfer-mode-button+.dashboard-transfer-mode-button{border-left:1px solid var(--line)}.dashboard-transfer-mode-button::after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:transparent}.dashboard-transfer-mode-button strong{display:block;color:inherit;font-size:1rem;font-weight:750}.dashboard-transfer-mode-button small{display:block;margin-top:.12rem;color:#829aaf;font-size:.76rem;font-weight:500}.dashboard-transfer-mode-icon{display:grid;flex:0 0 2rem;width:2rem;height:2rem;place-items:center;border:1px solid rgba(151,181,205,.25);border-radius:.65rem;background:rgba(255,255,255,.025);font-size:1.1rem;font-weight:800}.dashboard-transfer-mode-button:hover{color:#fff;background:rgba(255,255,255,.045)}.dashboard-transfer-mode-button.active{color:#f4fbff;background:linear-gradient(180deg,rgba(25,104,126,.34),rgba(13,48,69,.28));box-shadow:none}.dashboard-transfer-mode-button.active small{color:#bcd0df}.dashboard-transfer-mode-button.active .dashboard-transfer-mode-icon{border-color:rgba(37,204,190,.65);color:#45dfd1;background:rgba(24,196,184,.12)}.dashboard-transfer-mode-button.active::after{background:#21c6bc}[data-transfer-pane]>.upload-form-card{border-radius:0 0 .9rem .9rem!important}
.request-size-control .form-select{flex:0 0 78px;max-width:78px;font-weight:700}.request-format-grid-compact{grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.request-format-grid-compact .request-format-group{min-width:0;padding:.65rem}.request-format-grid-compact .request-format-group legend{font-size:.78rem}.request-format-grid-compact .request-format-group label{font-size:.72rem}.request-dashboard-table{min-width:760px}.request-dashboard-table .filename-ellipsis{max-width:260px}
.request-uploader-fields-heading{margin-top:1.35rem!important;padding-top:1.25rem;border-top:1px solid var(--line)}
.upload-form-card legend.form-label{float:none;width:auto;padding:0;font-size:1rem;line-height:1.5;font-weight:500}
.request-size-control+.form-text{margin-top:.4rem;color:#9fb5c8!important;opacity:1}
.request-size-control>.form-control{min-width:0;border-radius:.5rem 0 0 .5rem}.request-unit-toggle{display:flex;flex:0 0 auto;overflow:hidden;border:1px solid rgba(205,230,255,.25);border-left:0;border-radius:0 .5rem .5rem 0;background:rgba(6,17,27,.7)}.request-unit-toggle label{display:flex;align-items:center;justify-content:center;min-width:48px;margin:0;padding:.375rem .55rem;border:0;background:transparent;color:#a9bfd2;font-size:.8rem;font-weight:700;cursor:pointer;transition:background-color .15s,color .15s}.request-unit-toggle label:first-of-type{border-right:1px solid rgba(205,230,255,.25)}.request-unit-toggle .btn-check:checked+label{background:#18c4b8;color:#071725}.request-unit-toggle .btn-check:focus-visible+label{outline:2px solid #79e8df;outline-offset:-2px}
@media(max-width:1199.98px){.request-format-grid-compact{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:767.98px){.request-format-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575.98px){.dashboard-transfer-mode-button,.dashboard-history-mode-button{min-height:52px;gap:.42rem;padding:.5rem .35rem;font-family:inherit;font-size:.82rem;font-weight:700;line-height:1.15}.dashboard-transfer-mode-button small{display:none}.dashboard-transfer-mode-button strong{font-size:inherit;font-weight:inherit;line-height:inherit}.dashboard-transfer-mode-icon,.dashboard-history-mode-button>span{display:grid;flex:0 0 1.45rem;width:1.45rem;height:1.45rem;place-items:center;border-radius:.45rem;font-size:.82rem;font-weight:800;line-height:1}}
@media(max-width:767.98px){.request-dashboard-table-wrap{overflow:visible}.request-dashboard-mobile-cards{min-width:0}.request-dashboard-mobile-cards,.request-dashboard-mobile-cards tbody,.request-dashboard-mobile-cards tr,.request-dashboard-mobile-cards td{display:block;width:100%}.request-dashboard-mobile-cards thead{display:none}.request-dashboard-mobile-cards tbody{display:grid;gap:.75rem}.request-dashboard-mobile-cards tbody tr{overflow:hidden;border:1px solid var(--line);border-radius:.75rem;background:rgba(7,24,38,.62)}.request-dashboard-mobile-cards tbody td{display:grid;grid-template-columns:minmax(7rem,38%) minmax(0,1fr);align-items:center;gap:.75rem;padding:.62rem .75rem!important;border-bottom:1px solid rgba(185,214,235,.1)!important;white-space:normal!important}.request-dashboard-mobile-cards tbody td:last-child{border-bottom:0!important}.request-dashboard-mobile-cards tbody td::before{content:attr(data-label);color:#9fb5c8;font-size:.72rem;font-weight:700}.request-dashboard-mobile-cards .filename-ellipsis{max-width:100%}.request-dashboard-mobile-cards td:last-child .d-flex{justify-content:flex-start;flex-wrap:wrap}}
@media(max-width:575.98px){[data-request-formats]>.d-flex:first-child{flex-direction:column;align-items:flex-start!important}[data-request-formats]>.d-flex:first-child>.d-flex{width:100%}.request-format-grid{grid-template-columns:1fr}.request-format-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.request-upload-file{grid-template-columns:minmax(0,1fr) auto}.request-upload-file small{grid-column:1}.request-upload-file .btn{grid-column:2;grid-row:1 / span 2}}
@media(min-width:480px) and (max-width:767.98px){.request-format-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:575.98px){.request-details-stats{--bs-gutter-x:.65rem;--bs-gutter-y:.65rem}.request-details-stats .mini-stat{min-height:0;padding:.65rem .75rem!important}.request-details-stats .mini-stat .label{font-size:.72rem;line-height:1.2}.request-details-stats .mini-stat .value{margin-top:.12rem;font-size:.92rem;line-height:1.2;overflow-wrap:anywhere}.request-details-stats .request-details-expiry{font-size:.78rem;white-space:nowrap}}

.upload-file-name {
    display: block;
    max-width: 100%;
    color: #f3f8fc;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-dropzone {
    border: 1px dashed rgba(205, 230, 255, 0.45);
    border-radius: 16px;
    padding: 1rem;
    background: rgba(5, 16, 25, 0.55);
    text-align: center;
    transition: all 0.2s ease;
}

.upload-dropzone.is-dragover {
    border-color: var(--brand);
    background: rgba(24, 196, 184, 0.12);
    box-shadow: 0 0 0 3px rgba(24, 196, 184, 0.18);
}

.dropzone-title {
    font-weight: 600;
}

.dropzone-subtitle {
    color: var(--muted);
    margin: 0.35rem 0;
}

.upload-file-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.upload-files-count {
    color: #b9d8ec;
    font-size: inherit;
    font-weight: 600;
}

.upload-file-list.is-scrollable {
    max-height: 285px;
    padding-right: 0.35rem;
    overflow-y: auto;
    scrollbar-color: rgba(24, 196, 184, 0.75) rgba(154, 203, 255, 0.1);
    scrollbar-width: thin;
}

.upload-file-toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    margin: 0.8rem 0 1.25rem;
}

.upload-file-show-all {
    grid-column: 2;
}

.upload-file-total-size {
    grid-column: 1;
    justify-self: start;
    padding-left: 0.75rem;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.upload-file-total-size.is-over-limit {
    color: #ffb347;
}

.upload-file-remove-all {
    grid-column: 3;
    justify-self: end;
    border: 1px solid #ff6474;
    color: #ff6474;
    background: rgba(255, 100, 116, 0.04);
}

.upload-file-remove-all:hover,
.upload-file-remove-all:focus-visible {
    border-color: #ff758f;
    color: #fff;
    background: rgba(255, 100, 116, 0.18);
}

.upload-file-modal-list {
    max-height: min(60vh, 560px);
    padding-right: 0.35rem;
    overflow-y: auto;
    scrollbar-color: rgba(24, 196, 184, 0.75) rgba(154, 203, 255, 0.1);
    scrollbar-width: thin;
}

.upload-submit-hint {
    min-height: 1.1rem;
}

.upload-submit-hint.is-file-format-warning {
    color: #ffb347 !important;
    text-align: center;
    font-weight: 700;
}

.upload-limit-help {
    margin-top: 1rem;
    display: grid;
    gap: 0.65rem;
}

.upload-modal-content.is-upload-limit .modal-header {
    padding-bottom: 0;
}

.upload-modal-content.is-upload-limit .modal-body {
    padding-top: 0.35rem !important;
}

.upload-modal-content.is-upload-limit #chunkStatus {
    margin-top: 0 !important;
}

.upload-limit-option {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(205, 230, 255, 0.13);
    border-radius: 0.7rem;
    background: rgba(236, 247, 255, 0.035);
}

.upload-limit-option strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #eaf4fb;
    font-size: 0.92rem;
}

.upload-limit-option p {
    color: #a9bfd2;
    font-size: 0.84rem;
    line-height: 1.45;
}

.upload-limit-wait {
    border-left: 3px solid rgba(157, 179, 199, 0.7);
}

.upload-limit-upgrade {
    border-left: 3px solid var(--brand);
}

.upload-limit-help .btn {
    min-width: 8.5rem;
    font-weight: 700;
}

.upload-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border: 1px solid rgba(205, 230, 255, 0.2);
    border-radius: 10px;
    background: rgba(11, 29, 43, 0.9);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.upload-file-meta {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 0.92rem;
    overflow-wrap: anywhere;
}

.upload-file-size {
    display: block;
    margin-top: 0.1rem;
    color: #b9d8ec;
    font-size: 0.82rem;
    line-height: 1.25;
}

.upload-file-type-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
    border: 1px solid rgba(125, 226, 219, 0.28);
    border-radius: 0.55rem;
    color: #7de2db;
    background: rgba(24, 196, 184, 0.08);
}

.upload-file-type-icon svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.upload-file-type-icon.is-video {
    color: #9db8ff;
    border-color: rgba(157, 184, 255, 0.28);
    background: rgba(93, 120, 255, 0.08);
}

.upload-file-type-icon.is-audio {
    color: #c7a6ff;
    border-color: rgba(199, 166, 255, 0.3);
    background: rgba(143, 92, 255, 0.09);
}

.upload-file-type-icon.is-archive {
    color: #ffcf73;
    border-color: rgba(255, 207, 115, 0.3);
    background: rgba(255, 179, 71, 0.08);
}

.upload-file-type-icon.is-pdf {
    color: #ff9cb0;
    border-color: rgba(255, 156, 176, 0.3);
    background: rgba(255, 100, 116, 0.08);
}

.upload-file-remove {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 117, 143, 0.38);
    color: #ff9cb0;
    background: rgba(255, 117, 143, 0.04);
}

.upload-file-remove:hover,
.upload-file-remove:focus-visible {
    border-color: #ff758f;
    color: #fff;
    background: rgba(255, 117, 143, 0.16);
}

.upload-file-validation {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-left: 0.45rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.upload-file-validation-checking {
    color: var(--muted);
}

.upload-file-validation-invalid {
    color: #ffb347;
}

.upload-file-item-invalid {
    border-color: rgba(255, 179, 71, 0.65);
    background: rgba(255, 179, 71, 0.08);
}

.scan-status-note {
    color: #cfe9ff;
    font-weight: 600;
}

.table td .btn {
    white-space: nowrap;
}

.limit-value.is-limit-reached,
#fileCountValue.is-limit-reached {
    color: #ffc107;
    font-weight: 700;
}

.limit-value-row {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.limit-reached-icon {
    display: none;
}

.limit-info-button {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 0;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: #ffc107;
    vertical-align: middle;
    cursor: pointer;
}

.limit-info-icon {
    display: block;
    width: 0.95rem;
    height: 0.95rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.limit-info-icon-dot {
    fill: currentColor;
    stroke: none;
}

.limit-info-button.limit-reached-icon {
    display: none;
}

.limit-info-button:hover,
.limit-info-button:focus-visible {
    color: #ffca2c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 207, 115, 0.16);
}

.limit-popover .popover-body {
    text-align: center;
}

.limit-info-button.field-info-button{color:#9fbfd5}.limit-info-button.field-info-button:hover,.limit-info-button.field-info-button:focus-visible{color:#e6f5ff;box-shadow:0 0 0 3px rgba(159,191,213,.14)}
.field-info-popover{--bs-popover-max-width:330px;--bs-popover-bg:#0b1d2c;--bs-popover-border-color:rgba(205,230,255,.25);--bs-popover-body-color:#dcebf7;opacity:1;box-shadow:0 .75rem 2rem rgba(0,0,0,.45)}.field-info-popover .popover-body{padding:1rem 1.1rem;color:#dcebf7;font-size:.875rem;line-height:1.55;text-align:left}.field-info-popover .popover-body strong{color:#fff}.field-info-popover.bs-popover-top>.popover-arrow::after{border-top-color:#0b1d2c}
.request-details-expiry{font-size:1rem!important;white-space:nowrap}
.request-empty-state{display:flex;flex-direction:column;gap:.25rem;padding:1.1rem 1.25rem;border:1px dashed rgba(159,191,213,.32);border-radius:.75rem;background:rgba(6,17,27,.35);color:#dcebf7}.request-empty-state span{color:#9fb5c8;font-size:.9rem}
.request-company-logo{display:flex;align-items:center;justify-content:center;width:min(240px,100%);min-height:72px;padding:.75rem 1rem;border:1px solid var(--line);border-radius:.75rem}.request-company-logo img{display:block;max-width:100%;max-height:70px;object-fit:contain}
.request-upload-file-main{display:flex;align-items:center;min-width:0;gap:.7rem}.request-upload-file-main .filename-ellipsis{min-width:0}.request-file-type-icon{width:2rem;height:2rem;flex-basis:2rem}.upload-file-type-icon.is-spreadsheet{color:#76d99a;border-color:rgba(118,217,154,.3);background:rgba(68,190,112,.09)}.upload-file-type-icon.is-presentation{color:#ffad78;border-color:rgba(255,173,120,.3);background:rgba(255,126,64,.09)}
.request-public-uploader-heading{margin-top:1.75rem;margin-bottom:1rem;padding-top:1.25rem}.request-public-uploader-heading h2{color:#eaf6ff}.request-public-uploader-heading p{max-width:720px;line-height:1.5}
.request-legal-acceptance{padding:.8rem .9rem .8rem 2.45rem;border:1px solid rgba(159,191,213,.25);border-radius:.65rem;background:rgba(6,17,27,.35);font-size:.85rem;line-height:1.45}.request-legal-acceptance .form-check-input{margin-left:-1.45rem}.request-legal-acceptance a{color:#7de2db}
[data-request-submit]{display:block;margin-left:auto}
.request-public-uploader-heading+.row>div:has(input[required],textarea[required])>.form-label::after{color:#ffbf69;font-size:.78rem;font-weight:500}html[lang="pl"] .request-public-uploader-heading+.row>div:has(input[required],textarea[required])>.form-label::after{content:" (wymagane)"}html[lang="en"] .request-public-uploader-heading+.row>div:has(input[required],textarea[required])>.form-label::after{content:" (required)"}.request-public-uploader-heading+.row>div:has(input:not([required]),textarea:not([required]))>.form-label::after{color:#9fb5c8;font-size:.78rem;font-weight:400}html[lang="pl"] .request-public-uploader-heading+.row>div:has(input:not([required]),textarea:not([required]))>.form-label::after{content:" (opcjonalne)"}html[lang="en"] .request-public-uploader-heading+.row>div:has(input:not([required]),textarea:not([required]))>.form-label::after{content:" (optional)"}

/* Open, minimal landing page composition. */
.home-hero {
    position: relative;
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, .95fr);
    gap: 2rem;
    min-height: 510px;
    padding: 3.5rem .75rem 2rem;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-hero-illustration {
    position: relative;
    min-width: 0;
    margin: 0;
}

.home-hero-illustration img {
    display: block;
    width: 110%;
    max-width: none;
    height: auto;
    margin-left: -5%;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .3));
}

.home-hero-illustration figcaption {
    position: absolute;
    right: 0;
    bottom: -1%;
    left: 0;
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.home-hero-illustration figcaption span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .7rem;
    border: 1px solid rgba(125, 226, 219, .22);
    border-radius: 999px;
    background: rgba(5, 20, 32, .78);
    color: #dcecf5;
    font-size: .68rem;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    backdrop-filter: blur(8px);
}

.home-hero-illustration figcaption i {
    color: #5ddbd1;
    font-style: normal;
}

.home-hero::before {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: -8%;
    width: 52%;
    height: 78%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 206, 193, .16), rgba(65, 77, 190, .09) 48%, transparent 72%);
    filter: blur(30px);
    content: "";
}

.home-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.home-hero-kicker,
.home-section-heading > span {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: 1rem;
    color: #69ded6;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-hero-kicker::before,
.home-section-heading > span::before {
    width: 1.8rem;
    height: 1px;
    background: currentColor;
    content: "";
}

.home-hero h1 {
    max-width: 720px;
    margin-bottom: 1.25rem !important;
    color: #f5fbff;
    font-size: clamp(3rem, 5vw, 4.65rem);
    font-weight: 780 !important;
    line-height: .98;
    letter-spacing: -.055em;
}

.home-hero .lead {
    max-width: 570px;
    color: #a9bed0;
    font-size: 1.18rem;
    line-height: 1.65;
}

.home-hero .hero-actions .btn {
    min-height: 52px;
    padding: .75rem 1.35rem;
    border-radius: .75rem;
}

.home-hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem 1.2rem;
    margin-top: 1.5rem;
    color: #8da5b8;
    font-size: .75rem;
    font-weight: 650;
}

.home-hero-assurances span {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.home-hero-assurances span::before {
    width: .38rem;
    height: .38rem;
    border-radius: 50%;
    background: #48d4c9;
    box-shadow: 0 0 0 .2rem rgba(72, 212, 201, .09);
    content: "";
}

.home-product-demo {
    position: relative;
    min-width: 0;
    padding: .65rem;
    border: 1px solid rgba(157, 190, 215, .2);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(8, 27, 42, .92), rgba(7, 18, 31, .8));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .3), 0 0 0 1px rgba(42, 210, 198, .04) inset;
}

.home-product-demo::before {
    position: absolute;
    z-index: -1;
    inset: 12% 8%;
    border-radius: 50%;
    background: rgba(33, 200, 189, .12);
    filter: blur(50px);
    content: "";
}

.home-flow-visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(6.5rem, .85fr) 1.5rem minmax(7.5rem, 1fr) 1.5rem minmax(9rem, 1.3fr);
    align-items: center;
    gap: .35rem;
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid rgba(157, 190, 215, .19);
    border-radius: 1.4rem;
    background: linear-gradient(145deg, rgba(7, 25, 40, .94), rgba(5, 15, 27, .84));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.home-flow-visual::before {
    position: absolute;
    inset: 12% 20%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(34, 207, 195, .12);
    filter: blur(55px);
    content: "";
}

.home-flow-source,
.home-flow-hub,
.home-flow-destination {
    min-width: 0;
    border: 1px solid rgba(157, 190, 215, .14);
    background: rgba(3, 15, 25, .58);
}

.home-flow-source {
    display: flex;
    min-height: 225px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    border-radius: 1rem;
    text-align: center;
}

.home-flow-caption,
.home-flow-destination small,
.home-flow-hub small {
    color: #7891a5;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.home-flow-source > strong,
.home-flow-hub > strong,
.home-flow-destination strong {
    display: block;
    color: #eef9ff;
    font-size: .75rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.home-flow-destination small {
    display: block;
    margin-bottom: .25rem;
    line-height: 1.35;
}

.home-flow-file-stack {
    position: relative;
    width: 5.4rem;
    height: 4.6rem;
    margin: 1rem 0 .65rem;
}

.home-flow-file-stack span {
    position: absolute;
    top: 0;
    left: 50%;
    display: grid;
    width: 3.35rem;
    height: 4rem;
    place-items: end center;
    padding-bottom: .45rem;
    border: 1px solid rgba(116, 189, 239, .28);
    border-radius: .65rem;
    background: linear-gradient(155deg, #102d45, #091c2d);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .26);
    transform: translateX(-50%);
}

.home-flow-file-stack span::before {
    position: absolute;
    top: .7rem;
    width: 1.25rem;
    height: 1.1rem;
    border: 2px solid #72c6ff;
    border-radius: .25rem;
    content: "";
}

.home-flow-file-stack span:nth-child(1) { transform: translateX(-92%) rotate(-9deg); }
.home-flow-file-stack span:nth-child(2) { z-index: 2; }
.home-flow-file-stack span:nth-child(3) { transform: translateX(-8%) rotate(9deg); }

.home-flow-file-stack i {
    color: #8fcdf5;
    font-size: .48rem;
    font-style: normal;
    font-weight: 850;
}

.home-flow-file-stack .is-document::before { border-color: #6be0d6; }
.home-flow-file-stack .is-document i { color: #6be0d6; }
.home-flow-file-stack .is-archive::before { border-color: #ffb261; }
.home-flow-file-stack .is-archive i { color: #ffb261; }

.home-flow-path {
    display: grid;
    place-items: center;
}

.home-flow-path::before {
    position: absolute;
    width: 2.2rem;
    border-top: 1px dashed rgba(89, 218, 208, .42);
    content: "";
}

.home-flow-path span {
    z-index: 1;
    display: grid;
    width: 1.45rem;
    height: 1.45rem;
    place-items: center;
    border: 1px solid rgba(81, 218, 208, .28);
    border-radius: 50%;
    background: #071a29;
    color: #5bd8cf;
    font-size: .62rem;
}

.home-flow-hub {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .85rem;
    border-color: rgba(71, 218, 207, .25);
    border-radius: 50% 50% 1rem 1rem;
    background: radial-gradient(circle at 50% 35%, rgba(36, 191, 180, .16), rgba(3, 15, 25, .7) 68%);
    text-align: center;
}

.home-flow-shield {
    display: grid;
    width: 4.3rem;
    height: 4.8rem;
    margin-bottom: .8rem;
    place-items: center;
    border: 1px solid rgba(78, 224, 212, .52);
    border-radius: 2rem 2rem 2.4rem 2.4rem;
    background: linear-gradient(155deg, rgba(38, 210, 197, .25), rgba(17, 79, 94, .18));
    color: #70e8df;
    font-size: 1.5rem;
    box-shadow: 0 0 30px rgba(41, 202, 190, .14);
}

.home-flow-hub > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .35rem;
    margin-top: .75rem;
}

.home-flow-hub > div span {
    padding: .25rem .4rem;
    border-radius: 999px;
    background: rgba(70, 210, 200, .08);
    color: #81a89f;
    font-size: .48rem;
    font-weight: 700;
}

.home-flow-destinations {
    display: grid;
    gap: .55rem;
}

.home-flow-destination {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: .6rem;
    min-height: 108px;
    padding: .75rem;
    border-radius: .85rem;
}

.home-flow-destination > div:nth-child(2) {
    min-width: 0;
}

.home-flow-destination-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    grid-row: 1 / span 2;
    place-items: center;
    border-radius: .6rem;
    background: rgba(54, 201, 190, .11);
    color: #62ded4;
}

.home-flow-team .home-flow-destination-icon {
    background: rgba(255, 169, 81, .1);
    color: #ffad5c;
}

.home-flow-people {
    display: flex;
    grid-column: 2;
    margin-top: .15rem;
}

.home-flow-people i {
    display: grid;
    width: 1.45rem;
    height: 1.45rem;
    margin-left: -.25rem;
    place-items: center;
    border: 2px solid #071725;
    border-radius: 50%;
    background: #16455b;
    color: #bceaf1;
    font-size: .46rem;
    font-style: normal;
    font-weight: 800;
}

.home-flow-people i:first-child { margin-left: 0; }
.home-flow-people i:nth-child(2) { background: #334f7a; }
.home-flow-people i:nth-child(3) { background: #6b482d; color: #ffd2a6; }

@media (max-width: 991.98px) and (min-width: 768px) {
    .home-flow-visual {
        grid-template-columns: 1fr;
    }

    .home-flow-path {
        height: 1.3rem;
        transform: rotate(90deg);
    }

    .home-flow-source,
    .home-flow-hub {
        min-height: 170px;
    }
}

@media (max-width: 767.98px) {
    .home-flow-visual {
        grid-template-columns: minmax(0, .8fr) 1.25rem minmax(0, 1fr);
        padding: .75rem;
    }

    .home-flow-source {
        min-height: 185px;
    }

    .home-flow-hub {
        min-height: 200px;
    }

    .home-flow-path-out {
        display: none;
    }

    .home-flow-destinations {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: .25rem;
    }
}

@media (max-width: 575.98px) {
    .home-flow-visual {
        grid-template-columns: minmax(0, .82fr) 1rem minmax(0, 1fr);
        gap: .2rem;
        padding: .55rem;
        border-radius: 1rem;
    }

    .home-flow-source,
    .home-flow-hub {
        min-height: 165px;
        padding: .55rem;
    }

    .home-flow-file-stack {
        width: 4.3rem;
        height: 3.7rem;
        margin: .7rem 0 .4rem;
        transform: scale(.82);
    }

    .home-flow-shield {
        width: 3.25rem;
        height: 3.65rem;
        margin-bottom: .5rem;
        font-size: 1.1rem;
    }

    .home-flow-hub > div {
        display: none;
    }

    .home-flow-path::before {
        width: 1.5rem;
    }

    .home-flow-path span {
        width: 1.15rem;
        height: 1.15rem;
        font-size: .5rem;
    }

    .home-flow-destination {
        min-height: 96px;
        padding: .55rem;
    }

    .home-flow-destination-icon {
        width: 1.65rem;
        height: 1.65rem;
    }

    .home-flow-destination strong {
        font-size: .65rem;
    }
}

.home-product-demo-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .35rem;
    padding: .25rem;
    border-radius: .85rem;
    background: rgba(3, 13, 23, .62);
}

.home-product-demo-tabs span {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .65rem .45rem;
    border-radius: .65rem;
    color: #829bae;
    font-size: .72rem;
    font-weight: 750;
    background: rgba(28, 185, 175, .08);
    box-shadow: 0 0 0 1px rgba(76, 218, 208, .12) inset;
}

.home-product-demo-tabs span.is-active {
    background: rgba(28, 185, 175, .13);
    color: #dffbf8;
    box-shadow: 0 0 0 1px rgba(76, 218, 208, .18) inset;
}

.home-product-demo-tabs i {
    display: grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(78, 222, 211, .14);
    color: #62ded5;
    font-style: normal;
}

.home-product-demo-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    align-items: stretch;
    gap: .25rem;
    padding: .65rem 0 0;
}

.home-demo-flow {
    display: flex;
    min-width: 0;
    min-height: 310px;
    flex-direction: column;
    padding: 1.05rem;
    border: 1px solid rgba(157, 190, 215, .13);
    border-radius: .95rem;
    background: rgba(4, 16, 27, .58);
}

.home-demo-heading,
.home-demo-result {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .65rem;
}

.home-demo-heading small,
.home-demo-result small {
    display: block;
    margin-bottom: .1rem;
    color: #758da1;
    font-size: .61rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.home-demo-heading strong,
.home-demo-result strong {
    display: block;
    color: #eef9ff;
    font-size: .82rem;
    line-height: 1.25;
}

.home-demo-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border: 1px solid rgba(76, 218, 208, .28);
    border-radius: .7rem;
    background: rgba(32, 190, 180, .1);
    color: #65dfd6;
    font-size: 1.1rem;
}

.home-demo-files {
    display: grid;
    gap: .45rem;
    margin: 1.15rem 0 auto;
}

.home-demo-files > span,
.home-demo-request-link {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .55rem;
    padding: .6rem .65rem;
    border: 1px solid rgba(157, 190, 215, .12);
    border-radius: .6rem;
    background: rgba(255, 255, 255, .025);
    color: #a9bdcc;
    font-size: .68rem;
}

.home-demo-files i {
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: .45rem;
    background: rgba(47, 141, 218, .13);
    color: #79bff2;
    font-size: .5rem;
    font-style: normal;
    font-weight: 800;
}

.home-demo-request-link {
    margin: 1.15rem 0 auto;
    color: #b4c6d4;
}

.home-demo-request-link > span {
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    place-items: center;
    border-radius: .45rem;
    background: rgba(255, 167, 80, .12);
    color: #ffae61;
}

.home-demo-result {
    margin-top: 1rem;
    padding: .75rem;
    border: 1px solid rgba(79, 221, 177, .2);
    border-radius: .7rem;
    background: rgba(38, 177, 135, .08);
}

.home-demo-result > span {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    flex: 0 0 1.8rem;
    place-items: center;
    border-radius: 50%;
    background: #2cc797;
    color: #05241d;
    font-size: .7rem;
    font-weight: 900;
}

.home-demo-divider {
    display: grid;
    place-items: center;
}

.home-demo-divider span {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    border: 1px solid rgba(157, 190, 215, .16);
    border-radius: 50%;
    background: #081827;
    color: #6f879a;
    font-size: .7rem;
}

.audience-back-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.25rem;
    color: #9fb5c8;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.audience-back-link span {
    color: #62ded5;
    font-size: 1.1rem;
    transition: transform .18s ease;
}

.audience-back-link:hover {
    color: #eaf8ff;
}

.audience-back-link:hover span {
    transform: translateX(-.2rem);
}

.home-hero-visual {
    position: relative;
    display: flex;
    min-height: 500px;
    min-width: 0;
    align-items: center;
    justify-content: center;
}

.home-hero-visual-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .28));
    -webkit-mask-image: radial-gradient(ellipse 94% 90% at center, #000 56%, rgba(0, 0, 0, .88) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 94% 90% at center, #000 56%, rgba(0, 0, 0, .88) 72%, transparent 100%);
}

.home-hero-visual-legend {
    position: absolute;
    right: 0;
    bottom: 7%;
    left: 0;
    display: flex;
    justify-content: center;
    gap: .55rem;
}

.home-hero-visual-legend span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .5rem .75rem;
    border: 1px solid rgba(125, 226, 219, .24);
    border-radius: 999px;
    background: rgba(5, 20, 32, .76);
    color: #edfaff;
    font-size: .72rem;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    backdrop-filter: blur(9px);
}

.home-hero-visual-legend i {
    display: grid;
    width: 1.25rem;
    height: 1.25rem;
    place-items: center;
    border-radius: 50%;
    background: rgba(41, 207, 195, .16);
    color: #66e0d7;
    font-style: normal;
}

.home-hero-visual-item {
    position: absolute;
    width: 92%;
    aspect-ratio: 3 / 2;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-hero-visual-item:first-child {
    top: -2%;
    right: -2%;
    z-index: 2;
    transform: rotate(1.5deg);
}

.home-hero-visual-item:nth-child(2) {
    right: 6%;
    bottom: -3%;
    z-index: 1;
    transform: rotate(-2deg);
}

.home-hero-visual-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    filter: drop-shadow(0 24px 35px rgba(0, 0, 0, .32));
    -webkit-mask-image: radial-gradient(ellipse 92% 86% at center, #000 58%, rgba(0,0,0,.92) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 92% 86% at center, #000 58%, rgba(0,0,0,.92) 72%, transparent 100%);
}

.home-hero-visual-item span {
    right: auto;
    bottom: 8%;
    left: 50%;
    width: max-content;
    padding: .5rem .85rem;
    border-color: rgba(125, 226, 219, .22);
    border-radius: 999px;
    background: rgba(5, 20, 32, .76);
    font-size: .75rem;
    letter-spacing: .02em;
    transform: translateX(-50%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.home-audience {
    margin: 1.25rem 0 5rem;
}

.home-section-heading {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    max-width: none;
    margin-bottom: 2.25rem;
}

.home-section-heading > span {
    grid-column: 1;
}

.home-section-heading h2 {
    grid-column: 1;
    padding-right: 3rem;
    margin: 0;
    color: #edf8ff;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.home-section-heading p {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    max-width: none;
    margin: 0 0 .15rem;
    padding-left: 3rem;
    border-left: 1px solid rgba(159, 191, 213, .22);
    color: #91a8ba;
    line-height: 1.65;
}

.home-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(159, 191, 213, .22);
    border-bottom: 1px solid rgba(159, 191, 213, .22);
}

.home-audience-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.4rem;
    padding: 2.5rem 2.75rem 2.5rem 0;
}

.home-audience-item + .home-audience-item {
    padding-right: 0;
    padding-left: 2.75rem;
    border-left: 1px solid rgba(159, 191, 213, .22);
}

.home-audience-icon {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border: 1px solid rgba(80, 218, 208, .38);
    border-radius: 50%;
    color: #66ddd4;
    font-size: .68rem;
    font-weight: 800;
}

.home-audience-item-business .home-audience-icon {
    border-color: rgba(255, 177, 91, .4);
    color: #ffb15b;
}

.home-audience-item small {
    color: #7f98ac;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.home-audience-item h3 {
    margin: .45rem 0 .65rem;
    color: #f2faff;
    font-size: 1.65rem;
    letter-spacing: -.025em;
}

.home-audience-item p {
    max-width: 440px;
    margin-bottom: 1.1rem;
    color: #94aabd;
    line-height: 1.6;
}

.home-audience-item ul {
    display: grid;
    gap: .55rem;
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.home-audience-item li {
    position: relative;
    padding-left: 1.15rem;
    color: #9eb2c2;
    font-size: .86rem;
    line-height: 1.45;
}

.home-audience-item li::before {
    position: absolute;
    top: .48rem;
    left: 0;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
    background: #48d4c9;
    content: "";
}

.home-audience-item-business li::before {
    background: #ffad5e;
}

.home-audience-item a {
    color: #73e2da;
    font-size: .88rem;
    font-weight: 750;
    text-decoration: none;
}

.home-audience-item-business a {
    color: #ffb86c;
}

.home-audience-item a span {
    display: inline-block;
    margin-left: .3rem;
    transition: transform .18s ease;
}

.home-audience-item a:hover span {
    transform: translateX(.25rem);
}

@media (max-width: 991.98px) {
    .home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, .8fr);
        min-height: 470px;
        padding-top: 3rem;
    }

    .home-hero h1 {
        font-size: clamp(2.75rem, 6vw, 4rem);
    }

    .home-hero-visual {
        min-height: 400px;
    }

    .home-product-demo-body {
        grid-template-columns: 1fr;
    }

    .home-demo-divider {
        height: 1.25rem;
    }

    .home-demo-divider span {
        transform: rotate(90deg);
    }

    .home-demo-flow {
        min-height: 245px;
    }
}

@media (max-width: 767.98px) {
    .home-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: .75rem;
        width: 100%;
        max-width: 100%;
        min-height: 0;
        padding: 2.75rem 0 1.5rem;
    }

    .home-hero .hero-content,
    .home-hero .hero-actions {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .home-hero .lead {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .home-hero::before {
        top: 38%;
        right: -30%;
        width: 100%;
        height: 55%;
    }

    .home-hero-illustration {
        margin-top: .75rem;
    }

    .home-hero-illustration img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .home-hero h1 {
        max-width: 520px;
        font-size: clamp(2.65rem, 13vw, 4rem);
        line-height: 1;
    }

    .home-hero .lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .home-hero-visual {
        display: flex;
        width: 100%;
        min-height: 0;
        aspect-ratio: 3 / 2;
        margin-top: .5rem;
    }

    .home-product-demo {
        margin-top: 1.25rem;
    }

    .home-product-demo-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .55rem;
    }

    .home-demo-divider {
        display: none;
    }

    .home-demo-flow {
        min-height: 260px;
        padding: .85rem;
    }

    .home-hero-visual-image {
        width: 100%;
    }

    .home-hero-visual-legend {
        bottom: 3%;
    }

    .home-hero-visual-item {
        width: 82%;
        aspect-ratio: 3 / 2;
    }

    .home-hero-visual-item:first-child {
        top: 0;
        right: -2%;
    }

    .home-hero-visual-item:nth-child(2) {
        right: auto;
        bottom: -2%;
        left: -2%;
    }

    .home-audience {
        margin: 2.25rem 0 4rem;
    }

    .home-section-heading {
        display: block;
        margin-bottom: 1.5rem;
    }

    .home-section-heading h2 {
        padding-right: 0;
        font-size: clamp(1.9rem, 9vw, 2.55rem);
    }

    .home-section-heading p {
        max-width: 100%;
        margin-top: .85rem;
        padding-left: 0;
        border-left: 0;
    }

    .home-audience-grid {
        grid-template-columns: 1fr;
    }

    .home-audience-item,
    .home-audience-item + .home-audience-item {
        gap: 1rem;
        padding: 1.65rem 0;
        border-left: 0;
    }

    .home-audience-item + .home-audience-item {
        border-top: 1px solid rgba(159, 191, 213, .22);
    }
}

@media (max-width: 575.98px) {
    .home-hero {
        gap: .5rem;
        padding: 2.25rem 0 1rem;
    }

    .home-hero-illustration img {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .home-hero-illustration figcaption {
        bottom: 0;
        gap: .3rem;
    }

    .home-hero-illustration figcaption span {
        padding: .36rem .5rem;
        font-size: .58rem;
    }

    .home-hero .hero-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero .hero-actions .btn {
        width: 100%;
        min-width: 0;
        padding-right: .55rem;
        padding-left: .55rem;
        font-size: .76rem;
        white-space: nowrap;
    }

    .home-hero-visual {
        min-height: 0;
        margin: .75rem 0 0;
    }

    .home-hero-assurances {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: .35rem;
        margin-top: 1.15rem;
        font-size: .58rem;
    }

    .home-hero-assurances span {
        min-width: 0;
        gap: .25rem;
        white-space: nowrap;
    }

    .home-hero-assurances span::before {
        width: .3rem;
        height: .3rem;
        flex: 0 0 .3rem;
        box-shadow: 0 0 0 .14rem rgba(72, 212, 201, .09);
    }

    .home-hero-kicker {
        font-size: .61rem;
        letter-spacing: .08em;
        white-space: nowrap;
    }

    .home-audience-item h3 {
        font-size: .84rem;
        letter-spacing: -.015em;
        white-space: nowrap;
    }

    .home-product-demo {
        padding: .5rem;
        border-radius: 1rem;
    }

    .home-product-demo-tabs span {
        padding: .55rem .25rem;
        font-size: .65rem;
    }

    .home-product-demo-body {
        grid-template-columns: 1fr;
    }

    .home-demo-flow {
        min-height: 0;
        padding: .75rem;
    }

    .home-demo-files {
        margin: .65rem 0 0;
    }

    .home-demo-files > span:nth-child(2) {
        display: none;
    }

    .home-demo-request-link {
        margin: .65rem 0 0;
    }

    .home-demo-result {
        margin-top: .55rem;
        padding: .6rem;
    }

    .home-demo-heading strong,
    .home-demo-result strong {
        font-size: .76rem;
    }

    .home-hero-visual-image {
        width: 100%;
    }

    .home-hero-visual-legend {
        bottom: 0;
        gap: .35rem;
    }

    .home-hero-visual-legend span {
        gap: .3rem;
        padding: .38rem .55rem;
        font-size: .63rem;
    }

    .home-hero-visual-legend i {
        width: 1rem;
        height: 1rem;
    }

    .home-hero-visual-item span {
        padding: .38rem .65rem;
        font-size: .66rem;
    }

    .home-audience-item {
        grid-template-columns: 2.25rem minmax(0, 1fr);
    }

    .home-audience-icon {
        width: 2.25rem;
        height: 2.25rem;
    }
}
[data-request-status].is-warning{padding:.7rem .85rem;border:1px solid rgba(255,177,66,.48);border-radius:.55rem;background:rgba(255,153,36,.12);color:#ffc56f!important;font-weight:600}
#requestSettings{display:none!important}

@media (max-width: 575.98px) {
    .limit-value-row {
        gap: 0.2rem;
    }

    .limit-info-icon {
        width: 0.82rem;
        height: 0.82rem;
    }
}

.bg-shape {
    position: fixed;
    z-index: -1;
    filter: blur(10px);
    opacity: 0.55;
}

.shape-1 {
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(24, 196, 184, 0.7), transparent 70%);
    top: -70px;
    right: -80px;
}

.shape-2 {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 138, 61, 0.55), transparent 70%);
    bottom: -80px;
    left: -50px;
}

@media (max-width: 991.98px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 1.5rem;
    }

    .use-case-actions {
        order: 4;
        width: 100%;
        align-self: stretch !important;
    }

    .use-case-actions .btn {
        flex: 1 1 0;
    }

    .use-case-details {
        order: 5;
        margin-top: 1rem;
    }

    .navbar-collapse {
        padding-bottom: 1rem;
    }

    .navbar-actions .btn {
        display: flex;
        min-height: 42px;
        align-items: center;
        justify-content: center;
    }

    .navbar-user-email {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 767.98px) {
    .dashboard-mobile-panel {
        display: none;
    }

    .dashboard-mobile-panel.active {
        display: block;
    }

    .upload-form-card {
        transition: border-color 180ms ease, box-shadow 180ms ease;
    }

    .upload-form-card:has(.upload-form-mobile-toggle[aria-expanded="true"]) {
        border: 1px solid var(--brand) !important;
        box-shadow: 0 0 0 1px rgba(24, 196, 184, 0.12), 0 0.5rem 1.25rem rgba(0, 0, 0, 0.16) !important;
    }

    .upload-form-mobile-toggle[aria-expanded="true"] {
        border: 1px solid rgba(236, 247, 255, 0.7) !important;
        background: transparent !important;
        color: var(--text) !important;
    }

    .upload-form-mobile-toggle[aria-expanded="true"]:hover,
    .upload-form-mobile-toggle[aria-expanded="true"]:focus-visible {
        background: rgba(236, 247, 255, 0.06) !important;
    }

    .upload-form-collapse.show,
    .upload-form-collapse.collapsing {
        margin-top: 1rem;
    }

    .history-toolbar #historySearch {
        width: 100%;
        max-width: none;
    }

    .history-toolbar .history-page-size-control {
        width: auto;
        justify-content: flex-end;
    }

    .history-toolbar #historyPageSize {
        flex: 0 0 4.75rem;
        width: 4.75rem;
        min-width: 4.75rem;
        max-width: 4.75rem;
    }

    .table-responsive {
        border: 1px solid var(--line);
        border-radius: 0.75rem;
    }

    .table-responsive .table {
        margin-bottom: 0;
    }

    .table-mobile-cards-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .table-mobile-cards,
    .table-mobile-cards tbody,
    .table-mobile-cards tr,
    .table-mobile-cards td {
        display: block;
        width: 100%;
    }

    .table-mobile-cards thead {
        display: none;
    }

    .table-mobile-cards tbody {
        display: grid;
        gap: 0.9rem;
    }

    .table-mobile-cards tbody tr {
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 0.85rem;
        background: rgba(6, 18, 29, 0.48);
    }

    .table-mobile-cards tbody td {
        display: grid;
        grid-template-columns: minmax(6.75rem, 38%) minmax(0, 1fr);
        gap: 0.75rem;
        align-items: center;
        padding: 0.7rem 0.85rem;
        border-bottom: 1px solid var(--line);
        overflow-wrap: anywhere;
        text-align: left;
    }

    .table-mobile-cards tbody td:last-child {
        border-bottom: 0;
    }

    .table-mobile-cards .transfer-actions-cell.has-actions {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .table-mobile-cards .transfer-actions-cell.has-actions::before {
        display: block;
        width: 100%;
    }

    .table-mobile-cards .transfer-actions-cell.no-actions {
        grid-template-columns: minmax(6.75rem, 38%) minmax(0, 1fr);
        align-items: center;
    }

    .table-mobile-cards .transfer-actions-cell.no-actions::before {
        grid-row: 1;
        grid-column: 1;
    }

    .table-mobile-cards .transfer-actions-cell.no-actions .no-actions-value {
        grid-row: 1;
        grid-column: 2;
        align-self: center;
    }

    .table-mobile-cards tbody td::before {
        content: attr(data-label);
        color: #a9bfd2;
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1.4;
    }

    .table-mobile-cards .mobile-table-value,
    .table-mobile-cards .transfer-name-content {
        min-width: 0;
        align-self: center;
    }

    .table-mobile-cards .transfer-actions-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 0.5rem !important;
    }

    .table-mobile-cards .transfer-actions-row .btn {
        display: inline-flex;
        width: 100%;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        white-space: normal;
    }
}

@media (max-width: 575.98px) {
    .history-filter-layout {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .history-filter-main,
    .history-filter-meta {
        width: 100%;
        gap: 0.5rem;
    }

    .history-filter-main .history-filter-control {
        min-width: 0;
        flex: 1 1 50%;
        gap: 0.3rem;
    }

    .history-filter-control label,
    .history-page-size-control label {
        font-size: 0.72rem !important;
    }

    .history-filter-control .form-select {
        min-width: 0;
        min-height: 34px;
        padding: 0.25rem 1.45rem 0.25rem 0.45rem;
        background-position: right 0.35rem center;
        background-size: 10px 8px;
        font-size: 0.78rem;
    }

    .history-filter-meta {
        align-items: center;
        justify-content: space-between;
    }

    .history-filter-meta #historyClearFilters {
        min-height: 34px;
        padding: 0.3rem 0.55rem;
        font-size: 0.76rem;
    }

    .history-toolbar #historyPageSize {
        flex: 0 0 3.25rem;
        width: 3.25rem;
        min-width: 3.25rem;
        max-width: 3.25rem;
        min-height: 34px;
        padding: 0.25rem 1.1rem 0.25rem 0.35rem;
        background-position: right 0.25rem center;
        background-size: 9px 7px;
        font-size: 0.78rem;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 1rem;
        line-height: 1.55;
    }

    main.container {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    .navbar > .container {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .navbar .navbar-brand {
        max-width: calc(100% - 3.75rem);
        overflow: hidden;
        font-size: 1.05rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hero {
        gap: 1.25rem;
        padding: 1rem;
        border-radius: 16px;
    }

    .hero h1 {
        font-size: clamp(1.8rem, 8vw, 2.25rem);
        line-height: 1.12;
    }

    .hero .lead {
        font-size: 1rem;
        line-height: 1.55;
    }

    .packages-section h2.h1 {
        font-size: clamp(1.65rem, 7vw, 2rem);
        line-height: 1.2;
    }

    .packages-section .plan-card > .card-body {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(7.4rem, .72fr);
        column-gap: .65rem;
        row-gap: .55rem;
    }

    .packages-section .plan-card > .card-body > :first-child {
        grid-column: 1;
        grid-row: 1;
        margin-bottom: 0 !important;
    }

    .packages-section .plan-price {
        grid-column: 1;
        grid-row: 2;
        align-self: end;
        margin-bottom: 0 !important;
    }

    .packages-section .plan-details {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .packages-section .plan-details-toggle {
        grid-column: 2;
        grid-row: 1;
        align-self: end;
        margin-bottom: 0 !important;
    }

    .packages-section .plan-card > .card-body > .btn:not(.plan-details-toggle),
    .packages-section .plan-card > .card-body > a.btn:not(.plan-details-toggle) {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin-top: 0 !important;
    }

    .packages-section .plan-details {
        grid-row: 4;
        margin-top: 1rem;
    }

    .card-body.p-4,
    .card-body.p-5 {
        padding: 1rem !important;
    }

    .btn-lg {
        padding: 0.65rem 1rem;
        font-size: 1rem;
    }

    .hero-content > .d-flex .btn {
        width: 100%;
        min-height: 44px;
    }

    .hero-actions {
        flex-wrap: nowrap !important;
    }

    .hero-content > .hero-actions .btn {
        flex: 1 1 0;
        width: auto;
        white-space: nowrap;
    }

    .form-control:not(.form-control-color),
    .form-select {
        min-height: 44px;
        font-size: 1rem;
    }

    .form-control-color {
        min-width: 44px;
        min-height: 44px;
    }

    .upload-dropzone {
        padding: 1rem 0.75rem;
    }

    .upload-file-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .upload-file-item .btn {
        width: 100%;
        min-height: 42px;
    }

    .upload-metrics {
        grid-template-columns: 1fr;
    }

    .history-pagination .btn {
        min-height: 40px;
    }

    .table-mobile-cards tbody td {
        grid-template-columns: minmax(5.75rem, 34%) minmax(0, 1fr);
        padding: 0.65rem 0.75rem;
    }

    .table-mobile-cards .transfer-actions-cell.no-actions {
        grid-template-columns: minmax(5.75rem, 34%) minmax(0, 1fr);
    }

    .transfer-public-header {
        align-items: stretch !important;
    }

    .transfer-public-title {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .transfer-file-download-btn {
        display: inline-flex;
        width: auto;
        min-height: 38px;
        align-items: center;
        justify-content: center;
        justify-self: end;
        padding: 0.4rem 1rem;
        text-align: center;
    }

    .transfer-download-all {
        display: inline-flex;
        width: auto;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        padding: 0.3rem 0.58rem;
        font-size: 0.74rem;
        text-align: center;
    }

    .transfer-files-table {
        table-layout: auto;
    }

    .transfer-files-table th:first-child,
    .transfer-files-table td:first-child {
        width: 100%;
    }

    .transfer-files-table th:not(:first-child),
    .transfer-files-table td:not(:first-child) {
        width: auto;
    }

    .transfer-files-table .public-transfer-filename {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        line-height: 1.4;
        text-overflow: ellipsis;
    }

    .transfer-files-table .public-transfer-filename.is-expanded {
        overflow: visible;
        white-space: normal;
        overflow-wrap: anywhere;
        text-overflow: clip;
    }

    .transfer-files-table .public-transfer-file-name-wrap {
        align-items: flex-start;
    }

    .transfer-files-table .public-transfer-file-icon {
        width: 1.25rem;
        height: 1.25rem;
        flex: 0 0 1.25rem;
        border-radius: 0.35rem;
    }

    .transfer-files-table .public-transfer-file-icon svg {
        width: 0.75rem;
        height: 0.75rem;
    }

    .transfer-files-table .transfer-file-download-cell {
        grid-template-columns: 1fr;
    }

    .transfer-files-table .transfer-file-download-cell::before {
        display: none;
    }

    .dashboard-stats .mini-stat {
        padding: 0.75rem !important;
        border-radius: 0.85rem !important;
    }

    .dashboard-stats .mini-stat .label {
        font-size: 0.75rem;
        line-height: 1.25;
    }

    .dashboard-stats .mini-stat .value {
        margin-top: 0.2rem;
        font-size: 0.95rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .dashboard-usage-stats .usage-stat {
        padding: 0.75rem !important;
        border-radius: 0.85rem !important;
    }

    .dashboard-usage-stats .usage-stat .label {
        font-size: 0.72rem;
        line-height: 1.2;
    }

    .dashboard-usage-stats .usage-stat .value {
        font-size: 0.95rem;
    }

    .dashboard-usage-stats .storage-progress {
        margin-top: 0.4rem !important;
        min-height: 0.55rem;
        height: 0.55rem;
    }

    .dashboard-usage-stats .storage-progress .progress-bar span {
        top: 50%;
        font-size: 0.54rem;
        line-height: 1;
        transform: translate(-50%, -50%);
    }

    .dashboard-usage-stats .usage-details {
        font-size: 0.68rem;
        white-space: nowrap;
    }

    .table-mobile-cards .transfer-file-meta {
        min-height: 40px;
    }

    .table-mobile-cards .transfer-file-meta .transfer-info-btn {
        margin-left: 0.15rem;
    }

    .table-mobile-cards .upgrade-plan-btn {
        display: inline-flex;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        white-space: normal;
    }

    .transfer-info-btn,
    .protected-lock-btn {
        min-width: 40px;
        min-height: 40px;
        padding: 0.5rem;
    }

    .checkout-summary > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .checkout-plan-features {
        grid-template-columns: 1fr;
        padding: 0.85rem;
    }

    .checkout-summary strong {
        max-width: 100%;
        overflow-wrap: anywhere;
        text-align: left;
    }

    .modal-dialog {
        margin: 0.75rem;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .modal-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .modal-footer .btn,
    .modal-footer form,
    .modal-footer form .btn {
        width: 100%;
        min-height: 44px;
        margin: 0;
    }

    .qr-code-canvas {
        width: min(244px, 100%);
        min-height: 0;
        aspect-ratio: 1;
    }

    .branding-logo-preview,
    .transfer-brand-logo-wrap {
        width: 100%;
    }

    .bg-shape {
        transform: scale(0.75);
    }
}

@media (max-width: 359.98px) {
    .number-stepper {
        grid-template-columns: 2.75rem minmax(3.5rem, 1fr) 2.75rem;
    }

    .table-mobile-cards .transfer-actions-row {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Compact mobile scale: keep controls touch-friendly without visually
   overwhelming smaller screens. Form fields remain at 16px to prevent
   automatic zoom in mobile Safari. */
@media (max-width: 575.98px) {
    body {
        font-size: 0.9rem;
        line-height: 1.45;
    }

    main.container {
        padding-top: 0.75rem !important;
        padding-bottom: 1.5rem !important;
    }

    h1,
    .h1 {
        font-size: 1.55rem;
    }

    h2,
    .h2 {
        font-size: 1.3rem;
    }

    h3,
    .h3 {
        font-size: 1.12rem;
    }

    .navbar .navbar-brand {
        font-size: 0.95rem;
    }

    .hero {
        gap: 1rem;
        padding: 0.85rem;
    }

    .hero h1 {
        font-size: clamp(1.55rem, 7vw, 1.9rem);
        line-height: 1.15;
    }

    .hero .lead {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .packages-section h2.h1 {
        font-size: clamp(1.4rem, 6vw, 1.7rem);
    }

    .card-body.p-4,
    .card-body.p-5 {
        padding: 0.85rem !important;
    }

    .btn {
        --bs-btn-font-size: 0.875rem;
        --bs-btn-padding-y: 0.42rem;
        --bs-btn-padding-x: 0.7rem;
    }

    .btn-sm {
        --bs-btn-font-size: 0.78rem;
        --bs-btn-padding-y: 0.3rem;
        --bs-btn-padding-x: 0.55rem;
    }

    .btn-lg {
        padding: 0.52rem 0.85rem;
        font-size: 0.9rem;
    }

    .hero-content > .d-flex .btn,
    .upload-file-item .btn,
    .modal-footer .btn,
    .modal-footer form .btn {
        min-height: 40px;
    }

    .form-control:not(.form-control-color),
    .form-select {
        min-height: 40px;
        font-size: 1rem;
    }

    .upload-dropzone {
        padding: 0.8rem 0.65rem;
    }

    .table-mobile-cards tbody td {
        padding: 0.55rem 0.65rem;
    }

    .card-header,
    .card-footer,
    .modal-header,
    .modal-body,
    .modal-footer {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .legal-hero {
        margin-bottom: 0.85rem;
        padding: 1rem;
        border-radius: 1rem;
    }

    .legal-hero h1 {
        margin-top: 0.6rem;
    }

    .legal-section {
        margin-bottom: 0.75rem;
        padding: 0.9rem;
    }

    .legal-section h2 {
        margin-bottom: 0.7rem;
        font-size: 1.08rem;
    }

    .legal-section p,
    .legal-section li {
        line-height: 1.55;
    }

    .site-footer-content {
        min-height: 0;
        gap: 0.65rem;
        padding: 0.85rem 0;
    }
}

.two-factor-qr {
    width: 244px;
    min-height: 244px;
    padding: 12px;
    border-radius: 1rem;
    background: #fff;
}

.two-factor-challenge-shell {
    max-width: 540px;
    margin-inline: auto;
}

.two-factor-challenge-card {
    width: 100%;
}

.two-factor-code-boxes {
    display: flex;
    justify-content: center;
    gap: .6rem;
}

.two-factor-code-digit {
    width: 3.15rem;
    height: 3.6rem;
    flex: 0 0 3.15rem;
    padding: .25rem;
    border-color: rgb(255 255 255 / 24%);
    text-align: center;
    font-size: 1.55rem;
    font-weight: 700;
}

.two-factor-code-digit:focus {
    border-color: #39c7bd;
    box-shadow: 0 0 0 .2rem rgb(57 199 189 / 18%);
}

@media (max-width: 420px) {
    .two-factor-code-boxes {
        gap: .35rem;
    }

    .two-factor-code-digit {
        width: 2.65rem;
        height: 3.2rem;
        flex-basis: 2.65rem;
        font-size: 1.35rem;
    }
}

.two-factor-qr img,
.two-factor-qr canvas {
    display: block;
    width: 220px !important;
    height: 220px !important;
}

.two-factor-recovery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 1rem;
    background: rgb(0 0 0 / 16%);
}

.two-factor-recovery-grid code {
    display: block;
    padding: .75rem;
    border-radius: .65rem;
    background: rgb(255 255 255 / 6%);
    color: #ffd16f;
    text-align: center;
    font-size: 1rem;
    letter-spacing: .08em;
}

.essential-storage-message {
    display: block;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 1090;
    max-width: 980px;
    margin-inline: auto;
    padding: 1rem 1.1rem;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 1rem;
    background: rgb(7 17 31 / 97%);
    color: #eaf4fb;
    box-shadow: 0 20px 65px rgb(0 0 0 / 48%);
    backdrop-filter: blur(14px);
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity 180ms ease, transform 180ms ease;
}

body:has(.essential-storage-message) .site-footer {
    padding-bottom: 7rem;
}

.essential-storage-message.essential-storage-message-closing {
    opacity: 0;
    transform: translateY(0.75rem);
    pointer-events: none;
}

.essential-storage-message-inner {
    display: flex;
    width: 100%;
    min-height: 2.5rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    opacity: 1;
    visibility: visible;
}

.essential-storage-message-inner > div {
    flex: 1 1 auto;
    min-width: 0;
}

.essential-storage-message strong {
    display: block;
    color: #fff;
    line-height: 1.35;
}

.essential-storage-message form {
    display: block;
    flex: 0 0 auto;
    margin: 0;
}

.essential-storage-message p {
    margin-top: .25rem;
    color: #a9bdcd;
    font-size: .9rem;
    line-height: 1.5;
}

.essential-storage-message a {
    color: #fff;
}

@media (max-width: 767.98px) {
    body:has(.essential-storage-message) .site-footer {
        padding-bottom: 13rem;
    }

    .essential-storage-message {
        right: 0.65rem;
        bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
        left: 0.65rem;
        max-height: calc(100dvh - 1.3rem - env(safe-area-inset-bottom, 0px));
        padding: 0.85rem;
    }

    .essential-storage-message-inner {
        align-items: stretch;
        flex-direction: column;
        gap: .8rem;
    }

    .essential-storage-message .btn {
        width: 100%;
        min-height: 40px;
        touch-action: manipulation;
    }
}

@media (max-width: 575.98px) {
    .two-factor-recovery-grid {
        grid-template-columns: 1fr;
    }
}

.google-signin-button {
    display: flex;
    position: relative;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    border: 1px solid #dadce0;
    border-radius: 0.7rem;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    color: #3c4043;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.navbar-brand-logo {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.google-signin-button:hover {
    border-color: #c4c7c5;
    background: #f8faff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 14%);
    color: #202124;
    transform: translateY(-1px);
}

.google-signin-button:focus-visible {
    outline: 3px solid rgb(66 133 244 / 30%);
    outline-offset: 2px;
}

.google-signin-button:active {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
    transform: translateY(0);
}

.google-signin-icon {
    display: inline-flex;
    position: absolute;
    left: 0.9rem;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.google-signin-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.audience-illustration {
    overflow: hidden;
    width: 100%;
    max-width: 390px;
    margin: 1.75rem auto 0;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 50% 45%, rgb(255 180 44 / 13%), transparent 48%),
        rgb(255 255 255 / 2%);
}

.audience-illustration svg {
    display: block;
    width: 100%;
    height: auto;
}

.illustration-panel,
.illustration-phone {
    fill: #13283a;
    stroke: rgb(255 255 255 / 24%);
    stroke-width: 2;
}

.illustration-node {
    fill: #172d40;
    stroke: rgb(255 255 255 / 28%);
    stroke-width: 2;
}

.illustration-connection {
    fill: none;
    stroke: rgb(255 255 255 / 20%);
    stroke-linecap: round;
    stroke-width: 3;
}

.illustration-person,
.illustration-file,
.illustration-check,
.illustration-owner-person {
    fill: none;
    stroke: #f5f7fa;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.illustration-accent,
.illustration-bar-fill,
.illustration-owner {
    fill: #ffb42c;
}

.illustration-qr {
    fill: #f5f7fa;
}

.illustration-bar-bg {
    fill: rgb(255 255 255 / 10%);
}

.illustration-bar-fill-short {
    fill: #f6c865;
}

.illustration-owner {
    stroke: rgb(255 209 117 / 70%);
    stroke-width: 2;
}

.illustration-owner-person {
    stroke: #102132;
}

.feature-card-icon {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 0.75rem;
    background: rgb(255 255 255 / 5%);
    color: #f5f7fa;
}

.feature-card-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.feature-card-icon-accent {
    border-color: rgb(255 180 44 / 35%);
    background: rgb(255 180 44 / 10%);
    color: #ffbf49;
}

@media (prefers-reduced-motion: reduce) {
    .google-signin-button {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .history-toolbar #historySearch,
    .history-toolbar .form-select {
        min-height: 34px;
        height: 34px;
        border-radius: 0.4rem;
    }

    .history-toolbar #historySearch {
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
    }

    .history-filter-control .form-select {
        min-height: 34px;
        padding: 0.25rem 1.45rem 0.25rem 0.45rem;
        background-position: right 0.35rem center;
        background-size: 10px 8px;
        font-size: 0.78rem;
    }

    .history-toolbar #historyPageSize {
        min-height: 34px;
        font-size: 0.78rem;
    }

    .table-mobile-cards tbody tr {
        overflow: visible;
    }

    .table-mobile-cards .transfer-actions-row {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.3rem !important;
    }

    .table-mobile-cards .transfer-actions-row > .btn,
    .table-mobile-cards .transfer-actions-row > .dropdown,
    .table-mobile-cards .transfer-actions-row > .dropdown > .btn {
        width: 100%;
        min-width: 0;
    }

    .table-mobile-cards .transfer-actions-row .btn {
        min-height: 34px;
        padding: 0.3rem 0.35rem;
        font-size: 0.74rem;
        white-space: nowrap;
    }

    .table-mobile-cards .transfer-actions-row .dropdown-menu {
        z-index: 1090;
        font-size: 0.8rem;
    }
}

@media (max-width: 359.98px) {
    .table-mobile-cards .transfer-actions-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .upload-form-title {
        margin-bottom: 0.75rem !important;
        font-size: 1.05rem;
    }

    #chunkForm .form-label {
        margin-bottom: 0.35rem;
        font-size: 0.8rem;
        line-height: 1.25;
    }

    #chunkForm fieldset {
        margin-bottom: 0.75rem !important;
    }

    #chunkForm fieldset > .d-flex {
        gap: 0.45rem 0.85rem !important;
    }

    #chunkForm .form-check {
        min-height: 1.25rem;
        margin-bottom: 0.25rem;
        padding-left: 1.35rem;
    }

    #chunkForm .form-check-input {
        width: 0.95rem;
        height: 0.95rem;
        margin-top: 0.16rem;
        margin-left: -1.35rem;
    }

    #chunkForm .form-check-label {
        font-size: 0.8rem;
        line-height: 1.35;
    }

    #chunkForm .transfer-info-btn {
        min-width: 1.35rem;
        min-height: 1.35rem;
        width: 1.35rem;
        height: 1.35rem;
        padding: 0.15rem;
    }

    #chunkForm .info-circle-icon {
        width: 0.9rem;
        height: 0.9rem;
    }

    #chunkForm .form-control {
        min-height: 34px;
        height: 34px;
        padding: 0.3rem 0.5rem;
        border-radius: 0.4rem;
        font-size: 0.8rem;
    }

    #chunkForm .number-stepper {
        grid-template-columns: 2.35rem minmax(3.5rem, 1fr) 2.35rem;
        min-height: 34px;
        height: 34px;
        border-radius: 0.4rem;
    }

    #chunkForm .number-stepper-btn {
        padding: 0;
        font-size: 1.05rem;
    }

    #chunkForm .number-stepper-value {
        padding: 0.25rem;
        font-size: 0.8rem;
    }

    #chunkForm .upload-dropzone {
        padding: 0.7rem 0.6rem;
        border-radius: 0.7rem;
    }

    #chunkForm .dropzone-title {
        font-size: 0.82rem;
    }

    #chunkForm .dropzone-subtitle,
    #chunkForm #fileQueueEmpty,
    #chunkForm .form-text {
        font-size: 0.75rem;
    }

    #chunkForm #pickFilesBtn {
        min-height: 34px;
        padding: 0.3rem 0.65rem;
        font-size: 0.78rem;
    }

    #chunkForm > .mb-3 {
        margin-bottom: 0.75rem !important;
    }

    #chunkForm .row.g-2 {
        --bs-gutter-y: 0.55rem;
    }

    #chunkForm > button[type="submit"] {
        min-height: 38px;
        margin-top: 0.75rem !important;
        font-size: 0.84rem;
    }

    #transferVisibilityModal .modal-dialog {
        margin: 0.65rem;
    }

    #transferVisibilityModal .modal-header,
    #transferVisibilityModal .modal-body,
    #transferVisibilityModal .modal-footer {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    #transferVisibilityModal .modal-title {
        font-size: 1rem;
    }

    #transferVisibilityModal .modal-body .form-check {
        min-height: 1.3rem;
        padding-left: 1.4rem;
    }

    #transferVisibilityModal .modal-body .form-check-input {
        width: 0.95rem;
        height: 0.95rem;
        margin-top: 0.16rem;
        margin-left: -1.4rem;
    }

    #transferVisibilityModal .form-check-label {
        font-size: 0.82rem;
    }

    #transferVisibilityModal .modal-footer {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    #transferVisibilityModal .modal-footer .btn {
        width: 100%;
        min-height: 36px;
        margin: 0;
        padding: 0.35rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Compact upload queue on phones. */
@media (max-width: 575.98px) {
    #fileQueue.upload-file-list {
        gap: 0.35rem;
    }

    #fileQueue .upload-file-item {
        flex-direction: row;
        align-items: center;
        gap: 0.45rem;
        padding: 0.45rem 0.55rem;
    }

    #fileQueue .upload-file-meta {
        min-width: 0;
        flex: 1 1 auto;
        font-size: 0.78rem;
        line-height: 1.25;
    }

    #fileQueue .upload-file-type-icon {
        width: 1.8rem;
        height: 1.8rem;
        flex-basis: 1.8rem;
        border-radius: 0.45rem;
    }

    #fileQueue .upload-file-type-icon svg {
        width: 1rem;
        height: 1rem;
    }

    #fileQueue .upload-file-item .btn {
        width: auto;
        min-width: auto;
        min-height: 30px;
        flex: 0 0 auto;
        padding: 0.2rem 0.45rem;
        font-size: 0.68rem;
    }

    #fileQueue + .upload-file-toolbar {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.45rem;
        margin-top: 0.45rem;
    }

    #fileQueue + .upload-file-toolbar .upload-file-show-all {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        min-height: 30px;
        padding: 0.2rem 0.5rem;
        font-size: 0.7rem;
    }

    #fileQueue + .upload-file-toolbar .upload-file-total-size {
        grid-column: 1;
        grid-row: 2;
        padding-left: 0;
        font-size: 0.72rem;
        white-space: nowrap;
    }

    #fileQueue + .upload-file-toolbar .upload-file-remove-all {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        min-height: 30px;
        padding: 0.2rem 0.45rem;
        font-size: 0.68rem;
    }

    #fileQueue + .upload-file-toolbar:not(.has-many-files) .upload-file-total-size,
    #fileQueue + .upload-file-toolbar:not(.has-many-files) .upload-file-remove-all {
        grid-row: 1;
    }
}
.file-requests-seo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.file-requests-seo-summary {
    display: grid;
    gap: .75rem;
}

.file-requests-seo-summary > div {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: .2rem 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(91, 218, 235, .22);
    border-radius: 1rem;
    background: rgba(4, 22, 38, .56);
}

.file-requests-seo-summary span {
    grid-row: 1 / 3;
    align-self: center;
    color: #5bdaeb;
    font-weight: 800;
}

.file-requests-seo-summary strong,
.file-requests-seo-summary small {
    display: block;
}

.file-requests-seo-summary small {
    color: var(--muted);
}

.file-requests-faq {
    max-width: 900px;
    margin-inline: auto;
}

.file-requests-faq .accordion-item {
    overflow: hidden;
    margin-bottom: .75rem;
    border: 1px solid rgba(91, 218, 235, .18);
    border-radius: .9rem;
    background: rgba(5, 25, 43, .72);
}

.file-requests-faq .accordion-button,
.file-requests-faq .accordion-button:not(.collapsed) {
    color: var(--text);
    background: transparent;
    box-shadow: none;
}

.file-requests-faq .accordion-button::after {
    filter: invert(1);
}

@media (max-width: 767.98px) {
    .file-requests-seo-hero {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .file-requests-seo-summary > div {
        padding: .85rem;
    }
}
.transfer-email-section{padding-top:.9rem;border-top:1px solid rgba(221,239,255,.12)}
.transfer-recipient-entry{max-width:620px;border:1px solid rgba(205,230,255,.28);border-radius:var(--bs-border-radius);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}
.transfer-recipient-entry:focus-within{border-color:var(--brand);box-shadow:0 0 0 .2rem rgba(24,196,184,.12)}
.transfer-recipient-entry .form-control{min-width:0;border:0!important;border-radius:0!important;box-shadow:none!important}
.transfer-recipient-entry>.btn{border:0!important;border-left:1px solid rgba(205,230,255,.28)!important;border-radius:0!important;box-shadow:none!important}
.transfer-recipient-entry:focus-within>.btn{border-left-color:rgba(24,196,184,.45)!important}
#transferEmailModal .transfer-recipient-entry{max-width:none}
#transferEmailModal .transfer-email-dialog{max-width:680px}
#transferEmailModal .transfer-email-modal-content{box-shadow:0 24px 70px rgba(0,0,0,.5)}
#transferEmailModal .modal-body{padding-top:1rem;padding-bottom:1rem}
#transferEmailModal .transfer-email-intro{color:#c5d6e5;line-height:1.5}
#transferEmailModal .transfer-email-panel{padding:1rem;border:1px solid rgba(205,230,255,.13);border-radius:.7rem;background:rgba(3,13,22,.32)}
#transferEmailModal .transfer-email-recipient-row{min-width:0;padding:.7rem .8rem;border:1px solid rgba(205,230,255,.14);border-radius:.55rem;background:rgba(7,20,31,.75)}
#transferEmailModal .transfer-email-recipient-address{min-width:0;font-weight:650;color:#e6f1fb}
#transferEmailModal .transfer-email-recipient-date{white-space:nowrap;font-size:.78rem;color:#8faabe}
#transferEmailModal .transfer-email-footer{margin:0 1rem;padding:1rem 0;border-top:1px solid rgba(205,230,255,.12)}
#transferEmailModal .transfer-email-success{text-align:center;padding:1rem 0 .25rem}
#transferEmailModal .transfer-email-success-icon{display:grid;place-items:center;width:3rem;height:3rem;margin:0 auto .9rem;border-radius:50%;background:#18c4b8;color:#041824;font-size:1.65rem;font-weight:900;box-shadow:0 0 0 6px rgba(24,196,184,.12)}
#transferEmailModal .transfer-email-success-row{display:flex;align-items:center;justify-content:center;padding:.7rem .85rem;border-radius:.55rem;background:rgba(205,230,255,.06);text-align:center}
#transferEmailModal .transfer-email-success-row span{min-width:0;overflow-wrap:anywhere;font-weight:650}
#transferEmailModal .transfer-email-sending{min-height:210px;flex-direction:column;align-items:center;justify-content:center;gap:1.15rem;text-align:center}
#transferEmailModal .transfer-email-sending:not(.d-none){display:flex}
#transferEmailModal .transfer-email-modal-content.is-sending .modal-header,#transferEmailModal .transfer-email-modal-content.is-sending .transfer-email-footer{display:none}
#transferEmailModal .transfer-email-modal-content.is-sending .modal-body{padding:1.5rem}
#transferEmailModal .transfer-email-modal-content.is-success .modal-header{display:none}
#transferEmailModal .transfer-email-modal-content.is-success .modal-body{padding:1.5rem 1.5rem .75rem}
#transferEmailModal .transfer-email-modal-content.is-success .transfer-email-footer{justify-content:center;margin:0;padding:.75rem 1.5rem 1.5rem;border-top:0}
@media(max-width:575.98px){#transferEmailModal .transfer-email-panel{padding:.8rem}#transferEmailModal .transfer-email-recipient-date{width:100%;white-space:normal}}
.transfer-recipient-list{display:flex;flex-wrap:wrap;gap:.5rem}
.transfer-recipient-chip{display:inline-flex;align-items:center;gap:.45rem;max-width:100%;padding:.38rem .55rem .38rem .7rem;border:1px solid rgba(24,196,184,.55);border-radius:999px;background:rgba(24,196,184,.1);color:#dffbf8;font-size:.86rem}
.transfer-recipient-chip span{overflow:hidden;text-overflow:ellipsis}
.transfer-recipient-chip button{display:grid;place-items:center;width:1.25rem;height:1.25rem;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:inherit;line-height:1}
.transfer-recipient-limit-reached{padding-left:3px;color:#ffcf73!important;font-weight:600}
.upload-submit-row{display:flex;justify-content:center}
.upload-submit-button{width:min(100%,260px)}
@media(max-width:575.98px){.upload-submit-button{width:100%}}
