.elementor-4125 .elementor-element.elementor-element-0d5fd00{--display:flex;--padding-top:25px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-4125 .elementor-element.elementor-element-0d5fd00{--width:80%;}}/* Start custom CSS for container, class: .elementor-element-0d5fd00 */.rnr-portal {
    width: 100%;
    max-width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    box-sizing: border-box;
}

.rnr-portal *,
.rnr-portal *::before,
.rnr-portal *::after {
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
}

/* ── Header ───────────────────────────────────────────────────────────────── */
.rnr-portal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0 16px;
    border-bottom: 2px solid #c0392b;
    margin-bottom: 0;
}

.rnr-portal-logo img {
    height: 48px;
    width: auto;
}

.rnr-portal-bienvenida {
    flex: 1;
}

.rnr-portal-bienvenida h2 {
    margin: 0 0 4px;
    font-size: 1.4em;
    font-family: "DM Sans", sans-serif;
}

.rnr-portal-bienvenida p {
    margin: 0;
    color: #666;
    font-size: 0.9em;
}

.rnr-portal-logout a {
    color: #999;
    font-size: 0.85em;
    text-decoration: none;
}

.rnr-portal-logout a:hover { color: #c0392b; }

/* ── Navegación ───────────────────────────────────────────────────────────── */
.rnr-portal-nav {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
}

.rnr-portal-nav a {
    padding: 12px 22px;
    text-decoration: none;
    color: #555;
    font-size: 0.95em;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    font-family: "DM Sans", sans-serif;
}

.rnr-portal-nav a:hover { color: #c0392b; }

.rnr-portal-nav a.activo {
    color: #c0392b;
    border-bottom-color: #c0392b;
    font-weight: 600;
}

/* ── Tarjetas resumen ─────────────────────────────────────────────────────── */
.rnr-tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 16px;
}

.rnr-tarjeta {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.rnr-tarjeta h4 {
    margin: 0 0 6px;
    font-size: 1.05em;
    color: #111;
    font-family: "DM Sans", sans-serif;
}

.rnr-rol {
    display: inline-block;
    background: #f5f0ea;
    color: #7a4f2a;
    font-size: 0.78em;
    padding: 2px 8px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.rnr-porcentajes {
    display: flex;
    gap: 12px;
    font-size: 0.85em;
    color: #666;
    margin-bottom: 12px;
}

.rnr-ultimo-corte {
    font-size: 0.9em;
    line-height: 1.8;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.rnr-sin-corte {
    color: #999;
    font-size: 0.88em;
    font-style: italic;
}

/* ── Tablas de cortes ─────────────────────────────────────────────────────── */
.rnr-tabla-cortes {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92em;
    margin-bottom: 24px;
}

.rnr-tabla-cortes th {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88em;
    letter-spacing: 0.03em;
    font-family: "DM Sans", sans-serif;
}

.rnr-tabla-cortes td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
}

.rnr-tabla-cortes tr:hover td { background: #fafafa; }
.rnr-tabla-cortes tr.rnr-nuevo td { background: #fffbf0; }

.rnr-badge-nuevo {
    display: inline-block;
    background: #c0392b;
    color: #fff;
    font-size: 0.72em;
    padding: 1px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

/* ── Error ────────────────────────────────────────────────────────────────── */
.rnr-error {
    background: #fdf0f0;
    border: 1px solid #e8b4b4;
    color: #a00;
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 0.88em;
    margin-bottom: 18px;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 680px) {
    .rnr-portal-header { flex-direction: column; align-items: flex-start; }
    .rnr-tabla-cortes { font-size: 0.82em; }
    .rnr-tabla-cortes th,
    .rnr-tabla-cortes td { padding: 8px; }
}/* End custom CSS */