﻿.danger-action {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #b91c1c !important;
}
.danger-action:hover {
    background: #ffe4e6 !important;
}
.btn.icon-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 12px;
}
.icon-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    pointer-events: none;
}
.document-action-button {
    gap: 8px;
    border-radius: 12px;
    padding-inline: 13px;
}
.document-action-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex: 0 0 auto;
}
.document-action-button span {
    font-size: 13px;
    font-weight: 900;
}
.page {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - var(--sidebar-width) - 64px));
    margin: 30px 32px 56px calc(var(--sidebar-width) + 32px);
    transition: width 0.2s ease, margin 0.2s ease;
}
.app-body.is-sidebar-collapsed .sidebar,
.sidebar-collapsed-pref .app-body .sidebar {
    width: var(--sidebar-collapsed-width);
    gap: 18px;
    padding: 24px 14px;
}
.app-body.is-sidebar-collapsed .sidebar-head,
.sidebar-collapsed-pref .app-body .sidebar-head {
    justify-content: center;
    padding: 4px 0 18px;
}
.app-body.is-sidebar-collapsed .brand,
.sidebar-collapsed-pref .app-body .brand {
    flex: 0 0 auto;
}
.app-body.is-sidebar-collapsed .brand-name,
.app-body.is-sidebar-collapsed .sidebar-nav,
.sidebar-collapsed-pref .app-body .brand-name,
.sidebar-collapsed-pref .app-body .sidebar-nav {
    display: none;
}
.app-body.is-sidebar-collapsed .sidebar-toggle,
.sidebar-collapsed-pref .app-body .sidebar-toggle {
    position: absolute;
    top: 28px;
    right: -19px;
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.16);
}
.app-body.is-sidebar-collapsed .sidebar-toggle-icon,
.sidebar-collapsed-pref .app-body .sidebar-toggle-icon {
    transform: rotate(180deg);
}
.app-body.is-sidebar-collapsed .page,
.sidebar-collapsed-pref .app-body .page {
    width: min(1240px, calc(100% - var(--sidebar-collapsed-width) - 64px));
    margin-left: calc(var(--sidebar-collapsed-width) + 32px);
}
.user-body.app-body .sidebar,
.sidebar-collapsed-pref .user-body.app-body .sidebar {
    width: var(--sidebar-collapsed-width);
    gap: 18px;
    padding: 24px 14px;
}
.user-body.app-body .sidebar-head,
.sidebar-collapsed-pref .user-body.app-body .sidebar-head {
    justify-content: center;
    padding: 4px 0 18px;
}
.user-body.app-body .brand,
.sidebar-collapsed-pref .user-body.app-body .brand {
    flex: 0 0 auto;
}
.user-body.app-body .brand-name,
.sidebar-collapsed-pref .user-body.app-body .brand-name {
    display: none;
}
.user-body.app-body .sidebar-nav,
.sidebar-collapsed-pref .user-body.app-body .sidebar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-body.app-body .sidebar-nav a,
.user-body.app-body .sidebar-nav .link-button {
    width: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
    border-radius: 14px;
}
.user-body.app-body .sidebar-nav span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.user-body.app-body .sidebar-logout {
    width: 100%;
}
.user-body.app-body .page,
.sidebar-collapsed-pref .user-body.app-body .page {
    width: min(1240px, calc(100% - var(--sidebar-collapsed-width) - 64px));
    margin-left: calc(var(--sidebar-collapsed-width) + 32px);
}
.user-bottom-nav {
    display: none;
}
.mobile-header-logout {
    display: none;
}
.document-mobile-list {
    display: none;
}
.document-list-head {
    display: none;
}
.upload-dropzone input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.upload-dropzone {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    width: 100%;
    min-height: 260px;
    padding: 32px 24px;
    border: 1px dashed #d7e3f2;
    border-radius: 24px;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.upload-dropzone:hover,
.upload-dropzone:focus-within {
    border-color: #14b8a6;
    box-shadow: 0 16px 36px rgba(20, 184, 166, 0.12);
    transform: translateY(-1px);
}
.upload-illustration {
    display: inline-flex;
    width: 132px;
    height: 132px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 28px;
}
.upload-illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.upload-title {
    color: #172554;
    font-size: 18px;
    font-weight: 900;
}
.upload-hint {
    max-width: 260px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}
.upload-file-name {
    max-width: 100%;
    margin-top: 4px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 10%, rgba(20, 184, 166, 0.24), transparent 30%),
        linear-gradient(135deg, #172554, #1e40af);
    color: #fff;
}
.profile-avatar {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    overflow: hidden;
}
.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.profile-avatar svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}
.profile-card-head h1 {
    color: #fff;
    font-size: clamp(22px, 2.1vw, 30px);
}
.profile-card-head p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 800;
}
.profile-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}
.profile-info-grid div {
    padding: 14px;
    border: 1px solid #e5edf6;
    border-radius: 16px;
    background: #f8fafc;
}
.profile-info-grid dt {
    margin-bottom: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}
.profile-info-grid dd {
    color: #1e293b;
    font-size: 15px;
    font-weight: 900;
    overflow-wrap: anywhere;
}
.profile-form {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf2f7;
}
.profile-form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.profile-form-head h2 {
    font-size: 18px;
}
.profile-form-head p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 13px;
}
.profile-edit-close {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef2f7;
    color: #64748b;
}
.profile-edit-close:hover {
    color: #172554;
    text-decoration: none;
}
.profile-edit-close svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.profile-photo-field small {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}
.profile-edit-panel[hidden] {
    display: none;
}
.profile-edit-panel:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 22px;
    overflow: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 46%, #eefdfb 100%);
    box-shadow: none;
}
.profile-edit-panel .profile-form {
    width: min(100%, 460px);
    max-height: calc(100dvh - 44px);
    overflow: auto;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.24);
}
.profile-edit-panel .profile-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
}
.profile-edit-panel label span {
    color: #475569;
    font-size: 12px;
    font-weight: 800;
}
.profile-edit-panel input,
.profile-edit-panel select,
.profile-edit-panel textarea {
    border-color: #dfe7f1;
    border-radius: 12px;
    background: #fff;
}
.profile-edit-panel input[readonly] {
    background: #f8fafc;
    color: #334155;
}
.profile-edit-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 4px;
}
.profile-page-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.profile-page-title h1 {
    font-size: clamp(28px, 2.5vw, 40px);
}
.profile-page-title p {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 16px;
}
.profile-back {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    color: #334155;
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.08);
}
.profile-back:hover {
    color: #2563eb;
    text-decoration: none;
}
.profile-back svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.profile-id-card,
.profile-section-card {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 42px rgba(30, 58, 138, 0.08);
    backdrop-filter: blur(16px);
}
.profile-desktop-grid {
    display: grid;
    grid-template-columns: minmax(280px, 350px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}
.profile-desktop-grid > .profile-id-card {
    position: sticky;
    top: 24px;
    grid-row: 1 / span 2;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: start;
    min-height: 360px;
    padding: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 0%, rgba(20, 184, 166, 0.28), transparent 30%),
        radial-gradient(circle at 18% 100%, rgba(59, 130, 246, 0.22), transparent 34%),
        linear-gradient(135deg, #172554, #1d4ed8);
    color: #fff;
}
.profile-desktop-grid > .profile-section-card {
    margin-bottom: 0;
}
.profile-desktop-grid .profile-avatar {
    width: 86px;
    height: 86px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
}
.profile-desktop-grid .profile-avatar svg {
    width: 46px;
    height: 46px;
}
.profile-desktop-grid .profile-id-main h2 {
    color: #fff;
    white-space: normal;
}
.profile-desktop-grid .profile-id-main p {
    color: rgba(255, 255, 255, 0.76);
}
.profile-desktop-grid .profile-id-main span {
    background: rgba(255, 255, 255, 0.14);
    color: #e0f2fe;
}
.profile-desktop-grid .profile-edit-shortcut {
    width: 100%;
    margin-top: 22px;
    background: #fff;
    color: #172554;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}
.profile-id-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 24px;
}
.profile-id-main {
    min-width: 0;
}
.profile-id-main h2 {
    overflow: hidden;
    color: #172554;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-id-main p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 16px;
}
.profile-id-main span {
    display: inline-flex;
    margin-top: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
}
.profile-edit-shortcut {
    gap: 8px;
    border-radius: 14px;
}
.profile-edit-shortcut svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.profile-section-card {
    padding: 24px;
}
.profile-section-card > h2 {
    margin-bottom: 20px;
    color: #172554;
    font-size: 22px;
}
.profile-section-card .profile-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.profile-section-card .profile-info-grid div {
    min-height: 112px;
    display: grid;
    align-content: center;
    border-color: #eef4fb;
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.profile-section-card .profile-info-grid .wide {
    grid-column: 1 / -1;
}
.profile-section-card .profile-info-grid dt {
    color: #64748b;
    font-size: 15px;
    font-weight: 700;
}
.profile-section-card .profile-info-grid dd {
    color: #253246;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 750;
}
.profile-section-card .profile-form {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.profile-section-card.profile-edit-panel .profile-form {
    padding: 22px;
}
.is-user-profile-editing .sidebar,
.is-user-profile-editing .user-bottom-nav,
.is-user-profile-editing .app-bg-circle {
    display: none;
}
.is-user-profile-editing.app-body {
    min-height: 100dvh;
    background: linear-gradient(180deg, #eef6ff 0%, #f8fafc 48%, #eefdfb 100%);
}
.is-user-profile-editing.app-body .page,
.sidebar-collapsed-pref .is-user-profile-editing.app-body .page {
    width: min(100% - 48px, 920px);
    margin: 42px auto;
    padding-bottom: 42px;
}
.is-user-profile-editing .profile-edit-panel:not([hidden]) {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
}
.is-user-profile-editing .profile-edit-panel .profile-form {
    width: 100%;
    max-height: none;
    overflow: visible;
    padding: 30px;
    border-radius: 26px;
}
.is-user-profile-editing .profile-edit-panel .profile-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.is-user-profile-editing .profile-edit-panel .profile-photo-field,
.is-user-profile-editing .profile-edit-panel .wide {
    grid-column: 1 / -1;
}
.is-user-profile-editing .profile-form-head h2 {
    font-size: 24px;
}
.is-user-profile-editing .profile-form-head p {
    font-size: 14px;
}

@media (min-width: 861px) {
    .user-body.app-body .page,
    .sidebar-collapsed-pref .user-body.app-body .page {
        width: min(1360px, calc(100% - var(--sidebar-collapsed-width) - clamp(70px, 9vw, 190px)));
        margin: clamp(28px, 3vw, 42px) clamp(32px, 4.5vw, 86px) 56px calc(var(--sidebar-collapsed-width) + clamp(36px, 3.5vw, 62px));
    }

    .user-body .user-dashboard-heading {
        min-height: 128px;
        align-items: flex-end;
        margin-bottom: 26px;
        padding: 30px 36px;
        border-radius: 28px;
    }

    .user-body .user-dashboard-heading h1 {
        max-width: 100%;
        font-size: clamp(34px, 2.6vw, 46px);
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .user-body .user-dashboard-heading .welcome-kicker {
        color: #0f766e;
        letter-spacing: 0;
        text-transform: none;
    }

    .user-body .user-dashboard-stats {
        gap: 20px;
        margin-bottom: 22px;
    }

    .user-body .user-dashboard-stats .stat-card {
        min-height: 138px;
        display: grid;
        align-content: center;
        padding: 26px 28px;
        border-radius: 24px;
    }

    .user-body .user-dashboard-stats .stat-card strong {
        font-size: clamp(42px, 3.4vw, 56px);
        line-height: 1;
    }

    .user-body .user-dashboard-layout {
        display: grid;
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
        gap: 22px;
        margin-bottom: 22px;
        align-items: stretch;
    }

    .user-body .user-progress-panel,
    .user-body .user-next-panel {
        min-height: 280px;
        padding: 28px;
        border-radius: 28px;
    }

    .user-body .user-progress-content {
        display: grid;
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 24px;
        align-items: center;
    }

    .user-body .user-progress-ring {
        width: 190px;
        aspect-ratio: 1;
        display: grid;
        place-items: center;
        align-content: center;
        border-radius: 50%;
        background:
            radial-gradient(circle at center, #fff 0 58%, transparent 59%),
            conic-gradient(#14b8a6 calc(var(--value) * 1%), #e8f1f7 0);
        box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.9), 0 18px 40px rgba(20, 184, 166, 0.14);
    }

    .user-body .user-progress-ring strong {
        color: #172554;
        font-size: 40px;
        line-height: 1;
    }

    .user-body .user-progress-ring span {
        margin-top: 6px;
        color: #64748b;
        font-size: 13px;
        font-weight: 900;
    }

    .user-body .user-progress-metrics {
        display: grid;
        gap: 12px;
    }

    .user-body .user-progress-metrics div {
        display: flex;
        min-height: 58px;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 16px;
        border: 1px solid #eef4fb;
        border-radius: 18px;
        background: #f8fafc;
    }

    .user-body .user-progress-metrics span {
        color: #64748b;
        font-size: 13px;
        font-weight: 900;
    }

    .user-body .user-progress-metrics strong {
        color: #172554;
        font-size: 26px;
        line-height: 1;
    }

    .user-body .user-next-list {
        display: grid;
        gap: 12px;
    }

    .user-body .user-next-item {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 16px;
        align-items: center;
        padding: 14px 16px;
        border: 1px solid #eef4fb;
        border-radius: 18px;
        background: #fff;
    }

    .user-body .user-next-item strong {
        display: block;
        margin-bottom: 8px;
        color: #172554;
        font-size: 15px;
        line-height: 1.3;
    }

    .user-body .user-next-item .btn {
        width: auto;
        min-height: 40px;
        border-radius: 12px;
    }

    .user-body .user-history-panel {
        padding: 28px;
        border-radius: 28px;
    }

    .user-body .user-history-panel .panel-head {
        margin-bottom: 20px;
    }

    .user-body .user-history-panel .panel-head h2 {
        font-size: 22px;
    }

    .user-body .user-history-panel table {
        min-width: 0;
        table-layout: fixed;
    }

    .user-body .user-history-panel th,
    .user-body .user-history-panel td {
        padding: 16px;
    }

    .user-body .user-history-panel th:first-child,
    .user-body .user-history-panel td:first-child {
        width: 40%;
    }

    .user-body .user-history-panel th:nth-child(2),
    .user-body .user-history-panel td:nth-child(2) {
        width: 15%;
    }

    .user-body .user-history-panel th:nth-child(3),
    .user-body .user-history-panel td:nth-child(3) {
        width: 12%;
    }

    .user-body .user-history-panel th:nth-child(4),
    .user-body .user-history-panel td:nth-child(4),
    .user-body .user-history-panel th:nth-child(5),
    .user-body .user-history-panel td:nth-child(5) {
        width: 16.5%;
    }
}

@media (max-width: 860px) {
    .user-body .user-dashboard-layout {
        display: none;
    }
}

@media (min-width: 861px) {
    .user-body .profile-desktop-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .user-body .profile-id-card,
    .user-body .profile-section-card {
        margin-bottom: 0;
        border: 1px solid #e8eef6;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.88);
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
        backdrop-filter: blur(14px);
    }

    .user-body .profile-desktop-grid > .profile-id-card {
        position: static;
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr) auto;
        gap: 20px;
        min-height: 132px;
        align-items: center;
        justify-items: stretch;
        padding: 26px 22px;
        overflow: visible;
        background: rgba(255, 255, 255, 0.9);
        color: #172554;
    }

    .user-body .profile-desktop-grid .profile-avatar {
        width: 78px;
        height: 78px;
        border: 1px solid #e5edf6;
        border-radius: 20px;
        background: #eff6ff;
        color: #2563eb;
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.08);
    }

    .user-body .profile-desktop-grid .profile-avatar svg {
        width: 42px;
        height: 42px;
    }

    .user-body .profile-desktop-grid .profile-id-main h2 {
        color: #1f2937;
        font-size: 21px;
        font-weight: 700;
        line-height: 1.15;
        white-space: normal;
    }

    .user-body .profile-desktop-grid .profile-id-main p {
        margin-top: 4px;
        color: #64748b;
        font-size: 15px;
        font-weight: 600;
    }

    .user-body .profile-desktop-grid .profile-id-main span {
        margin-top: 10px;
        padding: 6px 13px;
        border-radius: 999px;
        background: #dbeafe;
        color: #2563eb;
        font-size: 12px;
        font-weight: 900;
    }

    .user-body .profile-desktop-grid .profile-edit-shortcut {
        width: auto;
        min-height: 42px;
        margin-top: 0;
        padding: 10px 16px;
        border-radius: 14px;
        background: #2563eb;
        color: #fff;
        box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    }

    .user-body .profile-section-card {
        padding: 22px;
    }

    .user-body .profile-section-card > h2 {
        margin-bottom: 16px;
        color: #1f2937;
        font-size: 17px;
        font-weight: 750;
    }

    .user-body .profile-section-card .profile-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .user-body .profile-section-card .profile-info-grid div {
        min-height: 80px;
        align-content: center;
        padding: 18px 16px;
        border: 0;
        border-radius: 14px;
        background: #f8fafc;
        box-shadow: none;
    }

    .user-body .profile-section-card .profile-info-grid .wide {
        grid-column: 1 / -1;
    }

    .user-body .profile-section-card .profile-info-grid dt {
        margin-bottom: 6px;
        color: #64748b;
        font-size: 13px;
        font-weight: 550;
    }

    .user-body .profile-section-card .profile-info-grid dd {
        color: #1f2937;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 650;
    }
}

@media (min-width: 861px) {
    .user-body .upload-heading {
        min-height: 118px;
        align-items: center;
        margin-bottom: 24px;
        padding: 28px 36px;
        border-radius: 28px;
    }

    .user-body .upload-heading h1 {
        max-width: 980px;
        font-size: clamp(30px, 2.35vw, 44px);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .user-body .upload-heading .btn {
        width: auto;
        min-width: 122px;
        min-height: 48px;
        padding: 11px 24px;
        border-radius: 999px;
        font-weight: 750;
    }

    .user-body .upload-panel.panel.narrow {
        width: min(920px, 100%);
        max-width: 920px;
        margin: 0 auto 56px;
        padding: 28px;
        border-radius: 28px;
    }

    .user-body .upload-panel .note {
        margin-bottom: 18px;
        padding: 16px 18px;
        border-radius: 14px;
        font-size: 15px;
    }

    .user-body .upload-form {
        gap: 20px;
    }

    .user-body .upload-dropzone {
        min-height: 340px;
        padding: 36px 28px;
        border-radius: 24px;
        align-content: center;
        gap: 12px;
    }

    .user-body .upload-illustration {
        width: 120px;
        height: 120px;
        border-radius: 26px;
    }

    .user-body .upload-title {
        font-size: 22px;
        font-weight: 800;
    }

    .user-body .upload-hint {
        max-width: none;
        font-size: 13px;
        font-weight: 650;
    }

    .user-body .upload-file-name {
        max-width: min(100%, 360px);
        margin-top: 8px;
        padding: 9px 16px;
        font-size: 13px;
        font-weight: 750;
    }

    .user-body .upload-form .btn.primary {
        min-height: 54px;
        border-radius: 999px;
        font-size: 16px;
        font-weight: 750;
    }
}
