.blog-loading__spinner {
/* Transiciones y animaciones */
  animation: blogSpin 1s linear infinite;}

.blog-card__img--placeholder {
/* Posicionamiento */
  position: relative;

  /* Fondos */
  background: linear-gradient(135deg, #0a1650 0%, #152278 40%, #1a3490 70%, #0e1d6e 100%);

  /* Tipografía */
  font-size: 3.2rem;

  /* Colores y efectos */
  opacity: 1;}

.blog-card__img--placeholder::before {
/* Posicionamiento */
  position: absolute;

  /* Fondos */
  background: radial-gradient(ellipse at 30% 50%, rgba(40, 69, 214, 0.25) 0%, transparent 70%),
    radial-gradient(ellipse at 80% 20%, rgba(246, 128, 72, 0.1) 0%, transparent 50%);

  /* Interactividad */
  pointer-events: none;

  /* Otras propiedades */
  content: '';
  inset: 0;}

.blog-card__img--placeholder span {
/* Posicionamiento */
  position: relative;
  z-index: 1;

  /* Otras propiedades */
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));}

.blog-featured__placeholder {
/* Posicionamiento */
  position: relative;

  /* Fondos */
  background: linear-gradient(135deg, #0a1650 0%, #152278 40%, #1a3490 70%, #0e1d6e 100%);

  /* Colores y efectos */
  opacity: 1;}

.blog-featured__placeholder::before {
/* Posicionamiento */
  position: absolute;

  /* Fondos */
  background: radial-gradient(ellipse at 30% 60%, rgba(40, 69, 214, 0.3) 0%, transparent 60%),
    radial-gradient(ellipse at 75% 25%, rgba(246, 128, 72, 0.12) 0%, transparent 50%);

  /* Interactividad */
  pointer-events: none;

  /* Otras propiedades */
  content: '';
  inset: 0;}

.blog-featured__placeholder span {
/* Posicionamiento */
  position: relative;
  z-index: 1;

  /* Tipografía */
  font-size: 4.5rem;

  /* Otras propiedades */
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));}

.blog-single__header {
/* Posicionamiento */
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;

  /* Dimensiones */
  width: auto;
  height: auto;
  max-height: none;
  min-height: 0;

  /* Márgenes */
  margin-bottom: 40px;

  /* Relleno */
  padding: 0;

  /* Bordes */
  border-bottom: none;

  /* Fondos */
  background: none;

  /* Colores y efectos */
  box-shadow: none;

  /* Transiciones y animaciones */
  transition: none;

  /* Otras propiedades */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;}

.blog-single {
/* Relleno */
  padding-top: 40px;}

.blog-single__nav {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;

  /* Márgenes */
  margin-bottom: 28px;

  /* Relleno */
  padding: 12px 20px;

  /* Bordes */
  border-radius: 10px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Fondos */
  background: var(--blog-surface, rgba(10, 22, 80, 0.6));

  /* Tipografía */
  font-size: 0.85rem;}

.blog-single__nav-link {
/* Tipografía */
  text-decoration: none;
  font-weight: 600;

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);

  /* Transiciones y animaciones */
  transition: color 0.2s;}

.blog-single__nav-link:hover {
/* Colores y efectos */
  color: var(--blog-accent-light, #FF9A6C);}

.blog-single__nav-sep {
/* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);
  opacity: 0.5;}

.blog-single__nav-current {
/* Modelo de caja */
  overflow: hidden;

  /* Dimensiones */
  max-width: 340px;

  /* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);

  /* Otras propiedades */
  text-overflow: ellipsis;
  white-space: nowrap;}

.blog-single__hero-img {
/* Modelo de caja */
  overflow: hidden;

  /* Márgenes */
  margin: 0 -24px 36px;

  /* Bordes */
  border-radius: 16px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Colores y efectos */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);}

.blog-single__hero-img img {
/* Modelo de caja */
  display: block;

  /* Dimensiones */
  width: 100%;
  max-height: 500px;

  /* Otras propiedades */
  object-fit: cover;}

.blog-single__content {
/* Tipografía */
  font-size: 1.05rem;
  line-height: 1.8;

  /* Colores y efectos */
  color: var(--blog-text, #eef0f7);}

.blog-single__content h2 {
/* Márgenes */
  margin: 48px 0 20px;

  /* Relleno */
  padding-bottom: 12px;

  /* Bordes */
  border-bottom: 2px solid var(--blog-accent, #F68048);

  /* Tipografía */
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);}

.blog-single__content h3 {
/* Márgenes */
  margin: 36px 0 16px;

  /* Tipografía */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;

  /* Colores y efectos */
  color: var(--blog-accent-light, #FF9A6C);}

.blog-single__content h4 {
/* Márgenes */
  margin: 28px 0 12px;

  /* Tipografía */
  font-size: 1.1rem;
  font-weight: 600;

  /* Colores y efectos */
  color: #fff;}

.blog-single__content p {
/* Márgenes */
  margin-bottom: 20px;}

.blog-single__content ul, .blog-single__content ol {
/* Márgenes */
  margin: 20px 0;

  /* Relleno */
  padding-left: 0;

  /* Otras propiedades */
  list-style: none;}

.blog-single__content ul li {
/* Posicionamiento */
  position: relative;

  /* Márgenes */
  margin-bottom: 12px;

  /* Relleno */
  padding-left: 28px;}

.blog-single__content ul li::before {
/* Posicionamiento */
  position: absolute;
  left: 0;
  top: 10px;

  /* Dimensiones */
  width: 8px;
  height: 8px;

  /* Bordes */
  border-radius: 50%;

  /* Fondos */
  background: var(--blog-accent, #F68048);

  /* Colores y efectos */
  box-shadow: 0 0 6px rgba(246, 128, 72, 0.4);

  /* Otras propiedades */
  content: '';}

.blog-single__content ol {
/* Otras propiedades */
  counter-reset: ol-counter;}

.blog-single__content ol li {
/* Posicionamiento */
  position: relative;

  /* Márgenes */
  margin-bottom: 16px;

  /* Relleno */
  padding-left: 40px;

  /* Otras propiedades */
  counter-increment: ol-counter;}

.blog-single__content ol li::before {
/* Posicionamiento */
  position: absolute;
  left: 0;
  top: 0;

  /* Dimensiones */
  min-width: 28px;

  /* Tipografía */
  font-weight: 800;
  font-size: 1.1rem;

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);

  /* Otras propiedades */
  content: counter(ol-counter) ".";}

.blog-single__content strong {
/* Tipografía */
  font-weight: 700;

  /* Colores y efectos */
  color: #fff;}

.blog-single__content em {
/* Tipografía */
  font-style: italic;

  /* Colores y efectos */
  color: var(--blog-accent-light, #FF9A6C);}

.blog-single__content blockquote {
/* Márgenes */
  margin: 28px 0;

  /* Relleno */
  padding: 20px 24px;

  /* Bordes */
  border-left: 4px solid var(--blog-accent, #F68048);
  border-radius: 0 12px 12px 0;

  /* Fondos */
  background: var(--blog-surface, rgba(10, 22, 80, 0.6));

  /* Tipografía */
  font-style: italic;

  /* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);}

.blog-single__content pre, .blog-single__content code {
/* Tipografía */
  font-family: 'JetBrains Mono', 'Fira Code', monospace;}

.blog-single__content code {
/* Relleno */
  padding: 2px 8px;

  /* Bordes */
  border-radius: 6px;

  /* Fondos */
  background: rgba(10, 22, 80, 0.8);

  /* Tipografía */
  font-size: 0.9em;

  /* Colores y efectos */
  color: var(--blog-accent-light, #FF9A6C);}

.blog-single__content pre {
/* Modelo de caja */
  overflow-x: auto;

  /* Márgenes */
  margin: 24px 0;

  /* Relleno */
  padding: 20px 24px;

  /* Bordes */
  border-radius: 12px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Fondos */
  background: rgba(3, 5, 32, 0.9);

  /* Tipografía */
  line-height: 1.6;}

.blog-single__content pre code {
/* Relleno */
  padding: 0;

  /* Fondos */
  background: none;

  /* Colores y efectos */
  color: var(--blog-text, #eef0f7);}

.blog-single__content a {
/* Tipografía */
  text-decoration: underline;

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);

  /* Transiciones y animaciones */
  transition: color 0.2s;

  /* Otras propiedades */
  text-underline-offset: 3px;}

.blog-single__content a:hover {
/* Colores y efectos */
  color: var(--blog-accent-light, #FF9A6C);}

.blog-single__content img {
/* Dimensiones */
  max-width: 100%;
  height: auto;

  /* Márgenes */
  margin: 24px 0;

  /* Bordes */
  border-radius: 12px;}

.blog-single__content hr {
/* Dimensiones */
  height: 1px;

  /* Márgenes */
  margin: 40px 0;

  /* Bordes */
  border: none;

  /* Fondos */
  background: linear-gradient(90deg, transparent, var(--blog-border, rgba(40, 69, 214, 0.18)), transparent);}

.blog-single__content .ql-syntax {
/* Modelo de caja */
  overflow-x: auto;

  /* Márgenes */
  margin: 24px 0;

  /* Relleno */
  padding: 20px 24px;

  /* Bordes */
  border-radius: 12px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Fondos */
  background: rgba(3, 5, 32, 0.9);

  /* Tipografía */
  line-height: 1.6;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 0.9em;

  /* Colores y efectos */
  color: var(--blog-text, #eef0f7);}

.blog-single__content .ql-indent-1 {
/* Relleno */
  padding-left: 3em;}

.blog-single__content .ql-indent-2 {
/* Relleno */
  padding-left: 6em;}

.blog-single__content .ql-indent-3 {
/* Relleno */
  padding-left: 9em;}

.blog-single__content .ql-align-center {
/* Tipografía */
  text-align: center;}

.blog-single__content .ql-align-right {
/* Tipografía */
  text-align: right;}

.blog-single__content .ql-align-justify {
/* Tipografía */
  text-align: justify;}

.blog-single__content .ql-video {
/* Modelo de caja */
  display: block;

  /* Dimensiones */
  max-width: 100%;

  /* Márgenes */
  margin: 24px auto;

  /* Bordes */
  border-radius: 12px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));}

.blog-single__tags {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  flex-wrap: wrap;
  gap: 8px;

  /* Márgenes */
  margin: 40px 0 36px;

  /* Relleno */
  padding-top: 28px;

  /* Bordes */
  border-top: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));}

.blog-single__tag {
/* Relleno */
  padding: 6px 16px;

  /* Bordes */
  border-radius: 20px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Fondos */
  background: var(--blog-surface, rgba(10, 22, 80, 0.6));

  /* Tipografía */
  font-size: 0.82rem;
  font-weight: 500;

  /* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);

  /* Transiciones y animaciones */
  transition: all 0.2s;}

.blog-single__tag:hover {
/* Bordes */
  border-color: var(--blog-accent, #F68048);

  /* Fondos */
  background: rgba(246, 128, 72, 0.08);

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);}

.blog-single__footer {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;

  /* Relleno */
  padding: 28px 0;

  /* Bordes */
  border-top: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));}

.blog-empty-state {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Relleno */
  padding: 80px 20px;

  /* Tipografía */
  text-align: center;

  /* Otras propiedades */
  grid-column: 1 / -1;}

.blog-empty-state__icon {
/* Márgenes */
  margin-bottom: 20px;

  /* Tipografía */
  font-size: 3.5rem;

  /* Colores y efectos */
  opacity: 0.5;}

.blog-empty-state h3 {
/* Márgenes */
  margin-bottom: 8px;

  /* Tipografía */
  font-size: 1.3rem;

  /* Colores y efectos */
  color: #fff;}

.blog-empty-state p {
/* Tipografía */
  font-size: 0.95rem;

  /* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);}

.blog-pagination {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;

  /* Márgenes */
  margin-top: 48px;

  /* Relleno */
  padding: 20px 0;}

.blog-pag__btn {
/* Modelo de caja */
  display: flex;

  /* Flexbox y Grid */
  align-items: center;
  justify-content: center;

  /* Dimensiones */
  min-width: 42px;
  height: 42px;

  /* Relleno */
  padding: 0 14px;

  /* Bordes */
  border-radius: 10px;
  border: 1px solid var(--blog-border, rgba(40, 69, 214, 0.18));

  /* Fondos */
  background: var(--blog-surface, rgba(10, 22, 80, 0.6));

  /* Tipografía */
  font-size: 0.9rem;
  font-weight: 600;

  /* Colores y efectos */
  color: var(--blog-text-muted, #B0BBE0);

  /* Transiciones y animaciones */
  transition: all 0.25s;

  /* Interactividad */
  cursor: pointer;}

.blog-pag__btn:hover {
/* Bordes */
  border-color: var(--blog-accent, #F68048);

  /* Colores y efectos */
  color: var(--blog-accent, #F68048);
  box-shadow: 0 4px 12px rgba(246, 128, 72, 0.15);

  /* Otras propiedades */
  transform: translateY(-2px);}

.blog-pag__btn--active {
/* Bordes */
  border-color: var(--blog-accent, #F68048);

  /* Fondos */
  background: var(--blog-accent, #F68048);

  /* Tipografía */
  font-weight: 700;

  /* Colores y efectos */
  color: #fff;
  box-shadow: 0 4px 16px rgba(246, 128, 72, 0.3);}