/* Gadget Sensei Blog Hub Lite - Author: Zai Dy */
.gs-blog-hub-lite {
  --gs-bg: #050605;
  --gs-card: rgba(16,16,16,.96);
  --gs-card-2: rgba(22,22,22,.96);
  --gs-line: rgba(255,255,255,.1);
  --gs-text: #fff;
  --gs-muted: #c7c7c7;
  --gs-accent: #8dff2f;
  --gs-radius: 24px;
  --gs-max: 1240px;
  background:
    radial-gradient(circle at top right, rgba(141,255,47,.12), transparent 26%),
    radial-gradient(circle at top left, rgba(141,255,47,.08), transparent 20%),
    linear-gradient(180deg,#071006 0%,#050505 100%);
  color: var(--gs-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  overflow: hidden;
}
.gs-blog-hub-lite *{box-sizing:border-box}.gs-blog-hub-lite a{color:inherit;text-decoration:none}.gsbh-container{width:min(var(--gs-max),calc(100% - 32px));margin:0 auto}.gsbh-hero{padding:64px 0 30px}.gsbh-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:28px;align-items:end}.gsbh-eyebrow,.gsbh-side-label{display:inline-flex;width:fit-content;align-items:center;border:1px solid rgba(141,255,47,.28);background:rgba(141,255,47,.08);color:#efffdf;padding:10px 14px;border-radius:999px;font-size:14px;line-height:1.2}.gsbh-hero h1{margin:18px 0 14px;max-width:940px;font-size:clamp(42px,6vw,76px);line-height:.96;letter-spacing:-.055em;font-weight:900;color:#fff}.gsbh-hero-copy>p,.gsbh-section-head p,.gsbh-excerpt,.gsbh-preferred p{color:var(--gs-muted);line-height:1.72}.gsbh-hero-copy>p{max-width:820px;margin:0;font-size:18px}.gsbh-preferred{position:relative;display:grid;gap:14px;padding:20px;border-radius:var(--gs-radius);background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(8,8,8,.96));border:1px solid var(--gs-line);box-shadow:0 20px 70px rgba(0,0,0,.36)}.gsbh-preferred:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;background:linear-gradient(90deg,#ea4335,#fbbc05,#34a853,#4285f4,var(--gs-accent));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.95;pointer-events:none}.gsbh-google{display:inline-flex;width:fit-content;align-items:center;gap:10px;padding:11px 14px;border-radius:14px;background:#fff;color:#171717!important;font-size:14px;font-weight:800}.gsbh-google span{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:conic-gradient(#4285f4,#34a853,#fbbc05,#ea4335,#4285f4);color:#fff;font-weight:900}.gsbh-preferred strong{display:block;font-size:18px;margin-bottom:5px}.gsbh-preferred p{margin:0;font-size:14px}.gs-blog-hub-lite a:focus-visible{outline:3px solid var(--gs-accent);outline-offset:3px}.gsbh-nav{position:sticky;top:0;z-index:20;border-top:1px solid var(--gs-line);border-bottom:1px solid var(--gs-line);background:rgba(5,5,5,.82);backdrop-filter:blur(14px)}.admin-bar .gsbh-nav{top:32px}.gsbh-scroll{display:flex;align-items:center;gap:10px;overflow-x:auto;padding:12px 0;scrollbar-width:thin}.gsbh-scroll a{flex:0 0 auto;border:1px solid var(--gs-line);background:rgba(255,255,255,.04);color:#f5f5f5;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800}.gsbh-scroll a:hover{color:#081000;background:var(--gs-accent);border-color:var(--gs-accent)}.gsbh-featured,.gsbh-categories{padding:42px 0 64px}.gsbh-section-head{display:block;margin-bottom:24px}.gsbh-section-head h2,.gsbh-topic-head h2{color:#fff;margin:12px 0 0;font-size:clamp(28px,3.6vw,46px);line-height:1.05;letter-spacing:-.045em;font-weight:900}.gsbh-section-head p{margin:10px 0 0;max-width:780px;font-size:16px}.gsbh-featured-grid{display:grid;grid-template-columns:1.4fr .72fr;gap:18px}.gsbh-side-stack{display:grid;gap:18px}.gsbh-card{overflow:hidden;border:1px solid var(--gs-line);border-radius:22px;background:linear-gradient(180deg,var(--gs-card),rgba(8,8,8,.96));box-shadow:0 18px 50px rgba(0,0,0,.3)}.gsbh-card-featured{min-height:430px;position:relative}.gsbh-card-featured .gsbh-image-link,.gsbh-card-featured .gsbh-image{height:100%;min-height:430px}.gsbh-card-featured .gsbh-body{position:absolute;left:0;right:0;bottom:0;padding:28px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88))}.gsbh-card-side{display:grid;grid-template-columns:150px 1fr;min-height:155px}.gsbh-card-side .gsbh-image-link,.gsbh-card-side .gsbh-image{height:100%;min-height:155px}.gsbh-card-side .gsbh-body{padding:16px}.gsbh-image-link{display:block}.gsbh-image{position:relative;overflow:hidden;background:#111}.gsbh-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.gsbh-card:hover .gsbh-image img{transform:scale(1.025)}.gsbh-card-grid .gsbh-image{aspect-ratio:16/9}.gsbh-placeholder{height:100%;min-height:180px;display:grid;place-items:center;background:linear-gradient(135deg,#111,#0b1608);color:#081000}.gsbh-placeholder span{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--gs-accent);font-weight:900}.gsbh-cat{position:absolute;left:14px;top:14px;z-index:1;background:var(--gs-accent);color:#081000!important;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.gsbh-body{padding:18px}.gsbh-body h3{margin:0 0 10px;color:#fff;font-size:22px;line-height:1.22;letter-spacing:-.025em;font-weight:900}.gsbh-card-side .gsbh-body h3{font-size:17px}.gsbh-body h3 a:hover,.gsbh-read:hover{color:var(--gs-accent)}.gsbh-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:10px;color:#c9c9c9;font-size:13px}.gsbh-dot{opacity:.55}.gsbh-excerpt{margin:0 0 14px;font-size:14px}.gsbh-read{display:inline-flex;margin-top:4px;color:var(--gs-accent);font-weight:900;font-size:14px}.gsbh-topic{padding-top:26px;margin-top:26px;border-top:1px solid var(--gs-line)}.gsbh-topic-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.gsbh-topic-head h2{margin:0;font-size:clamp(26px,3vw,38px)}.gsbh-topic-head a{color:var(--gs-accent);font-weight:900}.gsbh-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gsbh-empty{border:1px dashed rgba(255,255,255,.15);border-radius:18px;padding:22px;color:var(--gs-muted);background:rgba(255,255,255,.03)}@media (max-width:1080px){.gsbh-hero-grid,.gsbh-featured-grid{grid-template-columns:1fr}.gsbh-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.gsbh-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.gsbh-container{width:min(var(--gs-max),calc(100% - 22px))}.gsbh-hero{padding:38px 0 22px}.gsbh-hero h1{font-size:clamp(38px,12vw,56px)}.gsbh-hero-copy>p{font-size:16px}.gsbh-preferred{padding:16px}.gsbh-featured,.gsbh-categories{padding:28px 0 48px}.gsbh-side-stack,.gsbh-grid{grid-template-columns:1fr}.gsbh-card-side{grid-template-columns:104px 1fr}.gsbh-card-side .gsbh-image-link,.gsbh-card-side .gsbh-image{min-height:132px}.gsbh-card-featured,.gsbh-card-featured .gsbh-image-link,.gsbh-card-featured .gsbh-image{min-height:360px}.gsbh-card-featured .gsbh-body{padding:20px}.gsbh-body h3{font-size:20px}.gsbh-card-side .gsbh-body h3{font-size:15px}.gsbh-topic-head{align-items:flex-start;flex-direction:column}.gsbh-scroll a{font-size:12px;padding:9px 12px}}@media (max-width:420px){.gsbh-card-side{grid-template-columns:1fr}.gsbh-card-side .gsbh-image{aspect-ratio:16/9;min-height:0}.gsbh-card-side .gsbh-body h3{font-size:18px}}

/* ===== v1.4 Editor's Picks structure fix + premium layout ===== */
.gs-blog-hub-lite .gsbh-featured-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);
  gap:20px;
  align-items:stretch;
}
.gs-blog-hub-lite .gsbh-side-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}
.gs-blog-hub-lite .gsbh-card-featured,
.gs-blog-hub-lite .gsbh-card-side{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(141,255,47,.16);
  background:linear-gradient(180deg,rgba(18,18,18,.96),rgba(6,6,6,.98));
  box-shadow:0 20px 60px rgba(0,0,0,.36);
}
.gs-blog-hub-lite .gsbh-card-featured{
  min-height:500px;
  display:grid;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-image{
  position:absolute;
  inset:0;
  min-height:100%;
  height:100%;
  background:#090909;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-image-link{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-image img,
.gs-blog-hub-lite .gsbh-card-featured .gsbh-image .gsbh-placeholder{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center center;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.92) 100%);
  pointer-events:none;
  z-index:1;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-cat{z-index:3;}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-body{
  position:relative;
  z-index:2;
  align-self:end;
  padding:28px;
  background:transparent;
  margin-top:auto;
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-body h3{
  font-size:clamp(25px,3vw,36px);
  line-height:1.08;
  max-width:760px;
  text-shadow:0 3px 18px rgba(0,0,0,.45);
}
.gs-blog-hub-lite .gsbh-card-featured .gsbh-excerpt{
  max-width:760px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.gs-blog-hub-lite .gsbh-card-side{
  display:grid;
  grid-template-columns:42% 58%;
  min-height:240px;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-image{
  height:100%;
  min-height:240px;
  background:#090909;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-image-link{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-image img,
.gs-blog-hub-lite .gsbh-card-side .gsbh-placeholder{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center center;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-body{
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-body h3{
  font-size:20px;
  line-height:1.16;
  margin-bottom:10px;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-excerpt{
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-size:13px;
  line-height:1.55;
}
.gs-blog-hub-lite .gsbh-card-side .gsbh-read,
.gs-blog-hub-lite .gsbh-card-featured .gsbh-read{margin-top:auto;}
.gs-blog-hub-lite .gsbh-cat{
  left:14px;
  top:14px;
  z-index:4;
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
@media (max-width:1080px){
  .gs-blog-hub-lite .gsbh-featured-grid{grid-template-columns:1fr;}
  .gs-blog-hub-lite .gsbh-card-featured{min-height:420px;}
  .gs-blog-hub-lite .gsbh-side-stack{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gs-blog-hub-lite .gsbh-card-side{grid-template-columns:1fr;min-height:auto;}
  .gs-blog-hub-lite .gsbh-card-side .gsbh-image{aspect-ratio:16/9;min-height:0;height:auto;}
  .gs-blog-hub-lite .gsbh-card-side .gsbh-image-link{height:auto;min-height:0;}
}
@media (max-width:720px){
  .gs-blog-hub-lite .gsbh-card-featured{min-height:360px;}
  .gs-blog-hub-lite .gsbh-card-featured .gsbh-body{padding:20px;}
  .gs-blog-hub-lite .gsbh-card-featured .gsbh-body h3{font-size:24px;}
  .gs-blog-hub-lite .gsbh-side-stack{grid-template-columns:1fr;}
  .gs-blog-hub-lite .gsbh-card-side .gsbh-body{padding:16px;}
  .gs-blog-hub-lite .gsbh-card-side .gsbh-body h3{font-size:19px;}
}


/* ===== v1.5 Better category navigation: no horizontal scrollbar ===== */
.gs-blog-hub-lite .gsbh-nav{
  position:sticky;
  top:0;
  z-index:25;
  border-top:1px solid rgba(141,255,47,.12);
  border-bottom:1px solid rgba(141,255,47,.12);
  background:radial-gradient(circle at top left, rgba(141,255,47,.10), transparent 28%),linear-gradient(180deg, rgba(6,10,5,.96), rgba(4,5,4,.96));
  backdrop-filter:blur(16px);
  box-shadow:0 18px 50px rgba(0,0,0,.32);
}
.admin-bar .gs-blog-hub-lite .gsbh-nav{top:32px;}
.gs-blog-hub-lite .gsbh-nav-inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding-top:14px;
  padding-bottom:14px;
}
.gs-blog-hub-lite .gsbh-nav-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(141,255,47,.26);
  background:rgba(141,255,47,.09);
  color:#eaffdc;
  font-size:13px;
  font-weight:900;
  letter-spacing:.01em;
  white-space:nowrap;
}
.gs-blog-hub-lite .gsbh-scroll{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
  gap:10px;
  align-items:stretch;
  overflow:visible !important;
  padding:0 !important;
  scrollbar-width:none;
}
.gs-blog-hub-lite .gsbh-scroll::-webkit-scrollbar{display:none;}
.gs-blog-hub-lite .gsbh-scroll a{
  flex:initial !important;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  color:#f7f7f7;
  font-size:13px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
  white-space:normal;
  word-break:normal;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.gs-blog-hub-lite .gsbh-scroll a:hover,
.gs-blog-hub-lite .gsbh-scroll a:focus-visible{
  transform:translateY(-1px);
  background:var(--gs-accent);
  border-color:var(--gs-accent);
  color:#071000 !important;
  box-shadow:0 12px 26px rgba(141,255,47,.16);
}
.gs-blog-hub-lite .gsbh-scroll .gsbh-nav-home{
  background:linear-gradient(135deg,rgba(141,255,47,.22),rgba(141,255,47,.08));
  border-color:rgba(141,255,47,.24);
  color:#eaffdc;
}
@media (max-width:1080px){
  .gs-blog-hub-lite .gsbh-nav-inner{grid-template-columns:1fr;gap:10px;}
  .gs-blog-hub-lite .gsbh-nav-kicker{width:fit-content;}
  .gs-blog-hub-lite .gsbh-scroll{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:720px){
  .gs-blog-hub-lite .gsbh-nav{position:relative;top:auto;}
  .admin-bar .gs-blog-hub-lite .gsbh-nav{top:auto;}
  .gs-blog-hub-lite .gsbh-nav-inner{padding-top:12px;padding-bottom:12px;}
  .gs-blog-hub-lite .gsbh-scroll{grid-template-columns:1fr;gap:8px;}
  .gs-blog-hub-lite .gsbh-scroll a{min-height:42px;justify-content:flex-start;text-align:left;padding:11px 14px;border-radius:14px;}
}

/* ===== v1.6 Premium archives, single article pages, and post-only search ===== */
.gs-blog-hub-lite .gsbh-search-form{
  width:min(100%,760px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  margin-top:22px;
  padding:8px;
  border:1px solid rgba(141,255,47,.18);
  border-radius:18px;
  background:rgba(0,0,0,.48);
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.gs-blog-hub-lite .gsbh-search-form input[type="search"]{
  width:100%;
  min-height:48px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:#070907;
  color:#fff;
  padding:0 14px;
  font-size:15px;
  outline:none;
  box-shadow:none;
}
.gs-blog-hub-lite .gsbh-search-form input[type="search"]::placeholder{color:#a8a8a8;opacity:1;}
.gs-blog-hub-lite .gsbh-search-form input[type="search"]:focus{border-color:rgba(141,255,47,.58);box-shadow:0 0 0 3px rgba(141,255,47,.12);}
.gs-blog-hub-lite .gsbh-search-form button,
.gs-blog-hub-lite .gsbh-button{
  min-height:48px;
  border:0!important;
  border-radius:12px;
  padding:0 18px;
  background:var(--gs-accent)!important;
  color:#071000!important;
  font-weight:950;
  letter-spacing:.01em;
  line-height:1;
  text-decoration:none!important;
  cursor:pointer;
  box-shadow:none!important;
}
.gs-blog-hub-lite .gsbh-search-form button:hover,
.gs-blog-hub-lite .gsbh-search-form button:focus,
.gs-blog-hub-lite .gsbh-search-form button:active,
.gs-blog-hub-lite .gsbh-button:hover,
.gs-blog-hub-lite .gsbh-button:focus,
.gs-blog-hub-lite .gsbh-button:active{background:var(--gs-accent)!important;color:#071000!important;transform:none!important;}
.gs-blog-hub-lite.gsbh-page{
  --gs-bg:#050605;
  --gs-card:rgba(16,16,16,.96);
  --gs-line:rgba(141,255,47,.16);
  --gs-muted:#d0d0d0;
  min-height:80vh;
  background:
    linear-gradient(rgba(141,255,47,.045) 1px, transparent 1px),
    linear-gradient(90deg,rgba(141,255,47,.04) 1px, transparent 1px),
    radial-gradient(circle at 85% 7%, rgba(141,255,47,.14), transparent 30%),
    linear-gradient(180deg,#071006 0%,#050505 42%,#030303 100%);
  background-size:56px 56px,56px 56px,auto,auto;
  color:#fff;
  overflow:hidden;
}
.gs-blog-hub-lite.gsbh-page *{box-sizing:border-box;}
.gs-blog-hub-lite.gsbh-page a{color:inherit;text-decoration:none;}
.gsbh-archive-hero,.gsbh-single-hero{padding:58px 0 36px;border-bottom:1px solid rgba(141,255,47,.12);}
.gsbh-archive-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:end;}
.gsbh-back-link{display:inline-flex;width:max-content;margin-bottom:18px;color:var(--gs-accent)!important;font-weight:900;font-size:14px;}
.gsbh-archive-hero h1,.gsbh-single-hero h1{
  margin:16px 0 14px;
  max-width:980px;
  font-size:clamp(38px,5.5vw,72px);
  line-height:.98;
  letter-spacing:-.055em;
  color:#fff;
  font-weight:950;
}
.gsbh-archive-hero p,.gsbh-single-hero p{max-width:800px;color:var(--gs-muted);font-size:17px;line-height:1.75;margin:0;}
.gsbh-archive-card{padding:24px;border-radius:26px;border:1px solid rgba(141,255,47,.20);background:linear-gradient(180deg,rgba(15,23,13,.78),rgba(5,5,5,.92));box-shadow:0 24px 70px rgba(0,0,0,.36);}
.gsbh-card-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--gs-accent);color:#071000;font-weight:950;margin-bottom:15px;}
.gsbh-archive-card strong{display:block;color:#fff;font-size:24px;line-height:1.06;letter-spacing:-.025em;margin-bottom:10px;}
.gsbh-archive-card p{font-size:14px;margin:0;color:#cfcfcf;}
.gsbh-archive-body{padding:30px 0 72px;}
.gsbh-archive-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;}
.gsbh-archive-pills a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:9px 13px;border-radius:999px;border:1px solid rgba(141,255,47,.18);background:rgba(255,255,255,.04);color:#f5f5f5!important;font-size:13px;font-weight:850;}
.gsbh-archive-pills a:hover,.gsbh-archive-pills a.is-active{background:var(--gs-accent);border-color:var(--gs-accent);color:#071000!important;}
.gsbh-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.gsbh-pagination{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:34px;}
.gsbh-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px 13px;border:1px solid rgba(141,255,47,.18);border-radius:12px;background:rgba(255,255,255,.04);color:#fff!important;font-weight:850;}
.gsbh-pagination .page-numbers.current,.gsbh-pagination .page-numbers:hover{background:var(--gs-accent);border-color:var(--gs-accent);color:#071000!important;}
.gsbh-no-results{padding:34px;border:1px solid rgba(141,255,47,.16);border-radius:24px;background:rgba(255,255,255,.04);}
.gsbh-no-results h2{margin:0 0 8px;color:#fff;font-size:30px;}
.gsbh-no-results p{margin:0 0 18px;color:#d0d0d0;}
.gsbh-single-search-row .gsbh-search-form{max-width:820px;}
.gsbh-single-featured{margin:28px 0 0;border-radius:28px;overflow:hidden;border:1px solid rgba(141,255,47,.16);background:#101010;box-shadow:0 24px 80px rgba(0,0,0,.36);}
.gsbh-single-featured img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;}
.gsbh-single-layout{display:grid;grid-template-columns:minmax(0,820px) 340px;gap:34px;align-items:start;padding-top:34px;padding-bottom:76px;}
.gsbh-content-wrap{min-width:0;}
.gsbh-single-content{
  overflow:hidden;
  padding:34px;
  border:1px solid rgba(141,255,47,.14);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(18,18,18,.94),rgba(7,7,7,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  color:#f7f7f7;
  font-size:18px;
  line-height:1.84;
}
.gsbh-single-content > *:first-child{margin-top:0!important;}
.gsbh-single-content > *:last-child{margin-bottom:0!important;}
.gsbh-single-content p{margin:0 0 1.25em;color:#f0f0f0;line-height:1.84;max-width:100%;}
.gsbh-single-content h2,.gsbh-single-content h3,.gsbh-single-content h4{color:#fff;line-height:1.16;letter-spacing:-.025em;margin:1.65em 0 .65em;font-weight:950;}
.gsbh-single-content h2{font-size:clamp(27px,3vw,40px);}
.gsbh-single-content h3{font-size:clamp(23px,2.4vw,30px);}
.gsbh-single-content h4{font-size:21px;}
.gsbh-single-content a{color:var(--gs-accent)!important;font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.gsbh-single-content img{max-width:100%;height:auto;border-radius:18px;}
.gsbh-single-content figure{max-width:100%;margin:28px 0;}
.gsbh-single-content ul,.gsbh-single-content ol{margin:0 0 1.25em 1.15em;padding-left:1em;}
.gsbh-single-content li{margin:.45em 0;}
.gsbh-single-content blockquote{margin:28px 0;padding:20px 22px;border-left:4px solid var(--gs-accent);border-radius:18px;background:rgba(141,255,47,.08);color:#fff;}
.gsbh-single-content table{width:100%;border-collapse:collapse;margin:26px 0;font-size:15px;display:block;overflow-x:auto;}
.gsbh-single-content th,.gsbh-single-content td{border:1px solid rgba(255,255,255,.12);padding:12px;text-align:left;}
.gsbh-single-content th{background:rgba(141,255,47,.12);color:#fff;}
.gsbh-tags{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0;}
.gsbh-tags a{border:1px solid rgba(141,255,47,.18);background:rgba(141,255,47,.08);color:var(--gs-accent)!important;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850;}
.gsbh-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px;}
.gsbh-post-nav a{display:block;min-height:74px;padding:16px;border:1px solid rgba(141,255,47,.14);border-radius:18px;background:rgba(255,255,255,.04);color:#fff!important;font-weight:850;line-height:1.35;}
.gsbh-post-nav div:last-child{text-align:right;}
.gsbh-sidebar{position:sticky;top:86px;display:grid;gap:16px;}
.admin-bar .gsbh-sidebar{top:118px;}
.gsbh-sidebox{padding:20px;border:1px solid rgba(141,255,47,.16);border-radius:22px;background:linear-gradient(180deg,rgba(15,22,13,.88),rgba(6,6,6,.96));box-shadow:0 18px 50px rgba(0,0,0,.26);}
.gsbh-sidebox h2{margin:0 0 14px;color:#fff;font-size:18px;letter-spacing:-.02em;}
.gsbh-sidebox .gsbh-search-form{display:grid;grid-template-columns:1fr;gap:9px;margin-top:0;padding:0;border:0;background:transparent;box-shadow:none;}
.gsbh-sidebox .gsbh-search-form button{width:100%;}
.gsbh-sidebox .gsbh-archive-pills{margin:0;}
.gsbh-mini-list{display:grid;gap:10px;}
.gsbh-mini-list a{display:grid;gap:5px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035);color:#fff!important;font-size:14px;font-weight:850;line-height:1.35;}
.gsbh-mini-list a:hover{border-color:rgba(141,255,47,.35);}
.gsbh-mini-list span{display:block;color:#bdbdbd;font-size:12px;font-weight:700;}
.gsbh-page-links{margin:18px 0;color:#fff;}
@media (max-width:1080px){
  .gsbh-archive-hero-grid,.gsbh-single-layout{grid-template-columns:1fr;}
  .gsbh-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .gsbh-sidebar{position:static;}
}
@media (max-width:720px){
  .gs-blog-hub-lite .gsbh-search-form{grid-template-columns:1fr;padding:8px;}
  .gsbh-archive-hero,.gsbh-single-hero{padding:38px 0 26px;}
  .gsbh-archive-hero h1,.gsbh-single-hero h1{font-size:clamp(36px,11vw,54px);}
  .gsbh-archive-grid{grid-template-columns:1fr;gap:16px;}
  .gsbh-single-content{padding:22px;border-radius:22px;font-size:16px;line-height:1.76;}
  .gsbh-single-content p{line-height:1.76;}
  .gsbh-post-nav{grid-template-columns:1fr;}
  .gsbh-post-nav div:last-child{text-align:left;}
}

/* ===== v1.6.1 Cleaner archive copy + Gadget Sensei logo marks ===== */
.gs-blog-hub-lite .gsbh-placeholder{
  background:
    radial-gradient(circle at center, rgba(141,255,47,.16), transparent 58%),
    linear-gradient(135deg,#101010,#071106);
}
.gs-blog-hub-lite .gsbh-placeholder-logo{
  width:78px!important;
  height:78px!important;
  object-fit:contain!important;
  border-radius:20px;
  filter:drop-shadow(0 12px 26px rgba(141,255,47,.18));
  opacity:.95;
  transform:none!important;
}
.gs-blog-hub-lite .gsbh-card:hover .gsbh-placeholder-logo{transform:none!important;}
.gs-blog-hub-lite .gsbh-logo-mark{
  width:58px;
  height:58px;
  padding:7px;
  border-radius:18px;
  background:rgba(141,255,47,.10);
  border:1px solid rgba(141,255,47,.24);
  box-shadow:0 14px 34px rgba(0,0,0,.32);
}
.gs-blog-hub-lite .gsbh-logo-mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
.gs-blog-hub-lite .gsbh-archive-card strong{
  font-size:22px;
  line-height:1.12;
}
.gs-blog-hub-lite .gsbh-archive-card p{
  color:#dedede;
  line-height:1.65;
}
