.hn-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.72rem;color:rgb(var(--site-muted-rgb, 154, 163, 174))}.hn-meta-lg{font-size:.8rem;margin-bottom:.75rem}.hn-badge{display:inline-flex;align-items:center;padding:.12rem .55rem;font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:999px;color:var(--hn-badge, #ffc23c);background:color-mix(in srgb,var(--hn-badge, #ffc23c) 16%,transparent);border:1px solid color-mix(in srgb,var(--hn-badge, #ffc23c) 45%,transparent)}.hn-badge-pin{--hn-badge: rgb(var(--site-accent-rgb, 255, 122, 24))}.hn-hero-fallback{width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(var(--site-accent-rgb, 255, 122, 24),.25),transparent 60%),linear-gradient(160deg,rgb(var(--site-panel-rgb, 28, 14, 10)),rgb(var(--site-bg-rgb, 10, 6, 6)))}.hn-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin-bottom:2rem;border-radius:1rem;overflow:hidden;text-decoration:none;background:rgba(var(--site-panel-rgb, 21, 21, 27),.9);border:1px solid rgba(var(--site-gold-rgb, 255, 194, 60),.28);box-shadow:0 20px 60px #0000008c;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.hn-hero:hover{transform:translateY(-3px);border-color:rgba(var(--site-gold-rgb, 255, 194, 60),.6);box-shadow:0 26px 70px rgba(var(--site-accent-strong-rgb, 226, 35, 26),.25)}@media (min-width: 768px){.hn-hero{grid-template-columns:1.15fr 1fr}}.hn-hero-media{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:rgb(var(--site-bg-rgb, 10, 6, 6))}.hn-hero-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hn-hero:hover .hn-hero-media img{transform:scale(1.04)}.hn-hero-body{display:flex;flex-direction:column;justify-content:center;gap:.6rem;padding:1.5rem}.hn-hero-title{font-size:1.5rem;font-weight:800;line-height:1.2;color:#fff}.hn-hero-sub{font-size:.9rem;line-height:1.6;color:#c9cede}.hn-readmore{margin-top:.35rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--site-gold-rgb, 255, 194, 60))}.hn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem}.hn-card{display:flex;flex-direction:column;border-radius:.75rem;overflow:hidden;text-decoration:none;background:rgba(var(--site-panel-rgb, 21, 21, 27),.88);border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.22);transition:transform .2s ease,border-color .2s ease}.hn-card:hover{transform:translateY(-3px);border-color:rgba(var(--site-gold-rgb, 255, 194, 60),.5)}.hn-card-media{aspect-ratio:16 / 9;overflow:hidden;background:rgb(var(--site-bg-rgb, 10, 6, 6))}.hn-card-media img{width:100%;height:100%;object-fit:cover}.hn-card-body{display:flex;flex-direction:column;gap:.45rem;padding:.9rem 1rem 1.1rem}.hn-card-title{font-size:1rem;font-weight:700;line-height:1.3;color:#fff}.hn-card-sub{font-size:.82rem;line-height:1.55;color:rgb(var(--site-muted-rgb, 154, 163, 174));display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hn-empty{padding:3rem 1rem;text-align:center;border-radius:.75rem;background:rgba(var(--site-panel-rgb, 21, 21, 27),.8);border:1px dashed rgba(var(--site-muted-rgb, 154, 163, 174),.3)}.hn-pagination{margin-top:2rem}.hn-back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--site-muted-rgb, 154, 163, 174));text-decoration:none;transition:color .15s ease}.hn-back:hover{color:rgb(var(--site-gold-rgb, 255, 194, 60))}.hn-article{padding:1.75rem;border-radius:1rem;background:rgba(var(--site-panel-rgb, 21, 21, 27),.9);box-shadow:0 20px 60px #00000080;overflow-wrap:anywhere}.hn-article-title{font-size:1.9rem;font-weight:800;line-height:1.15;color:#fff}.hn-article-sub{margin-top:.6rem;font-size:1rem;line-height:1.6;color:#c9cede}.hn-article-media{margin:1.35rem 0;border-radius:.6rem;overflow:hidden;border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.25)}.hn-article-media img{display:block;width:100%;height:auto}.hn-article-body{margin-top:1.35rem;font-size:.95rem;line-height:1.75;color:#d7dce3}.hn-article-body>:first-child{margin-top:0}.hn-article-body p+p{margin-top:1rem}.hn-article-body h2,.hn-article-body h3,.hn-article-body h4{margin:1.75rem 0 .6rem;font-weight:700;line-height:1.25;color:rgb(var(--site-gold-light-rgb, 255, 211, 106))}.hn-article-body h2{font-size:1.35rem}.hn-article-body h3{font-size:1.15rem}.hn-article-body h4{font-size:1rem}.hn-article-body ul,.hn-article-body ol{margin:.9rem 0;padding-left:1.4rem}.hn-article-body ul{list-style:disc}.hn-article-body ol{list-style:decimal}.hn-article-body li{margin:.35rem 0}.hn-article-body li::marker{color:rgb(var(--site-gold-rgb, 255, 194, 60))}.hn-article-body a{color:rgb(var(--site-gold-rgb, 255, 194, 60));text-decoration:underline;text-underline-offset:2px}.hn-article-body a:hover{color:rgb(var(--site-gold-light-rgb, 255, 211, 106))}.hn-article-body strong{color:#fff;font-weight:700}.hn-article-body blockquote{margin:1.1rem 0;padding:.15rem 0 .15rem 1rem;border-left:3px solid rgba(var(--site-gold-rgb, 255, 194, 60),.55);color:#c9cede;font-style:italic}.hn-article-body pre{margin:1.1rem 0;padding:.9rem 1rem;overflow-x:auto;border-radius:.4rem;background:#0000008c;border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.2);font-size:.85rem;line-height:1.6}.hn-article-body code{padding:.1rem .35rem;border-radius:.25rem;background:#00000080;color:rgb(var(--site-gold-light-rgb, 255, 211, 106));font-size:.88em}.hn-article-body pre code{padding:0;background:none;color:inherit}.hn-article-body hr{margin:1.6rem 0;border:0;border-top:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.25)}.hn-article-body img{max-width:100%;height:auto;margin:1.1rem 0;border-radius:.4rem;border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.2)}.hn-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;padding:.6rem 1.15rem;font-size:.82rem;font-weight:700;border-radius:.4rem;text-decoration:none;color:rgb(var(--site-panel-rgb, 21, 21, 27));background:linear-gradient(135deg,rgb(var(--site-gold-rgb, 255, 194, 60)),rgb(var(--site-accent-rgb, 255, 122, 24)));transition:filter .15s ease}.hn-cta:hover{filter:brightness(1.08)}.hn-related-heading{margin:2rem 0 .75rem;font-size:.78rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:rgb(var(--site-muted-rgb, 154, 163, 174))}.hn-related{border-radius:.75rem;overflow:hidden;background:rgba(var(--site-panel-rgb, 21, 21, 27),.85);border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.22)}.hn-related-row{display:flex;align-items:center;gap:.75rem;padding:.7rem .9rem;text-decoration:none;border-bottom:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.14);transition:background .15s ease}.hn-related-row:last-child{border-bottom:0}.hn-related-row:hover{background:rgba(var(--site-gold-rgb, 255, 194, 60),.07)}.hn-related-thumb{flex-shrink:0;width:3rem;height:3rem;border-radius:.35rem;overflow:hidden;background:rgb(var(--site-bg-rgb, 10, 6, 6));border:1px solid rgba(var(--site-muted-rgb, 154, 163, 174),.2)}.hn-related-thumb img{width:100%;height:100%;object-fit:cover}.hn-related-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.hn-related-title{font-size:.85rem;font-weight:600;color:#f3f4f6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hn-related-date{font-size:.7rem;color:rgb(var(--site-muted-rgb, 136, 144, 168))}.hn-related-caret{flex-shrink:0;font-size:1.1rem;color:rgba(var(--site-gold-rgb, 255, 194, 60),.75)}
