/* Garis Bumi - Portal Single Article Stylesheet */
:root {
            --gb-primary: #064e3b;
            --gb-primary-dark: #022c22;
            --gb-accent: #10b981;
            --gb-accent-hover: #059669;
            --gb-text-dark: #0f172a;
            --gb-text-muted: #64748b;
            --gb-bg-light: #f8fafc;
            --gb-border: #e2e8f0;
            --portal-container-width: 1140px;
            --article-font-size: 18px;
        }

        *, *:before, *:after {
            box-sizing: border-box;
        }

        html {
            overflow-x: clip;
            width: 100%;
            -webkit-text-size-adjust: 100%;
        }

        body {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
            color: #1e293b;
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            overflow-x: clip;
            width: 100%;
            position: relative;
        }

        /* 1. Header Utility Top Bar */
        .header-utility-bar {
            background: #f8fafc;
            border-bottom: 1px solid #e2e8f0;
            font-size: 11.5px;
            color: #475569;
        }
        .utility-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 7px 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }
        .utility-left { display: flex; align-items: center; gap: 12px; }
        .utility-right { display: flex; align-items: center; gap: 12px; }
        .utility-trending-label {
            font-weight: 700;
            color: #0f172a;
            font-size: 11px;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .utility-tags { display: inline-flex; align-items: center; gap: 6px; }
        .utility-tag {
            color: #059669;
            text-decoration: none;
            font-weight: 600;
            padding: 2px 7px;
            border-radius: 4px;
            background: rgba(5, 150, 105, 0.08);
            transition: all 0.2s ease;
            font-size: 11px;
        }
        .utility-tag:hover {
            background: #059669;
            color: #ffffff;
            transform: translateY(-1px);
        }
        .utility-edition {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-weight: 600;
            color: #64748b;
            padding-left: 8px;
            border-left: 1px solid #cbd5e1;
        }
        @media (max-width: 768px) {
            .utility-right { display: none; }
            .utility-container { justify-content: center; }
        }

        /* 2. Main Brand Header */
        .header-main-bar {
            background: #ffffff;
            padding: 16px 0;
            border-bottom: 1px solid #f1f5f9;
        }
        .header-main-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }
        .portal-brand-link {
            display: flex;
            align-items: center;
            gap: 14px;
            text-decoration: none;
        }
        .portal-brand-img {
            max-height: 60px;
            width: auto;
            object-fit: contain;
            transition: transform 0.2s ease;
        }
        .portal-brand-img:hover { transform: scale(1.02); }
        .portal-brand-fallback {
            font-size: 26px;
            font-weight: 900;
            color: #0f172a;
            letter-spacing: -0.5px;
            margin: 0;
            line-height: 1;
        }
        .portal-brand-fallback span { color: #059669; }
        .header-right-tools {
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .header-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: linear-gradient(135deg, #059669 0%, #047857 100%);
            color: #ffffff !important;
            padding: 8px 18px;
            border-radius: 9999px;
            font-size: 12px;
            font-weight: 700;
            text-decoration: none !important;
            box-shadow: 0 2px 8px rgba(5, 150, 105, 0.25);
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
            white-space: nowrap;
        }
        .header-cta-btn * { color: #ffffff !important; stroke: #ffffff !important; }
        .header-cta-btn:hover {
            background: linear-gradient(135deg, #047857 0%, #065f46 100%) !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(5, 150, 105, 0.45) !important;
        }
        .header-left-spacer {
            display: none;
        }

        @media (max-width: 768px) {
            .header-left-spacer {
                display: block;
                width: 36px;
                height: 36px;
                flex-shrink: 0;
            }
            .portal-brand-badge-box {
                display: none;
            }
            .header-cta-btn {
                display: none;
            }
            .header-main-bar {
                padding: 8px 0;
            }
            .header-main-container {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                gap: 8px;
            }
            .portal-brand-link {
                margin: 0 auto;
                justify-content: center;
                text-align: center;
            }
            .portal-brand-img {
                max-height: 44px;
            }
            .portal-brand-fallback {
                font-size: 20px;
                text-align: center;
            }
            .header-right-tools {
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                flex-shrink: 0;
            }
        }

        /* 3. Sticky Master Navigation Bar */
        .cat-navbar {
            background: linear-gradient(90deg, #022c22 0%, #064e3b 45%, #064e3b 55%, #022c22 100%);
            width: 100%;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 4px 20px -2px rgba(2, 44, 34, 0.4);
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            transition: background 0.25s ease, box-shadow 0.25s ease;
        }
        .cat-navbar.is-scrolled {
            background: rgba(2, 44, 34, 0.97) !important;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3) !important;
        }
        .sticky-brand-compact {
            display: none;
            align-items: center;
            text-decoration: none;
            margin-right: 14px;
            padding-right: 14px;
            border-right: 1px solid rgba(255, 255, 255, 0.18);
            flex-shrink: 0;
            opacity: 0;
            transform: translateX(-8px);
            transition: opacity 0.25s ease, transform 0.25s ease;
        }
        .cat-navbar.is-scrolled .sticky-brand-compact {
            display: inline-flex;
            opacity: 1;
            transform: translateX(0);
        }
        .cat-nav-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48px;
            gap: 12px;
            position: relative;
        }
        .cat-links-desktop {
            display: flex;
            align-items: center;
            gap: 6px;
            height: 100%;
            padding: 4px 0;
        }
        .cat-nav-link {
            color: #e2e8f0;
            text-decoration: none;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.6px;
            padding: 7px 14px;
            border-radius: 8px;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            display: inline-flex;
            align-items: center;
            gap: 5px;
            height: 32px;
            position: relative;
        }
        .cat-nav-link:hover {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.12);
            transform: translateY(-1px);
        }
        .cat-nav-link.active {
            color: #ffffff;
            background: linear-gradient(135deg, rgba(16, 185, 129, 0.28) 0%, rgba(5, 150, 105, 0.4) 100%);
            box-shadow: inset 0 0 0 1px rgba(52, 211, 153, 0.45);
        }
        .cat-nav-link.active .active-indicator {
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 24px;
            height: 3px;
            background: #34d399;
            border-radius: 4px;
        }
        .cat-special-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(5, 150, 105, 0.25);
            border: 1px solid #10b981;
            color: #a7f3d0;
            padding: 5px 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        .cat-special-pill:hover {
            background: #10b981;
            color: #ffffff;
            transform: translateY(-1px);
        }

        /* Mobile Rubrik Toolbar & Dropdown (No Horizontal Sliding) */
        .cat-nav-mobile {
            display: none;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            gap: 8px;
        }
        .cat-home-mobile {
            padding: 5px 12px !important;
            font-size: 11px !important;
            font-weight: 800 !important;
            letter-spacing: 0.6px !important;
            text-transform: uppercase !important;
            height: 32px !important;
            background: rgba(255, 255, 255, 0.08) !important;
            border: 1px solid rgba(255, 255, 255, 0.14) !important;
            border-radius: 8px !important;
            color: #ffffff !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 6px !important;
            text-decoration: none !important;
            transition: all 0.2s ease !important;
        }
        .cat-home-mobile:hover, .cat-home-mobile.active {
            background: rgba(255, 255, 255, 0.16) !important;
            color: #ffffff !important;
        }
        .btn-rubrik-toggle {
            background: rgba(255, 255, 255, 0.1) !important;
            border: 1px solid rgba(255, 255, 255, 0.25) !important;
            color: #ffffff !important;
            padding: 5px 14px !important;
            border-radius: 20px !important;
            font-size: 12px !important;
            font-weight: 700 !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 7px !important;
            height: 32px !important;
            cursor: pointer !important;
            transition: all 0.2s ease !important;
            outline: none !important;
            white-space: nowrap !important;
        }
        .btn-rubrik-toggle:hover, .btn-rubrik-toggle.active {
            background: #10b981 !important;
            border-color: #34d399 !important;
            color: #ffffff !important;
        }
        .cat-special-pill-mobile {
            display: inline-flex !important;
            align-items: center !important;
            gap: 6px !important;
            background: rgba(16, 185, 129, 0.2) !important;
            border: 1px solid #10b981 !important;
            color: #ffffff !important;
            padding: 5px 12px !important;
            border-radius: 20px !important;
            font-size: 11.5px !important;
            font-weight: 800 !important;
            height: 32px !important;
            text-decoration: none !important;
            transition: all 0.2s ease !important;
            white-space: nowrap !important;
        }
        .cat-special-pill-mobile:hover {
            background: #10b981 !important;
            color: #ffffff !important;
        }
        .mobile-rubrik-dropdown {
            background: #022c22;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 2px solid #10b981;
            box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45);
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10000;
            animation: slideDownRubrik 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }
        @keyframes slideDownRubrik {
            from { opacity: 0; transform: translateY(-8px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .rubrik-dropdown-inner {
            padding: 14px 16px 18px 16px;
            max-width: var(--portal-container-width);
            margin: 0 auto;
        }
        .rubrik-grid-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            color: #a7f3d0;
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.5px;
        }
        .btn-close-rubrik {
            background: transparent;
            border: none;
            color: #cbd5e1;
            font-size: 16px;
            cursor: pointer;
            padding: 2px 6px;
        }
        .rubrik-pills-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
        }
        .rubrik-pill-item {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.12);
            color: #f1f5f9;
            text-decoration: none;
            padding: 9px 12px;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.15s ease;
        }
        .rubrik-pill-item:hover, .rubrik-pill-item.active {
            background: rgba(16, 185, 129, 0.25);
            border-color: #10b981;
            color: #ffffff;
        }
        .rubrik-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            flex-shrink: 0;
        }

        @media (max-width: 992px) {
            .cat-links-desktop, .cat-nav-action { display: none !important; }
            .cat-nav-mobile { display: flex !important; }
            .cat-navbar.is-scrolled .cat-home-mobile {
                display: none !important;
            }
            .cat-navbar.is-scrolled .cat-nav-mobile {
                justify-content: flex-end;
                gap: 8px;
            }
            .sticky-brand-compact {
                margin-right: 8px;
                padding-right: 8px;
            }
            .sticky-brand-compact img {
                height: 22px !important;
            }
        }
        .cat-special-pill:hover {
            background: #10b981;
            color: #ffffff;
            transform: translateY(-1px);
        }
        .special-glow {
            width: 6px;
            height: 6px;
            background: #34d399;
            border-radius: 50%;
            box-shadow: 0 0 8px #34d399;
        }

        /* 4. Breaking News Ticker */
        .news-ticker {
            background: #022c22;
            color: #ffffff;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 12.5px;
            overflow: hidden;
        }
        .news-ticker-inner {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 0 1rem;
            display: flex;
            align-items: center;
            height: 38px;
        }
        .ticker-badge-wrap {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #059669;
            color: #ffffff;
            font-size: 11px;
            font-weight: 800;
            padding: 4px 10px;
            border-radius: 4px;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            flex-shrink: 0;
            margin-right: 14px;
        }
        .ticker-beacon {
            width: 6px;
            height: 6px;
            background: #ffffff;
            border-radius: 50%;
            animation: beaconPulse 1.5s infinite;
        }
        @keyframes beaconPulse {
            0% { transform: scale(0.9); opacity: 0.8; }
            50% { transform: scale(1.4); opacity: 1; }
            100% { transform: scale(0.9); opacity: 0.8; }
        }
        .ticker-marquee-track {
            flex: 1;
            overflow: hidden;
            white-space: nowrap;
            position: relative;
        }
        .ticker-marquee-content {
            display: inline-flex;
            align-items: center;
            gap: 28px;
            animation: marqueeScroll 35s linear infinite;
        }
        .ticker-marquee-track:hover .ticker-marquee-content {
            animation-play-state: paused;
        }
        @keyframes marqueeScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        .ticker-item-link {
            color: #e2e8f0;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: color 0.2s;
        }
        .ticker-item-link:hover { color: #34d399; }
        .ticker-bullet { color: #10b981; font-size: 10px; }

        /* Single Page Layout & Grid */
        .article-page-container {
            max-width: var(--portal-container-width);
            margin: 0 auto;
            padding: 24px 1rem 60px 1rem;
        }

        .article-main-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 340px;
            gap: 40px;
            align-items: start;
        }

        @media (max-width: 991px) {
            .article-main-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }

        /* Breadcrumbs */
        .article-breadcrumb {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 12.5px;
            color: #64748b;
            margin-bottom: 16px;
        }
        .article-breadcrumb a {
            color: #475569;
            text-decoration: none;
            transition: color 0.2s;
        }
        .article-breadcrumb a:hover {
            color: #059669;
        }

        /* Headline & Typography */
        .article-category-badge {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            padding: 4px 12px;
            border-radius: 6px;
            font-size: 11px;
            font-weight: 800;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 14px;
            text-decoration: none;
        }

        .article-main-title {
            font-size: clamp(24px, 4vw, 36px);
            font-weight: 800;
            line-height: 1.28;
            color: #0f172a;
            letter-spacing: -0.6px;
            margin: 0 0 16px 0;
        }

        .article-lead-box {
            font-size: 17.5px;
            font-weight: 500;
            line-height: 1.65;
            color: #334155;
            border-left: 4px solid #10b981;
            padding-left: 18px;
            margin: 0 0 24px 0;
            background: rgba(16, 185, 129, 0.03);
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 0 8px 8px 0;
        }

        /* Meta Bar (Author, Date, Share, Font Resizer) */
        .article-meta-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            padding: 14px 0;
            border-top: 1px solid #f1f5f9;
            border-bottom: 1px solid #f1f5f9;
            margin-bottom: 24px;
        }

        .author-meta-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .author-avatar-img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #e2e8f0;
        }
        .author-avatar-initials {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: linear-gradient(135deg, #064e3b 0%, #10b981 100%);
            color: #ffffff;
            font-weight: 800;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .author-name-text {
            font-size: 14px;
            font-weight: 700;
            color: #0f172a;
            margin: 0 0 2px 0;
        }
        .article-date-meta {
            font-size: 12px;
            color: #64748b;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .article-tool-actions {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .meta-actions-row-top {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .meta-actions-row-share {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .font-sizer-btn-group {
            display: flex;
            align-items: center;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 2px;
        }
        .font-sizer-btn {
            background: transparent;
            border: none;
            padding: 4px 8px;
            font-size: 12px;
            font-weight: 700;
            color: #475569;
            cursor: pointer;
            border-radius: 6px;
            transition: all 0.15s ease;
        }
        .font-sizer-btn:hover {
            background: #ffffff;
            color: #0f172a;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
        }
        .btn-audio-reader {
            background: #ecfdf5 !important;
            color: #065f46 !important;
            border: 1px solid #a7f3d0 !important;
            border-radius: 20px;
            padding: 5px 12px;
            font-size: 12px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            outline: none !important;
            box-shadow: none !important;
            transition: all 0.2s ease;
        }
        .btn-audio-reader:hover {
            background: #d1fae5 !important;
            color: #047857 !important;
            transform: translateY(-1px);
        }

        .share-btn-icon {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
            text-decoration: none;
            color: #ffffff;
            font-size: 16px;
            cursor: pointer;
            padding: 0;
            transition: all 0.2s ease;
        }
        .share-btn-icon:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.12) !important;
            opacity: 0.95;
        }
        .share-wa { background: #25d366 !important; color: #ffffff !important; }
        .share-tw { background: #0f172a !important; color: #ffffff !important; }
        .share-fb { background: #1877f2 !important; color: #ffffff !important; }
        .share-copy { background: #f1f5f9 !important; color: #475569 !important; border: 1px solid #e2e8f0 !important; }
        .share-copy:hover { background: #e2e8f0 !important; color: #0f172a !important; }
        .share-bookmark { background: #f1f5f9 !important; color: #475569 !important; border: 1px solid #e2e8f0 !important; }
        .share-bookmark:hover { background: #e2e8f0 !important; color: #0f172a !important; }

        /* Featured Image */
        .article-hero-figure {
            margin: 0 0 28px 0;
            position: relative;
        }
        .article-hero-img {
            width: 100%;
            height: auto;
            max-height: 520px;
            object-fit: cover;
            border-radius: 16px;
            display: block;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        .article-image-caption {
            font-size: 12.5px;
            color: #64748b;
            margin-top: 8px;
            padding: 0 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
        }

        /* Article Reading Body (The Core Narrative) */
        .article-body-content,
        .article-body-content p,
        .article-body-content li,
        .article-body-content div,
        .article-body-content span {
            font-size: var(--article-font-size, 18px);
            line-height: 1.85;
            color: #1e293b;
        }

        .article-body-content p {
            margin-bottom: 24px;
        }

        .article-body-content h2,
        .article-body-content h3 {
            color: #0f172a;
            font-weight: 800;
            letter-spacing: -0.4px;
            margin-top: 36px;
            margin-bottom: 16px;
            line-height: 1.35;
        }
        .article-body-content h2 { font-size: 24px; }
        .article-body-content h3 { font-size: 20px; }

        .article-body-content blockquote {
            margin: 32px 0;
            padding: 20px 24px;
            background: #f8fafc;
            border-left: 4px solid #064e3b;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            font-size: 18px;
            line-height: 1.7;
            color: #0f172a;
            position: relative;
        }

        .article-body-content ul,
        .article-body-content ol {
            margin-bottom: 24px;
            padding-left: 28px;
        }
        .article-body-content li {
            margin-bottom: 8px;
        }

        .article-body-content img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            margin: 24px 0;
            display: block;
        }

        .article-body-content figure {
            margin: 24px 0;
            max-width: 100%;
        }
        .article-body-content figure img {
            margin: 0 0 8px 0;
        }
        .article-body-content figcaption {
            font-size: 12.5px;
            color: #64748b;
            text-align: center;
            font-style: italic;
            line-height: 1.4;
        }

        .article-body-content table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            font-size: 14px;
        }
        .article-body-content th,
        .article-body-content td {
            border: 1px solid #e2e8f0;
            padding: 10px 14px;
            text-align: left;
        }
        .article-body-content th {
            background: #f8fafc;
            font-weight: 700;
            color: #0f172a;
        }

        .article-body-content iframe {
            max-width: 100%;
            border-radius: 12px;
            margin: 20px 0;
        }

        /* Tags cloud */
        .article-tags-wrap {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            margin: 36px 0;
            padding-top: 20px;
            border-top: 1px solid #f1f5f9;
        }
        .tag-pill-link {
            background: #f1f5f9;
            color: #475569;
            text-decoration: none;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 12.5px;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        .tag-pill-link:hover {
            background: #059669;
            color: #ffffff;
            transform: translateY(-1px);
        }

        /* Author Bio Card */
        .author-bio-card {
            display: flex;
            gap: 18px;
            padding: 22px;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            margin: 36px 0;
            align-items: center;
        }
        .author-bio-avatar {
            width: 68px;
            height: 68px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .author-bio-title {
            font-size: 16px;
            font-weight: 800;
            color: #0f172a;
            margin: 0 0 4px 0;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .author-bio-text {
            font-size: 13.5px;
            color: #475569;
            margin: 0;
            line-height: 1.55;
        }

        /* Reader Discussion / Comments */
        .comments-section-wrap {
            margin-top: 48px;
            padding-top: 32px;
            border-top: 2px solid #f1f5f9;
        }
        .comments-header-title {
            font-size: 20px;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .comment-form-card {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 22px;
            margin-bottom: 32px;
        }
        .comment-input-field {
            width: 100%;
            padding: 10px 14px;
            font-size: 14px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            box-sizing: border-box;
            font-family: inherit;
            margin-bottom: 12px;
            outline: none;
            transition: border-color 0.2s;
        }
        .comment-input-field:focus {
            border-color: #059669;
            box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12);
        }
        .comment-btn-submit {
            background: linear-gradient(135deg, #064e3b 0%, #059669 100%);
            color: #ffffff;
            border: none;
            padding: 10px 22px;
            border-radius: 8px;
            font-weight: 700;
            font-size: 13.5px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        .comment-btn-submit:hover {
            opacity: 0.94;
            transform: translateY(-1px);
        }
        .single-comment-item {
            padding: 16px 0;
            border-bottom: 1px solid #f1f5f9;
        }
        .single-comment-author {
            font-size: 14px;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .single-comment-text {
            font-size: 14px;
            color: #334155;
            line-height: 1.6;
            margin: 0;
        }

        /* Sidebar Widgets */
        .sidebar-widget-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 14px;
            padding: 20px;
            margin-bottom: 24px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.03);
        }
        .sidebar-widget-title {
            font-size: 16px;
            font-weight: 800;
            color: #0f172a;
            margin-top: 0;
            margin-bottom: 16px;
            padding-bottom: 10px;
            border-bottom: 2px solid #059669;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .trending-item-row {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 12px 0;
            border-bottom: 1px solid #f1f5f9;
            text-decoration: none;
        }
        .trending-item-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        .trending-rank-num {
            font-size: 24px;
            font-weight: 900;
            color: #cbd5e1;
            line-height: 1;
            min-width: 24px;
        }
        .trending-item-row:hover .trending-rank-num {
            color: #059669;
        }
        .trending-item-title {
            font-size: 13.5px;
            font-weight: 700;
            color: #0f172a;
            line-height: 1.45;
            margin: 0 0 4px 0;
        }
        .trending-item-row:hover .trending-item-title {
            color: #059669;
        }

        /* Toast copied alert */
        #toastCopied {
            position: fixed;
            bottom: 24px;
            right: 24px;
            background: #0f172a;
            color: #ffffff;
            padding: 12px 20px;
            border-radius: 10px;
            display: none;
            align-items: center;
            gap: 8px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
            z-index: 99999;
            font-size: 13.5px;
            font-weight: 600;
        }

        /* Ultra-Modern Footer Styling */
        .portal-footer {
            background: radial-gradient(circle at 85% 15%, rgba(16, 185, 129, 0.15) 0%, transparent 50%), radial-gradient(circle at 15% 85%, rgba(5, 150, 105, 0.1) 0%, transparent 45%), #052e24;
            color: #ffffff;
            padding: 56px 1.5rem 32px 1.5rem;
            font-family: 'Plus Jakarta Sans', sans-serif;
            width: 100%;
            box-sizing: border-box;
            border-top: 1px solid rgba(16, 185, 129, 0.3);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
            margin-top: 60px;
            position: relative;
        }

        .footer-inner {
            max-width: 1140px;
            margin: 0 auto;
            width: 100%;
        }

        .footer-top-strip {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding-bottom: 36px;
            margin-bottom: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            flex-wrap: wrap;
        }

        .footer-brand-lockup {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .footer-brand-logo {
            max-height: 42px;
            filter: brightness(0) invert(1);
        }

        .footer-accreditation-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(52, 211, 153, 0.45);
            color: #a7f3d0;
            font-size: 12px;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 20px;
            letter-spacing: 0.2px;
        }

        .footer-mini-newsletter {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 5px 6px 5px 16px;
            border-radius: 30px;
            max-width: 440px;
            width: 100%;
        }

        .footer-mini-newsletter input {
            background: transparent;
            border: none;
            outline: none;
            color: #ffffff;
            font-size: 13px;
            flex: 1;
            min-width: 160px;
        }

        .footer-mini-newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.75);
        }

        .footer-mini-newsletter button {
            background: #10b981;
            color: #ffffff;
            border: none;
            padding: 8px 18px;
            border-radius: 24px;
            font-size: 12.5px;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .footer-mini-newsletter button:hover {
            background: #059669;
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
        }

        /* Reader Reactions Engine */
        .btn-reaction {
            border: 1px solid #cbd5e1;
            background: #ffffff;
            color: #334155;
            padding: 8px 16px;
            border-radius: 24px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
            user-select: none;
        }
        .btn-reaction:hover {
            border-color: #10b981;
            background: #f0fdf4;
            color: #065f46;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(16, 185, 129, 0.15);
        }
        .btn-reaction.active {
            border-color: #059669 !important;
            background: #ecfdf5 !important;
            color: #065f46 !important;
            box-shadow: 0 0 0 2px rgba(5, 150, 105, 0.25) !important;
        }
        .btn-reaction .reaction-count {
            background: #f1f5f9;
            padding: 2.5px 8px;
            border-radius: 12px;
            font-size: 11.5px;
            font-weight: 800;
            color: #059669;
            transition: all 0.2s ease;
        }
        .btn-reaction.active .reaction-count {
            background: #059669 !important;
            color: #ffffff !important;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
            gap: 36px;
            align-items: start;
        }

        @media (max-width: 992px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 32px;
            }
        }

        @media (max-width: 576px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
        }

        .footer-col-title {
            font-size: 14px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: #ffffff;
            margin: 0 0 18px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .footer-title-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 8px #34d399;
            display: inline-block;
        }

        .footer-bio-text {
            font-size: 13.5px;
            color: #e2e8f0;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .footer-social-strip {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }

        .footer-social-btn {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .footer-social-btn:hover {
            background: #10b981;
            border-color: #10b981;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(16, 185, 129, 0.35);
        }

        .portal-footer a {
            color: #ffffff !important;
        }

        .footer-links-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links-list a {
            color: #ffffff !important;
            font-size: 13.5px;
            font-weight: 600;
            text-decoration: none !important;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s ease;
        }

        .footer-links-list a:hover {
            color: #6ee7b7 !important;
            transform: translateX(4px);
        }

        .footer-links-list a::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 6px rgba(52, 211, 153, 0.8);
            transition: all 0.2s ease;
        }

        .footer-links-list a:hover::before {
            background: #ffffff;
            box-shadow: 0 0 8px #ffffff;
        }

        .footer-contact-card {
            background: rgba(255, 255, 255, 0.07);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 12px;
            padding: 18px;
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .footer-contact-row {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 13px;
            color: #f1f5f9;
            line-height: 1.5;
        }

        .footer-contact-icon {
            font-size: 15px;
            color: #34d399;
            line-height: 1.2;
            flex-shrink: 0;
            margin-top: 1px;
        }

        .footer-contact-row a {
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-contact-row a:hover {
            color: #6ee7b7;
        }

        .footer-bottom-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding-top: 28px;
            margin-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 13px;
            color: #cbd5e1;
            flex-wrap: wrap;
        }

        .footer-legal-links {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .footer-legal-links a {
            color: #e2e8f0;
            text-decoration: none;
            transition: color 0.2s;
        }

        .footer-legal-links a:hover {
            color: #6ee7b7;
        }

        .footer-back-to-top {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #a7f3d0;
            background: rgba(16, 185, 129, 0.2);
            border: 1px solid rgba(52, 211, 153, 0.4);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 800;
            text-decoration: none;
            transition: all 0.2s ease;
            cursor: pointer;
        }

        .footer-back-to-top:hover {
            background: #10b981;
            color: #ffffff;
            transform: translateY(-2px);
        }

        /* ================= MOBILE RESPONSIVE OPTIMIZATIONS ================= */
        @media (max-width: 768px) {
            html, body {
                overflow-x: clip !important;
                width: 100% !important;
                max-width: 100vw !important;
            }
            .article-page-container, .article-view-container {
                padding: 12px 14px 40px 14px !important;
                max-width: 100% !important;
                overflow-x: clip !important;
            }
            .article-main-grid {
                display: flex !important;
                flex-direction: column !important;
                gap: 24px !important;
            }
            .article-main-title {
                font-size: 21px !important;
                line-height: 1.34 !important;
                letter-spacing: -0.3px !important;
                margin: 6px 0 14px 0 !important;
                word-break: break-word !important;
                overflow-wrap: break-word !important;
            }
            .article-lead-box {
                font-size: 15px !important;
                line-height: 1.65 !important;
                padding: 12px 14px !important;
                margin-bottom: 18px !important;
                border-left: 3.5px solid #059669 !important;
                background: #f0fdf4 !important;
                border-radius: 0 10px 10px 0 !important;
                color: #1e293b !important;
                word-break: break-word !important;
                overflow-wrap: break-word !important;
            }
            .article-breadcrumb {
                font-size: 11px !important;
                line-height: 1.4 !important;
                word-break: break-word !important;
                margin-bottom: 10px !important;
            }
            .article-meta-bar {
                display: flex !important;
                flex-direction: column !important;
                background: #f8fafc !important;
                border: 1px solid #e2e8f0 !important;
                border-radius: 14px !important;
                padding: 12px 14px !important;
                gap: 12px !important;
                margin-bottom: 20px !important;
            }
            .author-meta-info {
                display: flex !important;
                align-items: center !important;
                gap: 12px !important;
                width: 100% !important;
                padding-bottom: 10px !important;
                border-bottom: 1px solid #e2e8f0 !important;
            }
            .author-avatar-img, .author-avatar-initials {
                width: 42px !important;
                height: 42px !important;
                min-width: 42px !important;
                font-size: 15px !important;
            }
            .author-name-text {
                font-size: 13px !important;
                line-height: 1.4 !important;
            }
            .article-date-meta {
                font-size: 11px !important;
                flex-wrap: wrap !important;
                gap: 4px !important;
                color: #64748b !important;
                margin-top: 3px !important;
            }
            .article-tool-actions {
                display: flex !important;
                flex-direction: column !important;
                width: 100% !important;
                gap: 10px !important;
            }
            .meta-actions-row-top {
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
                width: 100% !important;
                gap: 8px !important;
            }
            .btn-audio-reader {
                flex-grow: 1 !important;
                justify-content: center !important;
                padding: 7px 14px !important;
                font-size: 12px !important;
            }
            .meta-actions-row-share {
                display: flex !important;
                align-items: center !important;
                justify-content: space-between !important;
                width: 100% !important;
                gap: 6px !important;
            }
            .share-btn-icon {
                width: 36px !important;
                height: 36px !important;
                font-size: 15px !important;
                flex: 1 !important;
                max-width: 48px !important;
                border-radius: 8px !important;
            }
            .article-hero-figure {
                margin: 0 0 20px 0 !important;
            }
            .article-hero-img {
                border-radius: 12px !important;
                max-height: 280px !important;
            }
            .article-image-caption {
                font-size: 11.5px !important;
                padding: 4px 2px !important;
            }
            .article-body-content {
                font-size: 16px !important;
                line-height: 1.85 !important;
                word-break: break-word !important;
                overflow-wrap: break-word !important;
            }
            .article-body-content p {
                margin-bottom: 18px !important;
            }
            .article-body-content img {
                max-width: 100% !important;
                height: auto !important;
                border-radius: 10px !important;
                margin: 16px 0 !important;
            }
            .article-body-content blockquote {
                padding: 12px 14px !important;
                font-size: 15px !important;
                margin: 18px 0 !important;
                border-radius: 0 8px 8px 0 !important;
            }
            .article-body-content table {
                display: block !important;
                width: 100% !important;
                overflow-x: auto !important;
            }
            .header-main-container {
                padding: 0 12px !important;
            }
            .cat-nav-container {
                padding: 0 8px !important;
            }
            .news-ticker-inner {
                padding: 0 10px !important;
            }
            .header-utility-bar {
                padding: 0 8px !important;
            }
        }
