/* Variables - Colores */
:root {
    --color-primary: rgb(6, 78, 59);
    --color-primary-light: rgb(209, 250, 229);
    --color-primary-dark: rgb(2, 44, 34);
    --color-secondary: #64748b;
    --color-success: #10b981;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
    --color-text: rgb(2, 44, 34);
    --color-text-light: #6b7280;
    --color-text-muted: #9ca3af;
    --color-bg: #ffffff;
    --color-bg-light: #f9fafb;
    --color-bg-dark: #f3f4f6;
    --color-border: #e5e7eb;
    --color-border-light: #f3f4f6;
  }
  
  /* Variables - Espaciado */
  :root {
    --space-xs: 0.125rem;
    --space-sm: 0.25rem;
    --space-md: 0.5rem;
    --space-lg: 0.75rem;
    --space-xl: 1rem;
    --space-2xl: 1.5rem;
    --space-3xl: 2rem;
  }
  
  /* Variables - Tipografía */
  :root {
    --font-xs: 0.625rem;
    --font-sm: 0.75rem;
    --font-base: 0.875rem;
    --font-lg: 1rem;
    --font-xl: 1.125rem;
    --font-2xl: 1.25rem;
    --font-3xl: 1.5rem;
    --font-4xl: 1.875rem;
    --font-5xl: 2.25rem;
  }
  
  /* Variables - Tamaños */
  :root {
    --size-xs: 0.5rem;
    --size-sm: 1rem;
    --size-md: 2rem;
    --size-lg: 4rem;
    --size-xl: 8rem;
    --size-2xl: 12rem;
    --size-3xl: 16rem;
    --size-full: 100%;
    --size-screen: 100vw;
    --size-min: min-content;
    --size-max: max-content;
    --size-fit: fit-content;
  }
  
  /* Variables - Bordes */
  :root {
    --radius-sm: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-full: 9999px;
  }
  
  /* Variables - Sombras */
  :root {
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  }
  
  /* Variables - Breakpoints */
  :root {
    --bp-sm: 640px;
    --bp-md: 768px;
    --bp-lg: 1024px;
    --bp-xl: 1280px;
  }
  /* Icons */
/* Variables CSS con SVG codificados */
:root {
  --i-download: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007bff' d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
  
  --i-profile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236c757d' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
  
  --i-favorite: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
  
  --i-settings: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236f42c1' d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");
    
    --i-account: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233f51b5' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");
  
  --i-delete: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc3545' d='M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z'/%3E%3C/svg%3E");
  
  --i-logout: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%236c757d' d='M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'/%3E%3C/svg%3E");
  
  --i-invite: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2317a2b8' d='M19 3h-4.18C14.4 1.84 13.3 1 12 1c-1.3 0-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 0c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm4 12h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z'/%3E%3C/svg%3E");
  
  --i-warning: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffc107' d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
  
  --i-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2328a745' d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");

    
     --i-space: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2320c997' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8h5z'/%3E%3C/svg%3E");
  
  --i-recipes: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fd7e14' d='M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-6 0h-4v5l1-1 1 1V2zm5 18H5V4h2v9l3-2.25L13 13V4h5v16z'/%3E%3C/svg%3E");
  
  --i-stock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2317a2b8' d='M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 6h-2v2H9v2h2v2h2v-2h2v-2h-2V9zm1-3.5c0-.28-.22-.5-.5-.5s-.5.22-.5.5s.22.5.5.5s.5-.22.5-.5z'/%3E%3C/svg%3E");
    
}

/* Estilos base para iconos */
.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* Estilos específicos para cada icono */
.i-download {
  background-image: var(--i-download);
}

.i-profile {
  background-image: var(--i-profile);
}

.i-favorite {
  background-image: var(--i-favorite);
}

.i-settings {
  background-image: var(--i-settings);
}

.i-account {
  background-image: var(--i-account);
}

.i-delete {
  background-image: var(--i-delete);
}

.i-logout {
  background-image: var(--i-logout);
}

.i-invite {
  background-image: var(--i-invite);
}

.i-warning {
  background-image: var(--i-warning);
}

.i-check {
  background-image: var(--i-check);
}

.i-space {
  background-image: var(--i-space);
}

.i-recipes {
  background-image: var(--i-recipes);
}

.i-stock {
  background-image: var(--i-stock);
}

  /* Reset y Base */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html {
    font-size: 18px;
    line-height: 1.5;
  }
  body {
    font-family: "Roboto", sans-serif;
    color: var(--color-text);
    background-color: var(--color-bg);
  }
  
  /* Elementos Semánticos - Tipografía */
  h1 {
    font-size: var(--font-4xl);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--space-lg);
  }
  h2 {
    font-size: var(--font-3xl);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: var(--space-md);
  }
  h3 {
    font-size: var(--font-2xl);
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: var(--space-md);
  }
  h4 {
    font-size: var(--font-xl);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: var(--space-sm);
  }
  h5 {
    font-size: var(--font-lg);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--space-sm);
  }
  h6 {
    font-size: var(--font-base);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: var(--space-sm);
  }
  p {
    margin-bottom: var(--space-md);
    line-height: 1.5;
    font-size: var(--font-base);
  }
  small {
    font-size: var(--font-xs);
    color: var(--color-text-light);
  }
  strong {
    font-weight: 600;
  }
  em {
    font-style: italic;
  }
  
  /* Enlaces */
  a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.2s;
  }
  a:hover {
    color: var(--color-primary-dark);
    text-decoration: underline;
  }
  
  /* Listas */
  ul,
  ol {
    margin-bottom: var(--space-md);
    padding-left: var(--space-lg);
  }
  li {
    margin-bottom: var(--space-xs);
  }
  
  /* Elementos de Formulario */
  input,
  textarea,
  select {
    width: 100%;
    padding: var(--space-sm) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: var(--font-base);
    line-height: 1.4;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  input:focus,
  textarea:focus,
  select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgb(37 99 235 / 0.1);
  }
  label {
    display: block;
    margin-bottom: var(--space-xs);
    font-weight: 500;
    color: var(--color-text);
    font-size: var(--font-sm);
  }
  button {
    padding: var(--space-sm) var(--space-lg);
    background-color: var(--color-primary);
    color: var(--color-primary-light);
    border: none;
    border-radius: var(--radius-md);
    font-size: var(--font-sm);  
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 1.4;
  }
  button:hover {
    background-color: var(--color-primary-dark);
      color: var(--color-primary-light);
  }
  button:disabled {
    background-color: var(--color-text-muted);
    cursor: not-allowed;
  }

  button.secondary {
      background-color: var(--color-secondary);
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
      
  }
  
  /* Elementos Estructurales */
  header,
  nav,
  main,
  section,
  article,
  aside,
  footer {
    display: block;
  }
  hr {
    border: none;
    height: 1px;
    background-color: var(--color-border);
    margin: var(--space-xl) 0;
  }
  blockquote {
    padding: var(--space-md) var(--space-lg);
    margin: var(--space-lg) 0;
    border-left: 4px solid var(--color-primary);
    background-color: var(--color-bg-light);
    font-style: italic;
  }
  code {
    padding: var(--space-xs) var(--space-sm);
    background-color: var(--color-bg-dark);
    border-radius: var(--radius-sm);
    font-family: "Courier New", monospace;
    font-size: var(--font-sm);
  }
  pre {
    padding: var(--space-md);
    background-color: var(--color-bg-dark);
    border-radius: var(--radius-md);
    overflow-x: auto;
    margin: var(--space-md) 0;
  }
  pre code {
    padding: 0;
    background: none;
  }
  
  /* Tablas */
  table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--space-lg) 0;
    font-size: var(--font-sm);
    background-color: var(--color-bg);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
  }
  th,
  td {
    padding: var(--space-sm) var(--space-md);
    text-align: left;
    border-bottom: 1px solid var(--color-border);
    vertical-align: top;
  }
  th {
    font-weight: 600;
    background-color: var(--color-bg-dark);
    color: var(--color-text);
    font-size: var(--font-xs);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: sticky;
    top: 0;
    z-index: 1;
  }
  td {
    background-color: var(--color-bg);
  }
  tr:nth-child(even) td {
    background-color: var(--color-bg-light);
  }
  tr:hover td {
    background-color: var(--color-border-light);
  }
  tbody tr:last-child td {
    border-bottom: none;
  }
  .table-compact th,
  .table-compact td {
    padding: var(--space-xs) var(--space-sm);
  }
  .table-bordered {
    border: 1px solid var(--color-border);
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid var(--color-border);
  }
  .table-striped tr:nth-child(even) td {
    background-color: var(--color-bg-light);
  }
  .table-hover tr:hover td {
    background-color: var(--color-border-light);
  }
  
  /* Utilidades - Flexbox */
  .flex {
    display: flex;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-around {
    justify-content: space-around;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  
  /* Utilidades - Grid */
  .grid {
    display: grid;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-xs {
    gap: var(--space-xs);
  }
  .gap-sm {
    gap: var(--space-sm);
  }
  .gap-md {
    gap: var(--space-md);
  }
  .gap-lg {
    gap: var(--space-lg);
  }
  .gap-xl {
    gap: var(--space-xl);
  }
  
  /* Utilidades - Espaciado */
  .p-xs {
    padding: var(--space-xs);
  }
  .p-sm {
    padding: var(--space-sm);
  }
  .p-md {
    padding: var(--space-md);
  }
  .p-lg {
    padding: var(--space-lg);
  }
  .p-xl {
    padding: var(--space-xl);
  }
  .px-xs {
    padding-left: var(--space-xs);
    padding-right: var(--space-xs);
  }
  .px-sm {
    padding-left: var(--space-sm);
    padding-right: var(--space-sm);
  }
  .px-md {
    padding-left: var(--space-md);
    padding-right: var(--space-md);
  }
  .px-lg {
    padding-left: var(--space-lg);
    padding-right: var(--space-lg);
  }
  .px-xl {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
  }
  .py-xs {
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
  }
  .py-sm {
    padding-top: var(--space-sm);
    padding-bottom: var(--space-sm);
  }
  .py-md {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
  }
  .py-lg {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
  .py-xl {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
  }
  .m-xs {
    margin: var(--space-xs);
  }
  .m-sm {
    margin: var(--space-sm);
  }
  .m-md {
    margin: var(--space-md);
  }
  .m-lg {
    margin: var(--space-lg);
  }
  .m-xl {
    margin: var(--space-xl);
  }
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .my-xs {
    margin-top: var(--space-xs);
    margin-bottom: var(--space-xs);
  }
  .my-sm {
    margin-top: var(--space-sm);
    margin-bottom: var(--space-sm);
  }
  .my-md {
    margin-top: var(--space-md);
    margin-bottom: var(--space-md);
  }
  .my-lg {
    margin-top: var(--space-lg);
    margin-bottom: var(--space-lg);
  }
  .my-xl {
    margin-top: var(--space-xl);
    margin-bottom: var(--space-xl);
  }
  
  /* Utilidades - Colores */
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-muted {
    color: var(--color-text-muted);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .bg-error {
    background-color: var(--color-error);
  }
  .bg-light {
    background-color: var(--color-bg-light);
  }
  .bg-dark {
    background-color: var(--color-bg-dark);
  }
  
  /* Utilidades - Tipografía */
  .text-xs {
    font-size: var(--font-xs);
  }
  .text-sm {
    font-size: var(--font-sm);
  }
  .text-base {
    font-size: var(--font-base);
  }
  .text-lg {
    font-size: var(--font-lg);
  }
  .text-xl {
    font-size: var(--font-xl);
  }
  .text-2xl {
    font-size: var(--font-2xl);
  }
  .text-3xl {
    font-size: var(--font-3xl);
  }
  .text-4xl {
    font-size: var(--font-4xl);
  }
  .text-5xl {
    font-size: var(--font-5xl);
  }
  .font-light {
    font-weight: 300;
  }
  .font-normal {
    font-weight: 400;
  }
  .font-medium {
    font-weight: 500;
  }
  .font-semibold {
    font-weight: 600;
  }
  .font-bold {
    font-weight: 700;
  }
  .text-left {
    text-align: left;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  
  /* Utilidades - Bordes */
  .border {
    border: 1px solid var(--color-border);
  }
  .border-light {
    border: 1px solid var(--color-border-light);
  }
  .border-primary {
    border: 1px solid var(--color-primary);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  
  /* Utilidades - Sombras */
  .shadow-sm {
    box-shadow: var(--shadow-sm);
  }
  .shadow-md {
    box-shadow: var(--shadow-md);
  }
  .shadow-lg {
    box-shadow: var(--shadow-lg);
  }
  .shadow-xl {
    box-shadow: var(--shadow-xl);
  }
  
  /* Utilidades - Dimensiones */
  .w-xs {
    width: var(--size-xs);
  }
  .w-sm {
    width: var(--size-sm);
  }
  .w-md {
    width: var(--size-md);
  }
  .w-lg {
    width: var(--size-lg);
  }
  .w-xl {
    width: var(--size-xl);
  }
  .w-2xl {
    width: var(--size-2xl);
  }
  .w-3xl {
    width: var(--size-3xl);
  }
  .w-full {
    width: var(--size-full);
  }
  .h-xs {
    height: var(--size-xs);
  }
  .h-sm {
    height: var(--size-sm);
  }
  .h-md {
    height: var(--size-md);
  }
  .h-lg {
    height: var(--size-lg);
  }
  .h-xl {
    height: var(--size-xl);
  }
  .h-2xl {
    height: var(--size-2xl);
  }
  .h-3xl {
    height: var(--size-3xl);
  }
  .h-full {
    height: var(--size-full);
  }
  
  /* Utilidades - Dimensiones Adicionales */
  .w-auto {
    width: auto;
  }
  .w-screen {
    width: var(--size-screen);
  }
  .w-min {
    width: var(--size-min);
  }
  .w-max {
    width: var(--size-max);
  }
  .w-fit {
    width: var(--size-fit);
  }
  .h-auto {
    height: auto;
  }
  .h-screen {
    height: 100vh;
  }
  .h-min {
    height: var(--size-min);
  }
  .h-max {
    height: var(--size-max);
  }
  .h-fit {
    height: var(--size-fit);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-xs {
    max-width: 20rem;
  }
  .max-w-sm {
    max-width: 24rem;
  }
  .max-w-md {
    max-width: 28rem;
  }
  .max-w-lg {
    max-width: 32rem;
  }
  .max-w-xl {
    max-width: 36rem;
  }
  .max-w-2xl {
    max-width: 42rem;
  }
  .max-w-3xl {
    max-width: 48rem;
  }
  .max-w-4xl {
    max-width: 56rem;
  }
  .max-w-5xl {
    max-width: 64rem;
  }
  .max-w-6xl {
    max-width: 72rem;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-screen {
    max-width: 100vw;
  }
  
  /* Utilidades - Display */
  .block {
    display: block;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .hidden {
    display: none;
  }
  
  /* Utilidades - Posición */
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .sticky {
    position: sticky;
  }
  
  /* Container */
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-md);
  }
  .container-sm {
    max-width: 640px;
  }
  .container-md {
    max-width: 768px;
  }
  .container-lg {
    max-width: 1024px;
  }
  .container-xl {
    max-width: 1280px;
  }
  .container-fluid {
    max-width: none;
    width: 100%;
  }
  
  /* Breakpoints Responsivos */
  @media (min-width: 640px) {
    .sm\:flex {
      display: flex;
    }
    .sm\:flex-col {
      flex-direction: column;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-center {
      text-align: center;
    }
    .sm\:text-right {
      text-align: right;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:block {
      display: block;
    }
  }
  
  @media (min-width: 768px) {
    .md\:flex {
      display: flex;
    }
    .md\:flex-col {
      flex-direction: column;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .md\:text-left {
      text-align: left;
    }
    .md\:text-center {
      text-align: center;
    }
    .md\:text-right {
      text-align: right;
    }
    .md\:hidden {
      display: none;
    }
    .md\:block {
      display: block;
    }
  }
  
  @media (min-width: 1024px) {
    .lg\:flex {
      display: flex;
    }
    .lg\:flex-col {
      flex-direction: column;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .lg\:text-left {
      text-align: left;
    }
    .lg\:text-center {
      text-align: center;
    }
    .lg\:text-right {
      text-align: right;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:block {
      display: block;
    }
  }
  
  @media (min-width: 1280px) {
    .xl\:flex {
      display: flex;
    }
    .xl\:flex-col {
      flex-direction: column;
    }
    .xl\:flex-row {
      flex-direction: row;
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, 1fr);
    }
    .xl\:text-left {
      text-align: left;
    }
    .xl\:text-center {
      text-align: center;
    }
    .xl\:text-right {
      text-align: right;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:block {
      display: block;
    }
  }


/* Custom */
#app {
  margin: 0 auto;
}
.brand {
    background-image: url(./static/logo-min.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8.2em auto;
    width: 9rem;
    height: 3rem;
    padding-left: 1.5em;
    display: inline-block;
    line-height: 1.2;
    text-indent: -99999px;
    vertical-align: middle;
}
.c-pointer {
    cursor: pointer;
   }
.dropdown-menu {
    display: flex;
    position:absolute;
    right:0;
    top:2rem;
    flex-direction: column;
    z-index: 999;
}

/*.dropdown-menu.show { display: flex; }*/
.dropdown-menu.hidden { display: none; }
.dropdown-menu a{
    width:100%;
}

.actions-grid span {
    color: var(--color-primary);
}
.actions-grid button:hover > span {
      color: var(--color-primary-light);
}