/* Homepage-only visual system for Silex discovery and reputation. */
.home-page {
  --home-bg: var(--silex-bg);
  --home-surface: var(--silex-surface);
  --home-raised: var(--silex-raised);
  --home-soft: var(--silex-soft);
  --home-border: var(--silex-border);
  --home-border-strong: var(--silex-border-strong);
  --home-text: var(--silex-text);
  --home-text-soft: var(--silex-text-soft);
  --home-muted: var(--silex-muted);
  --home-accent: var(--silex-accent);
  --home-accent-strong: var(--silex-accent-strong);
  --home-accent-soft: var(--silex-accent-soft);
  --home-positive: var(--silex-positive);
  --home-negative: var(--silex-negative);
  --home-radius-sm: var(--silex-radius-sm);
  --home-radius: var(--silex-radius);
  --home-radius-lg: var(--silex-radius-lg);
  --home-shadow: var(--silex-shadow);
  --home-shell: var(--silex-shell);
  background: var(--home-bg);
  color: var(--home-text);
  font-family: "Segoe UI", Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: normal;
}

.home-page *, .home-page *::before, .home-page *::after { box-sizing: border-box; }
.home-page a, .home-page button, .home-page input, .home-page [tabindex] { -webkit-tap-highlight-color: transparent; }
.home-page :focus-visible { outline: 3px solid rgba(85, 183, 232, 0.55); outline-offset: 3px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; transform: translateY(-150%); padding: 10px 14px; border-radius: 8px; background: var(--home-text); color: var(--home-bg); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.home-shell, .home-main { width: min(calc(100% - 40px), var(--home-shell)); margin-inline: auto; }

/* Shared header, visually refined only on the homepage. */
.home-page #header { position: sticky; top: 0; z-index: 1200; min-height: 72px; padding: 8px max(20px, calc((100vw - var(--home-shell)) / 2)); border-bottom: 1px solid rgba(85, 183, 232, 0.13); background: rgba(7, 13, 21, 0.96); box-shadow: none; backdrop-filter: blur(14px); }
.home-page #header .logo-container { width: 100%; justify-content: space-between; gap: 24px; }
.home-page #header .header-silex-logo { width: 48px; height: 48px; }
.home-page #header .silex-brand-name { color: var(--home-text); font-family: "Segoe UI", Inter, system-ui, sans-serif; letter-spacing: -.02em; }
.home-page #header .nav-list { align-items: center; gap: 4px; }
.home-page #header .nav-list > li > a:not(.get-listed-button):not(.auth-btn) { padding: 10px 12px; border-radius: 8px; color: var(--home-text-soft); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: .88rem; font-weight: 650; letter-spacing: 0; }
.home-page #header .nav-list > li > a:hover { background: var(--home-accent-soft); color: var(--home-text); }
.home-page .get-listed-button, .home-page .auth-btn { height: 40px; padding: 9px 15px; border: 1px solid var(--home-border-strong); border-radius: 8px; background: transparent; color: var(--home-text); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: .86rem; font-weight: 700; letter-spacing: 0; transform: none; }
.home-page .get-listed-button { border-color: var(--home-accent-strong); background: var(--home-accent-strong); }
.home-page .get-listed-button:hover, .home-page .auth-btn:hover { border-color: var(--home-accent); background: var(--home-accent-soft); transform: none; }
.home-page header .dropdown-menu { border: 1px solid var(--home-border); background: var(--home-raised); box-shadow: var(--home-shadow); }

/* Secondary product explanation, intentionally placed after discovery. */
.home-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--home-border); background-color: #08111b; background-image: linear-gradient(rgba(85,183,232,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(85,183,232,.035) 1px, transparent 1px); background-size: 36px 36px; }
.home-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #08111b 0%, rgba(8,17,27,.93) 46%, rgba(8,17,27,.62) 100%); }
.hero-layout, .home-hero .home-shell:last-child { position: relative; z-index: 1; }
.hero-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 64px; align-items: center; padding-block: 52px; }
.eyebrow, .panel-kicker { margin: 0 0 12px; color: var(--home-accent); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--home-positive); box-shadow: 0 0 0 5px rgba(69,210,154,.08); }
.hero-copy h2 { max-width: 760px; margin: 0; color: var(--home-text); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: clamp(1.8rem,3.1vw,2.65rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.12; }
.hero-summary { max-width: 680px; margin: 16px 0 0; color: var(--home-muted); font-size: .96rem; line-height: 1.65; }
.hero-actions, .platform-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 17px; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: .92rem; font-weight: 750; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease; }
.button-primary { background: var(--home-accent-strong); color: #fff; }
.home-page a.button-primary { color: #fff; }
.button-primary:hover { background: #249fd6; }
.button-secondary { border-color: var(--home-border-strong); background: rgba(12,21,32,.72); color: var(--home-text); }
.home-page a.button-secondary { color: var(--home-text); }
.button-secondary:hover { border-color: var(--home-accent); background: var(--home-accent-soft); }
.hero-footnote { max-width: 630px; margin: 18px 0 0; color: var(--home-muted); font-size: .82rem; line-height: 1.5; }

.pillar-list { border-block: 1px solid var(--home-border); }
.pillar-item { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 20px 4px; border-bottom: 1px solid var(--home-border); }
.pillar-item:last-child { border-bottom: 0; }
.pillar-index { color: var(--home-accent); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .72rem; }
.pillar-item h3 { margin: 0 0 5px; color: var(--home-text); font-size: 1rem; letter-spacing: .01em; }
.pillar-item p { margin: 0; color: var(--home-muted); font-size: .88rem; line-height: 1.5; }

/* Real, local platform snapshot. */
.home-page .info-header { display: grid; grid-template-columns: repeat(4,1fr); min-height: 72px; align-items: stretch; margin-bottom: 26px; padding: 0; border: 1px solid var(--home-border); border-radius: 12px; background: rgba(12,21,32,.9); font-size: 1rem; overflow: hidden; }
.home-page .info-header .info-item { min-width: 0; padding: 15px 18px; border-right: 1px solid var(--home-border); text-align: left; }
.home-page .info-header .info-item:last-child { border-right: 0; }
.home-page .info-header .info-item span { display: block; margin-bottom: 6px; color: var(--home-muted); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.home-page .info-header #cronos-price > span { display: flex; align-items: center; gap: 7px; }
.home-page .info-header .info-item strong { display: flex; align-items: center; min-width: 0; color: var(--home-text); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .95rem; font-variant-numeric: tabular-nums; letter-spacing: -.02em; overflow-wrap: anywhere; }
.home-page .info-header .cronos-logo { width: 18px; height: 18px; }
.home-page .info-header[aria-busy="true"] .info-item-placeholder strong { color: var(--home-muted); }

.home-page .home-main { max-width: var(--home-shell); padding: 0; background: transparent; }
.home-section { padding-block: 86px; border-bottom: 1px solid var(--home-border); scroll-margin-top: 84px; }
.discovery-section { padding-block: 46px 64px; background: linear-gradient(180deg, rgba(85,183,232,.035), transparent 320px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h1, .section-heading h2, .reputation-copy h2, .platform-cta h2 { margin: 0; color: var(--home-text); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: clamp(1.8rem,3.1vw,2.65rem); font-weight: 650; letter-spacing: -.025em; line-height: 1.12; }
.discovery-section .section-heading h1 { font-size: clamp(2.25rem,4.3vw,3.65rem); letter-spacing: -.035em; }
.section-heading p:not(.eyebrow), .reputation-copy > p:not(.eyebrow), .platform-cta p:not(.eyebrow) { max-width: 720px; margin: 10px 0 0; color: var(--home-muted); line-height: 1.65; }
.text-link { flex: 0 0 auto; color: var(--home-accent); text-decoration: none; font-size: .88rem; font-weight: 750; }
.text-link:hover { text-decoration: underline; }

.discovery-card, .home-panel, .badge-framework, .platform-cta { border: 1px solid var(--home-border); background: var(--home-surface); box-shadow: var(--home-shadow); }
.discovery-card { border-radius: 18px; overflow: hidden; }
.home-page .filter-panel { margin: 0; padding: 18px; border-bottom: 1px solid var(--home-border); background: rgba(16,28,42,.72); }
.home-page .filters-row { display: grid; grid-template-columns: minmax(260px,1fr) 190px 210px; gap: 12px; }
.home-page .search-container { position: relative; margin: 0; }
.search-icon { position: absolute; top: 50%; left: 15px; width: 14px; height: 14px; border: 2px solid var(--home-muted); border-radius: 50%; transform: translateY(-58%); pointer-events: none; }
.search-icon::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 6px; height: 2px; background: var(--home-muted); transform: rotate(45deg); }
.home-page #search-bar, .home-page .custom-dropdown-selected { width: 100%; min-height: 44px; border: 1px solid var(--home-border); border-radius: 8px; background: var(--home-bg); color: var(--home-text); font: inherit; font-size: .88rem; }
.home-page #search-bar { max-width: none; padding: 10px 14px 10px 42px; }
.home-page #search-bar::placeholder { color: var(--home-muted); }
.home-page #search-bar:focus, .home-page .custom-dropdown-selected:focus, .home-page .custom-dropdown-selected:hover:not(:disabled) { border-color: var(--home-accent); box-shadow: 0 0 0 3px var(--home-accent-soft); outline: none; }
.home-page #search-bar:disabled { cursor: wait; opacity: .56; }
.home-page .custom-dropdown { position: relative; }
.home-page .custom-dropdown-selected { display: flex; appearance: none; align-items: center; gap: 9px; padding: 10px 13px; cursor: pointer; text-align: left; }
.home-page .custom-dropdown-selected:disabled { cursor: not-allowed; opacity: .56; }
.home-page .custom-dropdown-selected::after { content: ""; width: 7px; height: 7px; margin-left: auto; border-right: 1.5px solid var(--home-muted); border-bottom: 1.5px solid var(--home-muted); transform: rotate(45deg) translateY(-2px); }
.home-page .filter-icon, .home-page .chain-icon { width: 18px; height: 18px; margin: 0; object-fit: contain; }
.home-page .custom-dropdown-options { position: absolute; top: calc(100% + 7px); right: 0; z-index: 100; display: none; width: 100%; max-height: 240px; overflow-y: auto; border: 1px solid var(--home-border-strong); border-radius: 8px; background: var(--home-raised); box-shadow: var(--home-shadow); }
.home-page .custom-dropdown.open .custom-dropdown-options { display: block; }
.home-page .custom-dropdown-option { display: flex; min-height: 44px; align-items: center; gap: 9px; padding: 9px 12px; color: var(--home-text-soft); cursor: pointer; font-size: .86rem; }
.home-page .custom-dropdown-option:hover, .home-page .custom-dropdown-option.active { background: var(--home-accent-soft); color: var(--home-text); }

/* Dense desktop market table. */
.table-scroll { width: 100%; overflow-x: auto; }
.home-page .main-crypto-table { width: 100%; min-width: 1020px; margin: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; table-layout: fixed; }
.home-page .main-crypto-table th, .home-page .main-crypto-table td { border: 0; border-bottom: 1px solid var(--home-border); padding: 16px 14px; color: var(--home-text-soft); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: .87rem; font-variant-numeric: tabular-nums; letter-spacing: 0; text-align: right; white-space: nowrap; }
.home-page .main-crypto-table th { position: relative; padding-block: 12px; background: var(--home-surface); color: var(--home-muted); cursor: default; font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.home-page .main-crypto-table th[data-sortable="true"] { cursor: pointer; }
.home-page .main-crypto-table th:hover { background: var(--home-soft); color: var(--home-text); }
.home-page .table-sort-button { all: unset; box-sizing: border-box; display: flex; width: 100%; justify-content: flex-end; cursor: pointer; color: inherit; }
.home-page .main-crypto-table th:nth-child(2) .table-sort-button { justify-content: flex-start; }
.home-page .table-sort-button:focus-visible { border-radius: 3px; outline: 2px solid var(--home-accent); outline-offset: 3px; }
.home-page .main-crypto-table th:nth-child(1), .home-page .main-crypto-table td:nth-child(1) { width: 54px; text-align: center; }
.home-page .main-crypto-table th:nth-child(2), .home-page .main-crypto-table td:nth-child(2) { width: 230px; text-align: left; }
.home-page .main-crypto-table th:nth-child(3), .home-page .main-crypto-table td:nth-child(3) { width: 120px; }
.home-page .main-crypto-table th:nth-child(4), .home-page .main-crypto-table td:nth-child(4) { width: 120px; }
.home-page .main-crypto-table th:nth-child(5), .home-page .main-crypto-table td:nth-child(5),
.home-page .main-crypto-table th:nth-child(6), .home-page .main-crypto-table td:nth-child(6),
.home-page .main-crypto-table th:nth-child(7), .home-page .main-crypto-table td:nth-child(7) { width: 72px; }
.home-page .main-crypto-table th:nth-child(8), .home-page .main-crypto-table td:nth-child(8) { width: 110px; }
.home-page .main-crypto-table th:nth-child(9), .home-page .main-crypto-table td:nth-child(9) { width: 120px; }
.home-page .main-crypto-table tbody tr { background: transparent; transition: background-color 160ms ease; }
.home-page .main-crypto-table tbody tr:nth-child(even) { background: rgba(16,28,42,.35); }
.home-page .main-crypto-table tbody tr:hover { background: var(--home-accent-soft); }
.home-page .coin-link { display: flex; align-items: center; gap: 12px; color: var(--home-text); text-decoration: none; }
.home-page .coin-link:hover { color: var(--home-accent); text-decoration: none; }
.home-page .icon-wrapper { position: relative; display: inline-flex; flex: 0 0 auto; }
.home-page .project-icon-slot { display: inline-grid; width: 44px; height: 44px; min-width: 44px; min-height: 44px; flex: 0 0 auto; place-items: center; overflow: hidden; border-radius: 50%; }
.home-page .project-icon-slot > * { grid-area: 1 / 1; }
.home-page .coin-icon { width: 44px; height: 44px; margin: 0; border: 1px solid var(--home-border-strong); border-radius: 50%; background: var(--home-bg); object-fit: cover; }
.home-page .icon-fallback { display: inline-flex; align-items: center; justify-content: center; color: var(--home-text-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .72rem; font-weight: 800; }
.home-page .icon-pending { opacity: 0; }
.coin-fallback-icon, .table-icon-fallback { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--home-border-strong); border-radius: 50%; background: var(--home-soft); color: var(--home-text-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .72rem; font-weight: 800; }
.coin-fallback-icon { width: 44px; height: 44px; }
.project-copy { min-width: 0; }
.project-name-row { display: flex; align-items: baseline; gap: 7px; min-width: 0; }
.project-name { overflow: hidden; text-overflow: ellipsis; font-weight: 750; }
.project-ticker { color: var(--home-muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .76rem; font-weight: 700; }
.project-meta { display: flex; gap: 6px; margin-top: 5px; }
.project-chip { color: var(--home-muted); font-size: .67rem; font-weight: 650; }
.project-chip + .project-chip::before { content: "·"; margin-right: 6px; color: var(--home-border-strong); }
.change-value { display: inline-flex; min-width: 62px; justify-content: flex-end; font-weight: 750; }
.home-page .positive-change, .change-value.is-positive { color: var(--home-positive) !important; }
.home-page .negative-change, .change-value.is-negative { color: var(--home-negative) !important; }
.change-value.is-missing { color: var(--home-muted) !important; font-weight: 500; }

.table-footer-row { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 18px; background: rgba(16,28,42,.55); }
.discovery-listing-cta { display: inline-flex; margin-top: 10px; color: var(--silex-accent); font-size: .78rem; font-weight: 760; text-decoration: none; }
.discovery-listing-cta:hover { color: var(--silex-text); text-decoration: underline; text-underline-offset: 3px; }
.verification-note { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--home-muted); font-size: .76rem; line-height: 1.45; }
.verification-note img { width: 20px; height: 20px; flex: 0 0 auto; }
.home-page .pagination-container { flex: 0 0 auto; margin: 0; }
.home-page .pagination-container button { min-width: 44px; min-height: 44px; margin: 2px; border: 1px solid var(--home-border); border-radius: 7px; background: var(--home-bg); color: var(--home-text-soft); }
.home-page .pagination-container button:hover, .home-page .pagination-container .active { border-color: var(--home-accent); background: var(--home-accent-soft); color: var(--home-text); }

/* Community signals are secondary to discovery. */
.community-layout { display: grid; grid-template-columns: repeat(12,1fr); gap: 16px; }
.home-panel { min-width: 0; padding: 22px; border-radius: 12px; }
.trending-panel { grid-column: span 5; }
.market-pulse-panel { grid-column: span 7; }
.sentiment-panel { grid-column: span 5; }
.spotlight-panel { grid-column: span 7; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.panel-kicker { margin-bottom: 6px; color: var(--home-muted); font-size: .64rem; }
.panel-heading h3, .badge-heading h3 { margin: 0; color: var(--home-text); font-size: 1.15rem; letter-spacing: -.01em; }
.panel-icon { width: 30px; height: 30px; object-fit: contain; }
.reset-label, .sentiment-meta { color: var(--home-muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .69rem; }
.trending-meta { display:flex; justify-content:space-between; gap:12px; color:var(--home-muted); font-size:.72rem; }
.trending-meta a { color:var(--home-accent); }
.trending-explainer { margin: 8px 0 5px; color: var(--home-muted); font-size: .64rem; line-height: 1.45; }
.trending-explainer strong { color: var(--home-text-soft); }
.trending-momentum-detail { display:block; margin-top:2px; color:var(--home-muted); font-size:.65rem; line-height:1.4; white-space:normal; overflow-wrap:anywhere; }
.empty-state { margin: 26px 0; padding: 22px; border: 1px dashed var(--home-border-strong); border-radius: 8px; color: var(--home-muted); font-size: .86rem; line-height: 1.55; text-align: center; }
.top-community-wrapper { display: grid; grid-template-columns: 1fr; gap: 0; }
.home-page .top-community-wrapper table, .home-page .pulse-table table { width: 100%; margin: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.home-page .top-community-wrapper table:has(tbody:empty), .home-page .top-community-wrapper table + table:has(tbody:empty) { display: none; }
.home-page .top-community-wrapper th, .home-page .top-community-wrapper td, .home-page .pulse-table th, .home-page .pulse-table td { padding: 10px 8px; border: 0; border-bottom: 1px solid var(--home-border); background: transparent; color: var(--home-text-soft); font-family: "Segoe UI", Inter, system-ui, sans-serif; font-size: .79rem; letter-spacing: 0; white-space: normal; }
.home-page .top-community-wrapper th, .home-page .pulse-table th { color: var(--home-muted); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.home-page .top-community-wrapper tr:hover, .home-page .pulse-table tr:hover { background: var(--home-accent-soft); }
.home-page .top-community-wrapper a, .home-page .pulse-table a { color: var(--home-text); text-decoration: none; }
.home-page .top-community-wrapper .table-icon, .home-page .pulse-table .table-icon { width: 26px; height: 26px; margin-right: 7px; border-radius: 50%; object-fit: cover; vertical-align: middle; }
.pulse-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pulse-table h4 { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--home-text-soft); font-size: .82rem; }
.pulse-table h4 img { width: 20px; height: 20px; object-fit: contain; }
.panel-copy { margin: -4px 0 22px; color: var(--home-muted); font-size: .86rem; line-height: 1.55; }

.home-page #comVotes .sentiment-bar { display: flex; height: 10px; margin: 0 0 12px; overflow: hidden; border-radius: 999px; background: var(--home-soft); }
.home-page #comVotes .positive-bar, .home-page #comVotes .negative-bar { min-width: 0; color: transparent; font-size: 0; transition: width 220ms ease; }
.home-page #comVotes .positive-bar { background: var(--home-positive); }
.home-page #comVotes .negative-bar { background: var(--home-negative); }
.sentiment-meta { display: flex; justify-content: space-between; gap: 12px; }
.sentiment-results { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 10px; color: var(--home-muted); font-size: .72rem; }
.sentiment-results strong { color: var(--home-text); font-variant-numeric: tabular-nums; }
.home-page #reset-timer { margin: 0 0 0 auto; color: var(--home-muted); font-size: inherit; }
.home-page #comVotes .vote-buttons { justify-content: flex-start; gap: 10px; margin-top: 28px; }
.home-page #comVotes .vote-buttons button { display: inline-flex; width: 48px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--home-border); border-radius: 8px; background: var(--home-bg); }
.home-page #comVotes .vote-buttons button:hover:not(:disabled) { border-color: var(--home-accent); background: var(--home-accent-soft); }
.home-page #comVotes .vote-buttons button:disabled { cursor: not-allowed; opacity: .45; }
.home-page #comVotes .vote-buttons img { width: 26px; height: 26px; border: 0; transition: none; }
.home-page #comVotes .vote-buttons img:hover, .home-page #comVotes .vote-buttons img:active { transform: none; opacity: 1; }
.home-page .spotlight-container { width: 100%; height: auto; aspect-ratio: 16/6; margin: 0; border: 1px solid var(--home-border); border-radius: 8px; background: var(--home-bg); }
.home-page .spotlight-item { background: transparent; }
.home-page .spotlight-item img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-pause { min-height: 44px; margin-top: 10px; border: 1px solid var(--home-border); border-radius: 6px; background: transparent; color: var(--home-muted); cursor: pointer; font: inherit; font-size: .72rem; }
.spotlight-pause:hover, .spotlight-pause:focus-visible { border-color: var(--home-accent); color: var(--home-text); outline: none; }

/* Reputation framework — labels explain the system, not project awards. */
.reputation-section { display: block; }
.reputation-copy { max-width: 760px; }
.verification-callout { display: flex; gap: 14px; align-items: center; margin-top: 28px; padding: 16px; border-left: 2px solid var(--home-accent); background: var(--home-accent-soft); }
.verification-callout img { width: 36px; height: 36px; object-fit: contain; }
.verification-callout strong, .verification-callout span { display: block; }
.verification-callout strong { color: var(--home-text); font-size: .9rem; }
.verification-callout span { margin-top: 3px; color: var(--home-muted); font-size: .76rem; line-height: 1.45; }
.badge-framework { padding: 22px; border-radius: 12px; }
.badge-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.badge-heading p { max-width: 280px; margin: 0; color: var(--home-muted); font-size: .74rem; line-height: 1.45; text-align: right; }
.badge-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.badge-item { display: flex; min-height: 74px; align-items: center; gap: 11px; padding: 11px; border: 1px solid var(--home-border); border-radius: 8px; background: var(--home-bg); }
.badge-item img { width: 42px; height: 42px; object-fit: contain; }
.badge-item span { color: var(--home-text-soft); font-size: .78rem; font-weight: 750; }
.status-model-grid { display: grid; gap: 10px; }
.status-model-item { display: grid; grid-template-columns: minmax(145px, auto) 1fr; gap: 18px; align-items: start; padding: 16px; border: 1px solid var(--home-border); border-radius: 8px; background: var(--home-bg); }
.status-model-item strong { display: block; color: var(--home-text); font-size: .86rem; }
.status-model-item p { margin: 5px 0 0; color: var(--home-muted); font-size: .76rem; line-height: 1.5; }

.platform-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-block: 86px; padding: 34px; border-radius: 12px; box-shadow: none; }
.platform-cta h2 { font-size: clamp(1.5rem,2.5vw,2.1rem); }
.platform-actions { flex: 0 0 auto; margin-top: 0; }

.home-page #footer { margin-top: 0; border-top: 1px solid var(--home-border); background: #060b12; box-shadow: none; color: var(--home-text-soft); font-family: "Segoe UI", Inter, system-ui, sans-serif; letter-spacing: 0; }
.home-page #footer .footer-container, .home-page #footer .footer-disclaimer, .home-page #footer .footer-bottom { width: min(100%,var(--home-shell)); margin-inline: auto; }
.home-page #footer .footer-container { display: grid; grid-template-columns: 1.35fr repeat(4,minmax(0,1fr)); }
.home-page #footer .footer-section { min-width: 0; }
.home-page #footer .footer-section:last-child { display: block; }
.home-page #footer .footer-section h2, .home-page #footer .footer-section h3 { border-color: var(--home-border-strong); color: var(--home-text); }
.home-page #footer .footer-section a { color: var(--home-text-soft); }
.home-page #footer .footer-section a:hover { color: var(--home-accent); }
.home-page #footer .footer-section ul li a img { opacity: .72; filter: grayscale(1) brightness(1.8); }
.home-page #footer .footer-disclaimer { text-align: left; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: minmax(0,1fr) 330px; gap: 44px; }
  .community-layout { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .trending-panel, .market-pulse-panel, .sentiment-panel, .spotlight-panel { grid-column: span 1; }
  .market-pulse-panel { grid-row: span 2; }
  .pulse-grid { grid-template-columns: 1fr; }
  .reputation-section { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 820px) {
  .home-shell, .home-main { width: min(calc(100% - 28px),var(--home-shell)); }
  .home-page #header { min-height: 66px; padding-inline: 14px; }
  .home-page #header .header-silex-logo { width: 42px; height: 42px; }
  .hero-layout { grid-template-columns: 1fr; gap: 38px; padding-block: 48px 36px; }
  .pillar-list { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--home-border); border-radius: 12px; }
  .pillar-item { grid-template-columns: 1fr; padding: 16px; border-right: 1px solid var(--home-border); border-bottom: 0; }
  .pillar-item:last-child { border-right: 0; }
  .home-page .info-header { grid-template-columns: 1fr 1fr; }
  .home-page .info-header .info-item { border-top: 1px solid var(--home-border); }
  .home-page .info-header .info-item:nth-child(-n+2) { border-top: 0; }
  .home-page .info-header .info-item:nth-child(even) { border-right: 0; }
  .home-page .info-header .info-item:last-child { grid-column: 1/-1; border-right: 0; }
  .home-page .filters-row { grid-template-columns: 1fr 1fr; }
  .home-page .search-container { grid-column: 1/-1; }
  .section-heading { flex-direction: column; align-items: flex-start; }
  .home-section { padding-block: 68px; }
  .discovery-section { padding-block: 38px 54px; }
  .community-layout { grid-template-columns: 1fr; }
  .market-pulse-panel { grid-row: auto; }
  .pulse-grid { grid-template-columns: 1fr 1fr; }
  .platform-cta { flex-direction: column; align-items: flex-start; }
  .home-page #footer .footer-container { grid-template-columns: 1fr 1fr; }
}

/* Deliberate mobile project cards, with no page-level horizontal overflow. */
@media (max-width: 620px) {
  .hero-layout { gap: 24px; padding-block: 34px 24px; }
  .hero-copy h2 { font-size: clamp(1.75rem,8vw,2.25rem); }
  .hero-summary { font-size: .98rem; }
  .hero-footnote { display: none; }
  .hero-actions, .platform-actions { width: 100%; }
  .hero-actions .button, .platform-actions .button { flex: 1 1 100%; }
  .pillar-list { grid-template-columns: repeat(3,1fr); }
  .pillar-item { display: block; padding: 12px 8px; border-right: 1px solid var(--home-border); border-bottom: 0; text-align: center; }
  .pillar-item:last-child { border-right: 0; }
  .pillar-index, .pillar-item p { display: none; }
  .pillar-item h3 { margin: 0; font-size: .76rem; }
  .discovery-section { padding-block: 32px 46px; }
  .home-page .filters-row { grid-template-columns: 1fr; }
  .home-page .search-container { grid-column: auto; }
  .table-scroll { overflow: visible; }
  .home-page .main-crypto-table { display: block; min-width: 0; padding: 12px; }
  .home-page .main-crypto-table thead { display: none; }
  .home-page .main-crypto-table tbody { display: grid; gap: 11px; }
  .home-page .main-crypto-table tbody tr, .home-page .main-crypto-table tbody tr:nth-child(even) { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); overflow: hidden; border: 1px solid var(--home-border); border-radius: 12px; background: var(--home-raised); }
  .home-page .main-crypto-table tbody tr:hover { background: var(--home-raised); }
  .home-page .main-crypto-table td, .home-page .main-crypto-table td:nth-child(n) { display: flex; width: auto; min-width: 0; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--home-border); color: var(--home-text); font-size: .8rem; text-align: right; white-space: normal; }
  .home-page .main-crypto-table td::before { content: attr(data-label); color: var(--home-muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .home-page .main-crypto-table td:first-child { position: absolute; top: 10px; right: 10px; z-index: 2; display: inline-flex; width: 28px; height: 28px; justify-content: center; padding: 0; border: 1px solid var(--home-border); border-radius: 50%; background: var(--home-bg); color: var(--home-muted); }
  .home-page .main-crypto-table td:first-child::before, .home-page .main-crypto-table td:nth-child(2)::before { display: none; }
  .home-page .main-crypto-table td:nth-child(2) { grid-column: 1/-1; min-height: 74px; padding-right: 50px; }
  .home-page .main-crypto-table td:nth-child(3), .home-page .main-crypto-table td:nth-child(9) { grid-column: 1/-1; }
  .home-page .main-crypto-table td:last-child { border-bottom: 0; }
  .home-page .main-crypto-table tbody tr.empty-row { display: block; }
  .home-page .main-crypto-table tbody tr.empty-row td:first-child { position: static; display: block; width: auto; height: auto; padding: 28px 16px; border: 0; border-radius: 0; background: transparent; color: var(--home-muted); text-align: center; }
.home-page .coin-link { width: 100%; }
  .change-value { min-width: 0; }
  .table-footer-row { flex-direction: column; align-items: flex-start; }
  .pulse-grid, .badge-grid { grid-template-columns: 1fr; }
  .home-panel, .badge-framework, .platform-cta { padding: 18px; }
  .home-page .spotlight-container { aspect-ratio: 3/2; }
  .badge-heading { flex-direction: column; align-items: flex-start; }
  .badge-heading p { text-align: left; }
  .platform-cta { margin-block: 68px; }
  .status-model-item { grid-template-columns: 1fr; }
  .home-page #footer .footer-container { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Live-intelligence hierarchy: sticky Pulse, then a compact multi-panel rail. */
.home-page .discovery-filter-panel { margin-bottom: 16px; border: 1px solid var(--home-border); border-radius: 12px; }
.market-pulse-bar { position: sticky; top: 72px; z-index: 1100; overflow: hidden; border-bottom: 1px solid var(--home-border); background: rgba(8, 17, 27, .96); box-shadow: 0 10px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.market-pulse-shell { width: min(calc(100% - 40px), var(--home-shell)); min-height: 62px; margin-inline: auto; }
.market-pulse-scroll { min-width: 0; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--home-border-strong) transparent; }
.home-page .market-pulse-bar .info-header { display: grid; min-width: 560px; min-height: 62px; grid-template-columns: repeat(4, minmax(130px, 1fr)); align-items: stretch; margin: 0; border: 0; border-radius: 0; background: transparent; overflow: visible; }
.home-page .market-pulse-bar .info-item { display: flex; min-height: 62px; justify-content: center; flex-direction: column; padding: 9px 14px; border: 0; border-right: 1px solid var(--home-border); text-align: left; }
.home-page .market-pulse-bar .info-item:nth-child(n) { grid-column: auto; border-top: 0; }
.home-page .market-pulse-bar .info-item:last-child { border-right: 0; }
.home-page .market-pulse-bar .info-item span { margin-bottom: 4px; font-size: .57rem; }
.home-page .market-pulse-bar .info-item strong { font-size: .79rem; white-space: nowrap; }
.home-page .market-pulse-bar .cronos-logo { width: 15px; height: 15px; }
.home-page .home-section { scroll-margin-top: 148px; }

.intelligence-rail-section { overflow: hidden; margin-bottom: 16px; }
.intelligence-rail { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.intelligence-rail > .home-panel { grid-column: auto; min-height: 366px; padding: 18px; }
.intelligence-rail > :is(.community-week-panel,.community-all-time-panel,.biggest-gainers-panel) { grid-column: span 2; }
.intelligence-rail > :is(.trending-panel,.sentiment-panel) { grid-column: span 3; }
.intelligence-rail .panel-heading { margin-bottom: 13px; }
.intelligence-rail .panel-heading h2 { margin: 0; color: var(--home-text); font-size: 1.06rem; letter-spacing: -.01em; }
.intelligence-rail .panel-copy { min-height: 42px; margin: -2px 0 11px; font-size: .76rem; line-height: 1.45; }
.intelligence-rail .trending-meta { margin-bottom: 7px; font-size: .65rem; }
.intelligence-rail .top-community-wrapper th,
.intelligence-rail .top-community-wrapper td,
.intelligence-rail .pulse-table th,
.intelligence-rail .pulse-table td { padding: 8px 6px; font-size: .72rem; }
.intelligence-rail .top-community-wrapper th,
.intelligence-rail .pulse-table th { font-size: .56rem; }
.intelligence-rail .top-community-wrapper .table-icon,
.intelligence-rail .pulse-table .table-icon { width: 23px; height: 23px; margin-right: 5px; }
.intelligence-rail .pulse-token-icon { display: inline-grid; width: 23px; height: 23px; min-width: 23px; min-height: 23px; flex: 0 0 auto; overflow: hidden; border-radius: 50%; }
.intelligence-rail .pulse-token-icon .table-icon { width: 100%; height: 100%; min-width: 100%; min-height: 100%; margin: 0; }
.intelligence-rail .empty-state { margin-block: 18px 0; }
.biggest-gainers-panel .pulse-table td:first-child { width: 52%; }
.biggest-gainers-panel .pulse-table td:nth-child(n+2),
.biggest-gainers-panel .pulse-table th:nth-child(n+2),
.community-ranking-table td:nth-child(n+2),
.community-ranking-table th:nth-child(n+2) { text-align: right; white-space: nowrap; }
.community-ranking-panel .panel-copy { min-height: 0; margin: -4px 0 8px; color: var(--home-muted); }
.community-ranking-panel .coin-link { display: inline-flex; min-width: 0; align-items: center; gap: 6px; }
.community-ranking-panel .coin-link > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.intelligence-rail .sentiment-panel .silex-state { margin-top: 10px; padding: 9px 0; border: 0; background: transparent; font-size: .7rem; }
.intelligence-rail .sentiment-panel .vote-buttons { margin-top: 12px !important; }
.intelligence-rail .sentiment-panel .sentiment-disclaimer { margin-top: 12px; padding-top: 10px; }
.sentiment-disclaimer { margin: 20px 0 0; padding-top: 14px; border-top: 1px solid var(--home-border); color: var(--home-muted); font-size: .66rem; line-height: 1.45; }
.intelligence-swipe-hint { display: none; }
.home-page .why-silex-section { width: 100vw; margin-inline: calc(50% - 50vw); padding-inline: max(20px, calc((100vw - var(--home-shell)) / 2)); }

/* First-party native sponsorships reserve no space until valid content exists. */
.sponsorship-slot[hidden] { display: none !important; }
.sponsorship-slot:not([hidden]) { margin-block: 22px; }
.silex-sponsor-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 17px 18px; border: 1px solid var(--home-border); border-radius: 12px; background: linear-gradient(100deg, rgba(85,183,232,.075), rgba(12,21,32,.88)); box-shadow: none; }
.silex-sponsor-image { width: 58px; height: 58px; border: 1px solid var(--home-border); border-radius: 10px; background: var(--home-bg); object-fit: contain; }
.silex-sponsor-copy { min-width: 0; }
.silex-sponsor-label { display: block; margin-bottom: 4px; color: var(--home-accent); font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.silex-sponsor-copy strong { display: block; color: var(--home-text); font-size: .98rem; }
.silex-sponsor-copy p { margin: 4px 0 0; color: var(--home-text-soft); font-size: .78rem; line-height: 1.5; }
.silex-sponsor-cta { min-width: 110px; }
.silex-sponsor-transparency { grid-column: 2 / -1; margin: -8px 0 0; color: var(--home-muted); font-size: .66rem; line-height: 1.45; }

@media (max-width: 1024px) {
  .market-pulse-shell { width: min(calc(100% - 28px), var(--home-shell)); }
  .home-page .market-pulse-bar .info-header { min-width: 540px; }
  .intelligence-rail { gap: 10px; }
  .intelligence-rail > .home-panel { padding: 15px; }
  .intelligence-rail .panel-icon { width: 25px; height: 25px; }
}

@media (max-width: 760px) {
  .market-pulse-bar { top: 66px; }
  .market-pulse-shell { width: 100%; min-height: 58px; padding-inline: 12px; }
  .home-page .market-pulse-bar .info-header { min-width: 532px; min-height: 58px; grid-template-columns: repeat(4, 133px); }
  .home-page .market-pulse-bar .info-item { min-height: 58px; padding: 8px 10px; }
  .home-page .market-pulse-bar .info-item span { font-size: .52rem; }
  .home-page .market-pulse-bar .info-item strong { font-size: .72rem; }
  .home-page .home-section { scroll-margin-top: 132px; }

  .intelligence-swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: 7px; margin: 0 2px 8px; color: var(--home-muted); font-size: .65rem; }
  .intelligence-swipe-hint span { color: var(--home-accent); font-size: .9rem; }
  .intelligence-rail { display: flex; width: 100%; gap: 12px; padding: 1px 12px 10px 1px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 1px 12px; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: var(--home-border-strong) transparent; }
  .intelligence-rail > .home-panel { width: min(88vw, 356px); min-width: min(88vw, 356px); min-height: 374px; scroll-snap-align: start; scroll-snap-stop: always; }
  .intelligence-rail caption.sr-only { position: fixed !important; top: 0 !important; left: 0 !important; }
  .home-page .why-silex-section { width: calc(100% + 28px); margin-inline: -14px; padding-inline: 14px; }
}

@media (max-width: 520px) {
  .silex-sponsor-card { grid-template-columns: auto minmax(0, 1fr); gap: 13px; padding: 14px; }
  .silex-sponsor-image { width: 48px; height: 48px; }
  .silex-sponsor-cta { grid-column: 1 / -1; width: 100%; }
  .silex-sponsor-transparency { grid-column: 1 / -1; margin-top: 0; }
}

/* Site-wide polish pass: product-first hierarchy, compact intelligence, and wider data layout. */
.home-page #header { min-height: 68px; padding-block: 6px; }
.home-page #header .header-silex-logo { width: 44px; height: 44px; }
.market-pulse-bar { top: 68px; }
.home-page .home-section { scroll-margin-top: 138px; }

.home-hero { border-bottom: 1px solid var(--home-border); }
.hero-layout { min-height: 430px; padding-block: 54px; }
.hero-copy :is(h1, h2) { max-width: 820px; margin: 0; color: var(--home-text); font-size: clamp(2.55rem, 5vw, 4.5rem); font-weight: 650; letter-spacing: -.045em; line-height: .98; }
.pillar-item :is(h2, h3) { margin: 0 0 5px; color: var(--home-text); font-size: 1rem; letter-spacing: .01em; }

.intelligence-preview-section { padding-block: 26px 20px; border-bottom: 1px solid var(--home-border); background: rgba(8, 17, 27, .76); }
.intelligence-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.intelligence-heading .eyebrow { margin-bottom: 6px; }
.intelligence-heading :is(h1, h2) { margin: 0; color: var(--home-text); font-size: clamp(1.3rem, 2vw, 1.65rem); letter-spacing: -.02em; }
.intelligence-heading > p { max-width: 380px; margin: 0; color: var(--home-muted); font-size: .78rem; text-align: right; }
.intelligence-rail-section { margin: 0; overflow: visible; }
.intelligence-rail { gap: 14px; align-items: stretch; }
.intelligence-rail > .home-panel { display: flex; height: 100%; min-height: 292px; flex-direction: column; padding: 16px; border-radius: 14px; box-shadow: 0 10px 28px rgba(0, 0, 0, .13); }
.intelligence-rail .panel-heading { min-height: 28px; align-items: center; margin-bottom: 10px; }
.intelligence-rail .panel-heading h3 { margin: 0; color: var(--home-text); font-size: 1.02rem; letter-spacing: -.015em; }
.intelligence-rail .panel-icon { width: 24px; height: 24px; opacity: .9; }
.intelligence-rail .panel-copy { min-height: 34px; margin: -2px 0 7px; line-height: 1.35; }
.intelligence-rail .empty-state { margin-block: 10px 0; }

.trending-rank { color: var(--home-text); font-weight: 780; }
.trending-status { color: var(--home-text-soft); font-weight: 700; }

.panel-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 9px; border-top: 1px solid var(--home-border); }
.panel-footer > a, .panel-info > summary, .sentiment-details > summary { color: var(--home-accent); cursor: pointer; font-size: .68rem; font-weight: 750; text-decoration: none; }
.panel-info { position: relative; }
.panel-info > summary, .sentiment-details > summary { list-style: none; }
.panel-info > summary::-webkit-details-marker, .sentiment-details > summary::-webkit-details-marker { display: none; }
.panel-info > div { position: absolute; z-index: 20; bottom: calc(100% + 8px); left: 0; display: grid; width: min(300px, calc(100vw - 48px)); gap: 5px; padding: 12px; border: 1px solid var(--home-border-strong); border-radius: 9px; background: #07101a; box-shadow: var(--home-shadow); color: var(--home-muted); font-size: .66rem; line-height: 1.45; }
.panel-info:not([open]) > div { display: none; }
.trending-panel .pulse-table, .biggest-gainers-panel .pulse-table { flex: 1; }
.intelligence-rail .pulse-table table { table-layout: auto; }
.intelligence-rail .pulse-table th, .intelligence-rail .pulse-table td { height: 42px; padding: 5px 7px; }
.trending-panel .pulse-table td:first-child, .biggest-gainers-panel .pulse-table td:first-child { width: 52%; }
.trending-panel .pulse-table td:nth-child(n+2),
.trending-panel .pulse-table th:nth-child(n+2),
.biggest-gainers-panel .pulse-table td:nth-child(n+2),
.biggest-gainers-panel .pulse-table th:nth-child(n+2) { text-align: right; white-space: nowrap; }

.intelligence-rail .sentiment-panel #comVotes { min-height: 0; }
.intelligence-rail .sentiment-panel .sentiment-bar { margin-top: 6px !important; }
.intelligence-rail .sentiment-panel .silex-state { margin-top: 8px; padding-block: 6px; }
.intelligence-rail .sentiment-panel .vote-buttons { margin-top: 8px !important; }
.sentiment-details { margin-top: auto; padding-top: 9px; border-top: 1px solid var(--home-border); }
.sentiment-details p { margin: 9px 0 0; color: var(--home-muted); font-size: .66rem; line-height: 1.45; }

.discovery-section { padding-block: 52px 70px; }
.discovery-section .section-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.home-page .discovery-filter-panel { margin-bottom: 12px; }
.home-page .main-crypto-table { min-width: 1080px; table-layout: auto; }
.home-page .main-crypto-table th, .home-page .main-crypto-table td { padding-inline: 16px; }
.home-page .main-crypto-table th:nth-child(2), .home-page .main-crypto-table td:nth-child(2) { width: 270px; }
.home-page .main-crypto-table tbody tr:focus-within { background: var(--home-accent-soft); }
.mobile-row-toggle { display: none; }

@media (max-width: 1024px) {
  .hero-layout { min-height: 390px; }
  .intelligence-rail > .home-panel { min-height: 300px; padding: 14px; }
  .trending-status { font-size: .9rem; }
  .home-page .main-crypto-table { min-width: 960px; }
}

@media (max-width: 820px) {
  .home-page #header { min-height: 64px; padding-block: 6px; }
  .home-page #header .header-silex-logo { width: 40px; height: 40px; }
  .market-pulse-bar { top: 64px; }
  .home-page .home-section { scroll-margin-top: 128px; }
  .home-shell, .home-main { width: min(calc(100% - 24px), var(--home-shell)); }
  .hero-layout { min-height: 0; padding-block: 40px 34px; }
  .hero-copy :is(h1, h2) { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .intelligence-preview-section { padding-block: 22px; }
  .intelligence-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .intelligence-heading > p { text-align: left; }
  .intelligence-rail { display: flex; width: 100%; gap: 12px; padding: 1px 12px 10px 1px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 1px 12px; scroll-snap-type: inline mandatory; }
  .intelligence-rail > .home-panel { width: min(88vw, 356px); min-width: min(88vw, 356px); min-height: 300px; padding: 14px; scroll-snap-align: start; scroll-snap-stop: always; }
  .panel-info > div { bottom: auto; top: calc(100% + 8px); }
  .trending-panel .pulse-table th, .trending-panel .pulse-table td,
  .biggest-gainers-panel .pulse-table th, .biggest-gainers-panel .pulse-table td { height: 40px; }
  .discovery-section { padding-block: 42px 54px; }
}

@media (max-width: 620px) {
  .home-page .filter-panel { padding: 12px; }
  .home-page .discovery-card { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .home-page .discovery-card > .silex-state { margin-bottom: 10px; border: 1px solid var(--home-border); border-radius: 10px; }
  .home-page .main-crypto-table { min-width: 0; padding: 0; }
  .home-page .main-crypto-table tbody { gap: 10px; }
  .home-page .main-crypto-table tbody tr, .home-page .main-crypto-table tbody tr:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-radius: 12px; }
  .home-page .main-crypto-table td:first-child { display: none; }
  .home-page .main-crypto-table td:nth-child(2) { position: relative; grid-column: 1 / -1; grid-row: 1; min-height: 68px; padding: 10px 58px 10px 12px; }
  .home-page .main-crypto-table td:nth-child(3) { grid-column: 1; grid-row: 2; }
  .home-page .main-crypto-table td:nth-child(7) { grid-column: 2; grid-row: 2; }
  .home-page .main-crypto-table td:nth-child(4) { grid-column: 1 / -1; grid-row: 3; }
  .home-page .main-crypto-table td:nth-child(5) { grid-column: 1 / -1; grid-row: 4; }
  .home-page .main-crypto-table td:nth-child(6) { grid-column: 1 / -1; grid-row: 5; }
  .home-page .main-crypto-table td:nth-child(8) { grid-column: 1 / -1; grid-row: 6; }
  .home-page .main-crypto-table td:nth-child(9) { grid-column: 1 / -1; grid-row: 7; }
  .home-page .main-crypto-table td:nth-child(4),
  .home-page .main-crypto-table td:nth-child(5),
  .home-page .main-crypto-table td:nth-child(6),
  .home-page .main-crypto-table td:nth-child(8),
  .home-page .main-crypto-table td:nth-child(9) { display: none; }
  .home-page .main-crypto-table tr.mobile-expanded td:nth-child(4),
  .home-page .main-crypto-table tr.mobile-expanded td:nth-child(5),
  .home-page .main-crypto-table tr.mobile-expanded td:nth-child(6),
  .home-page .main-crypto-table tr.mobile-expanded td:nth-child(8),
  .home-page .main-crypto-table tr.mobile-expanded td:nth-child(9) { display: flex; }
  .home-page .main-crypto-table td:nth-child(3), .home-page .main-crypto-table td:nth-child(7) { min-height: 58px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; text-align: left; }
  .home-page .main-crypto-table td:nth-child(3)::before, .home-page .main-crypto-table td:nth-child(7)::before { display: block; }
  .mobile-row-toggle { position: absolute; top: 12px; right: 10px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--home-border); border-radius: 9px; background: var(--home-bg); color: var(--home-text-soft); cursor: pointer; }
  .mobile-row-toggle span { font-size: 1.2rem; transition: transform 150ms ease; }
  .mobile-row-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
  .table-footer-row { padding: 16px; border: 1px solid var(--home-border); border-radius: 12px; background: var(--home-surface); }
}

@media (max-width: 430px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .pillar-item :is(h2, h3) { font-size: .76rem; }
  .intelligence-heading > p { display: none; }
  .project-meta { flex-wrap: wrap; }
}
