
.containerHeader[data-v-da9548ee] {
  position: fixed;
  width: 100vw;
  z-index: 99999;
}
.headerContainer[data-v-da9548ee] {
  background-color: #14213D;
  display: flex;
  padding: 1rem 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 14px;
  height: 4rem;
  list-style: none;
}
.burgerMenuBlock[data-v-da9548ee] {
  flex: 1;
}
.burgerMenuIcon[data-v-da9548ee] {
  cursor: pointer;
  transition: transform 0.2s;
}
.burgerMenuIcon[data-v-da9548ee]:hover {
  transform: scale(1.1);
}
.imgContainer[data-v-da9548ee] {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.imgHeader[data-v-da9548ee] {
  width: 60px;
}
.userBlock[data-v-da9548ee] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: white;
  flex: 1;
  gap: 1rem;
}
.nameUser[data-v-da9548ee] {
  font-size: 14px;
  color: white;
  margin: 0;
  white-space: nowrap;
}
.userIcon[data-v-da9548ee] {
  width: 30px;
  color: white;
  cursor: pointer;
  transition: transform 0.2s;
}
.userIcon[data-v-da9548ee]:hover {
  transform: scale(1.1);
}

/* Language Selector */
.language-selector[data-v-da9548ee] {
  margin-right: 5px;
}
.language-select[data-v-da9548ee] {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.language-select[data-v-da9548ee]:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}
.language-select[data-v-da9548ee]:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: #14213D;
  border-color: #5B8FC8;
}
.language-select option[data-v-da9548ee] {
  background-color: white;
  color: #14213D;
  padding: 5px;
}

/* Overlay */
.opacity[data-v-da9548ee] {
  transition: all 0.5s ease;
  bottom: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
  display: none;
  overflow-y: hidden;
  left: 0;
  height: 100%;
  width: 100%;
  animation: tiempoAparicion-da9548ee 0.5s;
}
.opacity.show[data-v-da9548ee] {
  display: block;
}
@keyframes tiempoAparicion-da9548ee {
from { background-color: transparent;
}
to { background-color: rgba(0, 0, 0, 0.3);
}
}

/* Hamburger sidebar */
.site-home[data-v-da9548ee] {
  background-color: #14213D;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  width: 250px;
  min-height: 100%;
  overflow-y: scroll;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  top: 0;
  left: -350px;
  transition: all 0.5s ease;
  padding: 0;
  padding-top: 5rem;
  z-index: 9999;
  overflow-x: hidden;
}
.site-home.activeMain[data-v-da9548ee] {
  transform: translate(349px);
}
.site-home[data-v-da9548ee]::-webkit-scrollbar {
  -webkit-appearance: none;
}
.site-home[data-v-da9548ee]::-webkit-scrollbar:vertical {
  width: 10px;
}
.site-home[data-v-da9548ee]::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.site-home[data-v-da9548ee]::-webkit-scrollbar-track {
  border-radius: 10px;
  display: none;
}
.site-home a[data-v-da9548ee] {
  color: white;
  display: block;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 1rem;
}
.site-home a[data-v-da9548ee]:hover,
.site-home a[data-v-da9548ee]:focus {
  background-color: #000927;
  color: white;
}
.contItem[data-v-da9548ee] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 14px;
  width: 100%;
}
.iconC[data-v-da9548ee] {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.equis[data-v-da9548ee] {
  position: absolute;
  top: 15px;
  right: 2px;
  cursor: pointer;
  transition: transform 0.2s;
}
.equis[data-v-da9548ee]:hover {
  transform: scale(1.1);
}

/* Account dropdown */
.account[data-v-da9548ee] {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
  position: absolute;
  right: 2rem;
  top: 4.2rem;
  background-color: white;
  height: fit-content;
  z-index: 99;
}
.account.flex[data-v-da9548ee] {
  display: flex;
}
.account a[data-v-da9548ee] {
  text-decoration: none;
  color: #14213D;
  text-align: left;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}
.account a[data-v-da9548ee]:hover {
  color: #5B8FC8;
}
.account a li[data-v-da9548ee] {
  list-style: none;
}
.account .triangle[data-v-da9548ee] {
  position: absolute;
  top: -11px;
  right: 5px;
}

/* Notification container */
.notificacionContainer[data-v-da9548ee] {
  position: fixed;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 320px;
  max-width: 90vw;
  z-index: 1000;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.notificacionContainer.show[data-v-da9548ee] {
  display: flex;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.notificacionContainer p[data-v-da9548ee] {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
}

/* Responsive */
@media screen and (min-width: 768px) {
.headerContainer[data-v-da9548ee] {
    padding: 1rem 2rem;
    position: relative;
}
.language-select[data-v-da9548ee] {
    font-size: 10px;
    padding: 3px 6px;
    height: 2rem;
}
}
@media screen and (min-width: 1280px) {
.headerContainer[data-v-da9548ee] {
    padding: 1rem 2rem;
    position: relative;
}
}

.containerFooter[data-v-e3c01a37] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #14213D;
  padding: 1rem 1rem;
  gap: 1rem;
}
.contenedorRedes[data-v-e3c01a37] {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.bloqueVacio[data-v-e3c01a37] {
  border-bottom: 1px solid #D0D3D8;
  width: 25%;
}
.redes[data-v-e3c01a37] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
.redes a[data-v-e3c01a37] {
  color: white;
  transition: transform 0.2s;
  display: flex;
}
.redes a[data-v-e3c01a37]:hover {
  transform: scale(1.1);
}
.imgFooter[data-v-e3c01a37] {
  width: 60px;
}
.imgFooterCertificacion[data-v-e3c01a37] {
  width: 200px;
}
.copyright[data-v-e3c01a37] {
  font-size: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #D9D9D9;
  font-weight: 300;
  gap: 2px;
  text-align: center;
}
.tyc-Pv[data-v-e3c01a37] {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  color: white;
}
.tyc-Pv > p[data-v-e3c01a37] {
  display: none;
}
.tyc-Pv a[data-v-e3c01a37] {
  color: white;
  text-decoration: none;
}
.tyc-Pv a[data-v-e3c01a37]:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
.tyc-Pv[data-v-e3c01a37] {
    font-size: 14px;
    flex-direction: row;
}
.tyc-Pv > p[data-v-e3c01a37] {
    display: block;
}
}
@media screen and (min-width: 1280px) {
.containerFooter[data-v-e3c01a37] {
    padding: 1rem 2rem;
}
.bloqueVacio[data-v-e3c01a37] {
    width: 40%;
}
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  background: #f5f7fa;
  color: var(--ids-dark-blue, #14213D);
}

/* Layout sticky: header fijo arriba, footer siempre al fondo */
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
  flex: 1;
  padding-top: 4rem;
}
.mt05 {
  margin-top: 0.5rem !important;
}

/* IDS Design System */
/* ============================================
   IDS DESIGN SYSTEM - CSS Custom Properties
   ============================================ */
:root {
  /* Primary Colors */
  --ids-primary: #5B8FC8;
  --ids-dark-blue: #14213D;
  --ids-success: #7BB463;
  --ids-error: #EE6546;
  --ids-warning: #FFBD59;
  --ids-orange: #D7972E;

  /* Neutral Colors */
  --ids-gray-light: #F6F6F6;
  --ids-gray-medium: #D0D3D8;
  --ids-gray-dark: #6C757D;
  --ids-gray-border: #b2afaf;
  --ids-gray-track: #f1f1f1;
  --ids-bg: #FCFCFC;
  --ids-bg-body: #D0D3D8;
  --ids-white: #FFFFFF;
  --ids-slate: #64748b;
  --ids-text-secondary: #666;

  /* Typography */
  --ids-font-primary: 'Inter', sans-serif;
  --ids-font-secondary: 'Heebo', sans-serif;
  --ids-font-weight-light: 300;
  --ids-font-weight-normal: 400;
  --ids-font-weight-medium: 500;
  --ids-font-size-base: 16px;
  --ids-font-size-small: 13px;

  /* Spacing */
  --ids-radius: 5px;
  --ids-radius-lg: 10px;
  --ids-spacing-xs: 0.25rem;
  --ids-spacing-sm: 0.5rem;
  --ids-spacing-md: 1rem;
  --ids-spacing-lg: 1.5rem;
  --ids-spacing-xl: 2rem;

  /* Scrollbar */
  --ids-scrollbar-width: 5px;
  --ids-scrollbar-thumb: #b2afaf;
  --ids-scrollbar-track: #f1f1f1;
  --ids-scrollbar-radius: 6px;

  /* Shadows */
  --ids-shadow-sm: 0 2px 4px rgba(0,0,0,0.1);
  --ids-shadow-md: 0 4px 12px rgba(0,0,0,0.15);
  --ids-shadow-lg: 0 8px 25px rgba(0,0,0,0.1);

  /* Transitions */
  --ids-transition-fast: 0.15s ease;
  --ids-transition-normal: 0.3s ease;
  --ids-transition-slow: 0.5s ease;
}
/* ============================================
   IDS DESIGN SYSTEM - Reset & Base Styles
   ============================================ */
@font-face {
  font-family: "Heebo";
  src: url(/assets/Heebo-VariableFont_wght-0rsQ763u.ttf);
}
@font-face {
  font-family: "Inter";
  src: url(/assets/Inter-VariableFont_slnt_wght-ZO3WBJgw.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
p {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
textarea {
  border: 1px solid var(--ids-gray-medium);
  border-radius: var(--ids-radius);
  padding: var(--ids-spacing-sm);
}
textarea:focus {
  outline: none;
}
body {
  font-family: var(--ids-font-primary);
  background-color: var(--ids-bg-body);
  width: 100vw;
  overflow-x: hidden;
  font-weight: var(--ids-font-weight-light);
}
a {
  white-space: wrap;
  text-decoration: none;
  color: var(--ids-white);
}
a:hover {
  color: var(--ids-white);
}
input:focus,
select:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--ids-primary, #5B8FC8);
}
input[type="checkbox"] {
  height: 20px;
  width: 20px;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input,
select {
  font-size: var(--ids-font-size-base);
}
button {
  margin-top: 0;
}
button, a, i {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
::-webkit-scrollbar {
  width: var(--ids-scrollbar-width);
}
::-webkit-scrollbar-thumb {
  background-color: var(--ids-scrollbar-thumb);
  border-radius: var(--ids-scrollbar-radius);
}
::-webkit-scrollbar-track {
  background-color: var(--ids-scrollbar-track);
}
/* ============================================
   SISTEMA DE ANIMACIONES UX - IDS DESIGN SYSTEM
   ============================================ */
/* ==================
   ENTRY ANIMATIONS
   ================== */
.slide-in-up {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}
.slide-in-down {
    animation: slideInDown 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(-20px);
}
.slide-in-left {
    animation: slideInLeft 0.5s ease-out forwards;
    opacity: 0;
    transform: translateX(-30px);
}
.slide-in-right {
    animation: slideInRight 0.5s ease-out forwards;
    opacity: 0;
    transform: translateX(30px);
}
.fade-in {
    animation: fadeIn 0.4s ease-out forwards;
    opacity: 0;
}
.scale-in {
    animation: scaleIn 0.3s ease-out forwards;
    opacity: 0;
    transform: scale(0.8);
}
.scale-in-center {
    animation: scaleInCenter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
    transform: scale(0.7);
}
/* ==================
   KEYFRAMES
   ================== */
@keyframes slideInUp {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInDown {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInLeft {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
    to { opacity: 1; }
}
@keyframes scaleIn {
    to { opacity: 1; transform: scale(1); }
}
@keyframes scaleInCenter {
    to { opacity: 1; transform: scale(1); }
}
/* ==================
   MICRO-INTERACTIONS
   ================== */
.btn-press {
    transition: all 0.15s ease;
    cursor: pointer;
}
.btn-press:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.btn-press:active {
    transform: scale(0.98);
}
.btn-hover-scale {
    transition: all 0.2s ease;
}
.btn-hover-scale:hover {
    transform: scale(1.05);
}
.input-focus {
    transition: all 0.3s ease;
    border: 2px solid #e1e8ed;
}
.input-focus:focus {
    border-color: #5B8FC8;
    box-shadow: 0 0 0 4px rgba(91, 143, 200, 0.1);
    outline: none;
    transform: translateY(-1px);
}
.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
/* ==================
   LOADING STATES
   ================== */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5B8FC8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loading-spinner-small {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #5B8FC8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.pulse {
    animation: pulse 2s infinite;
}
.shimmer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
/* ==================
   FEEDBACK ANIMATIONS
   ================== */
.success-animation {
    animation: successPulse 0.6s ease-out;
}
.error-shake {
    animation: shake 0.5s ease-in-out;
}
.notification-slide {
    animation: notificationSlide 0.4s ease-out;
}
@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); background-color: rgba(212, 237, 218, 0.3); }
    100% { transform: scale(1); }
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}
@keyframes notificationSlide {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
/* ==================
   MODAL ANIMATIONS
   ================== */
.modal-backdrop {
    animation: fadeIn 0.3s ease-out;
}
.modal-content {
    animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes modalSlideUp {
    from { opacity: 0; transform: scale(0.8) translateY(50px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
/* ==================
   STAGGER DELAYS
   ================== */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }
.stagger-7 { animation-delay: 0.7s; }
.stagger-8 { animation-delay: 0.8s; }
/* ==================
   COMPONENT SPECIFIC
   ================== */
.header-entrance {
    animation: slideInDown 0.5s ease-out;
}
.nav-item {
    animation: slideInLeft 0.4s ease-out forwards;
    opacity: 0;
}
.form-entrance {
    animation: slideInUp 0.6s ease-out;
}
.form-field {
    animation: slideInUp 0.4s ease-out forwards;
    opacity: 0;
}
.table-entrance {
    animation: slideInUp 0.6s ease-out;
}
.table-row {
    animation: slideInLeft 0.4s ease-out forwards;
    opacity: 0;
}
.empty-state {
    animation: emptyStateFadeIn 0.8s ease-out;
}
@keyframes emptyStateFadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
/* ==================
   ACCESSIBILITY
   ================== */
@media (prefers-reduced-motion: reduce) {
    .slide-in-up,
    .slide-in-down,
    .slide-in-left,
    .slide-in-right,
    .fade-in,
    .scale-in,
    .scale-in-center,
    .form-field,
    .nav-item,
    .table-row {
        animation: none;
        opacity: 1;
        transform: none;
    }

    .btn-press,
    .card-hover,
    .input-focus {
        transition: none;
    }
}
.slide-in-up:focus-visible,
.fade-in:focus-visible,
.scale-in:focus-visible {
    outline: 2px solid #5B8FC8;
    outline-offset: 2px;
}
/* ==================
   HIGH CONTRAST SUPPORT
   ================== */
@media (prefers-contrast: high) {
    .input-focus:focus {
        border-color: #000;
        box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);
    }
}
/* ============================================
   IDS DESIGN SYSTEM - Utility Classes
   ============================================ */
.w90 { width: 90%; }
.nonMargin { margin: 0 !important; }
.fw500 { font-weight: var(--ids-font-weight-medium) !important; }
.fontWeight500 { font-weight: var(--ids-font-weight-medium); color: var(--ids-text-secondary); }
/* Background colors */
.BGblue { background-color: var(--ids-primary); }
.BGgreen { background-color: var(--ids-success); }
.BGred { background-color: var(--ids-error); }
.BGyellow { background-color: var(--ids-warning); }
.BGdarkBlue { background-color: var(--ids-dark-blue); }
.BGorange { background-color: var(--ids-orange); }
.BGgrisClaro { background-color: var(--ids-gray-light); }
.BGgrisOscuro { background-color: var(--ids-gray-medium); color: grey; }
.BGgrayDark { background-color: var(--ids-gray-dark); }
.bgTransparent { background-color: transparent; }
/* Text colors */
.Crojo { color: var(--ids-error) !important; }
.Cnaranja { color: orange !important; }
.Cverde { color: var(--ids-success) !important; }
.fechaACambiar { margin-left: var(--ids-spacing-sm); }
.fechaGris { color: var(--ids-slate); }
.contenedorCargaInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--ids-bg);
  position: absolute;
  transition: all var(--ids-transition-slow);
  z-index: 100;
  gap: var(--ids-spacing-md);
  left: 0;
  top: 0;
}
.error,
.mistake {
  color: tomato;
  padding: 0 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: var(--ids-font-size-small);
}
.err {
  color: tomato;
  padding: 0 8px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: var(--ids-font-size-small);
  width: 100%;
  text-align: center;
}
/* Page banner */
.ids-page-banner {
  background: var(--ids-dark-blue, #14213D);
  color: #fff;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-top: 0.5rem;
}
.noDataMessage { margin-top: var(--ids-spacing-xl); }
.btnPiezas:hover { border: 1px solid var(--ids-primary); }
/* ============================================
   IDS DESIGN SYSTEM - Skeleton Loaders
   ============================================ */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite;
  border-radius: var(--ids-radius);
}
.skeleton-text {
  height: 1em;
  margin-bottom: 0.5em;
  border-radius: 4px;
}
.skeleton-title {
  height: 1.5em;
  width: 60%;
  margin-bottom: 1em;
  border-radius: 4px;
}
.skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.skeleton-card {
  padding: 1rem;
  border-radius: var(--ids-radius-lg);
  background-color: var(--ids-white);
  box-shadow: var(--ids-shadow-sm);
}
.skeleton-table-row {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--ids-gray-light);
}
.skeleton-table-cell {
  flex: 1;
  height: 1em;
}
.skeleton-button {
  width: 120px;
  height: 36px;
  border-radius: var(--ids-radius);
}
.skeleton-input {
  width: 100%;
  height: 38px;
  border-radius: var(--ids-radius);
}
/* ============================================
   SISTEMA DE ANIMACIONES UX
   ============================================ */

/* ENTRY ANIMATIONS */

.slide-in-up {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}
.slide-in-down {
    animation: slideInDown 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(-20px);
}
.slide-in-left {
    animation: slideInLeft 0.5s ease-out forwards;
    opacity: 0;
    transform: translateX(-30px);
}
.slide-in-right {
    animation: slideInRight 0.5s ease-out forwards;
    opacity: 0;
    transform: translateX(30px);
}
.fade-in {
    animation: fadeIn 0.4s ease-out forwards;
    opacity: 0;
}
.scale-in {
    animation: scaleIn 0.3s ease-out forwards;
    opacity: 0;
    transform: scale(0.8);
}
.scale-in-center {
    animation: scaleInCenter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    opacity: 0;
    transform: scale(0.7);
}

/* KEYFRAMES */

@keyframes slideInUp {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInDown {
    to { opacity: 1; transform: translateY(0); }
}
@keyframes slideInLeft {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInRight {
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeIn {
    to { opacity: 1; }
}
@keyframes scaleIn {
    to { opacity: 1; transform: scale(1); }
}
@keyframes scaleInCenter {
    to { opacity: 1; transform: scale(1); }
}

/* MICRO-INTERACTIONS */

.btn-press {
    transition: all 0.15s ease;
    cursor: pointer;
}
.btn-press:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.btn-press:active {
    transform: scale(0.98);
}

.btn-hover-scale {
    transition: all 0.2s ease;
}
.btn-hover-scale:hover {
    transform: scale(1.05);
}

.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* LOADING */

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #5B8FC8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loading-spinner-small {
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #5B8FC8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.pulse {
    animation: pulse 2s infinite;
}
.shimmer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* FEEDBACK */

.success-animation {
    animation: successPulse 0.6s ease-out;
}
.error-shake {
    animation: shake 0.5s ease-in-out;
}
.notification-slide {
    animation: notificationSlide 0.4s ease-out;
}

@keyframes successPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); background-color: rgba(212, 237, 218, 0.3); }
    100% { transform: scale(1); }
}
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    75% { transform: translateX(4px); }
}
@keyframes notificationSlide {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* MODALS */

.modal-backdrop {
    animation: fadeIn 0.3s ease-out;
}
.modal-content {
    animation: modalSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideUp {
    from { opacity: 0; transform: scale(0.8) translateY(50px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

/* STAGGER DELAYS */

.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }
.stagger-7 { animation-delay: 0.7s; }
.stagger-8 { animation-delay: 0.8s; }

/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {
    .slide-in-up, .slide-in-down, .slide-in-left, .slide-in-right,
    .fade-in, .scale-in, .scale-in-center {
        animation: none;
        opacity: 1;
        transform: none;
    }
    .btn-press, .card-hover, .btn-hover-scale {
        transition: none;
    }
}
