
        /* The Journey visual panel should never carry a hidden class. */
        body #visuals-tab-panel.devotion-tab-panel.hidden,
        body #visuals-tab-panel.devotion-tab-panel {
            display: block !important;
        }

        /* ─── (2) Premium phase-tab strip ─── */
        /* Wrap the 7 progress items in the same capsule-row styling Topic
           Devotion uses for its top category strip. Reset every legacy
           v-s03-progress style on top so we get a clean pill-strip look. */
        body #visuals-dashboard .v-s03-progress {
            display: flex !important;
            justify-content: center !important;
            flex-wrap: wrap !important;
            gap: 8px !important;
            max-width: 980px !important;
            margin: 18px auto 32px !important;
            padding: 8px !important;
            background: rgba(255, 255, 255, 0.08) !important;
            border: 1px solid rgba(212, 175, 55, 0.22) !important;
            border-radius: 999px !important;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.06),
                0 12px 26px rgba(0, 0, 0, 0.28) !important;
        }
        /* Drop the original thin connector lines between tabs — premium
           pill strip has its own visual rhythm. */
        body #visuals-dashboard .v-s03-progress .v-s03-progress-connector {
            display: none !important;
        }

        /* Individual phase tab — borrows the .topical-section-tab pattern. */
        body #visuals-dashboard .v-s03-progress-item {
            appearance: none !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 0 !important;
            min-width: 118px !important;
            min-height: 48px !important;
            padding: 10px 18px !important;
            border: 0 !important;
            border-radius: 999px !important;
            background: rgba(255, 255, 255, 0.04) !important;
            color: rgba(244, 239, 230, 0.72) !important;
            text-decoration: none !important;
            text-align: center !important;
            font-family: 'Inter', system-ui, sans-serif !important;
            font-weight: 600 !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
            cursor: pointer !important;
            position: relative !important;
            transition:
                background 250ms cubic-bezier(0.4, 0, 0.2, 1),
                color 250ms cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
                transform 250ms cubic-bezier(0.4, 0, 0.2, 1) !important;
        }
        body #visuals-dashboard .v-s03-progress-item:hover {
            background: rgba(255, 255, 255, 0.10) !important;
            color: #f4efe6 !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.20) !important;
        }
        body #visuals-dashboard .v-s03-progress-item.active {
            background: linear-gradient(180deg, #4b74ff 0%, #2f5be7 100%) !important;
            color: #ffffff !important;
            box-shadow:
                0 8px 20px rgba(54, 94, 255, 0.30),
                inset 0 1px 1px rgba(255, 255, 255, 0.25),
                inset 0 -1px 0 rgba(19, 54, 150, 0.30) !important;
        }
        body #visuals-dashboard .v-s03-progress-item .v-s03-progress-num {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-progress-item .v-s03-progress-label {
            font-family: 'Cormorant Garamond', Georgia, serif !important;
            font-size: 1.05rem !important;
            font-weight: 600 !important;
            line-height: 1.1 !important;
            margin: 0 !important;
        }

        body #visuals-dashboard .v-s03-progress {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-slide.is-overview .v-s03-progress {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-landing {
            display: none;
            max-width: 1180px;
            margin: 0 auto;
        }
        body #visuals-dashboard .v-s03-landing.is-active {
            display: block;
        }
        body #visuals-dashboard .v-s03-slide:not(.is-overview) .v-s03-landing-hero {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-landing-hero {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 330px);
            gap: clamp(22px, 4vw, 44px);
            align-items: center;
            min-height: 500px;
            padding: clamp(22px, 4vw, 42px);
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 30px;
            background:
                radial-gradient(circle at 75% 30%, rgba(212, 175, 55, 0.08), transparent 20rem),
                radial-gradient(circle at 20% 70%, rgba(19, 48, 85, 0.35), transparent 28rem),
                linear-gradient(135deg, #061225 0%, #0A1D35 50%, #08172B 100%) !important;
            box-shadow:
                0 26px 72px rgba(0, 0, 0, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
            overflow: hidden;
            position: relative;
        }
        body #visuals-dashboard .v-s03-landing-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%),
                linear-gradient(90deg, rgba(1, 9, 22, 0.24), transparent 44%, rgba(5, 18, 42, 0.08)),
                radial-gradient(ellipse at 50% 22%, rgba(212, 175, 55, 0.1), transparent 18rem);
            pointer-events: none;
        }
        body #visuals-dashboard .v-s03-landing-copy,
        body #visuals-dashboard .v-s03-gate-menu,
        body #visuals-dashboard .v-s03-overview-card {
            position: relative;
            z-index: 1;
        }
        body #visuals-dashboard .v-s03-landing-kicker {
            margin: 0 0 16px;
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: 0.24em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-landing-copy h2 {
            max-width: 640px;
            margin: 0;
            color: #D4AF37 !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: clamp(2.25rem, 3.8vw, 3.85rem);
            font-weight: 700 !important;
            line-height: 1.14;
            letter-spacing: 0.08em !important;
            text-transform: uppercase;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
        }
        body #visuals-dashboard .v-s03-landing-sub {
            max-width: 560px;
            margin: 22px 0 0;
            color: #fff9ec !important;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(1.1rem, 1.8vw, 1.35rem) !important;
            font-weight: 500;
            font-style: italic;
            line-height: 1.45;
            letter-spacing: 0.08em;
        }
        body #visuals-dashboard .v-s03-landing-body {
            max-width: 500px;
            margin: 22px 0 0;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', 'Cormorant Garamond', Georgia, serif;
            font-size: 1.08rem !important;
            font-weight: 400;
            line-height: 1.75 !important;
            letter-spacing: 0;
        }
        body #visuals-dashboard .v-s03-landing-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }
        body #visuals-dashboard .v-s03-landing-primary,
        body #visuals-dashboard .v-s03-landing-secondary,
        body #visuals-dashboard .v-s03-continue-card a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 12px 24px !important;
            border-radius: 12px;
            font-family: 'Inter', system-ui, sans-serif;
            font-weight: 800;
            text-decoration: none;
            transition: all 250ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-landing-primary {
            color: #061225 !important;
            border: 1px solid #D4AF37 !important;
            background: #D4AF37 !important;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2) !important;
        }
        body #visuals-dashboard .v-s03-landing-primary:hover {
            background: #fff9ec !important;
            border-color: #fff9ec !important;
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4) !important;
            transform: translateY(-2px) !important;
        }
        body #visuals-dashboard .v-s03-landing-secondary {
            color: #D4AF37 !important;
            border: 1px solid rgba(212, 175, 55, 0.4) !important;
            background: rgba(255, 255, 255, 0.02) !important;
        }
        body #visuals-dashboard .v-s03-landing-secondary:hover {
            background: rgba(212, 175, 55, 0.12) !important;
            border-color: #D4AF37 !important;
            color: #fff9ec !important;
            transform: translateY(-2px) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu {
            align-self: center;
            width: min(100%, 330px);
            justify-self: end;
            padding: 22px !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: #0C1F38 !important;
            box-shadow:
                0 22px 54px rgba(0, 0, 0, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
        }
        body #visuals-dashboard .v-s03-gate-menu-head {
            display: grid;
            gap: 6px !important;
            margin-bottom: 18px !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-head strong {
            color: #D4AF37 !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 0.9rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.12em !important;
            border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
            padding-bottom: 8px !important;
            margin-bottom: 4px !important;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-gate-menu-head span {
            color: #9DA8B7 !important;
            font-family: 'Inter', system-ui, sans-serif !important;
            font-size: 0.8rem !important;
            font-style: normal !important;
            text-transform: uppercase !important;
            letter-spacing: 0.05em !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            min-height: 42px;
            padding: 6px 12px !important;
            border-radius: 8px !important;
            color: #9DA8B7 !important;
            text-decoration: none;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link + .v-s03-gate-menu-link {
            margin-top: 6px !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border: 1px solid rgba(212, 175, 55, 0.25) !important;
            border-radius: 50%;
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.72rem;
            font-weight: 700;
            background: rgba(255, 255, 255, 0.02);
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link b {
            min-width: 0;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 0.92rem !important;
            font-weight: 600 !important;
            letter-spacing: 0.02em;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link i {
            display: none;
        }
        body #visuals-dashboard .v-s03-gate-menu-link:hover,
        body #visuals-dashboard .v-s03-gate-menu-link:focus-visible,
        body #visuals-dashboard .v-s03-gate-menu-link.active {
            color: #fff9ec !important;
            outline: none;
            background: rgba(212, 175, 55, 0.08) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link:hover span,
        body #visuals-dashboard .v-s03-gate-menu-link:focus-visible span,
        body #visuals-dashboard .v-s03-gate-menu-link.active span {
            border-color: #D4AF37 !important;
            color: #061225 !important;
            background: #D4AF37 !important;
            box-shadow: 0 0 12px rgba(212, 175, 55, 0.3) !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link:hover b,
        body #visuals-dashboard .v-s03-gate-menu-link.active b {
            color: #fff9ec !important;
            letter-spacing: 0.04em !important;
        }
        body #visuals-dashboard .v-s03-gate-menu-link--all {
            margin-top: 10px !important;
            padding-top: 10px !important;
            border-top: 1px solid rgba(212, 175, 55, 0.15) !important;
        }
        body #visuals-dashboard .v-s03-overview-card {
            align-self: center;
            padding: 24px;
            border: 1px solid rgba(82, 57, 22, 0.12);
            border-radius: 20px;
            color: #171204;
            background:
                radial-gradient(circle at 94% 7%, rgba(196, 154, 88, 0.16), transparent 8rem),
                linear-gradient(180deg, rgba(255, 247, 231, 0.98), rgba(238, 224, 196, 0.96));
            box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
        }
        body #visuals-dashboard .v-s03-overview-card h3 {
            margin: 0 0 18px;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 1.45rem;
            color: #171204;
        }
        body #visuals-dashboard .v-s03-overview-stats {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
        }
        body #visuals-dashboard .v-s03-overview-stats div {
            padding: 13px;
            border: 1px solid rgba(82, 57, 22, 0.1);
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.38);
        }
        body #visuals-dashboard .v-s03-overview-stats strong {
            display: block;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 1.35rem;
            line-height: 1;
        }
        body #visuals-dashboard .v-s03-overview-stats span {
            display: block;
            margin-top: 4px;
            color: rgba(23, 18, 4, 0.78);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.78rem;
            font-weight: 700;
        }
        body #visuals-dashboard .v-s03-continue-card {
            margin-top: 16px;
            padding: 18px;
            border: 1px solid rgba(82, 57, 22, 0.1);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.36);
        }
        body #visuals-dashboard .v-s03-continue-card strong {
            display: block;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 1.22rem;
        }
        body #visuals-dashboard .v-s03-continue-card p {
            margin: 8px 0 12px;
            color: rgba(23, 18, 4, 0.78);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.88rem;
        }
        body #visuals-dashboard .v-s03-progress-meter {
            height: 9px;
            margin-bottom: 14px;
            border-radius: 999px;
            background: rgba(23, 18, 4, 0.15);
            overflow: hidden;
        }
        body #visuals-dashboard .v-s03-progress-meter span {
            display: block;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, #c49a58, #e1b856);
        }
        body #visuals-dashboard .v-s03-continue-card a {
            width: 100%;
            color: #fffaf0;
            background: linear-gradient(180deg, #273447, #172133);
        }
        body #visuals-dashboard .v-s03-continue-card a span {
            margin-left: auto;
            font-size: 1.35rem;
        }
        body #visuals-dashboard .v-s03-gate-tabs {
            position: sticky;
            top: clamp(76px, 9vw, 118px);
            z-index: 18;
            display: grid;
            grid-template-columns: repeat(7, minmax(0, 1fr));
            gap: 10px;
            margin: 26px auto 0;
            padding: 14px;
            max-width: 1180px;
            border: 1px solid rgba(212, 175, 55, 0.32);
            border-radius: 24px;
            background:
                linear-gradient(100deg, rgba(18, 25, 35, 0.92), rgba(18, 38, 75, 0.86), rgba(20, 23, 50, 0.92));
            box-shadow:
                0 20px 50px rgba(0, 0, 0, 0.28),
                inset 0 1px 0 rgba(255, 255, 255, 0.07);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            scroll-margin-top: 112px;
        }
        @media (min-width: 901px) {
            body #visuals-dashboard .v-s03-gate-tabs {
                position: relative !important;
                top: auto !important;
                margin-bottom: 12px !important;
            }
        }
        body #visuals-dashboard .v-s03-gate-tabs[hidden] {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-gate-tab {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
            min-height: 84px;
            padding: 12px 10px;
            border: 1px solid rgba(231, 201, 122, 0.16);
            border-radius: 12px;
            color: rgba(244, 239, 230, 0.78);
            background: rgba(255, 255, 255, 0.035);
            text-decoration: none;
            transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
        }
        body #visuals-dashboard .v-s03-gate-tab span {
            display: block;
            text-align: center;
            color: rgba(212, 175, 55, 0.72);
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.82rem;
            font-weight: 800;
            line-height: 1;
        }
        body #visuals-dashboard .v-s03-gate-tab b {
            min-width: 0;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
            font-size: clamp(0.95rem, 1.05vw, 1.18rem);
            font-weight: 650;
            text-align: center;
        }
        body #visuals-dashboard .v-s03-gate-tab:hover,
        body #visuals-dashboard .v-s03-gate-tab:focus-visible,
        body #visuals-dashboard .v-s03-gate-tab.active {
            color: #fffaf0;
            border-color: rgba(212, 175, 55, 0.72);
            background: rgba(212, 175, 55, 0.12);
            outline: none;
            transform: translateY(-1px);
        }
        body #visuals-dashboard .v-s03-gate-tab:hover span,
        body #visuals-dashboard .v-s03-gate-tab:focus-visible span,
        body #visuals-dashboard .v-s03-gate-tab.active span {
            color: #fffaf0;
        }
        body #visuals-dashboard .v-s03-landing-provenance {
            margin: 18px auto 0;
            color: #f5c65f;
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.92rem;
            text-align: center;
        }
        body #visuals-dashboard .v-s03-landing a:focus-visible {
            outline: 2px solid #FFE28E;
            outline-offset: 4px;
            box-shadow: 0 0 0 5px rgba(231, 201, 122, 0.18);
        }

        body #visuals-dashboard .v-s03-gate-detail {
            max-width: 980px;
            margin: 18px auto 24px;
            padding: clamp(22px, 3vw, 34px);
            border: 1px solid rgba(212, 175, 55, 0.26);
            border-radius: 24px;
            background:
                radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 18rem),
                linear-gradient(145deg, rgba(7, 20, 42, 0.86), rgba(5, 14, 30, 0.94));
            box-shadow:
                inset 0 1px 0 rgba(255, 249, 236, 0.06),
                0 18px 48px rgba(0, 0, 0, 0.18);
            scroll-margin-top: 120px;
        }
        body #visuals-dashboard .v-s03-gate-detail[hidden] {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-gate-detail-eyebrow {
            color: #d4af37;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.72rem;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-gate-detail h3 {
            margin: 8px 0 0;
            color: #fff9ec;
            font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
            font-size: clamp(2rem, 3vw, 3rem);
            font-weight: 600;
            line-height: 1.08;
        }
        body #visuals-dashboard .v-s03-gate-detail-promise {
            margin: 12px 0 0;
            color: rgba(255, 249, 236, 0.76);
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 1.22rem;
            font-style: italic;
            line-height: 1.35;
        }
        body #visuals-dashboard .v-s03-gate-detail-body {
            max-width: 820px;
            margin: 14px 0 0;
            color: rgba(255, 249, 236, 0.82);
            font-family: 'EB Garamond', 'Cormorant Garamond', Georgia, serif;
            font-size: 1.13rem;
            line-height: 1.68;
        }
        body #visuals-dashboard .v-s03-gate-detail-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin: 18px 0;
        }
        body #visuals-dashboard .v-s03-gate-detail-meta span {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 5px 10px;
            border: 1px solid rgba(231, 201, 122, 0.2);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.055);
            color: rgba(244, 239, 230, 0.76);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.76rem;
            font-weight: 700;
        }
        body #visuals-dashboard .v-s03-gate-detail .v-s03-card-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 16px;
            margin-top: 18px;
        }
        body #visuals-dashboard .v-s03-coverage-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 10px;
            max-width: 980px;
            margin: 0 auto 22px;
        }
        body #visuals-dashboard .v-s03-coverage-card {
            min-width: 0;
            padding: 13px 12px;
            border: 1px solid rgba(231, 201, 122, 0.18);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.055);
        }
        body #visuals-dashboard .v-s03-coverage-card span,
        body #visuals-dashboard .v-s03-coverage-card strong,
        body #visuals-dashboard .v-s03-coverage-card p {
            display: block;
        }
        body #visuals-dashboard .v-s03-coverage-card span {
            color: rgba(244, 239, 230, 0.56);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.7rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-coverage-card strong {
            margin-top: 5px;
            color: #FFE28E;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.88rem;
            line-height: 1.18;
        }
        body #visuals-dashboard .v-s03-coverage-card p {
            display: none;
        }
        body #visuals-dashboard .v-s03-coverage-stat {
            min-width: 0;
            padding: 12px 8px;
            border: 1px solid rgba(231, 201, 122, 0.18);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.055);
            text-align: center;
        }
        body #visuals-dashboard .v-s03-coverage-stat strong {
            display: block;
            color: #FFE28E;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 1.15rem;
            line-height: 1;
        }
        body #visuals-dashboard .v-s03-coverage-stat span {
            display: block;
            margin-top: 5px;
            color: rgba(244, 239, 230, 0.56);
            font-size: 0.64rem;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-live-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            max-width: 1040px;
            margin: 0 auto;
            text-align: left;
        }
        body #visuals-dashboard .v-s03-live-panel {
            min-width: 0;
            padding: 24px !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: #0C1F38 !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-live-panel:hover {
            border-color: rgba(212, 175, 55, 0.35) !important;
            background: #133055 !important;
            transform: translateY(-2px) !important;
        }
        body #visuals-dashboard .v-s03-live-panel--wide {
            grid-column: 1 / -1;
        }
        body #visuals-dashboard .v-s03-live-panel h3 {
            margin: 0 0 16px !important;
            color: #D4AF37 !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.15rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.1em !important;
            padding-bottom: 8px !important;
            border-bottom: 1px solid rgba(212, 175, 55, 0.12) !important;
        }
        body #visuals-dashboard .v-s03-live-panel h4 {
            margin: 0 0 10px;
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 0.72rem !important;
            font-weight: 800;
            letter-spacing: 0.1em !important;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-split-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
        body #visuals-dashboard .v-s03-text-list,
        body #visuals-dashboard .v-s03-chip-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        body #visuals-dashboard .v-s03-text-list {
            display: grid;
            gap: 8px;
        }
        body #visuals-dashboard .v-s03-text-list p {
            display: grid;
            gap: 4px;
            margin: 0;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif !important;
            font-size: 1.02rem !important;
            line-height: 1.65 !important;
        }
        body #visuals-dashboard .v-s03-text-list p strong {
            color: #C8A75C !important;
            font-weight: 700 !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 0.94rem !important;
            letter-spacing: 0.05em !important;
        }
        body #visuals-dashboard .v-s03-text-list p span {
            display: block;
        }
        body #visuals-dashboard .v-s03-text-list li {
            position: relative;
            padding-left: 16px;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif !important;
            font-size: 1.02rem !important;
            line-height: 1.42;
        }
        body #visuals-dashboard .v-s03-text-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.66em;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #d4af37;
        }
        body #visuals-dashboard .v-s03-chip-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        body #visuals-dashboard .v-s03-chip-list li,
        body #visuals-dashboard .v-s03-empty-chip {
            display: inline-flex;
            align-items: center;
            max-width: 100%;
            min-height: 28px;
            padding: 5px 10px;
            border: 1px solid rgba(212, 175, 55, 0.16) !important;
            border-radius: 6px !important;
            color: #D7DCE5 !important;
            background: rgba(255, 255, 255, 0.04) !important;
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.76rem;
            font-weight: 500 !important;
            overflow-wrap: anywhere;
        }
        body #visuals-dashboard .v-s03-landmark-list,
        body #visuals-dashboard .v-s03-progression-list {
            display: grid;
            gap: 12px !important;
        }
        body #visuals-dashboard .v-s03-landmark-card {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr);
            gap: 12px;
            align-items: start;
            padding: 14px !important;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.02) !important;
        }
        body #visuals-dashboard .v-s03-landmark-rank {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(212, 175, 55, 0.1) !important;
            color: #D4AF37 !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.72rem;
            font-weight: 800;
        }
        body #visuals-dashboard .v-s03-landmark-card strong {
            display: block;
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.82rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-landmark-card p {
            margin: 5px 0 0;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif;
            font-size: 1.02rem !important;
            line-height: 1.45 !important;
        }
        body #visuals-dashboard .v-s03-landmark-card small {
            display: block;
            margin-top: 5px;
            color: #9DA8B7 !important;
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.72rem;
            font-weight: 700;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-progression-card {
            padding: 16px !important;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.02) !important;
        }
        body #visuals-dashboard .v-s03-progression-head {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 8px 12px;
            margin-bottom: 8px;
        }
        body #visuals-dashboard .v-s03-progression-head span {
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.68rem;
            font-weight: 800;
            letter-spacing: 0.14em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-s03-progression-head strong {
            color: #fff9ec !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.12rem !important;
            line-height: 1.1;
        }
        body #visuals-dashboard .v-s03-progression-card p {
            margin: 0 0 12px;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif;
            font-size: 1rem;
            line-height: 1.45;
        }
        body #visuals-dashboard .v-s03-progression-card ol {
            display: grid;
            gap: 8px;
            margin: 0;
            padding-left: 20px;
            color: #9DA8B7 !important;
        }
        body #visuals-dashboard .v-s03-progression-card li b,
        body #visuals-dashboard .v-s03-progression-card li span {
            display: block;
        }
        body #visuals-dashboard .v-s03-progression-card li b {
            color: #D4AF37 !important;
            font-size: 0.86rem;
            font-family: 'Cinzel', Georgia, serif !important;
        }
        body #visuals-dashboard .v-s03-lesson-row {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
        }
        body #visuals-dashboard .v-s03-lesson-row span {
            padding: 12px;
            border: 1px dashed rgba(231, 201, 122, 0.26);
            border-radius: 14px;
            color: rgba(244, 239, 230, 0.68);
            background: rgba(255, 255, 255, 0.035);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.78rem;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }
        @media (max-width: 900px) {
            body #visuals-dashboard .v-s03-landing-hero {
                grid-template-columns: 1fr;
                min-height: 0;
            }
            body #visuals-dashboard .v-s03-gate-menu {
                width: 100%;
            }
            body #visuals-dashboard .v-s03-gate-tabs {
                grid-template-columns: repeat(4, minmax(0, 1fr));
                top: 74px;
                border-radius: 20px;
            }
            body #visuals-dashboard .v-s03-gate-tab {
                min-height: 68px;
                padding: 10px 8px;
            }
            body #visuals-dashboard .v-s03-coverage-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            body #visuals-dashboard .v-s03-live-grid,
            body #visuals-dashboard .v-s03-split-grid,
            body #visuals-dashboard .v-s03-gate-detail .v-s03-card-grid,
            body #visuals-dashboard .v-s03-lesson-row {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 560px) {
            body #visuals-dashboard .v-s03-landing-hero {
                padding: 18px;
                border-radius: 20px;
            }
            body #visuals-dashboard .v-s03-landing-actions {
                flex-direction: column;
            }
            body #visuals-dashboard .v-s03-landing-primary,
            body #visuals-dashboard .v-s03-landing-secondary {
                width: 100%;
            }
            body #visuals-dashboard .v-s03-overview-stats {
                grid-template-columns: 1fr;
            }
            body #visuals-dashboard .v-s03-gate-tabs {
                display: flex;
                gap: 8px;
                overflow-x: auto;
                padding: 10px;
                border-radius: 18px;
                scroll-snap-type: x proximity;
                scrollbar-width: thin;
            }
            body #visuals-dashboard .v-s03-gate-tab {
                flex: 0 0 auto;
                min-width: 152px;
                scroll-snap-align: start;
            }
            body #visuals-dashboard .v-s03-coverage-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            body #visuals-dashboard .v-s03-live-panel {
                padding: 14px;
            }
        }

        /* ─── (3) Masthead spacing fix ─── */
        /* Give the content-area a tiny breath of top padding below the masthead. */
        body.sidebar-collapsed #app-view .content-area > #visuals-tab-panel {
            padding-top: 8px;
        }

        /* ─── (4) Header — ensure "The Disciple's Journey" title is fully
                 visible at scroll position 0. Allow the header to grow
                 vertically and never clip its content. */
        body #app-view #main-header {
            overflow: visible !important;
            padding-top: max(36px, env(safe-area-inset-top, 0px)) !important;
            padding-bottom: 32px !important;
        }
        body #app-view #main-header .header-lockup {
            overflow: visible !important;
            padding-top: 0 !important;
        }
        body #app-view #main-header .header-text-group {
            overflow: visible !important;
        }
        body #app-view #main-header .main-title {
            line-height: 1.1 !important;
            margin-top: 0 !important;
            padding-top: 0 !important;
            display: block !important;
            overflow: visible !important;
            white-space: normal !important;
            text-align: center !important;
        }
        @media (max-width: 768px) {
            body #app-view #main-header .main-title {
                font-size: clamp(1.5rem, 6.5vw, 2rem) !important;
            }
        }

        /* Section 05 renders the Atlas inline as static markup. */
        body #visuals-dashboard .v-atlas-selection-panel {
            width: min(1180px, calc(100% - 24px));
            margin: 34px auto 0;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            text-align: initial;
        }
        body #visuals-dashboard .v-atlas-selection-panel[hidden] {
            display: none !important;
        }
        body #visuals-dashboard .v-atlas-selection-eyebrow {
            display: none;
        }
        body #visuals-dashboard .v-atlas-selection-panel h3 {
            display: none;
        }
        body #visuals-dashboard .v-atlas-selection-panel > [data-journey-selection-body] {
            display: block;
            width: 100%;
        }
        body #visuals-dashboard .v-atlas-selection-topics {
            display: none;
        }
        body #visuals-dashboard .journey-atlas-detail {
            width: 100%;
        }
        body #visuals-dashboard .journey-atlas-detail .v-god-topic-content {
            width: 100%;
        }
        body #visuals-dashboard .journey-atlas-detail .v-god-topic-panel {
            display: block;
            width: 100%;
        }
        body #visuals-dashboard .journey-atlas-topic-heading {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            margin: 0 auto 18px;
            padding: 14px 18px 10px;
            border-top: 1px solid rgba(212, 175, 55, 0.2);
            border-bottom: 1px solid rgba(212, 175, 55, 0.16);
            background:
                linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.06), transparent);
            text-align: center;
        }
        body #visuals-dashboard .journey-atlas-topic-heading span {
            color: #d8b26a;
            font-family: 'Cinzel', serif;
            font-size: 0.72rem;
            font-weight: 700;
            letter-spacing: 0.28em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .journey-atlas-topic-heading strong {
            color: rgba(244, 232, 206, 0.92);
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(2.25rem, 3.8vw, 3.75rem);
            font-weight: 500;
            letter-spacing: 0.18em;
            line-height: 1.15;
            text-transform: uppercase;
        }
        body #visuals-dashboard .journey-atlas-detail .v-god-constellation-map-container {
            min-height: 520px;
            padding: 42px 24px 30px;
            overflow: hidden;
        }
        body #visuals-dashboard .journey-atlas-detail .v-god-constellation-canvas {
            width: min(840px, 100%);
            max-width: 840px;
            height: 390px;
            overflow: visible !important;
        }
        body #visuals-dashboard .journey-atlas-constellation-copy {
            max-width: 760px;
            margin: 0 auto;
            padding: 18px 22px 0;
            text-align: center;
            color: rgba(235, 241, 249, 0.72);
            font-family: 'EB Garamond', Georgia, serif;
            font-size: 1.15rem;
            line-height: 1.65;
        }
        body #visuals-dashboard .journey-atlas-constellation-copy .v-highlight-topic {
            color: #fff7df;
            font-family: 'Cinzel', serif;
            font-size: 0.9em;
            letter-spacing: 0.05em;
            font-weight: 600;
        }
        body #visuals-dashboard .journey-atlas-constellation-copy .v-highlight-peer {
            color: #ead7ad;
            font-family: 'Cinzel', serif;
            font-size: 0.9em;
            letter-spacing: 0.05em;
            font-weight: 600;
            text-decoration: underline;
            text-underline-offset: 3px;
            text-decoration-color: rgba(234, 215, 173, 0.4);
            transition: all 0.2s ease;
        }
        body #visuals-dashboard .journey-atlas-constellation-copy .v-highlight-peer:hover {
            color: #fff7df;
            text-decoration-color: #fff7df;
        }
        body #visuals-dashboard .journey-atlas-constellation-copy .v-highlight-count {
            color: #ffe28e;
            font-family: 'Cinzel', serif;
            font-size: 0.95em;
            font-weight: 700;
            margin: 0 2px;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
        }
        body #visuals-dashboard .journey-atlas-constellation-copy .v-instruction-copy {
            display: block;
            margin-top: 10px;
            color: rgba(235, 241, 249, 0.45);
            font-size: 0.95rem;
            font-style: italic;
        }
        body #visuals-dashboard .v-atlas-testament-overview {
            margin-bottom: 28px;
        }
        body #visuals-dashboard .v-atlas-canonical-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 32px;
            width: min(1120px, calc(100% - 24px));
            margin: 28px auto 0;
        }
        body #visuals-dashboard .v-atlas-canonical-column {
            display: flex;
            flex-direction: column;
            gap: 22px;
            min-width: 0;
        }
        body #visuals-dashboard .v-atlas-canonical-heading {
            min-height: 72px;
            display: grid;
            place-items: center;
            padding: 16px 20px;
            border: 1px solid rgba(212, 175, 55, 0.34);
            border-radius: 10px;
            background:
                radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.08), transparent 55%),
                linear-gradient(180deg, rgba(5, 22, 44, 0.96), rgba(3, 11, 24, 0.98));
            color: #e5bd4f;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 1rem;
            font-weight: 800;
            letter-spacing: 0.22em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .v-atlas-canonical-book {
            min-height: 228px;
            cursor: pointer;
        }
        body #visuals-dashboard .v-atlas-canonical-book .v-atlas-chapter-inner {
            height: 100%;
        }
        body #visuals-dashboard .v-atlas-canonical-book .v-atlas-chapter-body {
            display: flex;
            flex-direction: column;
            min-height: 176px;
        }
        body #visuals-dashboard .v-atlas-canonical-book .v-atlas-chapter-topics {
            margin-top: auto;
        }
        body #visuals-dashboard .v-atlas-canonical-book .v-atlas-chapter-topic {
            border: 0;
            background: transparent;
            color: #e7bd4e;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.9rem;
            font-weight: 800;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            box-shadow: none;
        }
        body #visuals-dashboard .v-atlas-canonical-book.active .v-atlas-chapter-inner,
        body #visuals-dashboard .v-atlas-canonical-book:hover .v-atlas-chapter-inner {
            border-color: rgba(255, 222, 140, 0.58);
            box-shadow:
                0 0 0 1px rgba(255, 222, 140, 0.16),
                0 24px 58px rgba(0, 0, 0, 0.38),
                0 0 26px rgba(212, 175, 55, 0.14);
        }
        body #visuals-dashboard .journey-atlas-card-detail {
            margin-top: 16px;
            padding-top: 14px;
            border-top: 1px solid rgba(212, 175, 55, 0.22);
            color: rgba(255, 249, 236, 0.78);
        }
        body #visuals-dashboard .journey-atlas-card-detail strong {
            display: block;
            margin-bottom: 6px;
            color: #f0c766;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.72rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }
        body #visuals-dashboard .journey-atlas-card-detail p {
            margin: 0;
            font-family: 'EB Garamond', Georgia, serif;
            font-size: 1rem;
            line-height: 1.45;
        }
        body #visuals-dashboard .journey-atlas-card-expanded {
            border-color: rgba(255, 222, 140, 0.62) !important;
            box-shadow:
                0 0 0 1px rgba(255, 222, 140, 0.16),
                0 22px 54px rgba(0, 0, 0, 0.4),
                0 0 28px rgba(212, 175, 55, 0.14) !important;
        }
        body #visuals-dashboard .v-god-witness-row-btn.expanded {
            border-color: rgba(255, 222, 140, 0.62);
            background: rgba(212, 175, 55, 0.12);
        }
        @media (max-width: 860px) {
            body #visuals-dashboard .v-atlas-canonical-grid {
                grid-template-columns: 1fr;
                width: min(640px, calc(100% - 16px));
                gap: 24px;
            }
        }

        /* ─────────────────────────────────────────────────────────────
           Item popup — push Theological Commentary button to the right
           edge of the Primary Witness row. The CSS the popup inherits
           from daily uses `justify-self: end` which only works in grid;
           the .v-architecture-primary-witness container is flex, so we
           use `margin-left: auto` here. Result: the trigger sits at the
           right end of the row instead of wrapping below the ref token.
           ───────────────────────────────────────────────────────────── */
        body .v-architecture-popup .v-architecture-primary-witness {
            display: flex !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
        }
        body .v-architecture-popup .v-architecture-primary-witness > .v-theological-commentary-trigger {
            margin-left: auto !important;
            flex-shrink: 0 !important;
        }
        @media (max-width: 720px) {
            /* On narrow viewports it's better to let the button wrap
               below the ref token instead of squishing both. */
            body .v-architecture-popup .v-architecture-primary-witness {
                flex-wrap: wrap !important;
            }
            body .v-architecture-popup .v-architecture-primary-witness > .v-theological-commentary-trigger {
                margin-left: 0 !important;
                margin-top: 8px !important;
            }
        }

        body #visuals-dashboard .v-constellation-node {
            padding: 0 !important;
        }
        body #visuals-dashboard .v-constellation-node:disabled {
            pointer-events: none !important;
            cursor: default !important;
        }
        body #visuals-dashboard .v-constellation-node::after {
            content: '';
            position: absolute;
            top: -12px;
            bottom: -12px;
            left: -12px;
            right: -12px;
        }

        body #visuals-dashboard .v-constellation-node.center {
            transform: translate(-50%, -50%) !important;
        }
        body #visuals-dashboard .v-constellation-node.label-top {
            transform: translate(-50%, calc(-100% + 5px)) !important;
        }
        body #visuals-dashboard .v-constellation-node.label-bottom {
            transform: translate(-50%, -5px) !important;
        }
        body #visuals-dashboard .v-constellation-node.label-left {
            transform: translate(calc(-100% + 5px), -50%) !important;
        }
        body #visuals-dashboard .v-constellation-node.label-right {
            transform: translate(-5px, -50%) !important;
        }

        /* label-top & label-bottom: Dot (top/bottom) -> Count (middle) -> Label (bottom/top) */
        .v-constellation-node.label-top,
        .v-constellation-node.label-bottom {
            flex-direction: column !important;
            align-items: center !important;
        }
        .v-constellation-node.label-top > *:not(:first-child),
        .v-constellation-node.label-bottom > *:not(:first-child) {
            margin-top: 4px !important;
            margin-bottom: 0 !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
        }
        .v-constellation-node.label-top > :first-child,
        .v-constellation-node.label-bottom > :first-child {
            margin: 0 !important;
        }

        .v-constellation-node.resonates .v-node-label {
            opacity: 1 !important;
            pointer-events: auto !important;
        }

        /* label-left & label-right: Dot (left/right) -> Count (middle) -> Label (right/left) */
        .v-constellation-node.label-left,
        .v-constellation-node.label-right {
            flex-direction: row !important;
            align-items: center !important;
        }
        .v-constellation-node.label-left > *:not(:first-child),
        .v-constellation-node.label-right > *:not(:first-child) {
            margin-left: 6px !important;
            margin-right: 0 !important;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
        .v-constellation-node.label-left > :first-child,
        .v-constellation-node.label-right > :first-child {
            margin: 0 !important;
        }

        /* ─────────────────────────────────────────────────────────────
           CONSTELLATION peer-node count badge — small gold pill that
           appears on lit (resonant) peer nodes showing how many items
           in the current topic resonate with that peer.
           ───────────────────────────────────────────────────────────── */
        .v-constellation-node .v-node-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 18px;
            height: 18px;
            margin-left: 6px;
            padding: 0 6px;
            border-radius: 999px;
            background: rgba(231, 201, 122, 0.16);
            border: 1px solid rgba(231, 201, 122, 0.45);
            color: #FFE28E;
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.62rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            line-height: 1;
            vertical-align: middle;
        }

        /* ─────────────────────────────────────────────────────────────
           ITEM POPUP — clickable Resonance chips + proof refs + provenance
           Replaces the static decorative chips with deep-links to the
           peer topic's Atlas page, and surfaces the Attestation
           reference(s) that ground each resonance editorially.
           ───────────────────────────────────────────────────────────── */
        body .v-architecture-popup .v-architecture-chip-row--resonance {
            align-items: center;
        }
        body .v-architecture-popup .v-architecture-resonance-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 12px;
            margin: 4px 6px 4px 0;
            background: rgba(231, 201, 122, 0.08);
            border: 1px solid rgba(231, 201, 122, 0.32);
            border-radius: 999px;
            color: #FFE28E;
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            text-decoration: none;
            transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
        }
        body .v-architecture-popup .v-architecture-resonance-chip:hover,
        body .v-architecture-popup .v-architecture-resonance-chip:focus-visible {
            background: rgba(231, 201, 122, 0.16);
            border-color: rgba(231, 201, 122, 0.55);
            transform: translateY(-1px);
            outline: none;
        }
        body .v-architecture-popup .v-architecture-resonance-chip-arrow {
            opacity: 0.7;
            font-weight: 500;
            transform: translateX(0);
            transition: transform 0.18s ease, opacity 0.18s ease;
        }
        body .v-architecture-popup .v-architecture-resonance-chip:hover .v-architecture-resonance-chip-arrow {
            opacity: 1;
            transform: translateX(2px);
        }
        body .v-architecture-popup .v-architecture-resonance-proof {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px;
            margin: 6px 0 4px;
            padding: 8px 14px;
            background: rgba(255, 255, 255, 0.02);
            border-left: 2px solid rgba(231, 201, 122, 0.32);
            border-radius: 0 6px 6px 0;
        }
        body .v-architecture-popup .v-architecture-resonance-proof-label {
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: rgba(231, 201, 122, 0.78);
        }
        body .v-architecture-popup .v-architecture-resonance-proof-token {
            display: inline-flex;
            align-items: center;
            padding: 3px 8px;
            background: rgba(11, 18, 38, 0.55);
            border: 1px solid rgba(231, 201, 122, 0.24);
            border-radius: 4px;
            color: rgba(244, 239, 230, 0.92);
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.66rem;
            font-weight: 600;
            letter-spacing: 0.06em;
        }
        body .v-architecture-popup .v-architecture-resonance-provenance {
            margin: 10px 0 0;
            color: rgba(244, 239, 230, 0.42);
            font-family: 'Inter', system-ui, sans-serif;
            font-size: 0.7rem;
            font-style: italic;
            line-height: 1.5;
        }

        /* ─────────────────────────────────────────────────────────────
           THEOLOGICAL BRIDGE POPUP — palette/typography matched to the
           existing v-architecture-popup (deep-navy gradient, cream-gold
           #ead7ad headline, bronze ref tokens, var(--font-ui) labels,
           var(--font-scripture) titles, var(--font-reading) verse body).
           ───────────────────────────────────────────────────────────── */
        body .v-journey-bridge-popup {
            position: fixed;
            inset: 0;
            z-index: 9100;
            display: none;
            align-items: center;
            justify-content: center;
            padding: clamp(16px, 2.5vw, 28px);
        }
        body .v-journey-bridge-popup.is-open {
            display: flex;
        }
        body .v-journey-bridge-popup .v-journey-bridge-scrim {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 50% 18%, rgba(234, 215, 173, 0.075), transparent 34%),
                rgba(1, 7, 16, 0.82);
            backdrop-filter: blur(8px) saturate(1.02);
            -webkit-backdrop-filter: blur(8px) saturate(1.02);
        }
        body .v-journey-bridge-popup .v-journey-bridge-panel {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            max-width: min(1120px, 92vw) !important;
            max-height: min(94svh, 900px);
            border: 1px solid rgba(234, 215, 173, 0.18);
            border-radius: 28px;
            background:
                linear-gradient(180deg, rgba(14, 24, 36, 0.94), rgba(5, 13, 25, 0.96)) !important;
            box-shadow:
                0 40px 120px rgba(0, 0, 0, 0.55),
                inset 0 1px 0 rgba(255, 255, 255, 0.08);
            overflow: hidden;
        }
        body .v-journey-bridge-popup .v-journey-bridge-banner {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            padding: clamp(24px, 3vw, 42px) 56px 18px clamp(24px, 3vw, 42px) !important;
            border-bottom: 1px solid rgba(234, 215, 173, 0.14) !important;
            background: transparent !important;
            background-image: none !important;
            background-color: transparent !important;
        }
        body .v-journey-bridge-popup .v-journey-bridge-banner-text {
            display: flex;
            flex-direction: column;
            gap: 8px;
            flex: 1;
            min-width: 0;
        }
        body .v-journey-bridge-popup .v-journey-bridge-eyebrow {
            color: #d8b46a !important;
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: 0.69rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.24em !important;
            text-transform: uppercase;
        }
        body .v-journey-bridge-popup .v-journey-bridge-headline {
            color: #ead7ad;
            font-family: var(--font-scripture), 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(30px, 2.25vw, 42px) !important;
            font-weight: 500;
            line-height: 1.15;
            letter-spacing: -0.015em !important;
        }
        body .v-journey-bridge-popup .v-journey-bridge-headline-sep {
            display: inline-block;
            margin: 0 0.45em;
            color: rgba(234, 215, 173, 0.62);
            font-size: 0.78em;
            vertical-align: 0.08em;
        }
        body .v-journey-bridge-popup .v-journey-bridge-subhead {
            color: rgba(244, 232, 206, 0.66);
            font-family: var(--font-reading), 'Source Serif 4', Georgia, serif;
            font-style: italic;
            font-size: clamp(14px, 1vw, 16px);
            line-height: 1.5;
        }
        body .v-journey-bridge-popup .v-journey-bridge-close {
            position: absolute !important;
            top: clamp(14px, 2vw, 24px) !important;
            right: clamp(14px, 2vw, 24px) !important;
            width: 42px !important;
            height: 42px !important;
            border: 1px solid rgba(234, 215, 173, 0.22) !important;
            background: rgba(234, 215, 173, 0.08) !important;
            color: #ead7ad !important;
            font-family: var(--font-ui) !important;
            font-size: 24px !important;
            box-shadow:
                0 12px 30px rgba(0, 0, 0, 0.22),
                inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
            border-radius: 50% !important;
            cursor: pointer;
            z-index: 10 !important;
            transition: all 0.2s;
        }
        body .v-journey-bridge-popup .v-journey-bridge-close:hover {
            background: rgba(234, 215, 173, 0.14) !important;
            border-color: rgba(234, 215, 173, 0.34) !important;
        }
        body .v-journey-bridge-popup .v-journey-bridge-scroll {
            display: flex;
            flex-direction: column;
            overflow-y: auto;
            flex: 1;
            padding: 24px clamp(24px, 3vw, 42px) clamp(24px, 3vw, 42px) !important;
            scrollbar-width: thin;
            scrollbar-color: rgba(234, 215, 173, 0.28) transparent;
        }
        body .v-journey-bridge-popup .v-journey-bridge-scroll::-webkit-scrollbar { width: 9px; }
        body .v-journey-bridge-popup .v-journey-bridge-scroll::-webkit-scrollbar-thumb {
            border-radius: 999px;
            background: rgba(234, 215, 173, 0.22);
        }
        body .v-journey-bridge-popup .v-journey-bridge-body {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block {
            display: block;
            margin-bottom: 32px;
            padding: 0 !important;
            border: none !important;
            border-radius: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
            text-align: left;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-head {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: clamp(14px, 1.5vw, 20px);
            margin: 0 0 clamp(18px, 2vw, 26px);
            padding: 0 !important;
            border: 0 !important;
            background: transparent !important;
            background-image: none !important;
            background-color: transparent !important;
            box-shadow: none !important;
            text-align: left !important;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-head::before,
        body .v-journey-bridge-popup .v-journey-bridge-block-head::after,
        body .v-journey-bridge-popup .v-journey-bridge-block-title::before,
        body .v-journey-bridge-popup .v-journey-bridge-block-title::after {
            display: none !important;
            content: none !important;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-era {
            display: flex;
            align-items: center;
            gap: 14px;
            width: min(100%, 620px);
            margin: 0 !important;
            color: #d8b46a !important;
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: 0.69rem !important;
            font-weight: 800 !important;
            letter-spacing: 0.18em !important;
            text-transform: uppercase;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-era::after {
            content: '';
            flex: 1;
            height: 1px;
            min-width: 40px;
            background: linear-gradient(90deg, rgba(212, 170, 95, 0.62), transparent);
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-title {
            align-self: flex-start;
            display: inline;
            width: auto;
            max-width: min(34ch, 100%);
            margin: 0 !important;
            color: #ead7ad !important;
            background: none !important;
            background-image: none !important;
            background-color: transparent !important;
            -webkit-background-clip: initial !important;
            background-clip: initial !important;
            -webkit-text-fill-color: currentColor !important;
            font-family: var(--font-scripture), 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(32px, 2.85vw, 52px) !important;
            font-weight: 500 !important;
            line-height: 1.14 !important;
            letter-spacing: -0.018em !important;
            text-shadow: none !important;
            text-align: left !important;
            cursor: pointer;
            text-decoration-line: underline;
            text-decoration-thickness: 1px;
            text-decoration-color: rgba(232, 210, 150, 0.42);
            text-underline-offset: 0.18em;
            transition: color 0.18s ease, text-decoration-color 0.18s ease, text-shadow 0.18s ease;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block:hover .v-journey-bridge-block-title,
        body .v-journey-bridge-popup .v-journey-bridge-block:focus-visible .v-journey-bridge-block-title,
        body .v-journey-bridge-popup .v-journey-bridge-block-title:hover,
        body .v-journey-bridge-popup .v-journey-bridge-block-title:focus-visible {
            color: #fff7df !important;
            text-decoration-color: rgba(255, 226, 142, 0.9);
            text-shadow: 0 0 16px rgba(212, 175, 55, 0.22) !important;
            outline: none;
        }
        body .v-journey-bridge-popup .v-journey-bridge-block-title:focus-visible {
            border-radius: 6px;
            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
        }
        body .v-journey-bridge-popup .v-journey-bridge-ref {
            display: grid;
            grid-template-columns: 120px minmax(0, 1fr);
            grid-template-rows: auto auto;
            grid-column-gap: 14px;
            grid-row-gap: 6px;
            padding: 10px 0;
        }
        body .v-journey-bridge-popup .v-journey-bridge-ref + .v-journey-bridge-ref {
            border-top: 1px dashed rgba(234, 215, 173, 0.10);
        }
        body .v-journey-bridge-popup .v-journey-bridge-ref-label {
            grid-column: 1;
            grid-row: 1 / span 2;
            align-self: start;
            padding-top: 2px;
            color: rgba(234, 215, 173, 0.58);
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: var(--text-xs);
            font-weight: 700;
            letter-spacing: 0.13em;
            line-height: 1.2;
            text-transform: uppercase;
        }
        body .v-journey-bridge-popup .v-journey-bridge-ref-token {
            grid-column: 2;
            grid-row: 1;
            justify-self: start;
            display: inline-flex;
            align-items: center;
            padding: 5px 11px;
            border: 1px solid rgba(201, 154, 79, 0.32);
            border-radius: 999px;
            background: rgba(201, 154, 79, 0.10);
            color: #c99a4f;
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: var(--text-xs);
            font-weight: 700;
            letter-spacing: 0.13em;
            line-height: 1;
            text-transform: uppercase;
        }
        body .v-journey-bridge-popup .v-journey-bridge-ref-text {
            grid-column: 2;
            grid-row: 2;
            margin: 4px 0 0;
            color: rgba(244, 232, 206, 0.88);
            font-family: var(--font-reading), 'Source Serif 4', Georgia, serif;
            font-size: clamp(15px, 0.85vw, 17px);
            font-weight: 400;
            line-height: 1.6;
        }
        body .v-journey-bridge-popup .v-journey-bridge-arrow {
            display: flex;
            justify-content: center;
            margin: 6px 0;
        }
        body .v-journey-bridge-popup .v-journey-bridge-arrow span {
            position: relative;
            padding: 0 14px;
            color: rgba(234, 215, 173, 0.58);
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: var(--text-xs);
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
        }
        body .v-journey-bridge-popup .v-journey-bridge-arrow span::before,
        body .v-journey-bridge-popup .v-journey-bridge-arrow span::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 24px;
            height: 1px;
            background: linear-gradient(90deg, rgba(212, 170, 95, 0.38), transparent);
        }
        body .v-journey-bridge-popup .v-journey-bridge-arrow span::before { right: 100%; transform: scaleX(-1); }
        body .v-journey-bridge-popup .v-journey-bridge-arrow span::after  { left: 100%; }
        body .v-journey-bridge-popup .v-journey-bridge-footer {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 22px;
            padding-top: 22px;
            border-top: 1px solid rgba(234, 215, 173, 0.12);
        }
        body .v-journey-bridge-popup .v-journey-bridge-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 38px;
            padding: 10px 22px;
            border: 1px solid rgba(212, 175, 55, 0.5);
            border-radius: 999px;
            background: rgba(212, 175, 55, 0.12);
            color: #ead7ad;
            box-shadow: 0 0 18px rgba(212, 175, 55, 0.12);
            font-family: var(--font-ui), 'Inter', system-ui, sans-serif;
            font-size: var(--text-xs);
            font-weight: 800;
            letter-spacing: 0.14em;
            line-height: 1;
            text-transform: uppercase;
            text-decoration: none;
            align-self: flex-start;
            transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
        }
        body .v-journey-bridge-popup .v-journey-bridge-cta:hover {
            background: rgba(212, 175, 55, 0.2);
            border-color: rgba(234, 215, 173, 0.72);
            color: #fff7df;
        }
        body .v-journey-bridge-popup .v-journey-bridge-provenance {
            margin: 0;
            color: rgba(234, 215, 173, 0.40);
            font-family: var(--font-reading), 'Source Serif 4', Georgia, serif;
            font-style: italic;
            font-size: 0.78rem;
            line-height: 1.55;
        }
        body .v-journey-bridge-popup .v-journey-bridge-narrowed-note {
            margin: 14px 0 0;
            padding: 8px 14px;
            border-left: 2px solid rgba(234, 215, 173, 0.32);
            color: rgba(244, 232, 206, 0.55);
            font-family: var(--font-reading), 'Source Serif 4', Georgia, serif;
            font-style: italic;
            font-size: 0.82rem;
            line-height: 1.5;
        }
        body .v-journey-bridge-popup .v-journey-bridge-empty {
            margin: 18px 0;
            padding: 18px 20px;
            border: 1px dashed rgba(234, 215, 173, 0.22);
            border-radius: 14px;
            color: rgba(244, 232, 206, 0.62);
            font-family: var(--font-reading), 'Source Serif 4', Georgia, serif;
            font-style: italic;
            text-align: center;
        }
        @media (max-width: 600px) {
            body .v-journey-bridge-popup .v-journey-bridge-banner {
                flex-wrap: wrap;
            }
            body .v-journey-bridge-popup .v-journey-bridge-ref {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto auto;
                grid-row-gap: 4px;
            }
            body .v-journey-bridge-popup .v-journey-bridge-ref-label { grid-column: 1; grid-row: 1; }
            body .v-journey-bridge-popup .v-journey-bridge-ref-token { grid-column: 1; grid-row: 2; }
            body .v-journey-bridge-popup .v-journey-bridge-ref-text  { grid-column: 1; grid-row: 3; }
        }
        body.v-journey-bridge-open { overflow: hidden; }

        @media (max-width: 768px) {
            body.is-mobile #visuals-dashboard,
            body.is-mobile #visuals-dashboard :where(h1, h2, h3, h4, h5, h6, p, span, a, button, li, strong, em, blockquote, figcaption, div) {
                -webkit-hyphens: none !important;
                hyphens: none !important;
                word-break: normal !important;
                overflow-wrap: normal !important;
            }

            body #visuals-dashboard {
                width: 100vw !important;
                max-width: 100vw !important;
                margin-inline: calc(50% - 50vw) !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                overflow-x: hidden !important;
            }

            body #visuals-dashboard .v-slide.v-atlas-slide {
                left: 0 !important;
                right: 0 !important;
                width: 100vw !important;
                max-width: 100vw !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                transform: translate3d(0, 0, 0) !important;
            }

            body #visuals-dashboard .v-atlas-intro,
            body #visuals-dashboard .v-atlas-shell {
                width: 100vw !important;
                max-width: 100vw !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            body #visuals-dashboard .v-atlas-selection-panel,
            body #visuals-dashboard .journey-atlas-detail,
            body #visuals-dashboard .journey-atlas-detail .v-god-topic-content,
            body #visuals-dashboard .journey-atlas-detail .v-god-topic-panel,
            body #visuals-dashboard .journey-atlas-detail .v-god-constellation-map-container,
            body #visuals-dashboard .v-atlas-testament-overview,
            body #visuals-dashboard .v-atlas-canonical-grid,
            body #visuals-dashboard .v-god-witness-container,
            body #visuals-dashboard .v-god-library-section,
            body #visuals-dashboard .v-god-related-themes,
            body #visuals-dashboard .v-god-constellation-map-container {
                width: calc(100vw - 2px) !important;
                max-width: calc(100vw - 2px) !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            body #visuals-dashboard .v-atlas-selection-panel {
                margin-top: 16px !important;
            }

            body #visuals-dashboard .journey-atlas-detail .v-god-constellation-map-container {
                padding-left: 2px !important;
                padding-right: 2px !important;
            }

            body #visuals-dashboard .v-god-witness-timeline,
            body #visuals-dashboard .v-god-witness-list,
            body #visuals-dashboard .v-god-major-grid,
            body #visuals-dashboard .v-god-scroll-rail {
                padding-left: 2px !important;
                padding-right: 2px !important;
            }
        }

        /* ─────────────────────────────────────────────────────────────
           RECIPROCAL CROSS-REFERENCES ROW — sits at the bottom of each
           topic's Atlas detail panel. Names the source topics whose
           items name the current topic in their secondary_resonance.
           ───────────────────────────────────────────────────────────── */
        body #visuals-dashboard .v-journey-reciprocal {
            margin: 32px 0 12px;
            padding: 22px 24px;
            background:
                linear-gradient(180deg, rgba(17, 22, 42, 0.65) 0%, rgba(14, 21, 48, 0.55) 100%);
            border: 1px solid rgba(231, 201, 122, 0.22);
            border-radius: 18px;
        }
        body #visuals-dashboard .v-journey-reciprocal-head {
            text-align: center;
            margin-bottom: 16px;
        }
        body #visuals-dashboard .v-journey-reciprocal-eyebrow {
            display: block;
            margin-bottom: 6px;
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: #E7C97A;
        }
        body #visuals-dashboard .v-journey-reciprocal-title {
            margin: 0 0 8px;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: clamp(1.15rem, 2.4vw, 1.4rem);
            font-weight: 600;
            color: #F4EFE6;
        }
        body #visuals-dashboard .v-journey-reciprocal-copy {
            margin: 0 auto;
            max-width: 560px;
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-style: italic;
            font-size: 0.95rem;
            color: rgba(244, 239, 230, 0.62);
            line-height: 1.55;
        }
        body #visuals-dashboard .v-journey-reciprocal-chips {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }
        body #visuals-dashboard .v-journey-reciprocal-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            background: rgba(231, 201, 122, 0.08);
            border: 1px solid rgba(231, 201, 122, 0.32);
            border-radius: 999px;
            color: #FFE28E;
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            font-size: 0.72rem;
            font-weight: 600;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            text-decoration: none;
            transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
        }
        body #visuals-dashboard .v-journey-reciprocal-chip:hover,
        body #visuals-dashboard .v-journey-reciprocal-chip:focus-visible {
            background: rgba(231, 201, 122, 0.16);
            border-color: rgba(231, 201, 122, 0.55);
            transform: translateY(-1px);
            outline: none;
        }
        body #visuals-dashboard .v-journey-reciprocal-chip-count {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 22px;
            padding: 0 6px;
            height: 18px;
            border-radius: 999px;
            background: rgba(11, 18, 38, 0.55);
            border: 1px solid rgba(231, 201, 122, 0.32);
            color: #FFE28E;
            font-size: 0.65rem;
            font-weight: 700;
        }
        body #visuals-dashboard .v-journey-reciprocal-chip-arrow {
            opacity: 0.7;
            font-weight: 500;
            transition: transform 0.18s ease, opacity 0.18s ease;
        }
        body #visuals-dashboard .v-journey-reciprocal-chip:hover .v-journey-reciprocal-chip-arrow {
            opacity: 1;
            transform: translateX(2px);
        }

        @media (min-width: 769px) {
            header#main-header.study-header,
            html:not(.parchment-off):not(.dark-mode) header#main-header.study-header,
            html.parchment-off:not(.dark-mode) header#main-header.study-header,
            html.dark-mode header#main-header.study-header {
                background:
                    radial-gradient(ellipse at 50% 42%, rgba(214, 178, 119, 0.12), transparent 34%),
                    linear-gradient(90deg, #061226 0%, #0a1d3e 44%, #0d2a5c 100%) !important;
                background-color: #0a1d3e !important;
            }

            header#main-header.study-header .hero-aurora,
            header#main-header.study-header .hero-light {
                display: none !important;
                opacity: 0 !important;
            }

            body #app-view #main-header.study-header {
                box-sizing: border-box !important;
                height: clamp(330px, 27vw, 420px) !important;
                min-height: 330px !important;
                overflow: visible !important;
                padding-top: clamp(42px, 4vw, 64px) !important;
                padding-bottom: clamp(42px, 4vw, 64px) !important;
            }

            body #app-view #main-header.study-header .header-lockup {
                overflow: visible !important;
                width: min(760px, calc(100% - 560px)) !important;
            }

            body #app-view #main-header.study-header .main-title {
                font-size: clamp(2.5rem, 4.2vw, 4.25rem) !important;
                line-height: 1.08 !important;
                margin: 0 auto !important;
                padding: 0 0 0.08em !important;
                overflow: visible !important;
            }

            body #app-view #main-header.study-header .header-subtitle,
            body #app-view #main-header.study-header .header-quote,
            body #app-view #main-header.study-header .header-citation {
                line-height: 1.28 !important;
                overflow: visible !important;
            }

            body #app-view #main-header.study-header .header-quote {
                max-width: min(900px, calc(100vw - 520px)) !important;
                margin-top: clamp(8px, 0.8vw, 12px) !important;
                font-size: 1.18rem !important;
            }

            body #app-view #main-header.study-header .header-citation {
                margin-bottom: 0 !important;
                padding-bottom: 0.08em !important;
            }
        }

        /* ── COMMENTARY POPUP (modal-on-modal) ── */
        .v-theological-commentary-popup {
            position: fixed;
            inset: 0;
            z-index: 12000;
            display: none;
        }
        .v-theological-commentary-popup.is-open {
            display: block;
        }
        body.v-commentary-popup-open { overflow: hidden !important; touch-action: none; }
        body.v-commentary-popup-open .content-area,
        body.v-commentary-popup-open .study-reading-shell,
        body.v-commentary-popup-open .main-content,
        body.v-commentary-popup-open #visuals-tab-panel {
            overflow: hidden !important;
            touch-action: none;
        }
        .v-theological-commentary-scrim {
            position: absolute;
            inset: 0;
            background: radial-gradient(
                ellipse at center,
                rgba(5, 13, 24, 0.80),
                rgba(1, 5, 12, 0.94)
            );
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            animation: vCommentaryScrimIn 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
        }
        @keyframes vCommentaryScrimIn { from { opacity: 0 } to { opacity: 1 } }

        .v-theological-commentary-panel {
            position: relative;
            width: min(92vw, 760px);
            max-height: 88vh;
            margin: 6vh auto 0 auto;
            background:
                radial-gradient(circle at 50% 0%, rgba(31, 45, 63, 0.28), transparent 34%),
                linear-gradient(180deg, rgba(9, 17, 28, 0.98), rgba(4, 13, 24, 0.98)),
                #07111f;
            border: 1px solid rgba(213, 188, 132, 0.32);
            border-radius: 18px;
            box-shadow:
                0 30px 80px rgba(0, 0, 0, 0.55),
                inset 0 1px 0 rgba(255, 249, 236, 0.05);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            animation: vCommentaryPanelIn 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
        }
        @keyframes vCommentaryPanelIn {
            from { opacity: 0; transform: translateY(12px) scale(0.98); }
            to   { opacity: 1; transform: translateY(0) scale(1); }
        }

        .v-theological-commentary-banner {
            position: relative;
            display: flex;
            align-items: center;
            gap: 18px;
            flex: 0 0 auto;
            flex-shrink: 0;
            min-height: 78px;
            padding: 14px 60px 14px 24px;
            border: 1px solid rgba(213, 188, 132, 0.34);
            border-radius: 18px 18px 0 0;
            background:
                radial-gradient(circle at 7% 48%, rgba(213, 188, 132, 0.12), transparent 17%),
                linear-gradient(180deg, rgba(17, 27, 42, 0.98), rgba(8, 18, 31, 0.98)),
                #08131f;
            box-shadow:
                inset 0 1px 0 rgba(255, 249, 236, 0.12),
                inset 0 -1px 0 rgba(212, 175, 55, 0.16);
            overflow: hidden;
            z-index: 2;
        }
        .v-theological-commentary-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(90deg, transparent, rgba(255, 249, 236, 0.06), transparent),
                radial-gradient(circle at 8% 50%, rgba(213, 188, 132, 0.16), transparent 13%);
            opacity: 0.68;
            pointer-events: none;
        }
        .v-theological-commentary-banner-medallion {
            position: relative;
            z-index: 1;
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            display: grid;
            place-items: center;
            border: 2px solid rgba(242, 199, 95, 0.86);
            border-radius: 50%;
            color: #f0c35e;
            background:
                radial-gradient(circle at 50% 42%, rgba(255, 249, 236, 0.2), transparent 33%),
                rgba(31, 37, 43, 0.84);
            box-shadow:
                0 0 0 5px rgba(212, 175, 55, 0.08),
                0 0 24px rgba(212, 175, 55, 0.12),
                inset 0 0 18px rgba(212, 175, 55, 0.16);
        }
        .v-theological-commentary-banner-medallion svg {
            width: 32px;
            height: 32px;
            filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.42));
        }
        .v-theological-commentary-banner-text-group {
            position: relative;
            z-index: 1;
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .v-theological-commentary-banner-eyebrow {
            font-family: 'Cinzel', 'Cormorant Garamond', Georgia, serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: rgba(219, 177, 83, 0.92);
            text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
            line-height: 1;
            margin-bottom: 4px;
        }
        .v-theological-commentary-banner-headline {
            font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
            font-size: clamp(1.35rem, 2vw, 1.7rem);
            font-weight: 600;
            letter-spacing: 0.005em;
            color: rgba(239, 221, 183, 0.96);
            text-shadow:
                0 0 18px rgba(212, 175, 55, 0.22),
                0 2px 14px rgba(0, 0, 0, 0.32);
            line-height: 1.18;
        }
        .v-theological-commentary-banner-headline:empty { display: none; }
        .v-theological-commentary-banner-text { display: none; }
        .v-theological-commentary-banner-subtitle { display: none; }
        .v-theological-commentary-close {
            position: absolute;
            top: 12px;
            right: 16px;
            width: 32px;
            height: 32px;
            border-radius: 999px;
            background: rgba(39, 40, 38, 0.82);
            border: 1px solid rgba(213, 188, 132, 0.34);
            color: rgba(239, 221, 183, 0.86);
            font-size: 1.4rem;
            line-height: 1;
            cursor: pointer;
            transition: background 0.18s ease, border-color 0.18s ease;
            z-index: 10;
        }
        .v-theological-commentary-close:hover {
            background: rgba(212, 175, 55, 0.20);
            border-color: rgba(244, 215, 130, 0.78);
            color: #f6e2a4;
        }

        .v-theological-commentary-scroll {
            flex: 1 1 auto;
            overflow-y: auto;
            padding: 28px 36px 36px 36px;
            -webkit-overflow-scrolling: touch;
            background:
                linear-gradient(180deg, rgba(8, 18, 31, 0.42), rgba(5, 14, 25, 0.26)),
                transparent;
        }
        .v-theological-commentary-scroll::-webkit-scrollbar { width: 8px; }
        .v-theological-commentary-scroll::-webkit-scrollbar-thumb {
            background: rgba(212, 175, 55, 0.22);
            border-radius: 999px;
        }

        .v-theological-commentary-section-heading {
            margin: 6px 0 18px 0 !important;
            padding: 0 0 14px 0 !important;
            text-align: left !important;
            background: transparent !important;
            background-image: none !important;
            border: none !important;
            border-bottom: 1px solid rgba(212, 175, 55, 0.22) !important;
            border-radius: 0 !important;
            position: relative !important;
            overflow: visible !important;
            box-shadow: none !important;
        }
        .v-theological-commentary-section-mark {
            display: inline-block;
            color: rgba(212, 175, 55, 0.85);
            font-size: 14px;
            line-height: 1;
            margin-right: 10px;
            vertical-align: middle;
        }
        .v-theological-commentary-section-title {
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            font-family: 'Cinzel', 'Cormorant Garamond', 'EB Garamond', serif;
            font-size: clamp(14px, 1.2vw, 17px);
            font-weight: 700;
            line-height: 1.15;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #DAA520;
        }

        .v-theological-commentary-meta {
            display: flex;
            flex-wrap: wrap !important;
            align-items: baseline;
            gap: 10px;
            margin: 4px 0 10px 0;
            font-family: 'Cinzel', 'Cormorant Garamond', serif;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            font-size: 10.5px;
            color: rgba(244, 215, 130, 0.78);
        }
        .v-theological-commentary-meta[hidden] { display: none; }
        .v-theological-commentary-meta-ref {
            color: #DAA520;
            font-weight: 700;
            white-space: nowrap !important;
        }
        .v-theological-commentary-meta-sep {
            color: rgba(212, 175, 55, 0.4);
        }
        .v-theological-commentary-meta-topic {
            color: rgba(222, 235, 255, 0.66);
            letter-spacing: 0.10em;
            font-weight: 500;
        }

        .v-theological-commentary-body p {
            font-family: 'EB Garamond', 'Cormorant Garamond', Georgia, serif;
            font-size: 1.15rem;
            line-height: 1.68;
            color: rgba(255, 249, 236, 0.88);
            margin: 0 0 16px 0;
        }
        .v-theological-commentary-body p strong {
            color: rgba(255, 249, 236, 0.98);
        }
        .v-theological-commentary-content > p:nth-of-type(3n+1):not(:first-of-type) {
            border-top: 1px solid rgba(212, 175, 55, 0.10);
            padding-top: 1.4rem;
        }
        .v-theological-commentary-item-title {
            margin-top: 6px;
            font-family: 'Cormorant Garamond', serif;
            font-size: 16px;
            font-style: italic;
            color: rgba(234, 225, 208, 0.62);
        }
        .v-theological-commentary-item-title:empty { display: none; }

        .v-theological-commentary-popup.is-nested .v-theological-commentary-panel {
            width: min(88%, 760px);
            max-height: calc(100% - 48px);
            margin: 24px auto;
            }
        }

        /* ── SECTION 03 — GATES DETAIL STYLING (Scoped) ── */
        .v-s03-slide {
            /* Scoped variables copied from gates.css */
            --gate-navy-950: #070c18;
            --gate-navy-900: #0b1226;
            --gate-navy-800: #111a34;
            --gate-navy-700: #182443;
            --gate-cream: #f7f0df;
            --gate-parchment: #eee4cc;
            --gate-parchment-2: #fbf7ed;
            --gate-gold: #d9b65d;
            --gate-gold-bright: #f0d384;
            --gate-gold-soft: rgba(217, 182, 93, 0.26);
            --gate-ink: #172033;
            --gate-muted: #6c665c;
            --gate-line: rgba(217, 182, 93, 0.24);
            --gate-white: #fffaf0;
            --gate-radius-lg: 18px;
            --gate-radius-md: 12px;
            --gate-radius-sm: 8px;
            --gate-shadow: 0 18px 48px rgba(7, 12, 24, 0.22);
        }

        /* Tagline reordering & header title toggle rules */
        body #visuals-dashboard .v-s03-slide:not(.is-overview) .v-section-spiritual-subtitle {
            display: none !important;
        }
        body #visuals-dashboard .v-s03-tagline {
            color: rgba(255, 249, 236, 0.76) !important;
            font-family: 'Cormorant Garamond', 'EB Garamond', serif !important;
            font-size: 1.08rem !important;
            font-weight: 500 !important;
            letter-spacing: 0.08em !important;
            text-align: center !important;
            margin: 18px auto 0 !important;
            max-width: 1180px !important;
            width: min(1180px, calc(100% - 32px)) !important;
        }
        body #visuals-dashboard .v-s03-tagline[hidden] {
            display: none !important;
        }

        /* Equalize card width to match 7 tabs menu */
        body #visuals-dashboard .v-s03-gate-detail {
            max-width: 1180px !important;
            width: min(1180px, calc(100% - 32px)) !important;
            margin: 24px auto 36px !important;
            padding: clamp(24px, 4vw, 42px) !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: linear-gradient(180deg, #061225, #08172B) !important;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
            scroll-margin-top: 120px !important;
            color: #D7DCE5 !important;
        }

        /* Scoped styles from gates.css for Detail Page components with premium UI refresh */
        .v-s03-slide .gate-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 28px;
            padding: 5px 10px;
            border: 1px solid rgba(212, 175, 55, 0.16) !important;
            border-radius: 6px !important;
            color: #D7DCE5 !important;
            background: rgba(255, 255, 255, 0.04) !important;
            font-size: 0.78rem;
            font-weight: 500 !important;
            transition: all 180ms ease !important;
        }
        .v-s03-slide .gate-pill:hover {
            background: rgba(255, 255, 255, 0.08) !important;
            border-color: rgba(212, 175, 55, 0.3) !important;
            color: #fffaf0 !important;
        }
        .v-s03-slide .gate-progress-host {
            margin-bottom: 24px !important;
            width: 100%;
        }
        .v-s03-slide .progress-shell {
            padding: 20px 24px !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            color: #D7DCE5 !important;
            background: #0C1F38 !important;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
        }
        .v-s03-slide .progress-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 16px !important;
        }
        .v-s03-slide .progress-head strong {
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.22rem !important;
            color: #D4AF37 !important;
            letter-spacing: 0.05em !important;
        }
        .v-s03-slide .progress-steps {
            display: grid;
            grid-template-columns: 1fr;
            gap: 8px;
        }
        .v-s03-slide .progress-step {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 42px;
            padding: 9px 14px !important;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.03) !important;
            color: #9DA8B7 !important;
            cursor: pointer;
            text-align: left;
            font-family: var(--font-ui), inherit;
            font-size: 0.85rem;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        .v-s03-slide .progress-step:hover {
            border-color: rgba(212, 175, 55, 0.35) !important;
            background: #133055 !important;
            color: #fffaf0 !important;
        }
        .v-s03-slide .progress-step.is-active {
            border-color: #D4AF37 !important;
            color: #fffaf0 !important;
            background: rgba(212, 175, 55, 0.08) !important;
            box-shadow: 0 0 16px rgba(212, 175, 55, 0.05) !important;
        }
        .v-s03-slide .progress-dot {
            width: 8px !important;
            height: 8px !important;
            border-radius: 50%;
            background: currentColor;
            display: inline-block;
        }
        .v-s03-slide .gate-detail {
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            overflow: hidden;
            color: #D7DCE5 !important;
            background: #08172B !important;
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25) !important;
        }
        .v-s03-slide .prototype-notice {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 12px;
            padding: 13px 20px;
            border-bottom: 1px solid rgba(212, 175, 55, 0.18) !important;
            color: #D7DCE5 !important;
            background: rgba(212, 175, 55, 0.04) !important;
        }
        .v-s03-slide .prototype-notice strong {
            display: inline-flex;
            align-items: center;
            min-height: 24px !important;
            padding: 2px 8px !important;
            border-radius: 4px !important;
            color: #061225 !important;
            background: #C8A75C !important;
            font-size: 0.7rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .v-s03-slide .prototype-notice span {
            color: #9DA8B7 !important;
            font-weight: 500 !important;
            font-size: 0.85rem !important;
        }
        .v-s03-slide .detail-hero {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            padding: 28px !important;
            color: #D7DCE5 !important;
            background: linear-gradient(135deg, #08172B, #061225) !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25) !important;
            position: relative;
        }
        .v-s03-slide .detail-hero::before {
            display: block !important;
            content: '' !important;
        }
        .v-s03-slide .detail-hero::after {
            display: block !important;
            content: '' !important;
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 65%, #000 100%) !important;
            mask-image: linear-gradient(90deg, transparent 0%, transparent 65%, #000 100%) !important;
        }
        .v-s03-slide .detail-hero h3 {
            margin: 0;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: clamp(2rem, 6vw, 3.2rem) !important;
            line-height: 1.1 !important;
            color: #fff9ec !important;
            font-weight: 600 !important;
        }
        .v-s03-slide .detail-kicker {
            margin: 0 0 6px;
            color: #C8A75C !important;
            font-size: 0.74rem;
            font-weight: 700 !important;
            letter-spacing: 0.18em !important;
            text-transform: uppercase;
        }
        .v-s03-slide .detail-purpose {
            margin: 14px 0 0;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif !important;
            font-size: 1.12rem !important;
            line-height: 1.65 !important;
            font-weight: 400 !important;
        }
        .v-s03-slide .detail-mission {
            margin: 12px 0 0;
            color: #D4AF37 !important;
            font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif !important;
            font-size: clamp(1.2rem, 3.5vw, 1.55rem) !important;
            line-height: 1.3 !important;
            font-style: italic;
            font-weight: 500 !important;
        }
        .v-s03-slide .key-verse-row {
            margin-top: 20px !important;
        }
        .v-s03-slide .key-verse-row .chip-list li {
            border: 1px solid rgba(212, 175, 55, 0.16) !important;
            border-radius: 6px !important;
            color: #D7DCE5 !important;
            background: rgba(255, 255, 255, 0.04) !important;
            padding: 5px 10px !important;
            font-size: 0.82rem !important;
            font-weight: 500 !important;
        }
        .v-s03-slide .key-verse-row .chip-list li:hover {
            background: rgba(255, 255, 255, 0.08) !important;
            border-color: rgba(212, 175, 55, 0.3) !important;
            color: #fffaf0 !important;
        }
        .v-s03-slide .detail-metrics {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px !important;
        }
        .v-s03-slide .detail-metric {
            padding: 16px 14px !important;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.02) !important;
            text-align: center !important;
            transition: all 200ms ease !important;
        }
        .v-s03-slide .detail-metric:hover {
            background: rgba(255, 255, 255, 0.04) !important;
            border-color: rgba(212, 175, 55, 0.25) !important;
        }
        .v-s03-slide .detail-metric span {
            display: block;
            color: #9DA8B7 !important;
            font-size: 0.7rem !important;
            font-weight: 700 !important;
            letter-spacing: 0.12em !important;
            text-transform: uppercase;
        }
        .v-s03-slide .detail-metric b {
            display: block;
            margin-top: 4px;
            font-size: 1.85rem !important;
            color: #fffaf0 !important;
            font-weight: 400 !important;
            line-height: 1.1 !important;
        }
        .v-s03-slide .detail-body {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px !important;
            padding: 28px !important;
        }
        .v-s03-slide .detail-panel {
            padding: 24px !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: #0C1F38 !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
        }
        .v-s03-slide .detail-panel h4 {
            margin: 0 0 16px !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.15rem !important;
            color: #D4AF37 !important;
            font-weight: 700 !important;
            letter-spacing: 0.1em !important;
            padding-bottom: 8px !important;
            border-bottom: 1px solid rgba(212, 175, 55, 0.12) !important;
        }
        .v-s03-slide .detail-list,
        .v-s03-slide .chip-list,
        .v-s03-slide .lesson-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .v-s03-slide .detail-list {
            display: grid;
            gap: 10px !important;
        }
        .v-s03-slide .detail-list li {
            position: relative;
            padding-left: 18px;
            color: #D7DCE5 !important;
            line-height: 1.65 !important;
            font-size: 0.96rem !important;
            font-family: 'EB Garamond', Georgia, serif !important;
        }
        .v-s03-slide .detail-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.65em;
            width: 6px !important;
            height: 6px !important;
            border-radius: 50%;
            background: #C8A75C !important;
        }
        .v-s03-slide .journey-map {
            display: grid;
            grid-template-columns: 1fr;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .v-s03-slide .journey-map li {
            border: 1px solid rgba(212, 175, 55, 0.15) !important;
            border-radius: 12px !important;
            background: rgba(255, 255, 255, 0.02) !important;
            color: #D7DCE5 !important;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        .v-s03-slide .journey-map li:hover {
            background: #133055 !important;
            border-color: rgba(212, 175, 55, 0.35) !important;
            transform: translateY(-2px) !important;
        }
        .v-s03-slide .journey-map a {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 44px;
            padding: 10px 12px;
            border-radius: inherit;
            text-decoration: none;
            color: inherit;
        }
        .v-s03-slide .journey-map li.is-current {
            border-color: #D4AF37 !important;
            color: #fffaf0 !important;
            background: rgba(212, 175, 55, 0.08) !important;
            box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2) !important;
        }
        .v-s03-slide .journey-map span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px !important;
            height: 24px !important;
            border-radius: 50%;
            color: #061225 !important;
            background: #D4AF37 !important;
            font-size: 0.72rem !important;
            font-weight: 700 !important;
        }
        .v-s03-slide .journey-map b {
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.05rem !important;
        }
        .v-s03-slide .before-after-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px !important;
            margin-top: 18px !important;
        }
        .v-s03-slide .before-after-grid section,
        .v-s03-slide .explore-grid section,
        .v-s03-slide .canonical-arc article,
        .v-s03-slide .render-note-card,
        .v-s03-slide .source-adapter-card {
            padding: 20px !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: #0C1F38 !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
            transition: all 200ms ease !important;
        }
        .v-s03-slide .before-after-grid section:hover,
        .v-s03-slide .explore-grid section:hover,
        .v-s03-slide .canonical-arc article:hover,
        .v-s03-slide .render-note-card:hover,
        .v-s03-slide .source-adapter-card:hover {
            border-color: rgba(212, 175, 55, 0.35) !important;
            background: #133055 !important;
            transform: translateY(-2px) !important;
        }
        .v-s03-slide .before-after-grid h5,
        .v-s03-slide .explore-grid h5,
        .v-s03-slide .module-card h5,
        .v-s03-slide .practice-card h5 {
            margin: 0 0 12px !important;
            font-size: 1.05rem !important;
            color: #D4AF37 !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-weight: 700 !important;
            letter-spacing: 0.05em !important;
        }
        .v-s03-slide .transform-arrow {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            border-radius: 12px !important;
            color: #061225 !important;
            background: #D4AF37 !important;
            font-size: 0.8rem !important;
            font-weight: 700 !important;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            transition: all 200ms ease !important;
        }
        .v-s03-slide .transform-arrow:hover {
            background: #fff9ec !important;
            transform: translateY(-1px) !important;
        }
        .v-s03-slide .chip-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .v-s03-slide .chip-list li,
        .v-s03-slide .empty-chip {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 5px 10px !important;
            border: 1px solid rgba(212, 175, 55, 0.16) !important;
            border-radius: 6px !important;
            color: #D7DCE5 !important;
            background: rgba(255, 255, 255, 0.04) !important;
            font-size: 0.78rem !important;
            font-weight: 500 !important;
            transition: all 180ms ease !important;
        }
        .v-s03-slide .chip-list li:hover,
        .v-s03-slide .empty-chip:hover {
            background: rgba(255, 255, 255, 0.08) !important;
            border-color: rgba(212, 175, 55, 0.3) !important;
            color: #fffaf0 !important;
        }
        .v-s03-slide .phase-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px !important;
        }
        .v-s03-slide .phase-card,
        .v-s03-slide .lesson-card,
        .v-s03-slide .module-card,
        .v-s03-slide .practice-card {
            padding: 20px !important;
            color: #D7DCE5 !important;
            background: #0C1F38 !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        .v-s03-slide .phase-card:hover,
        .v-s03-slide .lesson-card:hover,
        .v-s03-slide .module-card:hover,
        .v-s03-slide .practice-card:hover {
            border-color: rgba(212, 175, 55, 0.35) !important;
            background: #133055 !important;
            transform: translateY(-2px) !important;
        }
        .v-s03-slide .phase-card h5,
        .v-s03-slide .lesson-card h5 {
            margin: 0;
            font-size: 1.05rem !important;
            font-family: 'Cinzel', Georgia, serif !important;
            color: #D4AF37 !important;
            font-weight: 700;
        }
        .v-s03-slide .phase-card p,
        .v-s03-slide .lesson-card p {
            margin: 8px 0 0;
            font-size: 0.94rem !important;
            line-height: 1.65 !important;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif !important;
        }
        .v-s03-slide .lesson-list {
            display: grid;
            gap: 12px !important;
        }
        .v-s03-slide .explore-grid,
        .v-s03-slide .module-grid,
        .v-s03-slide .practice-grid,
        .v-s03-slide .canonical-arc,
        .v-s03-slide .render-note-grid,
        .v-s03-slide .source-adapter-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px !important;
        }
        .v-s03-slide .module-card span {
            display: inline-flex;
            min-height: 24px !important;
            align-items: center;
            padding: 2px 8px !important;
            border-radius: 4px !important;
            color: #061225 !important;
            background: #C8A75C !important;
            font-size: 0.68rem !important;
            font-weight: 700 !important;
            text-transform: uppercase;
        }
        .v-s03-slide .module-card h5 {
            margin-top: 12px !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.22rem !important;
            color: #fff9ec !important;
        }
        .v-s03-slide .module-card small {
            display: inline-flex;
            margin-top: 10px !important;
            color: #9DA8B7 !important;
            font-weight: 600 !important;
            font-size: 0.8rem !important;
        }
        .v-s03-slide .graph-panel {
            color: #D7DCE5 !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
            background: #0C1F38 !important;
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25) !important;
        }
        .v-s03-slide .graph-panel h4,
        .v-s03-slide .graph-panel p {
            color: #D7DCE5 !important;
        }
        .v-s03-slide .graph-panel .chip-list li {
            color: #D7DCE5 !important;
            border-color: rgba(212, 175, 55, 0.16) !important;
            background: rgba(255, 255, 255, 0.04) !important;
        }
        .v-s03-slide .canonical-arc article {
            display: grid;
            gap: 6px;
        }
        .v-s03-slide .canonical-arc article.is-current {
            border-color: #D4AF37 !important;
            background: rgba(212, 175, 55, 0.06) !important;
        }
        .v-s03-slide .canonical-arc span,
        .v-s03-slide .source-adapter-card span {
            color: #C8A75C !important;
            font-size: 0.72rem;
            font-weight: 700 !important;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .v-s03-slide .canonical-arc b {
            font-family: 'Cinzel', Georgia, serif !important;
            font-size: 1.22rem !important;
            line-height: 1.1 !important;
            color: #fff9ec !important;
        }
        .v-s03-slide .canonical-arc p,
        .v-s03-slide .render-note-card p,
        .v-s03-slide .source-adapter-card p {
            margin: 0;
            font-size: 0.94rem !important;
            line-height: 1.65 !important;
            color: #D7DCE5 !important;
            font-family: 'EB Garamond', Georgia, serif !important;
        }
        .v-s03-slide .source-panel {
            background: #0C1F38 !important;
            border: 1px solid rgba(212, 175, 55, 0.18) !important;
            border-radius: 18px !important;
        }
        .v-s03-slide .source-panel > p {
            max-width: 760px;
        }
        .v-s03-slide .source-adapter-card {
            display: grid;
            gap: 8px;
            overflow: hidden;
        }
        .v-s03-slide .source-adapter-card code {
            display: block;
            width: 100%;
            padding: 8px 10px;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 8px !important;
            color: #fffaf0 !important;
            background: rgba(255, 255, 255, 0.03) !important;
            font-size: 0.78rem;
            font-weight: 500 !important;
            overflow-wrap: anywhere;
        }
        .v-s03-slide .render-note-card h5,
        .v-s03-slide .source-adapter-card h5 {
            margin: 0 0 8px;
            color: #D4AF37 !important;
            font-size: 1.05rem !important;
            font-family: 'Cinzel', Georgia, serif !important;
            font-weight: 700;
        }
        .v-s03-slide .render-note-card {
            position: relative;
            padding-left: 20px !important;
        }
        .v-s03-slide .render-note-card::before {
            content: "";
            position: absolute;
            left: 0;
            top: 16px;
            bottom: 16px;
            width: 3px;
            border-radius: 999px;
            background: linear-gradient(180deg, var(--gate-gold-bright, #f0d384), var(--gate-gold, #d9b65d)) !important;
        }
        .v-s03-slide .detail-footer {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 20px clamp(18px, 4vw, 30px) !important;
            border-top: 1px solid rgba(212, 175, 55, 0.18) !important;
            background: #0C1F38 !important;
            border-radius: 0 0 18px 18px !important;
        }
        .v-s03-slide .detail-footer span {
            color: #9DA8B7 !important;
            font-weight: 600 !important;
            font-size: 0.88rem;
        }
        .v-s03-slide .detail-footer .detail-nav-link {
            color: #D4AF37 !important;
            background: #061225 !important;
            border: 1px solid rgba(212, 175, 55, 0.35) !important;
            border-radius: 8px !important;
            cursor: pointer;
            padding: 8px 16px !important;
            font-weight: 600 !important;
            transition: all 0.2s ease;
        }
        .v-s03-slide .detail-footer .detail-nav-link:hover {
            background: #D4AF37 !important;
            color: #061225 !important;
        }
        .v-s03-slide .continue-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        /* 7 Gate Navigation Capsules visual centerpiece refresh */
        body #visuals-dashboard .v-s03-gate-tab {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 6px;
            min-height: 84px;
            padding: 12px 10px;
            border: 1px solid rgba(212, 175, 55, 0.12) !important;
            border-radius: 12px;
            color: #9DA8B7 !important;
            background: #0C1F38 !important;
            text-decoration: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
            transition: all 200ms cubic-bezier(0.16, 1, 0.3, 1) !important;
        }
        body #visuals-dashboard .v-s03-gate-tab span {
            display: block;
            text-align: center;
            color: #C8A75C !important;
            font-family: 'Cinzel', Georgia, serif;
            font-size: 0.82rem;
            font-weight: 800;
            line-height: 1;
        }
        body #visuals-dashboard .v-s03-gate-tab b {
            min-width: 0;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
            font-size: clamp(0.95rem, 1.05vw, 1.18rem);
            font-weight: 650;
            text-align: center;
        }
        body #visuals-dashboard .v-s03-gate-tab:hover {
            color: #fffaf0 !important;
            border-color: rgba(212, 175, 55, 0.4) !important;
            background: #133055 !important;
            transform: translateY(-2px) !important;
        }
        body #visuals-dashboard .v-s03-gate-tab.active {
            color: #fffaf0 !important;
            border-color: #D4AF37 !important;
            background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.02)) !important;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), 0 0 16px rgba(212, 175, 55, 0.05) !important;
        }
        body #visuals-dashboard .v-s03-gate-tab:hover span,
        body #visuals-dashboard .v-s03-gate-tab.active span {
            color: #fffaf0 !important;
        }

        /* Responsive styling from gates.css */
        @media (min-width: 720px) {
            .v-s03-slide .progress-steps {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .v-s03-slide .detail-hero {
                grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
                align-items: end;
            }
            .v-s03-slide .detail-body {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .v-s03-slide .detail-panel--wide,
            .v-s03-slide .detail-panel--phases,
            .v-s03-slide .detail-panel--lessons {
                grid-column: 1 / -1;
            }
            .v-s03-slide .phase-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .v-s03-slide .journey-map {
                grid-template-columns: repeat(7, minmax(0, 1fr));
            }
            .v-s03-slide .journey-map li {
                text-align: center;
                border-radius: var(--gate-radius-md);
            }
            .v-s03-slide .journey-map a {
                flex-direction: column;
                justify-content: center;
            }
            .v-s03-slide .before-after-grid {
                grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
                align-items: center;
            }
            .v-s03-slide .transform-arrow {
                min-width: 132px;
                min-height: 96px;
                padding: 12px;
                border-radius: var(--gate-radius-md);
                text-align: center;
            }
            .v-s03-slide .explore-grid,
            .v-s03-slide .practice-grid,
            .v-s03-slide .render-note-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .v-s03-slide .module-grid,
            .v-s03-slide .canonical-arc {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (min-width: 1040px) {
            .v-s03-slide .explore-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .v-s03-slide .practice-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .v-s03-slide .source-adapter-list {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (max-width: 540px) {
            .v-s03-slide .progress-head {
                align-items: stretch;
                flex-direction: column;
            }
            .v-s03-slide .detail-metrics {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 768px) {
            body.is-mobile #visuals-dashboard .v-slide {
                width: 100vw !important;
                max-width: 100vw !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                overflow-x: hidden !important;
            }

            body.is-mobile #visuals-dashboard .v-slide > * {
                max-width: calc(100vw - 2px) !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-section-header-wrap,
            body.is-mobile #visuals-dashboard .v-s03-landing,
            body.is-mobile #visuals-dashboard .v-s03-landing-hero,
            body.is-mobile #visuals-dashboard .v-s03-gate-tabs,
            body.is-mobile #visuals-dashboard .v-s03-gate-detail,
            body.is-mobile #visuals-dashboard .v-journey-reciprocal {
                width: calc(100vw - 2px) !important;
                max-width: calc(100vw - 2px) !important;
                margin-left: auto !important;
                margin-right: auto !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-section-header-wrap {
                padding-left: 14px !important;
                padding-right: 14px !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-gate-tabs {
                gap: 6px !important;
                padding: 8px 2px !important;
                overflow-x: auto !important;
                scroll-padding-inline: 2px;
                scroll-snap-type: x proximity;
            }

            body.is-mobile #visuals-dashboard .v-s03-gate-tab {
                flex: 0 0 auto !important;
                min-height: 56px !important;
                padding: 10px 12px !important;
                scroll-snap-align: start;
            }

            body.is-mobile #visuals-dashboard .v-s03-gate-detail {
                margin-top: 14px !important;
                margin-bottom: 24px !important;
                padding: 2px !important;
                border-radius: 18px !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .progress-shell,
            body.is-mobile #visuals-dashboard .v-s03-slide .gate-detail,
            body.is-mobile #visuals-dashboard .v-s03-slide .detail-hero,
            body.is-mobile #visuals-dashboard .v-s03-slide .detail-body,
            body.is-mobile #visuals-dashboard .v-s03-slide .detail-panel,
            body.is-mobile #visuals-dashboard .v-s03-slide .prototype-notice,
            body.is-mobile #visuals-dashboard .v-s03-slide .source-panel,
            body.is-mobile #visuals-dashboard .v-s03-slide .graph-panel {
                width: 100% !important;
                max-width: 100% !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .progress-shell {
                padding: 14px 12px !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .detail-hero {
                gap: 14px !important;
                padding: 18px 14px !important;
                border-radius: 16px !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .detail-body {
                gap: 12px !important;
                padding: 14px 8px !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .detail-panel,
            body.is-mobile #visuals-dashboard .v-s03-slide .before-after-grid section,
            body.is-mobile #visuals-dashboard .v-s03-slide .explore-grid section,
            body.is-mobile #visuals-dashboard .v-s03-slide .canonical-arc article,
            body.is-mobile #visuals-dashboard .v-s03-slide .render-note-card,
            body.is-mobile #visuals-dashboard .v-s03-slide .source-adapter-card,
            body.is-mobile #visuals-dashboard .v-s03-slide .phase-card,
            body.is-mobile #visuals-dashboard .v-s03-slide .lesson-card,
            body.is-mobile #visuals-dashboard .v-s03-slide .module-card,
            body.is-mobile #visuals-dashboard .v-s03-slide .practice-card {
                padding: 14px 12px !important;
                border-radius: 14px !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .detail-metrics {
                gap: 8px !important;
                grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .chip-list li,
            body.is-mobile #visuals-dashboard .v-s03-slide .empty-chip {
                max-width: 100% !important;
                min-width: 0 !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .before-after-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .explore-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .phase-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .lesson-list,
            body.is-mobile #visuals-dashboard .v-s03-slide .module-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .practice-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .canonical-arc,
            body.is-mobile #visuals-dashboard .v-s03-slide .render-note-grid,
            body.is-mobile #visuals-dashboard .v-s03-slide .source-adapter-list,
            body.is-mobile #visuals-dashboard .v-s03-slide .journey-map {
                width: 100% !important;
                max-width: 100% !important;
                gap: 10px !important;
                grid-template-columns: minmax(0, 1fr) !important;
            }

            body.is-mobile #visuals-dashboard .v-s03-slide .transform-arrow {
                width: 100% !important;
                min-width: 0 !important;
                min-height: 56px !important;
                padding: 10px 12px !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide > div[style],
            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-container,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-reflection-quote,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-reflection-ref,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-chapter-divider,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-block,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-recap-timeline,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-truth-list,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-prayer-container,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-questions-grid,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-nodes,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-bridge,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-summit-card {
                width: calc(100vw - 2px) !important;
                max-width: calc(100vw - 2px) !important;
                margin-left: auto !important;
                margin-right: auto !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide > div[style] {
                margin-bottom: 12px !important;
                padding-left: 10px !important;
                padding-right: 10px !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-container {
                gap: 14px !important;
                margin-top: 14px !important;
                margin-bottom: 22px !important;
                padding: 0 2px !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-line,
            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-line-active {
                left: 22px !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-step {
                gap: 10px !important;
                align-items: stretch !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-badge {
                min-width: 44px !important;
                height: 44px !important;
                padding: 0 9px !important;
                border-radius: 999px !important;
                font-size: 0.95rem !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-step-content {
                flex: 1 1 auto !important;
                min-width: 0 !important;
                padding: 14px 12px !important;
                border-radius: 14px !important;
            }

            body.is-mobile #visuals-dashboard .v-s02-slide .v-timeline-step-text {
                font-size: 1.02rem !important;
                line-height: 1.52 !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide {
                padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-reflection-quote {
                padding: 0 12px !important;
                font-size: clamp(1.18rem, 6vw, 1.55rem) !important;
                line-height: 1.42 !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-reflection-ref {
                margin-bottom: 20px !important;
                padding: 0 12px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-chapter-divider {
                gap: 8px !important;
                padding: 18px 10px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-divider-scripture {
                max-width: 100% !important;
                font-size: 0.68rem !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-block {
                padding: 0 2px 28px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-block-title {
                font-size: clamp(1.32rem, 7vw, 1.85rem) !important;
                line-height: 1.16 !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-block-desc {
                max-width: 100% !important;
                margin-bottom: 18px !important;
                padding: 0 12px !important;
                font-size: 1rem !important;
                line-height: 1.58 !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-recap-step,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-truth-item,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-question-card,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-bridge,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-summit-card {
                padding-left: 12px !important;
                padding-right: 12px !important;
                border-radius: 14px !important;
                box-sizing: border-box !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-recap-step {
                gap: 10px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-truth-item {
                gap: 10px !important;
                padding-top: 14px !important;
                padding-bottom: 14px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-prayer-container {
                padding: 18px 14px !important;
                border-radius: 16px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-question-card {
                padding-top: 14px !important;
                padding-bottom: 14px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-nodes {
                gap: 8px !important;
                padding-left: 2px !important;
                padding-right: 2px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-node {
                flex: 1 1 calc(50% - 8px) !important;
                min-width: 0 !important;
                padding: 14px 10px 12px !important;
            }

            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-atlas-cta,
            body.is-mobile #visuals-dashboard .v-s06-slide .v-s06-summit-btn {
                min-height: 48px !important;
                width: min(100%, 340px) !important;
                justify-content: center !important;
            }
        }
    