/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4vfa9jncd8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4vfa9jncd8] {
    flex: 1;
    min-width: 0;
}

article.content[b-4vfa9jncd8] {
    min-width: 0;
    overflow-x: hidden;
}

.sidebar[b-4vfa9jncd8] {
    background-image: linear-gradient(180deg, var(--sso-sidebar-start) 0%, var(--sso-sidebar-end) 70%);
}

.top-row[b-4vfa9jncd8] {
    background-color: var(--sso-surface);
    border-bottom: 1px solid var(--sso-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4vfa9jncd8]  a, .top-row[b-4vfa9jncd8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4vfa9jncd8]  a:hover, .top-row[b-4vfa9jncd8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4vfa9jncd8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4vfa9jncd8] {
        justify-content: space-between;
    }

    .top-row[b-4vfa9jncd8]  a, .top-row[b-4vfa9jncd8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4vfa9jncd8] {
        flex-direction: row;
    }

    .sidebar[b-4vfa9jncd8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4vfa9jncd8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4vfa9jncd8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4vfa9jncd8], article[b-4vfa9jncd8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4vfa9jncd8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4vfa9jncd8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*LOGO*/
.main-logo[b-4vfa9jncd8] {

}

@media (max-width: 767.98px) {
    .top-row-account[b-4vfa9jncd8] {
        display: none;
    }

    article.content.content-account[b-4vfa9jncd8] {
        padding-top: 0 !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qiiwd450hg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qiiwd450hg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qiiwd450hg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qiiwd450hg] {
    font-size: 1.1rem;
}

.nav-item[b-qiiwd450hg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qiiwd450hg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qiiwd450hg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qiiwd450hg]  .nav-link .bi {
        font-size: 1.25rem;
        width: 1.25rem;
        margin-right: 0.75rem;
        line-height: 1;
        flex: 0 0 1.25rem;
        text-align: center;
        position: relative;
        top: -1px;
    }

    .nav-item[b-qiiwd450hg]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-qiiwd450hg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qiiwd450hg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qiiwd450hg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qiiwd450hg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qiiwd450hg] {
        display: none;
    }

    .nav-scrollable[b-qiiwd450hg] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.logo-navbar[b-qiiwd450hg] {
    height: 36px;
    width: auto;
}

@media (max-width: 768px) {
    .logo-navbar[b-qiiwd450hg] {
        height: 30px;
    }
}

@media (max-width: 576px) {
    .logo-navbar[b-qiiwd450hg] {
        height: 26px;
    }
}
/* /Components/Modals/AdjuntosModal.razor.rz.scp.css */
.entity-modal[b-prbp3uwdmq] {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}
/* /Components/Modals/ClienteUpsertModal.razor.rz.scp.css */
.entity-modal[b-89dsc14jlk] {
    max-width: 760px;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--sso-surface);
}
/* /Components/Modals/ConfirmModal.razor.rz.scp.css */
.confirm-modal[b-kydch99g5j] {
    max-width: 520px;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--sso-surface);
}
/* /Components/Modals/CotizacionCreateModal.razor.rz.scp.css */
.entity-modal[b-hxsou1ls5k] {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.cotizacion-modal .section-label[b-hxsou1ls5k] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.cotizacion-modal .review-block[b-hxsou1ls5k] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.cotizacion-modal .review-block-header[b-hxsou1ls5k] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.cotizacion-modal .review-block-header span[b-hxsou1ls5k] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.cotizacion-modal .review-row[b-hxsou1ls5k] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.cotizacion-modal .stepper[b-hxsou1ls5k] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 44rem);
  margin-inline: auto;
}

.cotizacion-modal .step-item[b-hxsou1ls5k] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  column-gap: 0.5rem;
  row-gap: 0.4rem;
  flex: 0 1 10rem;
  min-width: 0;
}

.cotizacion-modal .step-item:last-child[b-hxsou1ls5k] {
  grid-template-columns: 1fr;
}

.cotizacion-modal .step-circle[b-hxsou1ls5k] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.cotizacion-modal .step-circle.done[b-hxsou1ls5k] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.cotizacion-modal .step-circle.active[b-hxsou1ls5k] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.cotizacion-modal .step-circle.pending[b-hxsou1ls5k] {
  background: #fff;
  color: rgba(0,0,0,.35);
  border-color: rgba(0,0,0,.12);
}

.cotizacion-modal .step-label[b-hxsou1ls5k] {
  font-size: 13px;
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 6.5rem;
  transition: color .2s ease;
}

.cotizacion-modal .step-label.done[b-hxsou1ls5k] {
  color: #198754;
}

.cotizacion-modal .step-label.active[b-hxsou1ls5k] {
  color: #0d6efd;
  font-weight: 700;
}

.cotizacion-modal .step-label.pending[b-hxsou1ls5k] {
  color: rgba(0,0,0,.35);
}

.cotizacion-modal .step-line[b-hxsou1ls5k] {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: stretch;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}

.cotizacion-modal .step-line.done[b-hxsou1ls5k] {
  background: #198754;
}

.cotizacion-modal .step-line.pending[b-hxsou1ls5k] {
  background: rgba(0,0,0,.12);
}


.cotizacion-modal .modal-table-scroll[b-hxsou1ls5k] {
  max-height: min(45vh, 420px);
  overflow: auto;
}

.cotizacion-modal .modal-table-scroll thead th[b-hxsou1ls5k] {
  position: sticky;
  top: 0;
  background: var(--sso-surface, #fff);
  z-index: 1;
}

.cotizacion-modal .cotizacion-selection-summary[b-hxsou1ls5k] {
  border: 1px solid rgba(13, 110, 253, .12);
  background: linear-gradient(180deg, rgba(13, 110, 253, .04), rgba(13, 110, 253, .015));
  border-radius: 12px;
  padding: 12px 14px;
}

.cotizacion-modal .cotizacion-selected-chips[b-hxsou1ls5k] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cotizacion-modal .cotizacion-selected-chip[b-hxsou1ls5k] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(13, 110, 253, .18);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
}

.cotizacion-modal .cotizacion-selected-chip.is-active[b-hxsou1ls5k] {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, .16);
}

.cotizacion-modal .cotizacion-selected-chip small[b-hxsou1ls5k] {
  color: rgba(0,0,0,.55);
  font-weight: 500;
}

.cotizacion-modal .cotizacion-selected-chip.is-active small[b-hxsou1ls5k] {
  color: rgba(255,255,255,.82);
}

.cotizacion-modal .cotizacion-total-pill[b-hxsou1ls5k] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0d6efd 0%, #0b7285 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(13, 110, 253, .18);
}

.cotizacion-modal .cotizacion-total-value[b-hxsou1ls5k] {
  color: black;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.15;
}

.cotizacion-modal .cotizacion-payment-total[b-hxsou1ls5k] {
  color: black;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.15;
}

.cotizacion-modal .cotizacion-pago-inicial-toggle[b-hxsou1ls5k] {
  min-height: 2rem;
}

.cotizacion-modal .cotizacion-pago-inicial-toggle .form-check-label[b-hxsou1ls5k] {
  margin-left: 0.15rem;
}

.cotizacion-modal .cotizacion-pago-inicial-hint[b-hxsou1ls5k] {
  color: rgba(0,0,0,.52);
  font-size: 0.82rem;
  font-weight: 500;
}

.cotizacion-modal .cotizacion-pago-inicial-panel[b-hxsou1ls5k] {
  border: 1px solid rgba(13, 110, 253, .14);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(13, 110, 253, .035), rgba(13, 110, 253, .015));
  padding: 14px;
}

.cotizacion-modal .cotizacion-fraccionamientos-grid[b-hxsou1ls5k] {
  height: 420px;
}

.cotizacion-modal .cotizacion-filter-input[b-hxsou1ls5k] {
  display: block;
}

.cotizacion-modal .cotizacion-filter-input input[b-hxsou1ls5k] {
  min-height: 31px;
}

.cotizacion-modal .cotizacion-fraccionamientos-grid .rz-data-grid-data[b-hxsou1ls5k] {
  max-height: 360px;
  overflow-y: auto;
}

.cotizacion-modal .cotizacion-fraccionamientos-grid .rz-datatable-table thead th[b-hxsou1ls5k],
.cotizacion-modal .cotizacion-fraccionamientos-grid .rz-grid-table thead th[b-hxsou1ls5k] {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--sso-surface, #fff);
}

.cotizacion-modal .cotizacion-fraccionamientos-grid .cotizacion-grid-row-selected > td[b-hxsou1ls5k] {
  background: rgba(13, 110, 253, .08) !important;
}

.cotizacion-modal .cotizacion-grid-select-btn[b-hxsou1ls5k] {
  min-width: 38px;
  font-weight: 600;
  padding-inline: 0;
}

.cotizacion-modal .cotizacion-cuotas-preview[b-hxsou1ls5k] {
  min-height: 320px;
  max-height: 320px;
  display: flex;
  flex-direction: column;
}

.cotizacion-modal .cotizacion-cuotas-preview .review-block-header[b-hxsou1ls5k] {
  flex-shrink: 0;
}

.cotizacion-modal .cotizacion-cuotas-preview-body[b-hxsou1ls5k] {
  overflow-y: auto;
  max-height: 268px;
  min-height: 268px;
}

.cotizacion-modal .cotizacion-empty-payments[b-hxsou1ls5k] {
  min-height: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,.48);
  font-size: 0.92rem;
}

.cotizacion-modal .cotizacion-cuotas-summary[b-hxsou1ls5k] {
  display: flex;
  flex-direction: column;
  max-height: 260px;
}

.cotizacion-modal .cotizacion-cuotas-summary-body[b-hxsou1ls5k] {
  overflow-y: auto;
  max-height: 210px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-right: 0.25rem;
}

@media (max-width: 767.98px) {
  .cotizacion-modal .step-item[b-hxsou1ls5k] {
    flex-basis: 6.5rem;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
  }

  .cotizacion-modal .step-label[b-hxsou1ls5k] {
    font-size: 0.72rem;
    max-width: 4.5rem;
  }

  .cotizacion-modal .cotizacion-pago-inicial-hint[b-hxsou1ls5k] {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
  }
}
/* /Components/Modals/EmpresaUpsertModal.razor.rz.scp.css */
.empresa-modal .section-label[b-kx90f280me] {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,.55);
  margin-bottom: 12px;
}

.empresa-modal .stepper[b-kx90f280me] {
  display: flex;
  align-items: center;
  gap: 0;
}

.empresa-modal .step-item[b-kx90f280me] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.empresa-modal .step-circle[b-kx90f280me] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.empresa-modal .step-circle.done[b-kx90f280me] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.empresa-modal .step-circle.active[b-kx90f280me] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.empresa-modal .step-circle.pending[b-kx90f280me] {
  background: #fff;
  color: rgba(0,0,0,.4);
  border-color: rgba(0,0,0,.12);
}

.empresa-modal .step-label[b-kx90f280me] {
  font-size: 13px;
  white-space: nowrap;
  transition: color .2s ease;
}

.empresa-modal .step-label.done[b-kx90f280me] {
  color: #198754;
}

.empresa-modal .step-label.active[b-kx90f280me] {
  color: #0d6efd;
}

.empresa-modal .step-label.pending[b-kx90f280me] {
  color: rgba(0,0,0,.4);
}

.empresa-modal .step-line[b-kx90f280me] {
  flex: 1;
  height: 2px;
  margin: 0 8px;
  border-radius: 2px;
}

.empresa-modal .step-line.done[b-kx90f280me] {
  background: #198754;
}

.empresa-modal .step-line.pending[b-kx90f280me] {
  background: rgba(0,0,0,.18);
}
/* /Components/Modals/FraccionamientoGeneratorModal.razor.rz.scp.css */
.entity-modal[b-1ujk4l39q5] {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.entity-modal .modal-table-scroll[b-1ujk4l39q5] {
  max-height: min(46vh, 430px);
  overflow: auto;
}

.entity-modal .modal-table-scroll thead th[b-1ujk4l39q5] {
  position: sticky;
  top: 0;
  background: var(--sso-surface, #fff);
  z-index: 1;
}

.entity-modal .fraccionamiento-order-actions[b-1ujk4l39q5] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.entity-modal .fraccionamiento-order-btn[b-1ujk4l39q5] {
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.85);
  color: rgba(15, 23, 42, 0.72);
  border-radius: 0.55rem;
  box-shadow: none;
}

.entity-modal .fraccionamiento-order-btn:hover:not(:disabled)[b-1ujk4l39q5] {
  background: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.18);
  color: #0d6efd;
}

.entity-modal .fraccionamiento-order-btn:disabled[b-1ujk4l39q5] {
  opacity: 0.35;
  background: rgba(15, 23, 42, 0.03);
  color: rgba(15, 23, 42, 0.38);
}

.entity-modal .fraccionamiento-order-btn .bi[b-1ujk4l39q5] {
  font-size: 0.9rem;
  line-height: 1;
}
/* /Components/Modals/FraccionamientoUpsertModal.razor.rz.scp.css */
.entity-modal[b-5zymb6iu7v] {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--sso-surface);
}
/* /Components/Modals/GastoPagoModal.razor.rz.scp.css */
.entity-modal[b-3i6844z2zd] {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.gasto-pago-modal .review-block[b-3i6844z2zd] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.gasto-pago-modal .review-row[b-3i6844z2zd] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
/* /Components/Modals/GastoProyectoCreateModal.razor.rz.scp.css */
.entity-modal[b-dm2zkqv2fk] {
  max-width: 880px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.gasto-modal .section-label[b-dm2zkqv2fk] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.gasto-modal .review-block[b-dm2zkqv2fk] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.gasto-modal .review-block-header[b-dm2zkqv2fk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.gasto-modal .review-block-header span[b-dm2zkqv2fk] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.gasto-modal .review-row[b-dm2zkqv2fk] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.gasto-modal .stepper[b-dm2zkqv2fk] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 32rem);
  margin-inline: auto;
}

.gasto-modal .step-item[b-dm2zkqv2fk] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  column-gap: 0.5rem;
  row-gap: 0.4rem;
  flex: 0 1 10rem;
  min-width: 0;
}

.gasto-modal .step-item:last-child[b-dm2zkqv2fk] {
  grid-template-columns: 1fr;
}

.gasto-modal .step-circle[b-dm2zkqv2fk] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.gasto-modal .step-circle.done[b-dm2zkqv2fk] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.gasto-modal .step-circle.active[b-dm2zkqv2fk] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.gasto-modal .step-circle.pending[b-dm2zkqv2fk] {
  background: #fff;
  color: rgba(0,0,0,.35);
  border-color: rgba(0,0,0,.12);
}

.gasto-modal .step-label[b-dm2zkqv2fk] {
  font-size: 13px;
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 6.5rem;
  transition: color .2s ease;
}

.gasto-modal .step-label.done[b-dm2zkqv2fk] {
  color: #198754;
}

.gasto-modal .step-label.active[b-dm2zkqv2fk] {
  color: #0d6efd;
  font-weight: 700;
}

.gasto-modal .step-label.pending[b-dm2zkqv2fk] {
  color: rgba(0,0,0,.35);
}

.gasto-modal .step-line[b-dm2zkqv2fk] {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: stretch;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}

.gasto-modal .step-line.done[b-dm2zkqv2fk] {
  background: #198754;
}

.gasto-modal .step-line.pending[b-dm2zkqv2fk] {
  background: rgba(0,0,0,.12);
}

@media (max-width: 767.98px) {
  .gasto-modal .step-item[b-dm2zkqv2fk] {
    flex-basis: 6.5rem;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
  }

  .gasto-modal .step-label[b-dm2zkqv2fk] {
    font-size: 0.72rem;
    max-width: 4.5rem;
  }
}
/* /Components/Modals/ProyectoUpsertModal.razor.rz.scp.css */
.entity-modal[b-xutbfxq7rx] {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.proyecto-modal .section-label[b-xutbfxq7rx] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.proyecto-modal .metric-card[b-xutbfxq7rx] {
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 10px 12px;
}

.proyecto-modal .metric-card .metric-label[b-xutbfxq7rx] {
  font-size: 10px;
  color: rgba(0,0,0,.55);
  margin-bottom: 2px;
}

.proyecto-modal .metric-card .metric-value[b-xutbfxq7rx] {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0,0,0,.85);
  margin: 0;
}

.proyecto-modal .active-toggle-box[b-xutbfxq7rx] {
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px 14px;
}

.proyecto-modal .review-block[b-xutbfxq7rx] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.proyecto-modal .review-block-header[b-xutbfxq7rx] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.proyecto-modal .review-block-header span[b-xutbfxq7rx] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.proyecto-modal .review-row[b-xutbfxq7rx] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Stepper */
.proyecto-modal .stepper[b-xutbfxq7rx] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 32rem);
  margin-inline: auto;
}

.proyecto-modal .step-item[b-xutbfxq7rx] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  column-gap: 0.5rem;
  row-gap: 0.4rem;
  flex: 0 1 10rem;
  min-width: 0;
}

.proyecto-modal .step-item:last-child[b-xutbfxq7rx] {
  grid-template-columns: 1fr;
}

.proyecto-modal .step-circle[b-xutbfxq7rx] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.proyecto-modal .step-circle.done[b-xutbfxq7rx] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.proyecto-modal .step-circle.active[b-xutbfxq7rx] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.proyecto-modal .step-circle.pending[b-xutbfxq7rx] {
  background: #fff;
  color: rgba(0,0,0,.35);
  border-color: rgba(0,0,0,.12);
}

.proyecto-modal .step-label[b-xutbfxq7rx] {
  font-size: 13px;
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 6.5rem;
  transition: color .2s ease;
}

.proyecto-modal .step-label.done[b-xutbfxq7rx] {
  color: #198754;
}

.proyecto-modal .step-label.active[b-xutbfxq7rx] {
  color: #0d6efd;
  font-weight: 700;
}

.proyecto-modal .step-label.pending[b-xutbfxq7rx] {
  color: rgba(0,0,0,.35);
}

.proyecto-modal .step-line[b-xutbfxq7rx] {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: stretch;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}

.proyecto-modal .step-line.done[b-xutbfxq7rx] {
  background: #198754;
}

.proyecto-modal .step-line.pending[b-xutbfxq7rx] {
  background: rgba(0,0,0,.12);
}

@media (max-width: 767.98px) {
  .proyecto-modal .step-item[b-xutbfxq7rx] {
    flex-basis: 6.5rem;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
  }

  .proyecto-modal .step-label[b-xutbfxq7rx] {
    font-size: 0.72rem;
    max-width: 4.5rem;
  }
}
/* /Components/Modals/ReservaCreateModal.razor.rz.scp.css */
.entity-modal[b-fkk4icpyyy] {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.reserva-modal .section-label[b-fkk4icpyyy] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.reserva-modal .review-block[b-fkk4icpyyy] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.reserva-modal .review-block-header[b-fkk4icpyyy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.reserva-modal .review-block-header span[b-fkk4icpyyy] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.reserva-modal .review-row[b-fkk4icpyyy] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.reserva-modal .stepper[b-fkk4icpyyy] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 32rem);
  margin-inline: auto;
}

.reserva-modal .step-item[b-fkk4icpyyy] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  column-gap: 0.5rem;
  row-gap: 0.4rem;
  flex: 0 1 10rem;
  min-width: 0;
}

.reserva-modal .step-item:last-child[b-fkk4icpyyy] {
  grid-template-columns: 1fr;
}

.reserva-modal .step-circle[b-fkk4icpyyy] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.reserva-modal .step-circle.done[b-fkk4icpyyy] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.reserva-modal .step-circle.active[b-fkk4icpyyy] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.reserva-modal .step-circle.pending[b-fkk4icpyyy] {
  background: #fff;
  color: rgba(0,0,0,.35);
  border-color: rgba(0,0,0,.12);
}

.reserva-modal .step-label[b-fkk4icpyyy] {
  font-size: 13px;
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 6.5rem;
  transition: color .2s ease;
}

.reserva-modal .step-label.done[b-fkk4icpyyy] {
  color: #198754;
}

.reserva-modal .step-label.active[b-fkk4icpyyy] {
  color: #0d6efd;
  font-weight: 700;
}

.reserva-modal .step-label.pending[b-fkk4icpyyy] {
  color: rgba(0,0,0,.35);
}

.reserva-modal .step-line[b-fkk4icpyyy] {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: stretch;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}

.reserva-modal .step-line.done[b-fkk4icpyyy] {
  background: #198754;
}

.reserva-modal .step-line.pending[b-fkk4icpyyy] {
  background: rgba(0,0,0,.12);
}

@media (max-width: 767.98px) {
  .reserva-modal .step-item[b-fkk4icpyyy] {
    flex-basis: 6.5rem;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
  }

  .reserva-modal .step-label[b-fkk4icpyyy] {
    font-size: 0.72rem;
    max-width: 4.5rem;
  }
}
/* /Components/Modals/RolePermissionsModal.razor.rz.scp.css */
.permission-modal[b-5fu7odv9gv] {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--sso-surface);
}

.permission-group[b-5fu7odv9gv] {
    border: 1px solid var(--sso-border);
    border-radius: 12px;
    padding: 0.85rem;
    background-color: var(--sso-surface-muted);
}

.permission-check[b-5fu7odv9gv] {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    border: 1px solid var(--sso-border);
    border-radius: 10px;
    padding: 0.5rem 0.65rem;
    background-color: var(--sso-surface);
}

.permission-check .form-check-input[b-5fu7odv9gv] {
    margin-top: 0;
}

.permission-check .form-check-label[b-5fu7odv9gv] {
    font-size: 0.84rem;
    word-break: break-word;
}
/* /Components/Modals/UserRolesModal.razor.rz.scp.css */
.user-role-modal[b-38i4g1jvvr] {
    max-width: 640px;
    margin: 0 auto;
    border-radius: 14px;
    background-color: var(--sso-surface);
}

.role-check[b-38i4g1jvvr] {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    border: 1px solid var(--sso-border);
    border-radius: 10px;
    padding: 0.55rem 0.7rem;
    background-color: var(--sso-surface-muted);
}

.role-check .form-check-input[b-38i4g1jvvr] {
    margin-top: 0;
}
/* /Components/Modals/VentaCreateModal.razor.rz.scp.css */
.entity-modal[b-971sk6h179] {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.venta-modal .section-label[b-971sk6h179] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.venta-modal .review-block[b-971sk6h179] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.venta-modal .review-block-header[b-971sk6h179] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.venta-modal .review-block-header span[b-971sk6h179] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
}

.venta-modal .review-row[b-971sk6h179] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.venta-modal .stepper[b-971sk6h179] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.75rem;
  width: min(100%, 44rem);
  margin-inline: auto;
}

.venta-modal .step-item[b-971sk6h179] {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  column-gap: 0.5rem;
  row-gap: 0.4rem;
  flex: 0 1 10rem;
  min-width: 0;
}

.venta-modal .step-item:last-child[b-971sk6h179] {
  grid-template-columns: 1fr;
}

.venta-modal .step-circle[b-971sk6h179] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.venta-modal .step-circle.done[b-971sk6h179] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.venta-modal .step-circle.active[b-971sk6h179] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.venta-modal .step-circle.pending[b-971sk6h179] {
  background: #fff;
  color: rgba(0,0,0,.35);
  border-color: rgba(0,0,0,.12);
}

.venta-modal .step-label[b-971sk6h179] {
  font-size: 13px;
  grid-column: 1;
  grid-row: 2;
  white-space: normal;
  text-align: center;
  line-height: 1.15;
  max-width: 6.5rem;
  transition: color .2s ease;
}

.venta-modal .step-label.done[b-971sk6h179] {
  color: #198754;
}

.venta-modal .step-label.active[b-971sk6h179] {
  color: #0d6efd;
  font-weight: 700;
}

.venta-modal .step-label.pending[b-971sk6h179] {
  color: rgba(0,0,0,.35);
}

.venta-modal .step-line[b-971sk6h179] {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: stretch;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}

.venta-modal .step-line.done[b-971sk6h179] {
  background: #198754;
}

.venta-modal .step-line.pending[b-971sk6h179] {
  background: rgba(0,0,0,.12);
}


.venta-modal .modal-table-scroll[b-971sk6h179] {
  max-height: min(45vh, 420px);
  overflow: auto;
}

.venta-modal .modal-table-scroll thead th[b-971sk6h179] {
  position: sticky;
  top: 0;
  background: var(--sso-surface, #fff);
  z-index: 1;
}

@media (max-width: 767.98px) {
  .venta-modal .step-item[b-971sk6h179] {
    flex-basis: 6.5rem;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
  }

  .venta-modal .step-label[b-971sk6h179] {
    font-size: 0.72rem;
    max-width: 4.5rem;
  }
}
/* /Components/Modals/VentaDetailModal.razor.rz.scp.css */
.entity-modal[b-5rf0fnjzn1] {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.venta-detail-modal .section-label[b-5rf0fnjzn1] {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.venta-detail-modal .metric-card[b-5rf0fnjzn1] {
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 10px 12px;
}

.venta-detail-modal .metric-label[b-5rf0fnjzn1] {
  font-size: 10px;
  color: rgba(0,0,0,.55);
  margin-bottom: 2px;
}

.venta-detail-modal .metric-value[b-5rf0fnjzn1] {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0,0,0,.85);
  margin: 0;
}

.venta-detail-modal .venta-detail-tabs[b-5rf0fnjzn1] {
  gap: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.venta-detail-modal .venta-detail-tabs .nav-link[b-5rf0fnjzn1] {
  border-radius: 10px 10px 0 0;
  background: transparent;
  color: rgba(0, 0, 0, .68);
  border: 1px solid transparent;
  border-bottom: none;
  font-size: 13px;
  font-weight: 600;
  padding: .72rem 1rem;
  margin-bottom: -1px;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}

.venta-detail-modal .venta-detail-tabs .nav-link.active[b-5rf0fnjzn1] {
  background: linear-gradient(180deg, rgba(13, 110, 253, .14) 0%, rgba(13, 110, 253, .08) 55%, rgba(13, 110, 253, .02) 100%);
  color: rgb(13, 60, 140);
  border-color: rgba(13, 110, 253, .16) rgba(13, 110, 253, .16) transparent;
  box-shadow: 0 -1px 0 rgba(13, 110, 253, .18) inset;
  position: relative;
  z-index: 1;
}

.venta-detail-modal .venta-detail-tabs .nav-link.active[b-5rf0fnjzn1]::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 3px;
  background: var(--sso-surface, #fff);
}

.venta-detail-modal .venta-detail-tabs .nav-link:hover:not(.active)[b-5rf0fnjzn1] {
  background: rgba(0, 0, 0, .03);
  color: rgba(0, 0, 0, .84);
}

.venta-detail-modal .summary-item[b-5rf0fnjzn1] {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(0, 0, 0, .02);
  border: 1px solid rgba(0, 0, 0, .06);
}

.venta-detail-modal .summary-label[b-5rf0fnjzn1] {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(0, 0, 0, .55);
  margin-bottom: 4px;
}

.venta-detail-modal .summary-value[b-5rf0fnjzn1] {
  font-size: 15px;
  font-weight: 700;
  color: rgba(0, 0, 0, .85);
}

.venta-detail-modal .pending-pill[b-5rf0fnjzn1],
.venta-detail-modal .fracc-chip[b-5rf0fnjzn1] {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.venta-detail-modal .pending-pill[b-5rf0fnjzn1] {
  background: rgba(13, 110, 253, .08);
  border: 1px solid rgba(13, 110, 253, .16);
  color: rgba(13, 60, 140, .95);
}

.venta-detail-modal .fracc-chip[b-5rf0fnjzn1] {
  background: rgba(0, 0, 0, .04);
  border: 1px solid rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .72);
}

.venta-detail-modal .cancel-card[b-5rf0fnjzn1] {
  background: rgba(220, 53, 69, .03);
}


.venta-detail-modal .modal-table-scroll[b-5rf0fnjzn1] {
  max-height: min(42vh, 400px);
  overflow: auto;
}

.venta-detail-modal .modal-table-scroll thead th[b-5rf0fnjzn1] {
  position: sticky;
  top: 0;
  background: var(--sso-surface, #fff);
  z-index: 1;
}
/* /Components/Modals/VentaDetalleCancelModal.razor.rz.scp.css */
.entity-modal[b-uc0rul5mtp] {
  max-width: 700px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.cancelacion-modal .review-block[b-uc0rul5mtp] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.cancelacion-modal .review-row[b-uc0rul5mtp] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
/* /Components/Modals/VentaPagoModal.razor.rz.scp.css */
.entity-modal[b-kjw1mj9geq] {
  max-width: 640px;
  margin: 0 auto;
  border-radius: 14px;
  background-color: var(--sso-surface);
}

.pago-modal .review-block[b-kjw1mj9geq] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.pago-modal .review-row[b-kjw1mj9geq] {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
/* /Components/Pages/Clientes.razor.rz.scp.css */
.entity-hero[b-rc03hkyz23] {
    border-radius: 14px;
}

.entity-table thead th[b-rc03hkyz23] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sso-muted);
    border-bottom-color: var(--sso-border);
}

.entity-table td[b-rc03hkyz23] {
    border-color: var(--sso-border);
}

.client-summary[b-rc03hkyz23] {
    display: flex;
    flex-direction: column;
}

.client-summary__name[b-rc03hkyz23] {
    font-weight: 600;
    line-height: 1.2;
}

.client-phone-chip[b-rc03hkyz23] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #0f5132;
    background: rgba(25, 135, 84, 0.10);
    border: 1px solid rgba(25, 135, 84, 0.18);
    line-height: 1.2;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
    position: relative;
}

.client-phone-chip[b-rc03hkyz23]::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: .55;
    margin-right: 8px;
}
/* /Components/Pages/Cotizaciones.razor.rz.scp.css */
.cotizaciones-folio-trigger[b-d4wgoo4567] {
  /*color: inherit;*/
  font-weight: 600;
  text-align: left;
}

.cotizaciones-folio-trigger:hover[b-d4wgoo4567],
.cotizaciones-folio-trigger:focus-visible[b-d4wgoo4567] {
  color: var(--sso-brand-2);
  text-decoration: underline !important;
}

.cotizaciones-actions-group .cotizaciones-action-btn[b-d4wgoo4567] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.cotizaciones-actions-group .cotizaciones-actions-more[b-d4wgoo4567] {
  min-width: 2.4rem;
  justify-content: center;
}

.cotizaciones-actions-backdrop[b-d4wgoo4567] {
  position: fixed;
  inset: 0;
  border: 0;
  background: transparent;
  z-index: 1079;
}

.cotizaciones-actions-flyout[b-d4wgoo4567] {
  position: fixed;
  min-width: 13rem;
  z-index: 1080;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.75rem;
  padding: 0.35rem 0;
  box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
}

.cotizaciones-actions-item[b-d4wgoo4567] {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.55rem;
  padding: 0.65rem 0.9rem;
  border: 0;
  background: transparent;
  color: #1f2937;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
}

.cotizaciones-actions-item i[b-d4wgoo4567] {
  width: 1rem;
  text-align: center;
}

.cotizaciones-actions-item:hover[b-d4wgoo4567],
.cotizaciones-actions-item:focus-visible[b-d4wgoo4567] {
  background: #f3f6fb;
  color: #0f172a;
  outline: none;
}

.cotizaciones-actions-item-danger[b-d4wgoo4567] {
  color: #b42318;
}

.cotizaciones-actions-item-danger:hover[b-d4wgoo4567],
.cotizaciones-actions-item-danger:focus-visible[b-d4wgoo4567] {
  background: rgba(217, 45, 32, 0.08);
  color: #912018;
}

@media (max-width: 767.98px) {
  .cotizaciones-actions-group .cotizaciones-action-btn[b-d4wgoo4567] {
    min-width: 2.25rem;
    justify-content: center;
    padding-inline: 0.55rem;
  }
}
/* /Components/Pages/CotizacionPrint.razor.rz.scp.css */
.cotizacion-print-page[b-oh8ysif1qu] {
    background: linear-gradient(180deg, #f4efe6 0%, #ece6da 100%);
    min-height: 100vh;
}

.cotizacion-print-sheet[b-oh8ysif1qu] {
    width: min(100%, 8.5in);
    min-height: 11in;
    padding: 0.6in 0.65in;
    border-radius: 12px;
    color: #1f2933;
    box-sizing: border-box;
}

.cotizacion-header-grid[b-oh8ysif1qu] {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.cotizacion-company-name[b-oh8ysif1qu] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.cotizacion-company-line[b-oh8ysif1qu] {
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4b5563;
}

.cotizacion-meta-block[b-oh8ysif1qu] {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #253140;
}

.cotizacion-logo-block[b-oh8ysif1qu] {
    display: flex;
    justify-content: flex-end;
}

.cotizacion-logo[b-oh8ysif1qu] {
    width: 82px;
    height: auto;
}

.cotizacion-section-title[b-oh8ysif1qu] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.cotizacion-highlight[b-oh8ysif1qu] {
    font-size: 1.02rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.cotizacion-items-table thead th[b-oh8ysif1qu] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    border-bottom-width: 1px;
}

.cotizacion-items-table[b-oh8ysif1qu],
.cotizacion-plan-table[b-oh8ysif1qu] {
    width: 100%;
    table-layout: fixed;
}

.cotizacion-items-table tbody td[b-oh8ysif1qu],
.cotizacion-items-table tfoot th[b-oh8ysif1qu],
.cotizacion-plan-table tbody td[b-oh8ysif1qu],
.cotizacion-plan-table tfoot th[b-oh8ysif1qu] {
    vertical-align: middle;
}

.cotizacion-items-table th[b-oh8ysif1qu],
.cotizacion-items-table td[b-oh8ysif1qu],
.cotizacion-plan-table th[b-oh8ysif1qu],
.cotizacion-plan-table td[b-oh8ysif1qu] {
    word-break: break-word;
}

.cotizacion-observaciones[b-oh8ysif1qu] {
    margin-top: 0.35rem;
    white-space: pre-wrap;
    line-height: 1.55;
    color: #253140;
}

.cotizacion-plan-note[b-oh8ysif1qu] {
    font-size: 0.94rem;
    color: #4b5563;
    white-space: pre-wrap;
}

.cotizacion-plan-table thead th[b-oh8ysif1qu] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
}

.cotizacion-plan-total-row th[b-oh8ysif1qu],
.cotizacion-plan-total-row td[b-oh8ysif1qu] {
    border-top: 2px solid rgba(31, 41, 51, .22);
    font-weight: 700;
}

@page {
    size: auto;
    margin: 12mm 12mm 14mm;
}

@media screen {
    .cotizacion-print-sheet[b-oh8ysif1qu] {
        max-width: 8.5in;
    }
}

@media print {
    .no-print[b-oh8ysif1qu] {
        display: none !important;
    }

    .cotizacion-print-page[b-oh8ysif1qu] {
        background: transparent;
        padding: 0 !important;
        min-height: auto;
    }

    .cotizacion-print-sheet[b-oh8ysif1qu] {
        width: auto;
        max-width: none;
        min-height: auto;
        margin: 0;
        box-shadow: none !important;
        border-radius: 0;
        padding: 0;
        page-break-after: auto;
    }

    .table-responsive[b-oh8ysif1qu] {
        overflow: visible !important;
    }

    .cotizacion-header[b-oh8ysif1qu],
    .cotizacion-print-sheet > section[b-oh8ysif1qu] {
        break-inside: avoid-page;
        page-break-inside: avoid;
    }

    .cotizacion-plan-section[b-oh8ysif1qu] {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    .cotizacion-plan-section .table-responsive[b-oh8ysif1qu] {
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    .cotizacion-items-table thead[b-oh8ysif1qu],
    .cotizacion-plan-table thead[b-oh8ysif1qu] {
        display: table-header-group;
    }

    .cotizacion-items-table tfoot[b-oh8ysif1qu] {
        display: table-footer-group;
    }

    .cotizacion-items-table tr[b-oh8ysif1qu],
    .cotizacion-plan-table tr[b-oh8ysif1qu] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .cotizacion-plan-table[b-oh8ysif1qu] {
        break-inside: auto;
        page-break-inside: auto;
    }

    .cotizacion-items-table[b-oh8ysif1qu],
    .cotizacion-plan-table[b-oh8ysif1qu] {
        font-size: 0.92rem;
    }

    .cotizacion-company-name[b-oh8ysif1qu] {
        font-size: 1.2rem;
    }

    .cotizacion-company-line[b-oh8ysif1qu],
    .cotizacion-meta-block[b-oh8ysif1qu],
    .cotizacion-plan-note[b-oh8ysif1qu],
    .cotizacion-observaciones[b-oh8ysif1qu] {
        font-size: 0.88rem;
        line-height: 1.4;
    }
}
/* /Components/Pages/Empresas.razor.rz.scp.css */
.empresa-page[b-nuvgczks80] {
    color: var(--sso-text);
}

.hero-card[b-nuvgczks80] {
    background: linear-gradient(120deg, var(--sso-brand), var(--sso-brand-2));
    color: #f8fbff;
}

.hero-card .text-secondary[b-nuvgczks80] {
    color: rgba(248, 251, 255, 0.82) !important;
}

.hero-badge[b-nuvgczks80] {
    background-color: rgba(255, 255, 255, 0.18);
    color: #f8fbff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-card .btn-outline-light[b-nuvgczks80] {
    border-color: rgba(255, 255, 255, 0.75);
}

.stat-card h2[b-nuvgczks80] {
    color: var(--sso-brand-2);
}

.company-table thead th[b-nuvgczks80] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sso-muted);
    border-bottom-color: var(--sso-border);
}

.company-table td[b-nuvgczks80] {
    border-color: var(--sso-border);
}

.projects-pill[b-nuvgczks80] {
    background-color: var(--sso-brand-soft);
    color: var(--sso-brand-2);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.empresa-actions .btn[b-nuvgczks80] {
    white-space: nowrap;
}
/* /Components/Pages/Fraccionamientos.razor.rz.scp.css */
.entity-hero[b-pjhko67out] {
    border-radius: 14px;
}

.entity-table thead th[b-pjhko67out] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sso-muted);
    border-bottom-color: var(--sso-border);
}

.entity-table td[b-pjhko67out] {
    border-color: var(--sso-border);
}

.fracc-estado-badge[b-pjhko67out] {
    min-width: 108px;
    justify-content: center;
    font-weight: 700;
}

.fracc-trigger[b-pjhko67out] {
    font-weight: 600;
    text-align: left;
}

.fracc-trigger:hover[b-pjhko67out],
.fracc-trigger:focus-visible[b-pjhko67out] {
    color: var(--sso-brand-2);
    text-decoration: underline !important;
}

.fracc-actions-group .fracc-action-btn[b-pjhko67out] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.fracc-actions-more[b-pjhko67out] {
    min-width: 2.4rem;
    justify-content: center;
}

.fracc-actions-backdrop[b-pjhko67out] {
    position: fixed;
    inset: 0;
    border: 0;
    background: transparent;
    z-index: 1079;
}

.fracc-actions-flyout[b-pjhko67out] {
    position: fixed;
    min-width: 13rem;
    z-index: 1080;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.75rem;
    padding: 0.35rem 0;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
}

.fracc-actions-item[b-pjhko67out] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
    border: 0;
    background: transparent;
    color: #1f2937;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.2;
}

.fracc-actions-item i[b-pjhko67out] {
    width: 1rem;
    text-align: center;
}

.fracc-actions-item:hover[b-pjhko67out],
.fracc-actions-item:focus-visible[b-pjhko67out] {
    background: #f3f6fb;
    color: #0f172a;
    outline: none;
}

.fracc-actions-item-danger[b-pjhko67out] {
    color: #b42318;
}

.fracc-actions-item-danger:hover[b-pjhko67out],
.fracc-actions-item-danger:focus-visible[b-pjhko67out] {
    background: rgba(217, 45, 32, 0.08);
    color: #912018;
}

@media (max-width: 767.98px) {
    .fracc-actions-group .fracc-action-btn[b-pjhko67out] {
        min-width: 2.25rem;
        justify-content: center;
        padding-inline: 0.55rem;
    }
}
/* /Components/Pages/Gastos.razor.rz.scp.css */
.gastos-page .gastos-folio-trigger[b-aqucqa45fn] {
    color: inherit;
    text-decoration: none;
}

.gastos-page .gastos-folio-trigger:hover[b-aqucqa45fn],
.gastos-page .gastos-folio-trigger:focus-visible[b-aqucqa45fn] {
    color: var(--bs-primary);
    text-decoration: underline;
}

.gastos-actions-col[b-aqucqa45fn] {
    white-space: nowrap;
}

.gastos-actions-group[b-aqucqa45fn] {
    max-width: 100%;
}

.gastos-action-btn[b-aqucqa45fn] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
}

.gastos-actions-backdrop[b-aqucqa45fn] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    border: 0;
    background: transparent;
}

.gastos-actions-flyout[b-aqucqa45fn] {
    position: fixed;
    z-index: 1050;
    width: 13rem;
    padding: 0.35rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-body-bg);
}

.gastos-actions-item[b-aqucqa45fn] {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--bs-body-color);
    padding: 0.55rem 0.65rem;
    text-align: left;
}

.gastos-actions-item:hover[b-aqucqa45fn],
.gastos-actions-item:focus-visible[b-aqucqa45fn] {
    background: var(--bs-tertiary-bg);
}

.gastos-actions-item-danger[b-aqucqa45fn] {
    color: var(--bs-danger);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dashboard-v2-page[b-takd4yxhmy] {
    --dash-ink: #17304a;
    --dash-muted: #5d7086;
    --dash-line: rgba(23, 48, 74, 0.1);
    --dash-surface: rgba(255, 255, 255, 0.88);
    --dash-surface-strong: rgba(255, 255, 255, 0.96);
    --dash-shadow: 0 24px 60px rgba(19, 41, 69, 0.12);
    --dash-radius-xl: 30px;
    --dash-radius-lg: 24px;
    --dash-radius-md: 20px;
    --dash-radius-sm: 16px;
    position: relative;
    font-family: "Aptos", "Segoe UI", sans-serif;
    color: var(--dash-ink);
    background:
        radial-gradient(circle at top left, rgba(31, 155, 132, 0.14), transparent 26%),
        radial-gradient(circle at top right, rgba(66, 133, 244, 0.14), transparent 30%),
        linear-gradient(180deg, #f5f8f6 0%, #edf3f8 48%, #f7fafc 100%);
}

.dashboard-v2-page[b-takd4yxhmy]::before,
.dashboard-v2-page[b-takd4yxhmy]::after {
    content: "";
    position: fixed;
    inset: auto;
    z-index: 0;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(18px);
}

.dashboard-v2-page[b-takd4yxhmy]::before {
    top: 5rem;
    right: 5rem;
    width: 16rem;
    height: 16rem;
    background: rgba(31, 155, 132, 0.08);
}

.dashboard-v2-page[b-takd4yxhmy]::after {
    left: 2rem;
    bottom: 4rem;
    width: 14rem;
    height: 14rem;
    background: rgba(66, 133, 244, 0.08);
}

.dashboard-v2-page > *[b-takd4yxhmy] {
    position: relative;
    z-index: 1;
}

.dashboard-v2-shell[b-takd4yxhmy],
.dashboard-v2-hero[b-takd4yxhmy],
.dashboard-v2-panel[b-takd4yxhmy],
.dashboard-v2-metric[b-takd4yxhmy],
.dashboard-v2-finance-card[b-takd4yxhmy] {
    border-radius: var(--dash-radius-xl);
}

.dashboard-v2-hero[b-takd4yxhmy],
.dashboard-v2-panel[b-takd4yxhmy],
.dashboard-v2-metric[b-takd4yxhmy] {
    border: 1px solid var(--dash-line);
    box-shadow: var(--dash-shadow);
    backdrop-filter: blur(16px);
}

.dashboard-v2-hero[b-takd4yxhmy] {
    background:
        radial-gradient(circle at 18% 20%, rgba(31, 155, 132, 0.2), transparent 24%),
        radial-gradient(circle at 88% 0%, rgba(66, 133, 244, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 243, 248, 0.92));
    animation: dashboard-v2-rise-b-takd4yxhmy 420ms ease;
}

.dashboard-v2-kicker[b-takd4yxhmy],
.dashboard-v2-chip[b-takd4yxhmy] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-v2-kicker[b-takd4yxhmy] {
    color: #176b63;
    background: rgba(23, 107, 99, 0.1);
    box-shadow: inset 0 0 0 1px rgba(23, 107, 99, 0.08);
}

.dashboard-v2-title[b-takd4yxhmy],
.dashboard-v2-panel-title[b-takd4yxhmy],
.dashboard-v2-project-title[b-takd4yxhmy],
.dashboard-v2-feed-title[b-takd4yxhmy] {
    font-family: "Aptos Display", "Aptos", "Segoe UI", sans-serif;
    letter-spacing: -0.04em;
}

.dashboard-v2-title[b-takd4yxhmy] {
    max-width: 14ch;
    font-size: clamp(2.45rem, 3.1vw, 4.1rem);
    font-weight: 800;
    line-height: 0.96;
}

.dashboard-v2-subtitle[b-takd4yxhmy],
.dashboard-v2-panel-subtitle[b-takd4yxhmy],
.dashboard-v2-metric-caption[b-takd4yxhmy],
.dashboard-v2-highlight-text[b-takd4yxhmy],
.dashboard-v2-empty-state[b-takd4yxhmy],
.dashboard-v2-project-note[b-takd4yxhmy],
.dashboard-v2-feed-meta[b-takd4yxhmy],
.dashboard-v2-feed-note[b-takd4yxhmy],
.dashboard-v2-finance-caption[b-takd4yxhmy] {
    color: var(--dash-muted);
}

.dashboard-v2-subtitle[b-takd4yxhmy] {
    max-width: 42rem;
    font-size: 1rem;
}

.dashboard-v2-actions[b-takd4yxhmy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.dashboard-v2-hero-button[b-takd4yxhmy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.25rem;
    padding: 0.75rem 1.2rem;
    border: 0;
    border-radius: 1.05rem;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(19, 41, 69, 0.12);
}

.dashboard-v2-button-primary[b-takd4yxhmy] {
    color: #fff;
    background: linear-gradient(135deg, #176b63, #1f9b84);
}

.dashboard-v2-button-secondary[b-takd4yxhmy] {
    color: var(--dash-ink);
    background: rgba(255, 255, 255, 0.88);
}

.dashboard-v2-button-ghost[b-takd4yxhmy] {
    color: #176b63;
    background: rgba(23, 107, 99, 0.08);
    border: 1px solid rgba(23, 107, 99, 0.15);
}

.dashboard-v2-highlight[b-takd4yxhmy] {
    height: 100%;
    padding: 1.55rem;
    border-radius: var(--dash-radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(160deg, #17304a 0%, #1c4b63 58%, #176b63 100%);
    box-shadow: 0 26px 48px rgba(19, 41, 69, 0.24);
}

.dashboard-v2-highlight-label[b-takd4yxhmy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-v2-highlight-value[b-takd4yxhmy] {
    margin-top: 0.55rem;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.dashboard-v2-highlight-text[b-takd4yxhmy] {
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.76);
}

.dashboard-v2-highlight-grid[b-takd4yxhmy] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.dashboard-v2-highlight-item[b-takd4yxhmy] {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.dashboard-v2-highlight-item strong[b-takd4yxhmy] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.05rem;
}

.dashboard-v2-highlight-name[b-takd4yxhmy] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
}

.dashboard-v2-metric[b-takd4yxhmy],
.dashboard-v2-panel[b-takd4yxhmy] {
    background: var(--dash-surface);
}

.dashboard-v2-metric[b-takd4yxhmy] {
    animation: dashboard-v2-rise-b-takd4yxhmy 520ms ease;
}

.dashboard-v2-metric .card-body[b-takd4yxhmy],
.dashboard-v2-panel .card-body[b-takd4yxhmy],
.dashboard-v2-panel .card-header[b-takd4yxhmy] {
    padding-inline: 1.4rem;
}

.dashboard-v2-metric-top[b-takd4yxhmy],
.dashboard-v2-finance-top[b-takd4yxhmy],
.dashboard-v2-project-top[b-takd4yxhmy],
.dashboard-v2-feed-top[b-takd4yxhmy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-v2-metric-label[b-takd4yxhmy],
.dashboard-v2-finance-label[b-takd4yxhmy] {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--dash-muted);
}

.dashboard-v2-metric-icon[b-takd4yxhmy],
.dashboard-v2-finance-icon[b-takd4yxhmy],
.dashboard-v2-priority-icon[b-takd4yxhmy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
    border-radius: 18px;
    background: rgba(23, 107, 99, 0.08);
    font-size: 1.1rem;
}

.dashboard-v2-metric-value[b-takd4yxhmy],
.dashboard-v2-finance-value[b-takd4yxhmy] {
    margin: 0.8rem 0 0.3rem;
    font-size: clamp(1.95rem, 2.2vw, 2.75rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.dashboard-v2-panel-title[b-takd4yxhmy] {
    font-size: 1.12rem;
    font-weight: 800;
}

.dashboard-v2-chip[b-takd4yxhmy] {
    color: #176b63;
    background: rgba(23, 107, 99, 0.1);
}

.dashboard-v2-empty-state[b-takd4yxhmy] {
    padding: 1.15rem 1.2rem;
    border-radius: var(--dash-radius-sm);
    background: rgba(93, 112, 134, 0.06);
    border: 1px dashed rgba(93, 112, 134, 0.22);
}

.dashboard-v2-priority-list[b-takd4yxhmy] {
    display: grid;
    gap: 0.95rem;
}

.dashboard-v2-priority-card[b-takd4yxhmy] {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    text-decoration: none;
    color: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(23, 107, 99, 0.03));
    border: 1px solid rgba(23, 48, 74, 0.08);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.dashboard-v2-priority-card:hover[b-takd4yxhmy] {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(19, 41, 69, 0.08);
    border-color: rgba(23, 107, 99, 0.18);
}

.dashboard-v2-priority-copy[b-takd4yxhmy] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.15rem;
}

.dashboard-v2-priority-copy small[b-takd4yxhmy] {
    color: var(--dash-muted);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.dashboard-v2-priority-copy strong[b-takd4yxhmy] {
    font-size: 1.35rem;
    line-height: 1;
}

.dashboard-v2-priority-copy span[b-takd4yxhmy] {
    color: var(--dash-muted);
    font-size: 0.9rem;
}

.dashboard-v2-priority-arrow[b-takd4yxhmy] {
    color: rgba(23, 48, 74, 0.38);
    font-size: 1.2rem;
}

.dashboard-v2-inventory-meter[b-takd4yxhmy] {
    display: flex;
    overflow: hidden;
    min-height: 0.95rem;
    border-radius: 999px;
    background: rgba(93, 112, 134, 0.12);
}

.dashboard-v2-inventory-segment[b-takd4yxhmy] {
    min-width: 0;
    transition: width 180ms ease;
}

.dashboard-v2-inventory-segment--available[b-takd4yxhmy] {
    background: linear-gradient(90deg, #1f9b84, #2fbf9b);
}

.dashboard-v2-inventory-segment--reserved[b-takd4yxhmy] {
    background: linear-gradient(90deg, #d4a72c, #f2c94c);
}

.dashboard-v2-inventory-segment--sold[b-takd4yxhmy] {
    background: linear-gradient(90deg, #3f7fe9, #67a2ff);
}

.dashboard-v2-inventory-segment--cancelled[b-takd4yxhmy] {
    background: linear-gradient(90deg, #94a3b8, #c7d0dc);
}

.dashboard-v2-legend[b-takd4yxhmy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
    margin-top: 1rem;
}

.dashboard-v2-legend-item[b-takd4yxhmy] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--dash-muted);
    font-size: 0.88rem;
}

.dashboard-v2-legend-dot[b-takd4yxhmy] {
    font-size: 0.62rem;
}

.dashboard-v2-legend-dot--available[b-takd4yxhmy] {
    color: #1f9b84;
}

.dashboard-v2-legend-dot--reserved[b-takd4yxhmy] {
    color: #d4a72c;
}

.dashboard-v2-legend-dot--sold[b-takd4yxhmy] {
    color: #3f7fe9;
}

.dashboard-v2-legend-dot--cancelled[b-takd4yxhmy] {
    color: #94a3b8;
}

.dashboard-v2-project-card[b-takd4yxhmy],
.dashboard-v2-feed-item[b-takd4yxhmy],
.dashboard-v2-finance-card[b-takd4yxhmy] {
    border-radius: var(--dash-radius-md);
    border: 1px solid rgba(23, 48, 74, 0.08);
    background:
        linear-gradient(180deg, var(--dash-surface-strong), rgba(255, 255, 255, 0.82));
}

.dashboard-v2-project-card[b-takd4yxhmy] {
    padding: 1.1rem;
}

.dashboard-v2-project-title[b-takd4yxhmy] {
    font-size: 1.05rem;
    font-weight: 800;
}

.dashboard-v2-project-tags[b-takd4yxhmy] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.dashboard-v2-project-tag[b-takd4yxhmy] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.dashboard-v2-project-tag--available[b-takd4yxhmy] {
    color: #176b63;
    background: rgba(23, 107, 99, 0.1);
}

.dashboard-v2-project-tag--reserved[b-takd4yxhmy] {
    color: #916d00;
    background: rgba(212, 167, 44, 0.16);
}

.dashboard-v2-project-tag--sold[b-takd4yxhmy] {
    color: #1f5fc3;
    background: rgba(63, 127, 233, 0.12);
}

.dashboard-v2-feed[b-takd4yxhmy] {
    display: grid;
    gap: 0.95rem;
}

.dashboard-v2-feed-item[b-takd4yxhmy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.05rem;
}

.dashboard-v2-feed-item--soft[b-takd4yxhmy] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(66, 133, 244, 0.04));
}

.dashboard-v2-feed-main[b-takd4yxhmy] {
    flex: 1;
    min-width: 0;
}

.dashboard-v2-feed-title[b-takd4yxhmy] {
    font-size: 1rem;
    font-weight: 800;
}

.dashboard-v2-feed-side[b-takd4yxhmy] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
    text-align: right;
}

.dashboard-v2-feed-side strong[b-takd4yxhmy] {
    font-size: 1.02rem;
}

.dashboard-v2-feed-side span[b-takd4yxhmy] {
    font-size: 0.84rem;
    color: var(--dash-muted);
}

.dashboard-v2-finance-card[b-takd4yxhmy] {
    height: 100%;
    padding: 1.1rem;
}

.dashboard-v2-tone-sky[b-takd4yxhmy] {
    color: #2d6cdf;
    background: rgba(45, 108, 223, 0.11);
}

.dashboard-v2-tone-emerald[b-takd4yxhmy] {
    color: #176b63;
    background: rgba(23, 107, 99, 0.11);
}

.dashboard-v2-tone-amber[b-takd4yxhmy] {
    color: #9a6e00;
    background: rgba(212, 167, 44, 0.16);
}

.dashboard-v2-tone-teal[b-takd4yxhmy] {
    color: #117b75;
    background: rgba(17, 123, 117, 0.11);
}

.dashboard-v2-tone-indigo[b-takd4yxhmy] {
    color: #5c5ae0;
    background: rgba(92, 90, 224, 0.12);
}

.dashboard-v2-tone-slate[b-takd4yxhmy] {
    color: #53657b;
    background: rgba(83, 101, 123, 0.12);
}

.dashboard-v2-tone-rose[b-takd4yxhmy] {
    color: #b84f7c;
    background: rgba(184, 79, 124, 0.12);
}

@keyframes dashboard-v2-rise-b-takd4yxhmy {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1199.98px) {
    .dashboard-v2-feed-item[b-takd4yxhmy] {
        align-items: flex-start;
        flex-direction: column;
    }

    .dashboard-v2-feed-side[b-takd4yxhmy] {
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .dashboard-v2-shell[b-takd4yxhmy],
    .dashboard-v2-hero[b-takd4yxhmy],
    .dashboard-v2-panel[b-takd4yxhmy],
    .dashboard-v2-metric[b-takd4yxhmy],
    .dashboard-v2-finance-card[b-takd4yxhmy],
    .dashboard-v2-project-card[b-takd4yxhmy],
    .dashboard-v2-feed-item[b-takd4yxhmy],
    .dashboard-v2-priority-card[b-takd4yxhmy] {
        border-radius: 22px;
    }
}

@media (max-width: 767.98px) {
    .dashboard-v2-page[b-takd4yxhmy]::before,
    .dashboard-v2-page[b-takd4yxhmy]::after {
        display: none;
    }

    .dashboard-v2-actions[b-takd4yxhmy] {
        flex-direction: column;
    }

    .dashboard-v2-hero-button[b-takd4yxhmy] {
        width: 100%;
    }

    .dashboard-v2-highlight-grid[b-takd4yxhmy] {
        grid-template-columns: 1fr;
    }

    .dashboard-v2-metric .card-body[b-takd4yxhmy],
    .dashboard-v2-panel .card-body[b-takd4yxhmy],
    .dashboard-v2-panel .card-header[b-takd4yxhmy] {
        padding-inline: 1.1rem;
    }

    .dashboard-v2-title[b-takd4yxhmy] {
        max-width: none;
    }
}
/* /Components/Pages/HomeV3.razor.rz.scp.css */
.homev3-page[b-334tnnooi0] {
    --homev3-ink: #10243a;
    --homev3-muted: #627286;
    --homev3-line: rgba(16, 36, 58, 0.1);
    --homev3-surface: rgba(255, 255, 255, 0.9);
    --homev3-surface-strong: rgba(255, 255, 255, 0.97);
    --homev3-shadow: 0 28px 70px rgba(16, 36, 58, 0.14);
    color: var(--homev3-ink);
    font-family: "Aptos", "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 153, 51, 0.16), transparent 24%),
        radial-gradient(circle at 100% 0%, rgba(54, 137, 255, 0.14), transparent 30%),
        linear-gradient(180deg, #f9f4ef 0%, #eff4f8 48%, #f8fbfd 100%);
}

.homev3-page *[b-334tnnooi0],
.homev3-page *[b-334tnnooi0]::before,
.homev3-page *[b-334tnnooi0]::after {
    box-sizing: border-box;
}

.homev3-hero-main[b-334tnnooi0],
.homev3-panel[b-334tnnooi0],
.homev3-kpi-card[b-334tnnooi0] {
    border: 1px solid var(--homev3-line);
    border-radius: 30px;
    background: var(--homev3-surface);
    box-shadow: var(--homev3-shadow);
    backdrop-filter: blur(16px);
}

.homev3-hero-main[b-334tnnooi0] {
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 153, 51, 0.16), transparent 24%),
        radial-gradient(circle at 92% 0%, rgba(54, 137, 255, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 248, 0.92));
}

.homev3-eyebrow[b-334tnnooi0],
.homev3-panel-chip[b-334tnnooi0],
.homev3-project-pill[b-334tnnooi0] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homev3-eyebrow[b-334tnnooi0] {
    margin-bottom: 1rem;
    color: #9a4d00;
    background: rgba(255, 153, 51, 0.14);
}

.homev3-title[b-334tnnooi0],
.homev3-panel-title[b-334tnnooi0],
.homev3-project-title[b-334tnnooi0],
.homev3-health-title[b-334tnnooi0],
.homev3-module-title[b-334tnnooi0],
.homev3-activity-title[b-334tnnooi0],
.homev3-queue-title[b-334tnnooi0],
.homev3-briefing-title[b-334tnnooi0] {
    font-family: "Aptos Display", "Aptos", "Segoe UI", sans-serif;
    letter-spacing: -0.04em;
}

.homev3-title[b-334tnnooi0] {
    max-width: 13ch;
    font-size: clamp(2.7rem, 3.7vw, 4.6rem);
    font-weight: 800;
    line-height: 0.94;
}

.homev3-subtitle[b-334tnnooi0],
.homev3-panel-subtitle[b-334tnnooi0],
.homev3-kpi-caption[b-334tnnooi0],
.homev3-health-text[b-334tnnooi0],
.homev3-briefing-text[b-334tnnooi0],
.homev3-empty-state[b-334tnnooi0],
.homev3-stage-note[b-334tnnooi0],
.homev3-queue-text[b-334tnnooi0],
.homev3-queue-meta[b-334tnnooi0],
.homev3-forecast-caption[b-334tnnooi0],
.homev3-module-note[b-334tnnooi0],
.homev3-project-text[b-334tnnooi0],
.homev3-project-caption[b-334tnnooi0],
.homev3-activity-text[b-334tnnooi0],
.homev3-activity-date[b-334tnnooi0] {
    color: var(--homev3-muted);
}

.homev3-subtitle[b-334tnnooi0] {
    max-width: 44rem;
    font-size: 1rem;
}

.homev3-action-row[b-334tnnooi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.homev3-action-button[b-334tnnooi0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.3rem;
    padding: 0.78rem 1.2rem;
    border-radius: 1.1rem;
    border: 0;
    font-weight: 700;
}

.homev3-action--primary[b-334tnnooi0] {
    color: #fff;
    background: linear-gradient(135deg, #ff7a18, #ff9f43);
    box-shadow: 0 18px 36px rgba(255, 122, 24, 0.24);
}

.homev3-action--secondary[b-334tnnooi0] {
    color: var(--homev3-ink);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 14px 28px rgba(16, 36, 58, 0.1);
}

.homev3-action--ghost[b-334tnnooi0] {
    color: #155bc5;
    background: rgba(54, 137, 255, 0.1);
    border: 1px solid rgba(54, 137, 255, 0.14);
}

.homev3-health-card[b-334tnnooi0] {
    display: grid;
    gap: 1rem;
    justify-items: center;
    padding: 1.5rem;
    border-radius: 26px;
    color: #fff;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 22%),
        linear-gradient(160deg, #122740 0%, #1f4f6f 58%, #155bc5 100%);
    box-shadow: 0 24px 48px rgba(16, 36, 58, 0.28);
}

.homev3-health-ring[b-334tnnooi0] {
    --health-score: 80;
    display: grid;
    place-items: center;
    width: 10.5rem;
    height: 10.5rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #13314a 0 58%, transparent 59%),
        conic-gradient(#ffb347 0 calc(var(--health-score) * 1%), rgba(255, 255, 255, 0.12) 0 100%);
}

.homev3-health-ring-inner[b-334tnnooi0] {
    display: grid;
    justify-items: center;
    width: 7.2rem;
    height: 7.2rem;
    padding-top: 1.2rem;
    border-radius: 50%;
    background: rgba(9, 21, 33, 0.55);
}

.homev3-health-ring-inner strong[b-334tnnooi0] {
    font-size: 2.3rem;
    line-height: 1;
}

.homev3-health-ring-inner span[b-334tnnooi0] {
    margin-top: -0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
}

.homev3-health-copy[b-334tnnooi0] {
    text-align: center;
}

.homev3-health-label[b-334tnnooi0] {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.homev3-health-title[b-334tnnooi0] {
    margin: 0.45rem 0 0.25rem;
    font-size: 1.55rem;
    font-weight: 800;
}

.homev3-health-text[b-334tnnooi0] {
    color: rgba(255, 255, 255, 0.76);
}

.homev3-health-facts[b-334tnnooi0] {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.homev3-health-fact[b-334tnnooi0] {
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.homev3-health-fact span[b-334tnnooi0] {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.homev3-health-fact strong[b-334tnnooi0] {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.08rem;
}

.homev3-kpis[b-334tnnooi0] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.9rem;
}

.homev3-kpi-card .card-body[b-334tnnooi0],
.homev3-panel .card-body[b-334tnnooi0],
.homev3-panel .card-header[b-334tnnooi0] {
    padding-inline: 1.35rem;
}

.homev3-kpi-top[b-334tnnooi0],
.homev3-stage-top[b-334tnnooi0],
.homev3-forecast-top[b-334tnnooi0],
.homev3-project-top[b-334tnnooi0],
.homev3-queue-top[b-334tnnooi0],
.homev3-activity-top[b-334tnnooi0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.homev3-kpi-label[b-334tnnooi0],
.homev3-stage-label[b-334tnnooi0],
.homev3-forecast-label[b-334tnnooi0] {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--homev3-muted);
}

.homev3-kpi-icon[b-334tnnooi0],
.homev3-stage-icon[b-334tnnooi0],
.homev3-briefing-icon[b-334tnnooi0],
.homev3-queue-icon[b-334tnnooi0],
.homev3-forecast-icon[b-334tnnooi0],
.homev3-module-icon[b-334tnnooi0],
.homev3-activity-icon[b-334tnnooi0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    min-width: 2.85rem;
    height: 2.85rem;
    border-radius: 18px;
    background: rgba(16, 36, 58, 0.08);
    font-size: 1.1rem;
}

.homev3-kpi-value[b-334tnnooi0],
.homev3-stage-value[b-334tnnooi0],
.homev3-forecast-value[b-334tnnooi0],
.homev3-module-metric[b-334tnnooi0],
.homev3-project-value[b-334tnnooi0] {
    margin: 0.75rem 0 0.2rem;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.homev3-panel-title[b-334tnnooi0] {
    font-size: 1.15rem;
    font-weight: 800;
}

.homev3-panel-chip[b-334tnnooi0],
.homev3-project-pill[b-334tnnooi0] {
    color: #155bc5;
    background: rgba(54, 137, 255, 0.1);
}

.homev3-empty-state[b-334tnnooi0] {
    padding: 1.2rem;
    border-radius: 18px;
    background: rgba(98, 114, 134, 0.06);
    border: 1px dashed rgba(98, 114, 134, 0.2);
}

.homev3-stage-board[b-334tnnooi0] {
    display: grid;
    grid-template-columns: repeat(5, minmax(13rem, 1fr));
    gap: 0.95rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.homev3-stage-card[b-334tnnooi0],
.homev3-briefing-item[b-334tnnooi0],
.homev3-queue-item[b-334tnnooi0],
.homev3-forecast-item[b-334tnnooi0],
.homev3-module-card[b-334tnnooi0],
.homev3-project-card[b-334tnnooi0],
.homev3-activity-item[b-334tnnooi0] {
    border-radius: 22px;
    border: 1px solid rgba(16, 36, 58, 0.08);
    background: linear-gradient(180deg, var(--homev3-surface-strong), rgba(255, 255, 255, 0.82));
}

.homev3-stage-card[b-334tnnooi0] {
    padding: 1rem;
    min-width: 13rem;
}

.homev3-stage-note[b-334tnnooi0] {
    min-height: 2.7rem;
    margin-bottom: 0.9rem;
}

.homev3-stage-meter[b-334tnnooi0],
.homev3-project-progress[b-334tnnooi0] {
    overflow: hidden;
    min-height: 0.8rem;
    border-radius: 999px;
    background: rgba(98, 114, 134, 0.12);
}

.homev3-stage-meter span[b-334tnnooi0],
.homev3-project-progress span[b-334tnnooi0] {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #155bc5, #ff9f43);
}

.homev3-briefing-list[b-334tnnooi0],
.homev3-forecast-list[b-334tnnooi0],
.homev3-activity-list[b-334tnnooi0] {
    display: grid;
    gap: 0.9rem;
}

.homev3-briefing-item[b-334tnnooi0],
.homev3-queue-item[b-334tnnooi0],
.homev3-activity-item[b-334tnnooi0] {
    display: flex;
    gap: 0.95rem;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
}

.homev3-briefing-title[b-334tnnooi0],
.homev3-queue-title[b-334tnnooi0],
.homev3-activity-title[b-334tnnooi0] {
    font-size: 1rem;
    font-weight: 800;
}

.homev3-queue-list[b-334tnnooi0] {
    display: grid;
    gap: 0.9rem;
}

.homev3-queue-copy[b-334tnnooi0],
.homev3-activity-copy[b-334tnnooi0] {
    flex: 1;
    min-width: 0;
}

.homev3-queue-meta[b-334tnnooi0],
.homev3-activity-meta[b-334tnnooi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.8rem;
    font-size: 0.84rem;
}

.homev3-activity-meta strong[b-334tnnooi0] {
    color: var(--homev3-ink);
}

.homev3-forecast-item[b-334tnnooi0] {
    padding: 1rem;
}

.homev3-module-grid[b-334tnnooi0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.homev3-module-card[b-334tnnooi0] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem;
    text-decoration: none;
    color: inherit;
    min-height: 100%;
}

.homev3-module-title[b-334tnnooi0] {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.homev3-module-note[b-334tnnooi0] {
    font-size: 0.88rem;
}

.homev3-project-card[b-334tnnooi0] {
    padding: 1rem 1.05rem;
}

.homev3-project-title[b-334tnnooi0] {
    font-size: 1.05rem;
    font-weight: 800;
}

.homev3-project-metrics[b-334tnnooi0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
    margin: 0.9rem 0 0.35rem;
    color: var(--homev3-muted);
    font-size: 0.88rem;
}

.homev3-project-metrics strong[b-334tnnooi0] {
    color: var(--homev3-ink);
}

.homev3-project-caption[b-334tnnooi0] {
    font-size: 0.85rem;
}

.homev3-activity-date[b-334tnnooi0] {
    font-size: 0.82rem;
}

.homev3-tone-blue[b-334tnnooi0] {
    color: #155bc5;
    background: rgba(54, 137, 255, 0.11);
}

.homev3-tone-emerald[b-334tnnooi0] {
    color: #117660;
    background: rgba(17, 118, 96, 0.12);
}

.homev3-tone-amber[b-334tnnooi0] {
    color: #9a4d00;
    background: rgba(255, 153, 51, 0.15);
}

.homev3-tone-teal[b-334tnnooi0] {
    color: #127e77;
    background: rgba(18, 126, 119, 0.12);
}

.homev3-tone-indigo[b-334tnnooi0] {
    color: #5f56d8;
    background: rgba(95, 86, 216, 0.12);
}

.homev3-tone-slate[b-334tnnooi0] {
    color: #58697f;
    background: rgba(88, 105, 127, 0.12);
}

.homev3-tone-red[b-334tnnooi0] {
    color: #c33b3b;
    background: rgba(195, 59, 59, 0.12);
}

@media (max-width: 1599.98px) {
    .homev3-kpis[b-334tnnooi0] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .homev3-module-grid[b-334tnnooi0] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .homev3-kpis[b-334tnnooi0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homev3-health-facts[b-334tnnooi0],
    .homev3-module-grid[b-334tnnooi0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .homev3-title[b-334tnnooi0] {
        max-width: none;
    }

    .homev3-action-row[b-334tnnooi0] {
        flex-direction: column;
    }

    .homev3-action-button[b-334tnnooi0] {
        width: 100%;
    }

    .homev3-kpis[b-334tnnooi0],
    .homev3-health-facts[b-334tnnooi0],
    .homev3-module-grid[b-334tnnooi0] {
        grid-template-columns: 1fr;
    }

    .homev3-kpi-card .card-body[b-334tnnooi0],
    .homev3-panel .card-body[b-334tnnooi0],
    .homev3-panel .card-header[b-334tnnooi0] {
        padding-inline: 1.1rem;
    }
}
/* /Components/Pages/PagoRecibo.razor.rz.scp.css */
.pago-recibo-print-page[b-v4vm6o0hqz] {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef2f6 100%);
    min-height: 100vh;
}

.pago-recibo-print-sheet[b-v4vm6o0hqz] {
    width: min(100%, 8.5in);
    min-height: 11in;
    border-radius: 12px;
    padding: 0.6in 0.65in;
    box-sizing: border-box;
}

.pago-recibo-header-grid[b-v4vm6o0hqz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.pago-recibo-meta-block[b-v4vm6o0hqz] {
    display: grid;
    gap: 0.4rem;
    color: #253140;
    font-size: 0.95rem;
    line-height: 1.55;
    min-width: 0;
    max-width: 240px;
}

.pago-recibo-meta-kicker[b-v4vm6o0hqz] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.pago-recibo-info-grid[b-v4vm6o0hqz] {
    display: grid;
    gap: 1.25rem;
}

.pago-recibo-info-grid--two[b-v4vm6o0hqz] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pago-recibo-info-grid--three[b-v4vm6o0hqz] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pago-recibo-logo-block[b-v4vm6o0hqz] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-width: 0;
}

.pago-recibo-logo[b-v4vm6o0hqz] {
    width: 82px;
    max-width: 82px;
    height: auto;
    display: block;
    flex: 0 0 auto;
}

.pago-recibo-section-title[b-v4vm6o0hqz] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}

.pago-recibo-highlight[b-v4vm6o0hqz] {
    font-size: 1.02rem;
    font-weight: 600;
    color: #111827;
    margin-top: 0.2rem;
}

.pago-recibo-note[b-v4vm6o0hqz] {
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: #f9fbfd;
    color: #334155;
    white-space: pre-wrap;
    line-height: 1.55;
}

.pago-recibo-items-table thead th[b-v4vm6o0hqz],
.pago-recibo-plan-table thead th[b-v4vm6o0hqz] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom-width: 1px;
}

.pago-recibo-items-table[b-v4vm6o0hqz],
.pago-recibo-plan-table[b-v4vm6o0hqz] {
    width: 100%;
    table-layout: fixed;
}

.pago-recibo-items-table tbody td[b-v4vm6o0hqz],
.pago-recibo-items-table tfoot th[b-v4vm6o0hqz],
.pago-recibo-plan-table tbody td[b-v4vm6o0hqz],
.pago-recibo-plan-table tfoot th[b-v4vm6o0hqz] {
    vertical-align: middle;
}

.pago-recibo-items-table th[b-v4vm6o0hqz],
.pago-recibo-items-table td[b-v4vm6o0hqz],
.pago-recibo-plan-table th[b-v4vm6o0hqz],
.pago-recibo-plan-table td[b-v4vm6o0hqz] {
    word-break: break-word;
}

.pago-recibo-items-table tfoot th[b-v4vm6o0hqz],
.pago-recibo-plan-table tfoot th[b-v4vm6o0hqz] {
    border-top-width: 1px;
}

.pago-recibo-header[b-v4vm6o0hqz],
.pago-recibo-plan-section[b-v4vm6o0hqz] {
    break-inside: avoid-page;
    page-break-inside: avoid;
}

@page {
    size: auto;
    margin: 12mm 12mm 14mm;
}

@media screen {
    .pago-recibo-print-sheet[b-v4vm6o0hqz] {
        max-width: 8.5in;
    }
}

@media (max-width: 767.98px) {
    .pago-recibo-print-sheet[b-v4vm6o0hqz] {
        padding: 1.4rem;
        border-radius: 1rem;
    }

    .pago-recibo-header-grid[b-v4vm6o0hqz] {
        grid-template-columns: 1fr;
    }

    .pago-recibo-logo-block[b-v4vm6o0hqz] {
        justify-content: flex-start;
    }

    .pago-recibo-info-grid--two[b-v4vm6o0hqz],
    .pago-recibo-info-grid--three[b-v4vm6o0hqz] {
        grid-template-columns: 1fr;
    }
}

@media print {
    html[b-v4vm6o0hqz],
    body[b-v4vm6o0hqz] {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .no-print[b-v4vm6o0hqz] {
        display: none !important;
    }

    .pago-recibo-print-page[b-v4vm6o0hqz] {
        background: transparent;
        padding: 0 !important;
        min-height: auto;
    }

    .pago-recibo-print-sheet[b-v4vm6o0hqz] {
        width: auto;
        max-width: none;
        min-height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none !important;
    }

    .pago-recibo-header-grid[b-v4vm6o0hqz],
    .pago-recibo-info-grid--two[b-v4vm6o0hqz],
    .pago-recibo-info-grid--three[b-v4vm6o0hqz] {
        width: 100%;
    }

    .pago-recibo-header-grid[b-v4vm6o0hqz] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .pago-recibo-logo-block[b-v4vm6o0hqz] {
        justify-content: flex-end;
        align-items: flex-start;
    }

    .pago-recibo-logo[b-v4vm6o0hqz] {
        width: 82px;
        max-width: 82px;
    }

    .table-responsive[b-v4vm6o0hqz] {
        overflow: visible !important;
    }

    .pago-recibo-items-table thead[b-v4vm6o0hqz],
    .pago-recibo-plan-table thead[b-v4vm6o0hqz] {
        display: table-header-group;
    }

    .pago-recibo-items-table tfoot[b-v4vm6o0hqz],
    .pago-recibo-plan-table tfoot[b-v4vm6o0hqz] {
        display: table-footer-group;
    }

    .pago-recibo-items-table tr[b-v4vm6o0hqz],
    .pago-recibo-plan-table tr[b-v4vm6o0hqz] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .pago-recibo-items-table[b-v4vm6o0hqz],
    .pago-recibo-plan-table[b-v4vm6o0hqz] {
        font-size: 0.92rem;
        border-collapse: collapse;
    }

    .pago-recibo-meta-block[b-v4vm6o0hqz],
    .pago-recibo-note[b-v4vm6o0hqz] {
        font-size: 0.88rem;
        line-height: 1.4;
    }

    .pago-recibo-print-page[b-v4vm6o0hqz],
    .pago-recibo-print-sheet[b-v4vm6o0hqz] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/PagosClientes.razor.rz.scp.css */
.pagos-recibo-trigger[b-50rcmrfd5o] {
  font-weight: 600;
  text-decoration: none;
}

.pagos-recibo-trigger:hover[b-50rcmrfd5o],
.pagos-recibo-trigger:focus-visible[b-50rcmrfd5o] {
  color: var(--sso-brand-2);
  text-decoration: underline !important;
}

.pagos-actions-group .pagos-action-btn[b-50rcmrfd5o] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.pagos-document-link[b-50rcmrfd5o] {
  font-weight: 600;
  text-decoration: none;
}

.pagos-document-link:hover[b-50rcmrfd5o] {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .pagos-actions-group .pagos-action-btn[b-50rcmrfd5o] {
    min-width: 2.25rem;
    justify-content: center;
    padding-inline: 0.55rem;
  }
}
/* /Components/Pages/PermissionAdmin.razor.rz.scp.css */
.permission-admin-page .admin-hero[b-p5yzcyi7y7] {
    border-radius: 14px;
}

.role-table thead th[b-p5yzcyi7y7],
.users-table thead th[b-p5yzcyi7y7] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sso-muted);
    border-bottom-color: var(--sso-border);
}

.role-table td[b-p5yzcyi7y7],
.users-table td[b-p5yzcyi7y7] {
    border-color: var(--sso-border);
}

.role-pill[b-p5yzcyi7y7] {
    background-color: var(--sso-brand-soft);
    color: var(--sso-brand-2);
    border: 1px solid rgba(59, 130, 246, 0.35);
}
/* /Components/Pages/Proyectos.razor.rz.scp.css */
.entity-hero[b-dqs31z1znx] {
    border-radius: 14px;
}

.entity-table thead th[b-dqs31z1znx] {
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--sso-muted);
    border-bottom-color: var(--sso-border);
}

.entity-table td[b-dqs31z1znx] {
    border-color: var(--sso-border);
}

.count-pill[b-dqs31z1znx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
}

.count-pill-disponible[b-dqs31z1znx] {
    background: rgba(22, 163, 74, 0.12);
    color: #166534;
    border: 1px solid rgba(22, 163, 74, 0.18);
}

.count-pill-reservado[b-dqs31z1znx] {
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.18);
}

.count-pill-vendido[b-dqs31z1znx] {
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    border: 1px solid rgba(249, 115, 22, 0.18);
}

.proyecto-actions .btn[b-dqs31z1znx] {
    white-space: nowrap;
}

.proyecto-trigger[b-dqs31z1znx] {
    font-weight: 600;
    text-align: left;
}

.proyecto-trigger:hover[b-dqs31z1znx],
.proyecto-trigger:focus-visible[b-dqs31z1znx] {
    color: var(--sso-brand-2);
    text-decoration: underline !important;
}

.proyecto-actions .proyecto-action-btn[b-dqs31z1znx] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.proyecto-actions-more[b-dqs31z1znx] {
    min-width: 2.5rem;
}

.proyecto-actions-backdrop[b-dqs31z1znx] {
    position: fixed;
    inset: 0;
    border: 0;
    background: transparent;
    z-index: 1079;
}

.proyecto-actions-flyout[b-dqs31z1znx] {
    position: fixed;
    min-width: 13rem;
    z-index: 1080;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.75rem;
    padding: 0.35rem 0;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.18);
}

.proyecto-actions-item[b-dqs31z1znx] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.65rem 0.9rem;
    border: 0;
    background: transparent;
    color: #1f2937;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.2;
}

.proyecto-actions-item i[b-dqs31z1znx] {
    width: 1rem;
    text-align: center;
}

.proyecto-actions-item:hover[b-dqs31z1znx],
.proyecto-actions-item:focus-visible[b-dqs31z1znx] {
    background: #f3f6fb;
    color: #0f172a;
    outline: none;
}

.proyecto-actions-divider[b-dqs31z1znx] {
    height: 1px;
    margin: 0.35rem 0;
    background: rgba(15, 23, 42, 0.08);
}

.proyecto-actions-item-danger[b-dqs31z1znx] {
    color: #b42318;
}

.proyecto-actions-item-danger:hover[b-dqs31z1znx],
.proyecto-actions-item-danger:focus-visible[b-dqs31z1znx] {
    background: rgba(217, 45, 32, 0.08);
    color: #912018;
}

.proyecto-progress-cell[b-dqs31z1znx] {
    min-width: 9.5rem;
}

.proyecto-progress-copy[b-dqs31z1znx] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.proyecto-progress-track[b-dqs31z1znx] {
    height: 0.5rem;
    background: rgba(15, 23, 42, 0.08);
}

.proyecto-progress-bar[b-dqs31z1znx] {
    background: linear-gradient(90deg, #1d4ed8 0%, #0ea5e9 100%);
}

.proyecto-detail-card[b-dqs31z1znx] {
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.proyecto-detail-title[b-dqs31z1znx] {
    margin-bottom: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sso-muted);
}

.proyecto-stat-chip[b-dqs31z1znx] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    height: 100%;
    padding: 0.75rem 0.85rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

@media (max-width: 767.98px) {
    .proyecto-actions .proyecto-action-btn[b-dqs31z1znx] {
        min-width: 2.25rem;
        justify-content: center;
        padding-inline: 0.55rem;
    }

    .proyecto-progress-copy[b-dqs31z1znx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.15rem;
    }
}
/* /Components/Pages/VentaPlanPagoPrint.razor.rz.scp.css */
.venta-plan-print-page[b-hfkx7zkj98] {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef2f6 100%);
    min-height: 100vh;
}

.venta-plan-print-sheet[b-hfkx7zkj98] {
    width: min(100%, 8.5in);
    min-height: 11in;
    padding: 0.6in 0.65in;
    border-radius: 12px;
    box-sizing: border-box;
}

.venta-plan-header-grid[b-hfkx7zkj98] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
}

.venta-plan-meta-block[b-hfkx7zkj98] {
    display: grid;
    gap: 0.4rem;
    color: #253140;
    font-size: 0.95rem;
    line-height: 1.55;
    min-width: 0;
    max-width: 320px;
}

.venta-plan-meta-kicker[b-hfkx7zkj98],
.venta-plan-section-title[b-hfkx7zkj98] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7280;
}

.venta-plan-logo-block[b-hfkx7zkj98] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.venta-plan-logo[b-hfkx7zkj98] {
    width: 82px;
    max-width: 82px;
    height: auto;
    display: block;
}

.venta-plan-info-grid[b-hfkx7zkj98] {
    display: grid;
    gap: 1.25rem;
}

.venta-plan-info-grid--two[b-hfkx7zkj98] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.venta-plan-info-grid--three[b-hfkx7zkj98] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venta-plan-highlight[b-hfkx7zkj98] {
    font-size: 1.02rem;
    font-weight: 600;
    color: #111827;
    margin-top: 0.2rem;
}

.venta-plan-note[b-hfkx7zkj98] {
    border: 1px solid #d7dee8;
    border-radius: 1rem;
    padding: 1rem 1.1rem;
    background: #f9fbfd;
    color: #334155;
    white-space: pre-wrap;
    line-height: 1.55;
}

.venta-plan-table[b-hfkx7zkj98] {
    width: 100%;
    table-layout: fixed;
}

.venta-plan-table thead th[b-hfkx7zkj98] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    border-bottom-width: 1px;
}

.venta-plan-table th[b-hfkx7zkj98],
.venta-plan-table td[b-hfkx7zkj98] {
    word-break: break-word;
    vertical-align: middle;
}

.venta-plan-table tfoot th[b-hfkx7zkj98] {
    border-top-width: 1px;
}

@page {
    size: auto;
    margin: 12mm 12mm 14mm;
}

@media screen {
    .venta-plan-print-sheet[b-hfkx7zkj98] {
        max-width: 8.5in;
    }
}

@media (max-width: 767.98px) {
    .venta-plan-print-sheet[b-hfkx7zkj98] {
        padding: 1.4rem;
        border-radius: 1rem;
    }

    .venta-plan-header-grid[b-hfkx7zkj98],
    .venta-plan-info-grid--two[b-hfkx7zkj98],
    .venta-plan-info-grid--three[b-hfkx7zkj98] {
        grid-template-columns: 1fr;
    }

    .venta-plan-logo-block[b-hfkx7zkj98] {
        justify-content: flex-start;
    }
}

@media print {
    html[b-hfkx7zkj98],
    body[b-hfkx7zkj98] {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .no-print[b-hfkx7zkj98] {
        display: none !important;
    }

    .venta-plan-print-page[b-hfkx7zkj98] {
        background: transparent;
        padding: 0 !important;
        min-height: auto;
    }

    .venta-plan-print-sheet[b-hfkx7zkj98] {
        width: auto;
        max-width: none;
        min-height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none !important;
    }

    .table-responsive[b-hfkx7zkj98] {
        overflow: visible !important;
    }

    .venta-plan-table thead[b-hfkx7zkj98] {
        display: table-header-group;
    }

    .venta-plan-table tfoot[b-hfkx7zkj98] {
        display: table-footer-group;
    }

    .venta-plan-table tr[b-hfkx7zkj98],
    .venta-plan-header[b-hfkx7zkj98],
    .venta-plan-note[b-hfkx7zkj98] {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .venta-plan-table[b-hfkx7zkj98] {
        font-size: 0.92rem;
        border-collapse: collapse;
    }

    .venta-plan-meta-block[b-hfkx7zkj98],
    .venta-plan-note[b-hfkx7zkj98] {
        font-size: 0.88rem;
        line-height: 1.4;
    }

    .venta-plan-print-page[b-hfkx7zkj98],
    .venta-plan-print-sheet[b-hfkx7zkj98] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/Ventas.razor.rz.scp.css */
.ventas-page .fracc-chip[b-tl06he20l7] {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(13, 110, 253, .08);
  border: 1px solid rgba(13, 110, 253, .16);
  color: rgba(13, 60, 140, .95);
  font-size: 12px;
  font-weight: 600;
}

.ventas-page .fracc-chip-muted[b-tl06he20l7] {
  background: rgba(0, 0, 0, .04);
  border-color: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .62);
}

.ventas-page .ventas-table th[b-tl06he20l7] {
  white-space: nowrap;
}

.ventas-page .ventas-table td[b-tl06he20l7] {
  vertical-align: middle;
}

.ventas-page .ventas-folio-trigger[b-tl06he20l7] {
  font-weight: 600;
  text-align: left;
}

.ventas-page .ventas-folio-trigger:hover[b-tl06he20l7],
.ventas-page .ventas-folio-trigger:focus-visible[b-tl06he20l7] {
  color: var(--sso-brand-2);
  text-decoration: underline !important;
}

.ventas-page .ventas-actions-group .ventas-action-btn[b-tl06he20l7] {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

@media (max-width: 767.98px) {
  .ventas-page .ventas-actions-group .ventas-action-btn[b-tl06he20l7] {
    min-width: 2.25rem;
    justify-content: center;
    padding-inline: 0.55rem;
  }
}
/* /Components/Shared/AdjuntosPanel.razor.rz.scp.css */
.adjuntos-panel .adjuntos-scope-pill[b-mr54k2taz5] {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(13,110,253,.10);
  color: #0d6efd;
  font-size: 12px;
  font-weight: 700;
}

.adjuntos-panel .cat-pill[b-mr54k2taz5] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.16);
  background: transparent;
  color: rgba(0,0,0,.55);
  cursor: pointer;
  transition: all .12s ease;
}

.adjuntos-panel .cat-pill.active[b-mr54k2taz5] {
  border-color: #0d6efd;
  background: rgba(13,110,253,.12);
  color: #0d6efd;
  font-weight: 700;
}

.adjuntos-panel .cat-pill-count[b-mr54k2taz5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: rgba(15, 23, 42, 0.75);
  font-size: 11px;
  font-weight: 700;
}

.adjuntos-panel .cat-pill.active .cat-pill-count[b-mr54k2taz5] {
  background: rgba(13,110,253,.18);
  color: #0d6efd;
}

.adjuntos-panel .upload-panel[b-mr54k2taz5] {
  display: block;
  position: relative;
  border: 2px dashed rgba(0,0,0,.14);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13,110,253,.04), rgba(255,255,255,.95));
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.adjuntos-panel .upload-panel-icon[b-mr54k2taz5] {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
  font-size: 24px;
  color: rgba(0,0,0,.65);
}

.adjuntos-panel .upload-panel:hover[b-mr54k2taz5] {
  border-color: #0d6efd;
  background: linear-gradient(180deg, rgba(13,110,253,.08), rgba(255,255,255,.98));
}

.adjuntos-panel .upload-panel-action[b-mr54k2taz5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.adjuntos-panel[b-mr54k2taz5]  .upload-panel-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.adjuntos-panel .file-item[b-mr54k2taz5] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 .75rem 1.75rem rgba(0,0,0,.08);
}

.adjuntos-panel .adjuntos-thumb[b-mr54k2taz5] {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(245,245,245,.9));
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.adjuntos-panel .adjuntos-thumb img[b-mr54k2taz5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.adjuntos-panel .adjuntos-doc[b-mr54k2taz5] {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: rgba(0,0,0,.55);
}
/* /Components/Shared/ClientePicker.razor.rz.scp.css */
.cliente-picker-option[b-0k0c2n6j4q] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 0px;
  position: relative;
}

.cliente-picker-option[b-0k0c2n6j4q]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: linear-gradient(90deg, rgba(148, 163, 184, .22), rgba(148, 163, 184, .08));
}

.cliente-picker-option__name[b-0k0c2n6j4q] {
  font-weight: 600;
  line-height: normal;
}

.cliente-picker-option__phone[b-0k0c2n6j4q] {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: #4b5563;
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  border: 1px solid rgba(148, 163, 184, .28);
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 1px 2px rgba(15, 23, 42, .04);
  position: relative;
}

.cliente-picker-option__phone i[b-0k0c2n6j4q] {
  font-size: .72rem;
  opacity: .78;
  margin-right: 6px;
}

/*.cliente-picker-option__name + .cliente-picker-option__phone::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(100, 116, 139, .22), rgba(100, 116, 139, .05));
}
*/
.cliente-picker-quick-card[b-0k0c2n6j4q] {
  border: 1px solid rgba(13, 110, 253, .14);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(13, 110, 253, .04), rgba(13, 110, 253, .02));
  padding: 14px;
}

.cliente-picker-quick-card__header[b-0k0c2n6j4q] {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}

.cliente-picker-quick-card__header strong[b-0k0c2n6j4q] {
  font-size: .95rem;
}

.cliente-picker-quick-card__header span[b-0k0c2n6j4q] {
  font-size: .83rem;
  color: rgba(0, 0, 0, .62);
}

.cliente-picker-inline-fields[b-0k0c2n6j4q] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: flex-end;
}

.cliente-picker-field[b-0k0c2n6j4q] {
  flex: 1 1 210px;
  min-width: 0;
}

.cliente-picker-field .form-label[b-0k0c2n6j4q] {
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .cliente-picker-inline-fields[b-0k0c2n6j4q] {
    flex-wrap: nowrap;
  }
}
/* /Components/Shared/FraccionamientosSelectionTable.razor.rz.scp.css */
.fraccionamientos-selection-root[b-k5ls93oy1c] {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.fraccionamientos-selection-scroll[b-k5ls93oy1c] {
  max-height: min(43vh, 410px);
  overflow: auto;
}

.fraccionamientos-selection-table[b-k5ls93oy1c] {
  margin-bottom: 0;
}

.fraccionamientos-selection-table thead th[b-k5ls93oy1c] {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 0.55rem 0.7rem;
  background: #f8fafc;
  color: rgba(15, 23, 42, .78);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0,0,0,.08);
  white-space: nowrap;
}

.fraccionamientos-selection-table tbody td[b-k5ls93oy1c] {
  padding: 0.5rem 0.7rem;
  vertical-align: middle;
}

.fraccionamientos-selection-table tbody tr.is-selected > td[b-k5ls93oy1c] {
  background: rgba(13, 110, 253, .06);
}

.fraccionamientos-selection-col-toggle[b-k5ls93oy1c] {
  width: 60px;
}

.fraccionamientos-selection-col-number[b-k5ls93oy1c] {
  width: 90px;
}

.fraccionamientos-selection-col-state[b-k5ls93oy1c] {
  width: 140px;
}

.fraccionamientos-selection-col-value[b-k5ls93oy1c] {
  width: 150px;
}

.fraccionamientos-selection-btn[b-k5ls93oy1c] {
  min-width: 36px;
  padding-inline: 0;
}

.fraccionamientos-selection-input[b-k5ls93oy1c] {
  min-width: 120px;
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
}

.fraccionamientos-selection-value[b-k5ls93oy1c] {
  min-height: 31px;
  display: flex;
  align-items: center;
}

.fraccionamientos-selection-state[b-k5ls93oy1c] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid transparent;
}

.fraccionamientos-selection-state.is-disponible[b-k5ls93oy1c] {
  background: #d1fae5;
  color: #166534;
  border-color: #86efac;
}

.fraccionamientos-selection-state.is-vendido[b-k5ls93oy1c] {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

.fraccionamientos-selection-state.is-intermedio[b-k5ls93oy1c] {
  background: #fef3c7;
  color: #92400e;
  border-color: #fcd34d;
}

@media (max-width: 767.98px) {
  .fraccionamientos-selection-scroll[b-k5ls93oy1c] {
    max-height: min(38vh, 340px);
  }

  .fraccionamientos-selection-table thead th[b-k5ls93oy1c],
  .fraccionamientos-selection-table tbody td[b-k5ls93oy1c] {
    padding-inline: 0.55rem;
  }

  .fraccionamientos-selection-input[b-k5ls93oy1c] {
    min-width: 104px;
  }
}
/* /Components/Shared/Grid/AppDataGrid.razor.rz.scp.css */
.app-data-grid-scroll[b-emj8jei0kz] {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.app-data-grid-frame[b-emj8jei0kz] {
    position: relative;
}

.app-data-grid-loading-overlay[b-emj8jei0kz] {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(1px);
}

.app-data-grid-loading-card[b-emj8jei0kz] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.15rem;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    color: #475569;
    font-size: 0.95rem;
    font-weight: 600;
}

.app-data-grid-loading-card .spinner-border[b-emj8jei0kz] {
    width: 1.4rem;
    height: 1.4rem;
}


.app-data-grid[b-emj8jei0kz] {
    min-width: 0;
}
.app-data-grid-inner[b-emj8jei0kz] {
    display: block;
    width: 100%;
    min-width: 0;
    vertical-align: top;
}

.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid {
    width: 100%;
    min-width: 0;
}

.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid-data {
    max-height: var(--app-data-grid-max-height, none);
    overflow-x: auto;
    overflow-y: auto;
}

.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid .rz-pager {
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid .rz-pager-summary,
.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid .rz-pagesize-text,
.app-data-grid-scroll[b-emj8jei0kz]  .rz-data-grid .rz-pager .rz-dropdown {
    min-width: 0;
}



.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th,
.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th {
    background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 100%);
    border-bottom: 1px solid #d7e0ea;
    box-shadow: inset 0 -1px 0 rgba(148, 163, 184, 0.12);
    color: #475569;
}

.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rz-column-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th.rz-sortable-column:hover,
.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th.rz-sortable-column:hover {
    background: linear-gradient(180deg, #f1f5f9 0%, #e6edf5 100%);
}

.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rzi-sort,
.app-data-grid-variant-emphasized-header[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rzi-grid-sort,
.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rzi-sort,
.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rzi-grid-sort {
    opacity: 0.75;
}

.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table thead th .rz-column-title {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table td,
.app-data-grid-variant-compact[b-emj8jei0kz]  .rz-data-grid .rz-grid-table td .rz-cell-data {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.app-data-grid-no-truncate[b-emj8jei0kz]  .rz-data-grid .rz-grid-table th,
.app-data-grid-no-truncate[b-emj8jei0kz]  .rz-data-grid .rz-grid-table td,
.app-data-grid-no-truncate[b-emj8jei0kz]  .rz-data-grid .rz-cell-data,
.app-data-grid-no-truncate[b-emj8jei0kz]  .rz-data-grid .rz-column-title {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-grid-table {
    width: max-content !important;
    min-width: 100% !important;
    table-layout: auto !important;
}

.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-grid-table th,
.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-grid-table td,
.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-cell-data,
.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-column-title {
    white-space: nowrap !important;
    overflow-wrap: normal;
    word-break: normal;
}


.app-data-grid-nowrap[b-emj8jei0kz]  .rz-data-grid .rz-grid-table td .rz-cell-data {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
}


.app-data-grid[b-emj8jei0kz]  .rz-grid-table thead th.fw-bold .rz-column-title {
    font-weight: 700 !important;
}

.app-data-grid[b-emj8jei0kz]  .rz-grid-table thead th.fw-semibold .rz-column-title {
    font-weight: 600 !important;
}

.app-data-grid[b-emj8jei0kz]  .rz-grid-table thead th.fw-normal .rz-column-title {
    font-weight: 400 !important;
}

.app-data-grid[b-emj8jei0kz]  .rz-grid-table thead th.fst-italic .rz-column-title {
    font-style: italic !important;
}

.app-data-grid[b-emj8jei0kz]  .rz-grid-table thead th[class*="text-"] .rz-column-title {
    color: inherit !important;
}
/* /Components/Shared/ImagenLightbox.razor.rz.scp.css */
.img-lightbox[b-jbf2g5qrzc] {
  position: fixed;
  inset: 0;
  z-index: 2300;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
}

.img-lightbox-inner[b-jbf2g5qrzc] {
  width: min(1200px, 96vw);
  height: min(90vh, calc(100vh - 4rem));
  background: #0d1117;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.viewer-header[b-jbf2g5qrzc],
.img-lightbox-footer[b-jbf2g5qrzc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  gap: 10px;
  background: #161b22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.img-lightbox-footer[b-jbf2g5qrzc] {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: none;
}

.viewer-title[b-jbf2g5qrzc] {
  font-size: 14px;
  font-weight: 600;
  color: #f0f6fc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
  flex: 1;
}

.viewer-actions[b-jbf2g5qrzc] {
  display: flex;
  gap: 6px;
}

.viewer-actions .btn-tool[b-jbf2g5qrzc] {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.img-lightbox-stage[b-jbf2g5qrzc] {
  background: #05070a;
  display: grid;
  place-items: center;
  position: relative;
}

.img-lightbox-viewport[b-jbf2g5qrzc] {
  width: min(95vw, 1100px);
  height: min(85vh, 700px);
  overflow: hidden;
  position: relative;
}

.img-lightbox-viewport img[b-jbf2g5qrzc] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  max-width: none;
  max-height: none;
}

.zoom-slider[b-jbf2g5qrzc] {
  width: 160px;
  accent-color: #3b82f6;
}

.zoom-label[b-jbf2g5qrzc] {
  font-size: 12px;
  color: #99aab5;
  min-width: 48px;
  text-align: center;
  font-family: Menlo, monospace;
}
/* /Components/Shared/ModalHost.razor.rz.scp.css */
.sso-modal-root[b-1du5wwgl6q] {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: grid;
    place-items: center;
    padding: 1rem;
    overflow: hidden;
    overscroll-behavior: contain;
}

.sso-modal-backdrop[b-1du5wwgl6q] {
    position: absolute;
    inset: 0;
    background-color: rgba(9, 14, 23, 0.55);
    backdrop-filter: blur(2px);
}

.sso-modal-frame[b-1du5wwgl6q] {
    position: relative;
    width: min(1040px, 100%);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    animation: modal-in-b-1du5wwgl6q 140ms ease-out;
}

.sso-modal-root[b-1du5wwgl6q]  .rz-popup,
.sso-modal-root[b-1du5wwgl6q]  .rz-dropdown-panel,
.sso-modal-root[b-1du5wwgl6q]  .rz-overlaypanel {
    z-index: 2155 !important;
}

@keyframes modal-in-b-1du5wwgl6q {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* /Components/Shared/ModalShell.razor.rz.scp.css */
.modal-shell[b-vfjywrf4am] {
  display: flex;
  flex-direction: column;
  max-height: min(88vh, calc(100vh - 2rem));
  overflow: hidden;
}

.modal-shell__header[b-vfjywrf4am],
.modal-shell__footer[b-vfjywrf4am] {
  flex-shrink: 0;
}

.modal-shell__body[b-vfjywrf4am] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
}
/* /Components/Shared/ModalStepper.razor.rz.scp.css */
.modal-stepper[b-l07bhhix0n] {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0.9rem;
  width: min(100%, var(--modal-stepper-max-width, 44rem));
  margin-inline: auto;
}

.modal-stepper__item[b-l07bhhix0n] {
  display: grid;
  grid-template-columns: auto minmax(2.5rem, 1fr);
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  column-gap: 0.6rem;
}

.modal-stepper__item.is-last[b-l07bhhix0n] {
  grid-template-columns: auto;
  flex: 0 1 auto;
}

.modal-stepper__node[b-l07bhhix0n] {
  display: grid;
  justify-items: center;
  align-content: start;
  row-gap: 0.38rem;
  min-width: 0;
}

.modal-stepper__circle[b-l07bhhix0n] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  border: 2px solid transparent;
  transition: all .2s ease;
}

.modal-stepper__label[b-l07bhhix0n] {
  font-size: 13px;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  max-width: 6.75rem;
  transition: color .2s ease;
}

.modal-stepper__node.done .modal-stepper__circle[b-l07bhhix0n] {
  background: #198754;
  color: #fff;
  border-color: #198754;
}

.modal-stepper__node.active .modal-stepper__circle[b-l07bhhix0n] {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

.modal-stepper__node.pending .modal-stepper__circle[b-l07bhhix0n] {
  background: #fff;
  color: rgba(0, 0, 0, .35);
  border-color: rgba(0, 0, 0, .12);
}

.modal-stepper__node.done .modal-stepper__label[b-l07bhhix0n] {
  color: #198754;
}

.modal-stepper__node.active .modal-stepper__label[b-l07bhhix0n] {
  color: #0d6efd;
  font-weight: 700;
}

.modal-stepper__node.pending .modal-stepper__label[b-l07bhhix0n] {
  color: rgba(0, 0, 0, .35);
}

.modal-stepper__line[b-l07bhhix0n] {
  align-self: start;
  margin-top: 14px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}

.modal-stepper__line.done[b-l07bhhix0n] {
  background: #198754;
}

.modal-stepper__line.pending[b-l07bhhix0n] {
  background: rgba(0, 0, 0, .12);
}

@media (max-width: 767.98px) {
  .modal-stepper[b-l07bhhix0n] {
    gap: 0.55rem;
  }

  .modal-stepper__item[b-l07bhhix0n] {
    column-gap: 0.35rem;
  }

  .modal-stepper__label[b-l07bhhix0n] {
    font-size: 0.72rem;
    max-width: 4.6rem;
  }
}
/* /Components/Shared/NotificationHost.razor.rz.scp.css */
.notification-alert-stack[b-apio3qzv2l] {
    position: fixed;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2200;
    width: min(32rem, calc(100vw - 1.5rem));
    pointer-events: none;
}

.notification-alert-stack .notification-alert[b-apio3qzv2l] {
    pointer-events: auto;
}

.notification-alert[b-apio3qzv2l] {
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: var(--sso-surface);
}

.notification-marker[b-apio3qzv2l] {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    flex: 0 0 auto;
    margin-top: 0.35rem;
}

.notification-toast-container[b-apio3qzv2l] {
    z-index: 2205;
    width: min(28rem, calc(100vw - 1.5rem));
}

.notification-toast[b-apio3qzv2l] {
    background: color-mix(in srgb, var(--sso-surface) 94%, white 6%);
    color: var(--sso-text);
    border: 1px solid var(--sso-border);
    border-left: 4px solid transparent;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.18), 0 0.25rem 0.75rem rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    margin-top: 0.75rem;
}

.notification-toast.notification-toast-success[b-apio3qzv2l] {
    border-left-color: #198754;
}

.notification-toast.notification-toast-info[b-apio3qzv2l] {
    border-left-color: #0dcaf0;
}

.notification-toast.notification-toast-warning[b-apio3qzv2l] {
    border-left-color: #ffc107;
}

.notification-toast.notification-toast-danger[b-apio3qzv2l] {
    border-left-color: #dc3545;
}

.notification-toast .toast-header[b-apio3qzv2l] {
    background: color-mix(in srgb, var(--sso-surface) 88%, var(--sso-brand) 12%);
    color: var(--sso-text);
    padding-bottom: 0.55rem;
}

.notification-toast .toast-body[b-apio3qzv2l] {
    color: var(--sso-muted);
    padding-top: 0.85rem;
    padding-bottom: 1rem;
}




/* /Components/Shared/ProyectoAdjuntosStep.razor.rz.scp.css */

/* /Components/Shared/QuickViewModal.razor.rz.scp.css */
.entity-modal[b-inh8xhl1z0] {
    max-width: 920px;
    margin: 0 auto;
    border-radius: 16px;
    background-color: var(--sso-surface);
}

.quick-view-modal .quick-view-field[b-inh8xhl1z0] {
    height: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.quick-view-modal .quick-view-field__label[b-inh8xhl1z0],
.quick-view-modal .quick-view-section__title[b-inh8xhl1z0] {
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.56);
}

.quick-view-modal .quick-view-field__value[b-inh8xhl1z0] {
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.9);
    line-height: 1.35;
}

.quick-view-modal .quick-view-section[b-inh8xhl1z0] {
    padding-top: 0.35rem;
}

.quick-view-modal .quick-view-chip[b-inh8xhl1z0] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(15, 23, 42, 0.04);
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.82rem;
    font-weight: 700;
}

.quick-view-modal .quick-view-action-btn[b-inh8xhl1z0] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

@media (max-width: 767.98px) {
    .quick-view-modal .card-header[b-inh8xhl1z0],
    .quick-view-modal .card-body[b-inh8xhl1z0],
    .quick-view-modal .card-footer[b-inh8xhl1z0] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .quick-view-modal .quick-view-field__value[b-inh8xhl1z0] {
        font-size: 0.94rem;
    }
}
