.nzt-quick-modal-backdrop-gastos {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    background: rgba(2, 6, 23, 0.58);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    overflow-x: hidden;
}

.nzt-quick-modal-shell-gastos {
    width: min(540px, 100%);
    margin: 0 auto;
    border-radius: 1.1rem;
    overflow: visible;
}

.nzt-quick-modal-frame-gastos {
    width: 100%;
    height: 780px;
    min-height: 780px;
    border: 0;
    border-radius: 1.1rem;
    background: transparent;
}

/* SweetAlert NZT premium - Gastos desde Home */

.nzt-swal-arrastre-premium {
    width: min(520px, calc(100vw - 28px)) !important;
    padding: 0 !important;
    border: 1px solid rgba(34, 211, 238, 0.55) !important;
    border-radius: 24px !important;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.20), transparent 38%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.10), transparent 34%),
        linear-gradient(145deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98)) !important;
    color: #e5e7eb !important;
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.72),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 42px rgba(34, 211, 238, 0.16) !important;
    overflow: hidden !important;
}

.nzt-swal-arrastre-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.20), transparent);
    height: 1px;
}

.nzt-swal-arrastre-premium .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: inherit !important;
}

.nzt-swal-arrastre-premium .swal2-actions {
    margin: 0 !important;
    padding: 0 28px 28px 28px !important;
}

.nzt-swal-arrastre-contenido {
    padding: 30px 28px 20px 28px;
    text-align: left;
}

.nzt-swal-arrastre-icono {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    border: 1px solid rgba(34, 211, 238, 0.68);
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, 0.32), rgba(8, 47, 73, 0.28));
    color: #67e8f9;
    box-shadow:
        0 0 28px rgba(34, 211, 238, 0.24),
        inset 0 0 18px rgba(34, 211, 238, 0.10);
    font-size: 30px;
}

.nzt-swal-arrastre-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #67e8f9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nzt-swal-arrastre-titulo {
    margin: 6px 0 18px 0;
    color: #f9fafb;
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1.08;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.nzt-swal-arrastre-card {
    margin-top: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: rgba(2, 6, 23, 0.42);
    padding: 16px;
}

.nzt-swal-arrastre-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    border: 1px solid rgba(245, 158, 11, 0.34);
    border-radius: 999px;
    background: rgba(120, 53, 15, 0.22);
    color: #fde68a;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 800;
}

.nzt-swal-arrastre-texto {
    margin: 0;
    color: #dbeafe;
    font-size: 15px;
    line-height: 1.55;
}

.nzt-swal-arrastre-boton {
    min-width: 145px !important;
    min-height: 42px !important;
    border: 1px solid rgba(34, 211, 238, 0.82) !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #06b6d4, #22d3ee) !important;
    color: #020617 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow:
        0 14px 32px rgba(34, 211, 238, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
}

.nzt-swal-arrastre-boton:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

@media (max-width: 520px) {
    .nzt-swal-arrastre-contenido {
        padding: 26px 22px 18px 22px;
    }

    .nzt-swal-arrastre-titulo {
        font-size: 24px;
    }

    .nzt-swal-arrastre-premium .swal2-actions {
        padding: 0 22px 24px 22px !important;
    }

    .nzt-swal-arrastre-boton {
        width: 100% !important;
    }
}