.adm2026-body {
    background: #f4f6f8;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.adm2026-navbar {
    background: linear-gradient(135deg, #111827, #1f2937) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .18);
}

.adm2026-logo {
    width: 142px;
    max-height: 48px;
    object-fit: contain;
}

.adm2026-brand-text {
    font-weight: 600;
    letter-spacing: .2px;
}

.adm2026-navbar .navbar-brand {
    min-width: 0;
}

.adm2026-menu-btn {
    border-radius: 999px;
}

.adm2026-top-links .nav-link {
    border-radius: 999px;
    padding: .45rem .75rem;
    margin: 0 .05rem;
    color: rgba(255,255,255,.78) !important;
}

.adm2026-top-links .nav-link:hover,
.adm2026-top-links .nav-link.active {
    background: rgba(255,255,255,.12);
    color: #fff !important;
}

.adm2026-offcanvas {
    background: #111827;
}

.adm2026-menu-list {
    display: grid;
    gap: .35rem;
}

.adm2026-menu-link {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .72rem .85rem;
    border-radius: .9rem;
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

.adm2026-menu-link:hover,
.adm2026-menu-link.active {
    color: #fff;
    background: rgba(255,255,255,.12);
}

.adm2026-menu-link i {
    width: 1.35rem;
    text-align: center;
}

.adm2026-dashboard-card {
    border: 0;
    border-radius: 1.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.adm2026-action-card {
    display: block;
    height: 100%;
    padding: 1rem;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1rem;
    color: #111827;
    text-decoration: none;
    background: #fff;
    transition: transform .15s ease, box-shadow .15s ease;
}

.adm2026-action-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .10);
    color: #111827;
}

.adm2026-action-card i {
    font-size: 1.35rem;
}

.adm2026-footer {
    box-shadow: 0 -8px 24px rgba(15, 23, 42, .08);
    margin-top: auto !important;
}

.adm2026-version {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .adm2026-logo {
        width: 120px;
    }
}

/* v0.1.5 — componentes de navegación interna */
.adm2026-page-wrap {
    padding-top: 1rem;
}

.adm2026-page-header {
    border: 0;
    border-radius: 1.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .07);
    overflow: hidden;
}

.adm2026-page-header .card-body {
    padding: 1.1rem 1.2rem;
}

.adm2026-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: .2rem;
}

.adm2026-page-title {
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.adm2026-page-subtitle {
    color: #6b7280;
    margin: .15rem 0 0;
}

.adm2026-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    flex-wrap: wrap;
}

.adm2026-toolbar .btn {
    border-radius: .8rem;
}

.adm2026-table-card {
    border: 0;
    border-radius: 1.1rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.adm2026-table-card .card-body {
    padding: 1.15rem;
}

.adm2026-table-card h6 {
    font-weight: 700;
    color: #111827;
}

.adm2026-search-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
    margin-bottom: .85rem;
}

.adm2026-search-row .form-control {
    min-width: min(100%, 280px);
    max-width: 420px;
    border-radius: .8rem;
}

.adm2026-help-line {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #6b7280;
    font-size: .9rem;
}

.adm2026-table-card .table {
    vertical-align: middle;
}

.adm2026-table-card .table thead th {
    color: #374151;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .adm2026-toolbar {
        justify-content: flex-start;
    }

    .adm2026-page-header .card-body {
        padding: 1rem;
    }
}

/* v0.1.17 — Sala ADM de remates */
.adm2026-auction-room .adm2026-current-lot {
    background: linear-gradient(135deg, rgba(248,250,252,.95), rgba(241,245,249,.95));
    border: 1px solid rgba(148, 163, 184, .25);
}

.adm2026-auction-room .adm2026-lote-title {
    font-size: 1.15rem;
    color: #111827;
}

.adm2026-auction-room .input-group-text,
.adm2026-auction-room .form-control,
.adm2026-auction-room .btn {
    border-radius: .85rem;
}

.adm2026-auction-room .input-group .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.adm2026-auction-room .input-group .form-control {
    border-radius: 0;
}

.adm2026-auction-room .input-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.adm2026-bid-list .list-group-item {
    border-color: rgba(148, 163, 184, .25);
}

.adm2026-bid-list .list-group-item:first-child {
    border-top-left-radius: .9rem;
    border-top-right-radius: .9rem;
}

.adm2026-bid-list .list-group-item:last-child {
    border-bottom-left-radius: .9rem;
    border-bottom-right-radius: .9rem;
}

@media (max-width: 767.98px) {
    .adm2026-auction-room .adm2026-toolbar .btn,
    .adm2026-auction-room .adm2026-toolbar span {
        width: 100%;
    }

    .adm2026-auction-room .adm2026-toolbar a,
    .adm2026-auction-room .adm2026-toolbar span .btn {
        width: 100%;
    }
}

/* v0.1.17-r1 - Sala ADM: datos comerciales del lote */
.adm2026-auction-facts .adm2026-fact-card {
    height: 100%;
    border: 1px solid rgba(148, 163, 184, .28);
    border-radius: 1rem;
    padding: .85rem .95rem;
    background: rgba(248, 250, 252, .9);
}

.adm2026-auction-facts .adm2026-fact-card span {
    display: block;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    font-weight: 700;
}

.adm2026-auction-facts .adm2026-fact-card strong {
    display: block;
    font-size: 1rem;
    color: #0f172a;
    margin-top: .2rem;
}

.adm2026-auction-facts .adm2026-fact-card small {
    display: block;
    color: #64748b;
    margin-top: .15rem;
}
