* { box-sizing: border-box; }
html { overflow-x: hidden; }
body, .site { overflow-x: hidden; max-width: 100%; }
.site-main { max-width: 100%; overflow-x: hidden; min-width: 0; display: flex; flex-direction: column; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pricePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.85; } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
:root {
    --color-bg: #f0f7ff;
    --color-bg-soft: #fff;
    --color-surface: #fff;
    --color-border: rgba(0,0,0,0.08);
    --color-text: #0c1222;
    --color-muted: #4b6a8a;
    --color-accent: #0ea5e9;
    --color-accent-accessible: #0369a1;
    --color-accent-soft: rgba(14, 165, 233, 0.14);
    --color-accent-2: #38bdf8;
    --color-up: #0d7d2e;
    --color-down: #c62828;
    --width-inner: min(100% - 2rem, 1120px);
    --width-wide: min(100% - 2rem, 1400px);
    --space: 2rem;
    --space-lg: 4rem;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 20px;
    --radius-xl: 24px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.04);
    --shadow-md: 0 8px 24px rgba(0,0,0,0.06);
    --shadow-lg: 0 16px 48px rgba(0,0,0,0.08);
    --shadow-glow: 0 0 40px rgba(14, 165, 233, 0.12);
}
/* Dark mode */
.site.theme-dark {
    --color-bg: #0f172a;
    --color-bg-soft: #1e293b;
    --color-surface: #1e293b;
    --color-border: rgba(255,255,255,0.1);
    --color-text: #f1f5f9;
    --color-muted: #94a3b8;
    --color-accent: #38bdf8;
    --color-accent-soft: rgba(56, 189, 248, 0.2);
    --color-accent-2: #7dd3fc;
    --color-up: #22c55e;
    --color-down: #ef4444;
}
.site.theme-dark .site-header .site-header__logo .site-header__name { color: var(--color-accent) !important; }
.site.theme-dark .site-header__price { color: var(--color-accent); }
.site.theme-dark .site-header {
    background: rgba(37, 37, 50, 0.95);
    border-bottom-color: var(--color-border);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 2px 12px rgba(0,0,0,0.3);
}
.site.theme-dark .hero__stat:hover,
.site.theme-dark .metric-card:hover { background: rgba(255,255,255,0.06); }
.site.theme-dark .chart-wrap,
.site.theme-dark .metric-card,
.site.theme-dark .tool-card,
.site.theme-dark .why-card,
.site.theme-dark .fact-card,
.site.theme-dark .resource-card {
    background: var(--color-surface);
    border-color: var(--color-border);
}
.site.theme-dark .chart-wrap { background: #1e1e2a; }
.site.theme-dark .site-footer {
    background: linear-gradient(180deg, #22222e 0%, #1a1a24 100%);
    border-top-color: var(--color-border);
    box-shadow: 0 -1px 0 rgba(255,255,255,0.06) inset, 0 -4px 20px rgba(0,0,0,0.2);
}
.site.theme-dark .section--full { background: var(--color-surface); }
.site.theme-dark .section--full:nth-child(even) { background: var(--color-bg-soft); }
.site.theme-dark .hero {
    background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(14, 165, 233, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 80% 50% at 80% 50%, rgba(56, 189, 248, 0.08) 0%, transparent 50%),
        linear-gradient(165deg, #1e1e2a 0%, #252532 50%, #1a1a24 100%);
}
.site.theme-dark .hero::before { background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.03) 40%, transparent 70%); opacity: 0.8; }
.site.theme-dark .hero__stat { background: rgba(255,255,255,0.04); border-color: var(--color-border); }
.site.theme-dark .hero__stat:hover { background: rgba(255,255,255,0.08); }
.site.theme-dark .chart-wrap { background: #1e1e2a; box-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.site.theme-dark .chart-tf button { background: var(--color-surface); color: var(--color-muted); border-color: var(--color-border); }
.site.theme-dark .chart-tf button:hover { background: var(--color-accent-soft); color: var(--color-accent); }
.site.theme-dark .chart-tf button.active { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }
.site.theme-dark .analysis-card__tooltip { background: var(--color-surface); border-color: var(--color-border); }
.site.theme-dark .cta-section { background: linear-gradient(165deg, rgba(14, 165, 233, 0.12) 0%, transparent 50%); }
.site.theme-dark .liq-table { background: var(--color-surface); box-shadow: 0 2px 12px rgba(0,0,0,0.2); }
.site.theme-dark .liq-table thead { background: rgba(56, 189, 248, 0.15); }
.site.theme-dark .liq-table tbody tr:hover { background: rgba(255,255,255,0.04); }
.site.theme-dark .faq__item:hover { background: rgba(255,255,255,0.04); }
.site.theme-dark .btn-icon { background: var(--color-surface); border-color: var(--color-border); color: var(--color-text); }
.site.theme-dark .btn-icon:hover { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }
.site.theme-dark .news-article__date { color: var(--color-muted); }
.site.theme-dark .news-article a { color: var(--color-accent); }
.site.theme-dark .btn--primary { background: var(--color-accent) !important; }
.site.theme-dark .btn--primary:hover { background: var(--color-accent-2) !important; }
.site.theme-dark .alerts-panel, .site.theme-dark .range-bar-wrap { background: var(--color-bg-soft); border-color: var(--color-border); }
.site.theme-dark .alerts-panel input[type="number"] { background: var(--color-surface); color: var(--color-text); border-color: var(--color-border); }
.site.theme-dark .game-widget__choice, .site.theme-dark .game-widget__choice-label { color: var(--color-text); }
.site.theme-dark .game-widget__choice-icon iconify-icon { color: var(--color-accent); }
.site.theme-dark .game-widget__countdown, .site.theme-dark .game-widget__live, .site.theme-dark .game-widget__result { background: var(--color-surface); border-color: var(--color-border); }
.site.theme-dark .game-widget__progress-wrap { background: var(--color-border); }
.site.theme-dark .game-widget__play-again:hover { background: rgba(255,255,255,0.15); }
.site.theme-dark .game-widget { box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.06) inset; }
.site.theme-dark .game-widget__choice { background: var(--color-surface); }
@media (max-width: 768px) {
    .site.theme-dark .site-header__nav { background: var(--color-surface); box-shadow: -4px 0 24px rgba(0,0,0,0.4); }
    .site.theme-dark .site-header__nav a { color: var(--color-muted); }
    .site.theme-dark .site-header__nav a:hover { background: rgba(255,255,255,0.06); color: var(--color-accent); }
}
.site.theme-dark .trust-strip { background: var(--color-bg-soft); border-color: var(--color-border); }
.site.theme-dark .metrics-section .section--full { background: var(--color-bg-soft); }

body {
    margin: 0;
    font-family: 'Outfit', system-ui, sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
    min-height: 100vh;
    line-height: 1.6;
    font-size: 1.0625rem;
    -webkit-font-smoothing: antialiased;
}

.site { display: flex; flex-direction: column; min-height: 100vh; }
.site-main { flex: 1; display: flex; flex-direction: column; }
.site-main > .hero { order: -1; }
.site-main > .trust-strip { order: 0; }
.site-main > section[data-widget] { flex: 0 0 auto; }

iconify-icon {
    display: inline-flex;
    vertical-align: middle;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    width: 100%;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset, 0 2px 12px rgba(0,0,0,0.04);
    animation: fadeIn 0.4s ease-out;
}
/* Offset content so it doesn't sit under fixed header */
.site { padding-top: 80px; }
@media (max-width: 768px) { .site { padding-top: 68px; } }

.site-header__inner {
    max-width: var(--width-wide);
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

.site-header__menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: var(--color-accent-soft);
    color: var(--color-accent);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.site-header__menu-btn:hover {
    background: var(--color-accent);
    color: #fff;
}
.site-header__menu-btn iconify-icon { font-size: 1.5rem; }
.site-header__menu-btn[aria-expanded="true"] iconify-icon { font-size: 1.25rem; }
.site-header__menu-btn[aria-expanded="true"]::before { content: ''; position: absolute; inset: 0; }

.site-header__brand { display: flex; align-items: center; gap: 0.5rem; }
.site-header__right { display: flex; align-items: center; gap: 0.5rem; }
.site-header__price { display: none; }
.site-header__logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.02em;
}

.site-header__logo-icon { font-size: 2rem; color: var(--color-accent); }
.site-header__logo img { max-height: 48px; width: auto; display: block; }
.site-header__name { color: var(--color-text); }
.site-header .site-header__logo .site-header__name { color: var(--color-accent-accessible) !important; }
.site-header__name--regular { font-weight: 400; }
.site-header__name--bold { font-weight: 700; }
.site-header__logo .site-header__name--regular { font-weight: 400; }
.site-header__logo .site-header__name--bold { font-weight: 700; }

.site-header__nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.site-header__nav .site-header__nav-link,
.site-header__nav a {
    color: var(--header-menu-color, var(--color-muted));
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
.site-header__nav .site-header__nav-link:hover,
.site-header__nav a:hover { color: var(--header-menu-hover-color, var(--color-accent)); }
.site-header__nav .site-header__nav-link iconify-icon,
.site-header__nav a iconify-icon { font-size: 1.1em; }
.site-header__nav .site-header__nav-link:hover,
.site-header__nav a:hover {
    color: var(--header-menu-hover-color, var(--color-accent));
    background: var(--color-accent-soft);
    transform: translateY(-1px);
}
.site-header__nav a:active,
.site-header__nav .site-header__nav-link:active { transform: translateY(0); }
.site-header--no-hover .site-header__nav .site-header__nav-link:hover,
.site-header--no-hover .site-header__nav a:hover { transform: none; background: transparent; }
.site-header--menu-icon-above .site-header__nav .site-header__nav-link,
.site-header--menu-icon-above .site-header__nav a { flex-direction: column; gap: 0.2rem; }
.site-header--menu-icon-above .site-header__nav .site-header__nav-link iconify-icon,
.site-header--menu-icon-above .site-header__nav a iconify-icon { font-size: 1.25rem; }
.site-header__nav-item--dropdown { position: relative; }
.site-header__nav-item--dropdown .site-header__dropdown {
    position: absolute; top: 100%; left: 0; min-width: 180px; margin: 0.25rem 0 0; padding: 0.35rem 0;
    background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md); list-style: none; opacity: 0; visibility: hidden; transform: translateY(-4px);
    transition: opacity 0.2s ease, visibility 0.2s, transform 0.2s ease; z-index: 50;
}
.site-header__nav-item--dropdown:hover .site-header__dropdown,
.site-header__nav-item--dropdown[data-open] .site-header__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.site-header__dropdown a { display: flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 0; white-space: nowrap; }
.site-header__nav-chevron { margin-left: 0.15rem; transition: transform 0.2s; }
.site-header__nav-item--dropdown[data-open] .site-header__nav-chevron { transform: rotate(180deg); }
.site-header--center .site-header__inner { flex-wrap: wrap; justify-content: center; text-align: center; }
.site-header--center .site-header__brand { margin-bottom: 0.5rem; width: 100%; justify-content: center; }
.site-header--center .site-header__logo { width: 100%; justify-content: center; }
.site-header--center .site-header__nav { flex: 1 1 100%; justify-content: center; order: 2; }
.site-header--center .site-header__menu-btn { order: 2; }
.site-header__mobile-theme { display: none; }
.site-header__nav-theme-wrap { margin-left: auto; display: inline-flex; align-items: center; }
.site-header--center .site-header__nav-theme-wrap { margin-left: 0; }
.site-header__nav .theme-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: none; background: var(--color-accent-soft); color: var(--color-accent); border-radius: var(--radius-sm); cursor: pointer; transition: background 0.2s, color 0.2s; }
.site-header__nav .theme-toggle:hover { background: var(--color-accent); color: #fff; }
.site-header__nav .theme-toggle iconify-icon { font-size: 1.25rem; }
.site-header__nav-close { display: none; }
.site-header__nav-overlay { display: none; }
.site-header--minimal .site-header__inner { padding: 0.5rem 1rem; }
.site-header--minimal .site-header__nav .site-header__nav-link,
.site-header--minimal .site-header__nav a { padding: 0.4rem 0.75rem; font-size: 0.875rem; }

@media (max-width: 768px) {
    .site-header__mobile-theme { display: none; }
    .site-header__nav-theme-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.5rem 0.5rem 0;
        padding-top: 0.75rem;
        border-top: 1px solid var(--color-border);
    }
    .site-header__nav-theme-wrap .theme-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: none;
        background: var(--color-accent-soft);
        color: var(--color-accent);
        border-radius: var(--radius-sm);
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }
    .site-header__nav-theme-wrap .theme-toggle:hover { background: var(--color-accent); color: #fff; }
    .site-header__nav-theme-wrap .theme-toggle iconify-icon { font-size: 1.35rem; }
    .site-header__inner {
        padding: 0.65rem 1rem 0.65rem 0.5rem;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        min-height: 52px;
    }
    .site-header__brand { grid-column: 1; justify-self: start; align-self: center; display: flex; align-items: center; min-height: 44px; }
    .site-header__brand .site-header__logo { font-size: 1.2rem; line-height: 1; display: flex; align-items: center; margin-top: 6px; }
    .site-header__brand .site-header__logo-icon { font-size: 1.5rem; display: inline-flex; vertical-align: middle; }
    .site-header__right { grid-column: 2; justify-self: end; align-self: center; display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; min-height: 44px; }
    .site-header__price { display: block; font-size: 0.875rem; font-weight: 700; color: var(--color-accent-accessible); letter-spacing: 0.02em; }
    .site-header__menu-btn { display: flex; align-items: center; justify-content: center; min-height: 44px; }
    .site-header--center .site-header__nav { justify-content: flex-start; }
    .site-header__nav {
        position: fixed;
        top: 0;
        right: 0;
        width: min(300px, 88vw);
        height: 100vh;
        height: 100dvh;
        background: var(--color-surface);
        box-shadow: -8px 0 32px rgba(0,0,0,0.15), 0 0 0 1px var(--color-border);
        flex-direction: column;
        align-items: stretch;
        padding: 0.25rem 0 1.25rem;
        gap: 0;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), visibility 0.35s, box-shadow 0.35s;
        visibility: hidden;
        z-index: 1001;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .site-header__nav.site-header__nav--open {
        transform: translateX(0);
        visibility: visible;
        box-shadow: -12px 0 40px rgba(0,0,0,0.2), 0 0 0 1px var(--color-border);
    }
    .site-header__nav-close {
        display: flex;
        align-items: center;
        justify-content: center;
        order: -1;
        align-self: flex-start;
        width: 64px;
        height: 64px;
        margin: 0.25rem 0 0 0.5rem;
        padding: 0;
        border: none;
        background: transparent;
        color: var(--color-muted);
        border-radius: var(--radius-sm);
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }
    .site-header__nav-close:hover { background: var(--color-accent-soft); color: var(--color-accent); }
    .site-header__nav-close iconify-icon { font-size: 2rem; }
    .site-header__nav .site-header__nav-link,
    .site-header__nav > a { margin: 0 0.5rem; }
    .site-header__nav > .site-header__nav-item > .site-header__nav-link { margin: 0 0.5rem; }
    .site-header__nav a,
    .site-header__nav .site-header__nav-link {
        padding: 0.9rem 1rem;
        font-size: 1.0625rem;
        font-weight: 600;
        border-radius: var(--radius-sm);
        transition: background 0.2s, color 0.2s;
    }
    .site-header__nav a:hover,
    .site-header__nav .site-header__nav-link:hover { background: var(--color-accent-soft); color: var(--color-accent); }
    .site-header__nav a[aria-current="page"],
    .site-header__nav .site-header__nav-link[aria-current="page"] { background: var(--color-accent-soft); color: var(--color-accent); }
    .site-header__nav-item--dropdown .site-header__dropdown { position: static; margin: 0; transform: none; box-shadow: none; border: none; padding-left: 1rem; padding-top: 0.25rem; padding-bottom: 0.5rem; opacity: 1; visibility: visible; display: none; }
    .site-header__nav-item--dropdown[data-open] .site-header__dropdown { display: block; }
    body.site-nav-open { overflow: hidden; position: fixed; width: 100%; }
    .site-nav-open .site {
        transform: translateX(-200px);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.35s ease;
        box-shadow: 4px 0 24px rgba(0,0,0,0.15);
        opacity: 0.88;
    }
    .site { transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1), opacity 0.35s ease; }
    .site-header__nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.35s ease, visibility 0.35s;
    }
    .site-nav-open .site-header__nav-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

.section { width: 100%; }
.section--full {
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    position: relative;
}
.section--full:nth-child(even) {
    background: linear-gradient(180deg, #faf9fd 0%, #fff 100%);
}
.section--full::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-border), transparent);
    pointer-events: none;
}

.section__inner {
    max-width: var(--width-inner);
    margin: 0 auto;
    padding: var(--space-lg) 2rem;
}

.section__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.section__head .section-title { margin-bottom: 0; }
.section-title__link { flex-shrink: 0; color: inherit; text-decoration: none; font-size: 1.25rem; font-weight: 800; line-height: 1; transition: opacity 0.2s; }
.section-title__link:hover { opacity: 0.8; }
.section-title {
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    margin: 0 0 2rem;
    padding-bottom: 0.75rem;
    border-bottom: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-accent), transparent);
    border-radius: 2px;
}
.section-title iconify-icon { font-size: 1.2em; }
.section-desc { font-size: 0.9375rem; color: var(--color-muted); margin: 0 0 1.25rem; line-height: 1.5; }
.section-desc a { color: var(--color-accent); text-decoration: none; font-weight: 600; }
.section-desc a:hover { text-decoration: underline; }
.page-content-block { margin: 1.5rem 0 2rem; }
.page-content-block__title { font-size: 1.15rem; font-weight: 700; margin: 0 0 0.75rem; color: var(--color-text); }
.page-content-block p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.6; color: var(--color-muted); }
.page-content-block p:last-child { margin-bottom: 0; }
.page-content-block h2 + p { margin-top: 0; }

/* Hero */
.hero {
    background:
        radial-gradient(ellipse 120% 80% at 50% -20%, rgba(14, 165, 233, 0.12) 0%, transparent 50%),
        radial-gradient(ellipse 80% 50% at 80% 50%, rgba(56, 189, 248, 0.06) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(14, 165, 233, 0.06) 0%, transparent 50%),
        linear-gradient(165deg, #f8f5fa 0%, #f0ebf5 40%, #fff 100%);
    border-bottom: 1px solid var(--color-border);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.5) 40%, transparent 70%);
    background-size: 200% 100%;
    animation: shimmer 10s ease-in-out infinite;
    pointer-events: none;
    opacity: 0.6;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
}

.hero__inner {
    padding: 6rem 2rem 5rem;
    position: relative;
}
.hero__inner > * { animation: fadeInUp 0.6s ease-out backwards; }
.hero__inner > *:nth-child(1) { animation-delay: 0.05s; }
.hero__inner > *:nth-child(2) { animation-delay: 0.12s; }
.hero__inner > *:nth-child(3) { animation-delay: 0.18s; }
.hero__inner > *:nth-child(4) { animation-delay: 0.24s; }
.hero__inner > *:nth-child(5) { animation-delay: 0.3s; }
.hero__inner > *:nth-child(6) { animation-delay: 0.36s; }
.hero__inner > *:nth-child(7) { animation-delay: 0.42s; }

.hero__title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-muted);
    margin: 0 0 0.25rem;
    letter-spacing: 0.02em;
}
.hero__price {
    font-size: clamp(4rem, 14vw, 7rem);
    font-weight: 800;
    margin: 0 0 0.5rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    line-height: 1.05;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, var(--color-text) 0%, var(--color-accent) 50%, var(--color-text) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-text);
}
.hero__price.updated { animation: pricePulse 0.5s ease; }

/* Flip counter: only the digits move (clock-style) */
.hero__price--flip { display: block; }
.hero__price-char {
    display: inline-block;
    overflow: hidden;
    height: 1em;
    vertical-align: top;
    line-height: 1.05;
    font-variant-numeric: tabular-nums;
}
.hero__price-char__inner {
    height: 200%;
    width: 100%;
    display: flex;
    flex-direction: column;
    will-change: transform;
}
.hero__price-char__line {
    height: 50%;
    min-height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* Same gradient as parent so digits are visible (parent clip doesn't apply to nested text) */
    background: linear-gradient(135deg, var(--color-text) 0%, var(--color-accent) 50%, var(--color-text) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-text);
}

.hero__slogan { font-size: 1.5rem; color: var(--color-muted); margin: 0 0 0.75rem; font-weight: 600; }
.hero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-top: 0.75rem; }
.hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.1rem;
    font-size: 0.9375rem;
    font-weight: 700;
    border-radius: 999px;
    letter-spacing: 0.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero__badge:hover { transform: scale(1.03); }
.hero__badge--up {
    color: var(--color-up);
    background: linear-gradient(135deg, rgba(13, 125, 46, 0.15) 0%, rgba(13, 125, 46, 0.08) 100%);
    box-shadow: 0 2px 8px rgba(13, 125, 46, 0.2), inset 0 1px 0 rgba(255,255,255,0.5);
}
.hero__badge--down {
    color: var(--color-down);
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.12) 0%, rgba(198, 40, 40, 0.06) 100%);
    box-shadow: 0 2px 8px rgba(198, 40, 40, 0.2), inset 0 1px 0 rgba(255,255,255,0.5);
}

.hero__stats {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid var(--color-border);
    max-width: 100%;
}
.hero__stats .hero__stat {
    flex: 1;
    min-width: 0;
    max-width: 220px;
    animation: fadeInUp 0.5s ease-out backwards;
}
.hero__stats .hero__stat:nth-child(1) { animation-delay: 0.35s; }
.hero__stats .hero__stat:nth-child(2) { animation-delay: 0.4s; }
.hero__stats .hero__stat:nth-child(3) { animation-delay: 0.45s; }

.hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.75rem 0.5rem;
    border-radius: 14px;
    transition: background 0.2s ease, transform 0.2s ease;
}
.site:not(.theme-dark) .hero__stat {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.hero__stat:hover { background: rgba(255,255,255,0.7); transform: translateY(-2px); }
.site:not(.theme-dark) .hero__stat:hover { background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.hero__stat-icon { display: block; font-size: 1.5rem; color: var(--color-accent); margin-bottom: 0.35rem; flex-shrink: 0; }
.hero__stat-label {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-muted);
    display: block;
    margin-bottom: 0.35rem;
}
.hero__stat-value { font-size: 1.35rem; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--color-text); }

/* Hero split layout (desktop): price left, 24h cards right stacked */
@media (min-width: 900px) {
  .hero__inner--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    max-width: var(--width-inner);
    margin-left: auto;
    margin-right: auto;
  }
  .hero__inner--split .hero__stats {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    max-width: none;
  }
  .hero__inner--split .hero__stats.hero__stats--cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .hero__inner--split .hero__stat { max-width: none; }
}

/* Trust strip */
.trust-strip {
    background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-accent-2) 100%);
    color: #fff;
    padding: 0.85rem 1rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(14, 165, 233, 0.25);
}
.trust-strip__inner {
    max-width: var(--width-wide);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 2.5rem;
}
.trust-strip__item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9375rem;
    font-weight: 600;
}
.trust-strip__icon { font-size: 1.25rem; opacity: 0.95; }
.trust-strip__dot { font-size: 1.5rem; opacity: 0.8; }

/* Why section */
.why-section .section__inner { animation: fadeInUp 0.6s ease-out 0.1s backwards; }
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.why-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: box-shadow 0.35s ease, transform 0.25s ease;
    animation: fadeInUp 0.5s ease-out backwards;
}
.why-card:nth-child(1) { animation-delay: 0.1s; }
.why-card:nth-child(2) { animation-delay: 0.2s; }
.why-card:nth-child(3) { animation-delay: 0.3s; }
.why-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.why-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin-bottom: 1.25rem;
}
.why-card__icon-wrap--1 { background: linear-gradient(135deg, rgba(14, 165, 233, 0.2) 0%, rgba(14, 165, 233, 0.08) 100%); color: var(--color-accent); }
.why-card__icon-wrap--2 { background: linear-gradient(135deg, rgba(13, 125, 46, 0.2) 0%, rgba(13, 125, 46, 0.08) 100%); color: var(--color-up); }
.why-card__icon-wrap--3 { background: linear-gradient(135deg, rgba(198, 40, 40, 0.12) 0%, rgba(198, 40, 40, 0.06) 100%); color: var(--color-down); }
.why-card__icon { font-size: 1.75rem; }
.why-card__title { font-size: 1.2rem; font-weight: 800; margin: 0 0 0.5rem; color: var(--color-text); }
.why-card__text { font-size: 1rem; color: var(--color-muted); margin: 0; line-height: 1.55; }

/* Tools */
.tools-section .section__inner { animation: fadeInUp 0.6s ease-out 0.1s backwards; }
.tools-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
.tools-range-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
    min-width: 0;
}
.tools-range-group .tool-card--range { padding: 1.25rem; }
.tools-range-group .tool-card__title { font-size: 1.1rem; }
.tools-range-group .tool-card__desc { font-size: 0.9rem; margin-bottom: 0.75rem; }
.tools-range-group .range-bar-wrap { margin-top: 0.5rem; }
.tools-cards-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 1rem; }
.tool-link-card { display: block; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.5rem; text-decoration: none; color: inherit; transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease; }
.tool-link-card:hover { border-color: var(--color-accent); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.tool-link-card__title { font-size: 1.15rem; font-weight: 700; margin: 0 0 0.5rem; color: var(--color-text); }
.tool-link-card__desc { font-size: 0.9375rem; color: var(--color-muted); margin: 0; line-height: 1.5; }
.tool-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.25s ease;
}
.tool-card:hover {
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(14, 165, 233, 0.1), 0 1px 0 rgba(255,255,255,0.9) inset;
    border-color: rgba(14, 165, 233, 0.25);
    transform: translateY(-2px);
}
.tool-card__title { font-size: 1.35rem; font-weight: 800; margin: 0 0 0.5rem; color: var(--color-text); }
.tool-card__desc { font-size: 1rem; color: var(--color-muted); margin: 0 0 1.5rem; line-height: 1.5; }
.converter-row { margin-bottom: 1rem; }
.converter-row:last-of-type { margin-bottom: 0; }
.converter-label { display: block; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-muted); margin-bottom: 0.5rem; }
.converter-input {
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    font-variant-numeric: tabular-nums;
    border: 2px solid var(--color-border);
    border-radius: 12px;
    background: var(--color-bg-soft);
    color: var(--color-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.converter-input:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 4px var(--color-accent-soft);
}
.converter-swap { display: block; width: 100%; text-align: center; font-size: 1.5rem; color: var(--color-muted); margin: 0.75rem 0; opacity: 0.7; cursor: pointer; border: none; background: none; padding: 0; }
.converter-swap:hover { opacity: 1; }
.converter-swap iconify-icon { font-size: 1.5rem; }
.converter-hint { font-size: 0.9375rem; color: var(--color-muted); margin: 1.25rem 0 0; }
.converter-hint #rate-amount { font-weight: 800; color: var(--color-accent); font-size: 1.05em; }

.range-bar-wrap { margin-top: 0.75rem; }
.range-bar {
    height: 14px;
    background: rgba(0,0,0,0.08);
    border-radius: 999px;
    position: relative;
    overflow: visible;
    margin-bottom: 1rem;
}
.range-bar__fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(14, 165, 233, 0.4), var(--color-accent));
    transition: width 0.4s ease;
}
.range-bar__marker {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 3px solid var(--color-accent);
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    transition: left 0.4s ease;
}
.range-labels { display: flex; justify-content: space-between; font-size: 0.9375rem; font-variant-numeric: tabular-nums; color: var(--color-muted); }
.range-labels__current { font-weight: 800; color: var(--color-accent); font-size: 1.05em; }

/* Facts */
.learn-section .section__inner { animation: fadeInUp 0.6s ease-out 0.15s backwards; }
.facts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
}
.fact-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: box-shadow 0.35s ease, transform 0.25s ease, border-color 0.25s ease;
    animation: fadeInUp 0.5s ease-out backwards;
}
.fact-card:nth-child(1) { animation-delay: 0.1s; }
.fact-card:nth-child(2) { animation-delay: 0.2s; }
.fact-card:nth-child(3) { animation-delay: 0.3s; }
.fact-card:hover {
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(14, 165, 233, 0.1), var(--shadow-glow);
    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, 0.2);
}
.fact-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(14, 165, 233, 0.06) 100%);
    color: var(--color-accent);
    margin-bottom: 1rem;
}
.fact-card__icon { font-size: 1.75rem; }
.fact-card__title { font-size: 1.2rem; font-weight: 800; margin: 0 0 0.6rem; color: var(--color-text); }
.fact-card__text { font-size: 1.0625rem; color: var(--color-muted); line-height: 1.6; margin: 0; }
.fact-card__text strong { color: var(--color-text); }

/* Learn page: intro, blocks, timeline */
.learn-intro { margin-bottom: 2.5rem; font-size: 1.0625rem; line-height: 1.65; color: var(--color-muted); width: 100%; }
.learn-block { margin-bottom: 2.5rem; }
.learn-block__title { font-size: 1.35rem; font-weight: 800; margin: 0 0 1rem; color: var(--color-text); }
.learn-block p { font-size: 1.0625rem; line-height: 1.7; color: var(--color-muted); margin: 0 0 1rem; width: 100%; }
.learn-block p:last-child { margin-bottom: 0; }
.learn-block p strong { color: var(--color-text); }
.learn-timeline-intro { margin-bottom: 1.5rem; font-size: 1rem; color: var(--color-muted); }
.learn-timeline-wrap { margin-bottom: 3rem; margin-top: 3rem; padding-top: 2rem; max-width: 42rem; margin-left: auto; margin-right: auto; }
.learn-timeline { position: relative; padding-left: 1.5rem; border-left: 2px solid var(--color-border); margin-left: 0.35rem; }
.timeline-item { position: relative; padding-bottom: 1.75rem; padding-left: 0.5rem; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item__dot { position: absolute; left: -1.5rem; top: 0.35rem; width: 12px; height: 12px; margin-left: -7px; border-radius: 50%; background: var(--color-accent); border: 3px solid var(--color-bg); box-sizing: content-box; }
.timeline-item--milestone .timeline-item__dot { width: 14px; height: 14px; margin-left: -8px; background: var(--color-accent); box-shadow: 0 0 0 2px var(--color-accent-soft); }
.timeline-item--future .timeline-item__dot { background: var(--color-muted); border-style: dashed; }
.timeline-item__date { display: inline-block; font-size: 0.875rem; font-weight: 700; color: var(--color-accent); margin-bottom: 0.25rem; }
.timeline-item--future .timeline-item__date { color: var(--color-muted); }
.timeline-item__title { font-size: 1.1rem; font-weight: 800; margin: 0 0 0.35rem; color: var(--color-text); }
.timeline-item__content p { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: var(--color-muted); width: 100%; }
.learn-outro { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--color-border); font-size: 1rem; color: var(--color-muted); }
.learn-outro a { color: var(--color-accent); font-weight: 600; }

/* Learn FAQ accordion */
.learn-faq-wrap { margin-top: 2rem; }
.learn-faq { display: flex; flex-direction: column; gap: 0; }
.faq-item { border: 1px solid var(--color-border); border-radius: var(--radius-md); margin-bottom: 0.5rem; overflow: hidden; background: var(--color-surface); }
.faq-item:last-child { margin-bottom: 0; }
.faq-item__question { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 1rem 1.25rem; font-size: 1.0625rem; font-weight: 700; color: var(--color-text); text-align: left; background: none; border: none; cursor: pointer; font-family: inherit; transition: background 0.2s ease, color 0.2s ease; }
.faq-item__question:hover { background: var(--color-bg-soft); color: var(--color-accent); }
.faq-item__question::after { content: ''; flex-shrink: 0; width: 0.5rem; height: 0.5rem; margin-left: 0.75rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 0.25s ease; }
.faq-item.is-open .faq-item__question::after { transform: rotate(-135deg); }
.faq-item__answer { padding: 0.5rem 1.25rem 1rem; }
.faq-item__answer[hidden] { display: none; }
.faq-item__answer p { font-size: 1rem; line-height: 1.7; color: var(--color-muted); margin: 0; width: 100%; }

/* Metrics */
.metrics-section .section__inner { animation: fadeInUp 0.6s ease-out 0.2s backwards; }
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}
.metric-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: box-shadow 0.3s ease, background 0.3s ease, transform 0.2s ease;
}
.metric-card:hover {
    box-shadow: var(--shadow-md), 0 0 0 1px rgba(14, 165, 233, 0.08);
    background: rgba(255,255,255,0.98);
    transform: translateY(-1px);
}
.metric-card__head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.metric-card__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--color-accent-soft);
    color: var(--color-accent);
    flex-shrink: 0;
}
.metric-card__icon-wrap iconify-icon { font-size: 1.4rem; }
.metric-card__label { font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-muted); }
.metric-card__value { font-size: 1.875rem; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--color-text); display: block; }
.metric-card__value--up { color: var(--color-up); }
.metric-card__value--down { color: var(--color-down); }
.metric-card__hint { font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.5rem; display: block; line-height: 1.45; }

/* Chart */
.chart-section .section__inner { padding-top: var(--space-lg); animation: fadeInUp 0.6s ease-out 0.2s backwards; }
.chart-section__content { width: 100%; }
.chart-section .chart-tf { margin-bottom: 1rem; display: flex; flex-wrap: wrap; gap: 0.5rem; width: 100%; }
.chart-wrap {
    width: 100%;
    min-height: 400px;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.9) inset;
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.chart-wrap:hover {
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(14, 165, 233, 0.12);
    border-color: rgba(14, 165, 233, 0.2);
}
.chart-wrap #chart-container { width: 100%; height: 400px; }
#tv-attr-logo { visibility: hidden !important; opacity: 0 !important; }

.chart-tf button {
    background: #fff;
    border: 2px solid var(--color-border);
    color: var(--color-muted);
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 10px;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.chart-tf button:hover {
    background: var(--color-accent-soft);
    color: var(--color-accent);
    border-color: rgba(14, 165, 233, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.15);
}
.chart-tf button.active {
    background: var(--color-accent-soft);
    color: var(--color-accent);
    border-color: var(--color-accent);
    box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}
.chart-tf button:active { transform: translateY(0); }

/* Analysis widget – mobile-first redesign */
.analysis-section .section__inner { padding-top: var(--space-lg); padding-bottom: var(--space-lg); }
.analysis-section__content { width: 100%; max-width: 100%; }
.analysis-tf {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}
.analysis-tf button {
    min-height: 44px;
    padding: 0.6rem 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    border: 2px solid var(--color-border);
    background: var(--color-bg);
    color: var(--color-text);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    flex-shrink: 0;
}
.analysis-tf button:hover { border-color: var(--color-accent); background: var(--color-accent-soft); }
.analysis-tf button.active { border-color: var(--color-accent); background: var(--color-accent); color: #fff; }
.analysis-legend {
    font-size: 0.8125rem;
    color: var(--color-muted);
    margin-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}
.analysis-legend span { display: inline-flex; align-items: center; gap: 0.35rem; }
.analysis-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}
.analysis-card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    border-left-width: 4px;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s ease;
}
.analysis-card:active { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.analysis-card--long { border-left-color: var(--color-up); background: rgba(13, 125, 46, 0.06); }
.analysis-card--short { border-left-color: var(--color-down); background: rgba(198, 40, 40, 0.06); }
.analysis-card--neutral { border-left-color: var(--color-muted); background: rgba(0,0,0,0.03); }
.site.theme-dark .analysis-card--neutral { background: rgba(255,255,255,0.04); }
.site.theme-dark .analysis-card--long { background: rgba(13, 125, 46, 0.12); }
.site.theme-dark .analysis-card--short { background: rgba(198, 40, 40, 0.12); }
.analysis-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-border);
}
.analysis-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.analysis-card__help {
    flex-shrink: 0;
    min-width: 44px;
    min-height: 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--color-muted);
    color: var(--color-muted);
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.analysis-card__help:hover { border-color: var(--color-accent); color: var(--color-accent); }
.analysis-card__help[aria-expanded="true"] { background: var(--color-accent); color: #fff; border-color: var(--color-accent); }
.analysis-card__body { display: flex; flex-direction: column; gap: 0.5rem; }
.analysis-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9375rem;
}
.analysis-card__row--signal { align-items: center; margin-top: 0.25rem; }
.analysis-card__label {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
    flex-shrink: 0;
}
.analysis-card__value {
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: var(--color-text);
    font-size: 1rem;
}
.analysis-card__signal {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    min-width: 4.5rem;
    text-align: center;
}
.analysis-card__signal--long { background: var(--color-up); color: #fff; }
.analysis-card__signal--short { background: var(--color-down); color: #fff; }
.analysis-card__signal--neutral { background: var(--color-muted); color: #fff; }
.site.theme-dark .analysis-card__signal--long { background: var(--color-up); }
.site.theme-dark .analysis-card__signal--short { background: var(--color-down); }
.site.theme-dark .analysis-card__signal--neutral { background: var(--color-muted); }
.analysis-card__tooltip {
    position: fixed;
    z-index: 100;
    max-width: min(280px, calc(100vw - 16px));
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--color-text);
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    left: 0;
    top: 0;
}
.analysis-card__tooltip::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 1.25rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--color-border);
}
.analysis-empty { color: var(--color-muted); margin: 1rem 0; font-size: 1rem; padding: 1rem 0; }
.analysis-updated { font-size: 0.8125rem; color: var(--color-muted); margin-top: 1.25rem; }
.analysis-view-all-card {
    margin-top: 0.25rem;
    border-radius: var(--radius-lg);
    border: 2px dashed var(--color-border);
    background: rgba(14, 165, 233, 0.04);
    transition: border-color 0.2s, background 0.2s;
}
.analysis-view-all-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    min-height: 56px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--color-accent);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
.analysis-view-all-card__link:hover { color: var(--color-accent); }
.analysis-view-all-card:hover { border-color: var(--color-accent); background: rgba(14, 165, 233, 0.08); }
.analysis-view-all-card__label { flex: 1; }
.analysis-view-all-card__icon { font-size: 1.5rem; flex-shrink: 0; }
.site.theme-dark .analysis-view-all-card { background: rgba(14, 165, 233, 0.08); border-color: var(--color-border); }
.site.theme-dark .analysis-view-all-card:hover { background: rgba(14, 165, 233, 0.12); border-color: var(--color-accent); }

/* Analysis: mobil – doar nume, signal, ? */
@media (max-width: 767px) {
    .analysis-legend { display: none !important; }
    .analysis-card {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.5rem 0.75rem;
        padding: 0.75rem 1rem;
    }
    .analysis-card__head {
        display: contents;
    }
    .analysis-card__name {
        flex: 1;
        min-width: 0;
        order: 0;
    }
    .analysis-card__body .analysis-card__row:not(.analysis-card__row--signal) { display: none !important; }
    .analysis-card__body {
        display: flex;
        align-items: center;
        order: 1;
        flex-shrink: 0;
    }
    .analysis-card__row--signal { margin-top: 0; }
    .analysis-card__row--signal .analysis-card__label { display: none; }
    .analysis-card__signal {
        width: 5.25rem;
        min-width: 5.25rem;
        box-sizing: border-box;
    }
    .analysis-card__help {
        order: 2;
        flex-shrink: 0;
        min-width: 40px;
        min-height: 40px;
        width: 40px;
        height: 40px;
        border-width: 2px;
        border-color: var(--color-text);
        color: var(--color-text);
        background: rgba(0,0,0,0.06);
        font-size: 0.9375rem;
    }
    .analysis-card__help[aria-expanded="true"] { background: var(--color-accent); color: #fff; border-color: var(--color-accent); }
    .site.theme-dark .analysis-card__help { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.6); color: inherit; }
    .site.theme-dark .analysis-card__help[aria-expanded="true"] { background: var(--color-accent); color: #fff; border-color: var(--color-accent); }
}

@media (min-width: 600px) {
    .analysis-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}
@media (min-width: 900px) {
    .analysis-list {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 1rem;
    }
    .analysis-card__name { font-size: 1.0625rem; }
}

/* CTA */
.cta-section { background: linear-gradient(165deg, rgba(14, 165, 233, 0.06) 0%, transparent 50%); }
.cta-section__inner { padding: var(--space-lg) 2rem; }
.cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-2) 100%);
    color: #fff;
    border-radius: var(--radius-xl);
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 60px rgba(14, 165, 233, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(14, 165, 233, 0.3);
}
.cta-card__icon { font-size: 3rem; display: block; margin-bottom: 1rem; opacity: 0.95; flex-shrink: 0; }
.cta-card__title { font-size: 1.75rem; font-weight: 800; margin: 0 0 0.5rem; letter-spacing: -0.02em; }
.cta-card__text { font-size: 1.0625rem; margin: 0; opacity: 0.9; max-width: 32rem; margin-left: auto; margin-right: auto; }

/* Resources */
.resources-section .section__inner { animation: fadeInUp 0.6s ease-out 0.15s backwards; }
.resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}
.resource-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--color-text);
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.2s ease;
}
.resource-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: var(--color-accent);
    color: var(--color-accent);
}
.resource-card__icon {
    font-size: 2.25rem;
    color: var(--color-accent);
    margin-bottom: 0.75rem;
}
.resource-card__label { font-weight: 700; font-size: 1rem; }
.resource-card__hint { font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.25rem; }

/* Table */
.liq-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-sm), 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: box-shadow 0.3s ease;
}
.liq-table:hover { box-shadow: var(--shadow-md); }
.liq-table th, .liq-table td { padding: 0.85rem 1.25rem; text-align: left; border-bottom: 1px solid var(--color-border); transition: background 0.2s ease; }
.liq-table tr:last-child td { border-bottom: none; }
.liq-table thead { background: var(--color-accent-soft); }
.liq-table th { color: var(--color-accent); font-weight: 800; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.1em; }
.liq-table tbody tr:hover { background: rgba(14, 165, 233, 0.04); }
.liq-table .long { color: var(--color-down); font-weight: 700; }
.liq-table .short { color: var(--color-up); font-weight: 700; }
.liq-time-mobile { display: none; }
.liq-time-desktop { display: inline; }
@media (max-width: 768px) {
    .liq-time-mobile { display: inline; }
    .liq-time-desktop { display: none; }
    .liq-time-cell { white-space: nowrap; }
}

.market-price-wrap { overflow-x: auto; margin: 0 -0.5rem; }
.market-price-table { width: 100%; min-width: 520px; border-collapse: collapse; font-size: 0.9375rem; }
.market-price-table th,
.market-price-table td { padding: 0.65rem 0.75rem; text-align: left; border-bottom: 1px solid var(--color-border); }
.market-price-table thead { background: var(--color-accent-soft); }
.market-price-table th { color: var(--color-accent); font-weight: 700; font-size: 0.8125rem; text-transform: uppercase; letter-spacing: 0.05em; }
.market-price-table tbody tr:hover { background: rgba(14, 165, 233, 0.04); }
.market-price-table__rank { width: 2.5rem; color: var(--color-muted); font-variant-numeric: tabular-nums; }
.market-price-table__exchange { font-weight: 600; color: var(--color-text); }
.market-price-table__pair-cell { }
.market-price-table__pair { color: var(--color-accent); text-decoration: none; display: inline-flex; align-items: center; gap: 0.25rem; }
.market-price-table__pair:hover { text-decoration: underline; }
.market-price-table__price { font-variant-numeric: tabular-nums; color: var(--color-text); white-space: nowrap; }
.market-price-table__volume { font-variant-numeric: tabular-nums; color: var(--color-up); font-weight: 600; white-space: nowrap; }

.calc-table-wrap { overflow-x: auto; margin: 1rem 0; border-radius: var(--radius-md); border: 1px solid var(--color-border); }
.calc-table { width: 100%; min-width: 320px; border-collapse: collapse; font-size: 0.9375rem; font-variant-numeric: tabular-nums; }
.calc-table th, .calc-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--color-border); }
.calc-table tr:last-child td { border-bottom: none; }
.calc-table thead { background: var(--color-accent-soft); }
.calc-table th { color: var(--color-accent); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.06em; }
.calc-table tbody tr:hover { background: rgba(153, 69, 255, 0.04); }
.calc-table .num { text-align: right; }
.calc-page .section__inner { max-width: 56rem; padding-top: 1.25rem; }
.calc-page .section-title:first-child { scroll-margin-top: 5rem; }
.calc-page .calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1rem; }
@media (max-width: 768px) { .calc-page .calc-grid { grid-template-columns: 1fr; } }
.calc-page .calc-info { background: var(--color-accent-soft); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1rem 1.25rem; margin: 1.5rem 0; font-size: 0.9375rem; }
.calc-page .calc-info strong { color: var(--color-accent); }
.calc-page-intro { margin: 1.5rem 0 2rem; }
.calc-page-intro p { margin: 0 0 1rem; font-size: 1rem; line-height: 1.6; color: var(--color-muted); }
.calc-page-intro p:last-child { margin-bottom: 0; }
.calc-info--steps .calc-info__lead { margin: 0 0 0.5rem; }
.calc-info--steps .calc-info__formula { margin: 0; font-size: 0.875rem; opacity: 0.9; }
.calc-form-intro { margin: 0 0 1rem; font-weight: 600; color: var(--color-text); }
.calc-card--form .converter-label { display: block; margin-bottom: 0.35rem; font-weight: 500; }
.calc-result-box { margin-top: 1rem; padding: 0.75rem 1rem; background: var(--color-bg-soft); border-radius: var(--radius-sm); border: 1px solid var(--color-border); }
.converter-hint--result { margin: 0; font-weight: 500; }
.calc-page .calc-presets { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.calc-page .calc-presets button { padding: 0.5rem 0.75rem; border-radius: var(--radius-sm); border: 1px solid var(--color-border); background: var(--color-surface); cursor: pointer; font-size: 0.875rem; }
.calc-page .calc-presets button:hover { border-color: var(--color-accent); color: var(--color-accent); }
.calc-page .calc-card { max-width: none; }
.calc-page h2.section-title { font-size: 1.25rem; margin-top: 2.5rem; margin-bottom: 0.5rem; }
.calc-widget-table { width: 100%; font-size: 0.8125rem; border-collapse: collapse; margin-top: 0.75rem; }
.calc-widget-table th, .calc-widget-table td { padding: 0.4rem 0.5rem; text-align: left; border-bottom: 1px solid var(--color-border); }
.calc-widget-table thead th { color: var(--color-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.calc-widget-table .num { text-align: right; }
.return-pos { color: var(--color-up); font-weight: 600; }
.return-neg { color: var(--color-down); font-weight: 600; }
.calc-profit-table th:first-child, .calc-profit-table td:first-child { background: rgba(0,0,0,0.04); }
.site.theme-dark .calc-profit-table th:first-child, .site.theme-dark .calc-profit-table td:first-child { background: rgba(255,255,255,0.06); }
.calc-profit-mobile-qty, .calc-profit-mobile-profit { display: none; }
@media (max-width: 768px) {
    .calc-profit-table { table-layout: fixed; width: 100%; }
    .calc-profit-table th.calc-profit-col-qty, .calc-profit-table td.calc-profit-col-qty,
    .calc-profit-table th.calc-profit-col-profit, .calc-profit-table td.calc-profit-col-profit { visibility: collapse; width: 0; min-width: 0; max-width: 0; padding: 0; border: none; overflow: hidden; }
    .calc-profit-table col.calc-profit-col-qty, .calc-profit-table col.calc-profit-col-profit { width: 0; }
    .calc-profit-mobile-qty, .calc-profit-mobile-profit { display: block; font-size: 0.75em; color: var(--color-muted); font-weight: 400; }
    .calc-profit-table td:first-child .calc-profit-cost-val, .calc-profit-table td:first-child .calc-profit-mobile-qty { display: block; }
    .calc-profit-table td:first-child .calc-profit-mobile-qty { margin-top: 0.15rem; }
    .calc-profit-table td:last-child .calc-profit-mobile-profit { margin-bottom: 0.15rem; }
    .calc-profit-table td:last-child .calc-profit-mobile-profit + span { display: block; }
}

.market-price-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 0;
}
.market-price-pagination__btn {
    display: inline-block;
    padding: 0.35rem 0.65rem;
    min-width: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-accent);
    background: transparent;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.market-price-pagination__btn:hover {
    background: var(--color-accent-soft);
    border-color: var(--color-accent);
}
.market-price-pagination__pages { display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; }
.market-price-pagination__current {
    padding: 0.35rem 0.65rem;
    min-width: 2.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-bg);
    background: var(--color-accent);
    border-radius: var(--radius-sm);
}
.market-price-empty { color: var(--color-muted); margin: 1rem 0; }
.liq-empty { color: var(--color-muted); font-size: 1rem; margin: 0; padding: 2rem; text-align: center; }

/* News */
.news-list { list-style: none; margin: 0; padding: 0; }
.news-list li { margin-bottom: 0.75rem; animation: fadeInUp 0.4s ease-out backwards; display: flex; align-items: baseline; gap: 0.75rem; flex-wrap: wrap; }
.news-list__date { font-size: 0.875rem; color: var(--color-muted); flex-shrink: 0; min-width: 4.5rem; }
.news-list a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.0625rem;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
    position: relative;
}
.news-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-accent), transparent);
    border-radius: 1px;
    transition: width 0.3s ease;
}
.news-list a:hover { color: var(--color-text); padding-left: 6px; }
.news-list a:hover::after { width: 100%; }
.news-empty { color: var(--color-muted); margin: 0; font-size: 1rem; }

/* ---- Single article page (wow) ---- */
.news-article--single .news-article__inner { max-width: 720px; margin: 0 auto; padding: 2.5rem 1.5rem 3rem; }
@media (min-width: 900px) {
  .news-article--single .news-article__inner { max-width: 860px; padding: 3rem 2rem 4rem; }
}
.news-article--single .news-article__breadcrumb { font-size: 0.8125rem; color: var(--color-muted); margin: 0 0 1.25rem; letter-spacing: 0.02em; }
.news-article--single .news-article__breadcrumb a { color: var(--color-accent); text-decoration: none; font-weight: 500; }
.news-article--single .news-article__breadcrumb a:hover { text-decoration: underline; color: var(--color-accent-2, var(--color-accent)); }
.news-article--single .news-article__breadcrumb span:last-child { color: var(--color-text); font-weight: 600; }
.news-article--single .news-article__date { display: inline-block; font-size: 0.8125rem; color: var(--color-muted); margin: 0 0 1rem; padding: 0.35rem 0.75rem; background: var(--color-bg-soft); border-radius: 999px; font-weight: 500; }
.news-article--single .news-article__title { font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; margin: 0 0 1.75rem; line-height: 1.2; color: var(--color-text); letter-spacing: -0.03em; }
.news-article--single .news-article__image { margin: 0 0 2rem; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.06); }
.news-article--single .news-article__image img { width: 100%; height: auto; display: block; object-fit: cover; aspect-ratio: 1200/630; }
.news-article--single .news-article__body { font-size: 1.125rem; line-height: 1.85; margin-bottom: 2.5rem; color: var(--color-text); letter-spacing: 0.01em; }
.news-article--single .news-article__body > p:first-of-type { font-size: 1.2rem; line-height: 1.8; color: var(--color-muted); margin-bottom: 1.5rem; }
.news-article--single .news-article__body p { margin: 0 0 1.35rem; }
.news-article--single .news-article__body p + p { margin-top: 0; }
.news-article--single .news-article__body ul, .news-article--single .news-article__body ol { margin: 1.5rem 0 1.85rem; padding-left: 1.85rem; }
.news-article--single .news-article__body ul { list-style-type: disc; }
.news-article--single .news-article__body ul li { margin: 0.65rem 0; padding-left: 0.4rem; }
.news-article--single .news-article__body ol { list-style-type: decimal; }
.news-article--single .news-article__body ol li { margin: 0.65rem 0; padding-left: 0.4rem; }
.news-article--single .news-article__body li::marker { color: var(--color-accent); font-weight: 700; }
.news-article--single .news-article__body h2 { font-size: 1.65rem; font-weight: 800; margin: 3rem 0 1rem; line-height: 1.25; color: var(--color-text); letter-spacing: -0.02em; padding-bottom: 0.6rem; border-bottom: 2px solid var(--color-border); }
.news-article--single .news-article__body h2:first-child { margin-top: 0; }
.news-article--single .news-article__body h2 + p { margin-top: 0.5rem; }
.news-article--single .news-article__body h3 { font-size: 1.28rem; font-weight: 700; margin: 2rem 0 0.6rem; line-height: 1.35; color: var(--color-text); }
.news-article--single .news-article__body h3 + p { margin-top: 0; }
.news-article--single .news-article__body > div:not([class]) { margin: 1.5rem 0; padding: 1rem 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.news-article--single .news-article__body blockquote { margin: 1.75rem 0; padding: 1.35rem 1.6rem; border-left: 4px solid var(--color-accent); background: var(--color-accent-soft); border-radius: 0 12px 12px 0; font-style: italic; line-height: 1.75; }
.news-article--single .news-article__body .news-box { margin: 1.5rem 0; padding: 1.25rem 1.5rem; border-radius: 12px; border-left: 4px solid; box-shadow: 0 2px 12px rgba(0,0,0,0.04); }
.news-article--single .news-article__body .news-box--warning { background: rgba(198, 40, 40, 0.08); border-left-color: #c62828; }
.news-article--single .news-article__body .news-box--info { background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(153,69,255,0.06) 100%); border-left-color: var(--color-accent); }
.news-article--single .news-article__body .news-box--tip { background: rgba(13, 125, 46, 0.08); border-left-color: var(--color-up); }
.news-article--single .news-article__body .news-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.news-article--single .news-article__body .news-stat { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; padding: 1.25rem; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: box-shadow 0.2s, border-color 0.2s; }
.news-article--single .news-article__body .news-stat:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08); border-color: var(--color-accent); }
.news-article--single .news-article__body .news-stat__value { display: block; font-size: 1.75rem; font-weight: 800; color: var(--color-accent); letter-spacing: -0.02em; }
.news-article--single .news-article__body .news-stat__label { display: block; font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.35rem; font-weight: 500; }
.news-article--single .news-article__body .news-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 16px; padding: 1.5rem; margin: 1.5rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.news-article--single .news-article__body .news-card__title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-muted); }
.news-article--single .news-article__body .news-card__value { display: block; font-size: 1.875rem; font-weight: 800; color: var(--color-text); margin: 0.35rem 0 0.5rem; letter-spacing: -0.02em; }
.news-article--single .news-article__body .news-card__body { margin: 0; font-size: 1rem; line-height: 1.6; }
.news-article--single .news-article__body .news-key-takeaway { margin: 1.75rem 0; padding: 1.5rem 1.75rem; border-radius: 14px; background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(153,69,255,0.06) 100%); border-left: 4px solid var(--color-accent); font-weight: 500; box-shadow: 0 2px 12px rgba(153,69,255,0.08); }
.news-article--single .news-article__body .news-key-takeaway p { margin: 0; font-size: 1.0625rem; }
.news-article--single .news-article__body .news-scenario { margin: 1.5rem 0; padding: 1.5rem 1.75rem; border-radius: 14px; background: var(--color-surface); border: 1px solid var(--color-border); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.news-article--single .news-article__body .news-scenario p:first-child { margin-top: 0; font-weight: 700; color: var(--color-text); font-size: 1.0625rem; }
.news-article--single .news-article__body .news-widget { margin: 1.5rem 0; padding: 1.25rem 1.5rem; border-radius: 12px; background: var(--color-bg-soft); border: 1px dashed var(--color-border); }
.news-article--single .news-article__body a { color: var(--color-accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s, color 0.2s; }
.news-article--single .news-article__body a:hover { border-bottom-color: var(--color-accent); color: var(--color-accent-2, var(--color-accent)); }
.news-article--single .news-article__back { margin: 2rem 0 0; padding-top: 2rem; border-top: 1px solid var(--color-border); }
.news-article--single .news-article__back .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.65rem 1.25rem; border-radius: 10px; font-weight: 600; text-decoration: none; transition: background 0.2s, color 0.2s; }
.news-article--single .news-article__back .btn--primary { background: var(--color-accent); color: #fff; border: none; }
.news-article--single .news-article__back .btn--primary:hover { background: var(--color-accent-2, #b366ff); color: #fff; }

.site.theme-dark .news-article--single .news-article__date { background: rgba(255,255,255,0.06); color: var(--color-muted); }
.site.theme-dark .news-article--single .news-article__body .news-stat { background: var(--color-bg-soft); border-color: var(--color-border); }
.site.theme-dark .news-article--single .news-article__body .news-key-takeaway { background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(153,69,255,0.12) 100%); }
.site.theme-dark .news-article--single .news-article__body .news-scenario { background: var(--color-bg-soft); border-color: var(--color-border); }
.site.theme-dark .news-article--single .news-article__image { box-shadow: 0 4px 24px rgba(0,0,0,0.2); }

/* Article (shared / list context) */
.news-article__breadcrumb { font-size: 0.875rem; color: var(--color-muted); margin: 0 0 1rem; }
.news-article__breadcrumb a { color: var(--color-accent-accessible); text-decoration: none; }
.news-article__breadcrumb a:hover { text-decoration: underline; }
.news-article__breadcrumb span:last-child { color: var(--color-text); }
.news-article__date { font-size: 0.9375rem; color: var(--color-muted); margin: 0 0 0.5rem; }
.news-article__title { font-size: 2rem; font-weight: 800; margin: 0 0 1.5rem; line-height: 1.25; }
.news-article__body { font-size: 1.0625rem; line-height: 1.75; margin-bottom: 2rem; }
.news-article__body p { margin: 0 0 1.125rem; }
.news-article__body ul, .news-article__body ol { margin: 1rem 0 1.5rem; padding-left: 1.75rem; }
.news-article__body ul { list-style-type: disc; }
.news-article__body ul li { margin: 0.5rem 0; padding-left: 0.35rem; }
.news-article__body ol { list-style-type: decimal; }
.news-article__body ol li { margin: 0.5rem 0; padding-left: 0.35rem; }
.news-article__body li::marker { color: var(--color-accent); font-weight: 700; }
.news-article__body h2 { font-size: 1.5rem; font-weight: 800; margin: 2rem 0 1rem; line-height: 1.3; color: var(--color-text); letter-spacing: -0.02em; }
.news-article__body h2:first-child { margin-top: 0; }
.news-article__body h3 { font-size: 1.2rem; font-weight: 700; margin: 1.25rem 0 0.5rem; line-height: 1.35; color: var(--color-text); }
.news-article__body blockquote { margin: 1rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--color-accent); background: var(--color-accent-soft); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.news-article__body .news-box { margin: 1rem 0; padding: 1rem 1.25rem; border-radius: var(--radius-md); border-left: 4px solid; }
.news-article__body .news-box--warning { background: rgba(198, 40, 40, 0.08); border-left-color: #c62828; }
.news-article__body .news-box--info { background: var(--color-accent-soft); border-left-color: var(--color-accent); }
.news-article__body .news-box--tip { background: rgba(13, 125, 46, 0.08); border-left-color: var(--color-up); }
.news-article__body .news-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 1.25rem 0; }
.news-article__body .news-stat { background: var(--color-accent-soft); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1rem; text-align: center; }
.news-article__body .news-stat__value { display: block; font-size: 1.5rem; font-weight: 800; color: var(--color-accent); }
.news-article__body .news-stat__label { display: block; font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.25rem; }
.news-article__body .news-card { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 1.25rem; margin: 1rem 0; box-shadow: var(--shadow-sm); }
.news-article__body .news-card__title { font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-muted); }
.news-article__body .news-card__value { display: block; font-size: 1.75rem; font-weight: 800; color: var(--color-text); margin: 0.25rem 0 0.5rem; }
.news-article__body .news-card__body { margin: 0; font-size: 0.9375rem; }
.news-article__body .news-key-takeaway { margin: 1.5rem 0; padding: 1.25rem 1.5rem; border-radius: var(--radius-md); background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(153, 69, 255, 0.06) 100%); border-left: 4px solid var(--color-accent); font-weight: 500; }
.news-article__body .news-key-takeaway p { margin: 0; }
.news-article__body .news-scenario { margin: 1.25rem 0; padding: 1.25rem 1.5rem; border-radius: var(--radius-md); background: var(--color-surface); border: 1px solid var(--color-border); box-shadow: var(--shadow-sm); }
.news-article__body .news-scenario p:first-child { margin-top: 0; font-weight: 600; color: var(--color-text); }
.news-article__body .news-widget { margin: 1.25rem 0; padding: 1rem 1.25rem; border-radius: var(--radius-md); background: var(--color-bg-soft); border: 1px dashed var(--color-border); }
.news-article__image { margin: 0 0 1.5rem; border-radius: var(--radius-md, 12px); overflow: hidden; }
.news-article__image img { width: 100%; height: auto; display: block; }
.btn--primary {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-sm);
    font-weight: 600;
    text-decoration: none;
    background: var(--color-accent-accessible) !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.btn--primary:hover { background: #0284c7 !important; color: #fff !important; }
.news-article__date { font-size: 0.9375rem; color: #475569; margin: 0 0 0.5rem; }
.news-article a { color: var(--color-accent-accessible); }
.news-article a:hover { color: #0284c7; text-decoration: underline; }

/* ---- News page redesign ---- */
.news-page { background: var(--color-bg); }
.news-page__inner { max-width: min(100% - 2rem, 900px); margin: 0 auto; padding: 0 1.5rem 3.5rem; }
@media (min-width: 720px) {
    .news-page__inner { max-width: min(100% - 3rem, 1000px); padding-left: 2rem; padding-right: 2rem; }
}

/* Masthead */
.news-page__masthead { padding: 2rem 0 2.25rem; text-align: center; }
.news-page__label {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.8125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
    color: var(--color-accent); margin: 0 0 0.75rem;
}
.news-page__label iconify-icon { font-size: 1.1em; }
.news-page__title {
    font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 800; margin: 0 0 0.5rem;
    line-height: 1.15; letter-spacing: -0.03em; color: var(--color-text);
}
.news-page__tagline { font-size: 1.0625rem; color: var(--color-muted); margin: 0; line-height: 1.5; max-width: 28em; margin-left: auto; margin-right: auto; }

/* Hero (featured) */
.news-page__hero { margin-bottom: 3rem; }
.news-hero__link {
    position: relative; display: block; text-decoration: none; color: inherit; border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.news-hero__link:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.08); }
.news-hero__media { position: relative; aspect-ratio: 16/9; background: linear-gradient(135deg, var(--color-bg-soft) 0%, var(--color-surface) 100%); }
.news-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-hero__placeholder {
    width: 100%; height: 100%; background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(79,172,254,0.15) 50%, var(--color-bg-soft) 100%);
    background-size: 200% 200%; animation: news-hero-shimmer 8s ease-in-out infinite;
}
@keyframes news-hero-shimmer { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.news-hero__overlay {
    position: absolute; left: 0; right: 0; bottom: 0; height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 45%, transparent 100%);
    pointer-events: none;
}
.news-hero__content {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1.75rem;
    display: flex; flex-direction: column; align-items: flex-start; gap: 0.5rem;
}
.news-hero__date { font-size: 0.8125rem; color: rgba(255,255,255,0.85); font-weight: 500; }
.news-hero__title {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 800; margin: 0; line-height: 1.2; letter-spacing: -0.02em;
    color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.news-hero__excerpt {
    font-size: 1rem; line-height: 1.5; margin: 0; color: rgba(255,255,255,0.9);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-hero__cta {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-size: 0.9375rem; font-weight: 600; color: var(--color-accent); margin-top: 0.25rem;
    transition: gap 0.2s ease;
}
.news-hero__link:hover .news-hero__cta { gap: 0.6rem; }
.news-hero__cta iconify-icon { font-size: 1.2em; }

/* More stories section */
.news-page__more { margin-top: 0.5rem; }
.news-page__section-title {
    font-size: 1.25rem; font-weight: 700; margin: 0 0 1.5rem; color: var(--color-text);
    letter-spacing: -0.01em; padding-bottom: 0.5rem; border-bottom: 2px solid var(--color-border);
}
.news-page__grid {
    display: grid; gap: 1.5rem;
    grid-template-columns: 1fr;
}
@media (min-width: 560px) {
    .news-page__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
    .news-page__grid { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
}

/* Tile card */
.news-tile {
    display: flex; flex-direction: column; text-decoration: none; color: inherit;
    border-radius: 16px; overflow: hidden; background: var(--color-surface);
    border: 1px solid var(--color-border); transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.news-tile:hover {
    border-color: var(--color-accent); box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.news-tile__media { position: relative; aspect-ratio: 16/10; background: var(--color-bg-soft); }
.news-tile__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.news-tile__placeholder {
    width: 100%; height: 100%; background: linear-gradient(135deg, var(--color-bg-soft) 0%, var(--color-surface) 100%);
}
.news-tile__content { padding: 1.25rem 1.25rem 1.5rem; flex: 1; display: flex; flex-direction: column; gap: 0.35rem; }
.news-tile__date { font-size: 0.75rem; font-weight: 600; color: var(--color-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.news-tile__title {
    font-size: 1.0625rem; font-weight: 700; margin: 0; line-height: 1.35; color: var(--color-text);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    transition: color 0.2s;
}
.news-tile:hover .news-tile__title { color: var(--color-accent); }
.news-tile__excerpt {
    font-size: 0.875rem; color: var(--color-muted); line-height: 1.5; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Empty state */
.news-page__empty {
    text-align: center; padding: 4rem 2rem; max-width: 22rem; margin: 0 auto;
}
.news-page__empty-icon {
    width: 4rem; height: 4rem; margin: 0 auto 1.25rem; display: flex; align-items: center; justify-content: center;
    background: var(--color-accent-soft); border-radius: 50%; color: var(--color-accent);
}
.news-page__empty-icon iconify-icon { font-size: 2.25rem; }
.news-page__empty-title { font-size: 1.375rem; font-weight: 700; margin: 0 0 0.5rem; color: var(--color-text); }
.news-page__empty-text { font-size: 1rem; color: var(--color-muted); margin: 0; line-height: 1.5; }

/* Legacy news layout (other themes / fallback) */
.news-page__layout { display: grid; gap: 2rem; }
@media (min-width: 900px) {
    .news-page__layout { grid-template-columns: 1fr 380px; align-items: start; }
}
.news-page__featured { min-width: 0; }
.news-page__list { display: flex; flex-direction: column; gap: 1rem; }
.news-card { display: block; text-decoration: none; color: inherit; border-radius: 12px; overflow: hidden; border: 1px solid var(--color-border); transition: border-color 0.2s, box-shadow 0.2s; }
.news-card:hover { border-color: var(--color-accent); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.news-card__img-wrap { background: var(--color-bg-soft); }
.news-card__img { width: 100%; height: auto; display: block; object-fit: cover; }
.news-card--featured .news-card__img-wrap { aspect-ratio: 16/10; }
.news-card--featured .news-card__img { height: 100%; object-fit: cover; }
.news-card__content { padding: 1.25rem; }
.news-card__title { font-size: 1.25rem; font-weight: 700; margin: 0 0 0.5rem; line-height: 1.3; color: var(--color-text); }
.news-card--featured .news-card__title { font-size: 1.5rem; }
.news-card__title--small { font-size: 1.0625rem; }
.news-card__excerpt { font-size: 0.9375rem; color: var(--color-muted); margin: 0 0 0.5rem; line-height: 1.5; }
.news-card__excerpt--small { font-size: 0.875rem; }
.news-card__meta { font-size: 0.8125rem; color: var(--color-muted); }
.news-card--row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.news-card--row .news-card__img-wrap--thumb { width: 120px; height: 80px; flex-shrink: 0; }
.news-card--row .news-card__img { width: 120px; height: 80px; object-fit: cover; }
.news-card--row .news-card__content { padding: 1rem; }
@media (max-width: 600px) {
    .news-card--row { grid-template-columns: 1fr; }
    .news-card--row .news-card__img-wrap--thumb { width: 100%; height: 140px; }
    .news-card--row .news-card__img { width: 100%; height: 140px; }
}

/* News page dark mode */
.site.theme-dark .news-hero__overlay { background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 50%, transparent 100%); }
.site.theme-dark .news-hero__placeholder { background: linear-gradient(135deg, var(--color-accent-soft) 0%, rgba(79,172,254,0.2) 50%, var(--color-bg-soft) 100%); }
.site.theme-dark .news-tile { background: var(--color-bg-soft); border-color: var(--color-border); }
.site.theme-dark .news-tile:hover { border-color: var(--color-accent); }
.site.theme-dark .news-page__empty-icon { background: var(--color-accent-soft); }

/* FAQ */
.faq { border-top: 2px solid var(--color-border); }
.faq__item { border-bottom: 1px solid var(--color-border); }
.faq__question {
    width: 100%;
    padding: 1.25rem 0;
    text-align: left;
    background: none;
    border: none;
    color: var(--color-text);
    font-size: 1.0625rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    transition: color 0.2s;
    font-family: inherit;
}
.faq__question:hover { color: var(--color-accent); }
.faq__question::after { content: '+'; font-size: 1.5rem; font-weight: 400; color: var(--color-muted); flex-shrink: 0; transition: transform 0.3s ease; }
.faq__question[aria-expanded="true"]::after { content: '−'; transform: rotate(180deg); }
.faq__answer { padding: 0 0 1.25rem; font-size: 1rem; color: var(--color-muted); line-height: 1.65; animation: fadeIn 0.3s ease; }
.faq__item:hover { background: rgba(0,0,0,0.02); }

/* Footer */
.site-footer {
    margin-top: auto;
    width: 100%;
    background: linear-gradient(180deg, #faf9fd 0%, #fff 100%);
    border-top: 1px solid var(--color-border);
    padding: 3rem 2rem;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.9) inset, 0 -4px 20px rgba(0,0,0,0.03);
}
.site-footer__inner { max-width: var(--width-wide); margin: 0 auto; text-align: center; }
.site-footer__text { font-size: 1rem; color: var(--color-muted); margin: 0 0 0.75rem; line-height: 1.6; }
.site-footer__links { font-size: 0.9375rem; color: var(--color-muted); margin: 1rem 0 0; }
.site-footer__links a { margin: 0 0.2em; }
.site-footer a { color: var(--color-muted); text-decoration: none; font-weight: 500; transition: color 0.2s ease; }
.site-footer a:hover { color: var(--color-accent); text-decoration: underline; }
.site-footer--columns .site-footer__inner { text-align: left; }
.site-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2.5rem; }
.site-footer__block a { display: block; margin-bottom: 0.5rem; font-size: 1rem; }
.site-footer--wide .site-footer__wide { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; }
.site-footer__wide-block { font-size: 0.875rem; }

.widget-off { display: none !important; }

/* Mobile layout & alignment */
@media (max-width: 768px) {
    .section__inner { padding: 2rem 1rem; }
    .hero__inner { padding: 3rem 1rem 2.5rem; }
    .hero__stats { gap: 0.5rem; margin-top: 1.5rem; padding-top: 1.5rem; flex-wrap: nowrap; }
    .hero__stats .hero__stat { max-width: none; padding: 0.5rem 0.35rem; }
    /* Hero split: max 3 cards per row on mobile */
    .hero__inner--split .hero__stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        flex-wrap: wrap;
    }
    .hero__inner--split .hero__stats.hero__stats--cols-2 {
        grid-template-columns: repeat(3, 1fr);
    }
    .hero__inner--split .hero__stats .hero__stat { max-width: none; padding: 0.5rem 0.35rem; }
    .hero__stat-label { font-size: 0.7rem; }
    .hero__stat-value { font-size: 1rem; }
    .hero__stat-icon { font-size: 1.2rem; }
    .trust-strip__inner { gap: 1rem 1.25rem; padding: 0 0.5rem; }
    .trust-strip__item { font-size: 0.875rem; }
    .tools-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .why-grid { grid-template-columns: 1fr; }
    .facts-grid { grid-template-columns: 1fr; }
    .metrics-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .resources-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
    .cta-card { padding: 2rem 1.5rem; }
    .cta-card__title { font-size: 1.35rem; }
    .liq-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -1rem; padding: 0 1rem; }
    .liq-table { min-width: 480px; font-size: 0.9375rem; }
    .liq-table th, .liq-table td { padding: 0.65rem 0.75rem; }
    .chart-wrap { min-height: 280px; }
    .chart-wrap #chart-container { height: 280px; }
    .site-footer { padding: 2rem 1rem; }
}
@media (max-width: 480px) {
    .metrics-grid { grid-template-columns: 1fr; }
    .resources-grid { grid-template-columns: 1fr; }
}

/* Theme toggle */
.theme-toggle { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; border: none; background: var(--color-accent-soft); color: var(--color-accent); border-radius: var(--radius-sm); cursor: pointer; transition: background 0.2s, color 0.2s; }
.theme-toggle:hover { background: var(--color-accent); color: #fff; }
.theme-toggle iconify-icon { font-size: 1.25rem; }
@media (max-width: 768px) { .site-header__nav .theme-toggle { width: 44px; height: 44px; } }

/* Hero: share card, copy/share, sparkline, updated ago, flash */
.hero__share-card { position: relative; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-top: 0.75rem; }
.hero__actions .btn-icon {
    display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.5rem 0.9rem;
    font-size: 0.875rem; font-weight: 600; border-radius: var(--radius-sm); border: 1px solid var(--color-border);
    background: var(--color-surface); color: var(--color-muted); cursor: pointer; transition: all 0.2s;
}
.hero__actions .btn-icon:hover { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }
.hero__updated { font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.5rem; }
.hero__sparkline { width: 100%; max-width: 280px; height: 40px; margin: 0.75rem auto 0; }
.hero__sparkline svg { width: 100%; height: 100%; display: block; }
@keyframes flashGreen { 0%, 100% { background-color: transparent; } 50% { background-color: rgba(13, 125, 46, 0.15); } }
@keyframes flashRed { 0%, 100% { background-color: transparent; } 50% { background-color: rgba(198, 40, 40, 0.15); } }

/* Price alerts */
.alerts-panel {
    background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md);
    padding: 1.25rem; margin-top: 1rem; box-shadow: var(--shadow-sm);
}
.alerts-panel__title { font-size: 1rem; font-weight: 700; margin: 0 0 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.alerts-panel__row { display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.alerts-panel input[type="number"] { width: 100px; padding: 0.5rem 0.6rem; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font-size: 0.9375rem; }
.alerts-panel button { padding: 0.5rem 1rem; font-weight: 600; border-radius: var(--radius-sm); border: none; background: var(--color-accent); color: #fff; cursor: pointer; }
.alerts-panel button:hover { filter: brightness(1.08); }
.alerts-panel__hint { font-size: 0.8125rem; color: var(--color-muted); margin-top: 0.5rem; }

/* Game widget */
.game-widget {
    position: relative;
    background: linear-gradient(145deg, var(--color-surface) 0%, var(--color-bg-soft) 100%);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 2.5rem 2rem;
    box-shadow: var(--shadow-lg), 0 0 0 1px rgba(255,255,255,0.5) inset;
    text-align: center;
    overflow: hidden;
}
.game-widget::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
    opacity: 0.9;
}
/* Game section hero + card redesign */
.game-section {
    background: linear-gradient(165deg, var(--color-bg) 0%, var(--color-bg-soft) 40%, var(--color-bg) 100%);
    position: relative;
}
.site.theme-dark .game-section {
    background: linear-gradient(165deg, #1a1a24 0%, #252532 40%, #1e1e2a 100%);
}
.game-section::before {
    content: ''; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(14, 165, 233, 0.08) 0%, transparent 55%);
    border-radius: inherit;
}
.game-section__inner { position: relative; }
.game-hero { text-align: center; margin-bottom: 2rem; }
.game-hero__badge {
    display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
    color: var(--color-accent); margin-bottom: 0.75rem; padding: 0.35rem 0.85rem;
    background: var(--color-accent-soft); border-radius: 999px;
}
.game-hero__title { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 800; margin: 0 0 0.5rem; letter-spacing: -0.03em; line-height: 1.2; }
.game-hero__sub { font-size: 1rem; color: var(--color-muted); margin: 0; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.5; }
.game-widget--card {
    background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md), 0 0 0 1px rgba(14, 165, 233, 0.06);
    padding: 2rem; max-width: 560px; margin: 0 auto;
    position: relative; overflow: hidden;
    animation: gameCardIn 0.5s ease;
}
.game-widget--redesign {
    max-width: 720px; display: grid; grid-template-columns: 1fr; gap: 1.5rem;
}
@media (min-width: 640px) {
    .game-widget--redesign { grid-template-columns: 1fr 220px; }
    .game-widget--redesign .game-leaderboard { margin-bottom: 0; }
}
.game-widget--redesign .game-widget__play-col { min-width: 0; }
.game-widget--redesign .game-leaderboard { padding: 1rem 1.2rem; }
.game-widget--redesign .game-widget__prompt { margin-bottom: 1.25rem; }
.game-widget--redesign .game-widget__title { font-size: 1.2rem; }
.game-widget--redesign .game-widget__sub { font-size: 0.875rem; margin: 0 0 1rem; }
.game-widget--redesign .game-widget__choices { margin-bottom: 0; }
.game-hero__badge { font-size: 0.7rem; padding: 0.25rem 0.65rem; }
.game-hero__title { font-size: clamp(1.5rem, 3.5vw, 2rem); }
.game-hero__sub { font-size: 0.9375rem; }
.game-widget--card:not(.game-widget--redesign)::before {
    content: ''; position: absolute; inset: -2px; border-radius: inherit; padding: 2px;
    background: linear-gradient(135deg, rgba(153,69,255,0.25), transparent 40%, transparent 60%, rgba(153,69,255,0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none; opacity: 0.7;
}
.game-widget--redesign::before { display: none; }
@keyframes gameCardIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.site.theme-dark .game-widget--card { background: var(--color-bg-soft); box-shadow: 0 12px 40px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,255,255,0.06); }
.game-widget__result.correct .game-widget__result-icon { animation: trophyPop 0.6s ease; }
@keyframes trophyPop { 0% { transform: scale(0.5); opacity: 0; } 60% { transform: scale(1.15); } 100% { transform: scale(1); opacity: 1; } }
.game-widget__prompt { margin-bottom: 1.5rem; }
.game-widget__title { font-size: 1.35rem; font-weight: 800; margin: 0 0 0.35rem; letter-spacing: -0.02em; }
.game-widget__sub { font-size: 0.9375rem; color: var(--color-muted); margin: 0 0 1.5rem; line-height: 1.45; }
.game-widget__choices { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 0.5rem; flex-wrap: wrap; }
@media (max-width: 768px) {
    .game-widget__choices { flex-wrap: nowrap; gap: 1rem; }
}
.game-widget__choice {
    display: flex; flex-direction: column; align-items: center; gap: 0.6rem; padding: 1.75rem 2.25rem;
    border: 3px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-bg);
    cursor: pointer; transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.25s, background 0.25s;
    min-width: 140px;
    animation: gameChoiceIn 0.5s ease backwards;
}
.game-widget__choice:first-child { animation-delay: 0.05s; }
.game-widget__choice:last-child { animation-delay: 0.1s; }
@keyframes gameChoiceIn {
    from { opacity: 0; transform: translateY(12px) scale(0.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.game-widget__choice:hover {
    border-color: var(--color-accent); background: var(--color-accent-soft);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 32px rgba(14, 165, 233, 0.25);
}
.game-widget__choice:active { transform: translateY(-2px) scale(1); }
.game-widget__choice--up .game-widget__choice-icon iconify-icon { color: var(--color-up); }
.game-widget__choice--up:hover .game-widget__choice-icon iconify-icon { color: var(--color-up); filter: brightness(1.15); }
.game-widget__choice--down .game-widget__choice-icon iconify-icon { color: var(--color-down); }
.game-widget__choice--down:hover .game-widget__choice-icon iconify-icon { color: var(--color-down); filter: brightness(1.15); }
.game-widget__choice-icon iconify-icon { font-size: 3.5rem; transition: color 0.2s, filter 0.2s; }
.game-widget__choice-label { font-size: 1.05rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.game-widget__countdown {
    margin: 1.5rem 0; font-variant-numeric: tabular-nums;
    color: var(--color-accent); letter-spacing: -0.04em;
    text-shadow: 0 0 40px rgba(14, 165, 233, 0.3);
}
.game-widget__countdown-viewport {
    position: relative; overflow: hidden;
    height: 5rem; width: 6rem; margin: 0 auto;
    display: flex; align-items: center; justify-content: center;
}
.game-widget__countdown-digit {
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 5rem; font-weight: 800; line-height: 1;
    animation: gameDigitIdle 0.01s;
}
.game-widget__countdown-digit--exit {
    animation: gameDigitExit 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;
}
.game-widget__countdown-digit--enter {
    animation: gameDigitEnter 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes gameDigitExit {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(120%) scale(0.85); opacity: 0; }
}
@keyframes gameDigitEnter {
    0% { transform: translateY(-120%) scale(0.85); opacity: 0; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes gameDigitIdle { to { transform: translateY(0) scale(1); opacity: 1; } }
.game-widget__countdown--go .game-widget__countdown-viewport { height: 5.5rem; width: 10rem; }
.game-widget__countdown--go .game-widget__countdown-digit { font-size: 5.5rem; }
.game-widget__countdown--go .game-widget__countdown-digit--enter { animation: gameGoEnter 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.game-widget__countdown--go .game-widget__countdown-digit--exit { animation: gameDigitExit 0.35s ease forwards; }
@keyframes gameGoEnter {
    0% { transform: translateY(-80%) scale(0.3); opacity: 0; }
    70% { transform: translateY(0) scale(1.08); opacity: 1; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}
.game-widget__your-pick {
    font-size: 0.9375rem; font-weight: 700; margin-bottom: 0.75rem;
    padding: 0.4rem 0.75rem; border-radius: var(--radius-sm);
    display: inline-block;
}
.game-widget__your-pick--up { color: var(--color-up); background: rgba(13, 125, 46, 0.12); }
.game-widget__your-pick--down { color: var(--color-down); background: rgba(198, 40, 40, 0.12); }
.game-widget__live {
    margin: 1rem 0 0; padding: 1.5rem; background: var(--color-bg);
    border-radius: var(--radius-md); border: 1px solid var(--color-border);
    animation: gameLiveIn 0.4s ease;
}
@keyframes gameLiveIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
.game-widget__live-row {
    display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: wrap;
}
.game-widget__live-box {
    flex: 1; min-width: 0; max-width: 180px;
    text-align: center; padding: 1rem 1.25rem;
    border-radius: var(--radius-md); border: 2px solid var(--color-border);
    background: var(--color-surface);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width: 480px) {
    .game-widget__live-row {
        flex-direction: column; align-items: stretch; gap: 0.5rem;
    }
    .game-widget__live-box {
        max-width: none; width: 100%; flex: none;
    }
    .game-widget__live-vs {
        margin: 0; align-self: center;
    }
}
.game-widget__live-box--start { border-color: var(--color-muted); }
.game-widget__live-box--current { border-color: var(--color-accent); box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.15); }
.game-widget__live-vs {
    min-width: 1.5rem; width: 1.5rem; flex-shrink: 0;
    margin: 0 0.5rem;
}
.game-widget__live-block { text-align: center; }
.game-widget__live-label { font-size: 0.8125rem; color: var(--color-muted); margin-bottom: 0.25rem; display: block; }
.game-widget__live-price { font-size: 1.75rem; font-weight: 800; font-variant-numeric: tabular-nums; display: block; transition: transform 0.2s ease; }
.game-widget__live-price--current { color: var(--color-accent); }
.game-widget__live-price--tick { animation: gamePriceTick 0.3s ease; }
@keyframes gamePriceTick {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.game-widget__on-track {
    font-size: 0.9375rem; font-weight: 700; margin-bottom: 0.75rem; padding: 0.35rem 0.75rem;
    border-radius: var(--radius-sm); display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.game-widget__on-track.hidden { display: none !important; }
.game-widget__on-track--yes { color: var(--color-up); background: rgba(13, 125, 46, 0.15); animation: gameOnTrackPulse 1.5s ease-in-out infinite; }
.game-widget__on-track--no { color: var(--color-down); background: rgba(198, 40, 40, 0.1); }
@keyframes gameOnTrackPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.02); }
}
.site.theme-dark .game-widget__live-box { background: var(--color-bg); }
.site.theme-dark .game-widget__live-box--current { border-color: var(--color-accent); }
.game-widget__progress-wrap {
    height: 8px; background: var(--color-border); border-radius: 999px; margin-top: 1rem; overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.06);
}
.game-widget__progress-bar {
    height: 100%; width: 100%; background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
    border-radius: 999px; transition: width 1s linear;
    animation: gameProgressShine 2s ease-in-out infinite;
}
@keyframes gameProgressShine {
    0%, 100% { opacity: 1; filter: brightness(1); }
    50% { opacity: 0.95; filter: brightness(1.1); }
}
.game-widget__timer {
    margin-top: 0.75rem; font-weight: 700;
    font-size: 1.75rem; font-variant-numeric: tabular-nums;
    letter-spacing: 0.05em;
    animation: game-timer-pulse 1s ease-in-out infinite;
}
.game-widget__timer--urgent {
    color: var(--color-down);
    animation: game-timer-pulse-urgent 0.6s ease-in-out infinite;
}
@keyframes game-timer-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.92; transform: scale(1.02); } }
@keyframes game-timer-pulse-urgent { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.game-widget__result {
    margin-top: 1rem; padding: 1.25rem 1.5rem; border-radius: var(--radius-md);
    font-weight: 700; font-size: 1.25rem;
    display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
}
.game-widget__result-icon iconify-icon { font-size: 2.5rem; }
.game-widget__result.correct {
    background: linear-gradient(135deg, rgba(13, 125, 46, 0.2) 0%, rgba(13, 125, 46, 0.08) 100%);
    color: var(--color-up); border: 1px solid rgba(13, 125, 46, 0.3);
}
.game-widget__result.wrong {
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.2) 0%, rgba(198, 40, 40, 0.08) 100%);
    color: var(--color-down); border: 1px solid rgba(198, 40, 40, 0.3);
}
.game-widget__result .small { display: block; font-size: 0.9375rem; font-weight: 500; opacity: 0.95; }
.game-widget__result-actions {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem; margin-top: 1rem;
}
.game-widget__play-again,
.game-widget__share-score {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.65rem 1.35rem; font-size: 1rem; font-weight: 700; font-family: inherit;
    border: 2px solid currentColor; border-radius: var(--radius-md);
    background: transparent; color: inherit; cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.game-widget__play-again:hover,
.game-widget__share-score:hover { background: rgba(255,255,255,0.2); transform: scale(1.03); }
.game-widget__play-again iconify-icon,
.game-widget__share-score iconify-icon { font-size: 1.25rem; }
.game-widget__result.correct .game-widget__share-score { border-color: rgba(255,255,255,0.5); color: inherit; }
.game-confetti {
    position: fixed; inset: 0; pointer-events: none; z-index: 9999; overflow: hidden;
}
.game-confetti__piece {
    position: absolute; top: -10px; width: 10px; height: 10px; border-radius: 2px;
    animation: confettiFall linear forwards;
    opacity: 0.9;
}
@keyframes confettiFall {
    0% { transform: translateY(0) translateX(0) rotate(0deg); opacity: 0.9; }
    100% { transform: translateY(100vh) translateX(var(--tx, 0)) rotate(720deg); opacity: 0; }
}
.game-widget .hidden { display: none !important; }

/* What if widget */
.whatif-section { padding: var(--space) 0; }
.whatif-intro { margin: 0 0 1rem; color: var(--color-muted); }
.whatif-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.75rem; }
.whatif-controls__label { font-weight: 600; margin-right: 0.5rem; }
.whatif-btn {
    padding: 0.5rem 1rem; border-radius: var(--radius-md); border: 1px solid var(--color-border);
    background: var(--color-bg); font-weight: 600; cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.whatif-btn:hover { border-color: var(--color-accent); background: var(--color-accent-soft); }
.whatif-btn.active { border-color: var(--color-accent); background: var(--color-accent-soft); color: var(--color-accent); }
.whatif-result { margin-top: 1rem; padding: 1.25rem; background: var(--color-bg); border-radius: var(--radius-md); border: 1px solid var(--color-border); font-size: 1.0625rem; line-height: 1.5; }
.site.theme-dark .whatif-btn { background: var(--color-surface); color: var(--color-text); border-color: var(--color-border); }
.site.theme-dark .whatif-btn:hover { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }
.site.theme-dark .whatif-btn.active { background: var(--color-accent-soft); color: var(--color-accent); border-color: var(--color-accent); }
.site.theme-dark .whatif-result { background: var(--color-surface); border-color: var(--color-border); color: var(--color-text); }

/* Sentiment (Fear & Greed + Open Interest + Funding Rate) */
.sentiment-section { padding: var(--space) 0; }
.sentiment-grid {
    display: grid; gap: 1.25rem;
    grid-template-columns: 1fr;
}
@media (min-width: 900px) {
    .sentiment-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}
.sentiment-widget {
    padding: 1.5rem; background: var(--color-bg);
    border-radius: var(--radius-md); border: 1px solid var(--color-border);
}
.sentiment-widget--fng { max-width: 420px; }
@media (min-width: 900px) {
    .sentiment-widget--fng { max-width: none; }
}
.sentiment-widget__heading { font-size: 0.875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-muted); margin: 0 0 0.5rem; }
.sentiment-widget__value-wrap { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 0.5rem; }
.sentiment-widget__value {
    font-size: 2.5rem; font-weight: 800; font-variant-numeric: tabular-nums;
    color: var(--color-accent);
}
.sentiment-widget__value--large { font-size: 1.75rem; margin: 0.25rem 0; }
.sentiment-widget__value--positive { color: var(--color-up); }
.sentiment-widget__value--negative { color: var(--color-down); }
.sentiment-widget__label { font-size: 1rem; font-weight: 600; color: var(--color-text); }
.sentiment-widget__bar-wrap {
    height: 12px; background: var(--color-border); border-radius: 999px;
    overflow: hidden; margin-bottom: 0.75rem;
}
.sentiment-widget__bar {
    height: 100%; border-radius: 999px;
    background: linear-gradient(90deg, #c62828 0%, #ff9800 25%, #ffeb3b 50%, #8bc34a 75%, #2e7d32 100%);
    transition: width 0.5s ease;
}
.sentiment-widget__hint { font-size: 0.8125rem; color: var(--color-muted); margin: 0; }

/* Game leaderboard */
.game-leaderboard {
    margin-bottom: 1.75rem; padding: 1.15rem 1.35rem; background: var(--color-bg);
    border-radius: var(--radius-md); border: 1px solid var(--color-border);
}
.game-leaderboard__title { font-size: 1rem; font-weight: 700; margin: 0 0 0.75rem; display: flex; align-items: center; gap: 0.5rem; }
.game-leaderboard__title iconify-icon { color: var(--color-accent); font-size: 1.25rem; }
.game-leaderboard__list { font-size: 0.9375rem; min-height: 2rem; }
.game-leaderboard__ol { list-style: none; margin: 0; padding: 0; }
.game-leaderboard__ol li {
    display: flex; align-items: center; gap: 0.5rem; padding: 0.35rem 0;
    border-bottom: 1px solid var(--color-border);
}
.game-leaderboard__ol li:last-child { border-bottom: none; }
.game-leaderboard__rank { font-weight: 700; color: var(--color-muted); min-width: 2rem; }
.game-leaderboard__name { flex: 1; }
.game-leaderboard__score { font-weight: 700; color: var(--color-accent); }
.game-leaderboard__empty { margin: 0; color: var(--color-muted); }

/* 1-Click Sentiment */
.one-click-sentiment-section { padding: var(--space) 0; }
.one-click-sentiment__intro { margin: 0 0 1.25rem; color: var(--color-muted); max-width: 480px; }
.one-click-sentiment__wrap { max-width: 420px; }
.one-click-sentiment__choices { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.one-click-sentiment__btn {
    flex: 1; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
    padding: 1.25rem 1rem; border: 3px solid var(--color-border); border-radius: var(--radius-lg);
    background: var(--color-bg); font-weight: 800; font-size: 1.1rem; cursor: pointer;
    transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.one-click-sentiment__btn iconify-icon { font-size: 2.5rem; }
.one-click-sentiment__btn--bull:hover { border-color: var(--color-up); background: rgba(13, 125, 46, 0.08); transform: translateY(-2px); }
.one-click-sentiment__btn--bull iconify-icon { color: var(--color-up); }
.one-click-sentiment__btn--bear:hover { border-color: var(--color-down); background: rgba(198, 40, 40, 0.08); transform: translateY(-2px); }
.one-click-sentiment__btn--bear iconify-icon { color: var(--color-down); }
.one-click-sentiment__bar-wrap { display: flex; height: 12px; border-radius: 999px; overflow: hidden; background: var(--color-border); margin-bottom: 0.5rem; }
.one-click-sentiment__bar--bull { background: var(--color-up); transition: width 0.4s ease; }
.one-click-sentiment__bar--bear { background: var(--color-down); transition: width 0.4s ease; }
.one-click-sentiment__pct { font-size: 1rem; font-weight: 700; margin: 0 0 0.25rem; }
.one-click-sentiment__majority { font-size: 0.9375rem; color: var(--color-accent); margin: 0; font-weight: 600; }
.one-click-sentiment__majority.hidden { display: none !important; }

/* Whale move */
.whale-move-section { padding: var(--space) 0; }
.whale-move-card {
    padding: 1.5rem; background: var(--color-bg); border: 1px solid var(--color-border);
    border-radius: var(--radius-lg); max-width: 420px;
}
.whale-move-card__loading { margin: 0; color: var(--color-muted); }
.whale-move-card__content.hidden,
.whale-move-card__empty.hidden { display: none !important; }
.whale-move-card__title { font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-muted); margin: 0 0 0.5rem; }
.whale-move-card__amount { font-size: 1.5rem; font-weight: 800; margin: 0 0 0.5rem; }
.whale-move-card__usd { font-size: 1rem; font-weight: 600; color: var(--color-muted); }
.whale-move-card__link { display: inline-flex; align-items: center; gap: 0.35rem; font-weight: 600; color: var(--color-accent); }
.whale-move-card__link:hover { text-decoration: underline; }
.whale-move-card__link.hidden { display: none !important; }
.site.theme-dark .whale-move-card { background: var(--color-surface); border-color: var(--color-border); }

/* Top ATH & ATL — pro panel */
.ath-atl-section { padding: var(--space) 0; }
.ath-atl-header { margin-bottom: 1.5rem; }
.ath-atl-header__title {
    font-size: 1.125rem; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 0.25rem;
    color: var(--color-text);
}
.ath-atl-header__meta {
    font-size: 0.8125rem; color: var(--color-muted); margin: 0; font-variant-numeric: tabular-nums;
}
.ath-atl-panel {
    background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 10px;
    overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.ath-atl-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto auto;
    gap: 0;
}
.ath-atl-cell {
    padding: 1rem 1.25rem; border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border); min-height: 0;
}
.ath-atl-cell:nth-child(3n) { border-right: none; }
.ath-atl-cell:nth-child(n+4) { border-bottom: none; }
.ath-atl-cell__type {
    font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--color-muted); display: inline-flex; align-items: center; gap: 0.35rem;
}
.ath-atl-cell--ath .ath-atl-cell__type { color: var(--color-up); }
.ath-atl-cell--atl .ath-atl-cell__type { color: var(--color-down); }
.ath-atl-cell__rank {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1.1em; height: 1.1em; font-size: 0.65rem; border-radius: 2px;
    background: currentColor; color: var(--color-surface); opacity: 0.9;
}
.ath-atl-cell__value {
    font-size: 1.375rem; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -0.03em;
    margin: 0.35rem 0 0.2rem; line-height: 1.2;
}
.ath-atl-cell--ath .ath-atl-cell__value { color: var(--color-up); }
.ath-atl-cell--atl .ath-atl-cell__value { color: var(--color-down); }
.ath-atl-cell__date {
    font-size: 0.75rem; color: var(--color-muted); font-variant-numeric: tabular-nums;
}
.ath-atl-cell__spark-wrap {
    margin-top: 0.6rem; margin-left: -1.25rem; margin-right: -1.25rem;
    width: calc(100% + 2.5rem); height: 50px; padding: 0 0.5rem;
    border-radius: 0; box-sizing: border-box;
}
.ath-atl-cell__spark-wrap .ath-atl-cell__spark { width: 100%; height: 100%; display: block; }
.ath-atl-msg { font-size: 0.9375rem; color: var(--color-muted); margin: 0; padding: 1.5rem; text-align: center; }
@media (max-width: 640px) {
    .ath-atl-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .ath-atl-cell { border-right: none; border-bottom: 1px solid var(--color-border); }
    .ath-atl-cell:nth-child(3n) { border-right: none; }
    .ath-atl-cell:last-child { border-bottom: none; }
}
.site.theme-dark .ath-atl-panel { background: var(--color-bg-soft); border-color: var(--color-border); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.site.theme-dark .ath-atl-cell__rank { color: var(--color-bg); }
