:root{--bg: #0B132B;--panel: rgba(255,255,255,.06);--panel2: rgba(255,255,255,.08);--stroke: rgba(255,255,255,.12);--text: #FFFFFF;--muted: #B8C1CC;--accent: #1ECBE1;--accent2: #6FFFE9;--cta: #F4C95D;--radius: 16px;--radius-sm: 12px;--shadow: 0 14px 40px rgba(0,0,0,.35)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;color:var(--text);background:radial-gradient(900px 500px at 15% 0%,rgba(30,203,225,.22),transparent 55%),radial-gradient(900px 500px at 85% 10%,rgba(111,255,233,.14),transparent 60%),var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}.ev-wrap{max-width:1180px;margin:0 auto;padding:20px}.ev-topbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--stroke);background:linear-gradient(180deg,#ffffff17,#ffffff0d);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ev-brand{display:flex;align-items:center;gap:12px}.ev-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#5865ff,#a021ff);box-shadow:0 12px 30px #1ecbe140}.ev-title{font-size:18px;font-weight:900}.ev-sub{font-size:12px;color:var(--muted);margin-top:2px}.ev-grid{margin-top:16px;display:grid;grid-template-columns:1fr 1.7fr;gap:14px}@media(max-width:980px){.ev-grid{grid-template-columns:1fr}}.ev-card{border:1px solid var(--stroke);background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.ev-card-h{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:baseline;justify-content:space-between;gap:10px}.ev-card-t{font-weight:900}.ev-card-d{font-size:12px;color:var(--muted)}.ev-card-b{padding:14px 16px}.ev-muted{color:var(--muted)}.ev-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.ev-spread{display:flex;justify-content:space-between;gap:10px;align-items:center}.ev-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#ffffffe6}.ev-pill{border:1px solid var(--stroke);background:#ffffff0f;color:var(--muted);padding:8px 12px;border-radius:999px;font-size:12px}.ev-badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid var(--stroke);color:var(--muted);background:#ffffff0f}.ev-badge-accent{border:1px solid rgba(30,203,225,.35);color:var(--accent2);background:#1ecbe11a}.ev-alert{padding:12px 14px;border-radius:14px;border:1px solid var(--stroke);background:#ffffff0f}.ev-alert.ok{border-color:#6fffe938;background:#6fffe914}.ev-alert.err{border-color:#ff8c8c4d;background:#ff8c8c1a}.ev-alert .k{font-weight:900;margin-right:6px}.ev-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.ev-label{font-size:12px;color:var(--muted)}.ev-input,.ev-select,.ev-textarea{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0b132b8c;color:var(--text);outline:none}.ev-input:focus,.ev-select:focus,.ev-textarea:focus{border-color:#1ecbe18c;box-shadow:0 0 0 4px #1ecbe11f}.ev-select{appearance:none}.ev-textarea{padding:12px;border-radius:14px;font-size:13px;line-height:1.5;white-space:pre-wrap}.ev-btn{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:var(--text);padding:11px 14px;border-radius:12px;font-weight:900;cursor:pointer;transition:transform .12s ease,opacity .12s ease,filter .12s ease}.ev-btn:hover{transform:translateY(-1px)}.ev-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.ev-btn-primary{border:none;background:linear-gradient(135deg,var(--accent),#5865ff,#a021ff);box-shadow:0 14px 40px #1ecbe12e}.ev-btn-cta{border:none;background:linear-gradient(135deg,var(--cta),#ffd991);color:#141a2e}.ev-chat-box{padding:12px;max-height:280px;overflow:auto;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0000001f}.ev-content{font-size:14px;line-height:1.7;color:#ffffffeb;white-space:normal}.ev-content h1,.ev-content h2,.ev-content h3{margin:16px 0 10px;line-height:1.25;font-weight:900}.ev-content h1{font-size:22px}.ev-content h2{font-size:18px}.ev-content h3{font-size:16px;font-weight:800}.ev-content p{margin:10px 0}.ev-content strong{font-weight:900}.ev-content em{font-style:italic}.ev-content ul,.ev-content ol{margin:10px 0 10px 22px;padding:0}.ev-content li{margin:6px 0}.ev-content hr{border:0;height:1px;margin:16px 0;background:#ffffff1f}.ev-content blockquote{margin:12px 0;padding:12px 14px;border-left:3px solid rgba(30,203,225,.55);background:#ffffff0f;border-radius:12px}.ev-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12.5px;padding:2px 6px;border-radius:8px;background:#ffffff14}.ev-content pre{margin:12px 0;padding:12px;border-radius:14px;background:#00000040;border:1px solid rgba(255,255,255,.1);overflow:auto}.ev-content pre code{padding:0;background:transparent}.ev-content table{width:100%;border-collapse:collapse;margin:14px 0;overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.1)}.ev-content th,.ev-content td{border:1px solid rgba(255,255,255,.1);padding:10px;vertical-align:top}.ev-content th{background:#ffffff14;font-weight:900}.ev-content a{color:#6fffe9f2;text-decoration:underline}.ev-content a:hover{opacity:.9}.ev-toc{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:16px;padding:12px 14px}.ev-toc-t{font-weight:900;margin-bottom:8px}.ev-toc-l{display:flex;flex-wrap:wrap;gap:8px 10px}.ev-toc-a{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#6fffe9f2;text-decoration:none;font-size:12px;font-weight:800}.ev-toc-a:hover{opacity:.9}.ev-toc-actions{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.ev-toc-btn{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);padding:9px 12px;border-radius:12px;font-weight:900;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.ev-toc-btn:hover{transform:translateY(-1px);opacity:.95}.ev-sectioned{display:grid;gap:12px}.ev-section{position:relative;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;border-radius:16px;overflow:hidden;border-left:4px solid var(--cta);padding-left:12px}.ev-section details{width:100%}.ev-section summary{list-style:none}.ev-section summary::-webkit-details-marker{display:none}.ev-section-h{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff0a;cursor:pointer}.ev-section-t{font-weight:900;font-size:14px;letter-spacing:.2px}.ev-section-hint{font-size:12px;color:#b8c1cce6}.ev-section-b{padding:12px 14px}.ev-section-b>:first-child{margin-top:0}.ev-section-b>:last-child{margin-bottom:0}.ev-section-b h1,.ev-section-b h2,.ev-section-b h3{margin:10px 0 8px}.ev-section-algo .ev-section-h{background:#1ecbe114}.ev-section-quiz .ev-section-h{background:#f4c95d1a}.ev-section-danger .ev-section-h{background:#ff8c8c1a}.ev-callout{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px 12px;margin:10px 0;background:#ffffff0d}.ev-callout-danger{border-color:#ff8c8c73;background:#ff8c8c1a}.ev-callout-info{border-color:#6fffe966;background:#6fffe914}.ev-callout-tip{border-color:#f4c95d73;background:#f4c95d1a}.ev-hy{padding:2px 6px;border-radius:8px;background:#f4c95d24;border:1px solid rgba(244,201,93,.22);font-weight:900;color:#fffffff2;white-space:nowrap}.ev-section-title-row{display:flex;flex-direction:column;gap:6px}.ev-badges{display:flex;gap:8px;flex-wrap:wrap}.ev-badgev1{font-size:11px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe0;font-weight:900;letter-spacing:.2px}.ev-badgev1-alta_prioridad{border-color:#f4c95d59;background:#f4c95d1a}.ev-badgev1-concepto_clave{border-color:#6fffe94d;background:#6fffe912}.ev-badgev1-red_flag{border-color:#ff8c8c59;background:#ff8c8c17}.ev-badgev1-error_frecuente{border-color:#ffc8784d;background:#ffc87814}.ev-badgev1-enfoque_enarm{border-color:#1ecbe152;background:#1ecbe114;color:#6fffe9f2}.ev-callout-v1{margin:12px 0;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;overflow:hidden}.ev-callout-v1-h{padding:10px 12px;font-weight:900;font-size:12px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0a}.ev-callout-v1-b{padding:10px 12px}.ev-callout-v1-perla_clinica{border-color:#6fffe959;background:#6fffe90f}.ev-callout-v1-advertencia{border-color:#ff8c8c66;background:#ff8c8c14}.ev-callout-v1-punto_de_examen{border-color:#f4c95d66;background:#f4c95d14}.ev-callout-v1-razonamiento_clinico{border-color:#1ecbe152;background:#1ecbe10f}
