/* /Layout/MainLayout.razor.rz.scp.css */
/* Lock the shell to exactly the viewport — nothing scrolls the browser window */
.app-shell[b-ef9dowi2i8] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.app-main[b-ef9dowi2i8] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* The content area is the only thing that scrolls (not the browser) */
.app-content[b-ef9dowi2i8] {
    flex: 1;
    padding: 28px 32px;
    width: 100%;
    min-width: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.app-content[b-ef9dowi2i8]::-webkit-scrollbar { width: 12px; height: 12px; }
.app-content[b-ef9dowi2i8]::-webkit-scrollbar-track { background: transparent; }
.app-content[b-ef9dowi2i8]::-webkit-scrollbar-thumb {
    background: #cbd3dd; border-radius: 6px;
    border: 2px solid transparent; background-clip: padding-box;
}
.app-content[b-ef9dowi2i8]::-webkit-scrollbar-thumb:hover { background: #aab4c2; background-clip: padding-box; }

@media (max-width: 768px) {
    .app-content[b-ef9dowi2i8] { padding: 18px 16px; }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════════════════════════
   Navigation Sidebar  —  Sky Blue / White  (matches design reference)
   ══════════════════════════════════════════════════════════════════════════════ */

/* ── Shell ─────────────────────────────────────────────────────────────────── */
.sidebar[b-l7kimd8pbj] {
    width: 240px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    overflow: hidden;
    border-right: 1px solid #e5e7eb;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .06);
}

/* ── Brand header ───────────────────────────────────────────────────────────── */
.sidebar-brand[b-l7kimd8pbj] {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 68px;
    padding: 0 20px;
    background: #ffffff;
    flex-shrink: 0;
    border-bottom: 1px solid #f0f2f5;
}

.sidebar-logo-wrap[b-l7kimd8pbj] {
    width: 36px;
    height: 36px;
    background: #29abe2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(41, 171, 226, .35);
}

.sidebar-brand-text[b-l7kimd8pbj] {
    flex: 1;
    min-width: 0;
}

.sidebar-title[b-l7kimd8pbj] {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

.sidebar-sub[b-l7kimd8pbj] {
    display: block;
    font-size: 10.5px;
    font-weight: 400;
    color: #9ca3af;
    white-space: nowrap;
    margin-top: 2px;
}

.sidebar-toggle[b-l7kimd8pbj] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f3f4f6;
    border: none;
    border-radius: 7px;
    color: #9ca3af;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.12s, color 0.12s;
}
.sidebar-toggle:hover[b-l7kimd8pbj] {
    background: #e5e7eb;
    color: #6b7280;
}

/* ── Navigation body ────────────────────────────────────────────────────────── */
.sidebar-nav[b-l7kimd8pbj] {
    flex: 1;
    padding: 10px 0 16px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar-nav[b-l7kimd8pbj]::-webkit-scrollbar { width: 3px; }
.sidebar-nav[b-l7kimd8pbj]::-webkit-scrollbar-track { background: transparent; }
.sidebar-nav[b-l7kimd8pbj]::-webkit-scrollbar-thumb {
    background: #e5e7eb;
    border-radius: 2px;
}

/* ── Section labels ─────────────────────────────────────────────────────────── */
.sidebar-section-label[b-l7kimd8pbj] {
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d1d5db;
    padding: 18px 20px 6px;
    user-select: none;
}

.sidebar-section-label:first-child[b-l7kimd8pbj] {
    padding-top: 8px;
}

/* ── Nav link ───────────────────────────────────────────────────────────────── */
.sidebar-link[b-l7kimd8pbj] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    color: #9ca3af;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
    min-height: 52px;
    line-height: 1;
    border-radius: 0;
    margin-bottom: 1px;
    position: relative;
}

.sidebar-link:hover[b-l7kimd8pbj] {
    background: #f0f9ff;
    color: #29abe2;
    text-decoration: none;
}

/* Active state — full-width solid sky-blue row (matches design reference) */
.sidebar-link.active[b-l7kimd8pbj] {
    background: #29abe2;
    color: #ffffff;
    font-weight: 700;
}

/* ── Icons ──────────────────────────────────────────────────────────────────── */
.sidebar-icon[b-l7kimd8pbj] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.12s, color 0.12s;
}
.sidebar-link:hover .sidebar-icon[b-l7kimd8pbj] {
    opacity: 1;
    color: #29abe2;
}
.sidebar-link.active .sidebar-icon[b-l7kimd8pbj] {
    opacity: 1;
    color: #ffffff;
}

/* ── Footer ─────────────────────────────────────────────────────────────────── */
.sidebar-footer[b-l7kimd8pbj] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 14px 20px;
    font-size: 10.5px;
    font-weight: 500;
    color: #d1d5db;
    border-top: 1px solid #f0f2f5;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #ffffff;
}

.sidebar-footer[b-l7kimd8pbj]::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10b981;
    flex-shrink: 0;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, .18);
    animation: sidebar-pulse-b-l7kimd8pbj 3s ease-in-out infinite;
}

@keyframes sidebar-pulse-b-l7kimd8pbj {
    0%, 100% { box-shadow: 0 0 0 2px rgba(16, 185, 129, .18); }
    50%       { box-shadow: 0 0 0 4px rgba(16, 185, 129, .08), 0 0 8px rgba(16, 185, 129, .14); }
}

/* ── Mobile overlay ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .sidebar[b-l7kimd8pbj] {
        position: fixed;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.22s cubic-bezier(.4,0,.2,1);
    }
    .sidebar.sidebar-open[b-l7kimd8pbj] {
        transform: translateX(0);
    }
    .sidebar-toggle[b-l7kimd8pbj] {
        display: flex;
    }
}
/* /Pages/Locations.razor.rz.scp.css */
/* ── Barra de búsqueda ───────────────────────────────────────────────────── */
.loc-search-wrap[b-71rnhk38mg] {
    position: relative;
    display: flex;
    align-items: center;
}

.loc-search-icon[b-71rnhk38mg] {
    position: absolute;
    left: 10px;
    color: var(--text-3);
    pointer-events: none;
}

.loc-search-input[b-71rnhk38mg] {
    height: 34px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0 12px 0 30px;
    font-size: 12.5px;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    width: 240px;
    outline: none;
    transition: border-color 0.12s, background 0.12s;
}

.loc-search-input:focus[b-71rnhk38mg] {
    border-color: var(--accent);
    background: var(--surface);
}

/* ── Stats row ───────────────────────────────────────────────────────────── */
.loc-stats-row[b-71rnhk38mg] {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.loc-stat-chip[b-71rnhk38mg] {
    display: flex;
    align-items: baseline;
    gap: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 10px 16px;
    box-shadow: var(--shadow-sm);
}

.loc-stat-chip.loc-stat-warn[b-71rnhk38mg] {
    background: var(--warning-bg, #fffbeb);
    border-color: #fcd34d;
}

.loc-stat-num[b-71rnhk38mg] {
    font-size: 22px;
    font-weight: 700;
    color: var(--text);
    line-height: 1;
}

.loc-num-active[b-71rnhk38mg] { color: var(--accent); }
.loc-num-ok[b-71rnhk38mg]     { color: var(--success); }
.loc-num-warn[b-71rnhk38mg]   { color: #d97706; }

.loc-stat-label[b-71rnhk38mg] {
    font-size: 12px;
    color: var(--text-3);
    font-weight: 500;
}

/* ── Columna de status dot ───────────────────────────────────────────────── */
.loc-th-status[b-71rnhk38mg], .loc-td-status[b-71rnhk38mg] {
    width: 28px;
    padding-right: 0 !important;
    text-align: center;
}

.loc-dot[b-71rnhk38mg] {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.loc-dot-green[b-71rnhk38mg]  { background: var(--success); box-shadow: 0 0 0 2px rgba(16,185,129,.2); }
.loc-dot-orange[b-71rnhk38mg] { background: #f59e0b;         box-shadow: 0 0 0 2px rgba(245,158,11,.2); }
.loc-dot-gray[b-71rnhk38mg]   { background: var(--border);   }

/* ── Fila inactiva ───────────────────────────────────────────────────────── */
.loc-row-inactive td[b-71rnhk38mg] {
    opacity: 0.5;
}

/* ── Códigos SAP ─────────────────────────────────────────────────────────── */
.loc-sap-code[b-71rnhk38mg] {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 11.5px;
    background: var(--accent-bg);
    color: var(--accent);
    border-radius: 4px;
    padding: 2px 7px;
    font-weight: 600;
}

.loc-missing[b-71rnhk38mg] {
    color: var(--text-3);
    font-size: 12px;
}

.loc-bpl-id[b-71rnhk38mg] {
    font-size: 11px;
    color: var(--text-3);
    margin-left: 4px;
}

/* ── Chips de series ─────────────────────────────────────────────────────── */
.loc-series-wrap[b-71rnhk38mg] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.loc-series-chip[b-71rnhk38mg] {
    font-size: 10.5px;
    padding: 2px 6px;
    border-radius: 4px;
    background: var(--surface-2);
    color: var(--text-2);
    border: 1px solid var(--border-light);
    white-space: nowrap;
}

.loc-series-chip b[b-71rnhk38mg] {
    color: var(--text);
    font-weight: 600;
}

.loc-series-chip.loc-series-miss[b-71rnhk38mg] {
    opacity: 0.5;
    border-style: dashed;
}

.loc-series-chip-lg[b-71rnhk38mg] {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    background: var(--surface-2);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 4px 12px;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

/* ── Badges del drawer ───────────────────────────────────────────────────── */
.loc-drawer-badge[b-71rnhk38mg] {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.loc-drawer-badge-ok[b-71rnhk38mg]   { background: var(--success-bg); color: var(--success); }
.loc-drawer-badge-warn[b-71rnhk38mg] { background: var(--warning-bg, #fffbeb); color: #d97706; }
/* /Pages/Sync.razor.rz.scp.css */
/* ── Botón "Sincronizar todo" destacado ─────────────────────────────────── */
.sync-btn-all[b-2p0qc4ilhq] {
    padding: 9px 20px;
    font-size: 13.5px;
    gap: 8px;
    border-radius: var(--radius);
}

/* ── Contenedor pipeline ─────────────────────────────────────────────────── */
.sync-pipeline[b-2p0qc4ilhq] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    /* overflow: visible para que los tooltips de cada fila no sean recortados */
    overflow: visible;
}

/* ── Fila de job ─────────────────────────────────────────────────────────── */
.sync-row[b-2p0qc4ilhq] {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border-bottom: 1px solid var(--border-light);
    min-height: 68px;
    transition: background 0.12s;
    position: relative;
    /* Barra lateral de estado */
    border-left: 3px solid transparent;
}
.sync-row:first-child[b-2p0qc4ilhq] { border-radius: var(--radius) var(--radius) 0 0; }
.sync-row:last-child[b-2p0qc4ilhq]  { border-bottom: none; border-radius: 0 0 var(--radius) var(--radius); }
.sync-row:hover[b-2p0qc4ilhq]       { background: var(--surface-2); }

/* Estados — borde izquierdo coloreado */
.sync-row.running[b-2p0qc4ilhq] { border-left-color: #29abe2;  background: #f0f9ff; }
.sync-row.success[b-2p0qc4ilhq] { border-left-color: var(--success); }
.sync-row.error[b-2p0qc4ilhq]   { border-left-color: var(--danger);  background: #fff8f8; }

/* ── Columna: número de paso ─────────────────────────────────────────────── */
.sync-row-step[b-2p0qc4ilhq] {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 4px;
}

.step-badge[b-2p0qc4ilhq] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}
.step-num[b-2p0qc4ilhq]  { background: var(--bg); color: var(--text-3); border: 1.5px solid var(--border); }
.step-ok[b-2p0qc4ilhq]   { background: var(--success-bg); color: var(--success); border: 1.5px solid #a7f3d0; }
.step-err[b-2p0qc4ilhq]  { background: var(--danger-bg);  color: var(--danger);  border: 1.5px solid #fecaca; }

.step-spinner[b-2p0qc4ilhq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
}

/* ── Columna: icono del job ──────────────────────────────────────────────── */
.sync-row-icon[b-2p0qc4ilhq] {
    width: 40px;
    height: 40px;
    background: var(--accent-bg);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    flex-shrink: 0;
    margin-right: 14px;
}
.sync-row.running .sync-row-icon[b-2p0qc4ilhq] { background: #e0f2fe; color: #0369a1; }
.sync-row.success .sync-row-icon[b-2p0qc4ilhq] { background: var(--success-bg); color: var(--success); }
.sync-row.error   .sync-row-icon[b-2p0qc4ilhq] { background: var(--danger-bg);  color: var(--danger); }

/* ── Columna: título + descripción ──────────────────────────────────────── */
.sync-row-info[b-2p0qc4ilhq] {
    flex: 1;
    min-width: 0;
    padding: 18px 0;
}

.sync-row-title[b-2p0qc4ilhq] {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

.sync-row-desc[b-2p0qc4ilhq] {
    font-size: 11.5px;
    color: var(--text-3);
    margin-top: 2px;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    letter-spacing: -0.01em;
}

/* ── Columna: parámetro opcional ─────────────────────────────────────────── */
.sync-row-param[b-2p0qc4ilhq] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 20px;
    flex-shrink: 0;
}

.sync-param-label[b-2p0qc4ilhq] {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-3);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sync-param-input[b-2p0qc4ilhq] {
    height: 32px;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0 10px;
    font-size: 12.5px;
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    outline: none;
    transition: border-color 0.12s, background 0.12s;
    width: 80px;
    text-align: center;
}
.sync-param-input[type="number"][b-2p0qc4ilhq] { width: 72px; }
.sync-param-date[b-2p0qc4ilhq] { width: 132px; text-align: left; }
.sync-param-input:focus[b-2p0qc4ilhq] { border-color: var(--accent); background: var(--surface); }

.sync-param-unit[b-2p0qc4ilhq] {
    font-size: 11px;
    color: var(--text-3);
    white-space: nowrap;
}

/* ── Columna: chip de resultado ──────────────────────────────────────────── */
.sync-row-result[b-2p0qc4ilhq] {
    width: 120px;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Columna: botón ejecutar ─────────────────────────────────────────────── */
.sync-row-action[b-2p0qc4ilhq] {
    padding: 0 20px 0 8px;
    flex-shrink: 0;
}

.sync-run-btn[b-2p0qc4ilhq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 500;
    padding: 7px 16px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-2);
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s, color 0.12s;
    white-space: nowrap;
}
.sync-run-btn:hover:not(:disabled)[b-2p0qc4ilhq] {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
.sync-run-btn:disabled[b-2p0qc4ilhq] { opacity: 0.45; cursor: not-allowed; }

/* ── Chips de estado (SyncStatusChip) ───────────────────────────────────── */
.sync-chip[b-2p0qc4ilhq] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
}
.sync-chip-idle[b-2p0qc4ilhq]    { color: var(--text-3); }
.sync-chip-running[b-2p0qc4ilhq] { color: #0369a1; background: #e0f2fe; }
.sync-chip-ok[b-2p0qc4ilhq]      { color: #065f46; background: var(--success-bg); }
.sync-chip-error[b-2p0qc4ilhq]   { color: #991b1b; background: var(--danger-bg); cursor: help; max-width: 110px; overflow: hidden; text-overflow: ellipsis; }

.sync-chip-dot[b-2p0qc4ilhq] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}
.sync-chip-dot.running[b-2p0qc4ilhq] { background: #29abe2; animation: sync-blink-b-2p0qc4ilhq 1s ease-in-out infinite; }
.sync-chip-dot.ok[b-2p0qc4ilhq]      { background: var(--success); }
.sync-chip-dot.error[b-2p0qc4ilhq]   { background: var(--danger); }

@keyframes sync-blink-b-2p0qc4ilhq {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.3; }
}

/* ── Parámetros expandidos PO (minutos + rango fechas) ──────────────────── */
.sync-row-params-po[b-2p0qc4ilhq] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.sync-param-group[b-2p0qc4ilhq] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sync-param-divider[b-2p0qc4ilhq] {
    font-size: 11px;
    color: var(--text-3);
    font-weight: 500;
    padding: 0 2px;
}

.sync-toggle-label[b-2p0qc4ilhq] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-2);
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.sync-toggle-check[b-2p0qc4ilhq] {
    width: 14px;
    height: 14px;
    accent-color: var(--accent);
    cursor: pointer;
}

/* Inputs deshabilitados */
.sync-param-input:disabled[b-2p0qc4ilhq] {
    opacity: 0.38;
    cursor: not-allowed;
    background: var(--surface-2);
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .sync-row[b-2p0qc4ilhq] {
        flex-wrap: wrap;
        padding: 14px 0;
        gap: 8px;
    }
    .sync-row-info[b-2p0qc4ilhq]  { min-width: 200px; padding: 0; }
    .sync-row-param[b-2p0qc4ilhq] { padding: 0 12px; }
    .sync-row-action[b-2p0qc4ilhq] { padding: 0 12px; }
    .sync-row-result[b-2p0qc4ilhq] { width: auto; }
}
/* /Shared/InfoTip.razor.rz.scp.css */
/* ── Trigger icon ────────────────────────────────────────────────────────── */
.infotip[b-753gg6l20j] {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    cursor: default;
    color: var(--text-3);
    margin-left: 5px;
    flex-shrink: 0;
}

.infotip-icon[b-753gg6l20j] {
    display: block;
    transition: color 0.15s;
    opacity: 0.7;
}

.infotip:hover .infotip-icon[b-753gg6l20j] {
    color: var(--accent);
    opacity: 1;
}

/* ── Panel ───────────────────────────────────────────────────────────────── */
.infotip-panel[b-753gg6l20j] {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 9200;
    background: #1e293b;
    color: #cbd5e1;
    font-size: 11.5px;
    line-height: 1.65;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
    transition: opacity 0.14s 0.08s, visibility 0.14s 0.08s;
    font-weight: 400;
    text-align: left;
    font-family: var(--font);
    letter-spacing: 0;
    white-space: normal;
    word-break: break-word;
    min-width: 180px;
}

/* Arrow base */
.infotip-panel[b-753gg6l20j]::after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    pointer-events: none;
}

.infotip:hover .infotip-panel[b-753gg6l20j] {
    visibility: visible;
    opacity: 1;
}

/* ── Placements ──────────────────────────────────────────────────────────── */

/* RIGHT (default) */
.infotip.right .infotip-panel[b-753gg6l20j],
.infotip:not(.top):not(.bottom):not(.left) .infotip-panel[b-753gg6l20j] {
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}
.infotip.right .infotip-panel[b-753gg6l20j]::after,
.infotip:not(.top):not(.bottom):not(.left) .infotip-panel[b-753gg6l20j]::after {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-right-color: #1e293b;
}

/* TOP */
.infotip.top .infotip-panel[b-753gg6l20j] {
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}
.infotip.top .infotip-panel[b-753gg6l20j]::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: #1e293b;
}

/* BOTTOM */
.infotip.bottom .infotip-panel[b-753gg6l20j] {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}
.infotip.bottom .infotip-panel[b-753gg6l20j]::after {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-color: #1e293b;
}

/* LEFT */
.infotip.left .infotip-panel[b-753gg6l20j] {
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
}
.infotip.left .infotip-panel[b-753gg6l20j]::after {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-left-color: #1e293b;
}

/* ── Typography inside panel (MarkupString content) ─────────────────────── */
.infotip-panel[b-753gg6l20j]  b    { color: #f1f5f9; font-weight: 600; }
.infotip-panel[b-753gg6l20j]  code {
    background: rgba(255, 255, 255, 0.13);
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 10.5px;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    color: #93c5fd;
}
.infotip-panel[b-753gg6l20j]  i    { color: #94a3b8; font-style: italic; }
