@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap";:root{--color-bg: #ffffff;--color-panel: #f6f6f6;--color-surface: #ffffff;--color-hover: #f1f1f1;--color-border: #e0e0e0;--color-border-soft: #eceff1;--color-text: #35364f;--color-text-rgb: 53, 54, 79;--color-text-muted: #9e9e9e;--color-success: #43a047;--color-warning: #fb8c00;--color-error: #e53935;--color-info: #1e88e5;--color-success-soft: #e8f5e9;--color-warning-soft: #fff3e0;--color-error-soft: #fdecea;--color-info-soft: #e3f2fd;--color-purple-accent: #5e35b1;--color-purple-accent-icon: #8e24aa;--color-purple-accent-soft: #f3e5f5;--color-teal: #00897b;--color-scrollbar-track: #e0e0e0;--color-scrollbar-thumb: #888;--color-scrollbar-thumb-hover: #555;--alto-encabezado: 64px;--margen-superior: 8px;--margen-inferior: 14px}:root[data-theme=oscuro]{--color-bg: #1c1d2b;--color-panel: #262838;--color-surface: #2f3142;--color-hover: #33354a;--color-border: #4d5068;--color-border-soft: #33354a;--color-text: #e4e4ec;--color-text-rgb: 228, 228, 236;--color-text-muted: #8b8b98;--color-success: #5fbf63;--color-warning: #ffb74d;--color-error: #ff6659;--color-info: #5aa9f2;--color-success-soft: #1e3a24;--color-warning-soft: #3d2f14;--color-error-soft: #3d1f1f;--color-info-soft: #1c2f42;--color-purple-accent: #9575cd;--color-purple-accent-icon: #ba68c8;--color-purple-accent-soft: #3a2c47;--color-teal: #4db6ac;--color-scrollbar-track: #262838;--color-scrollbar-thumb: #45475c;--color-scrollbar-thumb-hover: #565973}html,body,#root,.app,.content{height:100%;width:100%;font-family:Source Sans Pro,sans-serif;margin:0;padding:0;overflow:hidden}body{background-color:var(--color-bg);color:var(--color-text)}a,a:visited{color:var(--color-info)}.app{display:flex;position:relative;height:100dvh;min-height:100dvh}.content{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.grilla-tarjetas{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;min-width:0}@container pagina (min-width: 820px){.grilla-tarjetas:not(.es-ancha){grid-template-columns:1fr 1fr}}@container pagina (min-width: 1000px){.grilla-tarjetas.es-ancha{grid-template-columns:1fr 1fr}}.columnas-tarjetas{display:flex;flex-direction:column;gap:12px;min-width:0}.columnas-tarjetas>*{display:flex;flex-direction:column;gap:12px;min-width:0}@container pagina (min-width: 820px){.columnas-tarjetas{flex-direction:row;align-items:flex-start}.columnas-tarjetas>*{flex:1 1 0}}.detalle-grid{grid-template-columns:1fr}@container pagina (min-width: 820px){.detalle-grid{grid-template-columns:1fr 320px}.detalle-lateral{overflow-y:auto;padding-right:4px}.detalle-lateral>*{flex-shrink:0}.detalle-grid.sin-lateral{grid-template-columns:1fr}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb)}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover)}
