.cfx-scope,.cfx-scope *{box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.cfx-scope{all:initial;display:block;background:#f6f7fb}.cfx-scope{--red:#e11d2e;--blue:#2563eb;--green:#16a34a;--purple:#7c3aed;--yellow:#f59e0b;--gray:#334155;--card:#fff;--muted:#6b7280;--line:#e5e7eb;--radius:16px;--shadow:0 10px 25px rgba(17,24,39,.08)}.cfx-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}.cfx-filter{all:unset;cursor:pointer;padding:10px 16px;border-radius:10px;font-size:12px!important;font-weight:900!important;letter-spacing:.08em;background:#fbbf24;color:#111}.cfx-filter.active{background:linear-gradient(180deg,#ff4d5a,var(--red));color:#fff}.cfx-grid{margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:1024px){.cfx-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.cfx-grid{grid-template-columns:1fr}}.cfx-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column;position:relative}.cfx-card::before{content:"";height:5px;width:100%;position:absolute;top:0;left:0;border-radius:16px 16px 0 0;background:var(--red)}.cfx-card.contable::before{background:var(--blue)}.cfx-card.laboral::before{background:var(--green)}.cfx-card.finanzas::before{background:var(--purple)}.cfx-card.administrativa::before{background:var(--yellow)}.cfx-card.auditoria::before{background:var(--gray)}.cfx-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.cfx-icon{width:42px;height:42px;border-radius:10px;background:#eef2ff}.cfx-title{font-size:20px!important;font-weight:900!important;margin:0;line-height:1.15}.cfx-badge{margin-left:auto;font-size:12px!important;font-weight:800!important;padding:6px 12px;border-radius:999px;background:#f1f5f9}.cfx-desc{border:1px dashed var(--line);border-radius:12px;padding:14px;height:190px;overflow:auto;font-size:14px;color:var(--muted)}.cfx-desc ul{margin:0;padding-left:18px}.cfx-desc strong{display:block;margin-bottom:8px;color:#111;font-weight:800}.cfx-btn{margin-top:16px;padding:14px;border-radius:12px;background:linear-gradient(180deg,#fbbf24,#f59e0b);font-weight:600!important;font-size:16px!important;text-align:center!important;cursor:pointer}.cfx-hidden{display:none!important}.is-hidden{display:none!important}