:root{
  --accent:#2f6feb;
  --accent-strong:#1f57c8;
  --accent-soft:rgba(47,111,235,.10);
  --danger:#e54868;
  --bg:#f3f5f7;
  --bg-elevated:#f8fafc;
  --card:#ffffff;
  --card-soft:#f7f9fb;
  --text:#142033;
  --text-strong:#0b1525;
  --muted:#66758a;
  --muted-2:#8a98aa;
  --line:#dfe5ec;
  --line-strong:#ced7e2;
  --header:rgba(247,249,251,.86);
  --shadow-sm:0 8px 24px rgba(28,43,64,.055);
  --shadow:0 24px 64px rgba(28,43,64,.085);
  --shadow-lg:0 34px 100px rgba(22,35,54,.16);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --radius-sm:12px;
  --container:1260px;
  --article:800px;
  color-scheme:light;
}
html[data-theme="dark"]{
  --accent:#78a0ff;
  --accent-strong:#96b5ff;
  --accent-soft:rgba(120,160,255,.12);
  --danger:#ff6c8a;
  --bg:#071421;
  --bg-elevated:#0a1928;
  --card:#0d1c2b;
  --card-soft:#102234;
  --text:#eef4fa;
  --text-strong:#ffffff;
  --muted:#a2b2c4;
  --muted-2:#71869d;
  --line:#1e3347;
  --line-strong:#2b465f;
  --header:rgba(7,20,33,.88);
  --shadow-sm:0 10px 28px rgba(0,0,0,.16);
  --shadow:0 28px 74px rgba(0,0,0,.25);
  --shadow-lg:0 38px 100px rgba(0,0,0,.38);
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
body.hb-menu-open,body.hb-overlay-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
svg{display:block}
[hidden]{display:none!important}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;left:14px;top:14px;width:auto;height:auto;clip:auto;padding:10px 14px;border-radius:10px;background:var(--text-strong);color:var(--card);z-index:9999}
.hb-site{min-height:100vh}
.hb-container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.hb-layout-compact{--container:1120px}.hb-layout-wide{--container:1400px}
.hb-main{min-height:52vh}
.hb-main a,.hb-header a,.hb-footer a,.hb-main button,.hb-header button{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease,opacity .18s ease}

/* Header */
.hb-announcement{background:#0b1624;color:#eaf1f8;border-bottom:1px solid rgba(255,255,255,.08)}
.hb-announcement-inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;font-size:12px;font-weight:650}
.hb-announcement-dot{width:6px;height:6px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 4px rgba(229,72,104,.16)}
.hb-announcement a:hover{text-decoration:underline}
.hb-header{z-index:700;background:var(--header);backdrop-filter:blur(18px) saturate(150%);border-bottom:1px solid var(--line)}
.hb-sticky-header .hb-header{position:sticky;top:0}
.hb-header.is-scrolled{box-shadow:0 12px 36px rgba(18,34,52,.07)}
html[data-theme="dark"] .hb-header.is-scrolled{box-shadow:0 14px 40px rgba(0,0,0,.22)}
.hb-header-row{height:76px;display:grid;grid-template-columns:minmax(230px,auto) 1fr auto;align-items:center;gap:28px}
.hb-brand{min-width:0}
.hb-brand-link,.custom-logo-link+.hb-brand-copy--logo{display:inline-flex;align-items:center}
.hb-brand-link{gap:12px;max-width:100%}
.custom-logo-link{display:inline-flex;vertical-align:middle}.custom-logo{width:auto;max-height:42px}
.hb-brand-copy--logo{display:inline-flex;flex-direction:column;margin-left:12px;vertical-align:middle}
.hb-brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;flex:none;background:linear-gradient(145deg,var(--accent),#527fff);color:#fff;font-weight:900;font-size:18px;box-shadow:0 12px 24px rgba(47,111,235,.22)}
.hb-brand-copy{min-width:0;display:flex;flex-direction:column;line-height:1.15}.hb-brand-copy strong{font-size:18px;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hb-brand-copy small{margin-top:4px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-navigation{justify-self:center;min-width:0}.hb-mobile-nav-head{display:none}
.hb-menu,.hb-menu ul,.hb-footer-menu{list-style:none;margin:0;padding:0}.hb-menu{display:flex;align-items:center;gap:2px}.hb-menu>li{position:relative}.hb-menu>li>a{display:flex;align-items:center;min-height:40px;padding:0 12px;border-radius:11px;font-size:13px;font-weight:720;color:var(--text)}
.hb-menu>li>a:hover,.hb-menu>.current-menu-item>a,.hb-menu>.current_page_item>a{background:var(--card);color:var(--accent);box-shadow:var(--shadow-sm)}
.hb-menu .sub-menu{position:absolute;top:calc(100% + 9px);left:0;min-width:230px;padding:8px;background:var(--card);border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);z-index:30}
.hb-menu li:hover>.sub-menu,.hb-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.hb-menu .sub-menu a{display:block;padding:9px 11px;border-radius:9px;font-size:13px;font-weight:650}.hb-menu .sub-menu a:hover{background:var(--card-soft);color:var(--accent)}
.hb-header-actions{display:flex;align-items:center;gap:8px}.hb-icon-button{appearance:none;width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:13px;background:var(--card);display:grid;place-items:center;cursor:pointer;box-shadow:none}.hb-icon-button:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:var(--shadow-sm);color:var(--accent)}
.hb-icon-button svg,.hb-button svg,.hb-text-link svg,.hb-inline-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hb-menu-toggle{display:none}.hb-menu-icon-close{display:none}.hb-menu-toggle.is-active .hb-menu-icon-open{display:none}.hb-menu-toggle.is-active .hb-menu-icon-close{display:block}
.hb-theme-sun{display:none}html[data-theme="dark"] .hb-theme-moon{display:none}html[data-theme="dark"] .hb-theme-sun{display:block}
.hb-breaking{background:var(--bg-elevated);border-top:1px solid var(--line)}
.hb-breaking-row{min-height:40px;display:grid;grid-template-columns:auto 1fr;align-items:center;overflow:hidden}
.hb-breaking-label{height:28px;display:inline-flex;align-items:center;padding:0 11px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em}
.hb-breaking-track{min-width:0;display:flex;align-items:center;gap:28px;overflow:hidden;white-space:nowrap;padding-left:18px;font-size:12px;font-weight:680;mask-image:linear-gradient(to right,#000 0,#000 94%,transparent 100%)}
.hb-breaking-track a{position:relative}.hb-breaking-track a:before{content:"";position:absolute;left:-15px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--danger);transform:translateY(-50%)}.hb-breaking-track a:hover{color:var(--accent)}

/* Search */
.hb-search-overlay{position:fixed;inset:0;z-index:1200;padding:11vh 20px 20px;background:rgba(3,10,18,.62);backdrop-filter:blur(14px);opacity:0;transition:opacity .18s ease}
.hb-search-overlay.is-open{opacity:1}.hb-search-dialog{width:min(680px,100%);margin:0 auto;padding:24px;border-radius:24px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-lg);transform:translateY(-10px) scale(.985);transition:transform .18s ease}.hb-search-overlay.is-open .hb-search-dialog{transform:none}
.hb-search-dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.hb-search-dialog-head>div{display:flex;flex-direction:column;gap:4px}.hb-search-dialog-head strong{font-size:24px;letter-spacing:-.035em}
.hb-search-form{position:relative;display:block}.hb-search-field{width:100%;height:56px;padding:0 58px 0 17px;border:1px solid var(--line);border-radius:15px;outline:none;background:var(--card-soft);color:var(--text)}.hb-search-field:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.hb-search-submit{position:absolute;right:7px;top:7px;width:42px;height:42px;border:0;border-radius:11px;background:var(--accent);color:#fff;display:grid;place-items:center;cursor:pointer}.hb-search-submit:hover{background:var(--accent-strong)}.hb-search-submit svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.hb-search-hint{margin:10px 2px 0;color:var(--muted);font-size:12px}
.hb-nav-scrim{position:fixed;inset:0;z-index:790;background:rgba(3,10,18,.42);opacity:0;transition:opacity .18s ease}.hb-nav-scrim.is-visible{opacity:1}

/* Common */
.hb-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hb-eyebrow:before{content:"";width:16px;height:1px;background:currentColor;opacity:.55}
.hb-section{padding:68px 0}.hb-section--soft{background:var(--bg-elevated);border-block:1px solid var(--line)}.hb-section--last{padding-top:34px;padding-bottom:76px}
.hb-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:26px}.hb-section-head>div{min-width:0}.hb-section-head h1,.hb-section-head h2{margin:4px 0 0;color:var(--text-strong);font-size:clamp(34px,4vw,52px);line-height:1.02;letter-spacing:-.055em}.hb-section-head p{max-width:480px;margin:0;color:var(--muted);font-size:14px}.hb-section-head--hero{margin-bottom:24px}.hb-section-head--split{align-items:center}
.hb-text-link,.hb-inline-arrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:var(--muted)}.hb-text-link:hover,.hb-inline-arrow:hover{color:var(--accent)}
.hb-badge{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.02em}.hb-badge:hover{background:var(--accent);color:#fff}
.hb-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:11px}.hb-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--muted-2)}
.hb-placeholder{position:relative;width:100%;height:100%;min-height:96px;display:block;overflow:hidden;background:linear-gradient(135deg,var(--card-soft),var(--bg-elevated))}.hb-placeholder:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-45px;top:-70px;background:var(--accent-soft)}.hb-placeholder:after{content:"";position:absolute;width:90px;height:90px;border-radius:26px;left:18%;bottom:-44px;transform:rotate(25deg);background:rgba(229,72,104,.07)}.hb-placeholder b{position:absolute;z-index:2;left:16px;bottom:12px;color:var(--muted-2);font-size:30px;letter-spacing:-.06em}.hb-placeholder--hero{min-height:100%;background:linear-gradient(145deg,#132a45,#0b1c30)}html[data-theme="light"] .hb-placeholder--hero{background:linear-gradient(145deg,#dce6f2,#c7d6e8)}
.hb-button{appearance:none;min-height:42px;padding:0 15px;border-radius:12px;border:1px solid var(--line);background:var(--card);color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;cursor:pointer}.hb-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.hb-button--primary{background:var(--accent);border-color:var(--accent);color:#fff}.hb-button--primary:hover{background:var(--accent-strong)}.hb-button--ghost{background:transparent}.hb-button--light{background:#fff;border-color:rgba(255,255,255,.28);color:#0c1b2b}.hb-button--light:hover{background:#f7f9fb}

/* Home hero */
.hb-home-intro{padding:52px 0 36px}
.hb-hero-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(330px,.78fr);gap:18px}
.hb-hero-main{min-width:0;border-radius:var(--radius-xl);overflow:hidden;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.hb-hero-main-link{position:relative;display:block;min-height:540px;height:100%;overflow:hidden}.hb-hero-media{position:absolute;inset:0}.hb-hero-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hb-hero-main-link:hover .hb-hero-media img{transform:scale(1.018)}.hb-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,13,23,.02) 10%,rgba(5,13,23,.25) 48%,rgba(4,10,18,.91) 100%)}.hb-hero-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:clamp(24px,4vw,42px);color:#fff}.hb-hero-labels{display:flex;align-items:center;gap:9px}.hb-hero-copy .hb-badge{background:rgba(255,255,255,.14);color:#fff;backdrop-filter:blur(8px)}.hb-hero-note{font-size:10px;font-weight:850;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.72)}.hb-hero-copy h2{max-width:900px;margin:11px 0 10px;font-size:clamp(38px,4.6vw,66px);line-height:.99;letter-spacing:-.065em;text-wrap:balance}.hb-hero-copy p{max-width:720px;margin:0 0 18px;color:rgba(255,255,255,.77);font-size:15px;line-height:1.62}.hb-hero-copy .hb-meta{color:rgba(255,255,255,.68)}.hb-hero-copy .hb-meta-dot{background:rgba(255,255,255,.45)}.hb-hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px}.hb-hero-bottom .hb-inline-arrow{color:#fff}
.hb-hero-list{display:grid;grid-template-rows:repeat(4,1fr);gap:12px}.hb-hero-story{min-height:0;background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}.hb-hero-story-link{height:100%;display:grid;grid-template-columns:126px minmax(0,1fr);gap:14px;padding:10px}.hb-hero-story:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.hb-hero-story-media{border-radius:12px;overflow:hidden;background:var(--card-soft);min-height:96px}.hb-hero-story-media img{width:100%;height:100%;object-fit:cover}.hb-hero-story-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.hb-hero-story-copy h3{margin:7px 0 8px;font-size:16px;line-height:1.28;letter-spacing:-.025em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hb-hero-story-copy .hb-badge{align-self:flex-start}
.hb-topic-bar{margin-top:22px;min-height:52px;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:9px 12px 9px 16px;border:1px solid var(--line);border-radius:16px;background:var(--card);box-shadow:var(--shadow-sm)}.hb-topic-bar>span{font-size:11px;font-weight:850;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.hb-topic-bar>div{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.hb-topic-bar>div::-webkit-scrollbar{display:none}.hb-topic-bar a{flex:none;padding:6px 10px;border-radius:9px;background:var(--card-soft);font-size:11px;font-weight:720}.hb-topic-bar a:hover{background:var(--accent-soft);color:var(--accent)}

/* Cards / home content */
.hb-home-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.hb-post-grid{display:grid;gap:20px}.hb-post-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hb-post-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hb-post-card{min-width:0;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.hb-post-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.hb-post-card-link{display:block;height:100%}.hb-post-card-media{aspect-ratio:16/10;overflow:hidden;background:var(--card-soft)}.hb-post-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hb-post-card:hover .hb-post-card-media img{transform:scale(1.025)}.hb-post-card-copy{padding:19px}.hb-post-card-copy h3{margin:9px 0 9px;font-size:22px;line-height:1.17;letter-spacing:-.04em;color:var(--text-strong)}.hb-post-card-copy p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.62}
.hb-home-rail{position:sticky;top:136px}.hb-rail-card{padding:20px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card)}.hb-rail-title h3{margin:4px 0 15px;font-size:23px;letter-spacing:-.04em}.hb-ranked-list{display:grid}.hb-ranked-item{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:14px 0;border-top:1px solid var(--line)}.hb-ranked-item:first-child{border-top:0}.hb-rank{font-size:22px;font-weight:850;color:var(--line-strong);letter-spacing:-.05em}.hb-ranked-item strong{display:block;font-size:14px;line-height:1.38}.hb-ranked-item small{display:block;margin-top:5px;color:var(--muted);font-size:10px}.hb-ranked-item:hover strong{color:var(--accent)}

/* Category editorial */
.hb-category-section{border-bottom:1px solid var(--line)}.hb-category-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(340px,.7fr);gap:20px}.hb-category-lead,.hb-category-item{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.hb-category-lead:hover,.hb-category-item:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.hb-category-lead>a{display:grid;grid-template-columns:1.08fr .92fr;height:100%}.hb-category-lead-media{min-height:330px;background:var(--card-soft)}.hb-category-lead-media img{width:100%;height:100%;object-fit:cover}.hb-category-lead-copy{padding:26px;display:flex;flex-direction:column;justify-content:center}.hb-category-lead-copy .hb-badge{align-self:flex-start}.hb-category-lead-copy h3{margin:11px 0 10px;font-size:31px;line-height:1.08;letter-spacing:-.05em}.hb-category-lead-copy p{margin:0 0 15px;color:var(--muted);font-size:14px;line-height:1.66}.hb-category-list{display:grid;grid-template-rows:repeat(3,1fr);gap:12px}.hb-category-item>a{height:100%;display:grid;grid-template-columns:118px minmax(0,1fr);gap:14px;padding:10px}.hb-category-item-media{border-radius:12px;overflow:hidden;background:var(--card-soft);min-height:90px}.hb-category-item-media img{width:100%;height:100%;object-fit:cover}.hb-category-item>a>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.hb-category-item .hb-badge{align-self:flex-start}.hb-category-item h3{margin:7px 0 7px;font-size:16px;line-height:1.26;letter-spacing:-.025em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hb-category-item:hover h3{color:var(--accent)}
.hb-editorial-banner{min-height:190px;padding:34px 38px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,#0d2034,#122d48);color:#fff;overflow:hidden;position:relative}.hb-editorial-banner:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;right:-70px;top:-180px;background:rgba(120,160,255,.16)}.hb-editorial-banner>div,.hb-editorial-banner>.hb-button{position:relative;z-index:2}.hb-editorial-banner .hb-eyebrow{color:#a9c2ff}.hb-editorial-banner h2{margin:5px 0 8px;font-size:clamp(30px,3.5vw,48px);line-height:1.02;letter-spacing:-.055em}.hb-editorial-banner p{margin:0;max-width:620px;color:#b8c5d4;font-size:14px}

/* Breadcrumb / archive */
.hb-breadcrumbs{display:flex;align-items:center;gap:8px;min-height:28px;margin-bottom:24px;color:var(--muted);font-size:11px;overflow:hidden;white-space:nowrap}.hb-breadcrumbs a:hover{color:var(--accent)}.hb-breadcrumbs span[aria-current="page"]{overflow:hidden;text-overflow:ellipsis}.hb-archive-main,.hb-page-main,.hb-single-main{padding:38px 0 70px}.hb-archive-head{display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-bottom:28px;padding:30px 32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card)}.hb-archive-head h1{margin:6px 0 8px;font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-.06em}.hb-archive-head p,.hb-archive-description{margin:0;max-width:720px;color:var(--muted)}.hb-count{display:flex;align-items:baseline;gap:7px;color:var(--muted)}.hb-count strong{font-size:36px;color:var(--text-strong);letter-spacing:-.05em}.hb-count small{text-transform:uppercase;font-size:9px;font-weight:850;letter-spacing:.11em}.hb-search-head-form{width:min(420px,100%)}.hb-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;align-items:start}
.navigation.pagination{margin-top:30px}.nav-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.page-numbers{min-width:40px;height:40px;padding:0 11px;border:1px solid var(--line);border-radius:11px;background:var(--card);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.page-numbers:hover,.page-numbers.current{border-color:var(--accent);color:var(--accent)}

/* Sidebar */
.hb-sidebar{position:sticky;top:136px;display:grid;gap:16px}.hb-widget{padding:18px;border:1px solid var(--line);border-radius:19px;background:var(--card)}.hb-widget-head h3,.hb-widget-title{margin:4px 0 14px;font-size:19px;letter-spacing:-.035em}.hb-widget-title{margin:0 0 14px}.hb-widget-posts{display:grid}.hb-widget-post{display:grid;grid-template-columns:76px 1fr;gap:11px;align-items:center;padding:10px 0;border-top:1px solid var(--line)}.hb-widget-post:first-child{border-top:0}.hb-widget-thumb{height:62px;border-radius:10px;overflow:hidden;background:var(--card-soft)}.hb-widget-thumb img{width:100%;height:100%;object-fit:cover}.hb-widget-post strong{display:block;font-size:12px;line-height:1.35}.hb-widget-post small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.hb-widget-post:hover strong{color:var(--accent)}.hb-category-links{list-style:none;padding:0;margin:0;display:grid;gap:3px}.hb-category-links li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 0;border-top:1px solid var(--line);font-size:12px}.hb-category-links li:first-child{border-top:0}.hb-category-links a:hover{color:var(--accent)}

/* Pages */
.hb-page-shell{max-width:1120px}.hb-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px;padding:34px 36px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card)}.hb-page-head h1{max-width:840px;margin:7px 0 8px;font-size:clamp(42px,6vw,70px);line-height:.98;letter-spacing:-.065em}.hb-page-head p{max-width:720px;margin:0;color:var(--muted);font-size:17px}.hb-page-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:var(--muted);font-size:11px;white-space:nowrap}.hb-updated{display:inline-flex;align-items:center;color:var(--muted);font-size:11px}.hb-page-featured{margin:0 0 28px;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--line);background:var(--card)}.hb-page-featured img{width:100%;max-height:620px;object-fit:cover}.hb-page-frame{max-width:900px;margin-inline:auto;padding:clamp(28px,5vw,56px);border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm)}

/* Rich content */
.hb-rich-content{min-width:0;max-width:100%;font-size:17.5px;line-height:1.82;overflow-wrap:anywhere}.hb-rich-content>*{max-width:100%}.hb-rich-content>*:first-child{margin-top:0}.hb-rich-content>*:last-child{margin-bottom:0}.hb-rich-content p{margin:0 0 1.28em}.hb-rich-content h1,.hb-rich-content h2,.hb-rich-content h3,.hb-rich-content h4{color:var(--text-strong);line-height:1.16;letter-spacing:-.04em;scroll-margin-top:110px}.hb-rich-content h2{margin:2em 0 .62em;font-size:34px}.hb-rich-content h3{margin:1.65em 0 .55em;font-size:25px}.hb-rich-content h4{margin:1.5em 0 .5em;font-size:19px}.hb-rich-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hb-rich-content strong{color:var(--text-strong)}.hb-rich-content blockquote{margin:1.7em 0;padding:22px 24px;border-left:3px solid var(--accent);border-radius:0 14px 14px 0;background:var(--card-soft);font-size:20px;line-height:1.62}.hb-rich-content ul,.hb-rich-content ol{padding-left:1.4em}.hb-rich-content li{margin:.38em 0}.hb-rich-content figure{margin:1.8em 0}.hb-rich-content figcaption{text-align:center;color:var(--muted);font-size:11px;margin-top:8px}.hb-rich-content img{border-radius:15px}.hb-rich-content table{width:100%;border-collapse:collapse;margin:1.6em 0;font-size:13px}.hb-rich-content th,.hb-rich-content td{padding:11px 12px;border:1px solid var(--line);text-align:left}.hb-rich-content th{background:var(--card-soft);color:var(--text-strong)}.hb-rich-content pre{max-width:100%;overflow:auto;margin:1.6em 0;padding:18px;border-radius:14px;background:#07111d;color:#e5edf6;font-size:13px}.hb-rich-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.hb-rich-content hr{border:0;border-top:1px solid var(--line);margin:2.4em 0}.hb-rich-content iframe,.hb-rich-content video,.hb-rich-content embed,.hb-rich-content object{max-width:100%}.hb-rich-content input:not([type="checkbox"]):not([type="radio"]),.hb-rich-content select,.hb-rich-content textarea{max-width:100%;min-height:42px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:var(--card-soft);color:var(--text);outline:none}.hb-rich-content textarea{width:100%;min-height:120px}.hb-rich-content input:focus,.hb-rich-content select:focus,.hb-rich-content textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.hb-rich-content button,.hb-rich-content input[type="submit"],.hb-rich-content input[type="button"]{min-height:40px;padding:0 13px;border:1px solid var(--accent);border-radius:10px;background:var(--accent);color:#fff;font-weight:750;cursor:pointer}.hb-rich-content>div,.hb-rich-content>section,.hb-rich-content>article{margin-left:auto;margin-right:auto}.hb-rich-content .alignwide{max-width:1000px}.hb-rich-content .alignfull{max-width:none;width:100%}

/* Single */
.hb-reading-progress{position:fixed;left:0;right:0;top:0;height:3px;z-index:1300;pointer-events:none}.hb-reading-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:var(--accent)}
.hb-single-shell{max-width:1240px}.hb-single-head{max-width:980px;margin:0 auto 30px;text-align:center}.hb-single-kicker{display:flex;justify-content:center;align-items:center;gap:11px;flex-wrap:wrap}.hb-single-head h1{margin:14px auto 16px;max-width:980px;font-size:clamp(44px,6vw,78px);line-height:.99;letter-spacing:-.067em;text-wrap:balance}.hb-single-deck{max-width:820px;margin:0 auto;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55}.hb-single-meta{max-width:880px;margin:25px auto 0;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.hb-author-inline{display:flex;align-items:center;gap:11px;text-align:left}.hb-author-inline img{width:46px;height:46px;border-radius:50%}.hb-author-inline strong{display:block;font-size:12px;margin-bottom:3px}.hb-single-actions{display:flex;gap:8px}.hb-single-featured{max-width:1140px;margin:0 auto 34px;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow-sm)}.hb-single-featured img{width:100%;max-height:700px;object-fit:cover}.hb-single-grid{display:grid;grid-template-columns:minmax(0,var(--article)) 300px;gap:42px;justify-content:center;align-items:start}.hb-article-column{min-width:0}.hb-article-frame{padding:clamp(28px,5vw,50px);border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm)}.hb-article-content{font-size:18px}.hb-toc{margin-bottom:16px;border:1px solid var(--line);border-radius:17px;background:var(--card);overflow:hidden}.hb-toc-head{appearance:none;width:100%;min-height:48px;padding:0 16px;border:0;background:transparent;color:var(--text);display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:850;cursor:pointer}.hb-toc nav{display:grid;padding:0 16px 14px}.hb-toc a{padding:5px 0;color:var(--muted);font-size:12px}.hb-toc a:hover{color:var(--accent)}.hb-toc a.is-sub{padding-left:16px;font-size:11px}.hb-toc.is-collapsed nav{display:none}.hb-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.hb-tags a{padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--muted);font-size:10px;font-weight:750}.hb-tags a:hover{border-color:var(--accent);color:var(--accent)}.hb-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.hb-post-nav>div{min-width:0}.hb-post-nav a{height:100%;display:flex;flex-direction:column;padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.hb-post-nav>div:last-child a{text-align:right}.hb-post-nav small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.hb-post-nav strong{margin-top:5px;font-size:13px;line-height:1.35}.hb-post-nav a:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);color:var(--accent)}.hb-author-card{display:grid;grid-template-columns:76px 1fr;gap:18px;margin-top:24px;padding:22px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.hb-author-card img{width:76px;height:76px;border-radius:50%}.hb-author-card h3{margin:4px 0 5px;font-size:20px;letter-spacing:-.035em}.hb-author-card p{margin:0 0 8px;color:var(--muted);font-size:13px}.hb-related{margin-top:62px}.hb-related .hb-section-head{margin-bottom:22px}.hb-related .hb-section-head h2{font-size:36px}

/* Comments */
.hb-comments{max-width:800px;margin:56px auto 0;padding-top:30px;border-top:1px solid var(--line)}.hb-comments h2{font-size:25px;letter-spacing:-.04em}.comment-list{list-style:none;padding:0}.comment-body{padding:18px 0;border-bottom:1px solid var(--line)}.comment-meta{font-size:11px}.comment-content{font-size:14px}.comment-form textarea,.comment-form input[type="text"],.comment-form input[type="email"],.comment-form input[type="url"]{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:11px;background:var(--card);color:var(--text)}.comment-form input[type="submit"]{border:0;border-radius:10px;padding:10px 14px;background:var(--accent);color:#fff;font-weight:800;cursor:pointer}

/* Footer */
.hb-footer{margin-top:10px;background:#091725;color:#eaf1f8;border-top:1px solid rgba(255,255,255,.07)}.hb-footer-top{padding:56px 0 34px;display:grid;grid-template-columns:minmax(260px,.85fr) 1.5fr;gap:48px}.hb-footer .hb-brand-copy strong{color:#fff}.hb-footer .hb-brand-copy small{color:#8294a8}.hb-footer-brand p{max-width:420px;margin:18px 0 0;color:#95a6b8;font-size:13px}.hb-footer-widgets{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.hb-footer-title{margin:0 0 12px;color:#fff;font-size:13px}.hb-footer-widget{color:#98a8b8;font-size:12px}.hb-footer-widget ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.hb-footer-widget a:hover{color:#fff}.hb-footer-bottom{min-height:66px;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#8496a9;font-size:10px}.hb-footer-menu{display:flex;gap:14px;flex-wrap:wrap}.hb-footer-menu a:hover{color:#fff}

/* Empty / error */
.hb-empty-state{padding:58px 28px;border:1px dashed var(--line-strong);border-radius:var(--radius-xl);background:var(--card);text-align:center}.hb-empty-state h2{margin:6px 0 8px;font-size:32px;letter-spacing:-.05em}.hb-empty-state p{max-width:580px;margin:0 auto;color:var(--muted)}.hb-error-main{min-height:66vh;display:grid;align-items:center;padding:60px 0}.hb-error-card{max-width:720px;margin:auto;padding:56px;text-align:center;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card)}.hb-error-code{display:block;color:var(--line-strong);font-size:100px;line-height:.9;font-weight:950;letter-spacing:-.08em}.hb-error-card h1{margin:10px 0;font-size:42px;letter-spacing:-.055em}.hb-error-card p{margin:0 auto 20px;max-width:560px;color:var(--muted)}.hb-error-card .hb-search-form{margin:0 auto 14px;max-width:500px}.hb-error-card .hb-button{margin:auto}

@media(max-width:1100px){
  .hb-header-row{grid-template-columns:minmax(190px,auto) 1fr auto;gap:18px}.hb-brand-copy small{display:none}.hb-menu>li>a{padding-inline:9px}
  .hb-hero-grid{grid-template-columns:1fr}.hb-hero-list{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.hb-hero-story-link{grid-template-columns:120px 1fr}.hb-home-content-grid{grid-template-columns:1fr}.hb-home-rail{position:static}.hb-ranked-list{grid-template-columns:repeat(2,1fr);column-gap:24px}.hb-ranked-item:nth-child(2){border-top:0}
  .hb-category-grid{grid-template-columns:1fr}.hb-category-list{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.hb-category-item>a{grid-template-columns:1fr;padding:0}.hb-category-item-media{border-radius:0;aspect-ratio:16/9}.hb-category-item>a>div:last-child{padding:14px}
  .hb-single-grid,.hb-content-grid{grid-template-columns:1fr}.hb-single-grid>.hb-sidebar,.hb-content-grid>.hb-sidebar{display:none}.hb-article-column{max-width:860px;margin:auto}
}
@media(max-width:900px){
  .hb-container{width:min(var(--container),calc(100% - 32px))}.hb-header-row{height:68px;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.hb-menu-toggle{display:grid}.hb-header-actions{gap:6px}.hb-icon-button{width:38px;height:38px;border-radius:12px}.hb-brand{justify-self:center;min-width:0}.hb-brand-link{max-width:58vw}.custom-logo-link{max-width:44vw}.custom-logo{max-width:100%;max-height:36px}.custom-logo-link+.hb-brand-copy--logo{display:none}.hb-brand-mark{width:36px;height:36px;border-radius:12px;font-size:15px}.hb-brand-copy strong{font-size:15px;max-width:46vw}.hb-brand-copy small{display:none}
  .hb-navigation{position:fixed;z-index:800;top:0;left:0;bottom:0;width:min(380px,88vw);padding:16px;background:var(--card);border-right:1px solid var(--line);box-shadow:var(--shadow-lg);transform:translateX(-102%);transition:transform .22s ease;overflow:auto}.hb-navigation.is-open{transform:none}.hb-mobile-nav-head{height:48px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-weight:850}.hb-menu{display:block}.hb-menu>li>a{min-height:48px;padding:0 8px;border-radius:10px;border-bottom:1px solid var(--line);font-size:15px}.hb-menu>li:last-child>a{border-bottom:0}.hb-menu .sub-menu{position:static;min-width:0;padding:3px 0 6px 14px;border:0;border-radius:0;background:transparent;box-shadow:none;opacity:1;visibility:visible;transform:none}.hb-menu .sub-menu a{padding:8px 9px;color:var(--muted)}
  .hb-breaking-track{font-size:11px}.hb-breaking-label{font-size:9px}.hb-home-intro{padding-top:38px}.hb-section{padding:54px 0}.hb-section-head{align-items:flex-start;flex-direction:column;gap:9px}.hb-section-head--split{flex-direction:row;align-items:center}.hb-section-head p{max-width:640px}.hb-section-head h1,.hb-section-head h2{font-size:40px}.hb-hero-main-link{min-height:500px}.hb-hero-copy h2{font-size:48px}.hb-category-lead>a{grid-template-columns:1fr}.hb-category-lead-media{min-height:300px;aspect-ratio:16/9}.hb-category-lead-copy{padding:22px}.hb-category-lead-copy h3{font-size:27px}.hb-editorial-banner{padding:30px}.hb-archive-head,.hb-page-head{align-items:flex-start;flex-direction:column}.hb-page-meta{align-items:flex-start;flex-direction:row;flex-wrap:wrap}.hb-search-head-form{width:100%}
  .hb-single-head{text-align:left}.hb-single-kicker{justify-content:flex-start}.hb-single-deck{margin-left:0}.hb-single-meta{align-items:flex-start;flex-direction:column}.hb-single-actions{width:100%}
}
@media(max-width:640px){
  .hb-container{width:calc(100% - 24px)}.hb-announcement-inner{font-size:10px}.hb-header-actions .hb-theme-toggle{display:none}.hb-breaking-row{min-height:38px}.hb-breaking-label{height:24px;padding-inline:8px}.hb-breaking-track{padding-left:14px;gap:24px}
  .hb-home-intro{padding:30px 0 24px}.hb-section{padding:44px 0}.hb-section--last{padding-bottom:52px}.hb-section-head{margin-bottom:20px}.hb-section-head h1,.hb-section-head h2{font-size:34px}.hb-section-head--split{align-items:center}.hb-section-head--split .hb-text-link{white-space:nowrap}.hb-hero-main{border-radius:20px}.hb-hero-main-link{min-height:430px}.hb-hero-copy{padding:22px}.hb-hero-copy h2{font-size:36px;line-height:1.02}.hb-hero-copy p{display:none}.hb-hero-bottom{margin-top:14px}.hb-hero-list{grid-template-columns:1fr}.hb-hero-story{border-radius:15px}.hb-hero-story-link{grid-template-columns:104px minmax(0,1fr);gap:11px;padding:9px}.hb-hero-story-media{min-height:88px}.hb-hero-story-copy h3{font-size:15px}.hb-topic-bar{margin-top:16px;border-radius:14px;grid-template-columns:1fr;padding:10px 11px;gap:8px}
  .hb-post-grid--2,.hb-post-grid--3{grid-template-columns:1fr}.hb-post-card{border-radius:17px}.hb-post-card-link{display:grid;grid-template-columns:120px minmax(0,1fr);min-height:124px}.hb-post-card-media{aspect-ratio:auto;height:100%;min-height:124px}.hb-post-card-copy{padding:13px}.hb-post-card-copy h3{font-size:17px;margin:7px 0}.hb-post-card-copy p{display:none}.hb-post-card-copy .hb-meta span:nth-child(n+3),.hb-post-card-copy .hb-meta-dot:nth-child(n+2){display:none}.hb-home-content-grid{gap:20px}.hb-rail-card{padding:16px;border-radius:17px}.hb-ranked-list{grid-template-columns:1fr}.hb-ranked-item:nth-child(2){border-top:1px solid var(--line)}
  .hb-category-grid{gap:14px}.hb-category-lead,.hb-category-item{border-radius:17px}.hb-category-lead-media{min-height:220px}.hb-category-lead-copy{padding:18px}.hb-category-lead-copy h3{font-size:24px}.hb-category-lead-copy p{display:none}.hb-category-list{grid-template-columns:1fr;gap:10px}.hb-category-item>a{grid-template-columns:102px minmax(0,1fr);padding:8px}.hb-category-item-media{aspect-ratio:auto;min-height:82px;border-radius:10px}.hb-category-item>a>div:last-child{padding:0}.hb-editorial-banner{min-height:auto;padding:26px 22px;border-radius:20px;align-items:flex-start;flex-direction:column}.hb-editorial-banner h2{font-size:32px}
  .hb-archive-main,.hb-page-main,.hb-single-main{padding:24px 0 52px}.hb-breadcrumbs{margin-bottom:16px}.hb-archive-head,.hb-page-head{padding:23px 20px;border-radius:20px;margin-bottom:20px}.hb-archive-head h1,.hb-page-head h1{font-size:39px}.hb-archive-head p,.hb-page-head p{font-size:14px}.hb-count strong{font-size:28px}.hb-page-frame{padding:22px 18px;border-radius:20px}.hb-page-featured{border-radius:20px}.hb-rich-content{font-size:16.5px;line-height:1.76}.hb-rich-content h2{font-size:28px}.hb-rich-content h3{font-size:22px}.hb-rich-content table{display:block;overflow-x:auto}.hb-rich-content th,.hb-rich-content td{white-space:nowrap}
  .hb-single-head h1{font-size:40px}.hb-single-deck{font-size:17px}.hb-single-featured{margin-left:-12px;margin-right:-12px;border-left:0;border-right:0;border-radius:0}.hb-single-actions .hb-button{flex:1}.hb-article-frame{padding:22px 18px;border-radius:19px}.hb-article-content{font-size:17px}.hb-post-nav{grid-template-columns:1fr}.hb-post-nav>div:last-child a{text-align:left}.hb-author-card{grid-template-columns:60px 1fr;padding:17px}.hb-author-card img{width:60px;height:60px}.hb-related{margin-top:46px}.hb-related .hb-section-head h2{font-size:31px}
  .hb-footer-top{padding:44px 0 28px;grid-template-columns:1fr;gap:34px}.hb-footer-widgets{grid-template-columns:1fr}.hb-footer-bottom{padding:18px 0;min-height:0;display:grid}.hb-footer-menu{gap:10px}
  .hb-search-overlay{padding:8vh 12px 12px}.hb-search-dialog{padding:18px;border-radius:20px}.hb-search-dialog-head strong{font-size:21px}.hb-error-card{padding:34px 20px;border-radius:20px}.hb-error-code{font-size:78px}.hb-error-card h1{font-size:34px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{.hb-header,.hb-footer,.hb-reading-progress,.hb-breadcrumbs,.hb-single-actions,.hb-sidebar,.hb-toc,.hb-related,.hb-comments,.hb-post-nav{display:none!important}body{background:#fff!important;color:#111!important}.hb-container,.hb-single-shell{width:100%!important;max-width:none!important}.hb-single-main{padding:0!important}.hb-single-head{text-align:left;max-width:none}.hb-single-head h1{font-size:34pt}.hb-single-featured{border:0;box-shadow:none}.hb-single-grid{display:block}.hb-article-frame{border:0;box-shadow:none;padding:0}.hb-rich-content{font-size:11.5pt;line-height:1.6}}

/* ========================================================================== 
   SAGULWEB TR FULL PRO V5 — Premium editorial layer
   ========================================================================== */
:root{
  --bg:#f1f4f7;
  --bg-elevated:#f7f9fb;
  --card:#ffffff;
  --card-soft:#f6f8fa;
  --card-strong:#eef2f6;
  --text:#1b2838;
  --text-strong:#0d1828;
  --muted:#667488;
  --muted-2:#8d9aab;
  --line:#dfe5eb;
  --line-strong:#cfd8e2;
  --header:rgba(247,249,251,.90);
  --danger:#e34768;
  --success:#168a72;
  --shadow-xs:0 1px 2px rgba(19,34,52,.04);
  --shadow-sm:0 10px 30px rgba(24,39,58,.055);
  --shadow:0 24px 68px rgba(24,39,58,.085);
  --shadow-lg:0 44px 120px rgba(18,31,48,.16);
  --radius-sm:12px;
  --radius-md:16px;
  --section-space:78px;
}
html[data-theme="dark"]{
  --bg:#071524;
  --bg-elevated:#0a1929;
  --card:#0d1d2d;
  --card-soft:#102335;
  --card-strong:#14293d;
  --text:#dfe9f3;
  --text-strong:#f7fbff;
  --muted:#99aabd;
  --muted-2:#6f849b;
  --line:#1c3348;
  --line-strong:#29475f;
  --header:rgba(7,21,36,.90);
  --shadow-xs:0 1px 2px rgba(0,0,0,.12);
  --shadow-sm:0 12px 34px rgba(0,0,0,.18);
  --shadow:0 30px 82px rgba(0,0,0,.28);
  --shadow-lg:0 46px 130px rgba(0,0,0,.42);
}
body{font-size:calc(16px * var(--font-scale,1));background:var(--bg);letter-spacing:-.006em}
.hb-container{width:min(var(--container),calc(100% - 64px))}
.hb-layout-compact{--container:1160px}.hb-layout-wide{--container:1480px}
.hb-main{position:relative}
.hb-main:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 14% 0%,color-mix(in srgb,var(--accent) 6%,transparent),transparent 28%),radial-gradient(circle at 90% 14%,color-mix(in srgb,var(--accent) 4%,transparent),transparent 24%)}
.hb-surface-clean .hb-post-card,.hb-surface-clean .hb-rail-card,.hb-surface-clean .hb-category-hub-card,.hb-surface-clean .hb-front-content-card,.hb-surface-clean .hb-page-frame,.hb-surface-clean .hb-article-frame{box-shadow:none}
.hb-surface-bordered .hb-post-card,.hb-surface-bordered .hb-rail-card,.hb-surface-bordered .hb-category-hub-card,.hb-surface-bordered .hb-front-content-card{box-shadow:none;border-width:1px}

/* top utility / header refinement */
.hb-utility{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg-elevated) 90%,transparent)}
.hb-utility-row{min-height:31px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px;font-weight:650;letter-spacing:.02em}
.hb-utility-menu{list-style:none;display:flex;align-items:center;gap:16px;margin:0;padding:0}.hb-utility-menu a:hover{color:var(--accent)}
.hb-announcement{background:linear-gradient(90deg,#0b1725,#10243a 60%,#0b1725);border-bottom:1px solid rgba(255,255,255,.07)}
.hb-announcement-inner{min-height:36px;font-size:11px;gap:10px}.hb-announcement-arrow{opacity:.7}.hb-announcement-arrow svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.hb-header{border-bottom:1px solid color-mix(in srgb,var(--line) 86%,transparent)}
.hb-header-row{height:78px;grid-template-columns:minmax(260px,auto) 1fr auto;gap:34px}
.hb-header.is-scrolled{box-shadow:0 14px 40px rgba(18,34,52,.07)}
html[data-theme="dark"] .hb-header.is-scrolled{box-shadow:0 16px 48px rgba(0,0,0,.24)}
.hb-brand-mark{background:linear-gradient(145deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#a6bfff));box-shadow:0 14px 32px color-mix(in srgb,var(--accent) 28%,transparent)}
.hb-brand-copy strong{font-size:18px;font-weight:850;letter-spacing:-.035em}.hb-brand-copy small{font-size:10px;letter-spacing:.015em}
.hb-menu{gap:4px}.hb-menu>li>a{min-height:42px;padding:0 13px;border-radius:13px;font-size:12.5px;font-weight:740}
.hb-menu>li>a:hover,.hb-menu>.current-menu-item>a,.hb-menu>.current_page_item>a{box-shadow:none;background:var(--accent-soft)}
.hb-header-actions .hb-icon-button{background:color-mix(in srgb,var(--card) 86%,transparent);backdrop-filter:blur(14px)}
.hb-breaking{border-top:0;background:color-mix(in srgb,var(--bg-elevated) 92%,transparent)}
.hb-breaking-row{min-height:42px}.hb-breaking-label{gap:7px;background:transparent;color:var(--text-strong);padding:0;font-size:9px;letter-spacing:.16em}.hb-breaking-label i{width:7px;height:7px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 5px color-mix(in srgb,var(--danger) 12%,transparent)}
.hb-breaking-track{padding-left:26px;gap:34px;font-size:11.5px}.hb-breaking-track a:before{width:3px;height:3px;left:-18px;background:var(--muted-2)}
.hb-header-centered .hb-header-row{grid-template-columns:1fr auto 1fr}.hb-header-centered .hb-brand{grid-column:2;grid-row:1;justify-self:center}.hb-header-centered .hb-navigation{grid-column:1;grid-row:1;justify-self:start}.hb-header-centered .hb-header-actions{grid-column:3;grid-row:1;justify-self:end}
.hb-header-magazine .hb-header-row{height:88px}.hb-header-magazine .hb-brand-copy strong{font-size:22px}.hb-header-magazine .hb-brand-mark{width:48px;height:48px;border-radius:16px}
.hb-mobile-nav-foot{display:none}

/* search pro */
.hb-search-overlay{padding-top:9vh;background:rgba(2,9,17,.68);backdrop-filter:blur(18px) saturate(130%)}
.hb-search-dialog{width:min(760px,100%);padding:28px;border-radius:calc(var(--radius-lg) + 4px);box-shadow:var(--shadow-lg)}
.hb-search-dialog-head{margin-bottom:22px}.hb-search-dialog-head strong{font-size:clamp(25px,4vw,34px);line-height:1.05}.hb-search-dialog-head p{margin:7px 0 0;color:var(--muted);font-size:13px}
.hb-search-field{height:60px;padding-left:19px;border-radius:16px;font-size:16px}.hb-search-submit{top:7px;right:7px;width:46px;height:46px;border-radius:13px}
.hb-search-suggestions{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.hb-search-suggestions>span{display:block;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;margin-bottom:9px}.hb-search-suggestions>div{display:flex;gap:8px;flex-wrap:wrap}.hb-search-suggestions a{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--card-soft);font-size:11px;font-weight:680}.hb-search-suggestions a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}

/* section typography */
.hb-eyebrow{font-size:9px;letter-spacing:.17em}.hb-eyebrow:before{width:18px}
.hb-section{padding:var(--section-space) 0}.hb-section--soft{background:color-mix(in srgb,var(--bg-elevated) 78%,transparent);border-block:1px solid var(--line)}
.hb-section-head{margin-bottom:30px;align-items:flex-end}.hb-section-head h1,.hb-section-head h2{font-size:clamp(34px,4.2vw,56px);letter-spacing:-.06em}.hb-section-head p{font-size:13px;line-height:1.7}
.hb-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;border:1px solid var(--line);border-radius:13px;background:var(--card);font-size:12px;font-weight:780;cursor:pointer}.hb-button:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.hb-button--ghost{background:transparent}.hb-button--light{border-color:rgba(255,255,255,.16);background:#fff;color:#122034}.hb-button--light:hover{background:#f7f9fb;color:#0b1725}.hb-button.is-active{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 32%,var(--line));color:var(--accent)}

/* homepage title */
.hb-home-intro{padding:54px 0 26px}
.hb-home-title-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:48px;align-items:end;margin-bottom:26px}
.hb-home-title-row h1{margin:7px 0 0;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.065em;color:var(--text-strong)}
.hb-home-title-row p{margin:0 0 5px;color:var(--muted);font-size:14px;line-height:1.7;max-width:460px;justify-self:end}

/* main pro hero */
.hb-pro-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(340px,.75fr);gap:16px;min-height:620px}
.hb-pro-hero-lead{overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow)}
.hb-pro-hero-lead-link{position:relative;display:block;height:100%;min-height:620px;overflow:hidden}
.hb-pro-hero-media{position:absolute;inset:0}.hb-pro-hero-media img,.hb-pro-hero-side-media img,.hb-spotlight-media img,.hb-category-hub-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.hb-pro-hero-lead:hover .hb-pro-hero-media img{transform:scale(1.025)}
.hb-pro-hero-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(3,10,18,.92) 0%,rgba(3,10,18,.58) 38%,rgba(3,10,18,.12) 68%,rgba(3,10,18,.04) 100%)}
.hb-pro-hero-copy{position:absolute;left:0;right:0;bottom:0;padding:38px 40px 36px;color:#fff}
.hb-pro-hero-topline{display:flex;align-items:center;gap:10px;margin-bottom:14px}.hb-pro-hero-topline>span:last-child{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.72)}
.hb-pro-hero-copy .hb-badge{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.hb-pro-hero-copy h2{max-width:900px;margin:0;font-size:clamp(38px,4.8vw,66px);line-height:.98;letter-spacing:-.06em;text-wrap:balance}.hb-pro-hero-copy p{max-width:760px;margin:16px 0 0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.65}
.hb-pro-hero-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}.hb-pro-hero-meta .hb-meta{color:rgba(255,255,255,.72)}.hb-pro-hero-meta .hb-inline-arrow{color:#fff;font-size:11px;font-weight:760}
.hb-pro-hero-side{display:grid;grid-template-rows:repeat(4,1fr);gap:12px;min-height:0}
.hb-pro-hero-side-card{min-height:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);box-shadow:var(--shadow-xs)}
.hb-pro-hero-side-card>a{display:grid;grid-template-columns:126px minmax(0,1fr);height:100%;min-height:143px;padding:10px;gap:14px;align-items:stretch}
.hb-pro-hero-side-media{overflow:hidden;min-height:110px;border-radius:calc(var(--radius-lg) - 9px);background:var(--card-soft)}.hb-pro-hero-side-card:hover img{transform:scale(1.04)}
.hb-pro-hero-side-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding-right:6px}.hb-pro-hero-side-copy h3{margin:8px 0 11px;font-size:16px;line-height:1.25;letter-spacing:-.025em;color:var(--text-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hb-pro-hero-side-copy .hb-meta{font-size:9.5px}
.hb-hero-briefs{display:grid;grid-template-columns:repeat(3,1fr);margin-top:14px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);overflow:hidden;box-shadow:var(--shadow-xs)}
.hb-hero-briefs>a{min-width:0;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:6px 14px;padding:17px 20px;border-right:1px solid var(--line)}.hb-hero-briefs>a:last-child{border-right:0}.hb-hero-briefs>a>span:first-child{grid-column:1}.hb-hero-briefs strong{grid-column:1;font-size:13px;line-height:1.35;letter-spacing:-.018em}.hb-hero-briefs .hb-inline-arrow{grid-column:2;grid-row:1/3;align-self:center;color:var(--muted)}.hb-hero-briefs a:hover strong,.hb-hero-briefs a:hover .hb-inline-arrow{color:var(--accent)}
/* hero variants */
.hb-home-hero--mosaic .hb-pro-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.hb-home-hero--mosaic .hb-pro-hero-side{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.hb-home-hero--mosaic .hb-pro-hero-side-card>a{grid-template-columns:1fr;grid-template-rows:minmax(120px,1fr) auto}.hb-home-hero--mosaic .hb-pro-hero-side-media{min-height:130px}.hb-home-hero--mosaic .hb-pro-hero-side-copy{padding:4px 5px 8px}
.hb-home-hero--immersive .hb-pro-hero-grid{grid-template-columns:1fr}.hb-home-hero--immersive .hb-pro-hero-lead-link{min-height:680px}.hb-home-hero--immersive .hb-pro-hero-side{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}.hb-home-hero--immersive .hb-pro-hero-side-card>a{grid-template-columns:1fr;grid-template-rows:150px auto}.hb-home-hero--immersive .hb-pro-hero-side-media{min-height:150px}

/* topics */
.hb-topic-section{padding:0 0 30px}.hb-topic-bar{margin:0;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:10px 14px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--card) 86%,transparent);box-shadow:var(--shadow-xs)}
.hb-topic-bar>span{display:inline-flex;align-items:center;gap:8px;padding:0 5px;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hb-topic-bar>span i{width:6px;height:6px;border-radius:50%;background:var(--accent)}
.hb-topic-bar>div{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.hb-topic-bar>div::-webkit-scrollbar{display:none}.hb-topic-bar a{flex:none;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:11px;background:var(--card-soft);font-size:11px;font-weight:700}.hb-topic-bar a small{color:var(--muted-2);font-size:9px}.hb-topic-bar a:hover{background:var(--accent-soft);color:var(--accent)}

/* front page static content / shortcodes */
.hb-front-page-content{padding-top:34px}.hb-front-content-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm)}
.hb-front-content-head{padding:26px 30px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 5%,var(--card)),var(--card))}.hb-front-content-head h2{margin:5px 0 0;font-size:30px;letter-spacing:-.045em}
.hb-front-content-body{width:100%;max-width:none;padding:28px 30px;overflow:hidden}.hb-front-content-body>*{max-width:100%!important}.hb-front-content-body>div,.hb-front-content-body>section,.hb-front-content-body>form{width:100%;margin-left:auto!important;margin-right:auto!important}.hb-front-content-body input,.hb-front-content-body select,.hb-front-content-body textarea{max-width:100%;border:1px solid var(--line);border-radius:10px;background:var(--card-soft);color:var(--text);padding:9px 10px}.hb-front-content-body button,.hb-front-content-body input[type="button"],.hb-front-content-body input[type="submit"]{border:1px solid var(--line);border-radius:10px;background:var(--text-strong);color:var(--card);padding:9px 12px;cursor:pointer}

/* latest / cards */
.hb-latest-section{padding-top:72px}.hb-home-content-grid{grid-template-columns:minmax(0,1fr) 340px;gap:26px}
.hb-post-grid{gap:16px}.hb-post-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);overflow:hidden;box-shadow:var(--shadow-xs)}.hb-post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--line-strong)}
.hb-post-card-media{background:var(--card-soft)}.hb-post-card-media img{transition:transform .4s ease}.hb-post-card:hover .hb-post-card-media img{transform:scale(1.025)}
.hb-post-card-copy{padding:19px}.hb-post-card-copy h3{font-size:21px;line-height:1.2;letter-spacing:-.035em}.hb-post-card-copy p{font-size:12.5px;line-height:1.65;color:var(--muted)}
.hb-rail-card{border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-xs);padding:20px}.hb-home-rail{top:132px}.hb-rail-title{padding:3px 4px 15px}.hb-rail-title h3{margin:4px 0 0;font-size:20px;letter-spacing:-.035em}.hb-ranked-item{grid-template-columns:42px 1fr;padding:14px 4px}.hb-rank{font-size:19px;color:var(--muted-2);font-weight:800;letter-spacing:-.04em}.hb-ranked-item strong{font-size:12.5px;line-height:1.35}.hb-ranked-item small{font-size:9px}

/* spotlight editorial */
.hb-spotlight-section{padding:84px 0}.hb-spotlight-shell{position:relative;overflow:hidden;border-radius:calc(var(--radius-xl) + 4px);background:linear-gradient(145deg,#0b1827,#102a43);color:#fff;padding:34px;box-shadow:0 34px 90px rgba(4,14,24,.22)}.hb-spotlight-shell:before{content:"";position:absolute;right:-160px;top:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 34%,transparent),transparent 68%)}
.hb-spotlight-intro{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:end;margin-bottom:26px}.hb-spotlight-intro .hb-eyebrow{color:#9fb8ff}.hb-spotlight-intro h2{margin:6px 0 0;font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.055em}.hb-spotlight-intro p{max-width:520px;margin:0 0 3px;justify-self:end;color:#9eb0c3;font-size:13px}
.hb-spotlight-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:14px}.hb-spotlight-card{overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:var(--radius-lg);background:rgba(255,255,255,.055)}.hb-spotlight-card>a{display:block;height:100%}.hb-spotlight-media{height:205px;overflow:hidden;background:rgba(255,255,255,.06)}.hb-spotlight-card--1 .hb-spotlight-media{height:280px}.hb-spotlight-card:hover img{transform:scale(1.03)}.hb-spotlight-copy{padding:18px}.hb-spotlight-copy .hb-badge{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.12);color:#dbe7f4}.hb-spotlight-copy h3{margin:10px 0 9px;font-size:20px;line-height:1.15;letter-spacing:-.035em;color:#fff}.hb-spotlight-card--1 h3{font-size:28px}.hb-spotlight-copy p{margin:0 0 12px;color:#9fb1c3;font-size:12px;line-height:1.6}.hb-spotlight-copy .hb-meta{color:#8ea2b8}

/* category hub */
.hb-category-hub{background:var(--bg-elevated);border-block:1px solid var(--line)}
.hb-category-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hb-category-hub-card{padding:20px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-xs)}
.hb-category-hub-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.hb-category-hub-head>div{display:flex;align-items:center;gap:10px}.hb-category-hub-head>div>span{color:var(--muted-2);font-size:10px;font-weight:850;letter-spacing:.12em}.hb-category-hub-head h3{margin:0;font-size:20px;letter-spacing:-.035em}.hb-category-hub-head>a{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;color:var(--muted)}.hb-category-hub-head>a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.hb-category-hub-head>a:hover{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 26%,var(--line));color:var(--accent)}
.hb-category-hub-lead a{display:grid;grid-template-columns:180px 1fr;gap:16px;align-items:center}.hb-category-hub-media{height:118px;border-radius:14px;overflow:hidden;background:var(--card-soft)}.hb-category-hub-lead h4{margin:0 0 10px;font-size:18px;line-height:1.22;letter-spacing:-.03em}.hb-category-hub-lead:hover h4{color:var(--accent)}
.hb-category-hub-list{display:grid;margin-top:15px;border-top:1px solid var(--line)}.hb-category-hub-list>a{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:11px 2px;border-bottom:1px solid var(--line)}.hb-category-hub-list>a:last-child{border-bottom:0;padding-bottom:2px}.hb-category-hub-list strong{font-size:12px;line-height:1.35}.hb-category-hub-list span{font-size:9px;color:var(--muted-2)}.hb-category-hub-list a:hover strong{color:var(--accent)}

/* long reads */
.hb-longreads-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hb-longread-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);overflow:hidden;box-shadow:var(--shadow-xs)}.hb-longread-card>a{display:grid;grid-template-columns:58px 1fr auto;gap:17px;align-items:center;padding:22px}.hb-longread-index{align-self:start;color:var(--muted-2);font-size:20px;font-weight:850;letter-spacing:-.04em}.hb-longread-copy h3{margin:9px 0 8px;font-size:20px;line-height:1.18;letter-spacing:-.035em}.hb-longread-copy p{margin:0 0 11px;color:var(--muted);font-size:12px;line-height:1.6}.hb-longread-arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--card-soft);color:var(--muted)}.hb-longread-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.hb-longread-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.hb-longread-card:hover h3,.hb-longread-card:hover .hb-longread-arrow{color:var(--accent)}

/* newsletter */
.hb-newsletter-section{padding-top:30px}.hb-newsletter-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:34px 38px;border-radius:calc(var(--radius-xl) + 2px);background:linear-gradient(135deg,var(--accent-strong),var(--accent),color-mix(in srgb,var(--accent) 72%,#92b5ff));color:#fff;box-shadow:0 28px 78px color-mix(in srgb,var(--accent) 23%,transparent)}.hb-newsletter-card:after{content:"";position:absolute;right:12%;top:-150px;width:320px;height:320px;border-radius:50%;border:64px solid rgba(255,255,255,.055)}.hb-newsletter-icon{width:58px;height:58px;position:relative;z-index:1;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.11)}.hb-newsletter-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7}.hb-newsletter-card>div{position:relative;z-index:1}.hb-newsletter-card .hb-eyebrow{color:rgba(255,255,255,.75)}.hb-newsletter-card h2{margin:6px 0 7px;font-size:34px;line-height:1.05;letter-spacing:-.05em}.hb-newsletter-card p{max-width:680px;margin:0;color:rgba(255,255,255,.76);font-size:12.5px}.hb-newsletter-action{justify-self:end}

/* widget grid */
.hb-home-widget-section{padding-top:18px}.hb-home-widget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hb-home-widget{padding:20px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card)}

/* single reading cockpit */
.hb-reading-progress{height:3px;position:fixed;left:0;right:0;top:0;z-index:1500;background:transparent}.admin-bar .hb-reading-progress{top:32px}.hb-reading-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent) 64%,#a9c4ff));transition:transform .06s linear}
.hb-single-main{padding-top:38px}.hb-single-head{max-width:1040px;margin-inline:auto}.hb-single-head h1{font-size:clamp(46px,6.4vw,78px);line-height:.97;letter-spacing:-.068em;text-wrap:balance}.hb-single-deck{max-width:850px;font-size:19px;line-height:1.55}.hb-single-meta{padding-top:20px;border-top:1px solid var(--line)}
.hb-single-actions{flex-wrap:wrap}.hb-single-actions .hb-button{min-width:42px}.hb-single-actions .hb-button span{white-space:nowrap}
.hb-font-tools{display:inline-flex;gap:5px;padding:4px;border:1px solid var(--line);border-radius:14px;background:var(--card)}.hb-font-tools .hb-icon-button{width:32px;height:32px;border:0;background:transparent;border-radius:9px;box-shadow:none}.hb-font-tools .hb-icon-button:hover{background:var(--card-soft);transform:none}.hb-font-tools svg{width:15px;height:15px}
.hb-single-featured{border-radius:calc(var(--radius-xl) + 2px);box-shadow:var(--shadow);overflow:hidden}.hb-single-grid{grid-template-columns:minmax(0,1fr) 310px;gap:34px}.hb-article-column{min-width:0}.hb-article-frame{max-width:none;padding:34px 40px;border-radius:var(--radius-xl);box-shadow:var(--shadow-xs)}
.hb-article-content{max-width:var(--article);margin-inline:auto;font-size:calc(18px * var(--article-font-scale,1));line-height:1.82;transition:font-size .18s ease}.hb-article-content p{margin-bottom:1.4em}.hb-article-content h2{font-size:clamp(30px,4vw,42px);letter-spacing:-.05em;margin-top:1.65em}.hb-article-content h3{font-size:clamp(24px,3vw,31px);letter-spacing:-.04em;margin-top:1.55em}.hb-article-content a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.hb-article-content blockquote{border-left:3px solid var(--accent);margin:2em 0;padding:4px 0 4px 24px;color:var(--text-strong);font-size:1.18em;font-weight:650;letter-spacing:-.02em}.hb-article-content hr{border:0;border-top:1px solid var(--line);margin:2.4em 0}.hb-article-content img{border-radius:16px}.hb-article-content table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:14px;overflow:hidden}.hb-article-content th,.hb-article-content td{padding:11px 13px;border-bottom:1px solid var(--line);text-align:left}.hb-article-content tr:last-child td{border-bottom:0}.hb-article-content th{background:var(--card-soft);font-size:.85em}
.hb-toc{max-width:var(--article);margin:0 auto 16px;border-radius:var(--radius-lg);background:var(--card);border:1px solid var(--line);overflow:hidden}.hb-toc-head{width:100%;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border:0;background:var(--card);font-weight:820;cursor:pointer}.hb-toc-head b{font-size:18px}.hb-toc nav{display:grid;padding:0 16px 14px;gap:4px}.hb-toc a{padding:6px 9px;border-radius:8px;color:var(--muted);font-size:11px}.hb-toc a.is-sub{padding-left:24px;font-size:10px}.hb-toc a:hover,.hb-toc a.is-active{color:var(--accent);background:var(--accent-soft)}.hb-toc.is-collapsed nav{display:none}
.hb-reader-mode .hb-header,.hb-reader-mode .hb-footer,.hb-reader-mode .hb-mobile-bottom,.hb-reader-mode .hb-sidebar,.hb-reader-mode .hb-breadcrumbs,.hb-reader-mode .hb-single-featured,.hb-reader-mode .hb-related,.hb-reader-mode .hb-comments,.hb-reader-mode .hb-post-nav,.hb-reader-mode .hb-author-card{display:none!important}.hb-reader-mode .hb-single-main{padding-top:34px}.hb-reader-mode .hb-single-grid{display:block}.hb-reader-mode .hb-single-shell{width:min(980px,calc(100% - 32px))}.hb-reader-mode .hb-single-head{max-width:var(--article)}.hb-reader-mode .hb-article-frame{background:transparent;border:0;box-shadow:none;padding-inline:0}

/* page/archive professional */
.hb-page-main,.hb-archive-main,.hb-search-main{padding-top:42px}.hb-page-head,.hb-archive-head{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 5%,var(--card)),var(--card));box-shadow:var(--shadow-xs)}
.hb-page-head h1,.hb-archive-head h1{font-size:clamp(42px,5vw,64px);letter-spacing:-.06em}.hb-page-frame{padding:36px 40px}.hb-page-content{max-width:var(--article);margin-inline:auto}.hb-content-grid{gap:28px}
.hb-pagination,.navigation.pagination{margin-top:30px}.nav-links{display:flex;gap:7px;align-items:center;justify-content:center}.page-numbers{min-width:38px;height:38px;display:grid;place-items:center;padding:0 10px;border:1px solid var(--line);border-radius:11px;background:var(--card);font-size:11px;font-weight:760}.page-numbers.current,.page-numbers:hover{background:var(--accent);border-color:var(--accent);color:#fff}

/* saved drawer + mobile bottom */
.hb-saved-drawer{position:fixed;inset:0;z-index:1400;background:rgba(2,9,17,.62);backdrop-filter:blur(12px);opacity:0;transition:opacity .18s ease}.hb-saved-drawer.is-open{opacity:1}.hb-saved-panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,94vw);padding:24px;background:var(--card);border-left:1px solid var(--line);box-shadow:var(--shadow-lg);transform:translateX(102%);transition:transform .24s ease;overflow:auto}.hb-saved-drawer.is-open .hb-saved-panel{transform:none}.hb-saved-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line)}.hb-saved-head h2{margin:5px 0 0;font-size:28px;letter-spacing:-.045em}.hb-saved-list{display:grid;margin-top:10px}.hb-saved-item{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.hb-saved-item>a{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:14px 0}.hb-saved-item>a>span{color:var(--muted-2);font-size:10px;font-weight:800}.hb-saved-item strong{display:block;font-size:12px;line-height:1.35}.hb-saved-item small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.hb-saved-item button{width:30px;height:30px;border:0;border-radius:9px;background:var(--card-soft);color:var(--muted);cursor:pointer}.hb-saved-item button:hover{background:var(--accent-soft);color:var(--accent)}.hb-saved-empty{padding:44px 12px;text-align:center;color:var(--muted)}.hb-saved-empty strong{color:var(--text-strong)}.hb-saved-empty p{font-size:12px}
.hb-toast{position:fixed;z-index:1700;left:50%;bottom:28px;transform:translate(-50%,12px);padding:10px 14px;border-radius:12px;background:var(--text-strong);color:var(--card);box-shadow:var(--shadow-lg);font-size:11px;font-weight:720;opacity:0;transition:opacity .18s ease,transform .18s ease}.hb-toast.is-visible{opacity:1;transform:translate(-50%,0)}
.hb-mobile-bottom{display:none}

/* footer pro */
.hb-footer{margin-top:10px;background:#071421}.hb-footer-top{grid-template-columns:minmax(260px,.85fr) 1.5fr;padding-top:62px}.hb-footer-widgets{grid-template-columns:repeat(4,1fr)}.hb-footer-brand p{max-width:480px}.hb-footer-socials{display:flex;gap:7px;margin-top:20px}.hb-footer-socials a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.10);border-radius:10px;color:#a8b8c8;font-size:10px;font-weight:850}.hb-footer-socials a:hover{background:rgba(255,255,255,.07);color:#fff}.hb-backtop{margin-left:auto}.hb-footer-bottom{gap:18px}

/* editor block styles */
.hb-rich-content .is-style-sagulweb-editorial{padding:22px 24px;border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:14px;background:var(--card-soft)}.hb-rich-content .is-style-sagulweb-card,.hb-editor-card{padding:22px!important;border:1px solid var(--line);border-radius:18px;background:var(--card-soft)}.hb-rich-content .is-style-sagulweb-checklist{list-style:none;padding-left:0}.hb-rich-content .is-style-sagulweb-checklist li{position:relative;padding-left:28px}.hb-rich-content .is-style-sagulweb-checklist li:before{content:"✓";position:absolute;left:0;top:.05em;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:10px;font-weight:900}

/* responsive */
@media(max-width:1200px){
  .hb-container{width:min(var(--container),calc(100% - 40px))}.hb-pro-hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(310px,.8fr)}.hb-pro-hero-side-card>a{grid-template-columns:110px 1fr}.hb-home-content-grid{grid-template-columns:1fr 310px}.hb-category-hub-lead a{grid-template-columns:150px 1fr}.hb-spotlight-grid{grid-template-columns:1.25fr 1fr}.hb-spotlight-card--3{grid-column:1/-1}.hb-spotlight-card--3>a{display:grid;grid-template-columns:280px 1fr}.hb-spotlight-card--3 .hb-spotlight-media{height:100%}
}
@media(max-width:1040px){
  .hb-pro-hero-grid{grid-template-columns:1fr;min-height:0}.hb-pro-hero-lead-link{min-height:560px}.hb-pro-hero-side{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.hb-home-hero--immersive .hb-pro-hero-side{grid-template-columns:repeat(2,1fr)}.hb-home-content-grid{grid-template-columns:1fr}.hb-home-rail{position:static}.hb-ranked-list{grid-template-columns:repeat(2,1fr)}.hb-ranked-item:nth-child(2){border-top:0}.hb-category-hub-grid{grid-template-columns:1fr}.hb-longreads-grid{grid-template-columns:1fr}.hb-home-widget-grid{grid-template-columns:repeat(2,1fr)}.hb-footer-widgets{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  :root{--section-space:58px}.hb-container{width:calc(100% - 30px)}.hb-utility{display:none}.hb-header-row{height:68px;grid-template-columns:auto minmax(0,1fr) auto;gap:9px}.hb-header-centered .hb-header-row{grid-template-columns:auto minmax(0,1fr) auto}.hb-header-centered .hb-brand,.hb-header-centered .hb-navigation,.hb-header-centered .hb-header-actions{grid-column:auto;grid-row:auto}.hb-header-magazine .hb-header-row{height:68px}.hb-menu-toggle{display:grid}.hb-brand{justify-self:center}.hb-brand-link{max-width:57vw}.hb-brand-copy strong{font-size:14.5px}.hb-header-magazine .hb-brand-copy strong{font-size:14.5px}.hb-brand-mark,.hb-header-magazine .hb-brand-mark{width:36px;height:36px;border-radius:12px;font-size:14px}.custom-logo-link+.hb-brand-copy--logo{display:none}
  .hb-navigation{width:min(390px,90vw);padding:18px}.hb-mobile-nav-head{display:flex}.hb-mobile-nav-head>div{display:grid;gap:2px}.hb-mobile-nav-head strong{font-size:23px;letter-spacing:-.04em}.hb-mobile-nav-foot{display:block;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.hb-mobile-nav-foot .hb-button{width:100%}.hb-menu>li>a{font-size:14px}
  .hb-home-intro{padding-top:38px}.hb-home-title-row{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.hb-home-title-row p{justify-self:start}.hb-home-title-row h1{font-size:48px}.hb-pro-hero-lead-link{min-height:520px}.hb-pro-hero-copy{padding:28px}.hb-pro-hero-copy h2{font-size:48px}.hb-hero-briefs{grid-template-columns:1fr}.hb-hero-briefs>a{border-right:0;border-bottom:1px solid var(--line)}.hb-hero-briefs>a:last-child{border-bottom:0}
  .hb-spotlight-intro{grid-template-columns:1fr}.hb-spotlight-intro p{justify-self:start}.hb-spotlight-grid{grid-template-columns:1fr 1fr}.hb-spotlight-card--1{grid-column:1/-1}.hb-spotlight-card--3{grid-column:auto}.hb-spotlight-card--3>a{display:block}.hb-spotlight-card--3 .hb-spotlight-media{height:205px}.hb-newsletter-card{grid-template-columns:auto 1fr}.hb-newsletter-action{grid-column:1/-1;justify-self:start;margin-left:82px}.hb-single-grid{grid-template-columns:1fr}.hb-single-grid>.hb-sidebar{display:none}.hb-article-frame{padding:28px}.hb-page-frame{padding:28px}.hb-single-head h1{font-size:52px}
}
@media(max-width:640px){
  :root{--section-space:46px}.hb-container{width:calc(100% - 22px)}body{padding-bottom:72px}.hb-footer{padding-bottom:70px}.hb-announcement-inner{justify-content:flex-start;overflow:hidden;white-space:nowrap}.hb-announcement-inner>*{flex:none}.hb-announcement-arrow{display:none}.hb-header-actions .hb-theme-toggle{display:none}.hb-breaking-row{min-height:37px}.hb-breaking-label{font-size:8px}.hb-breaking-track{font-size:10px;gap:28px;padding-left:20px}
  .hb-search-dialog{padding:18px;border-radius:20px}.hb-search-dialog-head strong{font-size:25px}.hb-search-dialog-head p{display:none}.hb-search-field{height:54px}.hb-search-submit{width:40px;height:40px}
  .hb-home-intro{padding:28px 0 18px}.hb-home-title-row h1{font-size:39px}.hb-home-title-row p{font-size:12px}.hb-pro-hero-lead,.hb-pro-hero-side-card{border-radius:18px}.hb-pro-hero-lead-link{min-height:440px}.hb-pro-hero-copy{padding:22px}.hb-pro-hero-copy h2{font-size:36px}.hb-pro-hero-copy p{display:none}.hb-pro-hero-meta{margin-top:14px}.hb-pro-hero-meta .hb-inline-arrow{display:none}.hb-pro-hero-side{grid-template-columns:1fr}.hb-home-hero--mosaic .hb-pro-hero-grid{grid-template-columns:1fr}.hb-home-hero--mosaic .hb-pro-hero-side,.hb-home-hero--immersive .hb-pro-hero-side{grid-template-columns:1fr}.hb-pro-hero-side-card>a,.hb-home-hero--mosaic .hb-pro-hero-side-card>a,.hb-home-hero--immersive .hb-pro-hero-side-card>a{grid-template-columns:104px minmax(0,1fr);grid-template-rows:1fr;min-height:110px}.hb-pro-hero-side-media,.hb-home-hero--mosaic .hb-pro-hero-side-media,.hb-home-hero--immersive .hb-pro-hero-side-media{min-height:90px;height:auto}.hb-pro-hero-side-copy h3{font-size:15px}.hb-hero-briefs{border-radius:16px}.hb-topic-section{padding-bottom:16px}.hb-topic-bar{grid-template-columns:1fr;gap:6px;padding:9px 10px}.hb-topic-bar>span{padding-left:3px}
  .hb-section-head{margin-bottom:20px}.hb-section-head h1,.hb-section-head h2{font-size:34px}.hb-section-head p{font-size:12px}.hb-front-page-content{padding-top:22px}.hb-front-content-card{border-radius:19px}.hb-front-content-head{padding:20px}.hb-front-content-head h2{font-size:25px}.hb-front-content-body{padding:20px;overflow-x:auto}.hb-front-content-body table{min-width:600px}
  .hb-post-grid--2,.hb-post-grid--3{grid-template-columns:1fr}.hb-post-card-link{grid-template-columns:112px minmax(0,1fr);min-height:116px}.hb-post-card-media{min-height:116px}.hb-post-card-copy{padding:12px}.hb-post-card-copy h3{font-size:16px;margin:6px 0}.hb-post-card-copy p{display:none}.hb-post-card-copy .hb-meta{font-size:9px}.hb-rail-card{border-radius:18px}.hb-ranked-list{grid-template-columns:1fr}.hb-ranked-item:nth-child(2){border-top:1px solid var(--line)}
  .hb-spotlight-section{padding:50px 0}.hb-spotlight-shell{padding:22px;border-radius:22px}.hb-spotlight-intro h2{font-size:36px}.hb-spotlight-grid{grid-template-columns:1fr}.hb-spotlight-card--1{grid-column:auto}.hb-spotlight-card--1 .hb-spotlight-media,.hb-spotlight-card .hb-spotlight-media,.hb-spotlight-card--3 .hb-spotlight-media{height:190px}.hb-spotlight-card--1 h3{font-size:23px}.hb-spotlight-copy p{display:none}
  .hb-category-hub-card{padding:16px;border-radius:18px}.hb-category-hub-lead a{grid-template-columns:112px 1fr;gap:12px}.hb-category-hub-media{height:82px}.hb-category-hub-lead h4{font-size:15px}.hb-category-hub-lead .hb-meta{font-size:9px}.hb-longread-card>a{grid-template-columns:38px 1fr auto;padding:17px 14px;gap:10px}.hb-longread-index{font-size:16px}.hb-longread-copy h3{font-size:17px}.hb-longread-copy p{display:none}.hb-longread-arrow{width:31px;height:31px}
  .hb-newsletter-card{grid-template-columns:1fr;padding:26px 22px;border-radius:21px}.hb-newsletter-icon{width:50px;height:50px}.hb-newsletter-card h2{font-size:31px}.hb-newsletter-action{grid-column:auto;margin-left:0}.hb-newsletter-action .hb-button{width:100%}.hb-home-widget-grid{grid-template-columns:1fr}
  .hb-single-main{padding-top:24px}.hb-single-head h1{font-size:40px}.hb-single-deck{font-size:16px}.hb-single-meta{gap:14px}.hb-single-actions{display:grid;grid-template-columns:repeat(2,1fr);width:100%}.hb-single-actions .hb-button{width:100%}.hb-font-tools{grid-column:1/-1;width:100%;justify-content:center}.hb-single-featured{margin-inline:-11px;border-radius:0;border-left:0;border-right:0}.hb-article-frame{padding:21px 17px;border-radius:18px}.hb-article-content{font-size:calc(17px * var(--article-font-scale,1))}.hb-article-content h2{font-size:29px}.hb-article-content h3{font-size:23px}.hb-toc{border-radius:16px}.hb-page-head,.hb-archive-head{border-radius:19px}.hb-page-head h1,.hb-archive-head h1{font-size:38px}.hb-page-frame{padding:21px 17px;border-radius:18px}
  .hb-footer-top{grid-template-columns:1fr}.hb-footer-widgets{grid-template-columns:1fr 1fr}.hb-footer-bottom{grid-template-columns:1fr}.hb-backtop{margin-left:0}.hb-mobile-bottom{position:fixed;z-index:1000;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));height:58px;display:grid;grid-template-columns:repeat(4,1fr);padding:5px;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);border-radius:18px;background:color-mix(in srgb,var(--card) 90%,transparent);backdrop-filter:blur(20px) saturate(150%);box-shadow:0 16px 44px rgba(12,28,44,.18)}.hb-mobile-bottom a,.hb-mobile-bottom button{appearance:none;border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:13px;font-size:8px;font-weight:750;cursor:pointer}.hb-mobile-bottom svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.hb-mobile-bottom .is-active,.hb-mobile-bottom a:hover,.hb-mobile-bottom button:hover{background:var(--accent-soft);color:var(--accent)}.hb-toast{bottom:82px;max-width:calc(100% - 24px);text-align:center}
}
@media(max-width:420px){.hb-footer-widgets{grid-template-columns:1fr}.hb-single-actions{grid-template-columns:1fr 1fr}.hb-single-actions .hb-button span{display:none}.hb-pro-hero-copy h2{font-size:32px}.hb-home-title-row h1{font-size:36px}}
@media(prefers-reduced-motion:reduce){.hb-pro-hero-media img,.hb-pro-hero-side-media img,.hb-spotlight-media img,.hb-category-hub-media img{transition:none!important}}
@media print{body{padding-bottom:0}.hb-mobile-bottom,.hb-saved-drawer,.hb-toast{display:none!important}}
.hb-archive-featured{margin:0 0 28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-sm)}.hb-archive-featured>a{display:grid;grid-template-columns:minmax(320px,1.08fr) minmax(0,.92fr);min-height:380px}.hb-archive-featured-media{min-height:360px;background:var(--card-soft);overflow:hidden}.hb-archive-featured-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.hb-archive-featured:hover img{transform:scale(1.025)}.hb-archive-featured-copy{padding:34px;display:flex;flex-direction:column;justify-content:center}.hb-archive-featured-copy h2{margin:12px 0;font-size:clamp(30px,3.5vw,46px);line-height:1.04;letter-spacing:-.055em}.hb-archive-featured-copy p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.7}.hb-archive-featured-copy>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:15px}.hb-archive-featured:hover h2{color:var(--accent)}
@media(max-width:800px){.hb-archive-featured>a{grid-template-columns:1fr}.hb-archive-featured-media{min-height:260px;aspect-ratio:16/9}.hb-archive-featured-copy{padding:24px}}
@media(max-width:520px){.hb-archive-featured{border-radius:18px}.hb-archive-featured-media{min-height:210px}.hb-archive-featured-copy{padding:18px}.hb-archive-featured-copy h2{font-size:29px}.hb-archive-featured-copy p{display:none}.hb-archive-featured-copy .hb-inline-arrow{display:none}}
/* Design character presets */
.hb-preset-minimal{--shadow-xs:none;--shadow-sm:none;--shadow:none;--shadow-lg:0 30px 90px rgba(10,24,38,.12);--section-space:70px}.hb-preset-minimal .hb-post-card,.hb-preset-minimal .hb-rail-card,.hb-preset-minimal .hb-category-hub-card,.hb-preset-minimal .hb-pro-hero-side-card{border-color:color-mix(in srgb,var(--line) 72%,transparent)}.hb-preset-minimal .hb-post-card:hover{transform:none}.hb-preset-minimal .hb-brand-mark{box-shadow:none}.hb-preset-minimal .hb-pro-hero-lead{box-shadow:none}
.hb-preset-magazine{--radius-lg:14px;--radius-xl:18px;--section-space:72px}.hb-preset-magazine .hb-home-title-row h1,.hb-preset-magazine .hb-section-head h2,.hb-preset-magazine .hb-archive-head h1{letter-spacing:-.04em}.hb-preset-magazine .hb-pro-hero-copy h2{font-weight:900}.hb-preset-magazine .hb-eyebrow{letter-spacing:.21em}.hb-preset-magazine .hb-post-card-copy h3{font-weight:850}
.hb-preset-personal .hb-home-title-row h1,.hb-preset-personal .hb-section-head h2,.hb-preset-personal .hb-single-head h1,.hb-preset-personal .hb-page-head h1{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.04em;font-weight:700}.hb-preset-personal .hb-pro-hero-copy h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.04em}.hb-preset-personal{--radius-lg:24px;--radius-xl:32px}
.hb-preset-technical{--radius-lg:12px;--radius-xl:16px;--radius-md:10px;--radius-sm:8px}.hb-preset-technical .hb-post-card,.hb-preset-technical .hb-rail-card,.hb-preset-technical .hb-category-hub-card{box-shadow:none}.hb-preset-technical .hb-section-head h2,.hb-preset-technical .hb-home-title-row h1{letter-spacing:-.035em}.hb-preset-technical .hb-meta{font-variant-numeric:tabular-nums}.hb-preset-technical .hb-topic-bar a{border:1px solid var(--line)}
.hb-density-compact .hb-post-card-copy{padding:14px}.hb-density-compact .hb-post-card-copy h3{font-size:18px}.hb-density-compact .hb-post-card-copy p{display:none}.hb-density-compact .hb-category-hub-card{padding:16px}.hb-density-compact .hb-longread-card>a{padding:17px}
:root{--accent-soft:color-mix(in srgb,var(--accent) 11%,transparent)}html[data-theme="dark"]{--accent-soft:color-mix(in srgb,var(--accent) 14%,transparent)}

/* =========================================================
   SagulWEB Signature Pro v6 — refined editorial system
   ========================================================= */
:root{
  --bg:#f1f4f8;
  --bg-elevated:#f7f9fc;
  --card:#fbfcfe;
  --card-soft:#f4f6fa;
  --text:#1a2535;
  --text-strong:#0c1627;
  --muted:#6d7a8e;
  --muted-2:#96a1b1;
  --line:#dde4ed;
  --line-strong:#ccd6e2;
  --header:rgba(247,249,252,.88);
  --shadow-xs:0 7px 22px rgba(28,43,64,.035);
  --shadow-sm:0 10px 30px rgba(29,44,67,.055);
  --shadow:0 25px 70px rgba(27,43,65,.08);
  --shadow-lg:0 42px 110px rgba(22,37,58,.14);
  --section-space:78px;
}
html[data-theme="dark"]{
  --bg:#06111f;
  --bg-elevated:#091827;
  --card:#0c1b2c;
  --card-soft:#102237;
  --text:#e6edf5;
  --text-strong:#f9fbfe;
  --muted:#9cacbf;
  --muted-2:#6e849b;
  --line:#1b3046;
  --line-strong:#29445f;
  --header:rgba(6,17,31,.88);
  --shadow-xs:0 8px 24px rgba(0,0,0,.10);
  --shadow-sm:0 12px 34px rgba(0,0,0,.17);
  --shadow:0 28px 78px rgba(0,0,0,.24);
  --shadow-lg:0 44px 120px rgba(0,0,0,.34);
}
body{font-weight:430;letter-spacing:-.005em}
.hb-home-tone-mist .hb-front-main{background:radial-gradient(circle at 15% 2%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 26%),linear-gradient(180deg,var(--bg-elevated) 0,var(--bg) 28%,var(--bg) 100%)}
.hb-home-tone-clean .hb-front-main{background:var(--bg)}
.hb-home-tone-editorial .hb-front-main{background:linear-gradient(180deg,var(--bg-elevated),var(--bg) 44%)}

/* Signature brand */
.hb-header-row{height:82px;grid-template-columns:minmax(330px,auto) 1fr auto;gap:34px}
.hb-brand--signature{display:flex;align-items:center;min-width:0}
.hb-signature-brand{display:inline-flex;align-items:center;gap:15px;min-width:0}
.hb-wordmark{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:32px;padding:0 10px;border:1px solid color-mix(in srgb,var(--accent) 32%,var(--line));border-radius:10px;background:color-mix(in srgb,var(--accent) 6%,var(--card));color:var(--accent);font-size:11px;font-weight:760;letter-spacing:.18em;line-height:1;box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 8%,transparent)}
.hb-signature-copy{display:flex;flex-direction:column;min-width:0;line-height:1.1}
.hb-signature-name{font-size:18px;font-weight:620;letter-spacing:-.03em;color:var(--text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hb-signature-role{margin-top:5px;font-size:10.5px;font-weight:520;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.custom-logo-link+.hb-signature-copy{margin-left:13px}.custom-logo{max-height:40px}
.hb-menu>li>a{font-size:12.5px;font-weight:620;padding-inline:13px}
.hb-menu>li>a:hover,.hb-menu>.current-menu-item>a,.hb-menu>.current_page_item>a{box-shadow:none;background:color-mix(in srgb,var(--accent) 7%,var(--card));color:var(--accent)}
.hb-icon-button{width:39px;height:39px;border-radius:12px;background:color-mix(in srgb,var(--card) 94%,transparent)}
.hb-header.is-scrolled{box-shadow:0 10px 36px rgba(21,35,54,.055)}
.hb-breaking{background:color-mix(in srgb,var(--bg-elevated) 93%,var(--card));border-top:1px solid var(--line)}
.hb-breaking-row{min-height:37px}.hb-breaking-label{height:24px;padding-inline:10px;border-radius:7px;font-size:8.5px;letter-spacing:.14em}.hb-breaking-track{font-size:11.5px;font-weight:570}

/* Elegant common headings */
.hb-eyebrow{font-size:9px;font-weight:760;letter-spacing:.19em}.hb-eyebrow:before{width:13px;opacity:.42}
.hb-section{padding:var(--section-space) 0}.hb-section-head h1,.hb-section-head h2{font-weight:610;letter-spacing:-.055em}.hb-section-head p{max-width:500px;color:var(--muted);font-size:13px}
.hb-text-link{font-weight:620}

/* Home signature hero */
.hb-home-intro{padding:64px 0 28px}
.hb-home-title-row--signature{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);align-items:end;gap:48px;margin-bottom:28px}
.hb-home-title-row--signature h1{margin:9px 0 0;font-size:clamp(44px,5vw,66px);font-weight:570;line-height:.98;letter-spacing:-.065em;color:var(--text-strong)}
.hb-home-title-aside{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:5px}.hb-home-title-aside p{margin:0;max-width:285px;color:var(--muted);font-size:13px;line-height:1.65}.hb-home-title-aside .hb-text-link{flex:none;font-size:11px}
.hb-signature-hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.72fr);gap:18px;align-items:stretch}
.hb-signature-lead,.hb-hero-slider{border:1px solid var(--line);border-radius:calc(var(--radius-xl) + 2px);overflow:hidden;background:var(--card);box-shadow:var(--shadow-sm)}
.hb-signature-lead{min-width:0}.hb-signature-lead-link{position:relative;display:block;min-height:590px;overflow:hidden}.hb-signature-lead-media{position:absolute;inset:0;background:linear-gradient(145deg,var(--card-soft),color-mix(in srgb,var(--accent) 8%,var(--card-soft)))}.hb-signature-lead-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.hb-signature-lead:hover img{transform:scale(1.025)}
.hb-signature-lead-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,11,20,.03) 15%,rgba(5,12,22,.16) 45%,rgba(4,10,19,.90) 100%)}
.hb-signature-lead-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:44px;color:#fff}.hb-signature-lead-kicker{display:flex;align-items:center;gap:10px;margin-bottom:14px}.hb-signature-lead-kicker>span:last-child{font-size:9px;font-weight:720;letter-spacing:.13em;text-transform:uppercase;opacity:.68}.hb-signature-lead-copy .hb-badge{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(8px)}
.hb-signature-lead-copy h2{max-width:830px;margin:0;font-size:clamp(38px,4.7vw,65px);font-weight:570;line-height:1.015;letter-spacing:-.062em;text-wrap:balance}.hb-signature-lead-copy p{max-width:720px;margin:18px 0 0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}.hb-signature-lead-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px}.hb-signature-lead-foot .hb-meta{color:rgba(255,255,255,.70)}.hb-signature-lead-foot .hb-meta-dot{background:rgba(255,255,255,.38)}.hb-read-cue{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:660}.hb-read-cue svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}

.hb-hero-slider{display:flex;flex-direction:column;min-height:590px;padding:18px}.hb-hero-slider-head,.hb-story-rail-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:2px 2px 14px}.hb-hero-slider-head h3,.hb-story-rail-head h3{margin:5px 0 0;font-size:17px;font-weight:620;letter-spacing:-.035em}.hb-slider-controls{display:flex;gap:6px}.hb-slider-controls button{appearance:none;width:31px;height:31px;border:1px solid var(--line);border-radius:10px;background:var(--card-soft);color:var(--muted);display:grid;place-items:center;cursor:pointer;font-size:20px;line-height:1}.hb-slider-controls button:hover{border-color:var(--line-strong);color:var(--accent);background:var(--card)}
.hb-hero-slider-track{position:relative;flex:1;min-height:0}.hb-hero-slide{display:none;height:100%;animation:hbSlideFade .36s ease}.hb-hero-slide.is-active{display:block}.hb-hero-slide>a{display:flex;height:100%;flex-direction:column}.hb-hero-slide-media{height:255px;overflow:hidden;border-radius:18px;background:var(--card-soft)}.hb-hero-slide-media img{width:100%;height:100%;object-fit:cover}.hb-hero-slide-copy{display:flex;flex:1;flex-direction:column;padding:19px 5px 4px}.hb-hero-slide-copy>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.hb-slide-number{font-size:10px;font-variant-numeric:tabular-nums;color:var(--muted-2)}.hb-hero-slide-copy h3{margin:12px 0 9px;font-size:25px;font-weight:590;line-height:1.13;letter-spacing:-.045em;text-wrap:balance}.hb-hero-slide-copy p{margin:0 0 14px;color:var(--muted);font-size:12.5px;line-height:1.65}.hb-hero-slide-copy .hb-meta{margin-top:auto}
.hb-slider-dots{display:flex;align-items:center;gap:6px;padding:13px 3px 1px}.hb-slider-dots button{appearance:none;width:6px;height:6px;padding:0;border:0;border-radius:999px;background:var(--line-strong);cursor:pointer;transition:width .18s ease,background .18s ease}.hb-slider-dots button.is-active{width:24px;background:var(--accent)}
@keyframes hbSlideFade{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}

.hb-hero-briefs--signature{margin-top:16px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--card) 80%,transparent);box-shadow:none;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.hb-hero-briefs--signature>a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-height:94px;padding:14px 18px;border-right:1px solid var(--line)}.hb-hero-briefs--signature>a:last-child{border-right:0}.hb-brief-index{font-size:10px;color:var(--muted-2);font-variant-numeric:tabular-nums}.hb-hero-briefs--signature>a>span:nth-child(2){display:flex;flex-direction:column;gap:7px;min-width:0}.hb-hero-briefs--signature strong{font-size:13px;font-weight:590;line-height:1.35;letter-spacing:-.02em}.hb-hero-briefs--signature .hb-badge{align-self:flex-start}.hb-hero-briefs--signature>a:hover strong{color:var(--accent)}
.hb-empty-state--signature{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:36px;min-height:260px;padding:44px;border-style:solid;background:linear-gradient(135deg,var(--card),color-mix(in srgb,var(--accent) 4%,var(--card)))}.hb-empty-mark{display:grid;place-items:center;width:138px;height:138px;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 24%,var(--line));background:var(--card-soft);color:var(--accent);font-size:15px;font-weight:780;letter-spacing:.22em}.hb-empty-state--signature h2{max-width:720px;margin:8px 0;font-size:35px;font-weight:570;letter-spacing:-.05em}.hb-empty-state--signature p{max-width:690px}

/* Cards and editorial sections */
.hb-post-card,.hb-rail-card,.hb-category-hub-card,.hb-spotlight-shell,.hb-front-content-card{box-shadow:var(--shadow-xs)}
.hb-post-card{background:color-mix(in srgb,var(--card) 96%,transparent)}.hb-post-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.hb-post-card-copy h3{font-weight:590;letter-spacing:-.035em}.hb-category-hub-head h3,.hb-longread-copy h3,.hb-spotlight-copy h3{font-weight:590}
.hb-image-landscape .hb-post-card-media{aspect-ratio:16/10}.hb-image-classic .hb-post-card-media{aspect-ratio:4/3}.hb-image-cinema .hb-post-card-media{aspect-ratio:16/9}
.hb-type-editorial .hb-home-title-row h1,.hb-type-editorial .hb-section-head h2,.hb-type-editorial .hb-single-head h1,.hb-type-editorial .hb-archive-head h1,.hb-type-editorial .hb-page-head h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.045em}.hb-type-technical{font-family:"Segoe UI",Inter,Arial,sans-serif}.hb-type-technical .hb-home-title-row h1,.hb-type-technical .hb-section-head h2{letter-spacing:-.035em}
.hb-preset-signature{--radius-lg:20px;--radius-xl:25px}.hb-preset-signature .hb-section--soft{background:color-mix(in srgb,var(--bg-elevated) 82%,var(--bg));}.hb-preset-signature .hb-spotlight-shell{border:1px solid var(--line);background:var(--card)}

/* Single article — calmer, premium reading */
.hb-single-main{padding-top:40px}.hb-single-shell{width:min(var(--container),calc(100% - 48px))}.hb-breadcrumbs{margin-bottom:42px;font-size:10.5px}.hb-single-head{max-width:1030px;margin:0 auto 34px;text-align:left}.hb-single-kicker{justify-content:flex-start}.hb-single-head h1{margin:15px 0 18px;font-size:clamp(42px,5.2vw,68px);font-weight:570;line-height:1.02;letter-spacing:-.062em;text-wrap:balance}.hb-single-deck{max-width:820px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}.hb-single-meta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;padding-top:19px}.hb-author-inline img{width:42px;height:42px}.hb-author-inline strong{font-size:12.5px;font-weight:620}.hb-single-actions{gap:6px}.hb-single-actions .hb-button{height:38px;padding-inline:11px;font-size:10.5px;border-radius:11px}.hb-single-actions .hb-icon-button{width:36px;height:36px}
.hb-single-featured{max-width:1180px;margin:0 auto 42px;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow-sm)}.hb-single-featured img{width:100%;max-height:720px;object-fit:cover}
.hb-single-grid{max-width:1180px;margin-inline:auto;grid-template-columns:minmax(0,1fr) 328px;gap:44px;align-items:start}.hb-article-frame{padding:42px 46px;border:1px solid var(--line);border-radius:25px;background:color-mix(in srgb,var(--card) 97%,transparent);box-shadow:var(--shadow-xs)}.hb-article-content{font-size:calc(18.5px * var(--article-font-scale,1));line-height:1.86;color:color-mix(in srgb,var(--text) 96%,transparent)}.hb-article-content p{margin:0 0 1.5em}.hb-article-content h2{margin-top:2.1em;font-size:34px;font-weight:610;letter-spacing:-.045em}.hb-article-content h3{font-size:26px;font-weight:610;letter-spacing:-.035em}.hb-article-content blockquote{border-radius:18px;background:var(--card-soft);border-color:var(--accent)}.hb-toc{margin-bottom:18px;border-radius:18px;background:var(--card);box-shadow:var(--shadow-xs)}
.hb-rail-sticky .hb-single-grid>.hb-sidebar{position:sticky;top:128px;align-self:start}.hb-sidebar{display:flex;flex-direction:column;gap:16px}.hb-story-rail,.hb-widget{border:1px solid var(--line);border-radius:21px;background:var(--card);box-shadow:var(--shadow-xs)}
.hb-story-rail{padding:14px;overflow:hidden}.hb-story-slider-track{position:relative}.hb-story-slide{display:none;animation:hbSlideFade .3s ease}.hb-story-slide.is-active{display:block}.hb-story-slide>a{display:block}.hb-story-slide-media{height:188px;border-radius:15px;overflow:hidden;background:var(--card-soft)}.hb-story-slide-media img{width:100%;height:100%;object-fit:cover}.hb-story-slide-copy{padding:15px 5px 3px}.hb-story-slide-copy h4{margin:10px 0 8px;font-size:20px;font-weight:590;line-height:1.18;letter-spacing:-.04em}.hb-story-slide-copy p{margin:0 0 12px;color:var(--muted);font-size:11.5px;line-height:1.58}.hb-story-slide-copy .hb-meta{font-size:9px}.hb-story-rail .hb-slider-dots{padding-left:5px;padding-bottom:4px}
.hb-widget--flow{padding:18px}.hb-flow-list{display:flex;flex-direction:column}.hb-flow-list a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:12px 1px;border-top:1px solid var(--line)}.hb-flow-list a:first-child{border-top:0}.hb-flow-list span{font-size:9px;color:var(--muted-2);font-variant-numeric:tabular-nums}.hb-flow-list strong{font-size:12px;font-weight:570;line-height:1.4}.hb-flow-list a:hover strong{color:var(--accent)}
.hb-rail-compact .hb-story-slide-media{height:130px}.hb-rail-compact .hb-story-slide-copy p{display:none}.hb-rail-compact .hb-story-slide-copy h4{font-size:17px}
.hb-related{max-width:1180px;margin-inline:auto}.hb-post-nav,.hb-author-card,.hb-tags{max-width:none}

/* Footer signature */
.hb-signature-brand--footer{margin-bottom:15px}.hb-footer .hb-wordmark{background:transparent}.hb-footer-brand>p{max-width:410px}

/* Mobile refinement */
@media(max-width:1100px){
  .hb-header-row{grid-template-columns:minmax(260px,auto) 1fr auto;gap:20px}.hb-signature-hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.75fr)}.hb-signature-lead-link,.hb-hero-slider{min-height:540px}.hb-hero-slide-media{height:220px}.hb-single-grid{grid-template-columns:minmax(0,1fr) 300px;gap:28px}.hb-article-frame{padding:34px}
}
@media(max-width:900px){
  .hb-header-row{grid-template-columns:auto minmax(0,1fr) auto;height:72px}.hb-brand--signature{justify-self:center}.hb-menu-toggle{display:grid}.hb-navigation{position:fixed}.hb-signature-name{font-size:16px}.hb-wordmark{min-width:64px;height:30px;font-size:10px}.hb-signature-hero-grid{grid-template-columns:1fr}.hb-signature-lead-link{min-height:520px}.hb-hero-slider{min-height:0}.hb-hero-slider-track{min-height:430px}.hb-hero-slide-media{height:230px}.hb-hero-briefs--signature{grid-template-columns:1fr}.hb-hero-briefs--signature>a{border-right:0;border-bottom:1px solid var(--line)}.hb-hero-briefs--signature>a:last-child{border-bottom:0}.hb-single-grid{grid-template-columns:1fr}.hb-single-grid>.hb-sidebar{display:flex!important;position:static!important;max-width:100%}.hb-sidebar{display:grid!important;grid-template-columns:1fr 1fr;align-items:start}.hb-story-rail{grid-column:1/-1}.hb-story-slide>a{display:grid;grid-template-columns:250px 1fr;gap:12px}.hb-story-slide-media{height:190px}.hb-story-slide-copy{padding:10px}.hb-widget{min-width:0}
}
@media(max-width:720px){
  :root{--section-space:52px}.hb-container,.hb-single-shell{width:calc(100% - 28px)}.hb-header-row{height:68px;gap:8px}.hb-signature-brand{gap:9px}.hb-wordmark{min-width:58px;height:28px;padding-inline:7px;font-size:9px;border-radius:9px}.hb-signature-name{font-size:14px}.hb-signature-role{margin-top:3px;font-size:8px;letter-spacing:.07em}.hb-header-actions{gap:5px}.hb-header-actions .hb-icon-button{width:36px;height:36px}.hb-home-intro{padding:38px 0 18px}.hb-home-title-row--signature{grid-template-columns:1fr;gap:12px;margin-bottom:20px}.hb-home-title-row--signature h1{font-size:43px}.hb-home-title-aside{align-items:center}.hb-home-title-aside p{font-size:11.5px}.hb-signature-lead-link{min-height:440px}.hb-signature-lead-copy{padding:25px}.hb-signature-lead-copy h2{font-size:38px}.hb-signature-lead-copy p{display:none}.hb-signature-lead-foot{margin-top:15px}.hb-signature-lead-foot .hb-read-cue{display:none}.hb-hero-slider{padding:14px;border-radius:20px}.hb-hero-slider-track{min-height:390px}.hb-hero-slide-media{height:205px}.hb-hero-slide-copy h3{font-size:22px}.hb-empty-state--signature{grid-template-columns:1fr;gap:20px;padding:28px}.hb-empty-mark{width:86px;height:86px;font-size:11px}.hb-empty-state--signature h2{font-size:29px}.hb-single-main{padding-top:22px}.hb-breadcrumbs{margin-bottom:28px}.hb-single-head{margin-bottom:24px}.hb-single-head h1{font-size:40px}.hb-single-deck{font-size:15.5px}.hb-single-meta{align-items:flex-start;flex-direction:column;margin-top:22px}.hb-single-featured{margin-inline:-14px;border-radius:0;border-inline:0}.hb-article-frame{padding:25px 20px;border-radius:20px}.hb-article-content{font-size:calc(17.4px * var(--article-font-scale,1));line-height:1.82}.hb-sidebar{grid-template-columns:1fr!important}.hb-story-slide>a{display:block}.hb-story-slide-media{height:210px}.hb-story-rail{grid-column:auto}.hb-related{margin-top:46px}
}
@media(max-width:480px){
  .hb-container,.hb-single-shell{width:calc(100% - 22px)}.hb-wordmark{min-width:54px}.hb-signature-name{font-size:13.5px}.hb-signature-role{font-size:7.5px}.hb-home-title-row--signature h1{font-size:37px}.hb-home-title-aside .hb-text-link{display:none}.hb-signature-lead-link{min-height:410px}.hb-signature-lead-copy{padding:21px}.hb-signature-lead-copy h2{font-size:32px}.hb-signature-lead-kicker{margin-bottom:10px}.hb-hero-slider-track{min-height:365px}.hb-hero-slide-media{height:190px}.hb-hero-slide-copy{padding:15px 3px 2px}.hb-hero-slide-copy p{display:none}.hb-hero-briefs--signature>a{min-height:84px;padding:12px}.hb-single-head h1{font-size:36px}.hb-single-actions{grid-template-columns:repeat(4,1fr)}.hb-single-actions .hb-button{min-width:0;padding-inline:8px}.hb-single-actions .hb-button span{display:none}.hb-font-tools{grid-column:1/-1}.hb-story-slide-media{height:190px}
}
@media(prefers-reduced-motion:reduce){.hb-signature-lead-media img{transition:none}.hb-hero-slide,.hb-story-slide{animation:none}}

/* V6 finishing touches: quieter premium surfaces */
.hb-newsletter-card{background:linear-gradient(135deg,#0b1b31 0%,#102945 55%,#173755 100%);color:#f6f9fc;box-shadow:0 28px 70px rgba(11,27,49,.18);border:1px solid rgba(255,255,255,.08)}
.hb-newsletter-card:before{opacity:.18}.hb-newsletter-card p{color:rgba(246,249,252,.68)}.hb-newsletter-card .hb-eyebrow{color:#a9c3ff}.hb-newsletter-icon{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.hb-newsletter-action .hb-button--light{background:#f7f9fc;color:#102139;border-color:#f7f9fc;box-shadow:none}.hb-newsletter-action .hb-button--light:hover{background:#fff;transform:translateY(-1px)}
html[data-theme="dark"] .hb-newsletter-card{background:linear-gradient(135deg,#0b1b2d,#10243a 60%,#15314b);border-color:#213c56;box-shadow:0 26px 70px rgba(0,0,0,.24)}
.hb-topic-bar{border:1px solid var(--line);background:color-mix(in srgb,var(--card) 88%,transparent);box-shadow:var(--shadow-xs)}
.hb-topic-bar a{font-weight:560}.hb-topic-bar a:hover{background:var(--card-soft);color:var(--accent)}
.hb-spotlight-shell{overflow:hidden}.hb-spotlight-intro h2{font-weight:570;letter-spacing:-.055em}.hb-spotlight-intro p{font-size:12.5px;line-height:1.7}
.hb-category-hub-card{background:color-mix(in srgb,var(--card) 97%,transparent)}
.hb-longread-card>a{background:color-mix(in srgb,var(--card) 97%,transparent)}
.hb-footer{background:color-mix(in srgb,var(--bg-elevated) 78%,var(--bg));border-top:1px solid var(--line)}

/* SagulWEB 6.1 — refined signature wordmark */
.hb-signature-brand{
  gap:18px;
  isolation:isolate;
}
.hb-wordmark{
  min-width:0;
  width:auto;
  height:30px;
  padding:0 8px 0 9px;
  flex:0 0 auto;
  white-space:nowrap;
  font-size:10px;
  font-weight:720;
  letter-spacing:.095em;
  border-radius:8px;
  box-shadow:none;
  line-height:1;
}
.hb-signature-copy{
  flex:0 1 auto;
  min-width:0;
  margin:0;
  padding:0;
}
.hb-signature-name,
.hb-signature-role{
  position:relative;
  z-index:1;
}
@media (max-width:900px){
  .hb-signature-brand{gap:12px;max-width:64vw}
  .hb-wordmark{height:28px;padding-inline:7px;font-size:9px;letter-spacing:.085em;border-radius:8px}
}
@media (max-width:560px){
  .hb-signature-brand{gap:10px;max-width:68vw}
  .hb-wordmark{height:27px;padding-inline:6px;font-size:8.5px;letter-spacing:.075em}
}
