:root{--verde:#047857;--verde-osc:#065f46;--gris:#f4f6f9;--texto:#1f2937;--error:#b91c1c;--ok:#047857;--borde:#d1d5db}*,:before,:after{box-sizing:border-box}html,body{margin:0}body{min-height:100vh;color:var(--texto);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.shell--login{background:linear-gradient(135deg, var(--verde-osc) 0%, var(--verde) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.card{background:#fff;border-radius:14px;width:100%;max-width:380px;padding:2rem 1.75rem;box-shadow:0 12px 40px #00000040}.titulo{text-align:center;color:var(--verde-osc);margin:0;font-size:1.5rem}.subtitulo{text-align:center;color:#6b7280;margin:.25rem 0 1.5rem;font-size:.9rem}.campo{margin-bottom:1rem;display:block}.campo span{margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.campo input{border:1px solid var(--borde);border-radius:8px;width:100%;padding:.65rem .75rem;font-family:inherit;font-size:1rem}.campo input:focus{border-color:var(--verde);outline:none;box-shadow:0 0 0 3px #04785726}.boton{background:var(--verde);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.7rem;font-size:1rem;font-weight:600;transition:background .15s}.boton:hover{background:var(--verde-osc)}.boton:disabled{opacity:.6;cursor:not-allowed}.boton--secundario{background:#6b7280;margin-top:1rem}.boton--secundario:hover{background:#4b5563}.boton--sm{width:auto;padding:.4rem .9rem;font-size:.85rem}.mensaje{text-align:center;min-height:1.2em;margin:.9rem 0 0;font-size:.88rem}.mensaje--error{color:var(--error)}.mensaje--ok{color:var(--ok)}.panel{background:var(--gris);min-height:100vh}.topbar{background:linear-gradient(135deg, var(--verde-osc) 0%, var(--verde) 100%);color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;padding:.85rem 1.25rem;display:flex}.topbar__brand strong{font-size:1.05rem;display:block}.topbar__brand span{opacity:.85;font-size:.8rem}.topbar__user{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.layout{align-items:flex-start;display:flex}.sidebar{border-right:1px solid var(--borde);background:#fff;flex-shrink:0;align-self:stretch;width:220px;min-height:calc(100vh - 60px);padding:1.25rem .75rem}.sidebar nav{flex-direction:column;gap:.25rem;display:flex;position:sticky;top:1rem}.sidebar__section{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;padding:.75rem .7rem .25rem;font-size:.72rem;font-weight:700}.nav-item{text-align:left;color:#374151;width:100%;font:inherit;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:.6rem;padding:.6rem .7rem;font-size:.92rem;text-decoration:none;display:flex}.nav-item:hover{background:#f3f4f6}.nav-item--activo{color:#047857;background:#ecfdf5;font-weight:600}.nav-item svg{flex-shrink:0;width:18px;height:18px}.layout .contenido{flex:1;min-width:0}@media (max-width:760px){.layout{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--borde);width:100%;min-height:auto;padding:.75rem}.sidebar nav{flex-flow:wrap;position:static}.sidebar__section{display:none}.nav-item{flex:1;justify-content:center}}.contenido{padding:2rem 1.5rem}.seccion-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.seccion-head h2{color:#064e3b;margin:0;font-size:1.25rem}.seccion-sub{color:#6b7280;margin:.2rem 0 0;font-size:.85rem}.usuarios-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.usuario-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:1.25rem;transition:box-shadow .15s;box-shadow:0 1px 4px #00000014}.usuario-card:hover{box-shadow:0 4px 12px #0000001a}.usuario-card__avatar{background:linear-gradient(135deg, var(--verde-osc), var(--verde));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;font-size:1.1rem;font-weight:700;display:flex}.usuario-card__nombre{color:#111827;margin:0 0 .2rem;font-weight:600}.usuario-card__email{color:#6b7280;margin:0 0 .75rem;font-size:.82rem}.usuario-card__chips{flex-wrap:wrap;gap:.3rem;margin-bottom:.75rem;display:flex}.usuario-card__acciones{flex-wrap:wrap;gap:.5rem;display:flex}.form-card{background:#fff;border-radius:14px;max-width:560px;padding:2rem;box-shadow:0 2px 8px #00000014}.form-card h2{color:#064e3b;margin:0 0 1.5rem;font-size:1.15rem}.form-actions{gap:.75rem;margin-top:1.5rem;display:flex}.form-actions .boton{flex:1}.modulos-check{flex-direction:column;gap:.75rem;margin:1rem 0;display:flex}.modulo-item{border:2px solid var(--borde);cursor:pointer;border-radius:10px;align-items:center;gap:1rem;padding:.85rem 1rem;transition:border-color .15s;display:flex}.modulo-item--activo{border-color:var(--verde);background:#f0fdf4}.modulo-item input[type=checkbox]{display:none}.modulo-item__check{border:2px solid var(--borde);background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.modulo-item--activo .modulo-item__check{background:var(--verde);border-color:var(--verde);color:#fff}.modulo-item__info{flex:1}.modulo-item__label{color:#111827;font-size:.92rem;font-weight:600}.modulo-item__desc{color:#6b7280;margin-top:.1rem;font-size:.78rem}.aviso{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.88rem}.aviso--ok{color:#065f46;background:#d1fae5}.aviso--error{color:#991b1b;background:#fee2e2}.modulos-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem;display:grid}.modulo-card{cursor:pointer;text-align:left;background:#fff;border:2px solid #0000;border-radius:14px;padding:1.5rem;transition:all .15s;box-shadow:0 2px 8px #00000014}.modulo-card:hover{border-color:var(--verde);transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.modulo-card--bloqueado{opacity:.45;cursor:not-allowed}.modulo-card--bloqueado:hover{border-color:#0000;transform:none;box-shadow:0 2px 8px #00000014}.modulo-card__icono{background:var(--verde);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.modulo-card__icono--bloqueado{background:#9ca3af}.modulo-card h3{color:#111827;margin:0 0 .3rem;font-size:1rem}.modulo-card p{color:#6b7280;margin:0;font-size:.82rem}.modulo-card__badge{border-radius:999px;margin-top:.6rem;padding:.15rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.modulo-card__badge--acceso{color:#065f46;background:#d1fae5}.modulo-card__badge--bloqueado{color:#6b7280;background:#f3f4f6}.tabla-wrap{background:#fff;border-radius:12px;margin-top:1.5rem;overflow:hidden;box-shadow:0 2px 8px #00000014}.tabla{border-collapse:collapse;width:100%;font-size:.9rem}.tabla thead{background:#f9fafb}.tabla th{text-align:left;text-transform:uppercase;color:#6b7280;letter-spacing:.05em;padding:.75rem 1rem;font-size:.75rem}.tabla td{border-top:1px solid #f3f4f6;padding:.75rem 1rem}.tabla tr:hover td{background:#fafafa}.chip{border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.chip--admin{color:#5b21b6;background:#ede9fe}.chip--usuario{color:#374151;background:#f3f4f6}.chip--superadmin{color:#92400e;background:#fef3c7}.chip--activo{color:#065f46;background:#d1fae5}.chip--inactivo{color:#991b1b;background:#fee2e2}.chip--modulo{color:#047857;background:#ecfdf5;margin:.1rem}.acciones{justify-content:flex-end;gap:.75rem;display:flex}.enlace{cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;text-decoration:underline}.enlace--peligro{color:var(--error)}.enlace--advertencia{color:#b45309}
