/* RGB Arcade Noticias Minimal v1.0.2 */
.rgbanm-wrap{
  width:100%;
}

.rgbanm-title{
  margin:0 0 20px;
  font-size:32px;
  line-height:1.15;
  color:#ffa477;
}

.rgbanm-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}

.rgbanm-card{
  border:1px solid #2a3a52;
  background:#1f2b3d;
  overflow:hidden;
}

.rgbanm-thumb{
  display:block;
  position:relative;
  background:#060b12;
  padding:18px;
  overflow:hidden;
  isolation:isolate;
}

.rgbanm-thumb::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:26px / 18px;
  background:
    radial-gradient(140% 90% at 50% 0%, rgba(255,255,255,.18) 0%, rgba(255,255,255,.06) 18%, rgba(255,255,255,0) 42%),
    radial-gradient(130% 100% at 50% 50%, rgba(76,255,131,.07) 0%, rgba(76,255,131,.03) 45%, rgba(76,255,131,0) 75%),
    linear-gradient(180deg, rgba(5,8,14,.25), rgba(5,8,14,.1));
  box-shadow:
    inset 0 0 0 2px rgba(180,220,255,.12),
    inset 0 0 40px rgba(76,255,131,.08),
    0 12px 28px rgba(0,0,0,.34);
  pointer-events:none;
  z-index:2;
}

.rgbanm-thumb::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:26px / 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 80%, rgba(255,255,255,.04)),
    repeating-linear-gradient(
      to bottom,
      rgba(120,255,170,.04) 0px,
      rgba(120,255,170,.04) 1px,
      rgba(0,0,0,0) 2px,
      rgba(0,0,0,0) 4px
    ),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.06) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 40% 70%, rgba(255,255,255,.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,.04) 0 1px, transparent 1.5px);
  background-size:auto, auto, 120px 120px, 150px 150px, 180px 180px, 140px 140px;
  mix-blend-mode:screen;
  opacity:.7;
  pointer-events:none;
  z-index:3;
}

.rgbanm-thumb img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:contain;
  object-position:center center;
  border-radius:22px / 16px;
  background:#05070a;
  position:relative;
  z-index:1;
  transform:translate3d(0,0,0);
  transition:transform .28s ease;
  box-shadow:
    inset 0 0 26px rgba(76,255,131,.06),
    0 0 0 1px rgba(255,255,255,.06);
}

.rgbanm-card:hover .rgbanm-thumb img{
  transform:translateY(-2px) scale(1.01);
}

.rgbanm-content{
  padding:18px;
}

.rgbanm-card-title{
  margin:0 0 10px;
  font-size:28px;
  line-height:1.15;
}

.rgbanm-card-title a{
  color:#ffa477;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}

.rgbanm-card-title a:hover{
  color:#ffbd99;
}

.rgbanm-date{
  margin:0 0 12px;
  font-size:14px;
  color:#b7bfcd;
}

.rgbanm-excerpt{
  margin:0 0 16px;
  font-size:17px;
  line-height:1.55;
  color:#d7dbe4;
}

.rgbanm-button{
  display:inline-block;
  padding:10px 16px;
  border:1px solid #8fa0bc;
  color:#e8edf6;
  text-decoration:none;
  font-size:15px;
  background:transparent;
}

.rgbanm-button:hover{
  background:#2a3a52;
  color:#ffffff;
}

.rgbanm-pagination{
  margin-top:28px;
}

.rgbanm-pagination ul{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  margin:0;
  padding:0;
}

.rgbanm-pagination a,
.rgbanm-pagination span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:8px 12px;
  border:1px solid #8fa0bc;
  color:#e8edf6;
  text-decoration:none;
  background:#1f2b3d;
}

.rgbanm-pagination .current{
  background:#2a3a52;
  color:#ffffff;
}

@media (max-width: 900px){
  .rgbanm-grid{
    grid-template-columns:1fr;
  }

  .rgbanm-card-title{
    font-size:24px;
  }

  .rgbanm-title{
    font-size:28px;
  }

  .rgbanm-thumb{
    padding:14px;
  }
}


/* v1.0.3 - Post individual CRT verde */
body.single-post .site,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main,
body.single-post main,
body.single-post article.post,
body.single-post .entry-content,
body.single-post .post-thumbnail,
body.single-post .wp-block-post-content{
  background:transparent !important;
}

body.single-post{
  background:#07110c !important;
  color:#93ff9e !important;
}

body.single-post .site-main,
body.single-post main,
body.single-post .content-area{
  position:relative;
}

body.single-post .site-main > article.post,
body.single-post main article.post,
body.single-post .content-area article.post,
body.single-post article.post{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 24%),
    radial-gradient(140% 120% at 50% 50%, rgba(72,255,109,.11) 0%, rgba(72,255,109,.04) 42%, rgba(0,0,0,0) 72%),
    linear-gradient(180deg, #0a1710 0%, #07110c 100%) !important;
  border:2px solid rgba(122,255,148,.22) !important;
  border-radius:34px / 24px !important;
  padding:28px 28px 34px !important;
  box-shadow:
    inset 0 0 0 2px rgba(180,255,190,.05),
    inset 0 0 60px rgba(72,255,109,.08),
    0 0 40px rgba(0,0,0,.34);
}

body.single-post article.post::before{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:30px / 20px;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,0) 20%),
    radial-gradient(100% 60% at 50% 0%, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 34%),
    repeating-linear-gradient(
      to bottom,
      rgba(110,255,140,.035) 0px,
      rgba(110,255,140,.035) 1px,
      rgba(0,0,0,0) 2px,
      rgba(0,0,0,0) 4px
    );
  box-shadow:
    inset 0 0 0 1px rgba(190,255,205,.09),
    inset 0 0 28px rgba(60,255,110,.06);
  mix-blend-mode:screen;
}

body.single-post article.post::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,.05) 0 1px, transparent 1.6px),
    radial-gradient(circle at 72% 32%, rgba(255,255,255,.04) 0 1px, transparent 1.5px),
    radial-gradient(circle at 37% 70%, rgba(255,255,255,.03) 0 1px, transparent 1.4px),
    radial-gradient(circle at 84% 82%, rgba(255,255,255,.03) 0 1px, transparent 1.4px);
  opacity:.45;
}

body.single-post h1,
body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post .entry-title,
body.single-post .entry-title a{
  color:#9cff95 !important;
  text-shadow:
    0 0 6px rgba(120,255,130,.16),
    0 0 14px rgba(120,255,130,.08);
}

body.single-post p,
body.single-post li,
body.single-post span,
body.single-post div,
body.single-post .entry-content,
body.single-post .entry-content p,
body.single-post .entry-content li{
  color:#7dff8c !important;
  text-shadow:0 0 6px rgba(120,255,130,.08);
}

body.single-post a{
  color:#aaffaa !important;
  text-shadow:
    0 0 6px rgba(120,255,130,.14),
    0 0 12px rgba(120,255,130,.06);
}

body.single-post .entry-meta,
body.single-post .entry-meta a,
body.single-post .posted-on,
body.single-post .byline{
  color:#6aff7a !important;
  text-shadow:0 0 6px rgba(120,255,130,.10);
}

body.single-post img,
body.single-post .post-thumbnail img,
body.single-post .entry-content img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
  background:#08110b;
  border-radius:24px / 16px;
  box-shadow:
    inset 0 0 24px rgba(72,255,109,.06),
    0 0 0 1px rgba(140,255,160,.08);
}

body.single-post .post-thumbnail,
body.single-post .wp-block-image{
  position:relative;
  padding:16px;
  background:#08110b;
  border-radius:28px / 18px;
  border:1px solid rgba(120,255,140,.12);
  overflow:hidden;
}

body.single-post .post-thumbnail::before,
body.single-post .wp-block-image::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:24px / 14px;
  pointer-events:none;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 26%),
    repeating-linear-gradient(
      to bottom,
      rgba(110,255,140,.03) 0px,
      rgba(110,255,140,.03) 1px,
      rgba(0,0,0,0) 2px,
      rgba(0,0,0,0) 4px
    );
}

body.single-post .entry-content{
  font-size:1.08rem;
  line-height:1.8;
}

body.single-post .entry-content strong{
  color:#b8ffb2 !important;
}

body.single-post .entry-content blockquote{
  border-left:3px solid rgba(120,255,140,.28);
  padding-left:16px;
  color:#9bff9f !important;
  background:rgba(20,40,24,.22);
}

@media (max-width: 900px){
  body.single-post .site-main > article.post,
  body.single-post main article.post,
  body.single-post .content-area article.post,
  body.single-post article.post{
    padding:22px 18px 28px !important;
    border-radius:28px / 18px !important;
  }
}
