/* nexus-bundle-source: assets/css/pages/blog-details.css */
/* Phase 7: page-specific styles extracted from blog-details.php for maintainability. */

/* Original style block 1 */
@keyframes spin { to { transform: rotate(360deg); } }
.nexus-article-cover { position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 24px; border: 1px solid rgba(69,248,130,0.2); }
.nexus-article-cover img { width: 100%; max-height: 420px; object-fit: cover; display: block; }
.nexus-article-category { position: absolute; top: 16px; left: 16px; background: #45F882; color: #0B0E13; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 14px; border-radius: 20px; }
.nexus-article-meta { display: flex; gap: 20px; color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 12px; }
.nexus-article-title { color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(26px, 4vw, 40px); margin-bottom: 12px; }
.nexus-article-excerpt { color: #45F882; font-size: 17px; font-weight: 500; margin-bottom: 20px; }
.nexus-article-content { color: rgba(255,255,255,0.75); font-size: 16px; line-height: 1.9; }
.nexus-article-content p { margin-bottom: 16px; }
.nexus-article-content strong { color: #fff; }
.nexus-article-content h2 { color: #fff; font-family: 'Rajdhani', sans-serif; font-size: 27px; font-weight: 700; margin: 38px 0 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(69,248,130,0.2); }
.nexus-article-content h2 .text-theme, .nexus-article-content h3 .text-theme { color: #45F882; }
.nexus-article-content h3 { color: #eaf0ff; font-family: 'Rajdhani', sans-serif; font-size: 21px; font-weight: 700; margin: 26px 0 10px; }
.nexus-article-content ul, .nexus-article-content ol { margin: 0 0 18px; padding-left: 22px; }
.nexus-article-content li { margin-bottom: 8px; }
.nexus-article-content a { color: #45F882; text-decoration: underline; }
.nexus-article-content img { max-width: 100%; height: auto; border-radius: 14px; margin: 18px 0; border: 1px solid rgba(255,255,255,0.08); }
.nexus-article-content blockquote { margin: 20px 0; padding: 14px 18px; border-left: 3px solid #45F882; background: rgba(69,248,130,0.06); border-radius: 0 10px 10px 0; color: rgba(255,255,255,0.85); font-style: italic; }
.nexus-article-content .nx-callout { margin: 20px 0; padding: 16px 18px; border: 1px solid rgba(255,190,24,0.35); background: rgba(255,190,24,0.07); border-radius: 12px; color: rgba(255,255,255,0.82); }
.nexus-article-content .nx-callout strong { color: #FFBE18; }
.nexus-article-content table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14.5px; }
.nexus-article-content th, .nexus-article-content td { text-align: left; padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,0.09); }
.nexus-article-content th { color: #45F882; text-transform: uppercase; font-size: 12px; letter-spacing: 0.05em; }
.nexus-article-content .nx-figcap { color: rgba(255,255,255,0.4); font-size: 13px; text-align: center; margin: -8px 0 20px; }
.nexus-article-share { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.share-row { display: flex; gap: 10px; }
.share-btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); background: rgba(0,0,0,0.35); color: #fff; font-size: 18px; cursor: pointer; transition: 0.25s; }
.share-btn:hover { transform: translateY(-3px); }
.share-btn.wa:hover { background: #25D366; border-color: #25D366; }
.share-btn.fb:hover { background: #1877F2; border-color: #1877F2; }
.share-btn.x:hover { background: #111; border-color: #555; }
.share-btn.tg:hover { background: #229ED9; border-color: #229ED9; }
.nexus-related-card { background: rgba(69,248,130,0.04); border: 1px solid rgba(69,248,130,0.15); border-radius: 16px; overflow: hidden; height: 100%; transition: 0.3s; display: block; }
.nexus-related-card:hover { border-color: rgba(69,248,130,0.5); transform: translateY(-4px); }
.nexus-related-card img { width: 100%; height: 140px; object-fit: cover; display: block; }
.nexus-related-card .body { padding: 16px; }
.nexus-related-card .date { color: rgba(255,255,255,0.4); font-size: 12px; margin-bottom: 6px; }
.nexus-related-card h5 { color: #fff; font-size: 15px; font-weight: 600; line-height: 1.4; margin: 0; }


/* V16: admin-authored inline styles are sanitized; restore safe rank/media presentation with classes. */
.nexus-article-content .nx-rank-row{display:grid;grid-template-columns:104px minmax(0,1fr);gap:20px;align-items:center;margin:24px 0;padding:18px 20px;border:1px solid rgba(69,248,130,.15);border-radius:15px;background:rgba(69,248,130,.035)}
.nexus-article-content img.nx-rank-icon{display:block;width:96px!important;height:96px!important;max-width:96px!important;margin:0 auto!important;object-fit:contain!important;border:0!important;background:transparent!important}
.nexus-article-content img.nx-article-media{display:block;max-width:min(100%,760px)!important;max-height:560px;margin:24px auto!important;object-fit:contain;background:#090e14}
@media(max-width:640px){.nexus-article-content .nx-rank-row{grid-template-columns:74px minmax(0,1fr);gap:14px;padding:14px}.nexus-article-content img.nx-rank-icon{width:70px!important;height:70px!important;max-width:70px!important}}

/* V19 editorial metadata and source registry presentation. */
.nexus-article-meta{flex-wrap:wrap;align-items:center}
.nexus-patch-badge{color:#45F882;border:1px solid rgba(69,248,130,.25);background:rgba(69,248,130,.06);padding:3px 9px;border-radius:999px}
.nexus-article-sources{margin-top:34px;padding:22px;border:1px solid rgba(69,248,130,.18);border-radius:14px;background:rgba(7,18,21,.55)}
.nexus-article-sources h2{font-size:24px;margin-bottom:14px}
.nexus-article-sources ol{margin:0;padding-inline-start:22px;display:grid;gap:10px}
.nexus-article-sources a{color:#45F882;text-decoration:underline;text-underline-offset:3px}
@media(max-width:640px){.nexus-article-meta{gap:10px 14px}.nexus-article-sources{padding:18px}}


/* V20 Phase 3: deterministic entity-to-pillar internal links. */
.nexus-article-content a.nx-entity-link{color:#5bffa1;text-decoration:none;font-weight:700;border-bottom:1px dashed rgba(69,248,130,.55);background:rgba(69,248,130,.055);padding:0 2px;border-radius:3px;transition:color .18s ease,background .18s ease,border-color .18s ease}
.nexus-article-content a.nx-entity-link:hover,.nexus-article-content a.nx-entity-link:focus-visible{color:#fff;background:rgba(69,248,130,.16);border-bottom-color:#45F882;outline:none}
.nexus-article-content a.nx-entity-link[data-entity-type="champion"]::after{content:" ↗";font-size:.72em;opacity:.6}

/* V22 — verified media, entity context and restrained commerce. */
.nexus-entity-strip{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}.nexus-entity-chip{display:inline-flex;align-items:center;padding:5px 10px;border:1px solid rgba(69,248,130,.22);border-radius:999px;background:rgba(69,248,130,.055);color:#bfffd7;font-size:12px;font-weight:700}.nexus-media-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:30px 0}.nexus-media-gallery figure{margin:0;border:1px solid rgba(255,255,255,.09);background:#090e14;border-radius:14px;overflow:hidden}.nexus-media-gallery img{width:100%;height:auto;display:block;object-fit:contain}.nexus-media-gallery figcaption{padding:9px 12px;color:#8692a2;font-size:12px}.nexus-video-section{margin:34px 0}.nexus-video-section h2{font-family:'Rajdhani',sans-serif;color:#fff}.nexus-video-shell{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;border:1px solid rgba(69,248,130,.18);background:#05080d;margin:14px 0}.nexus-video-load{position:absolute;inset:0;width:100%;border:0;background-size:cover;background-position:center;cursor:pointer;color:#fff}.nexus-video-load:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.08) 60%)}.nexus-video-play{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#45F882;color:#08100b;box-shadow:0 0 35px rgba(69,248,130,.28)}.nexus-video-title{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;text-align:left;font-weight:800;font-family:'Rajdhani',sans-serif;font-size:18px}.nexus-video-shell iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.nexus-contextual-cta{margin:34px 0;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(69,248,130,.25);border-radius:16px;background:linear-gradient(135deg,rgba(69,248,130,.075),rgba(9,14,20,.86))}.nexus-contextual-cta h2{margin:4px 0 2px;color:#fff;font-size:22px}.nexus-contextual-cta p{margin:0;color:#9ca7b7}.nexus-cta-label{color:#45F882;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:10px}.nexus-correction{margin-top:26px;color:#8190a0;font-size:13px}.nexus-correction a{color:#45F882;text-decoration:underline;text-underline-offset:3px}.nexus-contextual-cta .th-btn{white-space:nowrap}
@media(max-width:700px){.nexus-media-gallery{grid-template-columns:1fr}.nexus-contextual-cta{align-items:flex-start;flex-direction:column}.nexus-contextual-cta .th-btn{width:100%;text-align:center}.nexus-video-play{width:52px;height:52px}.nexus-video-title{font-size:15px}}


/* V27 — concise transparency note for AI-assisted editorial content. */
.nexus-editorial-note{display:flex;align-items:flex-start;gap:11px;margin:22px 0;padding:13px 14px;border:1px solid rgba(69,248,130,.16);border-radius:12px;background:rgba(69,248,130,.045);color:rgba(255,255,255,.6);font-size:11.5px;line-height:1.6}.nexus-editorial-note>i{margin-top:2px;color:#45f882;font-size:17px}.nexus-editorial-note strong,.nexus-editorial-note span{display:block}.nexus-editorial-note strong{margin-bottom:2px;color:#fff;font:700 13px/1.2 Rajdhani,Poppins,sans-serif}.nexus-editorial-note a{color:#45f882;text-decoration:underline;text-underline-offset:2px}

/* V31 — full-width related guide shelf and stable article media geometry. */
.nexus-article-cover{aspect-ratio:16/9;background:#081016}.nexus-article-cover img{width:100%;height:100%;max-height:none;object-fit:cover}
.nexus-related-section{width:min(1180px,calc(100% - 32px));margin:58px auto 10px;padding-top:32px;border-top:1px solid rgba(69,248,130,.14)}
.nexus-related-head{display:flex;align-items:end;gap:12px 22px;flex-wrap:wrap;margin-bottom:20px}.nexus-related-head>span{width:100%;color:#45f882;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800}.nexus-related-head h2{margin:0;color:#fff;font:700 clamp(28px,3vw,38px)/1.05 Rajdhani,Poppins,sans-serif}.nexus-related-head h2 b{color:#45f882}.nexus-related-head p{margin:0 0 2px;color:#8996a7;font-size:13px}
.nexus-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.nexus-related-card{display:flex;flex-direction:column;min-width:0;background:linear-gradient(160deg,rgba(69,248,130,.055),rgba(10,15,22,.94));border-color:rgba(69,248,130,.16);text-decoration:none}.nexus-related-card img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;background:#071019}.nexus-related-body{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:17px 18px 19px;min-height:132px}.nexus-related-body small{color:#45f882;text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.08em}.nexus-related-body strong{color:#f5f7f8;font:700 18px/1.3 Rajdhani,Poppins,sans-serif}.nexus-related-body em{margin-top:auto;color:#9ba7b5;font-size:12px;font-style:normal;font-weight:700}.nexus-related-card:hover .nexus-related-body em{color:#45f882}
@media(max-width:820px){.nexus-related-grid{grid-template-columns:1fr}.nexus-related-section{width:min(100% - 24px,680px);margin-top:42px}.nexus-related-card{display:grid;grid-template-columns:145px minmax(0,1fr)}.nexus-related-card img{height:100%;aspect-ratio:auto;min-height:140px}.nexus-related-body{min-height:140px;padding:15px}.nexus-related-head{align-items:flex-start;flex-direction:column}.nexus-related-head p{max-width:520px}}
@media(max-width:480px){.nexus-related-card{grid-template-columns:116px minmax(0,1fr)}.nexus-related-body strong{font-size:16px}}
/* nexus-bundle-source: assets/css/pages/blog-details-v46.css */
/* V46 editorial layout — stronger hierarchy, useful table of contents, denser article reading */
.nx-article-main .space{padding-top:42px}.nx-article-main .container>.row>.col-lg-9{width:min(100%,960px);max-width:960px}.nexus-article{max-width:940px;margin:auto}.nexus-article-cover{position:relative;aspect-ratio:1.9/1;max-height:470px;margin-bottom:28px;border:1px solid rgba(69,248,130,.18);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 50% 30%,#153028,#071016 62%);box-shadow:0 28px 80px rgba(0,0,0,.25)}.nexus-article-cover:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(3,8,11,.54));pointer-events:none}.nexus-article-cover img{object-fit:cover}.nexus-article-category{z-index:2}.nexus-article-breadcrumb{font-size:12px}.nexus-article-title{max-width:880px;font-size:clamp(34px,4vw,58px)!important;line-height:1.02!important;letter-spacing:-.025em}.nexus-article-excerpt{max-width:790px;font-size:18px!important;line-height:1.65!important;color:#9cecb8!important}.nexus-article-meta{margin:12px 0 18px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.nx46-article-toc{display:grid;grid-template-columns:150px minmax(0,1fr);gap:18px;margin:24px 0 36px;padding:16px;border:1px solid rgba(69,248,130,.16);border-radius:16px;background:linear-gradient(135deg,rgba(69,248,130,.045),rgba(7,13,18,.75))}.nx46-article-toc>div{display:flex;align-items:center;gap:9px;color:#45f882;font:800 13px/1.2 Rajdhani,Poppins,sans-serif;text-transform:uppercase;letter-spacing:.08em}.nx46-article-toc nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.nx46-article-toc a{display:flex;gap:9px;padding:8px 9px;border-radius:9px;color:#b7c3bd;text-decoration:none;font-size:11px;line-height:1.3}.nx46-article-toc a:hover{background:rgba(69,248,130,.07);color:#fff}.nx46-article-toc a b{color:#45f882;font-size:9px}
.nexus-article-content{font-size:16px!important;line-height:1.82!important;color:#aeb9b4!important}.nexus-article-content h2{position:relative;margin-top:50px!important;padding-top:8px;padding-bottom:12px;border-bottom:1px solid rgba(69,248,130,.15);font-size:clamp(25px,2.5vw,34px)!important;line-height:1.12!important}.nexus-article-content h2:before{content:"";position:absolute;left:0;bottom:-1px;width:66px;height:2px;background:#45f882}.nexus-article-content h3{margin-top:30px!important;font-size:22px!important}.nexus-article-content p{margin:0 0 18px!important;max-width:820px}.nexus-article-content ul,.nexus-article-content ol{display:grid;gap:8px;margin:16px 0 24px;padding-inline-start:24px}.nexus-article-content li::marker{color:#45f882}.nexus-article-content blockquote{margin:26px 0;padding:17px 20px;border-inline-start:3px solid #45f882;border-radius:0 12px 12px 0;background:rgba(69,248,130,.055);color:#d9e2dd}.nexus-riftlab-promo.nexus-context-promo{margin-top:42px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(16,57,38,.35),rgba(7,13,18,.9))!important}.nexus-editorial-note{margin-top:28px}.nexus-related-section{margin-top:70px}
.nx46-reading-progress{position:fixed;z-index:9999;left:0;right:0;top:0;height:2px;background:rgba(255,255,255,.04);pointer-events:none}.nx46-reading-progress i{display:block;width:0;height:100%;background:#45f882;box-shadow:0 0 12px rgba(69,248,130,.65)}
[dir="rtl"] .nexus-article-content h2:before{left:auto;right:0}[dir="rtl"] .nexus-article-content blockquote{border-inline-start:3px solid #45f882;border-radius:12px 0 0 12px}
@media(max-width:760px){.nx-article-main .space{padding-top:24px}.nexus-article-cover{aspect-ratio:16/9;border-radius:14px}.nexus-article-title{font-size:34px!important}.nexus-article-excerpt{font-size:15px!important}.nx46-article-toc{grid-template-columns:1fr;gap:9px;padding:12px}.nx46-article-toc nav{grid-template-columns:1fr}.nexus-article-content{font-size:15px!important;line-height:1.76!important}.nexus-article-content h2{margin-top:38px!important;font-size:26px!important}}
/* nexus-bundle-source: assets/css/pages/blog-details-v51.css */
/* V51 smart patch notes + direct Rift entity linking */
.nx-entity-link{font-weight:800;text-decoration:none;border-bottom:1px solid rgba(113,246,170,.5);color:#81f5b2}.nx-entity-link:hover{color:#b7ffd4;border-color:#b7ffd4}.nx-entity-link--item{color:#8bc7ff;border-color:rgba(139,199,255,.5)}.nx-entity-link--rune{color:#d6a7ff;border-color:rgba(214,167,255,.5)}.nx-entity-link.nx-entity-impact--buff{color:#72f0aa;border-bottom:2px solid #43df83;background:linear-gradient(transparent 72%,rgba(67,223,131,.13) 72%)}.nx-entity-link.nx-entity-impact--nerf{color:#ff8790;border-bottom:2px solid #ff5d6b;background:linear-gradient(transparent 72%,rgba(255,93,107,.12) 72%)}.nx-entity-link.nx-entity-impact--adjusted{color:#ffd176;border-bottom:2px solid #ffc756;background:linear-gradient(transparent 72%,rgba(255,199,86,.12) 72%)}
.nexus-patch-impact-map{margin:22px 0 30px;padding:22px;border:1px solid rgba(116,255,181,.18);border-radius:22px;background:linear-gradient(145deg,rgba(10,24,18,.96),rgba(10,14,20,.94))}.nx-pim-head>span{display:block;color:#74f6aa;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.nx-pim-head h2{margin:5px 0 5px;font-size:clamp(22px,3vw,32px)}.nx-pim-head p{margin:0 0 16px;color:#95a8a1}.nx-pim-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.nx-pim-card{position:relative;display:flex;min-width:0;flex-direction:column;gap:3px;padding:13px 12px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.025);color:#edf8f2;text-decoration:none;transition:.18s ease}.nx-pim-card:hover{transform:translateY(-2px);border-color:rgba(116,255,181,.35);color:#fff}.nx-pim-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nx-pim-card small{color:#7f918b;text-transform:capitalize}.nx-pim-card p{margin:5px 0 0;color:#9fb1aa;font-size:11px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nx-pim-badge{align-self:flex-start;margin-bottom:4px;padding:3px 7px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.09em}.nx-pim-buff .nx-pim-badge{background:rgba(68,229,133,.15);color:#72f0aa}.nx-pim-nerf .nx-pim-badge{background:rgba(255,93,107,.14);color:#ff8790}.nx-pim-adjusted .nx-pim-badge{background:rgba(255,199,86,.14);color:#ffd176}.nx-pim-mentioned .nx-pim-badge{background:rgba(134,158,255,.13);color:#aab8ff}
@media(max-width:900px){.nx-pim-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.nexus-patch-impact-map{padding:15px}.nx-pim-grid{grid-template-columns:repeat(2,1fr)}}


/* V81 — article reading polish: narrower measure, calmer cards, sticky-safe mobile. */
.nx81-article-page{background:radial-gradient(circle at 50% 0%,rgba(69,248,130,.075),transparent 25%),linear-gradient(180deg,#050a0f,#071018 42%,#050b10)}
.nx81-article-page .nexus-article-shell{max-width:1120px;margin-inline:auto}.nx81-article-page .nexus-article{border-radius:20px}.nx81-article-page .nexus-article-content{max-width:820px;margin-inline:auto;font-size:17px;line-height:1.88}.nx81-article-page .nexus-article-content p{margin:0 0 1.15em}.nx81-article-page .nexus-article-content h2{margin-top:1.55em}.nx81-article-page .nexus-article-content h3{margin-top:1.35em}
.nx81-article-page .nexus-context-promo,.nx81-article-page .nexus-contextual-cta,.nx81-article-page .nexus-editorial-note,.nx81-article-page .nexus-article-sources{border-radius:16px!important;background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.015))!important;border-color:rgba(255,255,255,.08)!important}.nx81-article-page .nexus-media-gallery figure,.nx81-article-page .nexus-video-shell{border-radius:16px!important}.nx81-article-page .nexus-related-section{max-width:1180px}.nx81-article-page .nexus-related-card{border-radius:17px;overflow:hidden}.nx81-article-page .nexus-article-share{padding:16px 0;gap:10px}.nx81-article-page .share-row{display:flex;gap:8px;flex-wrap:wrap}
@media(max-width:760px){.nx81-article-page .nexus-article-content{font-size:16px;line-height:1.8}.nx81-article-page .nexus-article{padding-inline:14px!important}.nx81-article-page .nexus-article-cover{border-radius:14px!important;overflow:hidden}.nx81-article-page .nexus-patch-impact-map{border-radius:16px!important}.nx81-article-page .nexus-context-promo,.nx81-article-page .nexus-contextual-cta,.nx81-article-page .nexus-editorial-note,.nx81-article-page .nexus-article-sources{padding:15px!important}.nx81-article-page .nexus-related-section{width:calc(100% - 24px)!important}.nx81-article-page .nexus-related-card{grid-template-columns:110px minmax(0,1fr)!important}.nx81-article-page .nexus-related-body{padding:13px!important}}
@media(max-width:480px){.nx81-article-page .nexus-article-content{font-size:15.5px}.nx81-article-page .nexus-related-card{grid-template-columns:1fr!important}.nx81-article-page .nexus-related-card img{aspect-ratio:16/9!important;height:auto!important}.nx81-article-page .nexus-media-gallery{gap:12px!important}}
