:root { --bg: #f6f6f7; --paper: #fff; --ink: #121316; --muted: #838487; --border: #dddee1; --tile: #ededee; --green: #10a56b; --orange: #ee8d18; --blue: #6370a7; --yellow: #d99f16; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--bg); font-family: Arial, Helvetica, sans-serif; transition: color .25s, background .25s; }
a { color: inherit; text-decoration: none; } button, input { font: inherit; } button { cursor: pointer; }.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.site-header { position: relative; z-index: 20; display: flex; height: 96px; padding: 0 clamp(35px, 5.5vw, 82px); align-items: center; border: 1px solid var(--border); border-top: 2px solid #17181a; background: var(--paper); }.brand { display: inline-flex; align-items: center; gap: 15px; font-size: 36px; font-weight: 800; letter-spacing: -2.3px; }.brand-mark { display: inline-block; width: 40px; height: 38px; flex: none; background: repeating-linear-gradient(0deg, #141517 0 2px, transparent 2px 4px); clip-path: polygon(22% 0, 78% 0, 100% 50%, 78% 100%, 22% 100%, 0 50%); }.desktop-nav { display: flex; margin-left: clamp(44px, 8vw, 160px); gap: 30px; }.desktop-nav a { color: #55585a; font-size: 13px; font-weight: 700; }.desktop-nav a:hover { color: var(--ink); }.header-controls { display: flex; margin-left: auto; gap: 12px; }.control-button { display: grid; width: 49px; height: 48px; padding: 0; place-items: center; color: var(--ink); border: 0; border-radius: 10px; background: var(--tile); }.search-icon { display: block; width: 17px; height: 17px; border: 1.7px solid currentColor; border-radius: 50%; position: relative; }.search-icon::after { content: ''; position: absolute; width: 7px; height: 1.7px; right: -5px; bottom: -3px; background: currentColor; transform: rotate(48deg); }.theme-button { font-size: 28px; line-height: 1; }.menu-button { align-content: center; }.menu-button i { display: block; width: 20px; height: 1px; margin: 3px; background: currentColor; }
.quote-strip { display: flex; min-width: 100%; overflow: hidden; align-items: center; justify-content: center; white-space: nowrap; border: 1px solid var(--border); background: var(--paper); }.primary-quotes { height: 63px; justify-content: flex-start; font-size: 15px; font-weight: 600; }.btc { color: var(--orange); }.eth { color: var(--blue); }.bnb { color: var(--yellow); }.sol { color: #13bc8a; }.dark-token { color: #083c35; }.xrp { color: #232b36; }.ada { color: #2678cc; }.doge { color: #b78d28; }.link { color: #2867d7; }.avax { color: #e54042; }.secondary-quotes { height: 64px; justify-content: flex-start; color: #8c8d90; font-size: 18px; letter-spacing: .02em; }.quote-track { display: flex; width: max-content; align-items: center; animation: market-marquee 10s linear infinite; will-change: transform; }.quote-group { display: flex; flex: none; align-items: center; gap: 38px; padding-right: 38px; }.primary-quotes .quote-group { gap: 14px; padding-right: 14px; }.primary-quotes span, .secondary-quotes span { flex: none; }.quote-strip:hover .quote-track, .quote-strip:focus-within .quote-track { animation-play-state: paused; }.red { color: #f34f5b; }.positive { color: var(--green); } @keyframes market-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.search-drawer, .menu-drawer { position: absolute; z-index: 30; right: clamp(18px, 5.5vw, 82px); left: clamp(18px, 5.5vw, 82px); padding: 18px; border: 1px solid var(--border); background: var(--paper); box-shadow: 0 18px 35px rgba(24,27,29,.1); }.search-drawer { top: 84px; }.search-drawer form { display: flex; gap: 10px; }.search-drawer input { width: 100%; min-width: 0; padding: 13px; color: var(--ink); border: 1px solid var(--border); border-radius: 6px; background: var(--bg); outline-color: var(--ink); }.search-drawer button { padding: 0 17px; color: var(--paper); border: 0; border-radius: 6px; background: var(--ink); font-size: 13px; font-weight: 700; }.search-results { padding-top: 14px; color: var(--muted); font-size: 13px; }.search-results a { display: block; padding: 10px 0; color: var(--ink); border-top: 1px solid var(--border); font-weight: 700; }.menu-drawer { top: 84px; }.menu-drawer a { display: flex; padding: 14px 3px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); font-size: 15px; font-weight: 700; }
.scan-hero { position: relative; height: 640px; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--border); }.signal-field { position: absolute; inset: 0; width: 100%; height: 100%; }.hero-content { position: relative; z-index: 1; height: 100%; padding: 40px clamp(24px, 6vw, 90px); pointer-events: none; }.hero-content h1 { max-width: 940px; margin: 0; font-size: clamp(54px, 8.2vw, 117px); font-weight: 800; letter-spacing: -.075em; line-height: 1.1; }.scan-copy { position: absolute; right: clamp(18px, 6vw, 90px); bottom: 52px; left: clamp(18px, 6vw, 90px); margin: 0; color: #88898c; font-family: 'Courier New', monospace; font-size: clamp(13px, 1.7vw, 20px); line-height: 1.38; letter-spacing: .04em; text-align: center; }
.market-metrics { display: grid; max-width: 1230px; margin: 0 auto; padding: 50px clamp(20px, 5vw, 60px) 15px; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }.market-metrics article { display: flex; min-height: 130px; padding: 18px; flex-direction: column; border: 1px solid var(--border); border-radius: 7px; background: var(--paper); }.market-metrics span { color: var(--muted); font-size: 12px; }.market-metrics strong { margin-top: auto; font-size: clamp(22px, 2.5vw, 32px); font-weight: 500; letter-spacing: -.05em; }.market-metrics em { margin-top: 4px; color: var(--green); font-size: 12px; font-style: normal; }.market-metrics em.negative { color: #e4555d; }
.market-area { display: grid; max-width: 1230px; margin: 0 auto; padding: 15px clamp(20px, 5vw, 60px) 86px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.market-card { padding: 29px 24px; border: 1px solid var(--border); border-radius: 9px; background: var(--paper); }.market-card h2 { margin: 0 0 14px; font-size: 21px; font-weight: 500; letter-spacing: -.02em; }.segmented-control { display: flex; width: fit-content; overflow: hidden; border: 1px solid #d5d6d8; border-radius: 10px; background: #e9eaec; }.segmented-control button { padding: 8px 13px; color: var(--ink); border: 0; border-radius: 9px; background: transparent; font-size: 16px; }.segmented-control button.is-active { background: var(--paper); box-shadow: 0 1px 4px rgba(0,0,0,.2); }.performance-list { margin-top: 18px; }.performance-row { display: grid; min-height: 51px; grid-template-columns: minmax(0,1fr) 76px 91px; align-items: center; gap: 8px; }.coin { display: flex; min-width: 0; align-items: center; gap: 11px; font-size: 18px; }.coin-icon { display: grid; width: 25px; height: 25px; flex: none; place-items: center; color: #1c3530; border-radius: 50%; font-size: 14px; font-weight: 800; }.coin-icon.pump { color: #168e65; background: #d9f7ed; border: 1px solid #15815e; transform: rotate(-42deg); }.coin-icon.canton { background: #e9fb54; }.coin-icon.convex { color: #d64335; background: #f5f6f6; }.coin-icon.pyth { color: #503479; background: #e7d8fe; }.coin-icon.curve { color: #fff; background: conic-gradient(#ef442f, #f6df2a, #00b6d9, #6c42c0, #ef442f); }.coin-icon.iota { color: #fff; background: #1e27ea; }.coin-icon.bsv { color: #fff; background: #efad16; }.coin b { overflow: hidden; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.coin small { color: #7c7d80; font-size: 17px; }.change { color: var(--green); font-size: 16px; text-align: right; }.change.negative { color: #ea5560; }.price { color: #4e5054; font-size: 16px; text-align: right; }.card-heading { display: flex; gap: 15px; align-items: flex-start; justify-content: space-between; }.card-heading button { padding: 0; color: var(--muted); border: 0; background: none; font-size: 12px; }.card-heading button span { padding-left: 4px; font-size: 16px; }.rate-row { display: flex; min-height: 60px; align-items: center; justify-content: space-between; border-top: 1px solid #ececef; }.rate-row span { display: flex; flex-direction: column; gap: 4px; }.rate-row b { font-size: 16px; }.rate-row small { color: var(--muted); }.rate-row strong { color: var(--green); font-size: 18px; font-weight: 500; }.utility-card { display: flex; min-height: 192px; flex-direction: column; justify-content: space-between; }.utility-card p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }.utility-card b { display: block; font-size: 34px; font-weight: 500; letter-spacing: -.06em; }.utility-card small { display: block; max-width: 260px; margin-top: 10px; color: var(--muted); line-height: 1.35; }.utility-card a { display: flex; margin-top: 20px; justify-content: space-between; color: var(--ink); border-top: 1px solid var(--border); padding-top: 13px; font-size: 13px; font-weight: 700; }
.sectors-section, .podcasts-section, .research-section { max-width: 1420px; margin: 0 auto; padding: 83px clamp(24px, 7.4vw, 100px); border-top: 1px solid var(--border); }.section-title-row { display: flex; gap: 30px; align-items: end; justify-content: space-between; }.section-title-row p { margin: 0 0 13px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .16em; }.section-title-row h2 { max-width: 770px; margin: 0; font-size: clamp(40px, 5vw, 72px); font-weight: 700; letter-spacing: -.075em; line-height: .9; }.section-title-row > a { min-width: max-content; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }.section-title-row > a span { padding-left: 8px; font-size: 17px; }.sector-tabs { display: flex; margin-top: 40px; gap: 8px; overflow-x: auto; scrollbar-width: none; }.sector-tabs button { padding: 10px 13px; color: var(--ink); border: 1px solid var(--border); border-radius: 20px; background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }.sector-tabs button.is-active { color: var(--paper); border-color: var(--ink); background: var(--ink); }.sector-table-wrap { margin-top: 24px; overflow-x: auto; border-top: 1px solid var(--ink); }.sector-table { width: 100%; min-width: 880px; border-collapse: collapse; font-size: 13px; }.sector-table th { padding: 13px 11px; color: var(--muted); border-bottom: 1px solid var(--border); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; }.sector-table td { padding: 17px 11px; border-bottom: 1px solid var(--border); text-align: right; white-space: nowrap; }.sector-table th:first-child, .sector-table td:first-child { padding-left: 0; text-align: left; }.network-badge { display: inline-grid; width: 25px; height: 25px; margin-right: 8px; place-items: center; color: #fff; border-radius: 50%; background: #414a43; font-size: 10px; font-weight: 800; vertical-align: middle; }.sector-table b { font-weight: 600; }.sector-table small { margin-left: 4px; color: var(--muted); }
.podcasts-section { padding-bottom: 95px; }.podcast-rail { display: flex; margin: 39px 0 26px; gap: 10px; overflow-x: auto; scrollbar-width: none; }.podcast-logo { display: grid; width: 62px; height: 62px; flex: none; place-items: center; color: #fff; border: 1px solid transparent; border-radius: 50%; background: #17191b; font-size: 16px; font-weight: 800; }.podcast-logo:nth-child(2) { background: #3c6ce3; }.podcast-logo:nth-child(3) { background: #e9694b; }.podcast-logo:nth-child(4) { background: #a091f7; }.podcast-logo:nth-child(5) { background: #6d7847; }.podcast-logo:nth-child(6) { background: #e9b02e; }.podcast-logo:nth-child(7) { background: #d2d2d2; color: #222; }.podcast-logo.selected { outline: 3px solid var(--ink); outline-offset: 3px; }.featured-episode { display: grid; max-width: 980px; grid-template-columns: 210px 1fr; gap: 32px; }.episode-art { display: grid; aspect-ratio: 1; place-items: center; color: #fff; background: #1e2022; font-size: 88px; font-weight: 800; letter-spacing: -.2em; }.episode-art b { color: #ddeb4d; margin-left: -35px; font-size: 69px; }.featured-episode p { margin: 0 0 14px; color: var(--muted); font-size: 12px; font-weight: 700; }.featured-episode h3 { margin: 0 0 20px; font-size: clamp(30px, 3.7vw, 52px); letter-spacing: -.07em; line-height: .91; }.featured-episode > div > span { display: block; max-width: 520px; color: var(--muted); line-height: 1.45; }.featured-episode a { display: inline-block; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }.featured-episode a b { padding-left: 7px; font-size: 17px; }
.event-section { display: grid; max-width: 1420px; min-height: 600px; margin: 0 auto; padding: 32px clamp(24px, 7.4vw, 100px); grid-template-columns: 160px minmax(0,1fr) 200px; grid-template-rows: auto 1fr auto; gap: 25px; color: #f2f3ed; background: #15463c; }.event-top { display: contents; }.event-top > p { grid-column: 1; margin: 0; color: #d9ee5b; font-size: 11px; font-weight: 700; line-height: 1.2; }.event-top > p b { display: block; font-size: 43px; letter-spacing: -.1em; }.event-top > span { grid-column: 2; color: #d9ee5b; font-size: 11px; font-weight: 800; letter-spacing: .15em; }.event-top > small { grid-column: 3; color: #b6c7bb; text-align: right; }.event-copy { grid-column: 2; align-self: center; }.event-copy h2 { margin: 0; font-size: clamp(52px, 7vw, 105px); letter-spacing: -.095em; line-height: .79; }.event-copy p { max-width: 460px; margin: 30px 0 0; color: #c7d4ca; line-height: 1.43; }.event-speakers { grid-column: 1 / 3; align-self: end; }.event-speakers > span { color: #a7bcaf; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.event-speakers > div { display: flex; margin-top: 12px; }.event-speakers b, .event-speakers i { display: grid; width: 36px; height: 36px; margin-right: -8px; place-items: center; color: #153f38; border: 2px solid #15463c; border-radius: 50%; background: #cad3b5; font-size: 10px; font-style: normal; }.event-speakers b:nth-child(2) { background: #e3ad9e; }.event-speakers b:nth-child(3) { background: #b6ccdd; }.event-speakers b:nth-child(4) { background: #dfeac6; }.event-speakers i { color: #e4efdd; background: #385b52; }.event-actions { grid-column: 3; align-self: end; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }.event-actions a { color: #e2ebdf; font-size: 12px; font-weight: 700; }.event-actions .event-primary { display: flex; padding: 12px 15px; align-items: center; gap: 24px; color: #163f38; background: #d9ee5b; }.event-primary b { font-size: 18px; }
.dashboard-section { display: grid; max-width: 1420px; margin: 0 auto; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--border); }.dashboard-section article { display: flex; min-height: 310px; padding: 31px clamp(21px, 3vw, 45px); flex-direction: column; border-right: 1px solid var(--border); }.dashboard-section article:last-child { border-right: 0; }.dashboard-section span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.dashboard-section h3 { max-width: 330px; margin: 28px 0; font-size: clamp(27px, 3.2vw, 46px); letter-spacing: -.07em; line-height: .91; }.dashboard-section a { margin-top: auto; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }.dashboard-section b { float: right; font-size: 18px; }
.research-list { display: grid; margin-top: 53px; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }.research-list a { padding: 22px 35px 40px 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }.research-list a:nth-child(even) { padding-right: 0; padding-left: 35px; border-right: 0; }.research-list span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; }.research-list h3 { max-width: 480px; margin: 25px 0 17px; font-size: clamp(25px, 3vw, 39px); letter-spacing: -.06em; line-height: .93; }.research-list p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.4; }
.newsletter-section { display: flex; max-width: 1420px; margin: 0 auto; padding: 70px clamp(24px, 7.4vw, 100px); align-items: end; justify-content: space-between; gap: 35px; border-top: 1px solid var(--border); }.newsletter-section p { margin: 0 0 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .15em; }.newsletter-section h2 { margin: 0 0 7px; font-size: clamp(39px, 5vw, 70px); letter-spacing: -.08em; line-height: .9; }.newsletter-section > div > span { color: var(--muted); }.newsletter-section form { display: flex; width: min(100%, 400px); flex-wrap: wrap; gap: 9px; }.newsletter-section input { height: 45px; min-width: 220px; padding: 0 13px; flex: 1; border: 1px solid var(--border); background: var(--paper); }.newsletter-section button { height: 45px; padding: 0 13px; color: var(--paper); border: 0; background: var(--ink); font-size: 13px; font-weight: 700; }.newsletter-section button b { padding-left: 12px; font-size: 17px; }.newsletter-section small { width: 100%; color: var(--green); }
.news-section { padding: 65px clamp(24px, 7.4vw, 142px) 100px; color: var(--paper); background: #111315; }.news-section > p { margin: 0 0 16px; color: #a0a2a3; font-size: 11px; font-weight: 800; letter-spacing: .15em; }.news-section > h2 { max-width: 750px; margin: 0; font-size: clamp(38px, 6vw, 78px); letter-spacing: -.075em; line-height: .93; }.story-grid { display: grid; margin-top: 48px; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #4e5255; }.story-grid a { min-height: 210px; padding: 21px 28px 15px 0; border-right: 1px solid #4e5255; }.story-grid a + a { padding-left: 28px; border-right: 0; }.story-grid span { color: #9ca0a1; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.story-grid h3 { max-width: 510px; margin: 29px 0; font-size: clamp(24px, 3vw, 43px); letter-spacing: -.06em; line-height: .94; }.story-grid small { color: #a0a2a3; }
.site-footer { display: grid; max-width: 1420px; margin: 0 auto; padding: 55px clamp(24px, 7.4vw, 100px) 34px; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; color: var(--paper); border-top: 1px solid #4e5255; background: #111315; }.site-footer .footer-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }.site-footer .brand-mark { width: 28px; height: 27px; background: repeating-linear-gradient(0deg, #f7f7f8 0 1.5px, transparent 1.5px 3px); }.site-footer b { font-size: 24px; letter-spacing: -1.4px; }.site-footer p { width: 100%; margin: 4px 0 0; color: #a0a2a3; font-size: 13px; }.site-footer h3 { margin: 0 0 13px; color: #a0a2a3; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.site-footer > div:not(.footer-identity) { display: flex; flex-direction: column; gap: 9px; }.site-footer a { color: #e7e7e7; font-size: 12px; }.site-footer .back-top { grid-column: 1 / -1; margin-top: 19px; padding-top: 16px; color: #a0a2a3; border-top: 1px solid #3b3e40; text-align: right; }
body.dark-mode { --bg: #141719; --paper: #1d2022; --ink: #f1f2ef; --muted: #a7aaa7; --border: #3d4142; --tile: #303336; }.dark-mode .signal-field { opacity: .82; }.dark-mode .scan-hero { background: #1d2022; }.dark-mode .coin-icon.convex { background: #e6e6e6; }.dark-mode .segmented-control { background: #36393b; }.dark-mode .segmented-control button.is-active { background: #242729; }.dark-mode .market-card { box-shadow: none; }.dark-mode .site-header, .dark-mode .quote-strip { border-color: #3d4142; }
@media (max-width: 840px) { .desktop-nav { display: none; }.market-metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }.market-area { grid-template-columns: minmax(0, 1fr); max-width: 700px; }.event-section { grid-template-columns: 120px minmax(0,1fr); }.event-top > small, .event-actions { grid-column: 2; }.event-actions { justify-content: flex-start; }.dashboard-section { grid-template-columns: 1fr; }.dashboard-section article { min-height: 225px; border-right: 0; border-bottom: 1px solid var(--border); }.newsletter-section { align-items: flex-start; flex-direction: column; }.site-footer { grid-template-columns: 2fr 1fr 1fr; }.site-footer > div:last-of-type { display: none; } }
@media (max-width: 660px) { .site-header { height: 96px; padding-inline: 34px; }.brand { gap: 15px; font-size: 35px; }.brand-mark { width: 40px; height: 38px; }.header-controls { gap: 12px; }.control-button { width: 49px; height: 48px; }.primary-quotes { height: 63px; justify-content: flex-start; padding-left: 97px; gap: 10px; font-size: 15px; }.secondary-quotes { height: 64px; transform: none; gap: 38px; font-size: 18px; }.secondary-quotes span:first-child { margin-left: -63px; }.scan-hero { height: 640px; }.hero-content { padding: 40px 24px; }.hero-content h1 { font-size: clamp(51px, 10.3vw, 68px); line-height: 1.13; }.scan-copy { right: 15px; bottom: 55px; left: 15px; font-size: 18px; }.market-metrics { display: none; }.market-area { padding: 15px 34px 54px; }.market-card { padding: 29px 24px; }.market-card h2 { font-size: 21px; }.performance-row { grid-template-columns: minmax(0,1fr) 76px 91px; }.coin { font-size: 18px; }.coin small { font-size: 17px; }.utility-card { min-height: 175px; }.sectors-section, .podcasts-section, .research-section { padding: 60px 34px; }.section-title-row { align-items: flex-end; }.section-title-row h2 { font-size: 45px; }.section-title-row > a { font-size: 11px; }.featured-episode { grid-template-columns: 1fr; gap: 22px; }.episode-art { width: 138px; font-size: 60px; }.episode-art b { font-size: 48px; }.event-section { min-height: 590px; padding: 26px 34px; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr auto; }.event-top > p, .event-top > span, .event-top > small, .event-copy, .event-speakers, .event-actions { grid-column: 1; }.event-top > small { grid-row: 1; justify-self: end; }.event-top > span { grid-row: 2; }.event-copy { grid-row: 3; }.event-copy h2 { font-size: clamp(55px, 13vw, 85px); }.event-speakers { grid-row: 4; }.event-actions { grid-row: 5; }.dashboard-section article { padding: 28px 34px; }.research-list { grid-template-columns: 1fr; }.research-list a, .research-list a:nth-child(even) { padding: 22px 0 32px; border-right: 0; }.newsletter-section { padding: 60px 34px; }.newsletter-section form { width: 100%; }.newsletter-section input { min-width: 0; }.site-footer { padding: 43px 34px; grid-template-columns: 1fr 1fr; }.site-footer .footer-identity { grid-column: 1 / -1; }.site-footer > div:last-of-type { display: flex; }.site-footer .back-top { text-align: left; }.search-drawer, .menu-drawer { right: 15px; left: 15px; } }
@media (max-width: 470px) { .site-header { padding-inline: 20px; }.brand { gap: 10px; font-size: 29px; }.brand-mark { width: 34px; height: 32px; }.control-button { width: 42px; height: 44px; }.header-controls { gap: 7px; }.primary-quotes { padding-left: 35px; }.market-area { padding-inline: 18px; }.performance-row { grid-template-columns: minmax(0, 1fr) 64px 78px; }.coin { gap: 8px; font-size: 16px; }.coin small { font-size: 14px; }.change, .price { font-size: 14px; }.sectors-section, .podcasts-section, .research-section, .newsletter-section, .site-footer { padding-inline: 20px; } }
@media (max-width: 700px) { .site-header { height: 58px; padding-inline: 22px; }.brand { gap: 10px; font-size: 22px; letter-spacing: -1.55px; }.brand-mark { width: 26px; height: 25px; }.header-controls { gap: 7px; }.control-button { width: 30px; height: 30px; border-radius: 7px; }.search-icon { width: 12px; height: 12px; border-width: 1.2px; }.search-icon::after { width: 5px; height: 1.2px; right: -4px; bottom: -2px; }.theme-button { font-size: 19px; }.menu-button i { width: 14px; height: 1px; margin: 2px; }.primary-quotes { height: 40px; padding-left: 62px; gap: 7px; font-size: 10px; }.secondary-quotes { height: 40px; gap: 25px; font-size: 12px; }.secondary-quotes span:first-child { margin-left: 0; }.scan-hero { height: 380px; }.hero-content { padding: 28px 15px; }.hero-content h1 { font-size: 42px; line-height: 1.12; letter-spacing: -.072em; }.scan-copy { right: 9px; bottom: 27px; left: 9px; font-size: 11px; letter-spacing: .035em; }.market-area { padding: 28px 22px 37px; gap: 12px; }.market-card { padding: 17px 15px; border-radius: 6px; }.market-card h2 { margin-bottom: 9px; font-size: 14px; }.segmented-control { border-radius: 6px; }.segmented-control button { padding: 5px 8px; border-radius: 6px; font-size: 11px; }.performance-list { margin-top: 10px; }.performance-row { min-height: 32px; grid-template-columns: minmax(0,1fr) 50px 61px; gap: 4px; }.coin { gap: 7px; font-size: 11.5px; }.coin-icon { width: 16px; height: 16px; font-size: 9px; }.coin small { font-size: 11px; }.change, .price { font-size: 11px; }.card-heading button { font-size: 9px; }.rate-row { min-height: 39px; }.rate-row b { font-size: 11px; }.rate-row small { font-size: 9px; }.rate-row strong { font-size: 12px; }.utility-card { min-height: 122px; }.utility-card p { margin-bottom: 14px; font-size: 9px; }.utility-card b { font-size: 22px; }.utility-card small { margin-top: 6px; font-size: 9px; }.utility-card a { margin-top: 12px; padding-top: 8px; font-size: 10px; }.sectors-section, .podcasts-section, .research-section, .newsletter-section { padding: 43px 22px; }.section-title-row h2 { font-size: 32px; }.site-footer { padding: 33px 22px; } }
@media (max-width: 700px) { .sector-tabs, .podcast-rail { flex-wrap: wrap; overflow: visible; }.sector-table-wrap { overflow: visible; }.sector-table { min-width: 0; table-layout: fixed; font-size: 10px; }.sector-table th, .sector-table td { padding: 10px 3px; white-space: normal; }.sector-table th:nth-child(3), .sector-table th:nth-child(4), .sector-table th:nth-child(5), .sector-table th:nth-child(6), .sector-table td:nth-child(3), .sector-table td:nth-child(4), .sector-table td:nth-child(5), .sector-table td:nth-child(6) { display: none; }.sector-table th:nth-child(1), .sector-table td:nth-child(1) { width: 42%; }.sector-table th:nth-child(2), .sector-table td:nth-child(2) { width: 18%; }.sector-table th:nth-child(7), .sector-table td:nth-child(7) { width: 18%; }.sector-table th:nth-child(8), .sector-table td:nth-child(8) { width: 22%; }.network-badge { width: 17px; height: 17px; margin-right: 4px; font-size: 8px; }.sector-table small { display: block; margin: 2px 0 0; font-size: 8px; }.podcast-logo { width: 42px; height: 42px; font-size: 11px; }.podcast-logo.selected { outline-width: 2px; outline-offset: 2px; } }
/* Use the saved original icon in the top navigation. */
.site-header .brand-mark { background: url('brand-mark.svg') center / contain no-repeat; clip-path: none; }

/* The price ticker is a static, centered five-asset snapshot. */
.primary-quotes { justify-content: center; gap: 14px; }
@media (max-width: 700px) { .primary-quotes { justify-content: center; padding-left: 0; gap: 9px; } }

.insight-cards { display: grid; width: min(720px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 76px; gap: 20px; }.chart-card { min-width: 0; padding: 29px 24px; border: 1px solid var(--border); border-radius: 9px; background: var(--paper); }.chart-heading { display: flex; min-height: 70px; gap: 16px; align-items: flex-start; justify-content: space-between; }.chart-heading h2 { margin: 0; font-size: 21px; font-weight: 500; letter-spacing: -.025em; }.chart-heading p { margin: 4px 0 0; color: var(--ink); font-size: 17px; line-height: 1.25; }.chart-link { display: inline-flex; min-width: max-content; padding: 7px 12px; align-items: center; gap: 10px; color: var(--ink); border: 1px solid #d4d5d7; border-radius: 8px; font-size: 16px; line-height: 1; }.chart-link span { font-size: 22px; font-weight: 300; line-height: .7; }.chart-stage { position: relative; height: 300px; margin-top: 26px; }.line-chart-stage { margin-top: 18px; }.market-chart { display: block; width: 100%; height: 100%; }.chart-tooltip { position: absolute; z-index: 1; top: 50px; left: 15%; display: grid; width: 188px; padding: 13px 15px; gap: 9px; color: #1c1e20; border: 1px solid #e1e2e4; border-radius: 7px; background: #fff; box-shadow: 0 7px 15px rgba(0,0,0,.1); font-size: 15px; pointer-events: none; }.chart-tooltip b { font-size: 16px; }.chart-tooltip span { display: grid; grid-template-columns: 13px 1fr auto; gap: 7px; align-items: center; white-space: nowrap; }.chart-tooltip i { display: block; width: 13px; height: 13px; border-radius: 50%; }.borrow-dot { background: #df7180; }.supply-dot { background: #55d99a; }.chart-tooltip strong { font-weight: 700; }
@media (max-width: 700px) { .insight-cards { width: calc(100% - 68px); padding-bottom: 42px; gap: 20px; }.chart-card { padding: 26px 24px; }.chart-heading { min-height: 66px; }.chart-heading h2 { font-size: 21px; }.chart-heading p { font-size: 16px; }.chart-link { padding: 7px 11px; font-size: 15px; }.chart-stage { height: 292px; margin-top: 20px; }.line-chart-stage { margin-top: 12px; }.chart-tooltip { top: 52px; left: 15%; width: 188px; } }
@media (max-width: 470px) { .insight-cards { width: calc(100% - 36px); }.chart-card { padding: 20px 15px; }.chart-heading { min-height: 58px; gap: 8px; }.chart-heading h2 { font-size: 16px; }.chart-heading p { max-width: 195px; font-size: 12px; }.chart-link { padding: 6px 8px; gap: 6px; border-radius: 6px; font-size: 11px; }.chart-link span { font-size: 16px; }.chart-stage { height: 235px; margin-top: 14px; }.line-chart-stage { margin-top: 8px; }.chart-tooltip { top: 35px; left: 17%; width: 146px; padding: 10px 11px; gap: 6px; font-size: 11px; }.chart-tooltip b { font-size: 12px; }.chart-tooltip span { grid-template-columns: 10px 1fr auto; gap: 5px; }.chart-tooltip i { width: 10px; height: 10px; } }
.etf-flow-card .chart-heading { min-height: 118px; }.etf-flow-card .chart-link { margin-top: 13px; }
@media (max-width: 700px) { .etf-flow-card .chart-heading { min-height: 113px; } }
@media (max-width: 470px) { .etf-flow-card .chart-heading { min-height: 91px; }.etf-flow-card .chart-link { margin-top: 9px; } }

/* The saved source logo changes with the rest of the homepage theme. */
body.dark-mode .site-header .brand-mark { background: #f1f2ef !important; -webkit-mask: url('brand-mark.svg') center / contain no-repeat; mask: url('brand-mark.svg') center / contain no-repeat; }

/* Footer layout follows the source site's light directory footer. */
.site-footer { display: grid; max-width: 1420px; margin: 0 auto; padding: 62px clamp(38px, 7vw, 100px) 66px; grid-template-columns: 2.1fr 1fr 1fr 1fr; gap: 44px; color: var(--ink); border: 0; background: var(--bg); }.site-footer .footer-identity { display: block; }.site-footer .footer-brand { display: inline-flex; align-items: center; gap: 15px; }.site-footer .footer-identity .brand-mark { display: block; width: 40px; height: 38px; background: url('brand-mark.svg') center / contain no-repeat; clip-path: none; }.site-footer .footer-brand b { font-size: 36px; font-weight: 800; letter-spacing: -2.3px; }.site-footer .footer-identity p { width: auto; margin: 20px 0 0; color: #858688; font-size: 19px; line-height: 1.35; }.site-footer .footer-identity p + p { margin-top: 19px; }.footer-social { display: flex; margin-top: 48px; gap: 25px; align-items: center; }.footer-social a { position: relative; display: grid; width: 36px; height: 34px; place-items: center; color: #17191b; font-weight: 700; }.social-youtube { border: 2px solid currentColor; border-radius: 9px; }.social-youtube::after { width: 0; height: 0; margin-left: 2px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; content: ''; }.social-linkedin { border: 2px solid currentColor; border-radius: 8px; font-family: Arial, sans-serif; font-size: 17px; line-height: 1; }.social-x { font-size: 27px; line-height: 1; }.site-footer .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 21px; }.site-footer .footer-links h3 { margin: 0 0 6px; color: var(--ink); font-size: 18px; font-weight: 600; letter-spacing: -.02em; text-transform: none; }.site-footer .footer-links a { color: #858688; font-size: 18px; line-height: 1.35; }.site-footer .back-top { display: none; }
@media (max-width: 700px) { .site-footer { padding: 31px 38px 42px; grid-template-columns: 1fr; gap: 46px; }.site-footer .footer-brand { gap: 15px; }.site-footer .footer-brand b { font-size: 36px; }.site-footer .footer-identity p { margin-top: 20px; font-size: 21px; }.site-footer .footer-identity p + p { margin-top: 19px; }.footer-social { margin-top: 48px; }.site-footer .footer-links { gap: 22px; }.site-footer .footer-links h3 { margin-bottom: 5px; font-size: 21px; }.site-footer .footer-links a { font-size: 21px; } }
@media (max-width: 470px) { .site-footer { padding-inline: 20px; gap: 36px; }.site-footer .footer-identity .brand-mark { width: 31px; height: 29px; }.site-footer .footer-brand { gap: 11px; }.site-footer .footer-brand b { font-size: 28px; letter-spacing: -1.75px; }.site-footer .footer-identity p { font-size: 16px; }.site-footer .footer-links { gap: 17px; }.site-footer .footer-links h3 { font-size: 17px; }.site-footer .footer-links a { font-size: 16px; } }
.site-footer .footer-brand, .site-footer .footer-brand b { color: #141517; }

body.menu-open { overflow: hidden; }.menu-drawer { position: fixed; z-index: 100; inset: 0; display: block; padding: 24px; overflow-y: auto; border: 0; background: rgba(47, 59, 80, .97); box-shadow: none; }.menu-drawer[hidden] { display: none; }.menu-panel { width: min(660px, 100%); min-height: calc(100vh - 48px); margin: 0 auto; color: #17191b; background: #fafafa; }.menu-panel-header { display: flex; height: 84px; padding: 0 26px; align-items: center; justify-content: space-between; border-bottom: 1px solid #e1e2e3; }.menu-brand { display: inline-flex; align-items: center; gap: 13px; color: #141517; }.menu-brand-mark { display: block; width: 41px; height: 38px; background: url('brand-mark.svg') center / contain no-repeat; }.menu-brand b { font-size: 36px; font-weight: 800; letter-spacing: -2.25px; }.menu-close { display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: #252729; border: 0; background: transparent; font-size: 30px; font-weight: 300; line-height: 1; }.menu-navigation { padding: 27px 26px 60px; }.menu-group, .menu-direct { display: block; border-bottom: 1px solid #dcdde0; }.menu-group-trigger, .menu-direct { display: flex; width: 100%; min-height: 61px; padding: 0; align-items: center; justify-content: space-between; color: #1d1f21; border: 0; background: transparent; font-size: 24px; font-weight: 500; letter-spacing: -.025em; text-align: left; }.menu-group-trigger i { width: 11px; height: 11px; margin-right: 6px; border-right: 2px solid #85878a; border-bottom: 2px solid #85878a; transform: rotate(45deg) translateY(-3px); transition: transform .18s ease; }.menu-group-trigger[aria-expanded="true"] i { transform: rotate(225deg) translate(-2px, -1px); }.menu-submenu { padding: 4px 0 17px; }.menu-submenu a { display: grid; padding: 13px 17px; grid-template-columns: 44px minmax(0, 1fr); gap: 16px; align-items: center; }.menu-item-icon { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 10px; background: #ebecee; }.chart-bars::before { width: 18px; height: 15px; border: 1.7px solid #2b2d2f; border-radius: 2px; content: ''; background: linear-gradient(90deg, transparent 0 29%, #2b2d2f 29% 35%, transparent 35% 63%, #2b2d2f 63% 69%, transparent 69%); }.chart-bars::after { position: absolute; width: 18px; height: 1.7px; background: #2b2d2f; content: ''; transform: translateY(7px); }.chart-line::before { width: 18px; height: 12px; border-top: 1.7px solid #2b2d2f; border-right: 1.7px solid #2b2d2f; content: ''; clip-path: polygon(0 100%, 35% 40%, 58% 70%, 85% 0, 100% 25%, 64% 100%, 35% 70%, 0 100%); background: #2b2d2f; }.menu-submenu b { display: block; margin-bottom: 5px; font-size: 18px; font-weight: 500; }.menu-submenu small { display: block; color: #898b8e; font-size: 16px; line-height: 1.25; }
@media (max-width: 700px) { .menu-drawer { padding: 24px; }.menu-panel { min-height: calc(100vh - 48px); }.menu-panel-header { height: 84px; }.menu-navigation { padding: 27px 26px 60px; }.menu-group-trigger, .menu-direct { min-height: 61px; font-size: 24px; }.menu-brand b { font-size: 36px; }.menu-submenu b { font-size: 18px; }.menu-submenu small { font-size: 16px; } }
@media (max-width: 470px) { .menu-drawer { padding: 0; }.menu-panel { width: 100%; min-height: 100vh; }.menu-panel-header { height: 64px; padding-inline: 20px; }.menu-brand-mark { width: 29px; height: 27px; }.menu-brand { gap: 10px; }.menu-brand b { font-size: 26px; letter-spacing: -1.65px; }.menu-close { width: 32px; height: 32px; font-size: 26px; }.menu-navigation { padding: 16px 20px 40px; }.menu-group-trigger, .menu-direct { min-height: 50px; font-size: 18px; }.menu-submenu { padding-bottom: 10px; }.menu-submenu a { padding: 10px 12px; grid-template-columns: 35px minmax(0,1fr); gap: 11px; }.menu-item-icon { width: 35px; height: 35px; border-radius: 8px; }.menu-submenu b { margin-bottom: 2px; font-size: 14px; }.menu-submenu small { font-size: 12px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; } }
