:root{--blanco:#fff;--fondo:#f5f5f7;--borde:#d2d2d7;--borde-suave:#e8e8ed;--texto:#1d1d1f;--texto-sec:#6e6e73;--texto-ter:#86868b;--azul:#3b82f6;--azul-claro:#dbeafe;--azul-oscuro:#1d4ed8;--verde:#22c55e;--verde-claro:#dcfce7;--verde-oscuro:#15803d;--rojo:#ef4444;--rojo-claro:#fee2e2;--ambar:#f59e0b;--ambar-claro:#fef3c7;--font:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{height:100%}body{font-family:var(--font);color:var(--texto);background:var(--fondo);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;margin:0}#root{min-height:100vh}a{color:var(--azul);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--borde);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--texto-ter)}:focus-visible{outline:2px solid var(--azul);outline-offset:2px}input,select,textarea,button{font-family:var(--font)}
