/* tanso.markets */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0A0A0A; color: #FAFAFA; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.65; }
body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.02; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); z-index: 9999; }
.section-heading { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 2rem; color: #FAFAFA; letter-spacing: -0.02em; margin-bottom: 2rem; }
.topnav { max-width: 900px; margin: 0 auto; padding: 1.25rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.nav-brand { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.1rem; color: #FAFAFA; }
.nav-links { display: flex; gap: 1.5rem; }
.nav-links a { font-size: 0.85rem; color: #6B7280; text-decoration: none; font-weight: 500; transition: color 0.3s ease; }
.nav-links a:hover { color: #E8C547; }
.hero { padding: 3rem 2rem 0; }
.hero-inner { max-width: 900px; margin: 0 auto; }
.ticker-label { font-family: 'Space Mono', monospace; font-size: 0.75rem; color: #E8C547; letter-spacing: 0.05em; display: inline-block; margin-bottom: 0.75rem; }
.hero-headline { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 3rem; color: #FAFAFA; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 1rem; }
.hero-lede { font-size: 1.05rem; color: #6B7280; max-width: 700px; margin-bottom: 2rem; }
.hero-chart { display: block; }
.gold-rule { border: none; border-top: 1px solid #E8C547; max-width: 900px; margin: 2.5rem auto; }
.markets { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.market-segment { margin-bottom: 2.5rem; padding: 2rem; border-radius: 4px; }
.segment-eu { background: #0D1B2A; }
.segment-vcm { background: #0A1A14; }
.segment-nbs { background: #150E28; }
.segment-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.5rem; color: #FAFAFA; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.segment-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: center; }
.segment-chart svg { display: block; }
.segment-stats { display: flex; flex-direction: column; gap: 0.5rem; }
.stat-row { display: flex; justify-content: space-between; padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.stat-label { font-family: 'Space Mono', monospace; font-size: 0.8rem; color: #6B7280; }
.stat-value { font-family: 'Space Mono', monospace; font-size: 0.9rem; color: #FAFAFA; }
.stat-value.positive { color: #10B981; }
.stat-value.negative { color: #EF4444; }
.breakout-stat { text-align: center; margin: 3rem 0; }
.breakout-number { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 6rem; color: #E8C547; mix-blend-mode: screen; display: block; line-height: 1; letter-spacing: -0.02em; }
.breakout-label { font-family: 'Space Mono', monospace; font-size: 0.8rem; color: #6B7280; display: block; margin-top: 0.5rem; }
.analysis { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.editorial-spread { display: grid; grid-template-columns: 2fr 1fr; gap: 2.5rem; }
.article-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.6rem; color: #FAFAFA; letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 0.5rem; }
.byline { font-family: 'Space Mono', monospace; font-size: 0.75rem; color: #6B7280; display: block; margin-bottom: 1.25rem; }
.drop-cap-text::first-letter { font-family: 'Playfair Display', serif; font-size: 4em; float: left; line-height: 0.8; margin-right: 0.1em; color: #E8C547; font-weight: 900; }
.drop-cap-text { font-size: 1rem; color: #FAFAFA; margin-bottom: 1rem; }
.article-body { font-size: 1rem; color: #6B7280; }
.editorial-sidebar { display: flex; flex-direction: column; gap: 1.5rem; padding-top: 1rem; }
.breakout-stat-inline { background: #1A1A1A; padding: 1.5rem; border-left: 3px solid #E8C547; }
.breakout-number-sm { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 2.5rem; color: #E8C547; display: block; line-height: 1; }
.breakout-label-sm { font-family: 'Space Mono', monospace; font-size: 0.7rem; color: #6B7280; display: block; margin-top: 0.35rem; }
.intelligence { max-width: 900px; margin: 0 auto; padding: 0 2rem 2rem; }
.timeline { border-left: 2px solid #E8C547; margin-left: 1rem; padding-left: 2rem; margin-bottom: 2.5rem; }
.timeline-item { margin-bottom: 2rem; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: -2.55rem; top: 0.35rem; width: 10px; height: 10px; background: #E8C547; border-radius: 50%; }
.timeline-date { font-family: 'Space Mono', monospace; font-size: 0.75rem; color: #E8C547; display: block; margin-bottom: 0.25rem; }
.timeline-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: #FAFAFA; margin-bottom: 0.35rem; }
.timeline-desc { font-size: 0.9rem; color: #6B7280; }
.subscribe-cta { background: #1A1A1A; padding: 2rem; text-align: center; border: 1px solid rgba(232,197,71,0.2); }
.cta-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.4rem; color: #FAFAFA; margin-bottom: 0.5rem; }
.cta-desc { font-size: 0.9rem; color: #6B7280; margin-bottom: 1rem; }
.cta-btn { display: inline-block; background: #E8C547; color: #0A0A0A; font-weight: 600; font-size: 0.9rem; padding: 0.6rem 2rem; text-decoration: none; letter-spacing: 0.02em; transition: background 0.3s ease, transform 0.2s ease; }
.cta-btn:hover { background: #d4b23e; transform: translateY(-1px); }
.footer { max-width: 900px; margin: 0 auto; padding: 2rem; border-top: 1px solid #E8C547; }
.footer-inner { text-align: center; }
.footer-links { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 0.75rem; }
.flink { font-size: 0.8rem; color: #6B7280; text-decoration: none; transition: color 0.3s ease; }
.flink:hover { color: #E8C547; }
.footer-copy { font-family: 'Space Mono', monospace; font-size: 0.7rem; color: #6B7280; }

/* Chart line draw-in animations */
.chart-line { stroke-dasharray: var(--line-length, 1200); stroke-dashoffset: var(--line-length, 1200); transition: stroke-dashoffset 1.5s ease-out; }
.chart-line.drawn { stroke-dashoffset: 0; }
.chart-fill { opacity: 0; transition: opacity 1s ease-out 0.5s; }
.chart-fill.drawn { opacity: 1; }
.chart-dot { opacity: 0; transform-origin: center; transition: opacity 0.4s ease 1.5s, transform 0.4s ease 1.5s; transform: scale(0); }
.chart-dot.drawn { opacity: 1; transform: scale(1); }

/* Chart Blue reference color — #2563EB used in SVG data lines */
.data-line-blue { stroke: #2563EB; }

/* Breakout stat reveal */
@keyframes countReveal {
    from { opacity: 0; transform: translateY(20px) scale(0.95); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.breakout-stat.visible .breakout-number,
.breakout-stat-inline.visible .breakout-number-sm {
    animation: countReveal 0.8s ease-out forwards;
}

/* Timeline item stagger reveal */
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
.timeline-item { opacity: 0; }
.timeline.visible .timeline-item {
    animation: slideInLeft 0.5s ease-out forwards;
}
.timeline.visible .timeline-item:nth-child(1) { animation-delay: 0s; }
.timeline.visible .timeline-item:nth-child(2) { animation-delay: 0.2s; }
.timeline.visible .timeline-item:nth-child(3) { animation-delay: 0.4s; }

/* Gold pulse on hero dot */
@keyframes goldPulse {
    0%, 100% { r: 4; opacity: 1; }
    50% { r: 7; opacity: 0.6; }
}
.hero-chart .chart-dot.drawn { animation: goldPulse 2s ease-in-out infinite; }

@media (max-width: 640px) { .segment-grid { grid-template-columns: 1fr; } .editorial-spread { grid-template-columns: 1fr; } .hero-headline { font-size: 2rem; } .breakout-number { font-size: 3.5rem; } }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
