:root,
html[data-huload-scheme="mist"] {
    --huload-canvas: #edf0f4;
    --huload-canvas-soft: #f8fafc;
    --huload-canvas-deep: #d7dde5;
    --huload-surface: rgba(255, 255, 255, 0.76);
    --huload-surface-strong: rgba(255, 255, 255, 0.92);
    --huload-panel: #14171d;
    --huload-panel-soft: #313742;
    --huload-panel-deep: #20252e;
    --huload-card: #ffffff;
    --huload-ink: #171a20;
    --huload-muted: #707784;
    --huload-line: #d8dde5;
    --huload-line-strong: #c8ced8;
    --huload-field: #f5f7fa;
    --huload-steel: #9aa1ad;
    --huload-silver: #d9dde3;
    --huload-primary: #313742;
    --huload-primary-soft: #eef1f5;
    --huload-primary-strong: #14171d;
    --huload-glow: rgba(255, 255, 255, 0.94);
    --huload-orb: rgba(115, 122, 136, 0.22);
    --huload-brand-gradient: linear-gradient(165deg, #14181f 0%, #21262f 46%, #474e59 100%);
    --huload-button-gradient: linear-gradient(135deg, #16191f 0%, #4f5663 100%);
    --huload-shadow: 0 32px 80px rgba(18, 23, 32, 0.16);
    --huload-shadow-soft: 0 22px 44px rgba(27, 33, 43, 0.08);
    --huload-radius-xl: 34px;
    --huload-radius-lg: 24px;
    --huload-radius-md: 18px;
    --huload-radius-sm: 14px;
}

html[data-huload-scheme="harbor"] {
    --huload-canvas: #e9f1f5;
    --huload-canvas-soft: #f6fbfd;
    --huload-canvas-deep: #d1dfe7;
    --huload-surface: rgba(255, 255, 255, 0.78);
    --huload-surface-strong: rgba(255, 255, 255, 0.94);
    --huload-panel: #10222d;
    --huload-panel-soft: #335b70;
    --huload-panel-deep: #16303d;
    --huload-card: #ffffff;
    --huload-ink: #15202a;
    --huload-muted: #637686;
    --huload-line: #cfdae2;
    --huload-line-strong: #bfccd5;
    --huload-field: #f1f7fa;
    --huload-steel: #7e98a8;
    --huload-silver: #d6e2e8;
    --huload-primary: #335b70;
    --huload-primary-soft: #e6f1f7;
    --huload-primary-strong: #10222d;
    --huload-glow: rgba(255, 255, 255, 0.92);
    --huload-orb: rgba(51, 91, 112, 0.24);
    --huload-brand-gradient: linear-gradient(165deg, #12202b 0%, #173243 46%, #5d8799 100%);
    --huload-button-gradient: linear-gradient(135deg, #173243 0%, #4d7286 100%);
    --huload-shadow: 0 32px 80px rgba(16, 34, 45, 0.16);
    --huload-shadow-soft: 0 22px 44px rgba(23, 50, 67, 0.1);
}

html[data-huload-scheme="sandstone"] {
    --huload-canvas: #f2ebe2;
    --huload-canvas-soft: #faf7f2;
    --huload-canvas-deep: #ded1c4;
    --huload-surface: rgba(255, 252, 248, 0.78);
    --huload-surface-strong: rgba(255, 252, 248, 0.94);
    --huload-panel: #2a211c;
    --huload-panel-soft: #7a5d4a;
    --huload-panel-deep: #3c2d24;
    --huload-card: #fffdfa;
    --huload-ink: #231b17;
    --huload-muted: #7b685b;
    --huload-line: #ddcfc2;
    --huload-line-strong: #cfbfaf;
    --huload-field: #f8f1ea;
    --huload-steel: #a08874;
    --huload-silver: #e2d5c9;
    --huload-primary: #7a5d4a;
    --huload-primary-soft: #f2e8df;
    --huload-primary-strong: #2a211c;
    --huload-glow: rgba(255, 250, 244, 0.9);
    --huload-orb: rgba(122, 93, 74, 0.2);
    --huload-brand-gradient: linear-gradient(165deg, #221b17 0%, #43342b 46%, #9c8471 100%);
    --huload-button-gradient: linear-gradient(135deg, #3b3028 0%, #8a6c57 100%);
    --huload-shadow: 0 32px 80px rgba(42, 33, 28, 0.14);
    --huload-shadow-soft: 0 22px 44px rgba(60, 45, 36, 0.1);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body.huload-login-page,
body.app-default {
    font-family: "Manrope", sans-serif;
    color: var(--huload-ink);
}

body.huload-login-page {
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, var(--huload-glow), transparent 28%),
        linear-gradient(135deg, var(--huload-canvas-soft) 0%, var(--huload-canvas) 46%, var(--huload-canvas-deep) 100%);
}

body.app-default {
    background:
        radial-gradient(circle at top left, var(--huload-glow), transparent 26%),
        linear-gradient(135deg, var(--huload-canvas-soft) 0%, var(--huload-canvas) 46%, var(--huload-canvas-deep) 100%);
}

.huload-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (min-height: 760px) {
    .huload-shell {
        align-items: center;
    }
}

.huload-shell::before,
.huload-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

.huload-shell::before {
    width: 440px;
    height: 440px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 70%);
}

.huload-shell::after {
    width: 520px;
    height: 520px;
    right: -190px;
    bottom: -210px;
    background: radial-gradient(circle, var(--huload-orb) 0%, rgba(115, 122, 136, 0) 72%);
}

.huload-stage {
    position: relative;
    z-index: 1;
    width: min(1220px, 100%);
    min-height: 660px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: var(--huload-radius-xl);
    background: var(--huload-surface);
    box-shadow: var(--huload-shadow);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.huload-brand-panel,
.huload-auth-panel {
    position: relative;
}

.huload-brand-panel {
    padding: 46px 42px 40px;
    display: flex;
    align-items: stretch;
    background: var(--huload-brand-gradient);
    color: #f8f9fb;
    overflow: hidden;
}

.huload-brand-panel::before,
.huload-brand-panel::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.huload-brand-panel::before {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -90px;
    border-radius: 52px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    transform: rotate(24deg);
}

.huload-brand-panel::after {
    width: 320px;
    height: 320px;
    right: 28px;
    bottom: 18px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    opacity: 0.28;
    clip-path: polygon(6% 10%, 30% 10%, 30% 42%, 68% 42%, 68% 10%, 92% 10%, 92% 90%, 68% 90%, 68% 62%, 30% 62%, 30% 90%, 6% 90%);
}

.huload-brand-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 34px;
    animation: huload-rise 0.75s cubic-bezier(.22, 1, .36, 1) both;
}

.huload-brand-top {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 480px;
}

.huload-chip,
.huload-auth-chip {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.huload-chip {
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
}

.huload-auth-chip {
    padding: 10px 16px;
    background: var(--huload-primary-soft);
    color: var(--huload-primary);
}

.huload-brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.huload-mark {
    width: 138px;
    height: auto;
    filter: drop-shadow(0 10px 26px rgba(8, 10, 14, 0.18));
}

.huload-mark--small {
    width: 86px;
}

.huload-logo-image {
    width: 156px;
    height: auto;
    object-fit: contain;
}

.huload-logo-image--small {
    width: 92px;
}

.huload-brand-word {
    display: inline-block;
    color: #f3f5f8;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.huload-brand-lockup-line {
    display: inline-block;
    color: rgba(248, 249, 251, 0.64);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.huload-brand-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4.2vw, 50px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.huload-brand-copy {
    margin: 0;
    max-width: 400px;
    color: rgba(248, 249, 251, 0.72);
    font-size: 15px;
    line-height: 1.68;
}

.huload-brand-points {
    display: grid;
    gap: 10px;
}

.huload-brand-point {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.huload-brand-point::before {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #eef1f5 0%, #9ea4ae 100%);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.huload-brand-point strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.huload-brand-point span {
    display: block;
    color: rgba(248, 249, 251, 0.72);
    font-size: 12px;
    line-height: 1.55;
}

.huload-brand-note {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(248, 249, 251, 0.72);
    font-size: 12px;
    line-height: 1.55;
}

.huload-brand-note::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.06);
}

.huload-brand-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(248, 249, 251, 0.58);
    font-size: 12px;
}

.huload-brand-footer strong {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.huload-auth-panel {
    padding: 40px 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huload-auth-card {
    position: relative;
    width: min(100%, 560px);
    padding: 40px 40px 34px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(151, 157, 170, 0.2);
    box-shadow: 0 20px 50px rgba(23, 26, 32, 0.1);
    animation: huload-rise 0.82s cubic-bezier(.22, 1, .36, 1) both 0.08s;
}

.huload-auth-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.huload-auth-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    border-radius: 22px;
    border: 1px solid var(--huload-line);
    background: linear-gradient(180deg, rgba(250, 251, 253, 0.98) 0%, rgba(239, 243, 248, 0.98) 100%);
}

.huload-auth-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.huload-auth-brand-copy strong {
    color: var(--huload-ink);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.huload-auth-brand-copy span {
    color: var(--huload-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.huload-auth-head h1 {
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--huload-ink);
}

.huload-auth-head p {
    margin: 0;
    color: var(--huload-muted);
    font-size: 15px;
    line-height: 1.75;
}

.huload-alert {
    margin-bottom: 24px;
    padding: 16px 18px;
    border: 1px solid #f0c7cf;
    border-radius: 18px;
    background: #fff4f6;
    color: #8a2639;
    font-size: 13px;
    line-height: 1.65;
}

.huload-alert--success {
    border-color: #c8e5d2;
    background: #f3fbf6;
    color: #226346;
}

.huload-alert div + div {
    margin-top: 4px;
}

.huload-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.huload-field {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.huload-field label {
    color: #3c424d;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.huload-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 0 18px;
    border: 1px solid var(--huload-line);
    border-radius: var(--huload-radius-md);
    background: var(--huload-field);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.huload-input-wrap:focus-within {
    border-color: var(--huload-steel);
    box-shadow: 0 0 0 4px rgba(122, 130, 143, 0.12);
}

.huload-input-wrap svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: var(--huload-steel);
}

.huload-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    box-shadow: none !important;
    color: var(--huload-ink);
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    height: auto;
}

.huload-input::placeholder {
    color: #9ba2ad;
    font-weight: 500;
}

.huload-form-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: -4px;
}

.huload-link {
    color: var(--huload-primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.huload-link:hover {
    color: var(--huload-primary-strong);
}

.huload-submit,
.huload-button-secondary {
    min-height: 60px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 800;
    border: 0;
    padding: 0 22px;
}

.huload-submit {
    background: var(--huload-button-gradient);
    color: #ffffff;
}

.huload-submit:hover,
.huload-submit:focus {
    color: #ffffff;
    transform: translateY(-1px);
}

.huload-submit:disabled {
    opacity: 0.75;
}

.huload-button-secondary {
    background: var(--huload-primary-soft);
    color: #29303b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.huload-button-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.huload-button-row .huload-submit,
.huload-button-row .huload-button-secondary {
    flex: 1 1 180px;
}

.huload-form-note {
    color: var(--huload-muted);
    font-size: 13px;
    line-height: 1.6;
}

.huload-auth-footer {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px solid var(--huload-line);
    color: #7e8693;
    font-size: 13px;
    font-weight: 600;
}

.indicator-progress {
    display: none;
}

[data-kt-indicator="on"] .indicator-progress {
    display: inline-flex;
    align-items: center;
}

[data-kt-indicator="on"] .indicator-label {
    display: none;
}

@keyframes huload-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#kt_app_root {
    position: relative;
    min-height: 100vh;
}

#kt_app_root::before,
#kt_app_root::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
}

#kt_app_root::before {
    width: 420px;
    height: 420px;
    top: -180px;
    left: -120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0) 70%);
}

#kt_app_root::after {
    width: 520px;
    height: 520px;
    right: -190px;
    top: 180px;
    background: radial-gradient(circle, var(--huload-orb) 0%, rgba(115, 122, 136, 0) 72%);
}

#kt_app_page,
#kt_app_wrapper,
#kt_app_main {
    position: relative;
    z-index: 1;
}

.app-header {
    background: rgba(255, 255, 255, 0.66);
    border-bottom: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 18px 40px rgba(18, 23, 32, 0.06);
    backdrop-filter: blur(18px);
}

#kt_app_header_container {
    min-height: 84px;
}

.menu > .menu-item > .menu-link,
.menu-sub .menu-item > .menu-link {
    border-radius: var(--huload-radius-md);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.menu .menu-link .menu-title {
    font-weight: 700;
}

.menu .menu-link .menu-title,
.menu .menu-link .menu-icon i,
.menu .menu-link .menu-arrow {
    color: #555d6b;
}

.menu .menu-link:hover,
.menu-item.show > .menu-link,
.menu-item.here > .menu-link,
.menu .menu-link.active {
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 16px 32px rgba(18, 23, 32, 0.08);
}

.menu-item.here > .menu-link .menu-title,
.menu-item.show > .menu-link .menu-title,
.menu .menu-link.active .menu-title,
.menu .menu-link:hover .menu-title,
.menu-item.here > .menu-link .menu-icon i,
.menu-item.show > .menu-link .menu-icon i,
.menu .menu-link.active .menu-icon i,
.menu .menu-link:hover .menu-icon i,
.menu-item.here > .menu-link .menu-arrow,
.menu-item.show > .menu-link .menu-arrow,
.menu .menu-link.active .menu-arrow,
.menu .menu-link:hover .menu-arrow {
    color: var(--huload-ink);
}

.menu-sub {
    border: 1px solid rgba(215, 221, 229, 0.95);
    border-radius: var(--huload-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--huload-shadow-soft);
    backdrop-filter: blur(18px);
}

#kt_app_main {
    padding-bottom: 2rem;
}

.app-toolbar-wrapper {
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 20px 46px rgba(18, 23, 32, 0.08);
    backdrop-filter: blur(18px);
}

.page-heading {
    color: var(--huload-ink) !important;
    letter-spacing: -0.04em;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item i {
    color: #5c6571 !important;
}

#kt_app_content {
    padding-top: 1.5rem;
}

.card,
.card.card-flush {
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--huload-shadow-soft);
    backdrop-filter: blur(16px);
}

.card .card-header,
.card .card-footer,
.card .border-top {
    border-color: rgba(216, 221, 229, 0.72) !important;
}

.form-control,
.form-select,
.input-group-text,
.form-control.form-control-solid,
.form-select.form-select-solid {
    border-color: var(--huload-line);
    border-radius: var(--huload-radius-sm);
    background: var(--huload-field);
    color: var(--huload-ink);
}

.form-control:focus,
.form-select:focus,
.form-control.form-control-solid:focus,
.form-select.form-select-solid:focus {
    border-color: var(--huload-panel-soft);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(49, 55, 66, 0.08);
}

.btn.btn-primary {
    border-color: var(--huload-primary-strong);
    background: linear-gradient(180deg, var(--huload-panel-deep) 0%, var(--huload-primary-strong) 100%);
    box-shadow: 0 18px 30px rgba(20, 23, 29, 0.18);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: var(--huload-primary-strong);
    background: var(--huload-primary-strong);
}

.btn.btn-light-primary,
.btn.btn-light-secondary,
.btn.btn-light {
    border-color: transparent;
    background: var(--huload-primary-soft);
    color: #535c69;
}

.btn.btn-light-primary:hover,
.btn.btn-light-secondary:hover,
.btn.btn-light:hover {
    background: #e5e9ee;
    color: var(--huload-ink);
}

.badge[class*="badge-light"] {
    border-radius: 999px;
}

.alert {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 16px 30px rgba(18, 23, 32, 0.06);
}

.table {
    color: var(--huload-ink);
}

.table > :not(caption) > * > * {
    border-bottom-color: rgba(216, 221, 229, 0.6);
}

.table > thead > tr > th {
    color: #58616e;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .form-control,
.dataTables_wrapper .form-select {
    border: 1px solid var(--huload-line);
    border-radius: var(--huload-radius-sm);
    background: var(--huload-field);
    color: var(--huload-ink);
}

.dataTables_wrapper .dataTables_paginate .pagination {
    gap: 0.35rem;
}

.dataTables_wrapper .dataTables_paginate .page-link {
    border: 1px solid var(--huload-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--huload-primary);
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
    border-color: var(--huload-primary-strong);
    background: var(--huload-primary-strong);
    color: #ffffff;
}

.select2-container--bootstrap5 .select2-selection {
    border-color: var(--huload-line);
    border-radius: var(--huload-radius-sm);
    background: var(--huload-field);
}

.select2-container--bootstrap5 .select2-selection--single,
.select2-container--bootstrap5 .select2-selection--multiple {
    min-height: 44px;
}

.select2-container--bootstrap5 .select2-dropdown {
    border-color: var(--huload-line);
    border-radius: 16px;
    box-shadow: var(--huload-shadow-soft);
}

.support-item,
.payment-item {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.support-item:hover,
.payment-item:hover {
    background-color: #f3f6f9;
}

.app-footer {
    color: var(--huload-muted);
}

.scrolltop {
    background: var(--huload-primary-strong);
}

@media (max-width: 1080px) {
    .huload-stage {
        grid-template-columns: 1fr;
    }

    .huload-brand-panel {
        padding: 34px 28px;
    }

    .huload-auth-panel {
        padding: 22px;
    }
}

@media (max-width: 991.98px) {
    .app-toolbar-wrapper {
        padding: 1rem;
        border-radius: 22px;
    }

    .card,
    .card.card-flush {
        border-radius: 24px;
    }
}

@media (max-width: 640px) {
    .huload-shell {
        padding: 14px;
    }

    .huload-auth-card {
        padding: 24px 18px;
    }

    .huload-brand-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
