:root {
    --bg: #05070a;
    --panel: #0d1015;
    --card: #111419;
    --card-2: #161b22;
    --card-3: #0f141c;
    --border: #1e2229;
    --border-hot: #2a2f3a;
    --text: #e6e8ee;
    --muted: #6b7280;
    --accent: #a259ff;
    --warn: #ffcc00;
    --buy: #00f2ad;
    --sell: #ff4d6d;
    --info: #4facfe;
    --text-soft: #aeb6c5;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hidden {
    display: none !important;
}

.landing-body {
    display: block;
    min-height: 100vh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #05070a;
    color: var(--text);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.landing-section-head,
.feature-card,
.learning-card,
.trust-card,
.pricing-card,
.faq-grid article,
.resource-row,
.guide-card,
.support-card,
.support-process,
.legal-contact,
.article-section-card,
.resource-faq,
.resource-faq article,
.pulse-preview-card,
.pulse-live-panel,
.pulse-feature-card,
.pulse-workflow,
.pulse-assets,
.markets-hero > div,
.markets-source-panel,
.market-card,
.market-detail-card {
    overflow-wrap: anywhere;
}

.landing-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px clamp(16px, 4vw, 48px);
    border-bottom: 1px solid var(--border);
    background: rgba(5, 7, 10, 0.94);
    backdrop-filter: blur(14px);
}

.landing-brand,
.landing-nav-actions,
.landing-actions,
.landing-proof,
.profile-strip {
    display: flex;
    align-items: center;
}

.landing-brand {
    gap: 10px;
    color: var(--text);
    font-weight: 900;
    letter-spacing: 0.7px;
    text-decoration: none;
}

.brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 18px rgba(0, 242, 173, 0.18);
    flex: 0 0 auto;
}

.brand-mark {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--buy), var(--accent));
    display: inline-block;
}

.landing-nav-actions {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.landing-nav-actions a,
.landing-lang,
.landing-login,
.landing-auth-switch,
.landing-auth-close {
    border: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    text-decoration: none;
    cursor: pointer;
}

.landing-nav-actions a:hover,
.landing-lang:hover,
.landing-login:hover,
.landing-auth-switch:hover,
.landing-auth-close:hover {
    color: var(--text);
}

.landing-nav-actions .landing-terminal-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(0, 242, 173, 0.45);
    border-radius: 4px;
    background: var(--buy);
    color: #02120d !important;
    font-weight: 900;
    line-height: 1;
}

.landing-nav-actions .landing-terminal-link:hover {
    background: var(--buy);
    color: #02120d;
}

.landing-lang {
    min-height: 26px;
    padding: 0 8px;
    border: 1px solid var(--border);
    border-radius: 3px;
    font-weight: 900;
}

.language-picker {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.language-trigger {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 62px;
    justify-content: center;
}

.language-flag {
    font-size: 15px;
    line-height: 1;
}

.language-code {
    font-size: 11px;
    line-height: 1;
}

.language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 40;
    width: 220px;
    max-height: min(420px, calc(100vh - 90px));
    overflow-y: auto;
    padding: 6px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(7, 10, 14, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.language-picker.open .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 9px;
    border-radius: 4px;
    color: var(--muted);
    text-decoration: none;
}

.language-option:hover,
.language-option.active {
    background: rgba(0, 242, 173, 0.08);
    color: var(--text);
}

.language-option strong {
    color: var(--muted);
    font-size: 10px;
}

.landing-hero {
    min-height: calc(100vh - 62px);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: clamp(22px, 5vw, 56px);
    padding: clamp(28px, 6vw, 72px) clamp(16px, 4vw, 56px);
    border-bottom: 1px solid var(--border);
    background:
        linear-gradient(90deg, rgba(5, 7, 10, 0.98), rgba(5, 7, 10, 0.80)),
        url("https://images.unsplash.com/photo-1642790106117-e829e14a795f?auto=format&fit=crop&w=1800&q=80") center/cover;
}

@media (min-width: 980px) {
    .landing-hero {
        grid-template-columns: minmax(560px, 0.95fr) minmax(460px, 1.05fr);
    }
}

.landing-hero-copy {
    max-width: 760px;
    min-width: 0;
}

.landing-kicker {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
}

.landing-hero h1 {
    margin: 10px 0 14px;
    font-size: clamp(42px, 5.7vw, 78px);
    line-height: 0.96;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.landing-hero p,
.landing-cta p,
.feature-card p,
.landing-section-head p,
.pricing-card p,
.landing-auth-panel p {
    color: #aeb6c5;
    line-height: 1.55;
}

.landing-hero p {
    max-width: 620px;
    font-size: clamp(16px, 2vw, 20px);
}

.landing-actions {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.landing-actions > .resource-cta,
.landing-actions > .resource-link-button,
.support-quick-actions > .resource-cta,
.support-quick-actions > .resource-link-button,
.account-actions > .resource-cta,
.account-actions > .resource-link-button,
.account-plan-actions > .resource-cta,
.account-plan-actions > .resource-link-button,
.account-next-actions > .resource-cta,
.account-next-actions > .resource-link-button {
    margin-top: 0;
}

.landing-primary,
.landing-secondary {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 4px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.landing-primary {
    border: 1px solid rgba(0, 242, 173, 0.45);
    background: var(--buy);
    color: #02120d;
}

.landing-secondary {
    border: 1px solid var(--border-hot);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
}

.resource-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 34px;
    margin-top: 14px;
    padding: 0 12px;
    border: 1px solid rgba(0, 242, 173, 0.26);
    border-radius: 4px;
    background: rgba(0, 242, 173, 0.06);
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.resource-cta::before {
    content: ">";
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--buy);
    color: #02120d;
    font-family: "Courier New", monospace;
    line-height: 1;
}

.resource-cta:hover {
    border-color: rgba(0, 242, 173, 0.52);
    background: rgba(0, 242, 173, 0.11);
    color: #eef3fb;
}

.resource-link-button {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(0, 242, 173, 0.26);
    border-radius: 4px;
    background: rgba(0, 242, 173, 0.06);
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.resource-link-button:hover {
    border-color: rgba(0, 242, 173, 0.52);
    background: rgba(0, 242, 173, 0.11);
    color: #eef3fb;
}

.learning-band {
    background:
        linear-gradient(180deg, rgba(0, 242, 173, 0.035), rgba(5, 7, 10, 0)),
        #070a0f;
}

.learning-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(240px, 0.85fr));
    gap: 12px;
}

.learning-card {
    display: grid;
    align-content: start;
    gap: 12px;
    min-height: 250px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(17, 21, 28, 0.84);
}

.learning-card.featured {
    border-color: rgba(0, 242, 173, 0.30);
    background: linear-gradient(135deg, rgba(0, 242, 173, 0.11), rgba(17, 21, 28, 0.86));
}

.learning-card > span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 900;
}

.learning-card h3 {
    margin: 0;
    font-size: clamp(20px, 2.4vw, 30px);
    line-height: 1.05;
}

.learning-card h3 a {
    color: var(--text);
    text-decoration: none;
}

.learning-card p {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.5;
}

.learning-card .resource-link-button {
    width: fit-content;
    margin-top: auto;
}

.landing-proof {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.landing-proof span,
.profile-strip span {
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid var(--border);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font-size: 11px;
    font-weight: 800;
}

.landing-terminal-preview {
    width: min(100%, 980px);
    min-height: 520px;
    border: 1px solid rgba(162, 89, 255, 0.28);
    border-radius: 8px;
    background: rgba(10, 13, 18, 0.94);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

@media (min-width: 980px) and (max-width: 1380px) {
    .landing-hero {
        grid-template-columns: minmax(520px, 0.9fr) minmax(420px, 1fr);
        gap: 28px;
    }

    .landing-terminal-preview {
        min-height: 470px;
    }

    .landing-hero h1 {
        font-size: clamp(48px, 5vw, 66px);
    }
}

.preview-top {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    background: var(--card-2);
    font-weight: 900;
}

.preview-live {
    color: var(--buy);
}

.preview-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
}

@media (min-width: 720px) {
    .preview-grid {
        grid-template-columns: 0.9fr 1.3fr;
    }
}

.preview-panel {
    min-height: 150px;
    border: 1px solid var(--border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.025);
    padding: 12px;
}

.preview-head {
    margin-bottom: 10px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.preview-event,
.preview-news-item {
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
}

.preview-event span,
.preview-event em,
.preview-bias span {
    display: block;
    color: var(--muted);
    font-style: normal;
    font-size: 11px;
}

.preview-event strong,
.preview-bias strong {
    display: block;
    margin: 4px 0;
    color: var(--text);
}

.preview-event.high {
    border-left: 3px solid var(--sell);
    padding-left: 8px;
}

.preview-chart {
    min-height: 314px;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 18px;
    background:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        #080b10;
    background-size: 100% 52px, 64px 100%, auto;
}

.preview-candle {
    width: 28px;
    height: 120px;
    border-radius: 3px;
    background: var(--buy);
}

.preview-candle.down {
    height: 90px;
    background: var(--sell);
}

.preview-candle.tall { height: 180px; }
.preview-candle.short { height: 70px; }

.preview-news-item {
    color: var(--text);
    font-weight: 700;
}

.preview-bias strong {
    color: var(--sell);
    font-size: 28px;
}

.landing-band,
.landing-cta {
    padding: clamp(34px, 6vw, 72px) clamp(16px, 4vw, 56px);
}

.landing-section-head {
    max-width: 720px;
    margin-bottom: 22px;
}

.landing-section-head p {
    margin: 10px 0 0;
    max-width: 680px;
    font-size: 15px;
}

.landing-section-head h2,
.landing-cta h2,
.landing-auth-panel h2 {
    margin: 8px 0 0;
    font-size: clamp(26px, 4vw, 46px);
    line-height: 1.05;
    letter-spacing: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.feature-card {
    min-height: 210px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
    padding: 18px;
}

.feature-card span {
    color: var(--accent);
    font-family: "Courier New", monospace;
    font-weight: 900;
}

.feature-card h3 {
    margin: 20px 0 8px;
    font-size: 18px;
}

.feature-card h3 a {
    color: #eef3fb;
    text-decoration: none;
}

.feature-card h3 a:hover {
    color: var(--accent);
}

.market-pulse-band {
    border-top: 1px solid rgba(0, 242, 173, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at 82% 18%, rgba(0, 242, 173, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(17, 21, 28, 0.92), rgba(5, 7, 10, 0.98));
}

.pulse-preview-grid {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pulse-preview-card {
    min-height: 170px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(10, 14, 20, 0.88);
}

.pulse-main-card {
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.12), rgba(17, 21, 28, 0.92)),
        var(--card);
}

.pulse-preview-card span,
.pulse-feature-card span,
.pulse-board-top span,
.pulse-mini-grid span,
.pulse-asset-grid span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.pulse-preview-card strong {
    display: block;
    margin-top: 22px;
    color: var(--text);
    font-size: clamp(20px, 2.6vw, 34px);
    line-height: 1;
}

.pulse-preview-card p {
    margin: 14px 0 0;
    color: #aeb6c5;
    line-height: 1.5;
}

.market-pulse-page {
    width: min(1180px, calc(100% - 32px));
}

.pulse-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 14px;
    align-items: stretch;
    margin-bottom: 18px;
}

.pulse-hero-copy,
.pulse-board,
.pulse-workflow,
.pulse-assets,
.pulse-feature-card {
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
}

.pulse-hero-copy {
    padding: clamp(24px, 4vw, 42px);
}

.pulse-hero-copy h1 {
    margin: 10px 0 14px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 0.98;
    letter-spacing: 0;
}

.pulse-hero-copy p {
    max-width: 680px;
    color: #c7ceda;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.6;
}

.pulse-board {
    display: grid;
    gap: 18px;
    padding: 20px;
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.1), rgba(17, 21, 28, 0.86)),
        #0b0f15;
}

.pulse-live-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 242, 173, 0.18);
    border-radius: 4px;
    background: rgba(0, 242, 173, 0.05);
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pulse-live-note strong {
    color: var(--buy);
}

.pulse-board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pulse-board-top strong {
    padding: 6px 9px;
    border: 1px solid rgba(255, 204, 102, 0.35);
    border-radius: 4px;
    color: #ffcc66;
    font-size: 12px;
    text-transform: uppercase;
}

.pulse-score {
    display: grid;
    gap: 8px;
    place-items: center;
    min-height: 190px;
    border: 1px solid rgba(0, 242, 173, 0.18);
    border-radius: 6px;
    background: rgba(0, 242, 173, 0.05);
}

.pulse-score span {
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-size: clamp(58px, 9vw, 96px);
    font-weight: 900;
    line-height: 0.9;
}

.pulse-score p {
    max-width: 240px;
    margin: 0;
    color: #c7ceda;
    text-align: center;
}

.pulse-mini-grid,
.pulse-asset-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.pulse-mini-grid div,
.pulse-asset-grid article {
    display: grid;
    gap: 8px;
    min-height: 86px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(5, 7, 10, 0.55);
}

.pulse-mini-grid strong,
.pulse-asset-grid strong {
    color: var(--text);
    font-size: 16px;
}

.pulse-live-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.pulse-live-panel {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
}

.pulse-live-head {
    display: grid;
    gap: 5px;
    margin-bottom: 8px;
}

.pulse-live-head span,
.pulse-live-row span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.pulse-live-head strong {
    color: var(--text);
    font-size: 20px;
}

.pulse-live-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 12px;
    min-height: 74px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(5, 7, 10, 0.44);
    color: inherit;
    text-decoration: none;
}

.pulse-live-row:hover {
    border-color: rgba(0, 242, 173, 0.28);
    background: rgba(0, 242, 173, 0.055);
}

.pulse-live-row strong {
    grid-column: 1 / -1;
    color: #eef3fb;
    font-size: 15px;
    line-height: 1.35;
}

.pulse-live-row em {
    align-self: start;
    padding: 4px 7px;
    border: 1px solid rgba(0, 242, 173, 0.18);
    border-radius: 4px;
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.pulse-live-row.locked em {
    border-color: rgba(255, 204, 102, 0.24);
    color: #ffcc66;
}

.pulse-live-empty,
.pulse-locked-note,
.pulse-public-summary {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.55;
}

.pulse-live-empty {
    padding: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.pulse-locked-note {
    margin-top: 6px;
    color: var(--muted);
    font-size: 13px;
}

.pulse-public-summary {
    max-width: 780px;
    margin-bottom: 14px;
}

.pulse-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.pulse-feature-card {
    min-height: 220px;
    padding: 18px;
}

.pulse-feature-card h2 {
    margin: 22px 0 8px;
    font-size: 18px;
}

.pulse-feature-card p {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.55;
}

.pulse-workflow {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    padding: clamp(22px, 4vw, 34px);
    margin-bottom: 18px;
}

.pulse-workflow h2,
.pulse-assets h2 {
    margin: 8px 0 0;
    color: #eef3fb;
    font-size: clamp(26px, 4vw, 42px);
    line-height: 1.05;
}

.pulse-workflow p {
    color: #aeb6c5;
    line-height: 1.6;
}

.pulse-workflow ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pulse-workflow li {
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(5, 7, 10, 0.44);
}

.pulse-workflow li strong {
    color: var(--buy);
}

.pulse-workflow li span {
    color: #c7ceda;
    line-height: 1.45;
}

.pulse-assets {
    padding: clamp(24px, 4vw, 38px);
    margin-bottom: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(17, 21, 28, 0.55);
}

.pulse-asset-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.markets-page {
    width: min(1180px, calc(100% - 32px));
}

.markets-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.65fr);
    gap: 14px;
    align-items: stretch;
    margin-bottom: 18px;
}

.markets-hero > div,
.markets-source-panel,
.market-card,
.market-detail-card {
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
}

.markets-hero > div {
    padding: clamp(24px, 4vw, 42px);
}

.markets-hero h1 {
    margin: 10px 0 14px;
    color: #f4f7fb;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 0.98;
    letter-spacing: 0;
}

.markets-hero p {
    max-width: 760px;
    color: #c7ceda;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.6;
}

.markets-source-panel {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 22px;
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.1), rgba(17, 21, 28, 0.88)),
        #0b0f15;
}

.markets-source-panel span,
.market-card-top span,
.market-card-top em,
.market-card strong,
.market-detail-card > span,
.market-driver-tags span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.markets-source-panel strong {
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-size: clamp(42px, 7vw, 76px);
    line-height: 0.9;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.market-card {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 245px;
    padding: clamp(20px, 2.4vw, 26px);
}

.market-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.market-card h2 {
    margin: 8px 0 0;
    color: var(--text);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
}

.market-card strong {
    color: var(--buy);
}

.market-card p {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.5;
}

.market-card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.market-card-actions .resource-cta,
.market-card-actions .resource-link-button {
    margin-top: 0;
}

.markets-explain {
    margin-bottom: 18px;
}

.market-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.market-detail-card {
    min-height: 230px;
    padding: clamp(24px, 3vw, 34px);
}

.market-detail-card.featured {
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.08), rgba(17, 21, 28, 0.92)),
        var(--card);
}

.market-detail-card h2 {
    margin: 20px 0 10px;
    color: var(--text);
    font-size: 22px;
}

.market-detail-card p {
    margin: 0;
    color: #c7ceda;
    line-height: 1.6;
}

.market-driver-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.market-driver-tags span {
    padding: 8px 10px;
    border: 1px solid rgba(0, 242, 173, 0.2);
    border-radius: 4px;
    background: rgba(0, 242, 173, 0.05);
    color: var(--buy);
}

.market-related-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.market-related-links a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(5, 7, 10, 0.44);
    color: var(--text);
    font-weight: 900;
    text-decoration: none;
}

.market-related-links a:hover {
    border-color: rgba(0, 242, 173, 0.28);
    color: var(--buy);
}

.resource-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.resource-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.035), rgba(17, 21, 28, 0.94)),
        var(--card);
    padding: 20px;
}

.resource-row h2 {
    margin: 8px 0 8px;
    color: #eef3fb;
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.08;
}

.resource-row span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.resource-row h2 a {
    color: #eef3fb;
    text-decoration: none;
}

.resource-row h2 a:hover {
    color: var(--accent);
}

.resource-row p {
    margin: 0;
    color: #c7ceda;
    line-height: 1.6;
}

.resource-row .resource-cta {
    justify-self: end;
    margin-top: 0;
    white-space: nowrap;
}

.trust-band {
    border-top: 1px solid rgba(0, 242, 173, 0.16);
    border-bottom: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(0, 242, 173, 0.04), rgba(5, 7, 10, 0)),
        #05070a;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.trust-card {
    min-height: 210px;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(17, 21, 28, 0.84);
}

.trust-card span {
    color: var(--buy);
    font-family: "Courier New", monospace;
    font-weight: 900;
}

.trust-card h3 {
    margin: 22px 0 8px;
    color: var(--text);
    font-size: 18px;
}

.trust-card p {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.55;
}

.guide-index-page {
    width: min(1120px, calc(100% - 32px));
}

.resource-index-page {
    width: min(1120px, calc(100% - 32px));
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.guide-card {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.035), rgba(17, 21, 28, 0.94)),
        var(--card);
}

.guide-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.guide-card-top > span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.guide-card h2 {
    margin: 0;
    color: #eef3fb;
    font-size: clamp(22px, 2.5vw, 31px);
    line-height: 1.12;
}

.guide-card h2 a {
    color: #eef3fb;
    text-decoration: none;
}

.guide-card h2 a:hover {
    color: var(--accent);
}

.guide-card p {
    margin: 0;
    color: #c7ceda;
    line-height: 1.6;
}

.landing-band.compact {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--panel);
}

.profile-strip {
    gap: 8px;
    flex-wrap: wrap;
}

.pricing-band {
    background: #080b10;
    border-bottom: 1px solid var(--border);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.pricing-card {
    position: relative;
    min-height: 330px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pricing-card.featured {
    border-color: rgba(0, 242, 173, 0.38);
    box-shadow: 0 18px 48px rgba(0, 242, 173, 0.08);
}

.pricing-label,
.pricing-badge {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border: 1px solid var(--border);
    border-radius: 3px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pricing-points {
    display: grid;
    gap: 7px;
    margin: 12px 0 18px;
    padding: 0;
    list-style: none;
    color: #c7ceda;
    font-size: 13px;
    line-height: 1.35;
}

.pricing-points li {
    position: relative;
    padding-left: 15px;
}

.pricing-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--buy);
}

.pricing-note {
    display: grid;
    gap: 6px;
    margin-top: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 242, 173, 0.22);
    border-radius: 6px;
    background: rgba(0, 242, 173, 0.055);
}

.pricing-note strong {
    color: var(--buy);
    font-size: 13px;
}

.pricing-note span {
    color: #aeb6c5;
    line-height: 1.5;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.faq-grid article {
    min-height: 150px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
}

.faq-grid h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.faq-grid p {
    margin: 0;
    color: #aeb6c5;
    line-height: 1.5;
}

.landing-footer {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(0, 2.2fr);
    gap: clamp(24px, 5vw, 64px);
    padding: clamp(34px, 6vw, 72px) clamp(16px, 4vw, 56px) 28px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    background: #05070a;
}

.footer-brand {
    display: grid;
    align-content: start;
    gap: 12px;
}

.footer-brand p {
    max-width: 360px;
    margin: 0;
    color: #aeb6c5;
    line-height: 1.55;
}

.footer-brand .resource-cta {
    width: fit-content;
    margin-top: 4px;
}

.landing-footer > nav:not(.footer-grid) {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: clamp(18px, 3vw, 34px);
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-column h3 {
    margin: 0 0 4px;
    color: var(--text);
    font-size: 13px;
    text-transform: uppercase;
}

.landing-footer a {
    color: #aeb6c5;
    text-decoration: none;
    font-weight: 800;
}

.landing-footer a:hover {
    color: var(--buy);
}

.footer-risk {
    grid-column: 1 / -1;
    padding-top: 22px;
    border-top: 1px solid var(--border);
    color: #8d96a6;
    font-size: 13px;
    line-height: 1.55;
}

.legal-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 242, 173, 0.055), transparent 30vw),
        radial-gradient(circle at 82% 8%, rgba(162, 89, 255, 0.05), transparent 34vw),
        var(--bg);
    display: block;
    color: var(--text);
}

.legal-page {
    width: min(980px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(34px, 6vw, 72px) 0;
    color: var(--text);
}

.legal-body h1,
.legal-body h2,
.legal-body h3,
.legal-body h4,
.legal-body strong,
.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body h4,
.landing-body strong {
    color: var(--text);
}

.article-page {
    width: min(1180px, calc(100% - 32px));
}

.article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    gap: clamp(18px, 4vw, 46px);
    align-items: stretch;
    padding: clamp(28px, 5vw, 58px);
    border: 1px solid var(--border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 242, 173, 0.08), rgba(128, 90, 213, 0.05)),
        #080b10;
}

.article-hero-copy {
    display: grid;
    align-content: center;
    gap: 14px;
}

.article-hero h1 {
    margin: 0;
    font-size: clamp(36px, 6vw, 72px);
    line-height: 0.98;
    letter-spacing: 0;
}

.article-hero p {
    max-width: 760px;
    margin: 0;
    color: #c7ceda;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.article-hero .landing-actions {
    margin-top: 6px;
}

.article-hero-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: end;
    gap: 10px;
    min-height: 260px;
    padding: 20px;
    border: 1px solid rgba(0, 242, 173, 0.24);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(0, 242, 173, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(5, 7, 10, 0.72);
}

.article-hero-panel::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto;
    height: 118px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background:
        linear-gradient(90deg, transparent 24%, rgba(0, 242, 173, 0.72) 24% 32%, transparent 32% 44%, rgba(255, 74, 113, 0.72) 44% 52%, transparent 52% 64%, rgba(0, 242, 173, 0.72) 64% 72%, transparent 72%),
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 100% 100%, 100% 29px, 42px 100%;
    opacity: 0.82;
}

.article-hero-panel > * {
    position: relative;
    z-index: 1;
}

.article-hero-panel span,
.article-sidebar > span,
.article-related strong {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.article-hero-panel strong {
    color: var(--text);
    font-size: 26px;
    line-height: 1;
}

.article-hero-panel p {
    font-size: 14px;
    line-height: 1.55;
}

.article-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: clamp(22px, 4vw, 46px);
    align-items: start;
    margin-top: 26px;
}

.article-sidebar {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(17, 21, 28, 0.78);
}

.article-sidebar nav,
.article-related {
    display: grid;
    gap: 9px;
}

.article-sidebar nav a,
.article-related a {
    color: #aeb6c5;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: none;
}

.article-sidebar nav a:hover,
.article-related a:hover {
    color: var(--buy);
}

.article-related {
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.article-content {
    display: grid;
    gap: 14px;
}

.article-section-card {
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--card);
}

.article-section-card span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--accent);
    font-family: "Courier New", monospace;
    font-weight: 900;
}

.article-section-card h2 {
    margin: 0 0 12px;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.08;
}

.article-section-card p {
    margin: 0;
    color: #c7ceda;
    font-size: 16px;
    line-height: 1.75;
}

.legal-page h1 {
    max-width: 920px;
    margin: 12px 0 14px;
    color: #f4f7fb;
    font-size: clamp(38px, 6vw, 68px);
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.legal-page > .landing-kicker,
.legal-page .article-hero .landing-kicker,
.legal-page .markets-hero .landing-kicker,
.legal-page .pulse-hero .landing-kicker,
.legal-page .landing-section-head .landing-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid rgba(0, 242, 173, 0.24);
    border-radius: 4px;
    background: rgba(0, 242, 173, 0.055);
    color: var(--buy);
    font-size: 12px;
    letter-spacing: 0.7px;
}

.legal-page > p {
    max-width: 820px;
    margin: 0 0 26px;
    color: #c7ceda;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.7;
}

.legal-updated {
    margin: 0 0 24px;
    color: #9ea8b8;
    font-family: "Courier New", monospace;
    font-weight: 800;
}

.legal-page section {
    border-top: 1px solid var(--border);
}

.legal-page > section:not(.article-hero):not(.markets-hero):not(.pulse-hero):not(.landing-cta):not(.resource-list):not(.guide-grid):not(.support-grid):not(.market-grid):not(.market-detail-grid):not(.pulse-feature-grid):not(.pulse-live-grid) {
    padding: clamp(22px, 3vw, 30px);
    border-right: 1px solid rgba(255, 255, 255, 0.035);
    border-left: 1px solid rgba(255, 255, 255, 0.035);
    background: linear-gradient(180deg, rgba(17, 21, 28, 0.42), rgba(8, 11, 16, 0.18));
}

.legal-page h2 {
    margin: 0 0 12px;
    color: #eef3fb;
    font-size: clamp(22px, 2.8vw, 30px);
    line-height: 1.12;
    letter-spacing: 0;
}

.legal-page p {
    margin: 0;
    color: #c7ceda;
    font-size: 16px;
    line-height: 1.75;
}

.legal-page a {
    color: var(--buy);
    text-decoration-color: rgba(0, 242, 173, 0.45);
}

.legal-contact {
    padding: clamp(22px, 3vw, 30px);
    border-color: rgba(0, 242, 173, 0.22) !important;
    background: linear-gradient(135deg, rgba(0, 242, 173, 0.06), rgba(17, 21, 28, 0.72)) !important;
}

.resource-faq {
    display: grid;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px) !important;
    border: 1px solid rgba(0, 242, 173, 0.18) !important;
    border-radius: 6px;
    background: rgba(0, 242, 173, 0.035);
}

.resource-faq article {
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
}

.resource-faq h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 16px;
    line-height: 1.35;
}

.support-page .support-quick-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.support-page .support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.support-card {
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
}

.support-card h2 {
    font-size: 17px;
}

.support-process ol {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #c7ceda;
    line-height: 1.65;
}

.pricing-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    border-color: rgba(0, 242, 173, 0.35);
    color: var(--buy);
}

.pricing-price {
    margin-top: 24px;
    color: var(--text);
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.pricing-price span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.pricing-card p {
    min-height: 66px;
    margin: 16px 0 22px;
    font-size: 14px;
}

.pricing-card .landing-primary,
.pricing-card .landing-secondary {
    margin-top: auto;
    width: 100%;
}

.landing-cta {
    text-align: center;
}

.landing-cta p {
    margin: 12px auto 20px;
    max-width: 560px;
}

.landing-auth {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(0, 0, 0, 0.68);
}

.landing-auth-panel {
    position: relative;
    width: min(430px, 100%);
    border: 1px solid var(--border-hot);
    border-radius: 8px;
    background: #0a0d12;
    padding: 24px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.5);
}

.landing-auth-close {
    position: absolute;
    top: 12px;
    right: 14px;
}

.landing-auth-form {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.landing-auth-form input {
    min-height: 42px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: #05070a;
    color: var(--text);
    outline: none;
}

.landing-auth-form input:focus {
    border-color: var(--accent);
}

.landing-auth-switch {
    margin-top: 12px;
}

.landing-auth-message {
    min-height: 20px;
    margin-top: 12px;
    color: var(--muted);
}

.landing-auth-message.ok { color: var(--buy); }
.landing-auth-message.err { color: var(--sell); }

.account-page {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px) 0;
}

.account-page [hidden] {
    display: none !important;
}

.account-hero {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.account-hero h1 {
    margin: 8px 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 0.98;
}

.account-hero p,
.account-panel p {
    max-width: 720px;
    color: #aeb6c5;
    line-height: 1.55;
}

.account-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.account-hero-actions .resource-cta,
.account-hero-actions .resource-link-button {
    margin-top: 0;
}

.account-dashboard {
    display: grid;
    grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
    gap: 12px;
}

.account-panel {
    position: static;
    right: auto;
    bottom: auto;
    width: auto;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(18, 24, 34, 0.96), rgba(10, 13, 18, 0.96));
    padding: 20px;
    box-shadow: none;
}

.account-panel h2 {
    margin: 8px 0 10px;
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.08;
}

.account-profile-panel {
    grid-row: span 2;
}

.account-confirm-panel,
.account-next-panel,
.reset-panel {
    grid-column: 1 / -1;
    border-color: rgba(0, 242, 173, 0.28);
}

.account-next-panel {
    display: grid;
    gap: 12px;
}

.account-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.account-progress-step {
    min-height: 44px;
    padding: 9px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.account-progress-step span {
    display: block;
    margin-bottom: 4px;
    color: var(--sell);
}

.account-progress-step.done {
    border-color: rgba(0, 242, 173, 0.32);
    background: rgba(0, 242, 173, 0.06);
    color: #eef3fb;
}

.account-progress-step.done span {
    color: var(--buy);
}

.account-next-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.account-next-actions .resource-cta,
.account-next-actions .resource-link-button {
    margin-top: 0;
}

.reset-page {
    width: min(720px, calc(100% - 32px));
}

.account-status-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.account-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(0, 242, 173, 0.34);
    border-radius: 4px;
    color: var(--buy);
    background: rgba(0, 242, 173, 0.08);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}

.account-facts {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
}

.account-facts.compact {
    margin-top: 14px;
}

.account-facts div {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
}

.account-facts dt {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.account-facts dd {
    margin: 0;
    color: #eef3fb;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.account-actions,
.account-plan-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.account-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.account-form.single {
    grid-template-columns: 1fr;
}

.account-form label {
    display: grid;
    gap: 7px;
}

.account-form label span {
    color: var(--muted);
    font-family: "Courier New", monospace;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.account-form input {
    min-height: 42px;
    border: 1px solid var(--border);
    border-radius: 4px;
    background: #06090d;
    color: var(--text);
    padding: 0 12px;
    font: inherit;
}

.account-form input:focus {
    outline: 1px solid var(--buy);
    border-color: rgba(0, 242, 173, 0.5);
}

.account-form-wide,
.account-submit {
    grid-column: 1 / -1;
}

.account-message {
    min-height: 20px;
    margin-top: 12px;
    color: var(--muted);
    font-weight: 800;
}

.account-message.ok { color: var(--buy); }
.account-message.err { color: var(--sell); }

.account-page button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
    filter: grayscale(0.4);
}

@media (max-width: 700px) {
    .landing-nav {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 16px;
    }

    .landing-nav-actions {
        width: 100%;
        justify-content: flex-start;
        gap: 9px;
    }

    .landing-nav-actions a,
    .landing-lang,
    .landing-login {
        min-height: 32px;
    }

    .legal-page,
    .account-page,
    .markets-page,
    .guide-index-page,
    .resource-index-page,
    .article-page {
        width: min(100% - 24px, 1180px);
        padding-top: 26px;
        padding-bottom: 42px;
    }

    .legal-page h1,
    .article-hero h1,
    .markets-hero h1,
    .pulse-hero-copy h1,
    .account-hero h1 {
        font-size: clamp(34px, 12vw, 46px);
        line-height: 1;
    }

    .legal-page h2,
    .pulse-workflow h2,
    .pulse-assets h2 {
        font-size: clamp(22px, 7vw, 30px);
    }

    .legal-page > section:not(.article-hero):not(.markets-hero):not(.pulse-hero):not(.landing-cta):not(.resource-list):not(.guide-grid):not(.support-grid):not(.market-grid):not(.market-detail-grid):not(.pulse-feature-grid):not(.pulse-live-grid) {
        padding: 20px;
    }

    .learning-grid,
    .landing-footer,
    .footer-grid,
    .trust-grid,
    .pulse-preview-grid,
    .pulse-hero,
    .pulse-live-grid,
    .pulse-feature-grid,
    .pulse-workflow,
    .pulse-asset-grid,
    .markets-hero,
    .market-grid,
    .market-detail-grid,
    .market-related-links,
    .article-hero,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .learning-card,
    .trust-card,
    .pulse-preview-card,
    .pulse-feature-card {
        min-height: auto;
    }

    .pulse-mini-grid {
        grid-template-columns: 1fr;
    }

    .market-card,
    .market-detail-card {
        min-height: auto;
    }

    .footer-grid {
        gap: 22px;
    }

    .article-hero {
        padding: 22px;
    }

    .article-hero-panel {
        min-height: auto;
    }

    .article-hero-panel::before {
        display: none;
    }

    .article-sidebar {
        position: static;
    }

    .account-hero,
    .account-dashboard,
    .account-form {
        grid-template-columns: 1fr;
    }

    .account-hero {
        display: grid;
        align-items: start;
    }

    .account-hero-actions {
        justify-content: flex-start;
    }

    .account-status-panel,
    .account-profile-panel {
        grid-row: auto;
    }

    .account-progress {
        grid-template-columns: 1fr;
    }

    .account-facts div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .resource-row {
        grid-template-columns: 1fr;
    }

    .resource-row .resource-cta {
        width: fit-content;
        justify-self: start;
    }

    .support-page .support-grid {
        grid-template-columns: 1fr;
    }

    .guide-grid {
        grid-template-columns: 1fr;
    }

    .guide-card-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-page .support-quick-actions .resource-cta,
    .support-page .support-quick-actions .resource-link-button {
        width: 100%;
        justify-content: center;
    }
}
