:root{--blog-gold:#e9b63f;--blog-gold2:#f5cf71;--blog-bg:#071529;--blog-card:#0b1729;--blog-muted:#9eabbc}
.blog-hero{padding:110px 0 64px;background:radial-gradient(circle at 72% 20%,rgba(233,182,63,.12),transparent 30%),linear-gradient(135deg,#071529,#020914)}
.blog-hero h1{max-width:850px;font-size:clamp(2.5rem,5vw,5rem);line-height:1;margin:.15em 0;color:#fff}.blog-hero p{max-width:760px;color:#b7c0ce;font-size:1.08rem;line-height:1.8}
.blog-search-row{display:grid;grid-template-columns:1fr 240px auto;gap:10px;margin-top:28px;max-width:950px}.blog-search-row input,.blog-search-row select{background:#091426;color:#fff;border:1px solid rgba(233,182,63,.22);border-radius:12px;padding:13px 14px}
.blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:18px 0 22px}.blog-section-head h2{margin:.25rem 0 0}.blog-status{color:var(--blog-muted);font-size:.9rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.blog-card{background:linear-gradient(160deg,#0c192d,#07111f);border:1px solid rgba(233,182,63,.16);border-radius:18px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.2);display:flex;flex-direction:column}
.blog-card-image{aspect-ratio:16/9;background:linear-gradient(135deg,#14233a,#09111d);overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-body{padding:18px}.blog-chip{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(233,182,63,.12);color:var(--blog-gold2);font-weight:900;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.blog-card h3{font-size:1.25rem;line-height:1.28;margin:12px 0 8px;color:#fff}.blog-card p{color:#aeb8c7;line-height:1.65;margin:0 0 14px}.blog-meta{color:#78869a;font-size:.78rem}.blog-read{display:inline-block;margin-top:14px;color:var(--blog-gold2);font-weight:900;text-decoration:none}
.featured-post{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border-radius:22px;border:1px solid rgba(233,182,63,.22);background:linear-gradient(145deg,#0c1c32,#07101d);margin-bottom:42px}.featured-image{min-height:380px;background:#101d2e}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-copy{padding:40px;display:flex;flex-direction:column;justify-content:center}.featured-copy h2{font-size:clamp(2rem,3vw,3.4rem);margin:12px 0;color:#fff}.featured-copy p{color:#afbac9;line-height:1.75}
.article-shell{padding:90px 0 70px;background:linear-gradient(180deg,#061225,#020813);min-height:70vh}.article-wrap{max-width:980px}.article-head{text-align:center}.article-head h1{font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.04;color:#fff;margin:15px 0}.article-deck{font-size:1.12rem;line-height:1.8;color:#aeb8c7;max-width:760px;margin:0 auto}.article-cover{margin:34px 0;border-radius:20px;overflow:hidden;border:1px solid rgba(233,182,63,.16)}.article-cover img{width:100%;display:block}.article-body{max-width:780px;margin:0 auto;color:#d6dde7;font-size:1.04rem;line-height:1.85}.article-body h2,.article-body h3{color:#fff;margin-top:1.8em}.article-body img{max-width:100%;border-radius:14px;margin:22px 0}.article-body a{color:var(--blog-gold2)}.article-body blockquote{border-left:3px solid var(--blog-gold);padding:8px 0 8px 18px;color:#b9c3d0}
.tool-cta{max-width:780px;margin:35px auto;padding:24px;border:1px solid rgba(233,182,63,.24);border-radius:16px;background:rgba(233,182,63,.06);display:flex;justify-content:space-between;align-items:center;gap:20px}.reaction-bar{max-width:780px;margin:32px auto;display:flex;gap:10px;flex-wrap:wrap}.reaction-btn{background:#0b1728;border:1px solid #24344c;color:#cbd4df;border-radius:999px;padding:10px 14px;cursor:pointer}.reaction-btn.active{border-color:var(--blog-gold);color:var(--blog-gold2);background:rgba(233,182,63,.1)}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr 1fr}.featured-post{grid-template-columns:1fr}.featured-image{min-height:260px}.blog-search-row{grid-template-columns:1fr}}@media(max-width:620px){.blog-grid{grid-template-columns:1fr}.featured-copy{padding:25px}.blog-hero{padding-top:80px}.tool-cta{align-items:flex-start;flex-direction:column}}


/* BLOG POLISH V2 */
.blog-fallback{
  width:100%;
  height:100%;
  min-height:220px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 24% 22%,rgba(233,182,63,.16),transparent 28%),
    linear-gradient(145deg,#14233a,#07111d 72%);
}
.blog-fallback::before{
  content:"TBM";
  width:92px;
  height:92px;
  border-radius:22px;
  border:1px solid rgba(233,182,63,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#f5cf71;
  font-weight:1000;
  letter-spacing:.12em;
  box-shadow:0 20px 50px rgba(0,0,0,.24), inset 0 0 30px rgba(233,182,63,.06);
  background:rgba(6,15,28,.72);
}
.blog-fallback::after{
  content:"THE BOOMING MARKETS";
  position:absolute;
  bottom:18px;
  left:22px;
  font-size:.65rem;
  letter-spacing:.22em;
  font-weight:900;
  color:rgba(245,207,113,.72);
}
.featured-image .blog-fallback{min-height:380px}
.release-zone{margin:18px 0 46px}
.release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.release-card{
  display:grid;
  grid-template-columns:180px 1fr;
  min-height:180px;
  overflow:hidden;
  border:1px solid rgba(233,182,63,.19);
  border-radius:18px;
  background:linear-gradient(145deg,#0c1b30,#07111f);
}
.release-card-media{background:#101d2e;min-height:180px;overflow:hidden}
.release-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.release-card-copy{padding:20px}
.release-card-copy h3{margin:10px 0 8px;color:#fff;font-size:1.25rem}
.release-card-copy p{margin:0;color:#aeb8c7;line-height:1.6}
.article-meta-line{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:14px;
}
.article-meta-pill{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(233,182,63,.14);
  background:rgba(255,255,255,.025);
  color:#8f9caf;
  font-size:.76rem;
  font-weight:800;
}
.reaction-wrap{
  max-width:780px;
  margin:38px auto 0;
  padding:22px;
  border-radius:18px;
  border:1px solid rgba(233,182,63,.14);
  background:linear-gradient(145deg,#0a1729,#07111f);
}
.reaction-title{font-weight:900;color:#fff;margin-bottom:12px}
.reaction-bar{margin:0;max-width:none}
.reaction-btn{
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
  font-weight:800;
}
.reaction-btn:hover{transform:translateY(-1px);border-color:rgba(233,182,63,.58)}
.reaction-btn.active{
  box-shadow:0 0 0 1px rgba(233,182,63,.12),0 8px 24px rgba(0,0,0,.2);
}
@media(max-width:900px){
  .release-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .release-card{grid-template-columns:1fr}
  .release-card-media{min-height:210px}
}


/* BLOG SMOOTH LOAD V1 */
.blog-dynamic{
  transition:opacity .22s ease;
}

.blog-featured-reserved{
  min-height:380px;
  margin-bottom:42px;
}

.blog-loading-card{
  min-height:380px;
  width:100%;
  border-radius:22px;
  border:1px solid rgba(233,182,63,.10);
  background:
    linear-gradient(
      100deg,
      rgba(255,255,255,.018) 20%,
      rgba(233,182,63,.045) 35%,
      rgba(255,255,255,.018) 50%
    ),
    linear-gradient(145deg,#0b1729,#07101d);
  background-size:220% 100%,100% 100%;
  animation:tbmBlogLoading 1.2s linear infinite;
}

@keyframes tbmBlogLoading{
  0%{background-position:120% 0,0 0}
  100%{background-position:-120% 0,0 0}
}

.blog-content-ready .blog-dynamic{
  opacity:1;
}

body:not(.blog-content-ready) .blog-dynamic{
  opacity:.76;
}

#releaseZone[hidden]{
  display:none !important;
}

@media(max-width:900px){
  .blog-featured-reserved,
  .blog-loading-card{
    min-height:520px;
  }
}

@media(max-width:620px){
  .blog-featured-reserved,
  .blog-loading-card{
    min-height:460px;
  }
}

@media(prefers-reduced-motion:reduce){
  .blog-dynamic{transition:none}
  .blog-loading-card{animation:none}
}
