.cyber-blog-page {
    --blog-hero-image: url('https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=80');
    position: relative;
    background:
        radial-gradient(circle at top, rgba(255, 0, 51, 0.12), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(0, 170, 255, 0.12), transparent 28%),
        #080810;
    overflow: hidden;
}

.cyber-blog-shell {
    position: relative;
    min-height: 100vh;
    padding: 88px 0 110px;
}

.cyber-blog-shell::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 560px;
    background-image:
        linear-gradient(180deg, rgba(5, 5, 12, 0.34) 0%, rgba(7, 7, 16, 0.72) 42%, rgba(8, 8, 16, 0.96) 100%),
        linear-gradient(90deg, rgba(255, 0, 51, 0.16), rgba(0, 170, 255, 0.16)),
        var(--blog-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.78;
    z-index: 0;
    pointer-events: none;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 48%, rgba(0, 0, 0, 0.25) 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.98) 48%, rgba(0, 0, 0, 0.25) 82%, transparent 100%);
}

.cyber-blog-backdrop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.cyber-blog-grid {
    position: absolute;
    inset: -40% -10% auto;
    height: 90%;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    transform: perspective(900px) rotateX(72deg);
    transform-origin: top center;
    opacity: 0.2;
}

.cyber-blog-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.5;
}

.cyber-blog-orb.orb-one {
    top: 140px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 0, 51, 0.22), transparent 70%);
}

.cyber-blog-orb.orb-two {
    top: 320px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 170, 255, 0.2), transparent 72%);
}

.cyber-blog-container {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 72px));
    margin: 0 auto;
}

.cyber-blog-hero,
.cyber-article-hero {
    text-align: left;
    margin-bottom: 64px;
}

.cyber-blog-hero {
    text-align: center;
}

.cyber-blog-toolbar {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin: 0 auto 34px;
}

.cyber-blog-search-form {
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(720px, 100%);
    padding: 12px;
    background: rgba(12, 12, 24, 0.76);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
}

.cyber-blog-search-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 46px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 0.96rem;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cyber-blog-search-input::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

.cyber-blog-search-input:focus {
    border-color: rgba(255, 0, 51, 0.35);
    box-shadow: 0 0 0 3px rgba(255, 0, 51, 0.08);
    background: rgba(255, 255, 255, 0.06);
}

.cyber-blog-search-btn,
.cyber-blog-search-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.cyber-blog-search-btn:hover,
.cyber-blog-search-reset:hover {
    border-color: rgba(255, 0, 51, 0.35);
    background: rgba(255, 0, 51, 0.12);
    transform: translateY(-1px);
}

.cyber-blog-search-status {
    min-height: 1.2em;
    color: rgba(255, 255, 255, 0.62);
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cyber-blog-grid-wrap.is-loading {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.compact-title-wrapper {
    text-align: center;
    margin: 15px 0;
}

.compact-main-title {
    margin: 0;
    text-align: center;
}

.cyber-blog-hero-text {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    text-shadow:
        0 0 5px rgba(255, 255, 255, 0.2),
        0 0 10px rgba(255, 0, 51, 0.35),
        0 0 15px rgba(255, 0, 51, 0.18);
}

.cyber-divider-compact {
    position: relative;
    width: 150px;
    height: 2px;
    margin: 15px auto 20px;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 51, 0.85), rgba(0, 170, 255, 0.85), transparent);
}

.holographic-tagline-compact {
    position: relative;
    margin-top: 12px;
    padding: 9px 18px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.tagline-triple-tone {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.86);
}

.cyber-blog-kicker,
.cyber-side-label,
.nav-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.cyber-blog-kicker::before,
.cyber-side-label::before,
.nav-label::before {
    content: '';
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 0, 51, 0.9), rgba(0, 170, 255, 0.9));
}

.cyber-blog-title,
.cyber-article-title {
    margin: 18px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.65),
        0 0 18px rgba(255, 0, 51, 0.18);
}

.cyber-article-shell .cyber-article-title {
    color: var(--golem-accent);
    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.72),
        0 0 18px var(--golem-text-shadow);
}

.cyber-article-hero {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 8px;
}

.cyber-article-hero::after {
    content: '';
    position: absolute;
    inset: -16px -28px auto;
    height: 220px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(8, 8, 16, 0.88), rgba(8, 8, 16, 0.64) 70%, transparent 100%);
    z-index: -1;
    pointer-events: none;
}

.cyber-article-hero .cyber-post-taxonomy {
    justify-content: flex-start;
}

.cyber-blog-intro {
    width: min(720px, 100%);
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.cyber-blog-hero .holographic-tagline-compact {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.cyber-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 44px;
}

.cyber-post-card {
    --golem-accent: #00aaff;
    --golem-accent-soft: rgba(0, 170, 255, 0.22);
    --golem-secondary-soft: rgba(255, 0, 51, 0.2);
    --golem-text-shadow: rgba(0, 170, 255, 0.18);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    background: rgba(12, 12, 24, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cyber-article-shell {
    --golem-accent: #00aaff;
    --golem-accent-soft: rgba(0, 170, 255, 0.22);
    --golem-secondary-soft: rgba(255, 0, 51, 0.2);
    --golem-text-shadow: rgba(0, 170, 255, 0.18);
}

.golem-emet {
    --golem-accent: #00ff88;
    --golem-accent-soft: rgba(0, 255, 136, 0.16);
    --golem-secondary-soft: rgba(12, 42, 28, 0.22);
    --golem-text-shadow: rgba(0, 255, 136, 0.14);
}

.golem-oman {
    --golem-accent: #00aaff;
    --golem-accent-soft: rgba(0, 170, 255, 0.22);
    --golem-secondary-soft: rgba(255, 0, 51, 0.2);
    --golem-text-shadow: rgba(0, 170, 255, 0.18);
}

.golem-neeman {
    --golem-accent: #9b5cff;
    --golem-accent-soft: rgba(155, 92, 255, 0.22);
    --golem-secondary-soft: rgba(58, 24, 96, 0.3);
    --golem-text-shadow: rgba(155, 92, 255, 0.22);
}

.cyber-post-card::before,
.cyber-article-content-panel::before,
.cyber-side-panel::before,
.cyber-article-nav::before,
.cyber-empty-panel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, var(--golem-secondary-soft), var(--golem-accent));
    opacity: 0.85;
}

.cyber-post-card:hover {
    transform: translateY(-8px);
    border-color: var(--golem-accent-soft);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48), 0 0 28px var(--golem-text-shadow);
}

.cyber-post-media {
    position: relative;
    display: block;
    min-height: 220px;
    background: linear-gradient(135deg, var(--golem-secondary-soft), var(--golem-accent-soft));
    overflow: hidden;
}

.cyber-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.cyber-post-card:hover .cyber-post-media img {
    transform: scale(1.04);
}

.cyber-post-scan {
    position: absolute;
    inset: auto 0 0;
    height: 80%;
    background: linear-gradient(180deg, transparent, rgba(8, 8, 16, 0.8));
}

.cyber-post-placeholder {
    display: grid;
    place-items: center;
    gap: 10px;
    height: 100%;
    min-height: 220px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.72);
    position: relative;
}

.cyber-post-placeholder i {
    font-size: 2.2rem;
    color: var(--golem-accent);
    text-shadow: 0 0 14px var(--golem-text-shadow);
}

.cyber-post-placeholder::before {
    content: 'RC';
    position: absolute;
    top: 20px;
    left: 22px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.16);
}

.cyber-post-placeholder span {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.42);
}

.cyber-post-placeholder span::after {
    content: 'ACTUALIZACION DE RED';
    font-size: 0.62rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.26);
}

.cyber-post-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 22px 22px 20px;
}

.cyber-post-taxonomy,
.cyber-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cyber-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 16, 0.54);
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cyber-chip:hover,
.cyber-chip.is-tag:hover {
    border-color: rgba(255, 0, 51, 0.35);
    color: var(--primary-color);
    transform: translateY(-2px);
}

.cyber-post-meta,
.cyber-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.cyber-article-meta {
    justify-content: flex-start;
    margin-top: 18px;
    gap: 14px;
    padding: 10px 14px;
    background: rgba(7, 7, 14, 0.54);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 0;
    border-radius: 14px;
    width: fit-content;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.cyber-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cyber-article-meta i {
    color: var(--golem-accent);
}

.meta-separator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 0, 51, 0.65);
    box-shadow: 0 0 8px rgba(255, 0, 51, 0.5);
}

.cyber-post-title,
.cyber-related-articles .cyber-post-title {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.4rem, 1.9vw, 1.8rem);
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    position: relative;
    padding-top: 10px;
}

.cyber-post-title a,
.cyber-related-articles .cyber-post-title a,
.cyber-article-nav a {
    color: var(--golem-accent);
    text-decoration: none;
    transition: color 0.25s ease;
    text-shadow: 0 0 14px var(--golem-text-shadow);
}

.cyber-post-title::before,
.cyber-related-articles .cyber-post-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--golem-secondary-soft), var(--golem-accent));
    box-shadow: 0 0 12px var(--golem-text-shadow);
}

.cyber-post-title a:hover,
.cyber-related-articles .cyber-post-title a:hover,
.cyber-article-nav a:hover {
    color: #fff;
}

.cyber-post-excerpt,
.cyber-side-panel p,
.cyber-empty-panel p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

.cyber-post-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 14px;
}

.cyber-read-more,
.cyber-comments-count {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cyber-read-more {
    text-decoration: none;
}

.cyber-read-more:hover {
    color: var(--golem-accent);
}

.blog-pagination-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-pagination-wrapper .cyber-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-pagination-wrapper .page-number,
.blog-pagination-wrapper .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    background: rgba(30, 30, 45, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.blog-pagination-wrapper .page-number {
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-pagination-wrapper .page-number:hover {
    border-color: var(--primary-color);
    color: white;
}

.blog-pagination-wrapper .page-number.current {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 0 15px rgba(255, 0, 51, 0.5);
}

.blog-pagination-wrapper .dots {
    background: transparent;
    border: none;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
}

.cyber-article-cover {
    margin-top: 34px;
    max-width: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.cyber-article-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.cyber-article-layout {
    display: block;
    max-width: 820px;
    margin: 0 auto;
}

.cyber-article-content-panel,
.cyber-side-panel,
.cyber-article-nav,
.cyber-empty-panel {
    position: relative;
    background: rgba(13, 13, 24, 0.84);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.cyber-article-content-panel {
    margin-top: 26px;
    padding: 42px 46px 36px;
    background:
        linear-gradient(180deg, rgba(16, 16, 28, 0.95), rgba(11, 11, 20, 0.97)),
        rgba(13, 13, 24, 0.9);
}

.cyber-reading-flow {
    max-width: 640px;
    margin: 0 auto;
}

.cyber-side-panel {
    padding: 24px;
}

.cyber-side-panel h2 {
    margin: 14px 0 12px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.cyber-share-stack {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.cyber-share-stack.is-inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cyber-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.cyber-share-btn:hover {
    border-color: rgba(0, 170, 255, 0.35);
    background: rgba(0, 170, 255, 0.12);
    color: #fff;
}

.cyber-article-content {
    color: rgba(255, 255, 255, 0.94);
    font-family: 'Saira', sans-serif;
    font-size: 1.14rem;
    line-height: 2;
    text-wrap: pretty;
}

.cyber-article-content > * + * {
    margin-top: 1.25em;
}

.cyber-article-content > p:first-of-type {
    color: #fff;
    font-size: 1.06rem;
    line-height: 1.85;
    font-weight: 500;
}

.cyber-article-content p {
    margin: 0;
}

.cyber-article-content div > * + * {
    margin-top: 1.25em;
}

.cyber-article-content div > p:first-of-type {
    margin-top: 0;
}

.cyber-article-content h2,
.cyber-article-content h3,
.cyber-article-content h4 {
    margin-top: 2.4em;
    margin-bottom: 0.75em;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.12;
    color: #fff;
    text-wrap: balance;
}

.cyber-article-content h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.2rem);
}

.cyber-article-content h3 {
    font-size: clamp(1.28rem, 1.9vw, 1.6rem);
}

.cyber-article-content h2::after,
.cyber-article-content h3::after {
    content: '';
    display: block;
    width: 72px;
    height: 2px;
    margin-top: 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--golem-accent), transparent);
}

.cyber-article-content a {
    color: #00aaff;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 170, 255, 0.4);
}

.cyber-article-content a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 0, 51, 0.4);
}

.cyber-article-content ul,
.cyber-article-content ol {
    margin-left: 1.2rem;
    padding-left: 0.6rem;
}

.cyber-article-content li + li {
    margin-top: 0.7em;
}

.cyber-article-content blockquote {
    margin: 2em 0;
    padding: 22px 24px;
    border-left: 3px solid var(--golem-accent);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0 18px 18px 0;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.cyber-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.cyber-post-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cyber-post-pages a,
.cyber-post-pages > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

.cyber-article-footer-tools {
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    display: grid;
    gap: 18px;
}

.cyber-share-panel,
.cyber-tag-panel {
    padding: 22px 24px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: none;
}

.cyber-article-nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 18px;
    margin-top: 28px;
    padding: 24px;
}

.nav-slot {
    min-width: 0;
}

.nav-slot a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.nav-slot strong {
    font-size: 1rem;
    line-height: 1.4;
}

.nav-slot:first-child a {
    align-items: flex-start;
    text-align: left;
}

.nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-center a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-next {
    text-align: right;
}

.nav-next a {
    align-items: flex-end;
    text-align: right;
}

.cyber-related-articles {
    margin-top: 58px;
}

.section-header-cyber {
    text-align: center;
    margin-bottom: 28px;
}

.section-header-cyber .cyber-glitch-text {
    display: inline-block;
    padding: 18px 28px;
    border-radius: 18px;
    background: rgba(12, 12, 24, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 22px rgba(255, 0, 51, 0.08);
}

.compact-grid .cyber-post-card {
    min-height: 100%;
}

.cyber-related-articles .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cyber-empty-state {
    display: flex;
    justify-content: center;
}

.cyber-empty-panel {
    max-width: 620px;
    padding: 42px 32px;
    text-align: center;
}

.cyber-empty-panel i {
    font-size: 2.5rem;
    color: #00aaff;
    text-shadow: 0 0 16px rgba(0, 170, 255, 0.3);
}

.cyber-empty-panel h2 {
    margin: 18px 0 12px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
}

@media (max-width: 1080px) {
    .cyber-blog-container {
        width: min(1040px, calc(100% - 88px));
    }

    .cyber-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    .cyber-reading-flow {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cyber-blog-shell {
        padding: 56px 0 80px;
    }

    .cyber-blog-shell::before {
        height: 420px;
        opacity: 0.72;
    }

    .cyber-blog-container {
        width: min(100% - 28px, 1240px);
    }

    .cyber-article-hero,
    .cyber-blog-hero {
        text-align: left;
        margin-bottom: 36px;
    }

    .cyber-blog-hero-text {
        font-size: clamp(2.3rem, 12vw, 3.6rem);
    }

    .holographic-tagline-compact {
        padding: 9px 16px;
    }

    .cyber-post-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cyber-blog-search-form {
        flex-wrap: wrap;
        padding: 12px;
    }

    .cyber-blog-search-input,
    .cyber-blog-search-btn,
    .cyber-blog-search-reset {
        width: 100%;
    }

    .cyber-post-media,
    .cyber-post-placeholder {
        min-height: 200px;
    }

    .cyber-post-content,
    .cyber-side-panel,
    .cyber-article-content-panel,
    .cyber-empty-panel {
        padding: 20px;
    }

    .cyber-article-content-panel {
        padding: 28px 20px;
    }

    .cyber-post-footer,
    .cyber-article-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .cyber-article-nav {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .nav-center,
    .nav-next {
        text-align: left;
        justify-content: flex-start;
    }

    .cyber-article-meta {
        justify-content: flex-start;
        width: auto;
        border-radius: 14px;
        padding: 10px 12px;
    }

    .cyber-article-title {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .cyber-article-content {
        font-size: 1rem;
        line-height: 1.9;
    }

    .cyber-article-content > p:first-of-type {
        font-size: 1rem;
    }

    .cyber-share-stack.is-inline {
        grid-template-columns: 1fr;
    }

    .cyber-related-articles .compact-grid {
        grid-template-columns: 1fr;
    }
}
