
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        html, body { overflow-x: hidden; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, sans-serif; background: #000; color: #fff; min-height: 100vh; line-height: 1.6; }

        @keyframes gradientShift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
        @keyframes morphBlob { 0%, 100% { transform: scale(1) rotate(0deg); } 33% { transform: scale(1.1) rotate(120deg); } 66% { transform: scale(0.9) rotate(240deg); } }
        @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 20px rgba(163,230,53,0.15); } 50% { box-shadow: 0 0 40px rgba(101,163,13,0.2); } }
        @keyframes bombPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); } }

        .highlight { background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399, #60a5fa, #a3e635); background-size: 300% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientShift 4s ease infinite; }
        .white { color: white; -webkit-text-fill-color: white; }

        .blob-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; pointer-events: none; }
        .blob { position: absolute; filter: blur(120px); opacity: 0.35; animation: morphBlob 30s infinite ease-in-out; }
        .blob-1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(163,230,53,0.6), rgba(101,163,13,0.3)); top: -250px; left: -250px; }
        .blob-2 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(96,165,250,0.5), rgba(37,99,235,0.2)); bottom: -200px; right: -200px; animation-delay: 10s; }

        .progress-bar { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399); z-index: 9999; transition: width 0.05s linear; }
        .article-page { position: relative; z-index: 1; }
        .article-container { max-width: 720px; margin: 0 auto; padding: 0 24px; }
        .article-wide { max-width: 880px; margin: 0 auto; padding: 0 24px; }

        .article-hero { padding: 120px 80px 20px; text-align: center; position: relative; }
        .article-hero::before { content: ''; position: absolute; top: 60px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; background: radial-gradient(circle, rgba(163,230,53,0.12), transparent 70%); pointer-events: none; }
        .hero-title { font-size: clamp(32px, 6vw, 60px); font-weight: 900; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 20px; position: relative; }
        .hero-subtitle { font-size: clamp(16px, 2.5vw, 20px); color: rgba(255,255,255,0.5); font-weight: 400; max-width: 900px; margin: 0 auto; line-height: 1.6; }

        .article-meta { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.4); margin-top: 24px; flex-wrap: wrap; }
        .meta-tag { background: rgba(163,230,53,0.15); color: #a3e635; padding: 4px 14px; border-radius: 100px; font-weight: 600; font-size: 12px; }

        .tldr { position: relative; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 32px; margin: 48px auto; overflow: hidden; }
        .tldr::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399); }
        .tldr-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; background: linear-gradient(90deg, #a3e635, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; }
        .tldr ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
        .tldr li { position: relative; padding-left: 18px; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; margin-bottom: 0; }
        .tldr li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #a3e635, #60a5fa); }

        .article-body p { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.8; margin-bottom: 20px; }
        .article-body strong { color: rgba(255,255,255,0.95); font-weight: 700; }
        .section-space { margin-top: 64px; }
        .section-tag { display: inline-block; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; background: linear-gradient(90deg, #a3e635, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }
        .section-title { font-size: clamp(22px, 3.5vw, 32px); font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 20px; }

        .mark { background: linear-gradient(120deg, rgba(163,230,53,0.15) 0%, rgba(96,165,250,0.15) 100%); padding: 2px 8px; border-radius: 4px; font-weight: 600; color: rgba(255,255,255,0.95); }

        .stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 48px auto; }
        .stat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 28px 20px; text-align: center; transition: all 0.4s ease; }
        .stat-card:hover { background: rgba(255,255,255,0.05); transform: translateY(-4px); border-color: rgba(255,255,255,0.14); }
        .stat-number { font-size: clamp(36px, 5vw, 52px); font-weight: 900; background: linear-gradient(135deg, #a3e635, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 8px; }
        .stat-card:nth-child(2) .stat-number { background: linear-gradient(135deg, #60a5fa, #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .stat-card:nth-child(3) .stat-number { background: linear-gradient(135deg, #34d399, #f472b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .stat-label { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.4; font-weight: 500; }

        .compare-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 32px auto; }
        .compare-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 24px; transition: all 0.3s ease; position: relative; }
        .compare-card:hover { background: rgba(255,255,255,0.05); transform: translateY(-3px); }
        .compare-card.best { border-color: rgba(163,230,53,0.35); background: rgba(163,230,53,0.06); animation: pulseGlow 4s ease infinite; }
        .compare-badge { position: absolute; top: -11px; right: 20px; background: linear-gradient(90deg, #a3e635, #60a5fa); color: white; font-size: 10px; font-weight: 800; padding: 4px 14px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.06em; }
        .compare-name { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px; }
        .compare-desc { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 14px; }
        .compare-meter { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; overflow: hidden; }
        .compare-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #a3e635, #60a5fa); transition: width 1s ease; }
        .compare-card.best .compare-fill { background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399); }
        .compare-eff { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.35); margin-top: 6px; font-weight: 600; }

        .steps { display: flex; flex-direction: column; gap: 24px; margin: 32px 0; }
        .step { display: flex; gap: 20px; align-items: flex-start; }
        .step-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #a3e635, #60a5fa); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 16px; color: white; -webkit-text-fill-color: white; }
        .step-content h3 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 6px; line-height: 1.3; }
        .step-content p { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.65; }

        .metrics-table-wrap { margin: 32px 0; overflow-x: auto; border-radius: 16px; border: 1px solid rgba(255,255,255,0.08); }
        .metrics-table { width: 100%; border-collapse: collapse; font-size: 14px; }
        .metrics-table thead { background: rgba(163,230,53,0.1); }
        .metrics-table th { padding: 14px 20px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: #a3e635; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.08); }
        .metrics-table td { padding: 14px 20px; color: rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.04); }
        .metrics-table tbody tr { transition: background 0.2s ease; }
        .metrics-table tbody tr:hover { background: rgba(255,255,255,0.03); }
        .metrics-table tbody tr:last-child td { border-bottom: none; }
        .table-highlight { color: #fff; font-weight: 600; }

        .insight { position: relative; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-left: none; border-radius: 0 14px 14px 0; padding: 24px 28px 24px 32px; margin: 40px 0; font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7; font-style: italic; }
        .insight::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: linear-gradient(180deg, #a3e635, #60a5fa, #34d399); border-radius: 3px 0 0 3px; }

        .pull-quote { font-size: clamp(20px, 3vw, 28px); font-weight: 700; text-align: center; padding: 56px 24px; line-height: 1.4; letter-spacing: -0.015em; }

        .cta-block { text-align: center; padding: 48px 24px; margin: 48px 0; position: relative; }
        .cta-block::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 300px; height: 300px; background: radial-gradient(circle, rgba(163,230,53,0.08), transparent 70%); pointer-events: none; }
        .cta-title { font-size: clamp(20px, 3.5vw, 28px); font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.02em; }
        .cta-text { font-size: 15px; color: rgba(255,255,255,0.5); margin-bottom: 28px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.6; }
        .cta-btn { display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px; background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399); background-size: 200% 100%; animation: gradientShift 3s ease infinite; color: white; -webkit-text-fill-color: white; font-weight: 700; font-size: 16px; border-radius: 50px; text-decoration: none; transition: all 0.3s ease; border: none; cursor: pointer; }
        .cta-btn:hover { filter: brightness(1.15); transform: translateY(-2px); box-shadow: 0 16px 48px rgba(163,230,53,0.3); }
        .cta-btn svg { width: 18px; height: 18px; }
        .cta-final { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 24px; padding: 56px 32px; margin: 64px 0 48px; }

        .faq-section { margin: 64px 0; }
        .faq-title { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 28px; letter-spacing: -0.02em; }
        .faq-list { display: flex; flex-direction: column; gap: 12px; }
        .faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; overflow: hidden; transition: all 0.3s ease; }
        .faq-item:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); }
        .faq-question { padding: 20px 24px; font-weight: 700; font-size: 15px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; }
        .faq-icon { width: 20px; height: 20px; color: rgba(255,255,255,0.3); transition: transform 0.3s ease; flex-shrink: 0; }
        .faq-item.open .faq-icon { transform: rotate(45deg); color: #a3e635; }
        .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
        .faq-item.open .faq-answer { max-height: 300px; }
        .faq-answer-inner { padding: 0 24px 20px; font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.7; }

        .related-section { margin: 64px 0 0; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.06); }
        .related-block { margin-bottom: 40px; }
        .related-block:last-child { margin-bottom: 0; }
        .related-label { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 18px; }
        .related-label-rec { background: linear-gradient(90deg, #a3e635, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .related-label-rand { color: rgba(255,255,255,0.4); }
        .related-label-line { flex: 1; height: 1px; background: rgba(255,255,255,0.06); }
        .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
        .related-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px; text-decoration: none; color: inherit; transition: all 0.3s ease; display: flex; flex-direction: column; gap: 8px; }
        .related-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-3px); border-color: rgba(255,255,255,0.14); }
        .related-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #a3e635; }
        .related-tag.t-green { color: #34d399; }
        .related-tag.t-blue { color: #60a5fa; }
        .related-tag.t-amber { color: #fbbf24; }
        .related-tag.t-pink { color: #f472b6; }
        .related-tag.t-lime { color: #a3e635; }
        .related-name { font-size: 15px; font-weight: 700; color: #fff; line-height: 1.35; }
        .related-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.5; }

        .section-divider { width: 60px; height: 3px; background: linear-gradient(90deg, #a3e635, #60a5fa, #34d399); border-radius: 3px; margin: 56px auto; }

        .bomb-stat { text-align: center; padding: 64px 24px; margin: 48px 0; position: relative; }
        .bomb-stat::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 400px; height: 400px; background: radial-gradient(circle, rgba(163,230,53,0.1), transparent 70%); pointer-events: none; }
        .bomb-number { font-size: clamp(72px, 15vw, 140px); font-weight: 900; background: linear-gradient(135deg, #a3e635, #60a5fa, #34d399); background-size: 300% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientShift 4s ease infinite, bombPulse 3s ease infinite; line-height: 1; margin-bottom: 16px; }
        .bomb-text { font-size: clamp(16px, 2.5vw, 22px); color: rgba(255,255,255,0.7); max-width: 900px; margin: 0 auto 12px; line-height: 1.5; font-weight: 500; }
        .bomb-source { font-size: 12px; color: rgba(255,255,255,0.3); font-style: italic; }

        .before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; margin: 48px 0; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
        .ba-col { padding: 32px 28px; }
        .ba-before { background: rgba(239,68,68,0.06); }
        .ba-after { background: rgba(163,230,53,0.06); }
        .ba-col h4 { font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 18px; }
        .ba-before h4 { color: #f87171; }
        .ba-after h4 { color: #a3e635; }
        .ba-col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
        .ba-col li { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.5; position: relative; padding-left: 22px; }
        .ba-before li::before { content: '\2715'; position: absolute; left: 0; color: #f87171; font-weight: 700; font-size: 12px; }
        .ba-after li::before { content: '\2713'; position: absolute; left: 0; color: #a3e635; font-weight: 700; font-size: 14px; }
        .ba-divider { display: flex; align-items: center; justify-content: center; width: 48px; background: rgba(255,255,255,0.03); font-size: 24px; color: rgba(255,255,255,0.2); font-weight: 300; }

        .diagnostic-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 32px; margin: 48px 0; overflow: hidden; position: relative; }
        .diagnostic-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #a3e635, #60a5fa, #f59e0b); }
        .diagnostic-header { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
        .diagnostic-icon { font-size: 28px; line-height: 1; }
        .diagnostic-header h3 { font-size: 18px; font-weight: 800; color: #fff; }
        .diagnostic-item { margin-bottom: 24px; }
        .diagnostic-q { font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.85); margin-bottom: 12px; }
        .diagnostic-options { display: flex; gap: 10px; flex-wrap: wrap; }
        .diagnostic-opt { padding: 8px 18px; border-radius: 100px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.03); }
        .diagnostic-opt:hover { border-color: #a3e635; color: #a3e635; background: rgba(163,230,53,0.08); }
        .diagnostic-opt.selected { border-color: #a3e635; color: #fff; background: rgba(163,230,53,0.2); }
        .diagnostic-opt.bad:hover, .diagnostic-opt.bad.selected { border-color: #f87171; color: #f87171; background: rgba(239,68,68,0.1); }
        .diagnostic-result { margin-top: 24px; padding: 20px 24px; background: rgba(163,230,53,0.06); border-radius: 12px; border: 1px solid rgba(163,230,53,0.15); }
        .diagnostic-result p { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0; }

        .timeline { position: relative; padding: 32px 0; margin: 48px 0; }
        .timeline-line { position: absolute; top: 54px; left: 28px; bottom: 32px; width: 2px; background: linear-gradient(180deg, #a3e635, #60a5fa, #34d399); opacity: 0.3; }
        .timeline-point { display: flex; gap: 24px; align-items: flex-start; margin-bottom: 36px; position: relative; }
        .timeline-point:last-child { margin-bottom: 0; }
        .timeline-dot { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.15); margin-top: 3px; margin-left: 20px; position: relative; z-index: 1; transition: all 0.3s ease; }
        .timeline-point.active .timeline-dot { background: linear-gradient(135deg, #a3e635, #60a5fa); border-color: transparent; box-shadow: 0 0 16px rgba(163,230,53,0.4); }
        .timeline-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #a3e635; margin-bottom: 6px; }
        .timeline-content p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; margin: 0; }
        .timeline-content h4 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 4px; }

        .checklist-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 32px; margin: 48px 0; }
        .checklist-title { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 24px; }
        .checklist-item { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.04); cursor: pointer; transition: opacity 0.2s ease; font-size: 15px; color: rgba(255,255,255,0.7); line-height: 1.5; }
        .checklist-item:last-of-type { border-bottom: none; }
        .checklist-item input[type="checkbox"] { flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px; accent-color: #a3e635; cursor: pointer; }
        .checklist-item:has(input:checked) span { text-decoration: line-through; opacity: 0.4; }
        .checklist-cta { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; color: rgba(255,255,255,0.5); }
        .cta-link { color: #a3e635; text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(163,230,53,0.3); transition: all 0.2s ease; }
        .cta-link:hover { color: #bef264; border-bottom-color: #bef264; }

        .summary-box { background: rgba(163,230,53,0.04); border: 1px solid rgba(163,230,53,0.12); border-radius: 16px; padding: 28px 32px; margin: 48px 0 16px; }
        .summary-box .tldr-label { margin-bottom: 14px; }
        .summary-box ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
        .summary-box li { position: relative; padding-left: 18px; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.6; }
        .summary-box li::before { content: ''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: linear-gradient(135deg, #a3e635, #60a5fa); }

        .site-footer { background: rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.08); padding: 40px 24px 30px; text-align: center; position: relative; z-index: 1; }
        .footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin: 20px 0; }
        .footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 13px; transition: color 0.2s; }
        .footer-links a:hover { color: #fff; }
        .footer-copyright { color: rgba(255,255,255,0.4); font-size: 13px; }

        .fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
        .fade-up.visible { opacity: 1; transform: translateY(0); }

        [data-theme="light"] body { background: #f8f9fc; color: #1a1a2e; }
        [data-theme="light"] .blob { opacity: 0.08; }
        [data-theme="light"] .white { color: #1a1a2e !important; -webkit-text-fill-color: #1a1a2e !important; }
        [data-theme="light"] .hero-subtitle { color: rgba(0,0,0,0.45); }
        [data-theme="light"] .article-meta { color: rgba(0,0,0,0.4); }
        [data-theme="light"] .meta-tag { background: rgba(101,163,13,0.1); color: #65a30d; }
        [data-theme="light"] .tldr { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .tldr li { color: rgba(0,0,0,0.65); }
        [data-theme="light"] .article-body p { color: rgba(0,0,0,0.65); }
        [data-theme="light"] .article-body strong { color: rgba(0,0,0,0.9); }
        [data-theme="light"] .section-title { color: #1a1a2e; }
        [data-theme="light"] .mark { background: linear-gradient(120deg, rgba(163,230,53,0.1) 0%, rgba(96,165,250,0.1) 100%); color: #1a1a2e; }
        [data-theme="light"] .stat-card { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .stat-card:hover { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.12); }
        [data-theme="light"] .stat-label { color: rgba(0,0,0,0.45); }
        [data-theme="light"] .compare-card { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .compare-card:hover { background: rgba(0,0,0,0.04); }
        [data-theme="light"] .compare-card.best { border-color: rgba(101,163,13,0.3); background: rgba(101,163,13,0.04); }
        [data-theme="light"] .compare-name { color: #1a1a2e; }
        [data-theme="light"] .compare-desc { color: rgba(0,0,0,0.5); }
        [data-theme="light"] .compare-meter { background: rgba(0,0,0,0.06); }
        [data-theme="light"] .compare-eff { color: rgba(0,0,0,0.35); }
        [data-theme="light"] .step-content h3 { color: #1a1a2e; }
        [data-theme="light"] .step-content p { color: rgba(0,0,0,0.55); }
        [data-theme="light"] .metrics-table-wrap { border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .metrics-table thead { background: rgba(101,163,13,0.06); }
        [data-theme="light"] .metrics-table th { color: #65a30d; border-bottom-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .metrics-table td { color: rgba(0,0,0,0.6); border-bottom-color: rgba(0,0,0,0.05); }
        [data-theme="light"] .metrics-table tbody tr:hover { background: rgba(0,0,0,0.02); }
        [data-theme="light"] .table-highlight { color: #1a1a2e; }
        [data-theme="light"] .insight { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); color: rgba(0,0,0,0.7); }
        [data-theme="light"] .cta-title { color: #1a1a2e; }
        [data-theme="light"] .cta-text { color: rgba(0,0,0,0.5); }
        [data-theme="light"] .cta-final { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.06); }
        [data-theme="light"] .faq-item { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .faq-item:hover { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.12); }
        [data-theme="light"] .faq-question { color: #1a1a2e; }
        [data-theme="light"] .faq-icon { color: rgba(0,0,0,0.3); }
        [data-theme="light"] .faq-item.open .faq-icon { color: #65a30d; }
        [data-theme="light"] .faq-answer-inner { color: rgba(0,0,0,0.55); }
        [data-theme="light"] .faq-title { color: #1a1a2e; }
        [data-theme="light"] .related-section { border-top-color: rgba(0,0,0,0.06); }
        [data-theme="light"] .related-label-rand { color: rgba(0,0,0,0.35); }
        [data-theme="light"] .related-label-line { background: rgba(0,0,0,0.06); }
        [data-theme="light"] .related-card { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .related-card:hover { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.12); }
        [data-theme="light"] .related-tag { color: #65a30d; }
        [data-theme="light"] .related-tag.t-green { color: #059669; }
        [data-theme="light"] .related-tag.t-blue { color: #2563eb; }
        [data-theme="light"] .related-tag.t-amber { color: #d97706; }
        [data-theme="light"] .related-tag.t-pink { color: #db2777; }
        [data-theme="light"] .related-tag.t-lime { color: #65a30d; }
        [data-theme="light"] .related-name { color: #1a1a2e; }
        [data-theme="light"] .related-desc { color: rgba(0,0,0,0.4); }
        [data-theme="light"] .section-divider { opacity: 0.6; }
        [data-theme="light"] .pull-quote { color: #1a1a2e; }
        [data-theme="light"] .site-footer { background: rgba(0,0,0,0.02); border-top-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .footer-links a { color: rgba(0,0,0,0.5); }
        [data-theme="light"] .footer-links a:hover { color: #1a1a2e; }
        [data-theme="light"] .footer-copyright { color: rgba(0,0,0,0.4); }
        [data-theme="light"] .bomb-text { color: rgba(0,0,0,0.6); }
        [data-theme="light"] .bomb-source { color: rgba(0,0,0,0.3); }
        [data-theme="light"] .before-after { border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .ba-before { background: rgba(239,68,68,0.04); }
        [data-theme="light"] .ba-after { background: rgba(101,163,13,0.04); }
        [data-theme="light"] .ba-before h4 { color: #dc2626; }
        [data-theme="light"] .ba-after h4 { color: #65a30d; }
        [data-theme="light"] .ba-col li { color: rgba(0,0,0,0.6); }
        [data-theme="light"] .ba-before li::before { color: #dc2626; }
        [data-theme="light"] .ba-after li::before { color: #65a30d; }
        [data-theme="light"] .ba-divider { background: rgba(0,0,0,0.03); color: rgba(0,0,0,0.15); }
        [data-theme="light"] .diagnostic-box { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .diagnostic-header h3 { color: #1a1a2e; }
        [data-theme="light"] .diagnostic-q { color: rgba(0,0,0,0.8); }
        [data-theme="light"] .diagnostic-opt { border-color: rgba(0,0,0,0.1); color: rgba(0,0,0,0.6); background: rgba(0,0,0,0.02); }
        [data-theme="light"] .diagnostic-opt:hover { border-color: #65a30d; color: #65a30d; background: rgba(101,163,13,0.06); }
        [data-theme="light"] .diagnostic-opt.bad:hover { border-color: #dc2626; color: #dc2626; background: rgba(239,68,68,0.06); }
        [data-theme="light"] .diagnostic-result { background: rgba(101,163,13,0.04); border-color: rgba(101,163,13,0.12); }
        [data-theme="light"] .diagnostic-result p { color: rgba(0,0,0,0.7); }
        [data-theme="light"] .timeline-line { opacity: 0.4; }
        [data-theme="light"] .timeline-dot { background: rgba(0,0,0,0.06); border-color: rgba(0,0,0,0.12); }
        [data-theme="light"] .timeline-label { color: #65a30d; }
        [data-theme="light"] .timeline-content h4 { color: #1a1a2e; }
        [data-theme="light"] .timeline-content p { color: rgba(0,0,0,0.55); }
        [data-theme="light"] .checklist-box { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .checklist-title { color: #1a1a2e; }
        [data-theme="light"] .checklist-item { color: rgba(0,0,0,0.65); border-bottom-color: rgba(0,0,0,0.04); }
        [data-theme="light"] .checklist-item input[type="checkbox"] { accent-color: #65a30d; }
        [data-theme="light"] .checklist-cta { color: rgba(0,0,0,0.45); border-top-color: rgba(0,0,0,0.08); }
        [data-theme="light"] .cta-link { color: #65a30d; border-bottom-color: rgba(101,163,13,0.3); }
        [data-theme="light"] .summary-box { background: rgba(101,163,13,0.03); border-color: rgba(101,163,13,0.1); }
        [data-theme="light"] .summary-box li { color: rgba(0,0,0,0.65); }

        @media (max-width: 768px) {
            .article-hero { padding: 110px 16px 36px; }
            .hero-title { font-size: clamp(28px, 7vw, 42px); }
            .article-container, .article-wide { padding: 0 16px; }
            .stat-grid { grid-template-columns: 1fr; gap: 12px; }
            .compare-grid { grid-template-columns: 1fr; }
            .related-grid { grid-template-columns: 1fr; gap: 12px; }
            .tldr { padding: 24px 20px; }
            .step { gap: 14px; }
            .step-num { width: 38px; height: 38px; font-size: 14px; }
            .cta-final { padding: 40px 20px; }
            .pull-quote { padding: 40px 16px; }
            .section-space { margin-top: 48px; }
            .before-after { grid-template-columns: 1fr; }
            .ba-divider { width: 100%; height: 48px; writing-mode: horizontal-tb; }
            .diagnostic-options { flex-direction: column; }
            .site-footer { padding: 30px 16px 20px; }
        }
        @media (max-width: 480px) {
            .article-hero { padding: 100px 12px 28px; }
            .article-container, .article-wide { padding: 0 12px; }
            .article-meta { gap: 8px; }
            .article-body p { font-size: 15px; }
            .section-title { font-size: 22px; }
            .stat-card { padding: 22px 16px; }
            .compare-card { padding: 20px; }
            .metrics-table th, .metrics-table td { padding: 12px 14px; font-size: 13px; }
            .faq-question { font-size: 14px; padding: 16px 18px; }
            .faq-answer-inner { padding: 0 18px 16px; font-size: 14px; }
            .ba-col { padding: 24px 20px; }
            .diagnostic-box { padding: 24px 20px; }
            .checklist-box { padding: 24px 20px; }
        }
    
        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13px;
            color: rgba(255,255,255,0.45);
            justify-content: center;
            margin-top: 20px;
            margin-bottom: 0;
            padding-top: 0;
        }
        .breadcrumb a {
            color: rgba(255,255,255,0.55);
            text-decoration: none;
            transition: color 0.2s;
        }
        .breadcrumb a:hover { color: #a78bfa; }
        .breadcrumb .sep { opacity: 0.55; font-size: 11px; color: rgba(255,255,255,0.6); }
        [data-theme="light"] .breadcrumb { color: rgba(0,0,0,0.4); }
        [data-theme="light"] .breadcrumb a { color: rgba(0,0,0,0.5); }
        [data-theme="light"] .breadcrumb a:hover { color: #7c3aed; }

    