/* UniVerse Hub Blog Addon */
:root{
  --uvh-bg:#020712;
  --uvh-panel:#050c18;
  --uvh-panel2:#071225;
  --uvh-border:rgba(82,164,255,.22);
  --uvh-border2:rgba(148,163,184,.14);
  --uvh-cyan:#38d8ff;
  --uvh-blue:#3b82f6;
  --uvh-text:#e5f2ff;
  --uvh-muted:#8aa4c8;
}
body:has(.uvh-blog-page), body:has(.uvh-blog-single){
  background:
    radial-gradient(circle at 82% 2%,rgba(0,124,255,.15),transparent 34%),
    radial-gradient(circle at 8% 18%,rgba(0,229,255,.08),transparent 32%),
    linear-gradient(180deg,#020712,#02050d 70%,#010307)!important;
}
.uvh-blog-page,.uvh-blog-single{
  max-width:1380px;margin:0 auto;padding:34px 24px 70px;color:var(--uvh-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.uvh-blog-back,.uvh-blog-admin-btn,.uvh-blog-read,.uvh-blog-single-nav a,.uvh-blog-front-head a{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;
  border:1px solid var(--uvh-border);border-radius:9px;background:rgba(7,18,39,.78);
  color:#d8e7ff;font-weight:850;font-size:14px;padding:10px 14px;
}
.uvh-blog-back:hover,.uvh-blog-admin-btn:hover,.uvh-blog-read:hover,.uvh-blog-single-nav a:hover,.uvh-blog-front-head a:hover{
  border-color:rgba(56,216,255,.55);color:#fff;background:rgba(0,229,255,.08);
}
.uvh-blog-hero{margin-bottom:28px;position:relative}
.uvh-blog-hero h1,.uvh-blog-single-title{
  margin:28px 0 0;font-size:clamp(48px,6vw,78px);line-height:.92;letter-spacing:-.055em;color:#fff;
  text-shadow:0 0 32px rgba(46,144,255,.25);
}
.uvh-blog-hero h1:after,.uvh-blog-single-title:after{
  content:"";display:block;width:min(430px,42vw);height:2px;margin-top:22px;
  background:linear-gradient(90deg,var(--uvh-cyan),rgba(56,216,255,.14),transparent);
  box-shadow:0 0 18px rgba(56,216,255,.5);
}
.uvh-blog-hero p{max-width:780px;color:#9fb3d4;font-size:16px;line-height:1.6}
.uvh-blog-admin-btn{margin-top:12px;background:linear-gradient(135deg,#0388ff,#12c6ff);border-color:transparent;color:#fff}
.uvh-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.uvh-blog-card{
  border:1px solid var(--uvh-border);border-radius:16px;overflow:hidden;background:linear-gradient(180deg,rgba(4,12,26,.76),rgba(2,8,18,.82));
  box-shadow:0 18px 70px rgba(0,0,0,.18);
}
.uvh-blog-card-featured{grid-column:span 3;display:grid;grid-template-columns:1.2fr .8fr;min-height:430px}
.uvh-blog-card-img{display:block;min-height:220px;background:#020712;position:relative;overflow:hidden}
.uvh-blog-card-featured .uvh-blog-card-img{min-height:430px}
.uvh-blog-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.uvh-blog-card:hover .uvh-blog-card-img img{transform:scale(1.025)}
.uvh-blog-placeholder{
  width:100%;height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;
  color:rgba(229,242,255,.32);font-size:42px;font-weight:900;letter-spacing:.18em;
  background:radial-gradient(circle at 60% 20%,rgba(56,216,255,.14),transparent 42%),linear-gradient(135deg,#020712,#071225);
}
.uvh-blog-card-body{padding:20px}
.uvh-blog-card-body time,.uvh-blog-single-meta{
  display:block;color:#7dd3fc;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin-bottom:10px;
}
.uvh-blog-card-body h2{margin:0 0 10px;font-size:24px;line-height:1.15}
.uvh-blog-card-featured h2{font-size:34px}
.uvh-blog-card-body h2 a{color:#fff;text-decoration:none}
.uvh-blog-card-body p{color:#9fb3d4;line-height:1.6;margin:0 0 16px}
.uvh-blog-empty,.uvh-blog-front-empty{
  border:1px solid var(--uvh-border);border-radius:16px;background:rgba(7,18,39,.55);padding:24px;color:#dbeafe;
}
.uvh-blog-single-article{
  max-width:1080px;margin:0 auto;
}
.uvh-blog-single-nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:26px}
.uvh-blog-single-title{margin-top:8px}
.uvh-blog-single-meta{margin-top:18px}
.uvh-blog-single-image{
  display:flex;justify-content:center;margin:30px 0 28px;
}
.uvh-blog-single-image img{
  width:min(980px,100%);max-height:560px;object-fit:cover;border-radius:18px;
  border:1px solid var(--uvh-border);box-shadow:0 28px 90px rgba(0,0,0,.35);
}
.uvh-blog-content{
  border:1px solid var(--uvh-border);border-radius:18px;background:linear-gradient(180deg,rgba(4,12,26,.76),rgba(2,8,18,.84));
  padding:clamp(20px,4vw,42px);color:#dbeafe;line-height:1.75;font-size:17px;
}
.uvh-blog-content h2,.uvh-blog-content h3{color:#fff;line-height:1.25}
.uvh-blog-content a{color:#7dd3fc}
.uvh-blog-content img{max-width:100%;height:auto;border-radius:14px}
.uvh-blog-more{margin-top:28px;border:1px solid var(--uvh-border);border-radius:16px;background:rgba(7,18,39,.55);padding:20px}
.uvh-blog-more h2{margin:0 0 14px;color:#fff}
.uvh-blog-more-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.uvh-blog-more-grid a{
  display:block;text-decoration:none;color:#fff;border:1px solid rgba(82,164,255,.16);border-radius:12px;overflow:hidden;background:rgba(2,8,18,.72)
}
.uvh-blog-more-grid img{width:100%;height:105px;object-fit:cover;display:block}
.uvh-blog-more-grid span{display:block;padding:10px;font-weight:800;font-size:13px;line-height:1.35}
.uvh-blog-front-showcase{margin:0 0 35px}
.uvh-blog-front-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.uvh-blog-front-head h2{margin:0;color:#fff;font-size:22px}
.uvh-blog-front-card{
  display:block;text-decoration:none;color:#fff;border:1px solid var(--uvh-border);border-radius:18px;
  background:linear-gradient(180deg,rgba(5,12,24,.96),rgba(5,12,24,.88));overflow:hidden;
  box-shadow:0 18px 70px rgba(0,0,0,.22);
}
.uvh-blog-front-card img{
  display:block;width:min(780px,100%);height:320px;object-fit:cover;margin:0 auto;border-radius:0;
}
.uvh-blog-front-placeholder{
  width:min(780px,100%);height:320px;margin:0 auto;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 65% 35%,rgba(56,216,255,.18),transparent 45%),#071225;
  color:rgba(229,242,255,.38);font-size:54px;font-weight:900;letter-spacing:.18em;
}
.uvh-blog-front-title{text-align:center;padding:16px 18px 20px}
.uvh-blog-front-title span{display:block;color:#7dd3fc;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:850;margin-bottom:6px}
.uvh-blog-front-title strong{display:block;font-size:22px}
@media(max-width:980px){
  .uvh-blog-grid{grid-template-columns:1fr}
  .uvh-blog-card-featured{grid-column:auto;display:block;min-height:0}
  .uvh-blog-more-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .uvh-blog-page,.uvh-blog-single{padding:24px 14px 54px}
  .uvh-blog-hero h1,.uvh-blog-single-title{font-size:46px}
  .uvh-blog-front-card img,.uvh-blog-front-placeholder{height:230px}
  .uvh-blog-more-grid{grid-template-columns:1fr}
}
