.leb-root {
--leb-ink: #1e293b;
--leb-muted: #64748b;
--leb-soft: #f8fafc;
--leb-soft-2: #f1f5f9;
--leb-line: #e2e8f0;
--leb-line-2: #cbd5e1;
--leb-deep: #0f172a;
--leb-navy: #1e3a8a;
--leb-blue: #1d4ed8;
--leb-indigo: #312e81;
--leb-amber: #d97706;
--leb-amber-2: #f59e0b;
--leb-green: #047857;
--leb-red: #b91c1c;
--leb-gold: #b45309;
--leb-cream: #fdfbf7;
--leb-font-ui: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
--leb-font-serif: 'Lora', Georgia, "Times New Roman", serif;
width: 100% !important;
max-width: 1220px !important;
margin: 0 auto !important;
padding: 0 10px !important;
color: var(--leb-ink) !important;
font-family: var(--leb-font-ui) !important;
font-size: 16px !important;
line-height: 1.55 !important;
text-align: left !important;
overflow: visible !important;
box-sizing: border-box !important;
isolation: isolate;
}
.leb-root,
.leb-root *,
.leb-root *::before,
.leb-root *::after { box-sizing: border-box !important; }
.leb-root * { max-width: none; }
.leb-root button,
.leb-root input,
.leb-root select,
.leb-root textarea { font: inherit; }
.leb-root button { appearance: none; }
.leb-root p { margin: 0 0 10px !important; }
.leb-root a { color: var(--leb-navy); }
.leb-root code { font-family: Consolas, Monaco, monospace; }
.leb-shell {
width: 100% !important;
max-width: 1180px !important;
margin: 0 auto !important;
background: #fff !important;
border: 1px solid var(--leb-line) !important;
border-radius: 16px !important;
overflow: hidden !important;
box-shadow: 0 16px 45px rgba(15, 23, 42, .12) !important;
} .leb-header {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
gap: 18px !important;
padding: 28px 30px !important;
color: #fff !important;
background: linear-gradient(112deg, #0f172a 0%, #1e1b4b 56%, #172554 100%) !important;
border-bottom: 4px solid var(--leb-amber) !important;
}
.leb-header h1 {
margin: 0 !important;
color: #fff !important;
font-family: var(--leb-font-serif) !important;
font-weight: 700 !important;
font-size: clamp(1.25rem, 2.4vw, 1.8rem) !important;
line-height: 1.2 !important;
letter-spacing: .035em !important;
text-transform: none !important;
}
.leb-header h1 b {
display: inline-block !important;
margin-left: 8px !important;
padding: 3px 8px !important;
border-radius: 6px !important;
background: var(--leb-amber) !important;
color: #fff !important;
font-family: system-ui, sans-serif !important;
font-size: .68rem !important;
letter-spacing: .08em !important;
vertical-align: middle !important;
}
.leb-header p {
margin: 7px 0 0 !important;
color: #cbd5e1 !important;
font-size: .9rem !important;
font-style: italic !important;
}
.leb-shortcode {
flex: 0 0 auto !important;
text-align: right !important;
color: #fbbf24 !important;
font-size: .72rem !important;
font-weight: 700 !important;
letter-spacing: .12em !important;
text-transform: uppercase !important;
}
.leb-shortcode code {
display: inline-block !important;
margin-top: 4px !important;
padding: 3px 7px !important;
border-radius: 5px !important;
background: #1e293b !important;
color: #fbbf24 !important;
font-size: .72rem !important;
text-transform: none !important;
letter-spacing: 0 !important;
} .leb-selector {
padding: 16px 24px !important;
background: linear-gradient(180deg, #f8fafc, #f1f5f9) !important;
border-bottom: 1px solid var(--leb-line) !important;
}
.leb-select-card {
display: grid !important;
grid-template-columns: minmax(150px, 1.4fr) repeat(3, minmax(86px, .7fr)) auto !important;
gap: 12px !important;
align-items: end !important;
}
.leb-select-card label {
display: flex !important;
flex-direction: column !important;
gap: 5px !important;
margin: 0 !important;
color: var(--leb-muted) !important;
font-size: .7rem !important;
font-weight: 800 !important;
letter-spacing: .08em !important;
text-transform: uppercase !important;
}
.leb-select-card select {
width: 100% !important;
min-height: 40px !important;
padding: 8px 10px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 9px !important;
background: #fff !important;
color: var(--leb-ink) !important;
font-size: .9rem !important;
line-height: 1.2 !important;
}
.leb-primary,
.leb-secondary,
.leb-tools button,
.leb-levels button,
.leb-macro button,
.leb-author-tab,
.leb-word {
cursor: pointer !important;
text-decoration: none !important;
}
.leb-primary {
min-height: 40px !important;
padding: 10px 18px !important;
border: 0 !important;
border-radius: 9px !important;
background: var(--leb-navy) !important;
color: #fff !important;
font-weight: 800 !important;
font-size: .86rem !important;
white-space: nowrap !important;
box-shadow: 0 7px 16px rgba(30,58,138,.25) !important;
}
.leb-primary:hover { background: var(--leb-blue) !important; }
.leb-secondary {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 6px !important;
padding: 8px 13px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 8px !important;
background: #fff !important;
color: var(--leb-ink) !important;
font-size: .8rem !important;
font-weight: 700 !important;
}
.leb-secondary:hover { background: var(--leb-soft-2) !important; } .leb-topbar {
display: flex !important;
flex-wrap: wrap !important;
justify-content: space-between !important;
align-items: center !important;
gap: 10px !important;
padding: 11px 24px !important;
background: var(--leb-deep) !important;
color: #fff !important;
}
.leb-topbar strong {
color: #fbbf24 !important;
font-family: var(--leb-font-serif) !important;
font-size: 1.02rem !important;
}
.leb-topbar span {
display: inline-block !important;
margin-left: 8px !important;
padding: 4px 9px !important;
border-radius: 999px !important;
background: #334155 !important;
color: #cbd5e1 !important;
font-size: .72rem !important;
}
.leb-tools {
display: flex !important;
flex-wrap: wrap !important;
gap: 7px !important;
}
.leb-tools button {
min-height: 32px !important;
padding: 7px 11px !important;
border: 0 !important;
border-radius: 7px !important;
background: #1e293b !important;
color: #e2e8f0 !important;
font-size: .74rem !important;
font-weight: 700 !important;
}
.leb-tools button:hover { background: #334155 !important; }
.leb-tools [data-leb-action="export"] { background: var(--leb-amber) !important; color: #111827 !important; } .leb-macro {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
background: var(--leb-soft-2) !important;
border-bottom: 1px solid var(--leb-line) !important;
}
.leb-macro button {
min-height: 56px !important;
padding: 13px 8px !important;
border: 0 !important;
border-bottom: 4px solid transparent !important;
background: transparent !important;
color: var(--leb-muted) !important;
font-size: .84rem !important;
font-weight: 900 !important;
letter-spacing: .055em !important;
text-transform: uppercase !important;
}
.leb-macro button:hover { color: var(--leb-navy) !important; background: #fff !important; }
.leb-macro button.is-active { color: var(--leb-navy) !important; background: #fff !important; border-bottom-color: var(--leb-navy) !important; } .leb-workspace {
display: grid !important;
grid-template-columns: minmax(0, 1fr) 300px !important;
align-items: stretch !important;
background: #fff !important;
}
.leb-mainpanel {
min-width: 0 !important;
padding: 24px !important;
background: #fff !important;
}
.leb-aside {
min-width: 0 !important;
padding: 20px !important;
background: var(--leb-soft) !important;
border-left: 1px solid var(--leb-line) !important;
font-size: .82rem !important;
}
.leb-loading {
margin-bottom: 16px !important;
padding: 18px !important;
border: 1px dashed var(--leb-line-2) !important;
border-radius: 10px !important;
color: var(--leb-muted) !important;
text-align: center !important;
font-style: italic !important;
}
.leb-tab { display: none !important; }
.leb-tab.is-active { display: block !important; }
.leb-steps {
display: flex !important;
flex-wrap: wrap !important;
gap: 8px !important;
margin: 0 0 18px !important;
padding-bottom: 13px !important;
border-bottom: 1px solid var(--leb-line) !important;
}
.leb-step {
display: inline-flex !important;
align-items: center !important;
min-height: 28px !important;
padding: 5px 12px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 999px !important;
background: var(--leb-soft) !important;
color: var(--leb-muted) !important;
font-size: .72rem !important;
font-weight: 800 !important;
}
.leb-step.is-active { background: var(--leb-navy) !important; border-color: var(--leb-navy) !important; color: #fff !important; } .leb-card,
.leb-thesis {
width: 100% !important;
margin: 0 0 16px !important;
border-radius: 13px !important;
}
.leb-card {
padding: 17px 18px !important;
border: 1px solid var(--leb-line) !important;
background: #fff !important;
box-shadow: 0 2px 8px rgba(15,23,42,.045) !important;
}
.leb-card h3,
.leb-card h4,
.leb-aside h4 {
margin: 0 0 10px !important;
padding-bottom: 7px !important;
border-bottom: 1px solid var(--leb-line) !important;
color: #475569 !important;
font-size: .76rem !important;
font-weight: 900 !important;
letter-spacing: .09em !important;
line-height: 1.3 !important;
text-transform: uppercase !important;
}
.leb-card.small { padding: 13px 14px !important; }
.leb-grid-2 {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 16px !important;
}
.leb-row { display: flex !important; flex-wrap: wrap !important; gap: 10px !important; margin-top: 12px !important; }
.leb-hint { color: var(--leb-muted) !important; font-size: .82rem !important; font-style: italic !important; }
.leb-guia { margin: 0 !important; padding-left: 19px !important; color: var(--leb-ink) !important; font-size: .86rem !important; }
.leb-guia li { margin: 0 0 7px !important; } .leb-bible p { margin-bottom: 9px !important; color: var(--leb-ink) !important; font-size: .96rem !important; line-height: 1.65 !important; }
.leb-greek,
.leb-greek-cell,
.leb-word-gk,
.leb-il-cell b,
.leb-morph-term { font-family: "Gentium Plus", "SBL Greek", "Palatino Linotype", Georgia, serif !important; }
.leb-greek { font-size: 1.08rem !important; }
.leb-vnum {
display: inline-block !important;
margin-right: 4px !important;
color: var(--leb-amber) !important;
font-size: .75rem !important;
font-weight: 900 !important;
vertical-align: super !important;
}
.leb-note {
margin: 0 0 8px !important;
padding: 10px 12px !important;
border: 1px solid var(--leb-line) !important;
border-radius: 9px !important;
font-size: .82rem !important;
}
.leb-note.blue { background: #eff6ff !important; border-color: #bfdbfe !important; color: #1e3a8a !important; }
.leb-note.amber { background: #fffbeb !important; border-color: #fde68a !important; color: #92400e !important; }
.leb-note.red { background: #fef2f2 !important; border-color: #fecaca !important; color: #991b1b !important; }
.leb-note b { display: inline-block !important; margin-right: 5px !important; font-size: .95rem !important; } .leb-greek-line {
display: flex !important;
flex-wrap: wrap !important;
align-items: flex-end !important;
gap: 10px 9px !important;
min-height: 120px !important;
padding: 17px !important;
border-radius: 12px !important;
background: #0f172a !important;
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05) !important;
}
.leb-vsep {
align-self: flex-start !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 24px !important;
height: 24px !important;
border: 1px solid #92400e !important;
border-radius: 6px !important;
color: #fbbf24 !important;
font-size: .68rem !important;
font-weight: 900 !important;
}
.leb-word {
display: inline-flex !important;
flex-direction: column !important;
align-items: center !important;
gap: 1px !important;
max-width: 130px !important;
padding: 3px 5px 5px !important;
border: 0 !important;
border-bottom: 2px solid #475569 !important;
background: transparent !important;
color: #fff !important;
text-align: center !important;
}
.leb-word:hover { border-bottom-color: #fbbf24 !important; transform: translateY(-1px); }
.leb-word-gk { color: #fff !important; font-size: 1.18rem !important; line-height: 1.2 !important; }
.leb-word-es { color: #94a3b8 !important; font-size: .63rem !important; line-height: 1.2 !important; }
.leb-word-code { color: #fbbf24 !important; font-family: Consolas, Monaco, monospace !important; font-size: .56rem !important; line-height: 1.2 !important; } .leb-table { width: 100% !important; border-collapse: collapse !important; font-size: .82rem !important; }
.leb-table th,
.leb-table td { padding: 9px 10px !important; border-bottom: 1px solid #edf2f7 !important; vertical-align: top !important; }
.leb-table th { background: var(--leb-soft-2) !important; color: #475569 !important; font-size: .66rem !important; font-weight: 900 !important; letter-spacing: .08em !important; text-align: left !important; text-transform: uppercase !important; }
.leb-table tr:hover td { background: #fafafa !important; } .leb-pericopa-title,
.leb-genero-label {
margin: 0 0 10px !important;
color: var(--leb-navy) !important;
font-family: var(--leb-font-serif) !important;
font-weight: 800 !important;
font-size: 1rem !important;
}
.leb-author-tabs {
display: flex !important;
flex-wrap: wrap !important;
gap: 7px !important;
margin: 10px 0 12px !important;
}
.leb-author-tab {
padding: 7px 10px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 999px !important;
background: #fff !important;
color: #475569 !important;
font-size: .74rem !important;
font-weight: 800 !important;
}
.leb-author-tab:hover,
.leb-author-tab.is-active { background: var(--leb-navy) !important; border-color: var(--leb-navy) !important; color: #fff !important; }
.leb-author-body { border: 1px solid var(--leb-line) !important; border-radius: 12px !important; padding: 14px !important; background: var(--leb-soft) !important; }
.leb-author-obra { color: var(--leb-muted) !important; font-size: .78rem !important; font-style: italic !important; }
.leb-author-sec { margin-top: 12px !important; padding-left: 12px !important; border-left: 3px solid var(--leb-navy) !important; }
.leb-author-sec h4 { margin: 0 0 6px !important; color: var(--leb-navy) !important; font-size: .72rem !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: .08em !important; }
.leb-author-sec p { margin: 0 0 8px !important; font-size: .84rem !important; }
.leb-q { color: #334155 !important; font-weight: 800 !important; }
.leb-author-note { border-left-color: var(--leb-amber) !important; background: #fffbeb !important; padding: 10px 14px !important; border-radius: 0 9px 9px 0 !important; }
.leb-genero-copy { font-size: .86rem !important; }
.leb-genero-copy h3,
.leb-genero-copy h4 { color: var(--leb-navy) !important; } .leb-thesis {
padding: 17px 18px !important;
background: linear-gradient(112deg, #1e3a8a, #1e1b4b) !important;
color: #fff !important;
box-shadow: 0 9px 22px rgba(30,58,138,.2) !important;
}
.leb-thesis h3 { margin: 0 0 10px !important; color: #fbbf24 !important; font-size: .74rem !important; font-weight: 900 !important; letter-spacing: .12em !important; text-transform: uppercase !important; }
.leb-root textarea {
width: 100% !important;
min-height: 80px !important;
padding: 11px 12px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 9px !important;
background: #fff !important;
color: var(--leb-ink) !important;
font-size: .9rem !important;
resize: vertical !important;
}
.leb-thesis textarea { background: rgba(255,255,255,.96) !important; } .leb-levels { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 7px !important; margin: 0 0 15px !important; }
.leb-levels button {
min-height: 58px !important;
padding: 8px 5px !important;
border: 1px solid var(--leb-line-2) !important;
border-radius: 9px !important;
background: #fff !important;
color: #475569 !important;
font-size: .68rem !important;
font-weight: 900 !important;
line-height: 1.2 !important;
}
.leb-levels button span { display: block !important; margin-top: 3px !important; }
.leb-levels button.is-active { border: 2px solid var(--leb-navy) !important; background: #eff6ff !important; color: var(--leb-navy) !important; }
.leb-aside .leb-card { margin-bottom: 14px !important; }
.leb-aside p { font-size: .8rem !important; }
.leb-why {
margin: 0 0 14px !important;
padding: 12px 14px !important;
border: 1px solid #fde68a !important;
border-radius: 11px !important;
background: #fffbeb !important;
color: #78350f !important;
font-size: .78rem !important;
}
.leb-why b { display: block !important; margin-bottom: 6px !important; font-size: .7rem !important; font-weight: 900 !important; letter-spacing: .08em !important; text-transform: uppercase !important; }
.leb-fuentes .leb-fuente { margin-bottom: 7px !important; font-size: .72rem !important; line-height: 1.45 !important; }
.leb-fuentes a { color: var(--leb-navy) !important; text-decoration: underline !important; } .leb-footer { padding: 14px 18px !important; background: var(--leb-deep) !important; color: #94a3b8 !important; font-size: .72rem !important; text-align: center !important; } .leb-modal {
position: fixed !important;
inset: 0 !important;
z-index: 999999 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 18px !important;
background: rgba(15,23,42,.66) !important;
backdrop-filter: blur(3px) !important;
}
.leb-modal[hidden] { display: none !important; }
.leb-modal > div {
width: min(100%, 500px) !important;
max-height: 84vh !important;
overflow: auto !important;
border-radius: 14px !important;
background: #fff !important;
box-shadow: 0 26px 70px rgba(0,0,0,.38) !important;
}
.leb-modal > div.leb-modal-wide { width: min(100%, 780px) !important; }
.leb-modal header {
position: sticky !important;
top: 0 !important;
z-index: 1 !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 12px !important;
padding: 13px 18px !important;
background: var(--leb-deep) !important;
color: #fff !important;
font-family: var(--leb-font-serif) !important;
}
.leb-modal header button { border: 0 !important; background: transparent !important; color: #cbd5e1 !important; font-size: 1.45rem !important; line-height: 1 !important; cursor: pointer !important; }
.leb-modal header button:hover { color: #fff !important; }
#leb-morph-detail,
#leb-sintaxis-body,
#leb-conc-body { padding: 18px 22px 22px !important; }
.leb-morph-term { margin: 0 0 13px !important; color: var(--leb-navy) !important; font-size: 1.75rem !important; font-weight: 800 !important; text-align: center !important; }
.leb-morph-row { display: flex !important; justify-content: space-between !important; gap: 15px !important; padding: 8px 0 !important; border-bottom: 1px solid #edf2f7 !important; font-size: .86rem !important; }
.leb-morph-k { color: var(--leb-muted) !important; font-weight: 800 !important; }
.leb-morph-v { color: var(--leb-ink) !important; text-align: right !important; }
.leb-interlinear { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; padding: 17px 20px !important; }
.leb-il-verse { flex: 0 0 100% !important; margin-top: 8px !important; color: var(--leb-amber) !important; font-size: .68rem !important; font-weight: 900 !important; letter-spacing: .1em !important; text-transform: uppercase !important; }
.leb-il-cell { display: inline-flex !important; flex-direction: column !important; align-items: center !important; gap: 1px !important; padding: 7px 10px !important; border: 1px solid var(--leb-line) !important; border-radius: 9px !important; background: var(--leb-soft) !important; text-align: center !important; }
.leb-il-cell b { color: var(--leb-ink) !important; font-size: 1.04rem !important; font-weight: 700 !important; }
.leb-il-cell small { color: var(--leb-muted) !important; font-size: .64rem !important; font-style: italic !important; }
.leb-il-code { color: var(--leb-indigo) !important; font-family: Consolas, Monaco, monospace !important; font-style: normal !important; text-transform: uppercase !important; }
.leb-syn-group { margin-bottom: 13px !important; }
.leb-syn-group h4 { margin: 0 0 5px !important; color: var(--leb-amber) !important; font-size: .72rem !important; font-weight: 900 !important; letter-spacing: .09em !important; text-transform: uppercase !important; } .leb-root[data-leb-nivel="grado"] .leb-only-seminario,
.leb-root[data-leb-nivel="grado"] .leb-only-maestria,
.leb-root[data-leb-nivel="grado"] [data-leb-min-level="seminario"],
.leb-root[data-leb-nivel="seminario"] .leb-only-maestria { display: none !important; } .elementor-shortcode:has(.leb-root),
.elementor-widget-container:has(.leb-root) {
width: 100% !important;
max-width: 100% !important;
overflow: visible !important;
}
@media (max-width: 1024px) {
.leb-root { padding: 0 8px !important; }
.leb-workspace { grid-template-columns: 1fr !important; }
.leb-aside { border-left: 0 !important; border-top: 1px solid var(--leb-line) !important; }
.leb-select-card { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.leb-select-card .leb-primary { grid-column: 1 / -1 !important; }
}
@media (max-width: 760px) {
.leb-header { flex-direction: column !important; align-items: flex-start !important; padding: 22px !important; }
.leb-shortcode { text-align: left !important; }
.leb-topbar { align-items: flex-start !important; }
.leb-grid-2 { grid-template-columns: 1fr !important; }
.leb-macro button { font-size: .76rem !important; letter-spacing: .02em !important; }
.leb-macro button span { display: none !important; }
.leb-select-card { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.leb-mainpanel, .leb-aside { padding: 18px !important; }
}
@media (max-width: 480px) {
.leb-root { padding: 0 !important; }
.leb-shell { border-radius: 0 !important; border-left: 0 !important; border-right: 0 !important; }
.leb-select-card { grid-template-columns: 1fr !important; }
.leb-macro { grid-template-columns: repeat(2, 1fr) !important; }
.leb-tools { width: 100% !important; }
.leb-tools button { flex: 1 1 auto !important; }
} .leb-steps .leb-step { cursor:pointer; font-family:inherit; }
button.leb-step:hover { border-color:#1e3a8a; color:#1e3a8a; background:#fff; }
[data-leb-pane].leb-pane-off { display:none !important; }
.leb-struct-row { border-left:3px solid #e2e8f0; padding:4px 0 4px 12px; margin-bottom:10px; }
.leb-struct-row p { margin:4px 0 0; font-size:.84rem; }
.leb-struct-con { margin-left:8px; font-family:'Gentium Plus',Georgia,serif; color:#1e3a8a; font-weight:600; font-size:.9rem; }  .leb-root { color:#111827 !important; font-weight:500 !important; } .leb-root .leb-card h3, .leb-root .leb-card.small h4, .leb-root .leb-aside h4,
.leb-root .leb-table th, .leb-root .leb-q, .leb-root .leb-morph-k,
.leb-root .leb-select-card label { color:#000000 !important; font-weight:800 !important; } .leb-root .leb-card p, .leb-root .leb-bible p, .leb-root .leb-guia li,
.leb-root .leb-table td, .leb-root .leb-aside p, .leb-root .leb-author-sec p,
.leb-root .leb-morph-v, .leb-root .leb-struct-row p,
.leb-root .leb-genero-copy, .leb-root .leb-genero-copy p, .leb-root .leb-genero-copy li
{ color:#111827 !important; font-weight:500 !important; } .leb-root .leb-hint { color:#1f2937 !important; font-weight:500 !important; }
.leb-root .leb-loading { color:#1f2937 !important; font-weight:700 !important; }
.leb-root .leb-author-obra { color:#1f2937 !important; } .leb-root .leb-vnum, .leb-root .leb-struct-row > b { color:#92400e !important; font-weight:800 !important; }
.leb-root .leb-author-sec h4, .leb-root .leb-why b { color:#92400e !important; font-weight:800 !important; }
.leb-root .leb-genero-label, .leb-root .leb-pericopa-title, .leb-root .leb-struct-con,
.leb-root .leb-morph-term, .leb-root .leb-genero-copy h3, .leb-root .leb-genero-copy h4
{ color:#1e3a8a !important; font-weight:800 !important; }
.leb-root .leb-fuentes a { color:#1d4ed8 !important; font-weight:700 !important; text-decoration:underline !important; }
.leb-root .leb-fuentes .leb-fuente { color:#1f2937 !important; font-size:.76rem !important; }
.leb-root .leb-note.blue { color:#172554 !important; }
.leb-root .leb-note.blue b { color:#1e3a8a !important; font-weight:800 !important; }
.leb-root .leb-note.amber, .leb-root .leb-why { color:#451a03 !important; }
.leb-root .leb-note.amber b { color:#92400e !important; font-weight:800 !important; }
.leb-root .leb-note.red { color:#7f1d1d !important; } .leb-root .leb-macro button { color:#1f2937 !important; font-weight:800 !important; }
.leb-root .leb-macro button.is-active { color:#1e3a8a !important; }
.leb-root .leb-steps .leb-step { color:#1f2937 !important; font-weight:700 !important; border-color:#6b7280 !important; }
.leb-root .leb-steps .leb-step.is-active { color:#ffffff !important; background:#1e3a8a !important; border-color:#1e3a8a !important; }
.leb-root .leb-author-tab { color:#1f2937 !important; font-weight:700 !important; border-color:#6b7280 !important; }
.leb-root .leb-author-tab.is-active { color:#ffffff !important; background:#1e3a8a !important; }
.leb-root .leb-levels button { color:#111827 !important; font-weight:800 !important; border-color:#6b7280 !important; }
.leb-root .leb-secondary { color:#111827 !important; font-weight:700 !important; border-color:#6b7280 !important; }
.leb-root .leb-select-card select { color:#111827 !important; font-weight:600 !important; border-color:#6b7280 !important; }
.leb-root textarea { color:#111827 !important; font-weight:500 !important; } .leb-root .leb-il-cell b { color:#000000 !important; }
.leb-root .leb-il-cell small { color:#1f2937 !important; font-weight:600 !important; font-style:normal !important; }
.leb-root .leb-il-cell .leb-il-code { color:#3730a3 !important; font-weight:800 !important; }
.leb-root .leb-il-verse { color:#92400e !important; font-weight:800 !important; } .leb-root .leb-header h1 { color:#ffffff !important; }
.leb-root .leb-header p { color:#f8fafc !important; font-weight:500 !important; }
.leb-root .leb-topbar strong { color:#fcd34d !important; font-weight:800 !important; }
.leb-root .leb-topbar span { color:#ffffff !important; background:#475569 !important; font-weight:600 !important; }
.leb-root .leb-tools button { color:#ffffff !important; font-weight:700 !important; }
.leb-root .leb-tools [data-leb-action="export"] { color:#111827 !important; }
.leb-root .leb-word .leb-word-gk { color:#ffffff !important; }
.leb-root .leb-word .leb-word-es { color:#f1f5f9 !important; font-weight:500 !important; }
.leb-root .leb-word .leb-word-code { color:#fcd34d !important; font-weight:700 !important; }
.leb-root .leb-vsep { color:#fcd34d !important; border-color:#b45309 !important; font-weight:800 !important; }
.leb-root .leb-thesis, .leb-root .leb-thesis p { color:#ffffff !important; }
.leb-root .leb-thesis h3 { color:#fcd34d !important; font-weight:800 !important; }
.leb-root .leb-footer { color:#e5e7eb !important; font-weight:500 !important; }
.leb-root .leb-modal header, .leb-root .leb-modal header b { color:#ffffff !important; }
.leb-root .leb-modal header button { color:#e5e7eb !important; }
.leb-root .leb-primary { color:#ffffff !important; font-weight:800 !important; } .leb-root .leb-aside { font-size:.85rem !important; }
.leb-root .leb-hint { font-size:.82rem !important; }
.leb-root .leb-table { font-size:.85rem !important; }
.leb-root .leb-guia li { font-size:.88rem !important; }
.leb-root .leb-author-sec p { font-size:.88rem !important; } .leb-root { --leb-ease: cubic-bezier(0.23, 1, 0.32, 1); } .leb-root button { transition: transform 160ms var(--leb-ease), background-color 160ms ease, color 160ms ease, border-color 160ms ease, opacity 160ms ease; }
.leb-root button:active { transform: scale(0.97); } .leb-root button:focus-visible, .leb-root select:focus-visible, .leb-root textarea:focus-visible, .leb-root a:focus-visible { outline: 3px solid #1e3a8a; outline-offset: 2px; }
.leb-root .leb-word:focus-visible { outline-color: #fcd34d; } .leb-modal { transition: opacity 180ms var(--leb-ease), visibility 0s; }
.leb-modal > div { transition: transform 180ms var(--leb-ease), opacity 180ms var(--leb-ease); }
.leb-modal[hidden] { display: flex; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 150ms ease, visibility 0s 150ms; }
.leb-modal[hidden] > div { transform: scale(0.97); opacity: 0; } .leb-tab.is-active { animation: leb-fade 120ms var(--leb-ease); }
.leb-tab [data-leb-pane]:not(.leb-pane-off) { animation: leb-fade 120ms var(--leb-ease); }
@keyframes leb-fade { from { opacity: 0; } } .leb-root .leb-primary:disabled { opacity: .45; cursor: not-allowed; }
.leb-root .leb-primary:disabled:active { transform: none; } @media (prefers-reduced-motion: reduce) {
.leb-root *, .leb-modal, .leb-modal > div, .leb-tab { transition-duration: .01ms !important; animation-duration: .01ms !important; }
} .leb-ic { width: 1.1em; height: 1.1em; display: inline-block; vertical-align: -0.18em; flex: none; }
.leb-macro .leb-ic { width: 18px; height: 18px; }
.leb-header h1 .leb-ic { color: #f59e0b; width: 1.2em; height: 1.2em; }
.leb-topbar .leb-ic { color: #fcd34d; vertical-align: -0.22em; }
.leb-why .leb-ic { color: #b45309; } .leb-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.leb-dot-g { background: #15803d; }
.leb-dot-s { background: #1d4ed8; }
.leb-dot-m { background: #7e22ce; } .leb-author-sec { border-left-width: 1px; background: #f8fafc; border-radius: 0 8px 8px 0; padding: 10px 14px; }
.leb-author-note { border-left-width: 1px; }
.leb-struct-row { border-left-width: 1px; background: #f8fafc; border-radius: 0 8px 8px 0; padding: 8px 12px; } .leb-steps .leb-step { padding: 10px 16px; min-height: 40px; }  .leb-root .leb-hint { font-size: 1.05rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-guia li { font-size: 1.08rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-table { font-size: 1.05rem !important; }
.leb-root .leb-table td { font-size: 1.05rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-table th { font-size: .92rem !important; }
.leb-root .leb-bible p { font-size: 1.12rem !important; color: #000000 !important; font-weight: 600 !important; }
.leb-root .leb-note { font-size: 1.05rem !important; font-weight: 700 !important; }
.leb-root .leb-note.blue { color: #172554 !important; }
.leb-root .leb-note.amber { color: #451a03 !important; }
.leb-root .leb-note.red { color: #7f1d1d !important; }
.leb-root .leb-card p { font-size: 1.05rem !important; color: #000000 !important; }
.leb-root .leb-author-sec p, .leb-root .leb-a { font-size: 1.08rem !important; color: #000000 !important; font-weight: 600 !important; }
.leb-root .leb-q { font-size: 1.08rem !important; }
.leb-root .leb-struct-row p { font-size: 1.08rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-struct-con { font-size: 1.1rem !important; }
.leb-root .leb-aside { font-size: 1.02rem !important; }
.leb-root .leb-aside p { font-size: 1.02rem !important; color: #000000 !important; font-weight: 600 !important; }
.leb-root .leb-why { font-size: 1.02rem !important; }
.leb-root .leb-why p { font-size: 1.02rem !important; color: #451a03 !important; font-weight: 600 !important; }
.leb-root .leb-fuentes .leb-fuente { font-size: .95rem !important; color: #000000 !important; font-weight: 600 !important; }
.leb-root .leb-author-obra { font-size: 1rem !important; color: #1f2937 !important; font-weight: 600 !important; }
.leb-root .leb-word .leb-word-es { font-size: .78rem !important; font-weight: 600 !important; }
.leb-root .leb-morph-row { font-size: 1.05rem !important; } .leb-root .leb-il-cell b { font-size: 1.5rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-il-cell small { font-size: 1.25rem !important; color: #000000 !important; font-weight: 700 !important; font-style: normal !important; }
.leb-root .leb-il-cell .leb-il-code { font-size: .92rem !important; color: #312e81 !important; font-weight: 800 !important; }
.leb-root .leb-il-verse { font-size: 1rem !important; color: #92400e !important; font-weight: 800 !important; }
.leb-root .leb-il-cell { padding: 10px 14px !important; gap: 3px !important; } .leb-root #leb-sintaxis-body { font-size: 1.1rem !important; }
.leb-root #leb-sintaxis-body .leb-greek-cell { font-size: 1.35rem !important; color: #000000 !important; font-weight: 700 !important; }
.leb-root .leb-syn-group h4 { font-size: 1.05rem !important; color: #92400e !important; font-weight: 800 !important; }
.leb-root #leb-sintaxis-body .leb-hint { font-size: 1rem !important; color: #000000 !important; font-weight: 700 !important; }  .leb-root .leb-con-hl { font-weight: 800 !important; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 3px; }
.leb-root .leb-con-0 { color: #1e3a8a !important; }
.leb-root .leb-con-1 { color: #92400e !important; }
.leb-root .leb-con-2 { color: #166534 !important; }
.leb-root .leb-con-3 { color: #6b21a8 !important; }
.leb-root .leb-con-4 { color: #9f1239 !important; }
.leb-root .leb-con-5 { color: #0e7490 !important; } .leb-root .leb-con-leyenda { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.leb-root .leb-con-chip { border: 2px solid currentColor; border-radius: 8px; padding: 5px 10px; font-size: .95rem !important; font-weight: 700 !important; background: #fff; }
.leb-root .leb-con-chip b { font-family: 'Gentium Plus', Georgia, serif; font-size: 1.15rem; margin-right: 4px; } .leb-root .leb-struct-gr { font-family: 'Gentium Plus', Georgia, serif; font-size: 1.25rem !important; color: #000000 !important; font-weight: 600 !important; margin: 4px 0 2px !important; }
.leb-root .leb-struct-es { font-size: 1.08rem !important; color: #000000 !important; font-weight: 600 !important; margin: 2px 0 0 !important; } .leb-root .leb-var-resumen { font-size: 1.02rem !important; color: #000000 !important; font-weight: 700 !important; margin: 10px 0 !important; }
.leb-root .leb-var-sust td { background: #fffbeb; }
.leb-root .leb-var-ort td { background: #f8fafc; }  .leb-mainpanel .leb-card { border: 0 !important; box-shadow: none !important; border-radius: 0 !important; padding: 14px 0 18px !important; margin-bottom: 6px !important; background: transparent !important; }
.leb-mainpanel .leb-card h3 { border-bottom: 2px solid #1e3a8a; padding-bottom: 8px; }
.leb-mainpanel .leb-grid-2 { gap: 36px; }
.leb-mainpanel .leb-thesis { border-radius: 12px; padding: 16px 18px; } .leb-root .leb-mod-def { font-size: 1.05rem !important; color: #1e3a8a !important; font-weight: 600 !important; font-style: italic; margin: 0 0 16px !important; padding-bottom: 10px; border-bottom: 1px solid #e2e8f0; }
.leb-root .leb-mod-def b { font-weight: 800; font-style: normal; } .leb-root .leb-bible.leb-greek p { font-size: 1.45rem !important; line-height: 1.85 !important; font-weight: 500 !important; } .leb-macro button { position: relative; }
.leb-root .leb-prog { position: absolute; left: 0; bottom: 0; height: 4px; width: 0%; background: #16a34a; transition: width 300ms var(--leb-ease); } .leb-root .leb-check { list-style: none; margin: 0; padding: 0; counter-reset: paso; }
.leb-root .leb-check li { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: .95rem !important; color: #1f2937 !important; font-weight: 600 !important; }
.leb-root .leb-check li.is-done { color: #166534 !important; }
.leb-root .leb-check-mark { width: 18px; height: 18px; border: 2px solid #6b7280; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 800; flex: none; color: #ffffff; background: #ffffff; }
.leb-root .leb-check li.is-done .leb-check-mark { background: #16a34a; border-color: #16a34a; } .leb-root.leb-noaside .leb-aside { display: none; }
.leb-root .leb-aside { animation: leb-fade 200ms var(--leb-ease); } .leb-root .leb-ayuda-btn { margin-left: auto; border: 2px dashed #1e3a8a; background: #eff6ff; color: #1e3a8a !important; font-weight: 800 !important; font-size: .82rem !important; padding: 8px 14px; border-radius: 99px; cursor: pointer; }
.leb-root .leb-ayuda-btn:hover { background: #1e3a8a; color: #ffffff !important; } .leb-root .leb-gtabs { display: flex; gap: 8px; padding: 14px 20px 0; background: #f8fafc; border-bottom: 1px solid #e2e8f0; }
.leb-root .leb-gtab { border: 1px solid #6b7280; border-bottom: 0; background: #fff; color: #1f2937 !important; font-weight: 800 !important; font-size: .9rem !important; padding: 9px 16px; border-radius: 8px 8px 0 0; cursor: pointer; }
.leb-root .leb-gtab.is-active { background: #1e3a8a; border-color: #1e3a8a; color: #ffffff !important; }
.leb-root .leb-guia-body { padding: 18px 24px 24px; }
.leb-root .leb-guia-body h4 { font-size: 1.1rem !important; color: #1e3a8a !important; font-weight: 800 !important; margin: 16px 0 6px; }
.leb-root .leb-guia-body h4:first-child { margin-top: 0; }
.leb-root .leb-guia-body h5 { font-size: 1rem !important; color: #92400e !important; font-weight: 800 !important; margin: 14px 0 6px; }
.leb-root .leb-guia-body p { font-size: 1.05rem !important; color: #111827 !important; font-weight: 500 !important; margin: 0 0 10px; }
.leb-root .leb-guia-ref { font-size: .9rem !important; color: #1f2937 !important; font-style: italic; border-top: 1px solid #e2e8f0; padding-top: 10px; margin-top: 16px !important; } .leb-root .leb-con-nota { background: #fff; border: 2px solid currentColor; font-weight: 700 !important; }
.leb-root .leb-con-nota b { font-family: 'Gentium Plus', Georgia, serif; font-size: 1.2rem; }  .leb-root[data-leb-nivel="grado"] { --leb-acc: #15803d; }
.leb-root[data-leb-nivel="seminario"] { --leb-acc: #1e3a8a; }
.leb-root[data-leb-nivel="maestria"] { --leb-acc: #6b21a8; }
.leb-root .leb-steps .leb-step.is-active { background: var(--leb-acc) !important; border-color: var(--leb-acc) !important; }
.leb-root .leb-macro button.is-active { color: var(--leb-acc) !important; border-bottom-color: var(--leb-acc) !important; }
.leb-root .leb-prog { background: var(--leb-acc); }
.leb-root .leb-mod-def { color: var(--leb-acc) !important; }
.leb-root .leb-nivel-desc { font-size: .9rem !important; color: var(--leb-acc) !important; font-weight: 700 !important; margin: 8px 0 14px !important; } .leb-root .leb-lock { display: none; font-size: .68rem; font-weight: 800; margin-left: 8px; padding: 2px 8px; border-radius: 99px; background: #fde68a; color: #78350f; }
.leb-root .leb-lock::before { content: '🔒 '; }
.leb-root[data-leb-nivel="grado"] .leb-steps .leb-step[data-leb-min-level="seminario"] { display: inline-flex !important; align-items: center; opacity: .65; border-style: dashed !important; background: #f8fafc !important; color: #1f2937 !important; cursor: not-allowed; }
.leb-root[data-leb-nivel="grado"] .leb-steps .leb-step[data-leb-min-level="seminario"] .leb-lock { display: inline-block; } .leb-toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(12px); background: #0f172a; color: #ffffff; font-weight: 700; font-size: .95rem; padding: 12px 22px; border-radius: 10px; box-shadow: 0 12px 30px rgba(0,0,0,.35); z-index: 999999; opacity: 0; transition: opacity 220ms cubic-bezier(0.23,1,0.32,1), transform 220ms cubic-bezier(0.23,1,0.32,1); pointer-events: none; max-width: 90vw; text-align: center; }
.leb-toast.is-on { opacity: 1; transform: translateX(-50%) translateY(0); }
.leb-toast[hidden] { display: block; } .leb-root .leb-actividad h3 { border-bottom-color: #92400e !important; color: #92400e !important; }
.leb-root .leb-actividad textarea { border: 2px solid #92400e !important; background: #fffbeb; } .leb-root .leb-quiz { margin-top: 16px; padding: 14px 16px; background: #f0fdf4; border: 2px solid #16a34a; border-radius: 10px; }
.leb-root .leb-quiz-q { font-size: 1.05rem !important; color: #000000 !important; font-weight: 800 !important; margin: 0 0 10px !important; }
.leb-root .leb-quiz-op { display: block; width: 100%; text-align: left; margin: 6px 0; padding: 10px 14px; border: 2px solid #6b7280; border-radius: 8px; background: #ffffff; color: #111827 !important; font-weight: 700 !important; font-size: .98rem !important; cursor: pointer; }
.leb-root .leb-quiz-op:hover:not(:disabled) { border-color: #1e3a8a; }
.leb-root .leb-quiz-op.is-ok { border-color: #16a34a !important; background: #dcfce7 !important; }
.leb-root .leb-quiz-op.is-mal { border-color: #dc2626 !important; background: #fee2e2 !important; }
.leb-root .leb-quiz-r { font-weight: 800 !important; margin: 10px 0 0 !important; }
.leb-root .leb-quiz-r.is-ok { color: #166534 !important; }
.leb-root .leb-quiz-r.is-mal { color: #991b1b !important; } .leb-root .leb-biblio-h { font-size: .82rem !important; color: #6b21a8 !important; font-weight: 800 !important; margin: 8px 0 4px !important; }
.leb-root .leb-biblio-l { margin: 0 0 8px; padding-left: 16px; }
.leb-root .leb-biblio-l li { font-size: .85rem !important; color: #111827 !important; font-weight: 600 !important; margin-bottom: 3px; }  .leb-root .leb-ic-sm { width: 15px; height: 15px; vertical-align: -2px; margin-right: 4px; color: var(--leb-muted); } .leb-root .leb-check-note { margin: 10px 0 8px !important; padding: 8px 10px !important; background: #f8fafc; border: 1px solid var(--leb-line); border-radius: 8px; font-size: .76rem !important; line-height: 1.45 !important; color: #475569 !important; font-style: normal !important; font-weight: 600 !important; }
.leb-root .leb-check-note b { color: #334155 !important; }
.leb-root .leb-reset-btn { width: 100%; justify-content: center; font-size: .82rem !important; font-weight: 700 !important; padding: 8px 12px !important; color: #991b1b !important; border-color: #fca5a5 !important; }
.leb-root .leb-reset-btn:hover { background: #fef2f2 !important; border-color: #f87171 !important; }
.leb-root .leb-check li.is-partial { color: #475569 !important; }
.leb-root .leb-check li.is-partial .leb-check-mark { background: #ffffff; border-color: #94a3b8; color: #475569; font-size: 1rem; line-height: 1; }
.leb-root .leb-check-tag { margin-left: auto; padding: 1px 7px; border-radius: 99px; background: #fef3c7; color: #92400e !important; font-size: .62rem !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; } .leb-root .leb-lexsearch { display: flex; align-items: center; gap: 8px; margin: 4px 0 14px; padding: 9px 12px; border: 1px solid var(--leb-line-2); border-radius: 10px; background: var(--leb-soft); }
.leb-root .leb-lexsearch:focus-within { border-color: var(--leb-navy); background: #fff; box-shadow: 0 0 0 3px rgba(30,58,138,.12); }
.leb-root .leb-lexsearch .leb-ic-sm { flex: none; color: var(--leb-navy); }
.leb-root .leb-lexsearch input { flex: 1; min-width: 0; border: 0 !important; background: transparent !important; outline: none !important; font-size: .92rem !important; color: var(--leb-ink) !important; }
.leb-root .leb-lex-count { font-size: .78rem !important; font-weight: 800 !important; color: var(--leb-navy) !important; margin: 0 0 8px !important; }
.leb-root .leb-lex-vnum { color: var(--leb-amber) !important; font-weight: 800; font-size: .68rem; }
.leb-root .leb-lex-note { font-size: .75rem !important; color: var(--leb-muted) !important; font-style: italic !important; margin: 0 0 8px !important; }
.leb-root .leb-lex-here { display: inline-block; margin-left: 6px; padding: 0 7px; border-radius: 99px; background: #dcfce7; color: #166534 !important; font-size: .6rem !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: .04em; vertical-align: 1px; }
.leb-root .leb-lex-translit { color: var(--leb-muted) !important; font-style: italic; } .leb-root .leb-freq-link { display: inline-flex; align-items: center; gap: 3px; padding: 1px 8px; border: 1px solid #bfdbfe; border-radius: 99px; background: #eff6ff; color: var(--leb-blue) !important; font-weight: 800 !important; font-size: .8rem !important; cursor: pointer; line-height: 1.5; }
.leb-root .leb-freq-link::after { content: '↗'; font-size: .72em; opacity: .8; }
.leb-root .leb-freq-link:hover { background: var(--leb-blue) !important; border-color: var(--leb-blue) !important; color: #fff !important; } .leb-root .leb-conc-head { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 2px solid var(--leb-line); }
.leb-root .leb-conc-lema { display: block; color: var(--leb-navy) !important; font-size: 1.7rem !important; font-weight: 800 !important; }
.leb-root .leb-conc-meta { margin: 4px 0 0 !important; color: var(--leb-muted) !important; font-size: .85rem !important; font-style: italic !important; }
.leb-root .leb-conc-scope { font-size: .9rem !important; font-weight: 700 !important; color: #111827 !important; }
.leb-root .leb-conc-h { margin: 16px 0 8px !important; color: var(--leb-navy) !important; font-size: .72rem !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: .08em; }
.leb-root .leb-conc-bars { display: flex; flex-direction: column; gap: 5px; }
.leb-root .leb-conc-bar { display: grid; grid-template-columns: 130px 1fr 44px; align-items: center; gap: 10px; }
.leb-root .leb-conc-bk { font-size: .82rem !important; font-weight: 700; color: #1f2937 !important; text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.leb-root .leb-conc-track { height: 14px; background: var(--leb-soft-2); border-radius: 7px; overflow: hidden; }
.leb-root .leb-conc-fill { display: block; height: 100%; background: linear-gradient(90deg, #1d4ed8, #312e81); border-radius: 7px; }
.leb-root .leb-conc-cnt { font-size: .8rem !important; font-weight: 800; color: var(--leb-navy) !important; text-align: right; }
.leb-root .leb-conc-refs { display: flex; flex-wrap: wrap; gap: 7px; }
.leb-root .leb-conc-ref { padding: 5px 11px; border: 1px solid var(--leb-line-2); border-radius: 8px; background: #fff; color: var(--leb-navy) !important; font-size: .82rem !important; font-weight: 700 !important; cursor: pointer; }
.leb-root .leb-conc-ref:hover { background: var(--leb-navy) !important; border-color: var(--leb-navy) !important; color: #fff !important; }
.leb-root .leb-conc-reflist { margin: 0 0 8px; padding-left: 18px; }
.leb-root .leb-conc-reflist li { font-size: .9rem !important; color: #1f2937 !important; font-weight: 600; margin-bottom: 3px; } .leb-root .leb-subtabs { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 12px; padding-bottom: 10px; border-bottom: 2px solid var(--leb-line); }
.leb-root .leb-subtab { padding: 6px 13px; border: 1px solid var(--leb-line-2); border-radius: 99px; background: #fff; color: #334155 !important; font-size: .8rem !important; font-weight: 700 !important; cursor: pointer; line-height: 1.4; }
.leb-root .leb-subtab:hover { border-color: var(--leb-navy); color: var(--leb-navy) !important; }
.leb-root .leb-subtab.is-active { background: var(--leb-navy) !important; border-color: var(--leb-navy) !important; color: #fff !important; }
.leb-root .leb-subtab-com { border-color: #fcd34d; color: #92400e !important; }
.leb-root .leb-subtab-com:hover { border-color: var(--leb-amber) !important; color: #92400e !important; }
.leb-root .leb-subtab-com.is-active { background: var(--leb-amber) !important; border-color: var(--leb-amber) !important; color: #fff !important; }
.leb-root .leb-subbody { padding: 2px 2px 4px; }
.leb-root .leb-subbody .leb-q { color: var(--leb-navy) !important; font-weight: 800 !important; margin: 12px 0 2px !important; }
.leb-root .leb-subbody .leb-q:first-child { margin-top: 2px !important; }
.leb-root .leb-subbody .leb-a { margin: 0 0 8px !important; color: #1f2937 !important; }
.leb-root .leb-sub-text { color: #1f2937 !important; margin: 2px 0 !important; } @media (max-width: 560px) {
.leb-root .leb-conc-bar { grid-template-columns: 96px 1fr 38px; gap: 7px; }
.leb-root .leb-conc-bk { font-size: .74rem !important; }
}  .leb-root .leb-screen h1[tabindex], .leb-root .leb-screen h2[tabindex] { outline: none !important; }
.leb-root .leb-screen { display: none; }
.leb-root .leb-screen.is-active { display: block; animation: leb-screen-in .3s cubic-bezier(.22,1,.36,1); }
@keyframes leb-screen-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .leb-root .leb-screen.is-active { animation: none; } } .leb-root .leb-land-hero { padding: 42px 36px 34px !important; color: #fff !important; background: #0f172a !important; border-bottom: 4px solid var(--leb-amber) !important; }
.leb-root .leb-land-brand { display: flex; align-items: flex-start; gap: 16px; }
.leb-root .leb-land-logo { width: 44px !important; height: 44px !important; color: var(--leb-amber-2) !important; flex: none; margin-top: 3px; }
.leb-root .leb-land-brand h1 { margin: 0 !important; color: #ffffff !important; font-family: var(--leb-font-serif) !important; font-weight: 700 !important; font-size: clamp(1.6rem, 3.2vw, 2.1rem) !important; line-height: 1.14 !important; letter-spacing: .005em !important; text-wrap: balance; }
.leb-root .leb-land-sub { margin: 9px 0 0 !important; color: var(--leb-amber-2) !important; font-size: .76rem !important; font-weight: 700 !important; letter-spacing: .14em !important; text-transform: uppercase !important; }
.leb-root .leb-land-verbs { list-style: none; margin: 28px 0 0 !important; padding: 0 !important; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.leb-root .leb-land-verbs li { display: flex; flex-direction: column; padding: 15px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); transition: border-color .2s; }
.leb-root .leb-land-verbs li:hover { border-color: var(--leb-amber-2); }
.leb-root .leb-lv-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 9px; }
.leb-root .leb-lv-n { width: 26px; height: 26px; border-radius: 50%; background: var(--leb-amber); color: #1a1206; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: .85rem; }
.leb-root .leb-lv-count { padding: 3px 9px; border-radius: 99px; background: rgba(217,119,6,.18); color: var(--leb-amber-2) !important; font-size: .62rem !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: .05em; }
.leb-root .leb-land-verbs b { color: #ffffff !important; font-size: 1.08rem !important; font-family: var(--leb-font-serif) !important; font-weight: 600 !important; }
.leb-root .leb-land-verbs small { color: #cbd5e1 !important; font-size: .78rem !important; font-weight: 500; line-height: 1.4; margin-top: 3px; }
.leb-root .leb-land-stats { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.leb-root .leb-land-stats div { display: flex; flex-direction: column; }
.leb-root .leb-land-stats b { color: #ffffff !important; font-size: 1.5rem !important; font-weight: 700 !important; font-family: var(--leb-font-serif) !important; line-height: 1; }
.leb-root .leb-land-stats span { color: #94a3b8 !important; font-size: .73rem !important; font-weight: 500; margin-top: 4px; }
.leb-root .leb-cta { margin-top: 28px !important; font-size: 1.02rem !important; font-weight: 700 !important; padding: 13px 28px !important; }
.leb-root .leb-land-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 16px; padding: 26px 30px 6px; }
.leb-root .leb-land-list { margin: 6px 0 0 !important; padding-left: 0 !important; list-style: none; }
.leb-root .leb-land-list li { position: relative; padding-left: 24px; margin-bottom: 8px; font-size: .92rem !important; font-weight: 500; color: #334155 !important; }
.leb-root .leb-land-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--leb-green); font-weight: 800; }
.leb-root .leb-land-steps { margin: 6px 0 0 !important; padding-left: 20px !important; }
.leb-root .leb-land-steps li { font-size: .92rem !important; font-weight: 500; color: #334155 !important; margin-bottom: 7px; }
.leb-root .leb-land-quote { margin: 16px 0 0 !important; padding: 16px 18px !important; border-radius: 0 10px 10px 0; background: var(--leb-cream); border-left: 4px solid var(--leb-amber); }
.leb-root .leb-land-quote p { margin: 0 !important; font-family: var(--leb-font-serif) !important; font-style: normal !important; font-size: 1rem !important; line-height: 1.65 !important; color: #334155 !important; font-weight: 500; }
.leb-root .leb-land-quote cite { display: block; margin-top: 9px; font-style: normal; font-weight: 700; font-size: .8rem; color: var(--leb-gold) !important; font-family: var(--leb-font-ui); letter-spacing: .02em; }
.leb-root .leb-land-tip { margin: 12px 0 0 !important; font-size: .84rem !important; color: #475569 !important; }
.leb-root .leb-land-note { padding: 14px 30px 26px !important; color: var(--leb-muted) !important; font-size: .78rem !important; text-align: center; } .leb-root .leb-back { margin: 18px 0 0 22px; padding: 7px 14px; border: 1px solid var(--leb-line-2); border-radius: 8px; background: #fff; color: var(--leb-navy) !important; font-weight: 700 !important; font-size: .85rem !important; cursor: pointer; }
.leb-root .leb-back:hover { background: var(--leb-soft-2); } .leb-root .leb-seleccion-inner { max-width: 760px; margin: 0 auto; padding: 26px 24px 64px; text-align: center; }
.leb-root .leb-seleccion-inner h2 { margin: 16px 0 8px !important; font-family: var(--leb-font-serif) !important; color: var(--leb-deep) !important; font-size: 1.55rem !important; }
.leb-root .leb-seleccion-help { color: var(--leb-muted) !important; font-size: .9rem !important; max-width: 56ch; margin: 0 auto 22px !important; }
.leb-root .leb-seleccion .leb-selector { border: 0 !important; padding: 0 !important; background: transparent !important; }
.leb-root .leb-seleccion .leb-select-card { justify-content: center !important; }
.leb-root #leb-sel-error { max-width: 60ch; margin: 16px auto 0 !important; text-align: left; } .leb-root .leb-preview-card { max-width: 640px; margin: 14px auto 64px; padding: 30px 32px; background: #fff; border: 1px solid var(--leb-line); border-radius: 16px; box-shadow: 0 16px 45px rgba(15,23,42,.1); }
.leb-root .leb-preview-eyebrow { display: inline-block; color: var(--leb-amber) !important; font-size: .72rem !important; font-weight: 800 !important; letter-spacing: .12em !important; text-transform: uppercase !important; }
.leb-root .leb-preview-card h2 { margin: 8px 0 14px !important; font-family: var(--leb-font-serif) !important; color: var(--leb-navy) !important; font-size: clamp(1.5rem, 4vw, 2rem) !important; }
.leb-root .leb-pv-row { display: flex; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--leb-line); }
.leb-root .leb-pv-k { flex: 0 0 140px; color: var(--leb-muted) !important; font-weight: 800 !important; font-size: .76rem !important; text-transform: uppercase; letter-spacing: .04em; }
.leb-root .leb-pv-v { color: var(--leb-ink) !important; font-weight: 600 !important; }
.leb-root .leb-pv-desc { margin: 10px 0 2px !important; color: #475569 !important; font-size: .88rem !important; line-height: 1.5; }
.leb-root .leb-pv-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.leb-root .leb-pv-chip { padding: 3px 11px; border-radius: 99px; background: #eff6ff; color: var(--leb-navy) !important; font-size: 1.05rem !important; font-weight: 600; }
.leb-root .leb-pv-badge { padding: 3px 12px; border-radius: 99px; font-weight: 800 !important; font-size: .82rem !important; }
.leb-root .leb-dif-1 { background: #dcfce7; color: #166534 !important; }
.leb-root .leb-dif-2 { background: #fef3c7; color: #92400e !important; }
.leb-root .leb-dif-3 { background: #fee2e2; color: #991b1b !important; }
.leb-root .leb-pv-foot { margin: 16px 0 0 !important; color: var(--leb-muted) !important; font-size: .76rem !important; font-style: italic; line-height: 1.45; }
.leb-root .leb-preview-card .leb-cta { width: 100%; margin-top: 22px !important; } .leb-root .leb-topbar-id { display: flex; align-items: center; gap: 9px; }
.leb-root .leb-back-sm { width: 30px; height: 30px; flex: none; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: #fff !important; border-radius: 8px; font-size: 1.1rem; line-height: 1; cursor: pointer; }
.leb-root .leb-back-sm:hover { background: rgba(255,255,255,.18); }
.leb-root .leb-primary-sm { background: var(--leb-amber) !important; color: #1a1206 !important; border: 0 !important; font-weight: 800 !important; padding: 7px 14px !important; border-radius: 8px; cursor: pointer; }
.leb-root .leb-primary-sm:hover { background: var(--leb-amber-2) !important; } .leb-root .leb-informe-card { max-width: 680px; margin: 14px auto 64px; padding: 32px; background: #fff; border: 1px solid var(--leb-line); border-radius: 16px; box-shadow: 0 16px 45px rgba(15,23,42,.1); }
.leb-root .leb-informe-head { display: flex; align-items: center; gap: 12px; }
.leb-root .leb-informe-head .leb-ic { width: 34px !important; height: 34px !important; color: var(--leb-green) !important; flex: none; }
.leb-root .leb-informe-head h2 { margin: 0 !important; font-family: var(--leb-font-serif) !important; color: var(--leb-deep) !important; font-size: 1.65rem !important; }
.leb-root .leb-informe-ref { margin: 6px 0 18px !important; color: var(--leb-navy) !important; font-weight: 700 !important; font-size: 1.05rem !important; }
.leb-root .leb-inf-mod { display: flex; align-items: center; gap: 12px; padding: 12px 14px; margin-bottom: 8px; border: 1px solid var(--leb-line); border-radius: 10px; background: var(--leb-soft); }
.leb-root .leb-inf-mod.is-done { background: #f0fdf4; border-color: #bbf7d0; }
.leb-root .leb-inf-check { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 2px solid #cbd5e1; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; background: #fff; }
.leb-root .leb-inf-mod.is-done .leb-inf-check { background: #16a34a; border-color: #16a34a; }
.leb-root .leb-inf-mod.is-partial .leb-inf-check { color: #475569; font-size: 1.15rem; }
.leb-root .leb-inf-modname { font-weight: 800 !important; color: #1f2937 !important; flex: 1; }
.leb-root .leb-inf-modcount { color: var(--leb-muted) !important; font-size: .8rem !important; font-weight: 700; }
.leb-root .leb-inf-h { margin: 22px 0 10px !important; font-family: var(--leb-font-serif) !important; color: var(--leb-deep) !important; font-size: 1.15rem !important; }
.leb-root .leb-inf-block { margin-bottom: 14px; }
.leb-root .leb-inf-block h4 { margin: 0 0 4px !important; color: var(--leb-navy) !important; font-size: .76rem !important; font-weight: 900 !important; text-transform: uppercase; letter-spacing: .06em; }
.leb-root .leb-inf-text { margin: 0 !important; color: #1f2937 !important; font-size: .95rem !important; white-space: pre-wrap; font-family: inherit; }
.leb-root .leb-inf-empty { margin: 0 !important; color: var(--leb-muted) !important; font-style: italic; font-size: .88rem !important; }
.leb-root .leb-informe-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--leb-line); }
@media (max-width: 700px) {
.leb-root .leb-land-verbs { grid-template-columns: repeat(2, 1fr); }
.leb-root .leb-land-stats { gap: 18px; }
.leb-root .leb-pv-k { flex-basis: 108px; }
} .leb-root .leb-check-head { display: flex !important; justify-content: space-between !important; align-items: center !important; gap: 8px; margin: 13px 0 5px !important; padding: 0 0 5px !important; border-bottom: 2px solid var(--leb-line) !important; }
.leb-root .leb-check-head:first-child { margin-top: 2px !important; }
.leb-root .leb-check-head-t { font-family: var(--leb-font-serif) !important; font-size: .82rem !important; font-weight: 700 !important; color: var(--leb-deep) !important; }
.leb-root .leb-check-head-t::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 8px; vertical-align: 1px; background: var(--leb-navy); }
.leb-root .leb-check-head-observar .leb-check-head-t::before { background: #0e7490; }
.leb-root .leb-check-head-analizar .leb-check-head-t::before { background: #1d4ed8; }
.leb-root .leb-check-head-interpretar .leb-check-head-t::before { background: #6b21a8; }
.leb-root .leb-check-head-aplicar .leb-check-head-t::before { background: #b45309; }
.leb-root .leb-check-head-n { font-size: .7rem !important; font-weight: 800 !important; color: var(--leb-muted) !important; }
.leb-root .leb-check-step { padding-left: 4px !important; }