:root{
  --bg:#000;
  --panel:#0a0d12;
  --panel-2:#11151d;
  --line:#262b36;
  --text:#f5f7fb;
  --muted:#a7afbc;
  --soft:#d7dde7;
  --pink:#ff2ea6;
  --purple:#7c3aed;
  --yellow:#ffb703;
  --blue:#1d9bf0;
  --shadow:0 20px 60px rgba(0,0,0,.38);
  --side:92px;
  --content:1180px;
  --radius:20px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif}
body{min-height:100vh}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input{font:inherit}

.app{
  min-height:100vh;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.12), transparent 18%),
    radial-gradient(circle at top left, rgba(255,46,166,.09), transparent 16%),
    #000;
}

.sidebar{
  position:fixed;
  left:0;top:0;bottom:0;
  width:var(--side);
  border-right:1px solid var(--line);
  background:rgba(0,0,0,.94);
  backdrop-filter:blur(12px);
  z-index:100;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:center;
  padding:18px 0 24px;
}

.brand{
  width:44px;height:44px;border-radius:14px;
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  display:grid;place-items:center;
  font-weight:900;font-size:18px;
  box-shadow:var(--shadow);
}

.nav,.nav-bottom{
  display:flex;
  flex-direction:column;
  gap:16px;
  align-items:center;
}

.nav a,.nav-bottom a{
  width:48px;
  height:48px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:22px;
  transition:.18s ease;
  border:1px solid transparent;
}

.nav a:hover,.nav-bottom a:hover{
  background:#121722;
  border-color:var(--line);
  transform:translateY(-1px);
}

.nav a.active{
  background:#141924;
  border-color:#2a3040;
}

.main{
  margin-left:var(--side);
  min-height:100vh;
  padding:26px 18px 120px;
}

.container{max-width:var(--content);margin:0 auto}

.profile{
  max-width:935px;
  margin:0 auto 22px;
  padding:0 0 22px;
  border-bottom:1px solid var(--line);
}

.profile-top{
  display:grid;
  grid-template-columns:180px 1fr;
  gap:30px;
  align-items:center;
  padding:0 8px;
}

.avatar-ring{
  width:160px;
  height:160px;
  border-radius:50%;
  padding:4px;
  background:conic-gradient(from 220deg,var(--yellow),var(--pink),var(--purple),var(--yellow));
  margin:0 auto;
  box-shadow:var(--shadow);
}

.avatar-inner{
  width:100%;
  height:100%;
  border-radius:50%;
  background:linear-gradient(180deg,#f8fafc,#f1f5f9);
  display:grid;
  place-items:center;
  color:#111827;
  font-size:58px;
  font-weight:900;
  letter-spacing:-2px;
  overflow:hidden;
}

.avatar-inner img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.profile-head{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.profile-head h1{
  margin:0;
  font-size:38px;
  line-height:1;
  letter-spacing:-1.3px;
  font-weight:800;
}

.verified{
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--blue);
  display:grid;
  place-items:center;
  font-size:13px;
  font-weight:900;
  color:#fff;
}

.dots{
  color:#c8d0db;
  font-size:26px;
  line-height:1;
  margin-left:4px;
}

.stats{
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  margin-bottom:14px;
  color:#dfe6f0;
}

.stats span{font-size:15px}
.stats b{color:#fff}

.bio{
  max-width:720px;
  color:var(--soft);
  font-size:15px;
  line-height:1.6;
}

.bio b{
  display:block;
  color:#fff;
  margin-bottom:4px;
  font-size:15px;
}

.bio a{color:#7cc7ff}

.actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}

.btn{
  min-width:205px;
  height:38px;
  padding:0 16px;
  border-radius:10px;
  border:1px solid #2f3643;
  background:#232833;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
}

.btn:hover{filter:brightness(1.05)}

.stories{
  display:flex;
  gap:18px;
  overflow:auto;
  padding:24px 8px 4px;
  max-width:935px;
  margin:0 auto;
  scrollbar-width:none;
}

.stories::-webkit-scrollbar{display:none}

.story-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.story{
  min-width:86px;
  text-align:center;
  cursor:pointer;
}

.story-ring{
  width:78px;
  height:78px;
  border-radius:50%;
  padding:3px;
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  margin:0 auto 8px;
  transition:.2s ease;
}

.story-ring span{
  width:100%;
  height:100%;
  border-radius:50%;
  background:linear-gradient(135deg,#1f2937,#0f172a);
  display:grid;
  place-items:center;
  font-size:28px;
}

.story p{
  margin:0;
  font-size:12px;
  color:#d8e0ea;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.story.active .story-ring{
  box-shadow:0 0 0 2px rgba(255,255,255,.16),0 10px 28px rgba(124,58,237,.28);
}

.story.active p{
  color:#fff;
  font-weight:700;
}

.tabs{
  max-width:935px;
  margin:18px auto 0;
  display:flex;
  justify-content:center;
  gap:54px;
  border-top:1px solid var(--line);
}

.tab{
  position:relative;
  padding:16px 4px 13px;
  color:#b8c1cd;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
  display:flex;
  align-items:center;
  gap:8px;
}

.tab.active{color:#fff}

.tab.active::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-1px;
  height:2px;
  background:#fff;
  border-radius:999px;
}

.share-tabs{gap:18px}
.share-youtube{color:#ff0000}
.share-facebook{color:#1d9bf0}
.share-whatsapp{color:#25d366}

.share-instagram{
  background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
  -webkit-background-clip:text;
  color:transparent;
}

.feed{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:4px;
  background:var(--line);
}

.post-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.post{
  position:relative;
  min-height:420px;
  overflow:hidden;
  background:#0a0d12;
}

.post::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18) 34%, rgba(0,0,0,.86)),
    linear-gradient(135deg, rgba(255,46,166,.18), rgba(124,58,237,.15), rgba(255,183,3,.10));
  pointer-events:none;
}

.media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.001);
  transition:transform .35s ease;
}

.media img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  pointer-events:none;
}

.post:hover .media{
  transform:scale(1.04);
}

.tag{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.15);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.post-author{
  position:absolute;
  right:12px;
  top:12px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:700;
  max-width:220px;
}

.post-author img{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.25);
}

.post-author span{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.post-cat-cover{
  position:absolute;
  right:14px;
  bottom:118px;
  z-index:2;
  width:42px;
  height:42px;
  border-radius:12px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.45);
}

.post-cat-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:18px 18px 17px;
}

.editoria{
  margin:0 0 8px;
  font-size:11px;
  color:#dbe2ea;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}

.title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.8px;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}

.summary{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#e7edf5;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.more-wrap{
  max-width:1180px;
  margin:18px auto 0;
  display:flex;
  justify-content:center;
  padding:10px 0 0;
}

.btn-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:280px;
  height:52px;
  padding:0 26px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  color:#fff;
  font-size:15px;
  font-weight:800;
  letter-spacing:.02em;
  box-shadow:var(--shadow);
  border:0;
}

.btn-more:hover{
  transform:translateY(-1px);
  filter:brightness(1.03);
}

.bottom-categories{display:none}

.search-bar-fixed{
  position:fixed;
  left:calc(var(--side) + 18px);
  right:18px;
  bottom:18px;
  z-index:85;
  display:flex;
  gap:12px;
  align-items:center;
  width:calc(100% - var(--side) - 36px);
  pointer-events:none;
}

.search-box{
  pointer-events:auto;
  flex:1;
  height:56px;
  border-radius:18px;
  background:rgba(17,21,29,.96);
  border:1px solid #2b3140;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  backdrop-filter:blur(10px);
}

.search-box span{
  font-size:20px;
  color:#cfd6e1;
}

.search-box input{
  flex:1;
  height:100%;
  background:transparent;
  border:0;
  outline:0;
  color:#fff;
  font-size:15px;
}

.search-box input::placeholder{color:#a7afbc}

.radio-pill{
  pointer-events:auto;
  min-width:160px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  color:#fff;
  border:0;
  box-shadow:var(--shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
}

.radio-pill.playing{filter:brightness(1.08)}

.floating{
  position:fixed;
  right:22px;
  bottom:88px;
  z-index:60;
  background:#1b1f28;
  border:1px solid #2b3140;
  color:#fff;
  border-radius:18px;
  padding:14px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:700;
  box-shadow:var(--shadow);
}

.floating .avatar{
  width:34px;
  height:34px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  display:grid;
  place-items:center;
  font-weight:900;
}

@media (max-width:1100px){
  .feed{grid-template-columns:repeat(3,1fr)}
  .profile-top{grid-template-columns:150px 1fr}
  .avatar-ring{width:140px;height:140px}
  .profile-head h1{font-size:34px}
}

@media (max-width:860px){
  :root{--side:0px}

  .sidebar{
    top:auto;
    bottom:64px;
    left:0;
    right:0;
    width:100%;
    height:72px;
    border-right:0;
    border-top:1px solid var(--line);
    flex-direction:row;
    padding:0 10px;
  }

  .brand{display:none}
  .nav,.nav-bottom{flex-direction:row;gap:6px}
  .nav a,.nav-bottom a{width:42px;height:42px;font-size:20px}

  .main{
    margin-left:0;
    padding:18px 10px 164px;
  }

  .profile-top{
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }

  .profile-head{justify-content:center}
  .stats{justify-content:center;gap:16px}
  .bio{margin:0 auto}
  .actions{justify-content:center}
  .btn{min-width:unset;flex:1}
  .tabs{gap:26px;justify-content:flex-start;overflow:auto;padding:0 10px}
  .feed{grid-template-columns:repeat(2,1fr)}
  .post{min-height:390px}

  .bottom-categories{
    position:fixed;
    left:0;
    right:0;
    bottom:72px;
    z-index:80;
    display:flex;
    gap:8px;
    overflow:auto;
    padding:10px 10px 0;
    scrollbar-width:none;
  }

  .bottom-categories::-webkit-scrollbar{display:none}

  .bottom-cat{
    min-width:max-content;
    height:36px;
    padding:0 12px;
    border-radius:999px;
    background:#151922;
    border:1px solid #2a3040;
    color:#fff;
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
  }

  .bottom-cat.active{
    background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
    border-color:transparent;
  }

  .search-bar-fixed{
    left:10px;
    right:10px;
    bottom:8px;
    width:auto;
  }

  .floating{display:none}
}

@media (max-width:560px){
  .feed{grid-template-columns:1fr}
  .post{min-height:400px}
  .profile-head h1{font-size:28px}
  .title{font-size:28px}
  .stats span{font-size:14px}
  .bio{font-size:14px}
  .btn-more{width:100%;min-width:unset}
  .radio-pill{min-width:56px;width:56px;padding:0;font-size:0}
  .radio-pill .label{display:none}
}
/*
  style para artigo 
*/
.di-article-page{
  min-height:100vh;
}

.di-article-main{
  min-height:100vh;
  padding:26px 18px 120px;
}

.di-article-container{
  max-width:1180px;
  margin:0 auto;
}

.di-article-wrap{
  max-width:935px;
  margin:0 auto;
}

.di-article-media-box{
  margin:0 0 18px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  border:1px solid #262b36;
  background:#0a0d12;
}

.di-article-main-image{
  width:100%;
  height:auto;
  display:block;
}

.di-article-video-frame{
  position:relative;
  width:100%;
  padding-top:56.25%;
  background:#000;
}

.di-article-video-frame iframe,
.di-article-video-frame .fb-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.di-article-card{
  background:linear-gradient(180deg, rgba(17,21,29,.95), rgba(10,13,18,.98));
  border:1px solid #262b36;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
}

.di-article-hero{
  position:relative;
  min-height:420px;
  background-size:cover;
  background-position:center;
}

.di-article-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.12) 35%, rgba(0,0,0,.84)),
    linear-gradient(135deg, rgba(255,46,166,.18), rgba(124,58,237,.12), rgba(255,183,3,.10));
}

.di-article-hero-content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:28px;
}

.di-article-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.di-article-title{
  margin:0 0 12px;
  font-size:46px;
  line-height:1.02;
  font-weight:900;
  letter-spacing:-1.6px;
  text-shadow:0 2px 20px rgba(0,0,0,.35);
}

.di-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  color:#dbe3ee;
  font-size:14px;
  align-items:center;
}

.di-article-author-box{
  display:flex;
  align-items:center;
  gap:8px;
}

.di-article-author-thumb{
  width:34px;
  height:34px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.25);
}

.di-article-body{
  padding:30px 28px 32px;
}

.di-article-content-text{
  color:#e8eef7;
  font-size:18px;
  line-height:1.8;
}

.di-article-content-text p{
  margin:0 0 18px;
}

.di-article-content-text h2,
.di-article-content-text h3{
  margin:18px 0 14px;
  letter-spacing:-.4px;
}

.di-article-gallery-block{
  margin-top:34px;
  padding-top:26px;
  border-top:1px solid #262b36;
}

.di-article-gallery-title{
  margin:0 0 16px;
  font-size:24px;
  letter-spacing:-.4px;
  color:#f5f7fb;
}

.di-article-gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.di-article-gallery-item{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  min-height:180px;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.08);
  background:#111;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
}

.di-article-gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.25));
  pointer-events:none;
}

.di-article-gallery-img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}

.di-article-gallery-item:hover .di-article-gallery-img{
  transform:scale(1.05);
}

.di-article-views-box{
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid #262b36;
  display:flex;
  align-items:center;
  gap:8px;
  color:#dbe3ee;
  font-size:15px;
}

.di-article-share-box{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid #262b36;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.di-article-share-label{
  color:#cdd6e2;
  font-weight:700;
  margin-right:4px;
}

.di-article-share-btn{
  min-width:180px;
  height:48px;
  padding:0 18px;
  border-radius:14px;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  text-decoration:none;
}

.di-article-share-facebook{
  background:linear-gradient(135deg,#1877f2,#0d5fd3);
}

.di-article-share-whatsapp{
  background:linear-gradient(135deg,#25d366,#128c7e);
}

.di-article-search-fixed{
  position:fixed;
  left:110px;
  right:18px;
  bottom:18px;
  z-index:85;
  display:flex;
  gap:12px;
  align-items:center;
  width:calc(100% - 128px);
  pointer-events:none;
}

.di-article-search-box{
  pointer-events:auto;
  flex:1;
  height:56px;
  border-radius:18px;
  background:rgba(17,21,29,.96);
  border:1px solid #2b3140;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  backdrop-filter:blur(10px);
}

.di-article-search-box span{
  font-size:20px;
  color:#cfd6e1;
}

.di-article-search-box input{
  flex:1;
  height:100%;
  background:transparent;
  border:0;
  outline:0;
  color:#fff;
  font-size:15px;
}

.di-article-search-box input::placeholder{
  color:#a7afbc;
}

.di-article-radio-pill{
  pointer-events:auto;
  min-width:160px;
  height:56px;
  border-radius:18px;
  background:linear-gradient(135deg,#ffb703,#ff2ea6,#7c3aed);
  color:#fff;
  border:0;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
}

.di-article-radio-pill.playing{
  filter:brightness(1.08);
}

.di-article-lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.92);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:200;
  padding:24px;
}

.di-article-lightbox.open{
  display:flex;
}

.di-article-lightbox-content{
  position:relative;
  width:min(1100px,100%);
  max-height:90vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.di-article-lightbox-image{
  width:100%;
  max-height:90vh;
  object-fit:contain;
  border-radius:20px;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
  background:#000;
}

.di-article-lightbox-close,
.di-article-lightbox-prev,
.di-article-lightbox-next{
  position:absolute;
  border:0;
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  box-shadow:0 20px 60px rgba(0,0,0,.38);
}

.di-article-lightbox-close{
  top:-10px;
  right:-10px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#ffb703,#ff2ea6,#7c3aed);
  font-size:20px;
  font-weight:900;
}

.di-article-lightbox-prev,
.di-article-lightbox-next{
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(17,21,29,.9);
  font-size:24px;
  font-weight:900;
}

.di-article-lightbox-prev{left:14px}
.di-article-lightbox-next{right:14px}

.di-article-lightbox-counter{
  position:absolute;
  left:50%;
  bottom:14px;
  transform:translateX(-50%);
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(17,21,29,.88);
  border:1px solid rgba(255,255,255,.1);
  display:flex;
  align-items:center;
  color:#fff;
  font-weight:700;
  font-size:14px;
}

@media (max-width:1100px){
  .di-article-title{font-size:38px}
}

@media (max-width:860px){
  .di-article-main{
    padding:18px 10px 154px;
  }

  .di-article-hero{
    min-height:340px;
  }

  .di-article-hero-content{
    padding:20px;
  }

  .di-article-title{
    font-size:32px;
  }

  .di-article-body{
    padding:22px 18px 24px;
  }

  .di-article-content-text{
    font-size:16px;
  }

  .di-article-gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .di-article-search-fixed{
    left:10px;
    right:10px;
    bottom:8px;
    width:auto;
  }
}

@media (max-width:560px){
  .di-article-title{
    font-size:28px;
  }

  .di-article-gallery-grid{
    grid-template-columns:1fr;
  }

  .di-article-gallery-item{
    min-height:220px;
  }

  .di-article-lightbox{
    padding:12px;
  }

  .di-article-lightbox-prev,
  .di-article-lightbox-next{
    width:44px;
    height:44px;
  }

  .di-article-lightbox-close{
    top:8px;
    right:8px;
  }

  .di-article-share-btn{
    min-width:100%;
  }

  .di-article-radio-pill{
    min-width:56px;
    width:56px;
    padding:0;
    font-size:0;
  }

  .di-article-radio-label{
    display:none;
  }
}
/*
  style para artigos.php
*/
.feed .post-link{
  display:block;
  color:inherit;
  text-decoration:none;
}

.feed .post{
  position:relative;
  min-height:420px;
  overflow:hidden;
  background:#0a0d12;
}

.feed .post::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18) 34%, rgba(0,0,0,.86)),
    linear-gradient(135deg, rgba(255,46,166,.18), rgba(124,58,237,.15), rgba(255,183,3,.10));
  pointer-events:none;
}

.feed .media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.001);
  transition:transform .35s ease;
}

.feed .media img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  pointer-events:none;
}

.feed .post:hover .media{
  transform:scale(1.04);
}

.feed .tag{
  position:absolute;
  left:14px;
  top:14px;
  z-index:2;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.15);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.feed .post-author{
  position:absolute;
  right:12px;
  top:12px;
  z-index:2;
  display:flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:700;
  max-width:220px;
}

.feed .post-author img{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid rgba(255,255,255,.25);
}

.feed .post-author span{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.feed .post-cat-cover{
  position:absolute;
  right:14px;
  bottom:118px;
  z-index:2;
  width:42px;
  height:42px;
  border-radius:12px;
  overflow:hidden;
  border:2px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.45);
}

.feed .post-cat-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.feed .content{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:2;
  padding:18px 18px 17px;
}

.feed .editoria{
  margin:0 0 8px;
  font-size:11px;
  color:#dbe2ea;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
}

.feed .title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.04;
  font-weight:900;
  letter-spacing:-.8px;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}

.feed .summary{
  margin:0;
  font-size:14px;
  line-height:1.45;
  color:#e7edf5;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.more-wrap .pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.more-wrap .pagination li a,
.more-wrap .pagination li span{
  min-width:44px;
  height:44px;
  padding:0 14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#161b24;
  color:#fff;
  border:1px solid #2b3140;
  text-decoration:none;
  font-weight:700;
}

.more-wrap .pagination .active span,
.more-wrap .pagination li a:hover{
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  border-color:transparent;
  color:#fff;
}
/*
	style pagina.php 
*/
.pagina-card{
  overflow:hidden;
}

.pagina-hero{
  min-height:280px;
  background-size:cover;
  background-position:center;
}

.pagina-hero-content{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
}

.pagina-title{
  max-width:780px;
  margin:0 auto;
  text-align:center;
}

.pagina-body{
  padding:28px 22px 34px;
}

.pagina-cover-box{
  max-width:860px;
  margin:0 auto 26px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--shadow);
  background:#0a0d12;
}

.pagina-cover-img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  display:block;
}

.pagina-text-card{
  max-width:860px;
  margin:0 auto;
  padding:28px 26px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border:1px solid rgba(255,255,255,.06);
}

.pagina-content-text{
  color:#e8eef7;
  font-size:18px;
  line-height:1.9;
  text-align:left;
}

.pagina-content-text p{
  margin:0 0 20px;
}

.pagina-content-text h1,
.pagina-content-text h2,
.pagina-content-text h3,
.pagina-content-text h4{
  margin:22px 0 14px;
  color:#fff;
  line-height:1.2;
  letter-spacing:-.4px;
}

.pagina-content-text img{
  max-width:100%;
  height:auto;
  border-radius:18px;
  margin:18px auto;
  display:block;
}

.pagina-content-text ul,
.pagina-content-text ol{
  margin:0 0 18px 24px;
}

.pagina-content-text a{
  color:#7cc7ff;
}

.pagina-content-text blockquote{
  margin:24px 0;
  padding:18px 20px;
  border-left:4px solid var(--pink);
  background:rgba(255,255,255,.03);
  border-radius:14px;
  color:#dfe6f0;
}

@media (max-width:860px){
  .pagina-hero{
    min-height:220px;
  }

  .pagina-body{
    padding:18px 14px 24px;
  }

  .pagina-text-card{
    padding:20px 16px;
  }

  .pagina-content-text{
    font-size:16px;
    line-height:1.8;
  }

  .pagina-title{
    font-size:32px;
  }
}

@media (max-width:560px){
  .pagina-title{
    font-size:28px;
  }

  .pagina-cover-img{
    max-height:320px;
  }

  .pagina-text-card{
    padding:18px 14px;
    border-radius:18px;
  }
}
/*
	404.php style 
*/	
.error-card{
  position:relative;
  text-align:center;
  padding:90px 40px;
  overflow:hidden;
}

.error-glow{
  position:absolute;
  inset:-40%;
  background:
    radial-gradient(circle at 40% 40%, rgba(255,46,166,.15), transparent 35%),
    radial-gradient(circle at 70% 60%, rgba(124,58,237,.15), transparent 35%),
    radial-gradient(circle at 60% 20%, rgba(255,183,3,.12), transparent 35%);
  filter:blur(60px);
  z-index:0;
}

.error-inner{
  position:relative;
  z-index:2;
  max-width:620px;
  margin:auto;
}

.error-code{
  font-size:120px;
  font-weight:900;
  letter-spacing:-4px;

  background:linear-gradient(
    135deg,
    var(--yellow),
    var(--pink),
    var(--purple)
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  margin-bottom:10px;
}

.error-title{
  font-size:34px;
  margin:0 0 10px;
  letter-spacing:-.5px;
}

.error-text{
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin-bottom:30px;
}

.error-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

.error-btn{
  height:44px;
  padding:0 20px;
  border-radius:12px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  font-weight:700;
  font-size:15px;

  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  color:#fff;

  box-shadow:var(--shadow);
}

.error-btn.outline{
  background:#161b24;
  border:1px solid var(--line);
}

.error-btn:hover{
  transform:translateY(-2px);
}

@media (max-width:768px){

  .error-card{
    padding:70px 24px;
  }

  .error-code{
    font-size:90px;
  }

  .error-title{
    font-size:28px;
  }

}
/*
	pesquisa.php style 
*/
.more-wrap .pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.more-wrap .pagination li a,
.more-wrap .pagination li span{
  min-width:44px;
  height:44px;
  padding:0 14px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#161b24;
  color:#fff;
  border:1px solid #2b3140;
  text-decoration:none;
  font-weight:700;
}

.more-wrap .pagination .active span,
.more-wrap .pagination li a:hover{
  background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple));
  border-color:transparent;
  color:#fff;
}
/*
	evangelho.php style
*/
.di-ev-wrap{
  max-width:900px;
  margin:0 auto;
  padding:24px 12px 50px;
}

.di-ev-head{
  margin:0 auto 22px;
}

.di-ev-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:#dfe7f5;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.di-ev-title{
  margin:0 0 10px;
  font-size:38px;
  line-height:1;
  letter-spacing:-1.2px;
  font-weight:900;
  background:linear-gradient(135deg,var(--brand1),var(--brand2));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.di-ev-sub{
  margin:0 auto;
  max-width:680px;
  color:#9aa5b5;
  font-size:15px;
  line-height:1.7;
}

.di-ev-card{
  border-radius:24px;
  overflow:hidden;
  background:linear-gradient(180deg,#11161f,#0d131c);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 60px rgba(0,0,0,.28);
  margin-bottom:18px;
}

.di-ev-card-body{
  padding:20px;
}

.di-ev-summary{
  padding:18px;
}

.di-ev-summary-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.di-ev-breadcrumb{
  color:var(--brand1);
  font-weight:800;
  font-size:13px;
  margin-bottom:6px;
}

.di-ev-date{
  font-size:15px;
  color:#d9e2ef;
  line-height:1.5;
}

.di-ev-color-box{
  text-align:right;
}

.di-ev-color-label{
  display:block;
  font-size:11px;
  color:#9aa5b5;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:6px;
  font-weight:900;
}

.di-ev-color-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#25d366,#128c7e);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.di-ev-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.di-ev-chip{
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:#182230;
  border:1px solid rgba(255,255,255,.08);
  color:#d7dfeb;
  display:inline-flex;
  align-items:center;
  font-size:12px;
  font-weight:800;
}

.di-ev-chip-strong{
  background:linear-gradient(135deg,#ffb703,#ff2ea6,#7c3aed);
  color:#fff;
  border:0;
}

.di-ev-hero-card{
  padding:0;
}

.di-ev-hero-inner{
  padding:24px;
  background:
    radial-gradient(circle at top right, rgba(255,183,3,.12), transparent 22%),
    radial-gradient(circle at top left, rgba(124,58,237,.12), transparent 20%),
    linear-gradient(180deg,#121925,#0d131c);
}

.di-ev-hero-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.di-ev-hero-ref{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.8px;
}

.di-ev-hero-title{
  margin:0 0 14px;
  color:var(--brand1);
  font-size:18px;
  line-height:1.5;
  font-weight:800;
}

.di-ev-hero-text{
  color:#e8eef7;
  font-size:18px;
  line-height:1.9;
}

.di-ev-hero-text p{
  margin:0;
}

.di-ev-section{
  padding:0 0 18px;
  margin:0 0 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.di-ev-section:last-child{
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}

.di-ev-section-title{
  font-size:14px;
  font-weight:900;
  color:#fff;
  margin-bottom:12px;
  letter-spacing:.02em;
}

.di-ev-text{
  color:#d8dfeb;
  font-size:16px;
  line-height:1.9;
}

.di-ev-text p{
  margin:0 0 14px;
}

.di-ev-text h3{
  margin:0 0 10px;
  color:#fff;
  font-size:18px;
  line-height:1.4;
  letter-spacing:-.3px;
}

.di-ev-share{
  padding-top:4px;
}

.di-ev-share-title{
  font-size:14px;
  font-weight:900;
  color:#fff;
  margin-bottom:12px;
}

.di-ev-share-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.di-ev-share-btn{
  min-width:150px;
  height:42px;
  padding:0 16px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
  color:#fff;
}

.di-ev-share-btn.facebook{
  background:linear-gradient(135deg,#1877f2,#0d5fd3);
}

.di-ev-share-btn.whatsapp{
  background:linear-gradient(135deg,#25d366,#128c7e);
}

@media (max-width:640px){
  .di-ev-title{
    font-size:30px;
  }

  .di-ev-card-body,
  .di-ev-summary,
  .di-ev-hero-inner{
    padding:16px;
  }

  .di-ev-text{
    font-size:15px;
    line-height:1.8;
  }

  .di-ev-hero-text{
    font-size:16px;
    line-height:1.8;
  }

  .di-ev-hero-ref{
    font-size:24px;
  }

  .di-ev-summary-top{
    flex-direction:column;
  }

  .di-ev-color-box{
    text-align:left;
  }

  .di-ev-share-btn{
    width:100%;
    min-width:unset;
  }
}
