:root {
    --gmm-navy: #071a33;
    --gmm-navy-2: #0a2444;
    --gmm-blue: #1261a6;
    --gmm-cyan: #17a2b8;
    --gmm-green: #0b8f55;
    --gmm-red: #c93636;
    --gmm-gold: #e9ad28;
    --gmm-ink: #172033;
    --gmm-heading: #071a33;
    --gmm-muted: #667085;
    --gmm-line: #e3e9f0;
    --gmm-surface: #ffffff;
    --gmm-surface-2: #f4f7fb;
    --gmm-surface-3: #edf2f7;
    --gmm-shadow: 0 18px 50px rgba(7, 26, 51, .10);
    --gmm-shadow-sm: 0 8px 24px rgba(7, 26, 51, .08);
    --gmm-radius: 16px;
    --gmm-radius-sm: 10px;
    --gmm-container: 1240px;
    --gmm-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: light;
}

html[data-theme="dark"] {
    --gmm-blue: #55a7ea;
    --gmm-cyan: #4fc8d7;
    --gmm-ink: #edf4fb;
    --gmm-heading: #eef5ff;
    --gmm-muted: #a7b4c4;
    --gmm-line: #263a52;
    --gmm-surface: #0c1726;
    --gmm-surface-2: #07111e;
    --gmm-surface-3: #122238;
    --gmm-shadow: 0 18px 50px rgba(0, 0, 0, .28);
    --gmm-shadow-sm: 0 8px 24px rgba(0, 0, 0, .24);
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--gmm-surface-2); color: var(--gmm-ink); font-family: var(--gmm-font); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gmm-blue); text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: var(--gmm-cyan); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 40px), var(--gmm-container)); margin-inline: auto; }
.container--wide { width: min(calc(100% - 40px), 1380px); }
.container--article-head { max-width: 1000px; }
.site-shell { min-height: 100vh; overflow: clip; }
.site-main { padding: 48px 0 80px; }
.home-main { padding-top: 34px; }

.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--gmm-surface); clip: auto !important; clip-path: none; color: var(--gmm-ink); display: block; font-size: 14px; height: auto; left: 8px; padding: 12px 16px; top: 8px; width: auto; z-index: 999999; border-radius: 8px; box-shadow: var(--gmm-shadow); }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--gmm-surface); box-shadow: 0 1px 0 var(--gmm-line); transition: transform .3s ease, box-shadow .3s ease; }
.has-sticky-header .site-header { position: sticky; top: 0; }
.site-header.is-compact { box-shadow: var(--gmm-shadow-sm); }
.site-header.is-hidden { transform: translateY(-100%); }
.topbar { background: #041224; color: #cbd8e8; font-size: 12px; min-height: 36px; display: flex; align-items: center; }
.topbar__inner { display: flex; align-items: center; gap: 24px; }
.topbar__date { text-transform: capitalize; white-space: nowrap; }
.top-menu { margin-left: auto; }
.top-menu ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.top-menu a { color: #cbd8e8; }
.topbar .social-links a { color: #cbd8e8; width: 28px; height: 28px; }

.breaking-bar { background: #0a2444; color: #fff; border-top: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.breaking-bar__inner { min-height: 38px; display: flex; align-items: center; gap: 18px; }
.breaking-label { display: inline-flex; align-items: center; align-self: stretch; padding: 0 17px; margin-left: -17px; background: var(--gmm-red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.breaking-track { display: flex; align-items: center; gap: 32px; overflow: hidden; white-space: nowrap; }
.breaking-track a { color: #fff; font-size: 13px; position: relative; }
.breaking-track a::after { content: ""; position: absolute; right: -18px; top: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--gmm-cyan); }

.brand-row { background: var(--gmm-surface); }
.brand-row__inner { min-height: 108px; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 24px; }
.site-branding { display: flex; flex-direction: column; align-items: flex-start; justify-self: start; }
.custom-logo-link img { max-height: 72px; width: auto; }
.text-logo { display: inline-flex; align-items: baseline; font-weight: 900; letter-spacing: -.05em; font-size: clamp(22px, 3.2vw, 36px); line-height: 1; color: var(--gmm-heading); }
.text-logo:hover { color: var(--gmm-heading); }
.text-logo__money { color: var(--gmm-blue); }
.text-logo__monitor { margin-left: .12em; font-weight: 500; color: var(--gmm-cyan); }
.site-description { margin: 9px 0 0; color: var(--gmm-muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.menu-toggle { visibility: hidden; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.icon-button { border: 1px solid var(--gmm-line); background: var(--gmm-surface); color: var(--gmm-heading); width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 50%; padding: 0; }
.icon-button:hover { background: var(--gmm-surface-3); color: var(--gmm-blue); }
.gmm-icon { display: inline-flex; align-items: center; justify-content: center; }
.icon-button .gmm-icon { font-size: 20px; }
.icon-close, .icon-sun { display: none; }
.search-open .search-toggle .icon-search, .menu-open .menu-toggle .icon-menu, html[data-theme="dark"] .theme-toggle .icon-moon { display: none; }
.search-open .search-toggle .icon-close, .menu-open .menu-toggle .icon-close, html[data-theme="dark"] .theme-toggle .icon-sun { display: inline-flex; }

.button, .wp-element-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--gmm-blue); color: #fff; border: 0; border-radius: 10px; padding: 13px 19px; font-weight: 800; line-height: 1.2; }
.button:hover, .wp-element-button:hover { color: #fff; background: var(--gmm-cyan); transform: translateY(-1px); }
.button--small { padding: 10px 16px; font-size: 13px; }
.button--light { background: #fff; color: #071a33; }
.button--light:hover { background: #eaf3fb; color: #071a33; }

.main-navigation { border-top: 1px solid var(--gmm-line); border-bottom: 1px solid var(--gmm-line); background: var(--gmm-surface); }
.main-navigation ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; margin: 0; padding: 0; list-style: none; }
.main-navigation li { position: relative; }
.main-navigation a { display: block; padding: 15px 18px; color: var(--gmm-heading); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.main-navigation a:hover, .main-navigation .current-menu-item > a { color: var(--gmm-blue); }
.main-navigation .sub-menu { position: absolute; left: 0; top: 100%; width: 230px; display: none; align-items: stretch; flex-direction: column; background: var(--gmm-surface); border: 1px solid var(--gmm-line); box-shadow: var(--gmm-shadow); border-radius: 0 0 12px 12px; padding: 8px; z-index: 10; }
.main-navigation li:hover > .sub-menu, .main-navigation li:focus-within > .sub-menu { display: flex; }
.main-navigation .sub-menu a { padding: 11px 12px; border-radius: 7px; text-transform: none; letter-spacing: 0; }

.header-search { background: var(--gmm-navy-2); padding: 22px 0; }
.header-search .search-form { max-width: 850px; margin-inline: auto; }
.search-form { display: flex; align-items: stretch; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 52px; border: 1px solid var(--gmm-line); background: var(--gmm-surface); color: var(--gmm-ink); border-radius: 10px; padding: 0 16px; outline: none; }
.search-field:focus { border-color: var(--gmm-cyan); box-shadow: 0 0 0 3px rgba(23,162,184,.16); }
.search-submit { min-width: 132px; border: 0; border-radius: 10px; background: var(--gmm-cyan); color: #fff; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; }
.market-tape { min-height: 54px; background: #fff; border-bottom: 1px solid #dfe6ed; overflow: hidden; }
.gmm-market-widget { width: 100%; min-height: 50px; background: #fff; color-scheme: light; }

/* Home */
.home-hero, .home-section { margin-bottom: 64px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 2px solid var(--gmm-line); position: relative; }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 96px; height: 2px; background: var(--gmm-blue); }
.section-heading--compact { align-items: center; }
.section-heading h1, .section-heading h2 { margin: 2px 0 0; color: var(--gmm-heading); font-size: clamp(25px, 4vw, 40px); line-height: 1.1; letter-spacing: -.035em; }
.section-heading h2 { font-size: clamp(24px, 3vw, 34px); }
.eyebrow { display: block; color: var(--gmm-blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.section-number { color: var(--gmm-cyan); font-weight: 900; font-size: 12px; letter-spacing: .1em; }
.section-link { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--gmm-heading); font-weight: 800; font-size: 13px; }
.section-link .gmm-icon { font-size: 17px; }
.live-indicator { display: inline-flex; align-items: center; gap: 8px; color: var(--gmm-muted); font-size: 12px; font-weight: 700; }
.live-indicator span { width: 8px; height: 8px; border-radius: 50%; background: var(--gmm-green); box-shadow: 0 0 0 5px rgba(11,143,85,.12); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(360px, .82fr); gap: 24px; }
.hero-lead { min-height: 610px; border-radius: var(--gmm-radius); overflow: hidden; position: relative; background: var(--gmm-navy-2); box-shadow: var(--gmm-shadow); }
.hero-lead__media, .hero-lead__image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-lead__image { object-fit: cover; transition: transform .6s ease; }
.hero-lead:hover .hero-lead__image { transform: scale(1.035); }
.hero-overlay { background: linear-gradient(180deg, rgba(4,18,36,.03) 25%, rgba(4,18,36,.93) 100%); }
.hero-lead__content { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 4vw, 42px); color: #fff; }
.hero-lead__content h2 { margin: 15px 0 18px; max-width: 900px; font-size: clamp(30px, 4.5vw, 53px); line-height: 1.03; letter-spacing: -.045em; }
.hero-lead__content h2 a { color: #fff; }
.hero-lead .entry-meta, .hero-lead .entry-meta a { color: #d8e4ef; }
.category-badge { display: inline-flex; align-items: center; width: max-content; min-height: 26px; padding: 5px 9px; border-radius: 6px; background: var(--gmm-blue); color: #fff; font-size: 10px; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .075em; }
.category-badge:hover { color: #fff; background: var(--gmm-cyan); }
.hero-side { display: grid; grid-template-rows: repeat(4, 1fr); gap: 14px; }
.mini-card { display: grid; grid-template-columns: 150px 1fr; gap: 16px; min-height: 140px; padding: 12px; border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius-sm); background: var(--gmm-surface); box-shadow: var(--gmm-shadow-sm); }
.mini-card__media { border-radius: 8px; overflow: hidden; min-height: 116px; }
.mini-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mini-card:hover .mini-card__image { transform: scale(1.04); }
.mini-card__content { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.mini-card h3 { margin: 8px 0 9px; font-size: 16px; line-height: 1.27; letter-spacing: -.015em; }
.mini-card h3 a { color: var(--gmm-heading); }

.entry-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; color: var(--gmm-muted); font-size: 12px; }
.entry-meta span { display: inline-flex; align-items: center; gap: 6px; }
.entry-meta .gmm-icon { font-size: 14px; }
.entry-meta a { color: inherit; }
.entry-meta--compact .byline { display: none; }

.editorial-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 28px; }
.editorial-feature { grid-row: span 3; }
.feature-card { height: 100%; background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius); overflow: hidden; box-shadow: var(--gmm-shadow-sm); }
.feature-card__media { display: block; aspect-ratio: 16/9; overflow: hidden; }
.feature-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.feature-card:hover .feature-card__image { transform: scale(1.035); }
.feature-card__content { padding: 26px; }
.feature-card h3 { font-size: clamp(25px, 3vw, 36px); line-height: 1.12; margin: 13px 0; letter-spacing: -.035em; }
.feature-card h3 a { color: var(--gmm-heading); }
.feature-card p { color: var(--gmm-muted); margin: 0 0 18px; }
.editorial-item .list-card { height: 100%; }

.post-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.post-card { background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius); overflow: hidden; min-width: 0; box-shadow: var(--gmm-shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--gmm-shadow); }
.post-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__image { transform: scale(1.04); }
.post-card__content { padding: 20px; }
.post-card__title { margin: 12px 0 10px; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.post-card__title a { color: var(--gmm-heading); }
.post-card__excerpt { margin: 0 0 15px; color: var(--gmm-muted); font-size: 14px; }

.list-card { display: grid; grid-template-columns: 220px 1fr; gap: 22px; align-items: center; min-width: 0; padding: 16px; background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius-sm); }
.list-card__media { display: block; aspect-ratio: 16/10; border-radius: 9px; overflow: hidden; }
.list-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.list-card:hover .list-card__image { transform: scale(1.04); }
.list-card__title { margin: 9px 0; font-size: 21px; line-height: 1.18; letter-spacing: -.025em; }
.list-card__title a { color: var(--gmm-heading); }
.list-card__content > p { margin: 0 0 12px; color: var(--gmm-muted); font-size: 14px; }

.ad-zone { display: grid; place-items: center; min-height: 90px; margin-block: 24px; overflow: hidden; }
.ad-zone .widget { width: 100%; margin: 0; text-align: center; }
.ad-zone--home { min-height: 160px; margin: 10px 0 64px; background: var(--gmm-surface-3); border-radius: var(--gmm-radius); }

/* Archives and sidebar */
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 44px; }
.content-area { min-width: 0; }
.archive-header { margin: 12px 0 30px; padding: 35px; border-radius: var(--gmm-radius); background: linear-gradient(135deg, #071a33, #1261a6); color: #fff; }
.archive-header h1 { margin: 6px 0 0; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; color: #fff; }
.archive-description { max-width: 720px; color: #d9e7f5; }
.archive-list { display: grid; gap: 20px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--gmm-muted); font-size: 12px; margin-bottom: 18px; }
.breadcrumbs a { color: var(--gmm-muted); }
.sidebar { position: sticky; top: 160px; display: grid; gap: 24px; }
.widget { background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius-sm); padding: 22px; }
.widget-title { margin: 0 0 18px; padding-bottom: 12px; border-bottom: 2px solid var(--gmm-line); color: var(--gmm-heading); font-size: 18px; position: relative; }
.widget-title::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 52px; height: 2px; background: var(--gmm-cyan); }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 11px 0; border-bottom: 1px solid var(--gmm-line); }
.widget li:last-child { border-bottom: 0; }
.widget li a { color: var(--gmm-heading); font-weight: 700; }
.gmm-default-widget li span { display: block; margin-top: 4px; color: var(--gmm-muted); font-size: 11px; }

.nav-links { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 35px; }
.page-numbers { min-width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 8px; background: var(--gmm-surface); border: 1px solid var(--gmm-line); color: var(--gmm-heading); font-weight: 800; padding: 0 10px; }
.page-numbers.current, .page-numbers:hover { background: var(--gmm-blue); color: #fff; border-color: var(--gmm-blue); }

/* Single article */
.single-main { padding-top: 38px; }
.single-header { padding: 24px 0 34px; text-align: center; }
.single-header .category-badge { margin-inline: auto; }
.single-header .entry-title { max-width: 1000px; margin: 19px auto 15px; color: var(--gmm-heading); font-size: clamp(40px, 6.5vw, 76px); line-height: 1.01; letter-spacing: -.055em; }
.entry-subtitle { max-width: 820px; margin: 0 auto 22px; color: var(--gmm-muted); font-size: clamp(18px, 2.4vw, 24px); line-height: 1.4; }
.single-header .entry-meta { justify-content: center; }
.single-header .share-buttons { justify-content: center; margin-top: 22px; }
.single-featured { margin-top: 0; margin-bottom: 42px; }
.single-featured__image { width: 100%; max-height: 760px; object-fit: cover; border-radius: 20px; box-shadow: var(--gmm-shadow); }
.single-featured figcaption { margin-top: 9px; color: var(--gmm-muted); text-align: center; font-size: 12px; }
.content-layout--article { grid-template-columns: minmax(0, 820px) 330px; justify-content: center; }
.article-content { font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3, .article-content h4 { font-family: var(--gmm-font); color: var(--gmm-heading); line-height: 1.18; letter-spacing: -.035em; margin: 2.2em 0 .7em; }
.article-content h2 { font-size: clamp(29px, 4vw, 42px); }
.article-content h3 { font-size: clamp(24px, 3vw, 31px); }
.article-content a { color: var(--gmm-blue); text-decoration: underline; text-underline-offset: 3px; }
.article-content blockquote { margin: 2em 0; padding: 25px 30px; border-left: 5px solid var(--gmm-cyan); background: var(--gmm-surface-3); border-radius: 0 12px 12px 0; color: var(--gmm-heading); font-size: 1.15em; font-style: italic; }
.article-content figure { margin-block: 2em; }
.article-content figure img, .article-content > img { border-radius: 14px; }
.article-content table { width: 100%; border-collapse: collapse; font-family: var(--gmm-font); font-size: 14px; display: block; overflow-x: auto; }
.article-content th, .article-content td { border: 1px solid var(--gmm-line); padding: 12px; text-align: left; }
.article-content th { background: var(--gmm-navy-2); color: #fff; }
.share-buttons { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.share-label { margin-right: 4px; color: var(--gmm-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.share-buttons a { width: 38px; height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--gmm-line); border-radius: 50%; background: var(--gmm-surface); color: var(--gmm-heading); }
.share-buttons a:hover { background: var(--gmm-blue); color: #fff; border-color: var(--gmm-blue); }
.financial-disclaimer { margin: 35px 0; padding: 20px 22px; border: 1px solid rgba(233,173,40,.55); background: rgba(233,173,40,.10); border-radius: 12px; }
.financial-disclaimer strong { color: var(--gmm-heading); }
.financial-disclaimer p { margin: 5px 0 0; color: var(--gmm-muted); font-size: 13px; }
.post-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: 30px 0; font-size: 12px; }
.post-tags > span { font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.post-tags a { padding: 6px 9px; border-radius: 7px; background: var(--gmm-surface-3); color: var(--gmm-heading); font-weight: 700; }
.author-box { display: grid; grid-template-columns: 88px 1fr; gap: 22px; margin-top: 45px; padding: 28px; background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius); }
.author-box__avatar img { border-radius: 50%; }
.author-box h2 { margin: 4px 0 7px; font-size: 22px; }
.author-box h2 a { color: var(--gmm-heading); }
.author-box p { margin: 0; color: var(--gmm-muted); font-size: 14px; }
.related-posts { margin-top: 55px; }
.post-grid--related { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.post-grid--related .post-card__excerpt { display: none; }
.comments-area { margin-top: 55px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { margin-bottom: 16px; padding: 20px; border: 1px solid var(--gmm-line); background: var(--gmm-surface); border-radius: 12px; }
.comment-meta { font-size: 13px; }
.comment-content { margin-left: 60px; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; border: 1px solid var(--gmm-line); background: var(--gmm-surface); color: var(--gmm-ink); border-radius: 9px; padding: 12px; }

/* Pages */
.page-header { margin-bottom: 28px; }
.page-header h1 { margin: 0; color: var(--gmm-heading); font-size: clamp(38px, 6vw, 64px); line-height: 1; letter-spacing: -.05em; }
.page-featured { margin-bottom: 30px; }
.page-featured img { border-radius: var(--gmm-radius); }
.page-article--full .article-content { max-width: none; }
.market-center-hero { margin-bottom: 28px; padding: 50px; border-radius: 22px; background: radial-gradient(circle at 90% 10%, rgba(23,162,184,.45), transparent 35%), linear-gradient(135deg, #041224, #1261a6); color: #fff; }
.market-center-hero h1 { margin: 7px 0 12px; color: #fff; font-size: clamp(42px, 7vw, 78px); line-height: 1; letter-spacing: -.055em; }
.market-center-hero p { max-width: 760px; margin: 0; color: #d9e7f5; font-size: 18px; }
.market-chart-panel { margin-top: 28px; padding: 16px; background: #fff; border-radius: 18px; box-shadow: var(--gmm-shadow); }
.gmm-advanced-chart { overflow: hidden; border-radius: 12px; }
.tradingview-widget-copyright { text-align: center; font-size: 11px; }
.error-404-page { min-height: 65vh; display: grid; place-items: center; }
.error-404 { max-width: 760px; text-align: center; }
.error-code { display: block; color: var(--gmm-cyan); font-size: clamp(90px, 22vw, 210px); line-height: .8; font-weight: 900; letter-spacing: -.08em; opacity: .18; }
.error-404 h1 { margin: 18px 0 10px; font-size: clamp(34px, 5vw, 58px); color: var(--gmm-heading); }
.error-404 p { color: var(--gmm-muted); }
.error-404 .search-form { max-width: 650px; margin: 25px auto; }
.no-results { text-align: center; padding: 55px 25px; background: var(--gmm-surface); border: 1px solid var(--gmm-line); border-radius: var(--gmm-radius); }
.no-results .search-form { max-width: 600px; margin: 25px auto 0; }

/* Footer */
.site-footer { margin-top: 0; background: #041224; color: #c6d4e4; }
.footer-newsletter { padding: 42px 0; background: linear-gradient(110deg, #1261a6, #0c7f9c); color: #fff; }
.footer-newsletter__inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 40px; }
.footer-newsletter .eyebrow { color: #c5f4fa; }
.footer-newsletter h2 { margin: 7px 0 0; max-width: 780px; color: #fff; font-size: clamp(25px, 3.5vw, 42px); line-height: 1.12; letter-spacing: -.035em; }
.newsletter-form { justify-self: end; width: 100%; max-width: 400px; }
.newsletter-form form { display: flex; gap: 8px; }
.newsletter-form input[type="email"] { flex: 1; min-width: 0; height: 48px; border: 0; border-radius: 9px; padding: 0 13px; background: #fff; color: #172033; }
.footer-main { display: grid; grid-template-columns: .85fr 1.65fr; gap: 70px; padding-top: 65px; padding-bottom: 55px; }
.text-logo--footer { color: #fff; font-size: 26px; }
.footer-brand p { max-width: 410px; color: #9eb0c4; font-size: 14px; }
.social-links { display: flex; align-items: center; gap: 8px; }
.social-links a { width: 36px; height: 36px; display: inline-grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; }
.social-links a:hover { color: #fff; background: var(--gmm-blue); border-color: var(--gmm-blue); }
.footer-widgets { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.site-footer .widget { background: transparent; border: 0; padding: 0; }
.site-footer .widget-title { color: #fff; border-color: #203650; font-size: 15px; }
.site-footer .widget li { border-color: #203650; }
.site-footer .widget a { color: #b8c8da; font-weight: 600; font-size: 13px; }
.footer-bottom { border-top: 1px solid #1b3048; padding: 20px 0; }
.footer-bottom__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-bottom p { margin: 0; color: #8195aa; font-size: 12px; }
.footer-bottom ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }
.footer-bottom a { color: #9eb0c4; font-size: 12px; }

/* Responsive */
@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-lead { min-height: 560px; }
    .hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
    .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .content-layout, .content-layout--article { grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; }
    .footer-main { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 860px) {
    .container { width: min(calc(100% - 28px), var(--gmm-container)); }
    .top-menu, .topbar .social-links, .header-cta { display: none; }
    .topbar__inner { justify-content: center; }
    .brand-row__inner { min-height: 82px; grid-template-columns: 42px 1fr auto; gap: 12px; }
    .menu-toggle { visibility: visible; }
    .text-logo { font-size: 23px; }
    .site-description { display: none; }
    .main-navigation { position: fixed; top: 0; left: 0; bottom: 0; width: min(84vw, 360px); z-index: 100; transform: translateX(-102%); transition: transform .3s ease; border: 0; padding: 95px 18px 25px; overflow-y: auto; box-shadow: var(--gmm-shadow); }
    .menu-open .main-navigation { transform: translateX(0); }
    .menu-open::after { content: ""; position: fixed; inset: 0; z-index: 90; background: rgba(3,12,24,.68); }
    .menu-open .site-header { z-index: 110; }
    .main-navigation ul { display: block; }
    .main-navigation a { padding: 13px 10px; border-bottom: 1px solid var(--gmm-line); }
    .main-navigation .sub-menu { position: static; display: block; width: auto; box-shadow: none; border: 0; padding-left: 14px; }
    .breaking-bar { display: none; }
    .hero-side { grid-template-columns: 1fr; }
    .editorial-grid { grid-template-columns: 1fr; }
    .editorial-feature { grid-row: auto; }
    .content-layout, .content-layout--article { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .single-featured { width: 100%; }
    .single-featured__image { border-radius: 0; }
    .footer-newsletter__inner { grid-template-columns: 1fr; }
    .newsletter-form { justify-self: start; }
}

@media (max-width: 620px) {
    .site-main { padding: 30px 0 55px; }
    .brand-row__inner { grid-template-columns: 40px minmax(0,1fr) auto; }
    .site-branding { min-width: 0; }
    .text-logo { font-size: 18px; }
    .text-logo__monitor { display: none; }
    .header-actions { gap: 5px; }
    .icon-button { width: 38px; height: 38px; }
    .market-tape { min-height: 48px; }
    .section-heading { align-items: flex-start; }
    .section-link, .live-indicator { display: none; }
    .hero-lead { min-height: 480px; }
    .hero-lead__content h2 { font-size: 32px; }
    .mini-card { grid-template-columns: 112px 1fr; gap: 12px; min-height: 118px; padding: 9px; }
    .mini-card__media { min-height: 98px; }
    .mini-card h3 { font-size: 14px; }
    .mini-card .entry-meta { display: none; }
    .post-grid, .post-grid--related { grid-template-columns: 1fr; }
    .list-card { grid-template-columns: 118px 1fr; gap: 13px; padding: 10px; }
    .list-card__content > p { display: none; }
    .list-card__title { font-size: 16px; }
    .list-card .entry-meta { display: none; }
    .archive-header { padding: 25px; }
    .single-header .entry-title { font-size: 40px; }
    .article-content { font-size: 17px; line-height: 1.76; }
    .article-content blockquote { padding: 20px; }
    .author-box { grid-template-columns: 1fr; text-align: center; }
    .author-box__avatar img { margin-inline: auto; }
    .footer-widgets { grid-template-columns: 1fr; }
    .footer-bottom__inner { flex-direction: column; align-items: flex-start; }
    .footer-bottom ul { flex-wrap: wrap; }
    .search-form { flex-direction: column; }
    .search-submit { min-height: 48px; }
    .market-center-hero { padding: 30px 24px; }
}

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