/* Pequeños ajustes globales para un look más elegante y consistente */
:root{
  --radius: 14px;
}
.container-narrow{ max-width: 62rem; margin-left: auto; margin-right: auto; }
.shadow-soft{ box-shadow: 0 1px 2px rgba(0,0,0,.05), 0 10px 20px rgba(0,0,0,.07); }
.card{ border-radius: var(--radius); }
img{ image-rendering: -webkit-optimize-contrast; }
::-webkit-scrollbar{ width: 10px; height: 10px; }
::-webkit-scrollbar-thumb{ background: rgba(2,6,23,.18); border-radius: 8px; }
.dark ::-webkit-scrollbar-thumb{ background: rgba(148,163,184,.35); }
