body.theme-profitpro-dark{
  --cream:#11131b;
  --paper:#171a24;
  --ink:#e8ecf7;
  --muted:#a7b0c4;
  --line:#262c3a;
  --teal:#2563eb;
  --teal-dark:#3b82f6;
  --orange:#2563eb;
  --soft:#121722;
  --shadow:0 14px 34px rgba(0,0,0,.26);
  --radius:8px;
  --max:1340px;
  --sidebar:320px;
  --font-body:Arial,"Helvetica Neue",Helvetica,sans-serif;
  --font-ui:Arial,"Helvetica Neue",Helvetica,sans-serif;
  background:
    radial-gradient(circle at top left,rgba(59,130,246,.10),transparent 24%),
    radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 20%),
    linear-gradient(180deg,#0e1017,#121520 42%,#11131b);
  color:var(--ink);
}

body.theme-profitpro-dark .site-header{
  position:sticky;
  top:0;
  background:rgba(18,21,31,.95);
  border-bottom:1px solid #1f2532;
  backdrop-filter:blur(12px);
}
body.theme-profitpro-dark .header-inner{
  max-width:1340px;
  padding:14px 22px;
  gap:16px;
}
body.theme-profitpro-dark .site-logo{
  font-size:2.1rem;
  font-weight:800;
  color:#d7deee;
}
body.theme-profitpro-dark .site-nav{justify-content:center;gap:4px}
body.theme-profitpro-dark .site-nav a,
body.theme-profitpro-dark .nav-more-toggle{
  font-size:.82rem;
  letter-spacing:0;
  text-transform:none;
  font-weight:700;
  color:#b0bad0;
  padding:10px 12px;
  border-radius:0;
}
body.theme-profitpro-dark .site-nav a:hover,
body.theme-profitpro-dark .nav-more-toggle:hover{
  background:transparent;
  color:#7fb0ff;
}
body.theme-profitpro-dark .site-nav a::after{
  content:"";
  display:block;
  width:0;
  height:2px;
  margin-top:8px;
  background:#2563eb;
  transition:width .2s ease;
}
body.theme-profitpro-dark .site-nav a:hover::after{width:100%}
body.theme-profitpro-dark .header-search-toggle,
body.theme-profitpro-dark .nav-toggle{
  border:none;
  background:transparent;
  box-shadow:none;
  color:#dbe4f6;
}
body.theme-profitpro-dark .header-search-form,
body.theme-profitpro-dark .nav-more-menu{
  border-radius:8px;
  border-color:#2b3343;
  background:#161b26;
  box-shadow:0 12px 26px rgba(0,0,0,.3);
}
body.theme-profitpro-dark .header-search-form input{color:#e5edf8}
body.theme-profitpro-dark .header-search-form input::placeholder{color:#7f8aa0}

body.theme-profitpro-dark .site-wrapper{
  max-width:1340px;
  gap:24px;
  margin:20px auto 30px;
  align-items:start;
}
body.theme-profitpro-dark.profitpro-home-layout .main-content{
  display:flex;
  flex-direction:column;
  gap:18px;
}

body.theme-profitpro-dark .profitpro-hero-slider{
  position:relative;
}
body.theme-profitpro-dark .profitpro-hero{
  position:relative;
  overflow:hidden;
  border:1px solid #252c38;
  border-radius:6px;
  background:#181d28;
  min-height:420px;
  box-shadow:var(--shadow);
  display:none;
}
body.theme-profitpro-dark .profitpro-hero.is-active{display:block}
body.theme-profitpro-dark .profitpro-hero-media{
  display:block;
  aspect-ratio:16/7.2;
}
body.theme-profitpro-dark .profitpro-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.theme-profitpro-dark .profitpro-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:28px 30px;
  background:linear-gradient(180deg,rgba(10,12,18,.08),rgba(10,12,18,.78));
  color:#fff;
}
body.theme-profitpro-dark .profitpro-hero-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  font-size:.8rem;
  font-weight:700;
  color:rgba(255,255,255,.86);
}
body.theme-profitpro-dark .profitpro-hero h1{
  max-width:760px;
  font-size:2.2rem;
  line-height:1.2;
  font-weight:800;
}
body.theme-profitpro-dark .profitpro-hero h1 a{color:#fff}
body.theme-profitpro-dark .profitpro-hero p{
  max-width:720px;
  font-size:1rem;
  color:rgba(255,255,255,.86);
  line-height:1.7;
}
body.theme-profitpro-dark .profitpro-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-width:112px;
  padding:10px 16px;
  border-radius:20px;
  background:#2563eb;
  color:#fff;
  font-size:.84rem;
  font-weight:700;
}
body.theme-profitpro-dark .profitpro-hero-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:5;
}
body.theme-profitpro-dark .profitpro-hero-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:rgba(255,255,255,.35);
  cursor:pointer;
  padding:0;
}
body.theme-profitpro-dark .profitpro-hero-dot.is-active{
  width:28px;
  background:#fff;
}

body.theme-profitpro-dark .profitpro-section,
body.theme-profitpro-dark .sidebar-widget,
body.theme-profitpro-dark .single-post,
body.theme-profitpro-dark .related-card,
body.theme-profitpro-dark .post-card,
body.theme-profitpro-dark .page-hero{
  background:#171a24;
  border:1px solid #252c38;
  box-shadow:var(--shadow);
}
body.theme-profitpro-dark .profitpro-section,
body.theme-profitpro-dark .sidebar-widget,
body.theme-profitpro-dark .single-post,
body.theme-profitpro-dark .related-card,
body.theme-profitpro-dark .page-hero{
  border-radius:6px;
}
body.theme-profitpro-dark .profitpro-section{
  padding:14px 16px 16px;
}
body.theme-profitpro-dark .profitpro-section-title,
body.theme-profitpro-dark .widget-title,
body.theme-profitpro-dark .related-title{
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  color:#dce5f4;
  border-bottom:1px solid #242b39;
  padding-bottom:10px;
  margin-bottom:14px;
}

body.theme-profitpro-dark .profitpro-trending-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body.theme-profitpro-dark .profitpro-trending-thumb,
body.theme-profitpro-dark .profitpro-latest-thumb,
body.theme-profitpro-dark .profitpro-side-thumb,
body.theme-profitpro-dark .profitpro-category-card{
  display:block;
  border-radius:4px;
  overflow:hidden;
}
body.theme-profitpro-dark .profitpro-trending-thumb img,
body.theme-profitpro-dark .profitpro-latest-thumb img,
body.theme-profitpro-dark .profitpro-side-thumb img,
body.theme-profitpro-dark .profitpro-category-card img{
  width:100%;
  object-fit:cover;
}
body.theme-profitpro-dark .profitpro-trending-thumb img{aspect-ratio:1.35}
body.theme-profitpro-dark .profitpro-trending-body h2{
  font-size:1rem;
  line-height:1.35;
  margin-bottom:4px;
}
body.theme-profitpro-dark .profitpro-trending-body h2 a,
body.theme-profitpro-dark .profitpro-latest-body h2 a,
body.theme-profitpro-dark .profitpro-side-body a,
body.theme-profitpro-dark .post-card h2 a,
body.theme-profitpro-dark .related-card a{
  color:#ecf2ff;
}
body.theme-profitpro-dark .profitpro-mini-meta,
body.theme-profitpro-dark .post-date,
body.theme-profitpro-dark .recent-date,
body.theme-profitpro-dark .post-excerpt,
body.theme-profitpro-dark .post-lead,
body.theme-profitpro-dark .profitpro-latest-body p,
body.theme-profitpro-dark .profitpro-newsletter{
  color:#a7b0c4;
}

body.theme-profitpro-dark .profitpro-latest-list{
  display:grid;
  gap:14px;
}
body.theme-profitpro-dark .profitpro-latest-item{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:14px;
  align-items:start;
}
body.theme-profitpro-dark .profitpro-latest-thumb img{aspect-ratio:1.25}
body.theme-profitpro-dark .profitpro-latest-body h2{
  font-size:1.08rem;
  line-height:1.35;
  margin-bottom:6px;
}

body.theme-profitpro-dark .profitpro-category-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
body.theme-profitpro-dark .profitpro-category-card{
  position:relative;
  min-height:140px;
  color:#fff;
}
body.theme-profitpro-dark .profitpro-category-card img{aspect-ratio:1.4}
body.theme-profitpro-dark .profitpro-category-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,8,14,.08),rgba(5,8,14,.62));
}
body.theme-profitpro-dark .profitpro-category-card span{
  position:absolute;
  left:16px;
  bottom:14px;
  z-index:1;
  font-size:1.9rem;
  font-weight:800;
  text-shadow:0 2px 10px rgba(0,0,0,.3);
}

body.theme-profitpro-dark .profitpro-newsletter{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
  padding:22px 8px 8px;
}
body.theme-profitpro-dark .profitpro-newsletter form{
  display:flex;
  gap:0;
  min-width:min(420px,100%);
}
body.theme-profitpro-dark .profitpro-newsletter input{
  width:100%;
  border:1px solid #293141;
  border-right:none;
  background:#141823;
  padding:12px 14px;
  font-size:.92rem;
  color:#e6eefc;
}
body.theme-profitpro-dark .profitpro-newsletter input::placeholder{color:#7e889d}
body.theme-profitpro-dark .profitpro-newsletter button{
  border:none;
  background:#2563eb;
  color:#fff;
  padding:12px 18px;
  font-size:.9rem;
  font-weight:700;
  cursor:pointer;
}

body.theme-profitpro-dark .sidebar{gap:16px}
body.theme-profitpro-dark .sidebar-widget{
  padding:14px 16px 16px;
}
body.theme-profitpro-dark .recent-posts-list li{
  padding:10px 0;
  border-bottom:1px solid #232a38;
}
body.theme-profitpro-dark .profitpro-side-post{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:10px;
  align-items:start;
}
body.theme-profitpro-dark .profitpro-side-thumb img{aspect-ratio:1.18}
body.theme-profitpro-dark .profitpro-side-body a{
  display:block;
  font-size:.86rem;
  line-height:1.4;
  font-weight:700;
}
body.theme-profitpro-dark .cat-list li{
  border-bottom:1px solid #232a38;
}
body.theme-profitpro-dark .cat-list a{color:#e6eefc}
body.theme-profitpro-dark .cat-count{
  background:#131824;
  border-color:#2c3444;
  color:#b2bdd2;
}
body.theme-profitpro-dark .tag-link{
  border-radius:4px;
  background:#121723;
  border-color:#293141;
  color:#dce5f4;
}
body.theme-profitpro-dark .tag-link:hover,
body.theme-profitpro-dark .page-btn:hover,
body.theme-profitpro-dark .page-btn.active{
  background:#2563eb;
  border-color:#2563eb;
  color:#fff;
}

body.theme-profitpro-dark .breadcrumb{
  margin-bottom:12px;
  font-size:.76rem;
  color:#8d97ac;
}
body.theme-profitpro-dark .post-header{
  border-bottom:none;
  margin-bottom:0;
  padding:18px 22px 10px;
}
body.theme-profitpro-dark .cat-badge{
  background:transparent;
  border:none;
  padding:0;
  color:#8d97ac;
  text-transform:none;
  letter-spacing:0;
  font-size:.76rem;
}
body.theme-profitpro-dark .post-header h1{
  font-size:2.3rem;
  line-height:1.25;
  margin:0 0 14px;
  color:#ecf2ff;
}
body.theme-profitpro-dark .hero-image,
body.theme-profitpro-dark .article-image{
  background:#141824;
  border-color:#293141;
}
body.theme-profitpro-dark .hero-image{
  margin:0;
  border:none;
  border-radius:0;
  box-shadow:none;
}
body.theme-profitpro-dark .hero-image img{aspect-ratio:16/8}
body.theme-profitpro-dark .toc{
  margin-top:18px;
  border-radius:6px;
  background:#121722;
  border-color:#293141;
}
body.theme-profitpro-dark .toc,
body.theme-profitpro-dark .post-content,
body.theme-profitpro-dark .post-tags{
  margin-left:22px;
  margin-right:22px;
}
body.theme-profitpro-dark .post-content{
  font-size:1rem;
  line-height:1.85;
  color:#c5cfdf;
}
body.theme-profitpro-dark .post-content h2,
body.theme-profitpro-dark .post-content h3{
  color:#f0f5ff;
}
body.theme-profitpro-dark .post-content h2{
  font-size:1.9rem;
  margin:26px 0 12px;
}
body.theme-profitpro-dark .post-content h3{font-size:1.28rem}
body.theme-profitpro-dark .post-content a{color:#7fb0ff}
body.theme-profitpro-dark .post-tags{
  margin-top:18px;
  border-top:1px solid #293141;
}
body.theme-profitpro-dark .tags-label{color:#a7b0c4}
body.theme-profitpro-dark .related-card{border-radius:6px}
body.theme-profitpro-dark .page-btn{
  background:#131824;
  border-color:#293141;
  color:#dce5f4;
}

body.theme-profitpro-dark .site-footer{
  background:linear-gradient(180deg,#0d1017,#0f121a);
  color:#c4cee0;
}
body.theme-profitpro-dark .footer-grid{
  border-bottom:1px solid rgba(148,163,184,.12);
}
body.theme-profitpro-dark .footer-logo,
body.theme-profitpro-dark .site-footer a{color:#f5f8ff}
body.theme-profitpro-dark .footer-bottom{color:#8f9db3}

@media(max-width:1080px){
  body.theme-profitpro-dark .profitpro-trending-grid,
  body.theme-profitpro-dark .profitpro-category-grid{
    grid-template-columns:1fr;
  }
  body.theme-profitpro-dark .profitpro-newsletter{
    grid-template-columns:1fr;
  }
}

@media(max-width:860px){
  body.theme-profitpro-dark .site-nav a::after{display:none}
  body.theme-profitpro-dark .profitpro-latest-item{
    grid-template-columns:1fr;
  }
  body.theme-profitpro-dark .profitpro-newsletter form{
    display:grid;
    grid-template-columns:1fr;
  }
  body.theme-profitpro-dark .profitpro-newsletter input{
    border-right:1px solid #293141;
    margin-bottom:8px;
  }
  body.theme-profitpro-dark .post-header h1{
    font-size:1.8rem;
  }
}
