/* Agentic Pods magazine variant, interpreted from Blogzine index-3.
   Scoped rules preserve the shared article/list components and menu contracts. */
.bz-tech-header{border:0;padding-bottom:0}
.bz-tech-header .bz-top{font-size:12px;min-height:40px;padding-block:10px}
.bz-tech-masthead{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-block:20px}
.bz-tech-masthead .bz-brand{font-size:38px;letter-spacing:-1.2px;max-width:40%;overflow-wrap:anywhere}
.bz-tech-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:65%;min-height:100px;padding:22px 32px;border-radius:4px;color:#fff;background:linear-gradient(115deg,#172338 0%,#203c74 65%,#2163e8 100%)}
.bz-tech-banner span{display:block;font-size:12px;opacity:.85;margin-bottom:6px}
.bz-tech-banner strong{display:block;font:700 23px/1.25 var(--font-display);max-width:430px}
.bz-tech-banner .bz-button{background:#2163e8;color:#fff;flex-shrink:0}
.bz-tech-header .bz-bar{background:#191a1f;min-height:62px;padding:0 20px;gap:24px}
.bz-tech-header .bz-nav{color:#fff;font-size:15px;gap:28px}
.bz-tech-header .bz-topics summary{color:#fff}
.bz-tech-header .bz-dropdown{color:#191a1f}
.bz-tech-header .bz-nav>a:hover,.bz-tech-header .bz-nav>a[aria-current=page]{color:#74a4ff}
.bz-tech-header .bz-nav>a[aria-current=page]{text-decoration:none}
.bz-tech-header .bz-nav>a[aria-current=page]::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor;margin-right:5px}
.bz-tech-header .bz-menu{color:#fff;background:transparent;border-color:#59606b}
.bz-tech-header .bz-subscribe{background:#2163e8}
.bz-tech-header .bz-discover{background:#f7f8f9;margin-top:12px;margin-bottom:0}
.bz-tech-home{padding-top:28px}
.bz-tech-briefs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;margin-bottom:30px}
.bz-tech-brief{display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;align-items:center;min-width:0}
.bz-tech-brief-image{display:block;width:76px;height:76px;border-radius:6px;overflow:hidden;background:#e9f0fd}
.bz-tech-brief-image img{display:block;width:100%;height:100%;object-fit:cover}
.bz-tech-brief-image span{display:grid;place-items:center;height:100%;color:var(--gold);font:700 28px var(--font-display)}
.bz-tech-brief h2{font-size:17px;line-height:1.3;margin:0 0 8px}
.bz-tech-brief a:hover{text-decoration:underline;text-underline-offset:3px}
.bz-tech-brief p{font-size:12px;margin:0;display:flex;flex-wrap:wrap;gap:6px}
.bz-tech-home .bz-home-intro{margin-bottom:20px}
.bz-tech-home .bz-feature-grid{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);grid-template-rows:auto;gap:30px;align-items:stretch}
.bz-tech-home .bz-feature-grid>article:first-child{grid-row:auto;grid-column:auto;min-height:560px}
.bz-tech-home .bz-feature-grid:has(>article:only-child){grid-template-columns:1fr;grid-template-rows:auto}
.bz-tech-home .bz-feature-grid>article:only-child{min-height:480px}
.bz-tech-home .bz-story-featured .bz-story-body{padding:40px}
.bz-tech-home .bz-story-featured:first-child h3{font-size:clamp(30px,3.1vw,48px);line-height:1.2;font-weight:400}
.bz-tech-home .bz-story-featured .bz-story-excerpt{font-size:15px;max-width:52ch}
.bz-tech-home .bz-tech-side{display:grid;gap:24px;align-content:start;min-width:0}
.bz-tech-side>.bz-story{display:grid;grid-template-columns:138px minmax(0,1fr);gap:16px;align-items:start}
.bz-tech-side .bz-story-image{aspect-ratio:4/3}
.bz-tech-side .bz-story-body{padding:0}
.bz-tech-side .bz-story h3{font-size:20px;line-height:1.3;margin:0 0 10px}
.bz-tech-side .bz-story-excerpt{display:none}
.bz-tech-side .bz-image-topic{position:static;display:table;margin-top:8px;font-size:11px}
.bz-tech-side .bz-story-meta{font-size:12px}
.bz-tech-home .bz-home-columns{margin-top:48px;gap:30px}
.bz-tech-home .bz-latest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px}
.bz-tech-home .bz-latest-grid .bz-story h3{font-size:21px}
.bz-tech-home .bz-home-gallery{background:#191a1f;padding:28px;border-radius:8px;color:#fff;margin-top:40px}
.bz-tech-home .bz-home-gallery h2{color:#fff}
.bz-tech-home .bz-home-rediscover{margin-top:40px}
@media(max-width:1100px){.bz-tech-masthead .bz-brand{font-size:32px}.bz-tech-banner{padding:20px;width:62%}.bz-tech-banner strong{font-size:20px}.bz-tech-side>.bz-story{grid-template-columns:110px minmax(0,1fr)}.bz-tech-side .bz-story h3{font-size:18px}.bz-tech-home .bz-story-featured .bz-story-body{padding:28px}.bz-tech-home .bz-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bz-tech-brief{grid-template-columns:60px minmax(0,1fr);gap:12px}.bz-tech-brief-image{width:60px;height:60px}}
@media(max-width:1000px){.bz-tech-header .bz-bar{padding-block:12px}.bz-tech-header .bz-nav{border-color:#45464d;gap:12px 24px}.bz-tech-header .bz-actions{margin-left:0;width:100%;justify-content:space-between}.bz-tech-header .bz-dropdown{background:#fff}.bz-tech-header .bz-discover-copy{display:none}.bz-tech-masthead{gap:24px}.bz-tech-banner{gap:16px}.bz-tech-home .bz-feature-grid{grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:24px}.bz-tech-side>.bz-story{grid-template-columns:85px minmax(0,1fr);gap:12px}.bz-tech-home .bz-feature-grid>article:first-child{min-height:480px}.bz-tech-briefs{gap:20px}.bz-tech-brief h2{font-size:15px}}
@media(max-width:760px){.bz-tech-masthead{flex-wrap:wrap;padding-block:20px}.bz-tech-masthead .bz-brand{max-width:100%;font-size:34px}.bz-tech-banner{width:100%;min-height:90px}.bz-tech-banner strong{font-size:20px}.bz-tech-briefs{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:10px;gap:24px}.bz-tech-brief{flex:0 0 280px;scroll-snap-align:start}.bz-tech-home .bz-feature-grid{grid-template-columns:1fr}.bz-tech-home .bz-feature-grid>article:first-child{min-height:440px}.bz-tech-home .bz-tech-side{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.bz-tech-side>.bz-story{grid-template-columns:1fr;gap:12px}.bz-tech-side .bz-story h3{font-size:20px}.bz-tech-home .bz-home-columns{grid-template-columns:1fr}.bz-tech-home .bz-home-gallery{padding:20px}.bz-tech-header .bz-top>span{max-width:55%}}
@media(max-width:430px){.bz-tech-masthead .bz-brand{font-size:30px}.bz-tech-banner{flex-direction:column;align-items:flex-start;gap:16px}.bz-tech-banner strong{font-size:22px}.bz-tech-home .bz-feature-grid>article:first-child{min-height:390px}.bz-tech-home .bz-story-featured .bz-story-body{padding:24px}.bz-tech-home .bz-story-featured:first-child h3{font-size:32px}.bz-tech-home .bz-tech-side{grid-template-columns:1fr;gap:24px}.bz-tech-side>.bz-story{grid-template-columns:100px minmax(0,1fr);gap:16px}.bz-tech-side .bz-story h3{font-size:18px}.bz-tech-home .bz-latest-grid{grid-template-columns:1fr}.bz-tech-home .bz-home-intro h1{font-size:24px}}
