/*
 * Panel de ayuda (helpOffcanvas) — diseño moderno alineado con select-tenant / login
 */

.help-offcanvas-v2.help-offcanvas-modern {
    border-left: none;
    box-shadow: -8px 0 40px rgba(15, 23, 42, 0.18);
}

.help-offcanvas-v2 .help-offcanvas-header {
    background: linear-gradient(135deg, #206bc4 0%, #1a5a9e 55%, #0f172a 100%);
    color: #fff;
    border: none;
    padding: 1.25rem 1.35rem;
    align-items: flex-start;
    gap: 0.75rem;
}

.help-offcanvas-v2 .help-offcanvas-header-text {
    flex: 1;
    min-width: 0;
}

.help-offcanvas-v2 .help-offcanvas-eyebrow {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.82;
    margin-bottom: 0.25rem;
}

.help-offcanvas-v2 .offcanvas-title {
    font-family: "DM Sans", system-ui, -apple-system, sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.help-offcanvas-v2 .offcanvas-title i {
    opacity: 0.92;
    font-size: 1rem;
}

.help-offcanvas-v2 .btn-close {
    margin-top: 0.15rem;
    opacity: 0.85;
}

.help-offcanvas-v2 #helpOffcanvasBody,
.help-offcanvas-v2 [id$="Body"].offcanvas-body {
    background: #f1f5f9;
}

.help-offcanvas-v2 .help-offcanvas-shell {
    padding: 1rem 1rem 1.5rem;
}

.help-offcanvas-v2 .help-offcanvas-content.help-prose {
    font-family: "DM Sans", system-ui, -apple-system, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #334155;
}

.help-offcanvas-v2 .help-section-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 1rem 1.1rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.help-offcanvas-v2 .help-section-card:last-child {
    margin-bottom: 0;
}

.help-offcanvas-v2 .help-section-heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.75rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #e2e8f0;
}

.help-offcanvas-v2 .help-section-heading i {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #eff6ff;
    color: #206bc4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    flex-shrink: 0;
}

.help-offcanvas-v2 .help-prose p {
    margin-bottom: 0.65rem;
}

.help-offcanvas-v2 .help-prose p:last-child {
    margin-bottom: 0;
}

.help-offcanvas-v2 .help-prose ul,
.help-offcanvas-v2 .help-prose ol {
    margin: 0 0 0.65rem;
    padding-left: 1.2rem;
}

.help-offcanvas-v2 .help-prose li {
    margin-bottom: 0.4rem;
}

.help-offcanvas-v2 .help-prose li:last-child {
    margin-bottom: 0;
}

.help-offcanvas-v2 .help-prose strong {
    color: #0f172a;
}

.help-offcanvas-v2 .help-prose code {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 0.12rem 0.4rem;
    border-radius: 0.35rem;
    font-size: 0.82em;
    color: #1e40af;
}

.help-offcanvas-v2 .help-prose blockquote {
    margin: 0.75rem 0 0;
    padding: 0.85rem 1rem;
    border-left: 4px solid #206bc4;
    border-radius: 0 0.5rem 0.5rem 0;
    background: #eff6ff;
    color: #1e3a5f;
    font-size: 0.9rem;
}

.help-offcanvas-v2 .help-prose blockquote p {
    margin: 0;
}

.help-offcanvas-v2 .help-prose table {
    width: 100%;
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    overflow: hidden;
}

.help-offcanvas-v2 .help-prose thead th {
    background: #206bc4;
    color: #fff;
    font-weight: 600;
    padding: 0.55rem 0.75rem;
    border: none;
}

.help-offcanvas-v2 .help-prose tbody td {
    padding: 0.55rem 0.75rem;
    border-top: 1px solid #e2e8f0;
    vertical-align: top;
    background: #fff;
}

.help-offcanvas-v2 .help-prose tbody tr:nth-child(even) td {
    background: #f8fafc;
}

.help-offcanvas-v2 .help-callout {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 0.85rem;
    border: 1px solid transparent;
}

.help-offcanvas-v2 .help-callout > i {
    margin-top: 0.15rem;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.help-offcanvas-v2 .help-callout-primary {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e3a5f;
}

.help-offcanvas-v2 .help-callout-primary > i {
    color: #206bc4;
}

.help-offcanvas-v2 .help-callout-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #78350f;
}

.help-offcanvas-v2 .help-callout-warning > i {
    color: #d97706;
}

.help-offcanvas-v2 .help-kbd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-offcanvas-v2 .help-kbd-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed #e2e8f0;
}

.help-offcanvas-v2 .help-kbd-list li:last-child {
    border-bottom: none;
}

.help-offcanvas-v2 .help-kbd {
    display: inline-block;
    min-width: 1.75rem;
    text-align: center;
    padding: 0.15rem 0.45rem;
    border-radius: 0.35rem;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    box-shadow: 0 1px 0 #cbd5e1;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    font-family: inherit;
}

.help-offcanvas-v2 .help-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 2.5rem 1rem;
    color: #64748b;
}

@media (max-width: 575.98px) {
    .help-offcanvas-v2 .help-offcanvas-shell {
        padding: 0.75rem 0.75rem 1.25rem;
    }

    .help-offcanvas-v2 .help-section-card {
        padding: 0.85rem 0.9rem;
    }
}
