/* /Components/ConceptoNoSuministradoDialog.razor.rz.scp.css */
/* ── Overlay ── */
.cns-overlay[b-55ffh216tf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    backdrop-filter: blur(3px);
    animation: cns-fade-in-b-55ffh216tf 0.15s ease;
}

@keyframes cns-fade-in-b-55ffh216tf {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Panel ── */
.cns-panel[b-55ffh216tf] {
    background: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: cns-slide-in-b-55ffh216tf 0.15s ease;
}

@keyframes cns-slide-in-b-55ffh216tf {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ── Header ── */
.cns-header[b-55ffh216tf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #E5E5E5;
}

.cns-title[b-55ffh216tf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .cns-title .material-symbols-outlined[b-55ffh216tf] {
        color: #111111;
        font-size: 1.3rem;
    }

    .cns-title h5[b-55ffh216tf] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #111111;
    }

.cns-close[b-55ffh216tf] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem;
    cursor: pointer;
    color: #888888;
    transition: all 0.15s ease;
}

    .cns-close:hover[b-55ffh216tf] {
        color: #111111;
        border-color: #888888;
    }

    .cns-close .material-symbols-outlined[b-55ffh216tf] {
        font-size: 1.15rem;
    }

/* ── Body ── */
.cns-body[b-55ffh216tf] {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* ── Field ── */
.cns-field[b-55ffh216tf] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.cns-field-label[b-55ffh216tf] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #444444;
}

.cns-required[b-55ffh216tf] {
    color: #E53935;
    margin-left: 0.15rem;
}

.cns-field-input[b-55ffh216tf],
.cns-field-textarea[b-55ffh216tf] {
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    color: #111111;
    font-family: inherit;
    background: #FFFFFF;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.cns-field-textarea[b-55ffh216tf] {
    resize: vertical;
    min-height: 4.5rem;
}

    .cns-field-input:focus[b-55ffh216tf],
    .cns-field-textarea:focus[b-55ffh216tf] {
        border-color: #111111;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
    }

    .cns-field-input[b-55ffh216tf]::placeholder,
    .cns-field-textarea[b-55ffh216tf]::placeholder {
        color: #AAAAAA;
    }

.cns-field-input--error[b-55ffh216tf] {
    border-color: #E53935 !important;
}

/* ── Footer ── */
.cns-footer[b-55ffh216tf] {
    padding: 0.85rem 1.25rem;
    border-top: 1px solid #E5E5E5;
}

.cns-footer-buttons[b-55ffh216tf] {
    display: flex;
    gap: 0.65rem;
    justify-content: flex-end;
}

.cns-btn-confirm[b-55ffh216tf] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #111111;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
    font-family: inherit;
}

    .cns-btn-confirm:hover[b-55ffh216tf] {
        background: #333333;
    }

    .cns-btn-confirm .material-symbols-outlined[b-55ffh216tf] {
        font-size: 1.1rem;
    }

.cns-btn-cancel[b-55ffh216tf] {
    background: transparent;
    color: #666666;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    padding: 0.55rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: inherit;
}

    .cns-btn-cancel:hover[b-55ffh216tf] {
        border-color: #888888;
        color: #111111;
    }
/* /Components/ConfirmationDialog.razor.rz.scp.css */
.overflow-control[b-sbip14q9d2] {
  overflow-wrap: anywhere;
}
.modal[b-sbip14q9d2] {
  position: fixed;
  top: 20rem;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.button-punt-nautic[b-sbip14q9d2] {
  padding: 0.65rem 1.75rem;
  background-color: #111111;
  border-color: #111111;
  color: white;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.18s ease;
}
.button-punt-nautic:hover[b-sbip14q9d2] {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.button-punt-nautic-secondary[b-sbip14q9d2] {
  padding: 0.65rem 1.75rem;
  background-color: transparent;
  border: 1px solid #111111;
  color: #111111;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.18s ease;
}
.button-punt-nautic-secondary:hover[b-sbip14q9d2] {
  background-color: #111111;
  border-color: #111111;
  color: white;
}
.modal-title[b-sbip14q9d2] {
  cursor: none;
  pointer-events: none;
}
/* /Components/GenericFilterSelect/FilterSelectComponent.razor.rz.scp.css */
body .search-dropdown-pop-active-fixed-bg[b-0uctwt03e9] {
    position: fixed;
    background: #a1a1a159;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: auto;
}

*[b-0uctwt03e9], [b-0uctwt03e9]::after, [b-0uctwt03e9]::before {
    box-sizing: border-box;
}


.search-select-component .dropdown-toggle[b-0uctwt03e9] {
    white-space: nowrap;
}

.search-select-component .dropdown-toggle[b-0uctwt03e9]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.search-select-component .dropdown-toggle:empty[b-0uctwt03e9]::after {
    margin-left: 0;
}

.search-select-component .dropdown-menu[b-0uctwt03e9] {
    display: none;
}


.search-dropdown-pop-wrapper[b-0uctwt03e9] {
    margin: auto;
    height: 100vh;
    position: relative;
    width: -moz-min-content;
    width: min-content;
    padding: 20px;
}

.dropdown-btn[b-0uctwt03e9] {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-btn:hover[b-0uctwt03e9], .dropdown-btn:focus[b-0uctwt03e9] {
    background-color: #3e8e41;
}

.dropdown-input[b-0uctwt03e9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%234c4c4c' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-position: 10px 14px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: sticky;
    top: 0;
}

.dropdown-input:focus[b-0uctwt03e9] {
    outline: 1px solid #ddd;
}

.search-select-component[b-0uctwt03e9] {
    position: relative;
}

.search-select-component .dropdown[b-0uctwt03e9] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-select-component .dropdown-content[b-0uctwt03e9] {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.search-select-component .dropdown-menu.show[b-0uctwt03e9] {
    display: block !important;
    position: absolute;
}

.search-select-component .dropdown-menu ul[b-0uctwt03e9] {
    margin: 0;
    padding: 0;
}

.search-select-component .dropdown-menu ul li[b-0uctwt03e9] {
    padding: 5px 10px;
    list-style: none;
    /*white-space: nowrap;*/
    cursor: default;
    text-wrap: wrap;
    white-space: pre-wrap;
}

    .search-select-component .dropdown li:hover[b-0uctwt03e9],
    .search-select-component .dropdown li.active[b-0uctwt03e9] {
        background-color: rgb(203 159 111);
        color: rgba(255,255,255, 1);
    }

    .search-select-component .dropdown-menu[b-0uctwt03e9] {
        max-height: 400px;
        min-width: 230px;
        overflow-y: auto;
        padding-top: 0;
        width: -webkit-fill-available;
        box-shadow: 0px 12px 30px rgb(0 0 0 / 20%);
        border: 1px solid rgb(255 255 255 / 68%);
        border-top: none;
    }

.search-select-component .dropdown-toggle[b-0uctwt03e9] {
    background: white;
    color: #000;
    border: 1px solid #ced4da;
    font-size: 16px;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    text-align: left;
    width: 100%;
    transition: none;
    outline: none;
    border-radius: 0.25rem;
}

.search-select-component .dropdown-toggle:disabled[b-0uctwt03e9] {
    background: #e9ecef;
}

.search-select-component .dropdown-toggle[b-0uctwt03e9]:after {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-left: 0.455em;
    top: 3px;
    border: none;
}

.search-select-component .dropdown-toggle.form-floating span.label[b-0uctwt03e9] {
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    position: absolute;
    top: 1px;
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
    padding-left: 0.6rem;
}

.search-select-component .form-floating > .search-select-selected[b-0uctwt03e9] {
    padding-right: 1.2rem;
    padding-left: 0.25rem;
    position: relative;
    top: 0.65rem;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/IdiomaPresupuestoDialog.razor.rz.scp.css */
.modal[b-rpii0g5hqg] {
    position: fixed;
    top: 20rem;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-title[b-rpii0g5hqg] {
    cursor: default;
    pointer-events: none;
}

.button-punt-nautic[b-rpii0g5hqg] {
    padding: 0.65rem 1.75rem;
    background-color: #111111;
    border-color: #111111;
    color: white;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: 0.18s ease;
}

    .button-punt-nautic:hover[b-rpii0g5hqg] {
        background-color: #000000;
        border-color: #000000;
        color: white;
    }

.button-punt-nautic-secondary[b-rpii0g5hqg] {
    padding: 0.65rem 1.75rem;
    background-color: transparent;
    border: 1px solid #111111;
    color: #111111;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: 0.18s ease;
}

    .button-punt-nautic-secondary:hover[b-rpii0g5hqg] {
        background-color: #111111;
        border-color: #111111;
        color: white;
    }

.idioma-dialog-desc[b-rpii0g5hqg] {
    font-size: 0.875rem;
    color: #555555;
    margin-bottom: 1rem;
}

.idioma-dialog-field[b-rpii0g5hqg] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.idioma-dialog-label[b-rpii0g5hqg] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #888888;
}

.idioma-dialog-select[b-rpii0g5hqg] {
    width: 100%;
    padding: 0.6rem 0.85rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: #111111;
    background: #FAFAFA;
    outline: none;
    transition: border-color 0.15s ease;
}

    .idioma-dialog-select:focus[b-rpii0g5hqg] {
        border-color: #111111;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
        background: #FFFFFF;
    }
/* /Components/ImageViewerDialog.razor.rz.scp.css */
/* ── Overlay ── */
.ivd-overlay[b-k0nhfc0jyf] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    backdrop-filter: blur(3px);
    animation: ivd-fade-in-b-k0nhfc0jyf 0.15s ease;
}

@keyframes ivd-fade-in-b-k0nhfc0jyf {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Panel ── */
.ivd-panel[b-k0nhfc0jyf] {
    background: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 780px;
    height: 70vh;
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: ivd-slide-in-b-k0nhfc0jyf 0.15s ease;
}

@keyframes ivd-slide-in-b-k0nhfc0jyf {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ── Header ── */
.ivd-header[b-k0nhfc0jyf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #E5E5E5;
    flex-shrink: 0;
    gap: 0.75rem;
}

.ivd-title[b-k0nhfc0jyf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.ivd-code[b-k0nhfc0jyf] {
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    font-weight: 600;
    color: #444444;
    background: rgba(0, 0, 0, 0.07);
    padding: 0.15rem 0.5rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.ivd-desc[b-k0nhfc0jyf] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ivd-close[b-k0nhfc0jyf] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #888888;
    border-radius: 0.4rem;
    padding: 0.3rem;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

    .ivd-close:hover[b-k0nhfc0jyf] {
        background: rgba(0, 0, 0, 0.06);
        color: #111111;
    }

    .ivd-close .material-symbols-outlined[b-k0nhfc0jyf] {
        font-size: 1.35rem;
    }

/* ── Body ── */
.ivd-body[b-k0nhfc0jyf] {
    flex: 1;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #F5F5F5;
    min-height: 220px;
}

.ivd-img[b-k0nhfc0jyf] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0.35rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.10);
}

/* ── Thumbnails strip ── */
.ivd-thumbnails[b-k0nhfc0jyf] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #E5E5E5;
    overflow-x: auto;
    flex-shrink: 0;
}

.ivd-thumb[b-k0nhfc0jyf] {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    flex-shrink: 0;
    padding: 0;
    transition: border-color 0.15s ease;
    background: none;
}

    .ivd-thumb img[b-k0nhfc0jyf] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .ivd-thumb--active[b-k0nhfc0jyf] {
        border-color: #111111;
    }

    .ivd-thumb:hover:not(.ivd-thumb--active)[b-k0nhfc0jyf] {
        border-color: #CCCCCC;
    }

/* ── Responsive ── */
@media (max-width: 600px) {
    .ivd-overlay[b-k0nhfc0jyf] {
        padding: 0.75rem;
        align-items: center;
    }

    .ivd-panel[b-k0nhfc0jyf] {
        height: 75vh;
        max-height: 96vh;
    }
}
/* /Components/Loading.razor.rz.scp.css */
.overflow-control[b-7jazsnwuqn] {
  overflow-wrap: anywhere;
}
.spinner-overlay[b-7jazsnwuqn] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner-overlay .spinner[b-7jazsnwuqn] {
  border: 10px solid silver;
  border-top: 10px solid #3990bd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin-b-7jazsnwuqn 700ms linear infinite;
}
@keyframes spin-b-7jazsnwuqn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* /Components/ProductoUsuarioDialog.razor.rz.scp.css */
/* ── Overlay ── */
.pud-overlay[b-etdq2nkh6h] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    backdrop-filter: blur(3px);
    animation: pud-fade-in-b-etdq2nkh6h 0.15s ease;
}

@keyframes pud-fade-in-b-etdq2nkh6h {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── Panel ── */
.pud-panel[b-etdq2nkh6h] {
    background: #FFFFFF;
    border-radius: 0.75rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
    width: 100%;
    max-width: 820px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: pud-slide-in-b-etdq2nkh6h 0.15s ease;
}

@keyframes pud-slide-in-b-etdq2nkh6h {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ── Header ── */
.pud-header[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #E5E5E5;
    flex-shrink: 0;
}

.pud-title[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .pud-title .material-symbols-outlined[b-etdq2nkh6h] {
        color: #111111;
        font-size: 1.3rem;
    }

    .pud-title h5[b-etdq2nkh6h] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #111111;
    }

.pud-close[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem;
    cursor: pointer;
    color: #888888;
    transition: all 0.15s ease;
}

    .pud-close:hover[b-etdq2nkh6h] {
        color: #111111;
        border-color: #888888;
    }

    .pud-close .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 1.15rem;
    }

/* ── Search ── */
.pud-search[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #E5E5E5;
    flex-shrink: 0;
}

.pud-search-icon[b-etdq2nkh6h] {
    color: #888888;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pud-search-input[b-etdq2nkh6h] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 0.875rem;
    color: #111111;
    background: transparent;
    font-family: inherit;
}

    .pud-search-input[b-etdq2nkh6h]::placeholder {
        color: #AAAAAA;
    }

.pud-search-clear[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #888888;
    padding: 0.15rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease;
}

    .pud-search-clear:hover[b-etdq2nkh6h] {
        color: #111111;
    }

    .pud-search-clear .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 1rem;
    }

/* ── Body (scrollable) ── */
.pud-body[b-etdq2nkh6h] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

/* ── Product list ── */
.pud-product-list[b-etdq2nkh6h] {
    display: flex;
    flex-direction: column;
}

.pud-product-row[b-etdq2nkh6h] {
    display: grid;
    grid-template-columns: 2rem 4.5rem 1fr auto auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 1.25rem;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
    transition: background-color 0.12s ease;
}

    .pud-product-row:hover[b-etdq2nkh6h] {
        background-color: rgba(0, 0, 0, 0.025);
    }

    .pud-product-row--selected[b-etdq2nkh6h] {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .pud-product-row:last-child[b-etdq2nkh6h] {
        border-bottom: none;
    }

.pud-product-check[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pud-checkbox[b-etdq2nkh6h] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #111111;
    cursor: pointer;
}

/* ── Thumbnail ── */
.pud-product-thumb-cell[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 3rem;
}

.pud-product-thumb[b-etdq2nkh6h] {
    max-width: 4rem;
    max-height: 3rem;
    object-fit: cover;
    border-radius: 0.3rem;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .pud-product-thumb:hover[b-etdq2nkh6h] {
        border-color: #111111;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
    }

.pud-product-thumb-placeholder[b-etdq2nkh6h] {
    width: 4rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 0.3rem;
    border: 1px solid #E5E5E5;
}

    .pud-product-thumb-placeholder .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 1.3rem;
        color: #CCCCCC;
    }

/* ── Product info ── */
.pud-product-info[b-etdq2nkh6h] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.pud-product-code[b-etdq2nkh6h] {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #444444;
}

.pud-product-desc[b-etdq2nkh6h] {
    font-size: 0.82rem;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Product actions ── */
.pud-product-actions[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

[b-etdq2nkh6h] .file-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0.15rem;
    cursor: pointer;
    border-radius: 0.25rem;
    flex-shrink: 0;
    transition: all 0.15s ease;
    line-height: 1;
}

    [b-etdq2nkh6h] .file-btn .material-symbols-outlined {
        font-size: 1rem;
    }

[b-etdq2nkh6h] .file-btn--img {
    color: #555555;
}

    [b-etdq2nkh6h] .file-btn--img:hover {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

[b-etdq2nkh6h] .file-btn--doc {
    color: #888888;
}

    [b-etdq2nkh6h] .file-btn--doc:hover {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

/* ── Empty state ── */
.pud-empty[b-etdq2nkh6h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1rem;
    color: #888888;
}

    .pud-empty .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 2.5rem;
        color: #CCCCCC;
    }

    .pud-empty p[b-etdq2nkh6h] {
        margin: 0;
        font-size: 0.85rem;
    }

/* ── Quantity cell & input ── */
.pud-product-qty[b-etdq2nkh6h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 4.5rem;
}

.pud-qty-label[b-etdq2nkh6h] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888888;
    margin-bottom: 0.15rem;
    line-height: 1;
}

.pud-qty-input[b-etdq2nkh6h] {
    width: 4.5rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    padding: 0.25rem 0.4rem;
    font-size: 0.82rem;
    color: #111111;
    text-align: center;
    outline: none;
    background: #FAFAFA;
    font-family: inherit;
    transition: border-color 0.15s ease;
}

    .pud-qty-input:focus[b-etdq2nkh6h] {
        border-color: #111111;
        background: #FFFFFF;
    }

/* ── Free text section ── */
.pud-freetext-section[b-etdq2nkh6h] {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #E5E5E5;
}

.pud-freetext-label[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
}

    .pud-freetext-label .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 1.1rem;
        color: #888888;
    }

.pud-freetext-input[b-etdq2nkh6h] {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
    color: #111111;
    resize: vertical;
    min-height: 3rem;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    font-family: inherit;
    background: #FAFAFA;
}

    .pud-freetext-input:focus[b-etdq2nkh6h] {
        border-color: #111111;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
        background: #FFFFFF;
    }

    .pud-freetext-input[b-etdq2nkh6h]::placeholder {
        color: #AAAAAA;
    }

.pud-freetext-qty-row[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.pud-freetext-qty-label[b-etdq2nkh6h] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #888888;
}

/* ── Footer ── */
.pud-footer[b-etdq2nkh6h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-top: 1px solid #E5E5E5;
    flex-shrink: 0;
    gap: 0.75rem;
}

.pud-selection-count[b-etdq2nkh6h] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #888888;
}

.pud-footer-buttons[b-etdq2nkh6h] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.pud-btn-cancel[b-etdq2nkh6h] {
    background: transparent;
    color: #888888;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .pud-btn-cancel:hover[b-etdq2nkh6h] {
        border-color: #888888;
        color: #111111;
    }

.pud-btn-confirm[b-etdq2nkh6h] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #111111;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

    .pud-btn-confirm:hover[b-etdq2nkh6h] {
        background: #000000;
        transform: translateY(-1px);
    }

    .pud-btn-confirm:disabled[b-etdq2nkh6h] {
        background: #DDDDDD;
        cursor: default;
        transform: none;
    }

    .pud-btn-confirm .material-symbols-outlined[b-etdq2nkh6h] {
        font-size: 1rem;
    }

/* ── Responsive ── */
@media (max-width: 640px) {
    .pud-overlay[b-etdq2nkh6h] {
        padding: 0.5rem;
    }

    .pud-product-row[b-etdq2nkh6h] {
        grid-template-columns: 2rem 3rem 1fr auto;
        gap: 0.5rem;
        padding: 0.5rem 0.75rem;
    }

    .pud-product-thumb-cell[b-etdq2nkh6h] {
        width: 3rem;
        height: 2.25rem;
    }

    .pud-product-thumb[b-etdq2nkh6h] {
        max-width: 3rem;
        max-height: 2.25rem;
    }

    .pud-product-thumb-placeholder[b-etdq2nkh6h] {
        width: 3rem;
        height: 2.25rem;
    }

    .pud-footer[b-etdq2nkh6h] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .pud-footer-buttons[b-etdq2nkh6h] {
        justify-content: flex-end;
    }
}
/* /Components/RichTextEditor.razor.rz.scp.css */
.rte-wrapper[b-2lnyxb3j10] {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rte-editor[b-2lnyxb3j10] {
    min-height: 200px;
    font-size: 0.9rem;
    font-family: inherit;
    overflow: hidden;
}

.rte-editor img[b-2lnyxb3j10] {
    max-width: 100%;
    height: auto;
    display: block;
}
/* /Components/ToastNotification.razor.rz.scp.css */
.cs-toast-container[b-xipctugklg] {
    position: fixed;
    top: 4.5rem;
    right: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cs-toast[b-xipctugklg] {
    cursor: pointer;
    padding: 0.75rem;
    color: #fff;
    min-width: 22rem;
    border-radius: 0.55rem;
    margin-bottom: 0.5rem;
    overflow: hidden; 
    white-space: normal;
    word-break: break-all;
}

/* Media query para dispositivos móviles (ancho máximo de 480px) */
@media (max-width: 480px) {
    .cs-toast-container[b-xipctugklg] {
        padding: 0.5rem 1rem;
        right: 0%;
        left: 0%;
    }

    .cs-toast[b-xipctugklg] {
        max-width: 100%;
    }
}


.cs-toast-content[b-xipctugklg] {
    display: flex;
}

.cs-toast-icon[b-xipctugklg] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 1.8rem;
}

.cs-toast-body[b-xipctugklg] {
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.cs-toast .h-notification[b-xipctugklg] {
    color: black;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0;
}

.cs-toast h5[b-xipctugklg] {
    margin-bottom: 0;
}

.cs-toast p[b-xipctugklg] {
    margin-bottom: 0;
}

.cs-toast-visible[b-xipctugklg] {
    animation: fadein 1.5s;
}
/* /Pages/Index.razor.rz.scp.css */
/* ── Welcome header ── */
.welcome-header[b-krx03eb2sy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E5E5E5;
}

.welcome-title[b-krx03eb2sy] {
    font-family: 'Antic Didone', serif;
    color: #111111;
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 0.2rem;
    letter-spacing: 0.01em;
}

.welcome-name[b-krx03eb2sy] {
    color: #111111;
    font-weight: 700;
    font-style: normal;
}

.welcome-sub[b-krx03eb2sy] {
    color: #888888;
    margin: 0;
    font-size: 0.875rem;
}

.welcome-badge[b-krx03eb2sy] {
    background-color: rgba(0, 0, 0, 0.06);
    color: #333333;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── KPI Cards ── */
.kpi-row[b-krx03eb2sy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.kpi-card[b-krx03eb2sy] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.kpi-icon[b-krx03eb2sy] {
    font-size: 2rem;
    flex-shrink: 0;
    padding-right: 0;
}

.kpi-teal[b-krx03eb2sy] {
    color: #111111;
}

.kpi-navy[b-krx03eb2sy] {
    color: #111111;
}

.kpi-value[b-krx03eb2sy] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kpi-label[b-krx03eb2sy] {
    font-size: 0.78rem;
    color: #888888;
    margin-top: 0.2rem;
}

/* ── Section card ── */
.section-card[b-krx03eb2sy] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem 0.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.section-header[b-krx03eb2sy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #111111;
}

.section-header h5[b-krx03eb2sy] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.section-header .material-symbols-outlined[b-krx03eb2sy] {
    color: #111111;
    padding-right: 0;
}

/* ── Quotes table ── */
.quotes-table[b-krx03eb2sy] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.quotes-table thead th[b-krx03eb2sy] {
    color: #888888;
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.5rem 0.75rem;
    border-bottom: 2px solid #E5E5E5;
    white-space: nowrap;
}

.quotes-table tbody tr[b-krx03eb2sy] {
    border-bottom: 1px solid #F0F0F0;
    transition: background-color 0.15s ease;
}

.quotes-table tbody tr:last-child[b-krx03eb2sy] {
    border-bottom: none;
}

.quotes-table tbody tr:hover[b-krx03eb2sy] {
    background-color: rgba(0, 0, 0, 0.025);
}

.quotes-table td[b-krx03eb2sy] {
    padding: 0.85rem 0.75rem;
    color: #111111;
    vertical-align: middle;
}

.quotes-table td.ref[b-krx03eb2sy] {
    font-family: monospace;
    font-size: 0.8rem;
    color: #444444;
    font-weight: 600;
}

.quotes-table td.amount[b-krx03eb2sy] {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* ── Status badges ── */
.badge[b-krx03eb2sy] {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border-radius: 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.badge-pending[b-krx03eb2sy] {
    background-color: rgba(180, 120, 0, 0.10);
    color: #7A5200;
}

.badge-expired[b-krx03eb2sy] {
    background-color: rgba(181, 39, 30, 0.10);
    color: #B5271E;
}

.badge-signed[b-krx03eb2sy] {
    background-color: rgba(0, 0, 0, 0.07);
    color: #333333;
}

/* ── Welcome controls (idioma + badge) ── */
.welcome-controls[b-krx03eb2sy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* ── Catalog filters ── */
.catalog-filters[b-krx03eb2sy] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filter-group[b-krx03eb2sy] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.filter-label[b-krx03eb2sy] {
    font-size: 0.72rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-select[b-krx03eb2sy] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    color: #111111;
    font-size: 0.875rem;
    padding: 0.45rem 2rem 0.45rem 0.75rem;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23888888' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    cursor: pointer;
    transition: border-color 0.15s ease;
}

.filter-select:focus[b-krx03eb2sy] {
    outline: none;
    border-color: #111111;
}

/* ── Model catalog grid ── */
.catalog-grid[b-krx03eb2sy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

/* ── Model card ── */
.model-card[b-krx03eb2sy] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.model-card:hover[b-krx03eb2sy] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    transform: translateY(-2px);
}

.model-image-wrapper[b-krx03eb2sy] {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    cursor: pointer;
    background-color: #F0F0F0;
}

.model-image[b-krx03eb2sy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.model-image-wrapper:hover .model-image[b-krx03eb2sy] {
    /*transform: scale(1.04);*/
}

.model-image-placeholder[b-krx03eb2sy] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CCCCCC;
}

.model-image-placeholder .material-symbols-outlined[b-krx03eb2sy] {
    font-size: 3.5rem;
}

.model-info[b-krx03eb2sy] {
    padding: 1rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.model-name[b-krx03eb2sy] {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
}

.btn-presupuesto[b-krx03eb2sy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background-color: #111111;
    color: #FFFFFF;
    border: none;
    border-radius: 2rem;
    padding: 0.55rem 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}

.btn-presupuesto:hover[b-krx03eb2sy] {
    background-color: #000000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

.btn-presupuesto:active[b-krx03eb2sy] {
    transform: translateY(0);
    box-shadow: none;
}

.btn-presupuesto:focus-visible[b-krx03eb2sy] {
    outline: 2px solid #111111;
    outline-offset: 3px;
}

.btn-presupuesto .material-symbols-outlined[b-krx03eb2sy] {
    font-size: 1.1rem;
}

/* ── Catalog empty state ── */
.catalog-empty[b-krx03eb2sy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: #888888;
    text-align: center;
}

.catalog-empty .material-symbols-outlined[b-krx03eb2sy] {
    font-size: 3rem;
    color: #CCCCCC;
}

.catalog-empty p[b-krx03eb2sy] {
    margin: 0;
    font-size: 0.9rem;
}

/* /Pages/Login.razor.rz.scp.css */
.overflow-control[b-8xbvj7u2yf] {
  overflow-wrap: anywhere;
}
.login-page[b-8xbvj7u2yf] {
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  padding: 1.5rem;
}
.login-card[b-8xbvj7u2yf] {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 3.5rem 3.5rem 3rem;
  width: 100%;
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-logo[b-8xbvj7u2yf] {
  margin-bottom: 3rem;
}
.logo[b-8xbvj7u2yf] {
  width: 13rem;
  height: auto;
  display: block;
}
.login-error[b-8xbvj7u2yf] {
  width: 100%;
  font-size: 0.78rem;
  font-weight: 500;
  color: #b5271e;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
  padding: 0.6rem 0.8rem;
  background-color: rgba(181, 39, 30, 0.06);
  border-radius: 4px;
  border-left: 3px solid rgba(181, 39, 30, 0.5);
}
.login-form[b-8xbvj7u2yf] {
  width: 100%;
}
.field-group[b-8xbvj7u2yf] {
  margin-bottom: 2rem;
}
.etiqueta[b-8xbvj7u2yf] {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
  margin-bottom: 0.4rem;
}
.button-sasga[b-8xbvj7u2yf] {
  width: 100%;
  background-color: #111111;
  border-color: #111111;
  color: white;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.85rem 1.5rem;
  margin-top: 0.25rem;
  -webkit-transition: 0.18s ease;
  -moz-transition: 0.18s ease;
  -ms-transition: 0.18s ease;
  -o-transition: 0.18s ease;
}
.button-sasga:hover[b-8xbvj7u2yf],
.button-sasga:focus[b-8xbvj7u2yf] {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.button-sasga--ghost[b-8xbvj7u2yf] {
  background-color: #111111;
  border-color: #111111;
  color: white;
}
.button-sasga--ghost:hover[b-8xbvj7u2yf],
.button-sasga--ghost:focus[b-8xbvj7u2yf] {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
.version[b-8xbvj7u2yf] {
  margin-top: 2rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(108, 124, 146, 0.75);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
/* /Pages/Presupuestos/DetallePresupuesto.razor.rz.scp.css */
/* ── Sticky bar ── */
.detalle-sticky-bar[b-70k6ka0y8d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.2s ease;
    pointer-events: none;
}

.detalle-sticky-bar.np-sticky-bar--visible[b-70k6ka0y8d] {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 769px) {
    .detalle-sticky-bar[b-70k6ka0y8d] {
        left: 265px;
    }
}

.np-sb-main[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1.25rem;
    min-height: 2.75rem;
}

.np-sb-back[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.35rem;
    color: #666666;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

    .np-sb-back:hover[b-70k6ka0y8d] {
        background: rgba(0, 0, 0, 0.06);
        color: #111111;
    }

    .np-sb-back .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1.15rem;
    }

.np-sb-icon[b-70k6ka0y8d] {
    font-size: 1.1rem;
    color: #111111 !important;
    flex-shrink: 0;
}

.np-sb-details[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    overflow: hidden;
}

.np-sb-model[b-70k6ka0y8d] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111111;
    white-space: nowrap;
}

.np-sb-tarifa[b-70k6ka0y8d],
.np-sb-zona[b-70k6ka0y8d],
.np-sb-idioma[b-70k6ka0y8d] {
    font-size: 0.78rem;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-sb-sep[b-70k6ka0y8d] {
    color: #CCCCCC;
    font-size: 0.72rem;
    flex-shrink: 0;
}

.np-sb-divider[b-70k6ka0y8d] {
    width: 1px;
    height: 1.2rem;
    background: #E0E4ED;
    flex-shrink: 0;
}

.np-sb-client[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    overflow: hidden;
}

.np-sb-client-icon[b-70k6ka0y8d] {
    font-size: 0.95rem;
    color: #888888 !important;
    flex-shrink: 0;
}

.np-sb-client-text[b-70k6ka0y8d] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-sb-total[b-70k6ka0y8d] {
    margin-left: auto;
    font-size: 0.88rem;
    font-weight: 700;
    color: #111111;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.detalle-scroll-sentinel[b-70k6ka0y8d] {
    height: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
}

/* Estado badge en sticky bar */
.np-sb-estado[b-70k6ka0y8d] {
    flex-shrink: 0;
    font-size: 0.68rem !important;
    padding: 0.2rem 0.6rem !important;
}

/* ── Detail header ── */
.detail-header[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E5E5E5;
}

.detail-header-right[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

/* ── PDF icon inline with title ── */
.detail-title-pdf[b-70k6ka0y8d] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    color: #C0392B;
    text-decoration: none;
    vertical-align: middle;
    transition: transform 0.15s ease, color 0.15s ease;
}

    .detail-title-pdf:hover[b-70k6ka0y8d] {
        transform: scale(1.1);
        color: #922B21;
    }

    .detail-title-pdf .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1.4rem;
    }

/* ── PDF download button (sticky bar) ── */
.btn-pdf-download[b-70k6ka0y8d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem 0.55rem;
    color: #C0392B;
    text-decoration: none;
    transition: all 0.15s ease;
    line-height: 1;
}

    .btn-pdf-download:hover[b-70k6ka0y8d] {
        border-color: #C0392B;
        background: rgba(192, 57, 43, 0.06);
        color: #C0392B;
    }

    .btn-pdf-download .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1.15rem;
    }

/* ── Action bar (aceptar / rechazar) ── */
.detalle-actions[b-70k6ka0y8d] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.detalle-actions-total[b-70k6ka0y8d] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-align: right;
}

.detalle-actions-total-label[b-70k6ka0y8d] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.detalle-actions-total-value[b-70k6ka0y8d] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111111;
    font-variant-numeric: tabular-nums;
}

.detalle-actions-buttons[b-70k6ka0y8d] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-aceptar-presupuesto[b-70k6ka0y8d] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #28a745;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn-aceptar-presupuesto:hover[b-70k6ka0y8d] {
        background: #1e7e34;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(40, 167, 69, 0.25);
    }

    .btn-aceptar-presupuesto:active[b-70k6ka0y8d] {
        transform: translateY(0);
        box-shadow: none;
    }

    .btn-aceptar-presupuesto .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1.1rem;
    }

.btn-rechazar-presupuesto[b-70k6ka0y8d] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #E53935;
    border: 1px solid rgba(229, 57, 53, 0.4);
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .btn-rechazar-presupuesto:hover[b-70k6ka0y8d] {
        background: rgba(229, 57, 53, 0.08);
        border-color: #E53935;
    }

    .btn-rechazar-presupuesto .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1.1rem;
    }

.detail-header-left[b-70k6ka0y8d] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.back-link[b-70k6ka0y8d] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888888;
    text-decoration: none;
    transition: color 0.15s ease;
}

    .back-link:hover[b-70k6ka0y8d] {
        color: #111111;
    }

    .back-link .material-symbols-outlined[b-70k6ka0y8d] {
        font-size: 1rem;
    }

.detail-title[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.detail-title-icon[b-70k6ka0y8d] {
    color: #111111;
    font-size: 1.5rem;
}

/* ── KPI Cards (reused from global style) ── */
.kpi-row[b-70k6ka0y8d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.kpi-card[b-70k6ka0y8d] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    min-width: 0;
    overflow: hidden;
}

.kpi-content[b-70k6ka0y8d] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.kpi-icon[b-70k6ka0y8d] {
    font-size: 2rem;
    flex-shrink: 0;
}

.kpi-teal[b-70k6ka0y8d] { color: #111111; }
.kpi-navy[b-70k6ka0y8d] { color: #111111; }

.kpi-value[b-70k6ka0y8d] {
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
    overflow-wrap: anywhere;
    min-width: 0;
}

.kpi-label[b-70k6ka0y8d] {
    font-size: 0.78rem;
    color: #888888;
    margin-top: 0.2rem;
    overflow-wrap: anywhere;
}

.kpi-email[b-70k6ka0y8d] {
    font-size: 0.8rem;
    color: #888888;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

/* ── Section card ── */
.section-card[b-70k6ka0y8d] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    min-width: 0;
    overflow: hidden;
}

.table-responsive[b-70k6ka0y8d] {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
}

.section-header[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #111111;
}

    .section-header h5[b-70k6ka0y8d] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .section-header .material-symbols-outlined[b-70k6ka0y8d] {
        color: #111111;
        padding-right: 0;
    }

/* ── Lines table ── */
.quotes-table[b-70k6ka0y8d] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    table-layout: auto;
}

    .quotes-table thead th[b-70k6ka0y8d] {
        color: #888888;
        font-weight: 600;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0.5rem 0.75rem;
        border-bottom: 2px solid #E5E5E5;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .quotes-table tbody tr[b-70k6ka0y8d] {
        border-bottom: 1px solid #F0F0F0;
    }

        .quotes-table tbody tr:last-child[b-70k6ka0y8d] {
            border-bottom: none;
        }

    .quotes-table td[b-70k6ka0y8d] {
        padding: 0.8rem 0.75rem;
        color: #111111;
        vertical-align: middle;
        word-break: break-word;
        overflow-wrap: break-word;
    }

        .quotes-table td.amount[b-70k6ka0y8d] {
            font-weight: 600;
            font-variant-numeric: tabular-nums;
            flex-shrink: 0;
            white-space: nowrap;
        }

.line-desc[b-70k6ka0y8d] {
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Titulo ── */
.detalle-titulo[b-70k6ka0y8d] {
    border-bottom: 2px solid #E5E5E5 !important;
    margin-top: 0.35rem;
}

.detalle-titulo-text[b-70k6ka0y8d] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 1rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Collapsible rows ── */
.detalle-collapsible[b-70k6ka0y8d] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease;
}

    .detalle-collapsible:hover[b-70k6ka0y8d] {
        background-color: rgba(0, 0, 0, 0.025);
    }

.detalle-chevron[b-70k6ka0y8d] {
    font-size: 1.1rem;
    color: #888888;
    flex-shrink: 0;
}

.detalle-chevron-inline[b-70k6ka0y8d] {
    font-size: 1rem;
    color: #888888;
    vertical-align: middle;
    margin-right: 0.2rem;
}

/* ── Subtitulo1: background tint, bold italic ── */
.detalle-subtitulo1 > td[b-70k6ka0y8d] {
    background-color: rgba(0, 0, 0, 0.025);
}

.detalle-subtitulo1 .line-desc[b-70k6ka0y8d] {
    font-weight: 600;
    font-style: italic;
    color: #111111;
    font-size: 0.875rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Subtitulo2: indented ── */
.detalle-subtitulo2 .line-desc[b-70k6ka0y8d] {
    padding-left: 1.75rem;
    font-weight: 600;
    font-style: italic;
    color: #444444;
    font-size: 0.85rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.detalle-subtitulo2 .product-desc[b-70k6ka0y8d] {
    padding-left: 2.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Subtitulo3: more indented ── */
.detalle-subtitulo3 .line-desc[b-70k6ka0y8d] {
    padding-left: 3.25rem;
    font-weight: 600;
    font-style: italic;
    color: #555555;
    font-size: 0.82rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

.detalle-subtitulo3 .product-desc[b-70k6ka0y8d] {
    padding-left: 4rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Normal ── */
.detalle-normal .line-desc[b-70k6ka0y8d] {
    color: #111111;
    font-size: 0.875rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Product rows ── */
.product-row td[b-70k6ka0y8d] {
    font-size: 0.82rem;
    color: #888888;
}

.product-desc[b-70k6ka0y8d] {
    padding-left: 1.5rem;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* ── Category tag ── */
.category-tag[b-70k6ka0y8d] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.06);
    color: #333333;
}

/* ── Status badge (same palette as list) ── */
.badge[b-70k6ka0y8d] {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.badge-borrador[b-70k6ka0y8d] {
    background-color: rgba(234, 179, 8, 0.15);
    color: #854D0E;
}

.badge-presupuesto-sasga[b-70k6ka0y8d] {
    background-color: rgba(236, 72, 153, 0.12);
    color: #9D174D;
}

.badge-en-preparacion[b-70k6ka0y8d] {
    background-color: rgba(59, 130, 246, 0.12);
    color: #1D4ED8;
}

.badge-en-negociacion[b-70k6ka0y8d] {
    background-color: rgba(245, 158, 11, 0.12);
    color: #92400E;
}

.badge-accepted[b-70k6ka0y8d] {
    background-color: rgba(40, 167, 69, 0.12);
    color: #1E7E34;
}

.badge-rechazado[b-70k6ka0y8d] {
    background-color: rgba(181, 39, 30, 0.10);
    color: #B5271E;
}

/* ── Totals block ── */
.totals-block[b-70k6ka0y8d] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.4rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 2px solid #E5E5E5;
}

.totals-row[b-70k6ka0y8d] {
    display: flex;
    gap: 2rem;
    font-size: 0.875rem;
    color: #111111;
}

.totals-label[b-70k6ka0y8d] {
    color: #888888;
    min-width: 120px;
    text-align: right;
}

.totals-value[b-70k6ka0y8d] {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    min-width: 130px;
    text-align: right;
}

.totals-total[b-70k6ka0y8d] {
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
    padding-top: 0.5rem;
    border-top: 1px solid #E5E5E5;
    margin-top: 0.25rem;
}

    .totals-total .totals-label[b-70k6ka0y8d] {
        color: #111111;
        font-weight: 700;
    }

    .totals-total .totals-value[b-70k6ka0y8d] {
        color: #111111;
        font-size: 1.1rem;
}

/* ── Notes ── */
.notes-text[b-70k6ka0y8d] {
    font-size: 0.875rem;
    color: #888888;
    line-height: 1.65;
    margin: 0;
}

/* ── User products section ── */
.detalle-user-products-card[b-70k6ka0y8d] {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.detalle-user-product-list[b-70k6ka0y8d] {
    display: flex;
    flex-direction: column;
}

.detalle-user-product-row[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.25rem;
    border-bottom: 1px solid #F0F0F0;
}

    .detalle-user-product-row:last-child[b-70k6ka0y8d] {
        border-bottom: none;
    }

.detalle-user-product-code[b-70k6ka0y8d] {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #111111;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.detalle-user-product-badge[b-70k6ka0y8d] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #888888;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.detalle-user-product-desc[b-70k6ka0y8d] {
    font-size: 0.875rem;
    color: #111111;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* ── Price breakdown table ── */
.price-breakdown[b-70k6ka0y8d] {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 0.875rem;
}

.pb-header[b-70k6ka0y8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #111111;
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pb-row[b-70k6ka0y8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #F0F0F0;
    color: #111111;
    font-size: 0.875rem;
}

    .pb-row:last-child[b-70k6ka0y8d] {
        border-bottom: none;
    }

    .pb-row span:last-child[b-70k6ka0y8d] {
        font-variant-numeric: tabular-nums;
        font-weight: 600;
        white-space: nowrap;
        margin-left: 1rem;
        text-align: right;
    }

.pb-row--bold[b-70k6ka0y8d] {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.025);
}

.pb-row--subtotal[b-70k6ka0y8d] {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.04);
    border-top: 2px solid #E5E5E5 !important;
    border-bottom: 2px solid #E5E5E5 !important;
}

.pb-row--discount span:last-child[b-70k6ka0y8d] {
    color: #E53935;
}

.pb-row--total[b-70k6ka0y8d] {
    font-size: 1rem;
    font-weight: 700;
    background: #111111;
    color: #FFFFFF;
    border-bottom: none;
    padding: 0.75rem 1rem;
}

    .pb-row--total span:last-child[b-70k6ka0y8d] {
        color: #FFFFFF;
    }

.pb-section-label[b-70k6ka0y8d] {
    display: flex;
    align-items: center;
    padding: 0.35rem 1rem;
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

    .pb-section-label span[b-70k6ka0y8d] {
        font-size: 0.7rem;
        font-weight: 700;
        color: #888888;
        text-transform: uppercase;
        letter-spacing: 0.07em;
    }

/* ── HTML content section ── */
.detalle-html-card[b-70k6ka0y8d] {
    margin-top: 1rem;
    margin-bottom: 2rem;
    overflow: hidden;
}

.detalle-html-content[b-70k6ka0y8d] {
    padding: 0.25rem 0.25rem 0.5rem;
    font-size: 0.875rem;
    color: #111111;
    line-height: 1.6;
    overflow-x: hidden;
    overflow-y: visible;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    contain: inline-size;
}

.detalle-html-content img[b-70k6ka0y8d],
.detalle-html-content video[b-70k6ka0y8d],
.detalle-html-content iframe[b-70k6ka0y8d],
.detalle-html-content object[b-70k6ka0y8d],
.detalle-html-content embed[b-70k6ka0y8d] {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.detalle-html-content table[b-70k6ka0y8d] {
    max-width: 100% !important;
    width: 100% !important;
    table-layout: fixed;
    word-break: break-word;
    overflow-wrap: break-word;
}

.detalle-html-content td[b-70k6ka0y8d],
.detalle-html-content th[b-70k6ka0y8d] {
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 0;
}
/* /Pages/Presupuestos/NuevoPresupuesto.razor.rz.scp.css */
/* ── Page header ── */
.np-header[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E5E5E5;
}

.np-header-left[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.back-link[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888888;
    text-decoration: none;
    transition: color 0.15s ease;
}

    .back-link:hover[b-f7enx0duw9] {
        color: #111111;
    }

    .back-link .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1rem;
    }

.np-title[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.np-title-icon[b-f7enx0duw9] {
    color: #111111;
    font-size: 1.5rem;
}

.btn-header-delete[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent;
    color: #AAAAAA;
    border: none;
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0.4rem;
    transition: all 0.15s ease;
    align-self: flex-start;
}

    .btn-header-delete:hover[b-f7enx0duw9] {
        color: #E53935;
        background: rgba(229, 57, 53, 0.07);
    }

    .btn-header-delete .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.welcome-badge[b-f7enx0duw9] {
    background-color: rgba(0, 168, 186, 0.12);
    color: #00A8BA;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── Sticky bar (aparece solo al hacer scroll) ── */
.np-sticky-bar[b-f7enx0duw9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.2s ease;
    pointer-events: none;
}

.np-sticky-bar--visible[b-f7enx0duw9] {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.np-sb-main[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1.25rem;
    min-height: 2.75rem;
}

/* Botón volver */
.np-sb-back[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.35rem;
    color: #666666;
    text-decoration: none;
    flex-shrink: 0;
    transition: background 0.15s ease, color 0.15s ease;
}

    .np-sb-back:hover[b-f7enx0duw9] {
        background: rgba(0, 0, 0, 0.06);
        color: #111111;
    }

    .np-sb-back .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.15rem;
    }

/* Icono barco */
.np-sb-icon[b-f7enx0duw9] {
    font-size: 1.1rem;
    color: #111111 !important;
    flex-shrink: 0;
}

/* Detalles presupuesto */
.np-sb-details[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    overflow: hidden;
}

.np-sb-model[b-f7enx0duw9] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111111;
    white-space: nowrap;
}

.np-sb-tarifa[b-f7enx0duw9],
.np-sb-zona[b-f7enx0duw9],
.np-sb-idioma[b-f7enx0duw9] {
    font-size: 0.78rem;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.np-sb-sep[b-f7enx0duw9] {
    color: #CCCCCC;
    font-size: 0.72rem;
    flex-shrink: 0;
}

/* Divisor vertical */
.np-sb-divider[b-f7enx0duw9] {
    width: 1px;
    height: 1.2rem;
    background: #E0E4ED;
    flex-shrink: 0;
}

/* Cliente */
.np-sb-client[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    min-width: 0;
    overflow: hidden;
}

.np-sb-client-icon[b-f7enx0duw9] {
    font-size: 0.95rem;
    color: #888888 !important;
    flex-shrink: 0;
}

.np-sb-client-text[b-f7enx0duw9] {
    font-size: 0.78rem;
    font-weight: 500;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Total */
.np-sb-total[b-f7enx0duw9] {
    margin-left: auto;
    font-size: 0.88rem;
    font-weight: 700;
    color: #111111;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

/* Estado badge en sticky bar */
.np-sb-estado[b-f7enx0duw9] {
    flex-shrink: 0;
    font-size: 0.68rem !important;
    padding: 0.2rem 0.6rem !important;
}

.badge[b-f7enx0duw9] {
    display: inline-block;
    padding: 0.3rem 0.9rem;
    border-radius: 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.badge-borrador[b-f7enx0duw9] {
    background-color: rgba(234, 179, 8, 0.15);
    color: #854D0E;
}

.badge-presupuesto-sasga[b-f7enx0duw9] {
    background-color: rgba(236, 72, 153, 0.12);
    color: #9D174D;
}

.badge-en-preparacion[b-f7enx0duw9] {
    background-color: rgba(59, 130, 246, 0.12);
    color: #1D4ED8;
}

.badge-en-negociacion[b-f7enx0duw9] {
    background-color: rgba(245, 158, 11, 0.12);
    color: #92400E;
}

.badge-accepted[b-f7enx0duw9] {
    background-color: rgba(40, 167, 69, 0.12);
    color: #1E7E34;
}

.badge-rechazado[b-f7enx0duw9] {
    background-color: rgba(181, 39, 30, 0.10);
    color: #B5271E;
}

/* Sentinel invisible */
.np-scroll-sentinel[b-f7enx0duw9] {
    height: 0;
    width: 100%;
    visibility: hidden;
    pointer-events: none;
}

/* ── Info card ── */
.np-info-card[b-f7enx0duw9] {
    background: #FFFFFF;
    border: 1px solid #E0E4ED;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 4px rgba(27, 42, 69, 0.06);
}

.np-info-grid[b-f7enx0duw9] {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.np-info-item[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.np-info-label[b-f7enx0duw9] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.np-info-value[b-f7enx0duw9] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111111;
}

/* ── Section cards ── */
.section-card[b-f7enx0duw9] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.25rem;
}

.tariff-card[b-f7enx0duw9] {
    overflow-x: clip;
}

.section-header[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #111111;
}

.tariff-card > .section-header[b-f7enx0duw9] {
    /*position: sticky;*/
    top: 0;
    z-index: 10;
    background: #FFFFFF;
    margin: -1.25rem -1.5rem 1rem;
    padding: 1.25rem 1.5rem 0.75rem;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0.75rem 0.75rem 0 0;
}

    .section-header h5[b-f7enx0duw9] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        flex: 1;
    }

    .section-header .material-symbols-outlined[b-f7enx0duw9] {
        color: #111111;
    }

/* ── View toggle button ── */
.btn-view-toggle[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem 0.55rem;
    cursor: pointer;
    color: #888888;
    transition: all 0.15s ease;
    line-height: 1;
}

    .btn-view-toggle:hover[b-f7enx0duw9] {
        border-color: #111111;
        color: #111111;
        background: rgba(0, 0, 0, 0.04);
    }

    .btn-view-toggle .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.15rem;
    }

/* ── PDF download button (sticky bar) ── */
.btn-pdf-download[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem 0.55rem;
    color: #C0392B;
    text-decoration: none;
    transition: all 0.15s ease;
    line-height: 1;
}

    .btn-pdf-download:hover[b-f7enx0duw9] {
        border-color: #C0392B;
        background: rgba(192, 57, 43, 0.06);
        color: #C0392B;
    }

    .btn-pdf-download .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.15rem;
    }

/* ── PDF icon inline with title ── */
.detail-title-pdf[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
    color: #C0392B;
    text-decoration: none;
    vertical-align: middle;
    transition: transform 0.15s ease, color 0.15s ease;
}

    .detail-title-pdf:hover[b-f7enx0duw9] {
        transform: scale(1.1);
        color: #922B21;
    }

    .detail-title-pdf .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.4rem;
    }

/* ── Tariff total badge ── */
.tariff-total-badge[b-f7enx0duw9] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #333333;
    background: rgba(0, 0, 0, 0.07);
    padding: 0.3rem 0.9rem;
    border-radius: 1rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ── Tariff lines container ── */
.tariff-lines[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
}

.tariff-row[b-f7enx0duw9] {
    border-bottom: 1px solid #F0F0F0;
}

    .tariff-row:last-child[b-f7enx0duw9] {
        border-bottom: none;
    }

/* ── Titulo ── */
.tariff-titulo[b-f7enx0duw9] {
    padding: 0.85rem 0.5rem 0.4rem;
    border-bottom: 2px solid #E5E5E5 !important;
    margin-top: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease;
}

    .tariff-titulo:hover[b-f7enx0duw9] {
        background-color: rgba(0, 0, 0, 0.025);
    }

    .tariff-titulo:first-child[b-f7enx0duw9] {
        margin-top: 0;
    }

.tariff-titulo-text[b-f7enx0duw9] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ── Section collapse ── */
.tariff-section-chevron[b-f7enx0duw9] {
    font-size: 1.1rem;
    color: #888888;
    flex-shrink: 0;
}

.tariff-collapse-btn[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #888888;
    margin-right: 0.15rem;
    flex-shrink: 0;
    line-height: 1;
}

    .tariff-collapse-btn .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

    .tariff-collapse-btn:hover[b-f7enx0duw9] {
        color: #111111;
    }

/* ── Line content grid ── */
.tariff-line-content[b-f7enx0duw9] {
    display: grid;
    grid-template-columns: 2rem 7rem 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.5rem;
    min-height: 2.4rem;
}

/* Subtitulo1: background tint, bold italic */
.tariff-subtitulo1 > .tariff-line-content[b-f7enx0duw9] {
    background-color: rgba(0, 0, 0, 0.025);
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.tariff-subtitulo1 .line-desc[b-f7enx0duw9] {
    font-weight: 600;
    font-style: italic;
    color: #111111;
    font-size: 0.875rem;
}

/* Subtitulo2: indented */
.tariff-subtitulo2 > .tariff-line-content[b-f7enx0duw9] {
    padding-left: 1.75rem;
}

.tariff-subtitulo2 .line-desc[b-f7enx0duw9] {
    font-style: italic;
    color: #444444;
    font-size: 0.85rem;
}

/* Subtitulo3: more indented */
.tariff-subtitulo3 > .tariff-line-content[b-f7enx0duw9] {
    padding-left: 3.25rem;
}

.tariff-subtitulo3 .line-desc[b-f7enx0duw9] {
    font-style: italic;
    color: #555555;
    font-size: 0.82rem;
}

/* Normal */
.tariff-normal .line-desc[b-f7enx0duw9] {
    color: #111111;
    font-size: 0.875rem;
}

/* ── Checkbox ── */
.tariff-checkbox[b-f7enx0duw9] {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #111111;
    cursor: pointer;
    flex-shrink: 0;
}

    .tariff-checkbox:disabled[b-f7enx0duw9] {
        cursor: default;
        accent-color: #888888;
    }

/* ── Code cell ── */
.line-code[b-f7enx0duw9] {
    font-family: 'Courier New', monospace;
    font-size: 0.77rem;
    color: #888888;
    font-weight: 500;
    word-break: break-all;
}

/* ── Description cell ── */
.tariff-desc-cell[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.badge-divisible[b-f7enx0duw9] {
    display: inline-block;
    padding: 0.05rem 0.35rem;
    background: rgba(0, 0, 0, 0.07);
    color: #333333;
    border-radius: 0.25rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

/* ── Price cell ── */
.line-price[b-f7enx0duw9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111111;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: right;
}

/* ── Products sub-list ── */
.tariff-products[b-f7enx0duw9] {
    padding: 0.3rem 0.5rem 0.4rem 3rem;
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px dashed #E5E5E5;
}

.product-row[b-f7enx0duw9] {
    display: grid;
    grid-template-columns: 7rem 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 0.82rem;
}

.product-row--divisible[b-f7enx0duw9] {
    grid-template-columns: 2rem 7rem 1fr auto;
}

.product-check-cell[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-row:last-child[b-f7enx0duw9] {
        border-bottom: none;
    }

.product-code-cell[b-f7enx0duw9] {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    color: #444444;
    font-weight: 600;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-desc-cell[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    color: #444444;
    font-size: 0.8rem;
    min-width: 0;
    flex-wrap: wrap;
    overflow-wrap: break-word;
    word-break: break-word;
}

.product-price-cell[b-f7enx0duw9] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #111111;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    text-align: right;
}

/* ── File action buttons ── */
.file-btn[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0.15rem;
    cursor: pointer;
    border-radius: 0.25rem;
    flex-shrink: 0;
    transition: all 0.15s ease;
    line-height: 1;
}

    .file-btn .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1rem;
    }

/* ── Product thumbnail (gallery mode) ── */
.product-row--gallery[b-f7enx0duw9] {
    grid-template-columns: 7rem 4.5rem 1fr auto;
}

.product-row--divisible.product-row--gallery[b-f7enx0duw9] {
    grid-template-columns: 2rem 7rem 4.5rem 1fr auto;
}

.product-thumb-cell[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 3rem;
}

.product-thumb[b-f7enx0duw9] {
    max-width: 4rem;
    max-height: 3rem;
    object-fit: cover;
    border-radius: 0.3rem;
    border: 1px solid #E5E5E5;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .product-thumb:hover[b-f7enx0duw9] {
        border-color: #111111;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
    }

.file-btn--img[b-f7enx0duw9] {
    color: #555555;
}

    .file-btn--img:hover[b-f7enx0duw9] {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

.file-btn--doc[b-f7enx0duw9] {
    color: #888888;
}

    .file-btn--doc:hover[b-f7enx0duw9] {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

/* ── Client data card ── */
.np-client-grid[b-f7enx0duw9] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.np-field[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.np-field-label[b-f7enx0duw9] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.np-field-input[b-f7enx0duw9] {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.55rem 0.85rem;
    font-size: 0.875rem;
    color: #111111;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    font-family: inherit;
    background: #FAFAFA;
}

    .np-field-input:focus[b-f7enx0duw9] {
        border-color: #111111;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
        background: #FFFFFF;
    }

    .np-field-input[b-f7enx0duw9]::placeholder {
        color: #AAAAAA;
    }

.np-field-input--error[b-f7enx0duw9] {
    border-color: #E5393580;
}

    .np-field-input--error:focus[b-f7enx0duw9] {
        border-color: #E53935;
        box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.12);
    }

.np-required[b-f7enx0duw9] {
    color: #E53935;
    font-weight: 700;
}

/* ── Observations ── */

/* ── User products section ── */
.np-user-products-card .section-header[b-f7enx0duw9] {
    margin-bottom: 0.75rem;
}

.btn-add-products[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(0, 0, 0, 0.05);
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding: 0.35rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-left: auto;
}

    .btn-add-products:hover[b-f7enx0duw9] {
        background: rgba(0, 0, 0, 0.10);
        border-color: #111111;
    }

    .btn-add-products .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1rem;
    }

.np-user-product-list[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
}

.np-user-product-row[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.5rem;
    border-bottom: 1px solid #F0F0F0;
}

    .np-user-product-row:last-child[b-f7enx0duw9] {
        border-bottom: none;
    }

.np-user-product-info[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.np-user-product-info .file-btn[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0.15rem;
    cursor: pointer;
    border-radius: 0.25rem;
    flex-shrink: 0;
    transition: all 0.15s ease;
    line-height: 1;
    margin-left: 0.1rem;
}

    .np-user-product-info .file-btn .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1rem;
    }

.np-user-product-info .file-btn--img[b-f7enx0duw9] {
    color: #555555;
}

    .np-user-product-info .file-btn--img:hover[b-f7enx0duw9] {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

.np-user-product-info .file-btn--doc[b-f7enx0duw9] {
    color: #888888;
}

    .np-user-product-info .file-btn--doc:hover[b-f7enx0duw9] {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

.np-user-product-info .file-btn--edit[b-f7enx0duw9] {
    color: #888888;
}

    .np-user-product-info .file-btn--edit:hover[b-f7enx0duw9] {
        color: #111111;
        background: rgba(0, 0, 0, 0.06);
    }

.np-user-product-code[b-f7enx0duw9] {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #333333;
    background: rgba(0, 0, 0, 0.07);
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.np-user-product-badge[b-f7enx0duw9] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #888888;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.1rem 0.4rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.np-user-product-qty[b-f7enx0duw9] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #555555;
    background: rgba(0, 0, 0, 0.07);
    padding: 0.1rem 0.45rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.np-user-product-qty-input[b-f7enx0duw9] {
    width: 4rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #111111;
    text-align: center;
    outline: none;
    background: #FAFAFA;
    font-family: inherit;
    flex-shrink: 0;
    transition: border-color 0.15s ease;
}

    .np-user-product-qty-input:focus[b-f7enx0duw9] {
        border-color: #111111;
        background: #FFFFFF;
    }

.np-user-product-desc[b-f7enx0duw9] {
    font-size: 0.85rem;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.np-user-product-remove[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: #888888;
    border-radius: 0.3rem;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

    .np-user-product-remove:hover[b-f7enx0duw9] {
        color: #E53935;
        background: rgba(229, 57, 53, 0.08);
    }

    .np-user-product-remove .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.np-user-product-empty[b-f7enx0duw9] {
    font-size: 0.82rem;
    color: #AAAAAA;
    margin: 0;
    padding: 0.5rem 0;
    font-style: italic;
}

/* ── Observations (textarea) ── */
.np-observaciones[b-f7enx0duw9] {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #111111;
    resize: vertical;
    min-height: 5.5rem;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    font-family: inherit;
    background: #FAFAFA;
}

    .np-observaciones:focus[b-f7enx0duw9] {
        border-color: #111111;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
        background: #FFFFFF;
    }

/* ── HTML content editor ── */
.btn-html-preview[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem 0.65rem;
    cursor: pointer;
    color: #888888;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.15s ease;
    line-height: 1;
    margin-left: auto;
}

    .btn-html-preview:hover[b-f7enx0duw9] {
        border-color: #111111;
        color: #111111;
        background: rgba(0, 0, 0, 0.04);
    }

    .btn-html-preview .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.np-html-editor[b-f7enx0duw9] {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    color: #111111;
    resize: vertical;
    min-height: 10rem;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    font-family: 'Consolas', 'Courier New', monospace;
    background: #F8F8FF;
    line-height: 1.5;
}

    .np-html-editor:focus[b-f7enx0duw9] {
        border-color: #111111;
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.07);
        background: #FFFFFF;
    }

.np-html-preview[b-f7enx0duw9] {
    width: 100%;
    min-height: 10rem;
    border: 1px dashed #CCCCCC;
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    background: #FAFAFA;
    box-sizing: border-box;
    font-size: 0.875rem;
    color: #111111;
    line-height: 1.6;
    overflow: auto;
}

.np-html-preview-empty[b-f7enx0duw9] {
    color: #AAAAAA;
    font-style: italic;
    margin: 0;
}

/* ── Actions bar ── */
.np-actions[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
}

.np-total[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    text-align: right;
}

.np-total-label[b-f7enx0duw9] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.np-total-value[b-f7enx0duw9] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111111;
    font-variant-numeric: tabular-nums;
}

.np-buttons[b-f7enx0duw9] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-cancel[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #888888;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .btn-cancel:hover[b-f7enx0duw9] {
        border-color: #888888;
        color: #111111;
    }

    .btn-cancel .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.btn-create[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #111111;
    color: #FFFFFF;
    border: none;
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

    .btn-create:hover[b-f7enx0duw9] {
        background: #000000;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
    }

    .btn-create:active[b-f7enx0duw9] {
        transform: translateY(0);
        box-shadow: none;
    }

    .btn-create .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.btn-save-draft[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #111111;
    border: 1px solid #111111;
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .btn-save-draft:hover[b-f7enx0duw9] {
        background: rgba(0, 0, 0, 0.05);
    }

    .btn-save-draft .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

.btn-delete-presupuesto[b-f7enx0duw9] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #E53935;
    border: 1px solid rgba(229, 57, 53, 0.4);
    border-radius: 0.5rem;
    padding: 0.65rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

    .btn-delete-presupuesto:hover[b-f7enx0duw9] {
        background: rgba(229, 57, 53, 0.08);
        border-color: #E53935;
    }

    .btn-delete-presupuesto .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 1.1rem;
    }

/* ── Empty state ── */
.tariff-empty[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 1rem;
    color: #888888;
    text-align: center;
}

    .tariff-empty .material-symbols-outlined[b-f7enx0duw9] {
        font-size: 3rem;
        color: #CCCCCC;
    }

    .tariff-empty p[b-f7enx0duw9] {
        margin: 0;
        font-size: 0.9rem;
    }

@media (min-width: 769px) {
    .np-sticky-bar[b-f7enx0duw9] {
        left: 265px;
    }
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .tariff-line-content[b-f7enx0duw9] {
        grid-template-columns: 2rem 5rem 1fr auto;
        gap: 0.5rem;
    }

    .tariff-products[b-f7enx0duw9] {
        padding-left: 1rem;
        padding-right: 0.25rem;
    }

    .product-row[b-f7enx0duw9] {
        grid-template-columns: 5rem 1fr auto;
        gap: 0.5rem;
    }

    .product-row--divisible[b-f7enx0duw9] {
        grid-template-columns: 1.5rem 5rem 1fr auto;
    }

    .product-row--gallery[b-f7enx0duw9] {
        grid-template-columns: 4rem 2.75rem 1fr auto;
    }

    .product-row--divisible.product-row--gallery[b-f7enx0duw9] {
        grid-template-columns: 1.5rem 4rem 2.75rem 1fr auto;
    }

    .product-thumb-cell[b-f7enx0duw9] {
        width: 2.5rem;
        height: 2rem;
    }

    .product-thumb[b-f7enx0duw9] {
        max-width: 2.5rem;
        max-height: 2rem;
    }

    .np-actions[b-f7enx0duw9] {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .np-buttons[b-f7enx0duw9] {
        justify-content: flex-end;
    }

    .np-info-grid[b-f7enx0duw9] {
        gap: 1.25rem;
    }

    .np-client-grid[b-f7enx0duw9] {
        grid-template-columns: 1fr;
    }

    /* Sticky bar: mobile */
    .np-sb-main[b-f7enx0duw9] {
        flex-wrap: wrap;
        gap: 0.35rem 0.5rem;
        padding: 0.45rem 0.75rem;
        min-height: auto;
    }

    .np-sb-back[b-f7enx0duw9] {
        width: 1.75rem;
        height: 1.75rem;
    }

    .np-sb-details[b-f7enx0duw9] {
        flex: 1;
        min-width: 0;
    }

    .np-sb-tarifa[b-f7enx0duw9],
    .np-sb-sep[b-f7enx0duw9] {
        display: none;
    }

    .np-sb-divider[b-f7enx0duw9] {
        display: none;
    }

    .np-sb-client[b-f7enx0duw9] {
        order: 1;
        flex-basis: 100%;
        padding-left: 2.25rem;
    }

    .np-sb-total[b-f7enx0duw9] {
        font-size: 0.82rem;
        padding: 0.2rem 0.6rem;
    }
}

/* ── Price breakdown section ── */
.np-breakdown-table[b-f7enx0duw9] {
    display: flex;
    flex-direction: column;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 0.875rem;
}

.np-bd-header[b-f7enx0duw9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #111111;
    color: #FFFFFF;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.np-bd-row[b-f7enx0duw9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid #F0F0F0;
    color: #111111;
    font-size: 0.875rem;
}

    .np-bd-row:last-child[b-f7enx0duw9] {
        border-bottom: none;
    }

    .np-bd-row span:last-child[b-f7enx0duw9] {
        font-variant-numeric: tabular-nums;
        font-weight: 600;
        white-space: nowrap;
        margin-left: 1rem;
        text-align: right;
    }

.np-bd-row--bold[b-f7enx0duw9] {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.025);
}

.np-bd-row--subtotal[b-f7enx0duw9] {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.04);
    border-top: 2px solid #E5E5E5 !important;
    border-bottom: 2px solid #E5E5E5 !important;
}

.np-bd-row--total[b-f7enx0duw9] {
    font-size: 1rem;
    font-weight: 700;
    background: #111111;
    color: #FFFFFF;
    border-bottom: none;
    padding: 0.75rem 1rem;
}

    .np-bd-row--total span:last-child[b-f7enx0duw9] {
        color: #FFFFFF;
    }

/* Discount / tax input rows */
.np-bd-discount-row[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 1rem;
    gap: 0.75rem;
    border-bottom: 1px solid #F0F0F0;
    background: #FAFAFA;
}

.np-bd-discount-inputs[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.np-bd-concept-input[b-f7enx0duw9] {
    flex: 1;
    min-width: 0;
    padding: 0.35rem 0.65rem !important;
    font-size: 0.82rem !important;
}

.np-bd-pct-wrap[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}

.np-bd-pct-input[b-f7enx0duw9] {
    width: 5rem;
    padding: 0.35rem 0.5rem !important;
    font-size: 0.82rem !important;
    text-align: right;
}

.np-bd-pct-symbol[b-f7enx0duw9] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #555555;
}

.np-bd-discount-amount[b-f7enx0duw9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #E53935;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    min-width: 8rem;
    text-align: right;
}

.np-bd-tax-amount[b-f7enx0duw9] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111111;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    min-width: 8rem;
    text-align: right;
}

.np-bd-section-label[b-f7enx0duw9] {
    display: flex;
    align-items: center;
    padding: 0.35rem 1rem;
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

    .np-bd-section-label span[b-f7enx0duw9] {
        font-size: 0.7rem;
        font-weight: 700;
        color: #888888;
        text-transform: uppercase;
        letter-spacing: 0.07em;
    }

/* CNS price badge */
.np-cns-price[b-f7enx0duw9] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #111111;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.1rem 0.45rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}
/* /Pages/Presupuestos/Presupuestos.razor.rz.scp.css */
/* ── Welcome header ── */
.welcome-header[b-1liaf6qmk9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E5E5E5;
}

.welcome-title[b-1liaf6qmk9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #111111;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.2rem;
}

.welcome-title .material-symbols-outlined[b-1liaf6qmk9] {
    color: #111111;
    font-size: 1.6rem;
}

.welcome-name[b-1liaf6qmk9] {
    color: #111111;
}

.welcome-sub[b-1liaf6qmk9] {
    color: #888888;
    margin: 0;
    font-size: 0.875rem;
}

.welcome-badge[b-1liaf6qmk9] {
    background-color: rgba(0, 0, 0, 0.06);
    color: #333333;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.3rem 0.85rem;
    border-radius: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* ── KPI Cards ── */
.kpi-row[b-1liaf6qmk9] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 640px) {
    .kpi-row[b-1liaf6qmk9] {
        grid-template-columns: repeat(2, 1fr);
    }
}

.kpi-card[b-1liaf6qmk9] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.kpi-icon[b-1liaf6qmk9] {
    font-size: 2rem;
    flex-shrink: 0;
    padding-right: 0;
}

.kpi-teal[b-1liaf6qmk9] {
    color: #111111;
}

.kpi-navy[b-1liaf6qmk9] {
    color: #111111;
}

.kpi-value[b-1liaf6qmk9] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.kpi-label[b-1liaf6qmk9] {
    font-size: 0.78rem;
    color: #888888;
    margin-top: 0.2rem;
}

/* ── Section card ── */
.section-card[b-1liaf6qmk9] {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem 0.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.section-header[b-1liaf6qmk9] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #111111;
}

    .section-header h5[b-1liaf6qmk9] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .section-header .material-symbols-outlined[b-1liaf6qmk9] {
        color: #111111;
        padding-right: 0;
    }

/* ── Quotes table ── */
.quotes-table[b-1liaf6qmk9] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

    .quotes-table thead th[b-1liaf6qmk9] {
        color: #888888;
        font-weight: 600;
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 0.5rem 0.75rem;
        border-bottom: 2px solid #E5E5E5;
        white-space: nowrap;
    }

    .quotes-table tbody tr[b-1liaf6qmk9] {
        border-bottom: 1px solid #F0F0F0;
        transition: background-color 0.15s ease;
    }

        .quotes-table tbody tr:last-child[b-1liaf6qmk9] {
            border-bottom: none;
        }

        .quotes-table tbody tr:hover[b-1liaf6qmk9] {
            background-color: rgba(0, 0, 0, 0.025);
        }

    .quotes-table td[b-1liaf6qmk9] {
        padding: 0.85rem 0.75rem;
        color: #111111;
        vertical-align: middle;
    }

        .quotes-table td.ref[b-1liaf6qmk9] {
            font-family: monospace;
            font-size: 0.8rem;
            color: #111111;
            font-weight: 600;
        }

        .quotes-table td.amount[b-1liaf6qmk9] {
            font-weight: 600;
            font-variant-numeric: tabular-nums;
        }

/* ── Status badges ── */
.badge[b-1liaf6qmk9] {
    display: inline-block;
    padding: 0.25rem 0.7rem;
    border-radius: 1rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.badge-borrador[b-1liaf6qmk9] {
    background-color: rgba(234, 179, 8, 0.15);
    color: #854D0E;
}

.badge-presupuesto-sasga[b-1liaf6qmk9] {
    background-color: rgba(236, 72, 153, 0.12);
    color: #9D174D;
}

.badge-en-preparacion[b-1liaf6qmk9] {
    background-color: rgba(59, 130, 246, 0.12);
    color: #1D4ED8;
}

.badge-en-negociacion[b-1liaf6qmk9] {
    background-color: rgba(245, 158, 11, 0.12);
    color: #92400E;
}

.badge-accepted[b-1liaf6qmk9] {
    background-color: rgba(40, 167, 69, 0.12);
    color: #1E7E34;
}

.badge-rechazado[b-1liaf6qmk9] {
    background-color: rgba(181, 39, 30, 0.10);
    color: #B5271E;
}

/* ── Pagination ── */
.pagination-bar[b-1liaf6qmk9] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
    padding: 0.85rem 0.25rem 0.75rem;
    border-top: 1px solid #F0F2F7;
    margin-top: 0.25rem;
}

.pagination-info[b-1liaf6qmk9] {
    font-size: 0.78rem;
    color: #888888;
    margin-right: 0.5rem;
}

.page-btn[b-1liaf6qmk9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border: 1px solid #E5E5E5;
    border-radius: 0.4rem;
    background: #FFFFFF;
    color: #111111;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

    .page-btn:hover:not(:disabled)[b-1liaf6qmk9] {
        background-color: rgba(0, 0, 0, 0.05);
        border-color: #111111;
        color: #111111;
    }

    .page-btn:disabled[b-1liaf6qmk9] {
        opacity: 0.35;
        cursor: not-allowed;
    }

    .page-btn.page-btn-active[b-1liaf6qmk9] {
        background-color: #111111;
        border-color: #111111;
        color: #FFFFFF;
    }

    .page-btn .material-symbols-outlined[b-1liaf6qmk9] {
        font-size: 1.1rem;
    }

/* ── Toggle prices button ── */
.btn-view-toggle[b-1liaf6qmk9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent;
    border: 1px solid #E5E5E5;
    border-radius: 0.5rem;
    padding: 0.3rem 0.65rem;
    cursor: pointer;
    color: #888888;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.15s ease;
    line-height: 1;
    margin-left: auto;
}

    .btn-view-toggle:hover[b-1liaf6qmk9] {
        border-color: #111111;
        color: #111111;
        background: rgba(0, 0, 0, 0.04);
    }

    .btn-view-toggle .material-symbols-outlined[b-1liaf6qmk9] {
        font-size: 1.1rem;
    }
/* /Pages/_Layout.cshtml.rz.scp.css */
#components-reconnect-modal[b-kymr8x8omy] {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#components-reconnect-modal.components-reconnect-show[b-kymr8x8omy],
#components-reconnect-modal.components-reconnect-failed[b-kymr8x8omy],
#components-reconnect-modal.components-reconnect-rejected[b-kymr8x8omy] {
  display: flex;
}
#components-reconnect-modal .components-messages[b-kymr8x8omy] {
  color: #f0f0f0;
  margin: auto;
  text-align: center;
}
#components-reconnect-modal .components-messages h2[b-kymr8x8omy] {
  color: white;
}
#components-reconnect-modal .components-messages a[b-kymr8x8omy] {
  color: white;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#components-reconnect-modal .components-reconnecting[b-kymr8x8omy],
#components-reconnect-modal .components-failed[b-kymr8x8omy],
#components-reconnect-modal .components-rejected[b-kymr8x8omy] {
  display: none;
}
#components-reconnect-modal.components-reconnect-show .components-reconnecting[b-kymr8x8omy],
#components-reconnect-modal.components-reconnect-failed .components-failed[b-kymr8x8omy],
#components-reconnect-modal.components-reconnect-rejected .components-rejected[b-kymr8x8omy] {
  display: block;
}
/* /Shared/Header.razor.rz.scp.css */
.overflow-control[b-3mdy5cggev] {
  overflow-wrap: anywhere;
}
.logo[b-3mdy5cggev] {
  height: auto;
  width: 9rem;
  cursor: pointer;
  pointer-events: all;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  opacity: 0.9;
  transition: opacity 0.18s ease;
}
.logo:hover[b-3mdy5cggev] {
  opacity: 1;
}
hr[b-3mdy5cggev] {
  border: none;
  border-top: 1px solid #E5E5E5;
  margin: 0.25rem 0 0 0;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kg5rl2rj8h] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-kg5rl2rj8h] {
    flex: 1;
    background-color: #FAFAFA;
}

.top-row[b-kg5rl2rj8h] {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kg5rl2rj8h]  a, .top-row .btn-link[b-kg5rl2rj8h] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kg5rl2rj8h] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 768px) {
    main[b-kg5rl2rj8h] {
        margin-top: 0 !important;
    }

    .top-row:not(.auth)[b-kg5rl2rj8h] {
        display: none;
    }

    .top-row.auth[b-kg5rl2rj8h] {
        justify-content: space-between;
    }

    .top-row a[b-kg5rl2rj8h], .top-row .btn-link[b-kg5rl2rj8h] {
        margin-left: 0;
    }

}

@media (min-width: 769px) {
    .page[b-kg5rl2rj8h] {
        flex-direction: row;
    }

    .sidebar[b-kg5rl2rj8h] {
        width: auto;
        min-width: 265px;
        max-width: 230px;
        height: 100vh;
        position: sticky;
        top: 0;
        padding-left: 0.5rem;
        z-index: 1;
        background-color: #FFFFFF;
        border-right: 1px solid #E5E5E5;
    }

    .top-row[b-kg5rl2rj8h] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kg5rl2rj8h], article[b-kg5rl2rj8h] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.overflow-control[b-26k52ddzm5] {
  overflow-wrap: anywhere;
}
.navbar[b-26k52ddzm5] {
  -moz-transition: inherit;
  -o-transition: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar-toggler[b-26k52ddzm5] {
  appearance: none;
  cursor: pointer;
  width: 3.5rem;
  height: 2.5rem;
  color: white;
  position: absolute;
  top: 1rem;
  right: 1rem;
  /*border: 1px solid rgb(0, 0, 0);*/
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.75rem white;
}
.navbar-toggler:checked[b-26k52ddzm5] {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-row[b-26k52ddzm5] {
  height: 5rem;
  color: #111111;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.navbar-brand[b-26k52ddzm5] {
  color: black;
  font-size: 1.1rem;
}
.navbar-brand:hover[b-26k52ddzm5] {
  color: black;
}
.bi[b-26k52ddzm5] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}
.material-symbols-outlined[b-26k52ddzm5] {
  padding-right: 1rem;
}
.nav-item[b-26k52ddzm5] {
  font-size: 0.875rem;
  font-weight: 400;
  padding-bottom: 0.25rem;
}
.nav-item:first-of-type[b-26k52ddzm5] {
  padding-top: 1rem;
}
.nav-item:last-of-type[b-26k52ddzm5] {
  padding-bottom: 1rem;
}
.nav-item[b-26k52ddzm5]  .nav-link {
  color: #111111;
  background: none;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  height: 2.75rem;
  display: flex;
  align-items: center;
  line-height: 1;
  width: 100%;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.nav-item[b-26k52ddzm5]  a.active {
  background-color: #111111;
  color: #FFFFFF;
  border-color: #111111;
  font-weight: 500;
}
.nav-item[b-26k52ddzm5]  .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #111111;
}
.nav-item[b-26k52ddzm5]  .nav-link.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.nav-scrollable[b-26k52ddzm5] {
  display: none;
}
.navbar-toggler:checked ~ .nav-scrollable[b-26k52ddzm5] {
  display: block;
}
@media (min-width: 769px) {
  .nav-item:first-of-type[b-26k52ddzm5] {
    padding-top: 0;
  }
  .navbar[b-26k52ddzm5] {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .navbar-toggler[b-26k52ddzm5] {
    display: none;
  }
  .nav-scrollable[b-26k52ddzm5] {
    margin-top: 1rem;
    /* Never collapse the sidebar for wide screens */
    display: block;
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
  }
}
/* /Shared/UserControl.razor.rz.scp.css */
.overflow-control[b-p9af8c1wbo] {
  overflow-wrap: anywhere;
}
@media (max-width: 768px) {
  .user-info[b-p9af8c1wbo] {
    left: 2rem;
    padding-top: 1rem;
    margin-left: 0.35rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 431px) {
  /* .user-info {
        margin-left: -1rem;
    }*/
}
@media (min-width: 769px) {
  .user-info[b-p9af8c1wbo] {
    position: fixed;
    bottom: 2rem;
    /*padding-left: 1.25rem;*/
  }
}
.logout-button[b-p9af8c1wbo] {
  margin-right: 0.75rem;
  border: 1px solid #1B2A45;
  color: #1B2A45;
  border-radius: 0;
  padding: 0.2rem 0.35rem 0.2rem 0.35rem;
  background-color: transparent;
  font-weight: 600;
  transition: 0.25s;
}
.logout-button:hover[b-p9af8c1wbo] {
  background-color: #1B2A45;
  border-color: #1B2A45;
  color: white;
}
.nombre[b-p9af8c1wbo] {
  font-weight: 600;
  font-size: 0.92em;
}
