/*
Theme Name: FX Minutes 2
Theme URI: https://fx-minutes.com/
Author: FX Minutes
Description: Lightweight WordPress theme for FX Minutes 2.0 multilingual trading education media.
Version: 0.7.6
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.1
License: Proprietary
Text Domain: fx-minutes-2
*/

:root {
  color-scheme: dark;
  --ink: #f6f8fb;
  --muted: #aab7c8;
  --line: rgba(255,255,255,.13);
  --paper: #06101f;
  --navy: #071426;
  --navy-2: #0a1d36;
  --surface: rgba(255,255,255,.075);
  --blue: #2f8cff;
  --blue-soft: #7cc7ff;
  --warning: #f8d28a;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
html[lang="vi"] body { font-family: "Segoe UI", Arial, sans-serif; font-synthesis: none; }
a { color: inherit; }
img, video { display: block; max-width: 100%; height: auto; }
h1,h2,h3,p,li,summary,td,th,a,span,strong,em { overflow-wrap: anywhere; letter-spacing: 0; }
h1 { margin: 0; font-size: clamp(3.2rem, 9vw, 8.2rem); line-height: .88; font-weight: 820; }
h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 4.2rem); line-height: .98; font-weight: 760; }
h3 { margin: 0 0 12px; font-size: 1.18rem; line-height: 1.25; }
p { margin: 0; }
.site-header { position: fixed; z-index: 40; top: 0; left: 50%; width: min(100%, var(--max)); transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 24px; color: #fff; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, width .25s ease; }
body.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { width: min(calc(100% - 28px), var(--max)); margin-top: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.9); box-shadow: 0 18px 60px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.brand { font-size: 1.05rem; font-weight: 850; text-decoration: none; white-space: nowrap; }
.nav { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.78); font-size: .92rem; }
.nav a { text-decoration: none; transition: color .18s ease; }
.nav a:hover { color: #fff; }
.language-menu { position: relative; }
.language-menu summary { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; cursor: pointer; list-style: none; white-space: nowrap; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu__marker { display: inline-block; color: var(--blue-soft); transition: transform .18s ease; }
.language-menu[open] .language-menu__marker { transform: rotate(90deg); }
.language-menu ul { position: absolute; z-index: 45; top: calc(100% + 4px); right: 0; min-width: 184px; margin: 0; padding: 8px; list-style: none; border: 1px solid var(--line); border-radius: 6px; background: #0b1828; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.language-menu li a, .language-menu li > span { display: block; width: 100%; padding: 9px 11px; color: rgba(255,255,255,.82); }
.language-menu [aria-current="page"] { color: var(--blue-soft); font-weight: 760; }
.language-menu [aria-disabled="true"] { color: rgba(255,255,255,.48); }
.language-menu summary:focus-visible, .language-menu a:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.08); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; }
.site-main { width: 100%; }
.wrap, .editorial-band, .article { width: min(100%, var(--max)); margin: 0 auto; padding: 82px 24px; }
.market-hero { position: relative; min-height: 88vh; overflow: hidden; display: flex; align-items: flex-end; isolation: isolate; background: #06101f; }
.market-hero__video, .market-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.market-hero__video { object-fit: cover; z-index: -3; }
.market-hero__shade { z-index: -2; background: radial-gradient(circle at 74% 20%, rgba(47,140,255,.34), transparent 34%), linear-gradient(90deg, rgba(3,8,18,.96) 0%, rgba(5,14,31,.78) 43%, rgba(5,14,31,.42) 100%), linear-gradient(0deg, #06101f 0%, rgba(6,16,31,.32) 42%, rgba(6,16,31,.12) 100%); }
.market-hero__inner { width: min(100%, var(--max)); margin: 0 auto; padding: 172px 24px 82px; }
.market-hero__kicker, .eyebrow, .card-label { color: var(--blue-soft); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.market-hero__lead { max-width: 760px; margin-top: 26px; color: rgba(255,255,255,.9); font-size: clamp(1.65rem, 3.4vw, 3.2rem); line-height: 1.06; font-weight: 760; }
.market-hero__copy { max-width: 660px; margin-top: 18px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; max-width: 100%; padding: 0 18px; border: 1px solid transparent; border-radius: 6px; background: var(--blue); color: #fff; font-weight: 800; text-align: center; text-decoration: none; }
.text-link { color: var(--blue-soft); font-weight: 800; text-underline-offset: 5px; }
.editorial-band { border-top: 1px solid var(--line); }
.editorial-band--dark, .tools-band { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2 + 24px)); padding-right: max(24px, calc((100vw - var(--max)) / 2 + 24px)); background: #08172d; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: 1.08rem; }
.section-head--split { max-width: var(--max); display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 420px); gap: 32px; align-items: end; }
.insight-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; gap: 18px; }
.editorial-card, .card { min-height: 236px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); box-shadow: 0 20px 70px rgba(0,0,0,.18); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.editorial-card:hover, .card:hover { transform: translateY(-3px); border-color: rgba(124,199,255,.42); }
.editorial-card--large { min-height: 336px; }
.editorial-card p:not(.card-label), .card p { color: var(--muted); }
.card a { color: #fff; font-weight: 760; text-decoration-color: rgba(124,199,255,.6); text-underline-offset: 5px; }
.card-link-wrap { display: block; height: 100%; color: inherit; text-decoration: none; }
.article-visual { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; margin-bottom: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; overflow: hidden; background: linear-gradient(135deg, rgba(47,140,255,.4), rgba(124,199,255,.1)); }
.article-visual::before, .article-visual::after { content: ""; position: absolute; inset: 18% 10% auto; height: 1px; background: rgba(255,255,255,.22); box-shadow: 0 34px rgba(255,255,255,.13), 0 68px rgba(255,255,255,.18); }
.article-visual::after { inset: auto 10% 24%; height: 42%; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: linear-gradient(135deg, transparent 42%, rgba(124,199,255,.48) 43%, transparent 47%); box-shadow: none; }
.article-visual--cyan { background: linear-gradient(135deg, rgba(59,183,255,.34), rgba(28,57,94,.72)); }
.article-visual--slate { background: linear-gradient(135deg, rgba(102,117,139,.38), rgba(5,14,31,.84)); }
.roadmap-band { background: linear-gradient(180deg, #06101f, #09182e); }
.roadmap-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.roadmap-list li { position: relative; min-height: 236px; border-right: 1px solid var(--line); background: rgba(255,255,255,.055); }
.roadmap-list li:last-child { border-right: 0; }
.roadmap-list li:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -7px; z-index: 2; width: 13px; height: 13px; border-top: 1px solid rgba(124,199,255,.65); border-right: 1px solid rgba(124,199,255,.65); background: #09182e; transform: translateY(-50%) rotate(45deg); }
.roadmap-list a { display: flex; flex-direction: column; height: 100%; padding: 24px; color: inherit; text-decoration: none; }
.roadmap-list span { color: var(--blue-soft); font-size: .74rem; font-weight: 850; letter-spacing: .1em; }
.roadmap-list strong { margin-top: 54px; color: #fff; font-size: 1.22rem; line-height: 1.22; }
.roadmap-list em { margin-top: 12px; color: var(--muted); font-style: normal; font-size: .94rem; }
.broker-guide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); gap: 58px; align-items: center; }
.broker-guide p { margin: 20px 0; color: var(--muted); font-size: 1.05rem; }
.broker-list { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: rgba(255,255,255,.07); }
.broker-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 96px; padding: 20px; border-bottom: 1px solid var(--line); color: #fff; text-decoration: none; }
.broker-row:last-child { border-bottom: 0; }
.broker-row span { font-size: 1.42rem; font-weight: 780; }
.broker-row small { color: var(--muted); }
.tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tool-grid a { min-height: 154px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); color: inherit; text-decoration: none; }
.tool-grid span { color: var(--blue-soft); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tool-grid strong { display: block; margin-top: 44px; font-size: 1.1rem; }
.glossary-band { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr); gap: 36px; align-items: start; }
.glossary-band > .glossary-chips { grid-column: 1 / -1; }
.glossary-band p { margin-top: 20px; color: var(--muted); }
.glossary-search { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.glossary-search label { display: block; margin-bottom: 10px; color: #fff; font-weight: 780; }
.glossary-search input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.08); color: #fff; }
.glossary-search small { display: block; margin-top: 10px; color: var(--muted); }
.glossary-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.glossary-chips a { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; text-decoration: none; font-size: .92rem; }
.about-band { padding-bottom: 104px; }
.about-band h2 { max-width: 980px; }
.about-band p:last-child { max-width: 760px; margin-top: 22px; color: var(--muted); font-size: 1.08rem; }
.article { max-width: 860px; padding-top: 132px; }
.article--learn h1 { max-width: 100%; font-size: 4.2rem; line-height: 1.16; }
.article-content { color: var(--muted); }
.article-meta { color: var(--muted); font-size: .92rem; }
.broker-cta, .risk-disclosure, .quick-answer, .evidence-notes { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.broker-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 32px 0; }
.risk-disclosure { border-color: rgba(248,210,138,.45); color: var(--warning); margin: 28px 0; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.comparison-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: rgba(255,255,255,.08); color: var(--blue-soft); font-size: .88rem; }
.site-footer { width: min(100%, var(--max)); margin: 0 auto; padding: 38px 24px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer .nav { margin-top: 16px; }
@media (max-width: 1100px) { .roadmap-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } .roadmap-list li { border-bottom: 1px solid var(--line); } .roadmap-list li::after { display: none; } .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 900px) { .insight-grid, .section-head--split, .broker-guide, .glossary-band { grid-template-columns: 1fr; } .editorial-card--large { min-height: 236px; } }
@media (max-width: 720px) { .site-header { width: 100%; padding: 14px 18px; } .site-header.is-scrolled { width: calc(100% - 20px); } .menu-toggle { display: block; } .nav { position: absolute; top: calc(100% + 8px); left: 10px; right: 10px; display: none; flex-direction: column; align-items: flex-start; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.96); backdrop-filter: blur(18px); } .nav.is-open { display: flex; } .nav a { width: 100%; padding: 10px; } .language-menu { width: 100%; } .language-menu summary { width: 100%; padding: 10px; } .language-menu ul { position: static; width: 100%; margin: 0; box-shadow: none; } .market-hero { min-height: 760px; } .market-hero__shade { background: linear-gradient(90deg, rgba(3,8,18,.98), rgba(5,14,31,.72)), linear-gradient(0deg, #06101f 0%, rgba(6,16,31,.2) 62%); } .market-hero__inner { padding: 132px 18px 54px; } .market-hero__kicker { max-width: 300px; } .wrap, .editorial-band, .article { padding: 58px 18px; } .editorial-band--dark, .tools-band { padding-left: 18px; padding-right: 18px; } .roadmap-list, .tool-grid { grid-template-columns: 1fr; } .roadmap-list li { min-height: 172px; border-right: 0; } .roadmap-list strong { margin-top: 34px; } .broker-cta, .broker-row { align-items: flex-start; flex-direction: column; } h1 { font-size: clamp(3.05rem, 16vw, 4.55rem); } h2 { font-size: 2.05rem; } }
@media (max-width: 430px) { .market-hero { min-height: 720px; } .button { width: 100%; } .editorial-card, .card { min-height: auto; padding: 20px; } .broker-row { gap: 4px; } }

.article--master { max-width: 920px; }
.breadcrumb-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--muted); font-size: .92rem; }
.breadcrumb-nav a { color: var(--blue-soft); text-decoration: none; }
.article-intro { margin-top: 22px; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.24rem); line-height: 1.75; }
.article--master .quick-answer { margin: 36px 0; padding: 28px; background: linear-gradient(135deg, rgba(47,140,255,.18), rgba(255,255,255,.07)); }
.article--master .quick-answer p:last-child { margin-top: 10px; color: #fff; font-size: 1.12rem; line-height: 1.75; }
.learn-points { margin: 40px 0; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.learn-points h2, .sources-list h2, .related-articles h2 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); }
.learn-points ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.learn-points li { padding: 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255,255,255,.045); }
.article-content h2 { margin: 56px 0 18px; font-size: clamp(1.65rem, 2.8vw, 2.6rem); line-height: 1.12; color: #fff; }
.article-content h3 { margin: 34px 0 12px; font-size: 1.32rem; color: #fff; }
.article-content p, .article-content li { color: var(--muted); font-size: 1.04rem; line-height: 1.85; }
.article-content p + p { margin-top: 18px; }
.article-content ul, .article-content ol { margin: 18px 0 0; padding-left: 1.25rem; }
.article-note, .key-takeaways, .faq-block { margin: 34px 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.article-note strong, .key-takeaways strong { display: block; margin-bottom: 10px; color: #fff; }
.faq-block details { padding: 16px 0; border-bottom: 1px solid var(--line); }
.faq-block details:last-child { border-bottom: 0; }
.faq-block summary { cursor: pointer; color: #fff; font-weight: 780; }
.faq-block p { margin-top: 10px; }
.sources-list, .related-articles { margin-top: 42px; }
.sources-list ul { margin: 18px 0 0; padding-left: 1.2rem; }
.sources-list a { color: var(--blue-soft); }
.article-footer-meta { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: .94rem; }
.next-article { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 34px; padding: 22px; border: 1px solid rgba(124,199,255,.38); border-radius: 8px; background: rgba(47,140,255,.12); }
.next-article span { color: var(--blue-soft); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.next-article a { color: #fff; font-weight: 780; }
.hub-page, .glossary-page { max-width: 1040px; }
.hub-feature { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin: 34px 0 44px; padding: 24px; border: 1px solid rgba(124,199,255,.32); border-radius: 8px; background: linear-gradient(135deg, rgba(47,140,255,.15), rgba(255,255,255,.055)); }
.hub-feature h2, .hub-taxonomy h2, .glossary-entry h2 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.18; }
.hub-feature p:not(.card-label) { margin-top: 10px; color: var(--muted); }
.draft-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 12px; border: 1px solid rgba(248,210,138,.38); border-radius: 999px; color: var(--warning); font-size: .9rem; font-weight: 780; }
.hub-page section + section { margin-top: 48px; }
.hub-taxonomy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.045); }
.hub-path-list { display: grid; gap: 14px; margin: 36px 0 0; padding: 0; list-style: none; }
.hub-path-item > a, .hub-path-item > div { display: grid; grid-template-columns: 56px minmax(0, 1fr) 160px; gap: 18px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); color: inherit; text-decoration: none; }
.hub-path-item span { color: var(--blue-soft); font-weight: 850; }
.hub-path-item strong { color: #fff; line-height: 1.35; }
.hub-path-item em { color: var(--muted); font-style: normal; }
.hub-path-item small { color: var(--muted); text-align: right; }
.hub-path-item.is-draft { opacity: .72; }
.is-draft { cursor: default; }
@media (max-width: 720px) {
  .learn-points ul { grid-template-columns: 1fr; }
  .hub-path-item > a, .hub-path-item > div { grid-template-columns: 1fr; gap: 8px; }
  .hub-path-item small { text-align: left; }
  .next-article { align-items: flex-start; flex-direction: column; }
  .article-content p, .article-content li { font-size: 1rem; line-height: 1.8; }
}

.article--master h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 7vw, 5.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}
.article-kicker { margin-bottom: 8px; }
.article-reading-meta { margin-bottom: 18px; color: rgba(255,255,255,.72); font-size: .94rem; font-weight: 760; }
.article--master .quick-answer .card-label { color: #fff; font-size: .84rem; letter-spacing: 0; text-transform: none; }
.learn-points li { display: flex; gap: 10px; align-items: flex-start; }
.learn-points li::before { content: ""; flex: 0 0 7px; width: 7px; height: 7px; margin-top: .7em; border-radius: 999px; background: var(--blue-soft); box-shadow: 0 0 0 4px rgba(124,199,255,.12); }
.fxm-diagram { margin: 30px 0 34px; padding: 24px; border: 1px solid rgba(124,199,255,.24); border-radius: 8px; background: linear-gradient(135deg, rgba(47,140,255,.13), rgba(255,255,255,.055)); color: var(--ink); }
.fxm-diagram figcaption { margin-bottom: 18px; color: var(--blue-soft); font-size: .86rem; font-weight: 850; }
.fxm-diagram p { margin-top: 18px; color: rgba(246,248,251,.82); font-size: .98rem; line-height: 1.7; }
.fxm-currency-pair, .fxm-price-flow, .fxm-leverage-flow, .fxm-balance { display: grid; gap: 12px; align-items: stretch; }
.fxm-currency-pair { grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr); align-items: center; }
.fxm-currency-card, .fxm-price-flow div, .fxm-fund, .fxm-leverage-core, .fxm-balance div { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.72); }
.fxm-currency-card span, .fxm-price-flow span, .fxm-fund span, .fxm-leverage-core span, .fxm-balance span { display: block; color: var(--muted); font-size: .85rem; }
.fxm-currency-card strong, .fxm-price-flow strong, .fxm-fund strong, .fxm-leverage-core strong, .fxm-balance strong { display: block; margin-top: 6px; color: #fff; font-size: 1.22rem; line-height: 1.25; }
.fxm-swap, .fxm-price-flow i, .fxm-leverage-flow i { display: grid; place-items: center; color: var(--blue-soft); font-style: normal; font-size: 1.45rem; font-weight: 800; }
.fxm-price-flow, .fxm-leverage-flow { grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr); }
.fxm-leverage-flow { grid-template-columns: minmax(0, .8fr) 38px minmax(0, 1.2fr); }
.fxm-balance { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; }
.fxm-balance div:first-child { border-color: rgba(124,199,255,.26); }
.fxm-balance div:last-child { border-color: rgba(248,210,138,.42); }
.key-takeaways strong { font-size: 1.15rem; }
.sources-list li + li { margin-top: 10px; }
.sources-list span { display: block; margin-top: 4px; color: var(--muted); font-size: .92rem; }
.next-article { align-items: stretch; }
.next-article > span { align-self: center; text-transform: none; letter-spacing: 0; font-size: .95rem; }
.next-article a, .next-article__draft { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 4px 14px; flex: 1; color: #fff; text-decoration: none; }
.next-article small { grid-row: span 3; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(124,199,255,.36); border-radius: 8px; color: var(--blue-soft); font-size: .92rem; font-weight: 850; }
.next-article strong { font-size: 1.12rem; line-height: 1.35; }
.next-article em, .next-article b { color: var(--muted); font-style: normal; font-size: .92rem; }
.next-article b { color: var(--warning); font-weight: 760; }
@media (max-width: 720px) {
  .site-header { min-height: 66px; padding: 11px 16px; }
  .site-header.is-scrolled { min-height: 54px; margin-top: 8px; padding: 6px 10px 6px 14px; }
  .brand { font-size: 1rem; }
  .menu-toggle { width: 44px; height: 44px; }
  .site-header.is-scrolled .menu-toggle { width: 42px; height: 42px; }
  .article { padding-top: 108px; }
  .article--learn h1 { font-size: 2.7rem; line-height: 1.22; }
  .article--master h1 { font-size: clamp(2.25rem, 9.8vw, 2.72rem); line-height: 1.14; max-width: 100%; }
  .article-intro { margin-top: 18px; font-size: 1.02rem; line-height: 1.72; }
  .article--master .quick-answer { margin: 28px 0; padding: 20px; }
  .article--master .quick-answer p:last-child { font-size: 1.02rem; line-height: 1.72; }
  .learn-points { margin: 30px 0; padding: 20px; }
  .learn-points ul { gap: 9px; margin-top: 16px; }
  .learn-points li { padding: 12px; font-size: .96rem; line-height: 1.55; }
  .article-content h2 { margin: 44px 0 14px; font-size: 1.72rem; line-height: 1.18; }
  .article-content h3 { margin-top: 28px; }
  .article-content p, .article-content li { font-size: 1rem; line-height: 1.78; }
  .fxm-diagram { margin: 24px 0 28px; padding: 18px; }
  .fxm-currency-pair, .fxm-price-flow, .fxm-leverage-flow, .fxm-balance { grid-template-columns: 1fr; }
  .fxm-swap, .fxm-price-flow i, .fxm-leverage-flow i { transform: rotate(90deg); min-height: 20px; }
  .fxm-currency-card, .fxm-price-flow div, .fxm-fund, .fxm-leverage-core, .fxm-balance div { padding: 15px; }
  .article-note, .key-takeaways, .faq-block { padding: 18px; }
  .next-article { gap: 14px; padding: 18px; }
  .next-article > span { align-self: flex-start; }
  .next-article a, .next-article__draft { grid-template-columns: 40px minmax(0, 1fr); }
  .next-article small { width: 40px; height: 40px; }
}
@media (max-width: 430px) {
  .article { padding-left: 16px; padding-right: 16px; }
  .article--master h1 { font-size: clamp(2.22rem, 9.6vw, 2.58rem); }
  .breadcrumb-nav { margin-bottom: 16px; font-size: .86rem; }
  .article-reading-meta { margin-bottom: 14px; font-size: .9rem; }
}

.fxm-flow-three, .fxm-risk-equation { display: grid; grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr) 38px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.fxm-flow-three div, .fxm-risk-equation div, .fxm-risk-map div, .fxm-direction-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.72); }
.fxm-flow-three span, .fxm-risk-equation span, .fxm-risk-map span, .fxm-direction-grid span, .fxm-direction-grid em { display: block; color: var(--muted); font-size: .85rem; font-style: normal; }
.fxm-flow-three strong, .fxm-risk-equation strong, .fxm-risk-map strong, .fxm-direction-grid strong { display: block; margin-top: 6px; color: #fff; font-size: 1.08rem; line-height: 1.3; }
.fxm-flow-three i, .fxm-risk-equation i { display: grid; place-items: center; color: var(--blue-soft); font-style: normal; font-size: 1.3rem; font-weight: 850; }
.fxm-risk-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.article-checklist { margin: 34px 0; padding: 24px; border: 1px solid rgba(248,210,138,.36); border-radius: 8px; background: rgba(248,210,138,.08); }
.article-checklist strong { display: block; margin-bottom: 10px; color: #fff; }
.article-checklist li { color: var(--muted); }
.fxm-direction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.fxm-direction-grid em { margin-top: 8px; color: var(--blue-soft); font-weight: 800; }
.fxm-step-flow { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: fxm-step; }
.fxm-step-flow li { counter-increment: fxm-step; min-height: 118px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.72); color: #fff; font-size: .95rem; line-height: 1.35; }
.fxm-step-flow li::before { content: counter(fxm-step, decimal-leading-zero); display: block; margin-bottom: 24px; color: var(--blue-soft); font-size: .74rem; font-weight: 850; }
@media (max-width: 900px) { .fxm-step-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fxm-risk-map { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 720px) { .fxm-flow-three, .fxm-risk-equation, .fxm-risk-map, .fxm-direction-grid, .fxm-step-flow { grid-template-columns: 1fr; } .fxm-flow-three i, .fxm-risk-equation i { transform: rotate(90deg); min-height: 20px; } .fxm-step-flow li { min-height: auto; } .fxm-step-flow li::before { margin-bottom: 10px; } }

.broker-role-grid { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.broker-role-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.72); }
.broker-role-grid > i { display: grid; place-items: center; color: var(--blue-soft); font-style: normal; font-size: 1.35rem; font-weight: 850; }
.broker-role-grid span, .broker-info-card dt, .broker-entity-card span { display: block; color: var(--muted); font-size: .84rem; }
.broker-role-grid strong, .broker-info-card dd, .broker-entity-card strong { display: block; margin-top: 6px; color: #fff; line-height: 1.35; }
.broker-service-map { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.broker-service-map span { padding: 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue-soft); text-align: center; background: rgba(6,16,31,.58); }
.broker-checklist { margin: 32px 0; padding: 24px; border: 1px solid rgba(124,199,255,.3); border-radius: 8px; background: rgba(47,140,255,.08); }
.broker-checklist h2 { margin-top: 0; }
.broker-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.broker-checklist li { position: relative; min-height: 52px; padding: 14px 14px 14px 44px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.64); }
.broker-checklist li::before { content: ""; position: absolute; top: 16px; left: 15px; width: 15px; height: 15px; border: 2px solid var(--blue-soft); border-radius: 3px; }
.fxm-comparison-table { width: 100%; margin: 26px 0; border-collapse: collapse; table-layout: fixed; background: rgba(6,16,31,.64); }
.fxm-comparison-table th, .fxm-comparison-table td { padding: 13px 12px; border: 1px solid var(--line); overflow-wrap: anywhere; vertical-align: top; }
.fxm-comparison-table th { color: var(--blue-soft); background: rgba(47,140,255,.12); font-size: .88rem; }
.fxm-comparison-table th:first-child { width: 23%; }
.fxm-comparison-table td { color: var(--muted); font-size: .95rem; line-height: 1.65; }
.broker-info-card, .regulatory-context, .editorial-disclosure { margin: 30px 0; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.broker-info-card { border-color: rgba(124,199,255,.34); }
.broker-info-card h2, .regulatory-context h2, .editorial-disclosure h2 { margin-top: 0; font-size: clamp(1.4rem, 2.3vw, 2rem); }
.broker-info-card dl { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px 18px; margin-top: 18px; }
.broker-info-card dt, .broker-info-card dd { margin: 0; }
.broker-info-card dd { overflow-wrap: anywhere; }
.broker-entity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.broker-entity-card { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(6,16,31,.7); }
.broker-entity-card p { margin-top: 10px; font-size: .95rem; }
.broker-entity-card small { display: inline-block; margin-top: 12px; color: var(--warning); font-weight: 760; }
.regulatory-context { border-color: rgba(248,210,138,.5); background: rgba(248,210,138,.08); }
.regulatory-context h2, .regulatory-context strong { color: var(--warning); }
.editorial-disclosure { border-color: rgba(149,226,182,.36); background: rgba(149,226,182,.07); }
.editorial-disclosure h2 { color: #95e2b6; }
.last-checked { color: var(--muted); font-size: .92rem; }
@media (max-width: 720px) {
  .broker-role-grid { grid-template-columns: 1fr; }
  .broker-role-grid > i { min-height: 20px; transform: rotate(90deg); }
  .broker-service-map, .broker-checklist ul, .broker-entity-grid { grid-template-columns: 1fr; }
  .broker-info-card, .regulatory-context, .editorial-disclosure, .broker-checklist { padding: 18px; }
  .broker-info-card dl { grid-template-columns: 1fr; gap: 5px; }
  .broker-info-card dd + dt { margin-top: 10px; }
  .fxm-comparison-table th, .fxm-comparison-table td { padding: 9px 7px; font-size: .78rem; line-height: 1.5; }
  .fxm-comparison-table th:first-child { width: 25%; }
}

.glossary-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 38px; }
.glossary-entry { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.glossary-entry p:not(.card-label), .glossary-entry small { color: var(--muted); }
.glossary-entry .text-link, .glossary-entry small { display: inline-block; margin-top: 16px; }
.glossary-related { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.glossary-related span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: rgba(246,248,251,.82); font-size: .82rem; }
@media (max-width: 900px) { .hub-feature, .hub-taxonomy, .glossary-entry-grid { grid-template-columns: 1fr; } .hub-feature { align-items: flex-start; flex-direction: column; } }

/* Japanese homepage final polish */
.lucide { display: block; flex: 0 0 auto; width: 1.25rem; height: 1.25rem; }
.menu-toggle { align-items: center; justify-content: center; color: #fff; }
.menu-toggle .lucide { width: 21px; height: 21px; margin: auto; }
.market-hero {
  min-height: min(820px, 88svh);
  align-items: flex-end;
  background-color: #06101f;
  background-image: url("assets/media/market-waves-poster.webp");
  background-position: center;
  background-size: cover;
}
.market-hero__video {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease;
}
.market-hero__video.is-video-ready { opacity: 1; }
.market-hero__shade {
  background:
    linear-gradient(90deg, rgba(3,8,18,.96) 0%, rgba(5,14,31,.82) 44%, rgba(5,14,31,.34) 100%),
    linear-gradient(0deg, rgba(6,16,31,.92) 0%, rgba(6,16,31,.14) 50%, rgba(6,16,31,.08) 100%);
}
.market-hero__inner { padding: 154px 24px 78px; }
.market-hero__brand {
  color: #8bd3ff;
  font-size: 1.05rem;
  font-weight: 820;
}
.market-hero h1 {
  max-width: 830px;
  margin-top: 18px;
  font-size: 4.8rem;
  line-height: 1.06;
  font-weight: 790;
}
.market-hero__copy {
  max-width: 710px;
  margin-top: 24px;
  color: rgba(255,255,255,.82);
  font-size: 1.12rem;
  line-height: 1.85;
}
.button { gap: 10px; transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
.button .lucide { width: 17px; height: 17px; transition: transform .18s ease; }
.button:hover .lucide, .text-link--arrow:hover .lucide, .feature-card.is-published:hover .feature-card__action .lucide { transform: translateX(3px); }
.home-section { width: 100%; border-top: 1px solid var(--line); }
.home-section__inner { width: min(100%, var(--max)); margin: 0 auto; padding: 92px 24px; }
.home-section h2 { font-size: 3.15rem; line-height: 1.08; }
.home-section .eyebrow, .market-hero__brand, .feature-card__meta, .roadmap-list__step { letter-spacing: 0; text-transform: none; }
.home-section .section-head { margin-bottom: 40px; }
.home-section .section-head > p, .home-section .section-head > div + p { color: inherit; opacity: .7; }
.home-section--beginner { background: #edf2f5; color: #0a1725; border-top: 0; }
.home-section--beginner .eyebrow { color: #1767a1; }
.home-section--beginner .section-head p:not(.eyebrow) { color: #405467; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.feature-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ced9e0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(10,23,37,.08);
}
.feature-card__inner { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.feature-card__inner:focus-visible { outline: 3px solid #1767a1; outline-offset: -4px; }
.feature-card__media { width: 100%; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #d8e1e6; }
.feature-card__media img { width: 100%; height: 100%; object-fit: cover; }
.feature-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.feature-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #3b566b; font-size: .76rem; font-weight: 780; }
.feature-card__meta small { padding: 4px 7px; border: 1px solid #c5d2db; border-radius: 4px; color: #4d6170; font-size: .68rem; }
.feature-card.is-published .feature-card__meta small { border-color: #93c8ad; color: #176640; background: #edf8f2; }
.feature-card h3 { margin: 18px 0 12px; color: #0a1725; font-size: 1.35rem; line-height: 1.4; }
.feature-card p { color: #536574; line-height: 1.75; }
.feature-card__action, .feature-card__pending {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #1767a1;
  font-size: .88rem;
  font-weight: 780;
}
.feature-card__pending { color: #697985; }
.feature-card.is-published { transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.feature-card.is-published:hover { transform: translateY(-3px); border-color: #8bbbd9; box-shadow: 0 18px 42px rgba(10,23,37,.12); }
.feature-card.is-draft .feature-card__media img { filter: saturate(.82); }
.home-section--roadmap { background: #0a2026; }
.home-section--roadmap .section-head p:last-child { color: #aac2c8; }
.roadmap-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(181,224,217,.18);
  border-radius: 8px;
  list-style: none;
}
.roadmap-list li { position: relative; min-width: 0; min-height: 230px; border-right: 1px solid rgba(181,224,217,.18); background: rgba(255,255,255,.035); }
.roadmap-list li:last-child { border-right: 0; }
.roadmap-list li:not(:last-child)::after { background: #0a2026; border-color: rgba(181,224,217,.5); }
.roadmap-list a, .roadmap-list__disabled { position: relative; display: flex; flex-direction: column; height: 100%; padding: 22px; color: inherit; text-decoration: none; }
.roadmap-list__step { color: #90d3c8; font-size: .72rem; font-weight: 800; }
.roadmap-list__icon { display: grid; place-items: center; width: 38px; height: 38px; margin-top: 30px; color: #90d3c8; }
.roadmap-list strong { margin-top: 16px; font-size: 1.17rem; }
.roadmap-list small { margin-top: 7px; color: #aac2c8; }
.roadmap-list__arrow { position: absolute; right: 18px; bottom: 18px; color: rgba(255,255,255,.42); }
.roadmap-list a:hover .roadmap-list__arrow { color: #90d3c8; }
.home-section--glossary { background: #dfe9ee; color: #0a1725; }
.glossary-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: 70px; align-items: center; }
.section-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border: 1px solid currentColor; border-radius: 6px; color: #1767a1; }
.glossary-copy h2 { max-width: 760px; }
.glossary-copy > p:not(.eyebrow) { margin-top: 22px; color: #425866; font-size: 1.04rem; }
.text-link--arrow { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: #1767a1; text-decoration-thickness: 1px; }
.text-link--arrow .lucide { width: 17px; height: 17px; transition: transform .18s ease; }
.home-section--glossary .glossary-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.home-section--glossary .glossary-chips a, .home-section--glossary .glossary-chips > span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid #b9cbd4;
  border-radius: 6px;
  background: rgba(255,255,255,.55);
  color: #19364a;
  font-weight: 720;
}
.home-section--glossary .glossary-chips a:hover { border-color: #6ca8cb; background: #fff; }
.home-section--brokers { background: #121923; }
.broker-guide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 480px); gap: 72px; align-items: center; }
.broker-guide > div > p:not(.eyebrow) { max-width: 660px; margin-top: 18px; color: var(--muted); }
.broker-guide .section-icon { color: #f0c878; }
.broker-topic-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.broker-topic-list li { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); }
.broker-topic-list li > span { color: rgba(255,255,255,.45); font-size: .75rem; font-weight: 760; }
.broker-topic-list strong { font-size: .98rem; }
.broker-topic-list small { color: #f0c878; font-size: .75rem; }
.home-section--about { background: #071426; }
.home-section--about .home-section__inner { padding-top: 104px; padding-bottom: 112px; }
.home-section--about h2 { max-width: 920px; }
.home-section--about .home-section__inner > p:last-child { max-width: 720px; margin-top: 26px; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }

@media (max-width: 1100px) {
  .roadmap-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .roadmap-list li { border-bottom: 1px solid rgba(181,224,217,.18); }
  .roadmap-list li::after { display: none; }
}
@media (max-width: 900px) {
  .home-section__inner { padding-top: 78px; padding-bottom: 78px; }
  .home-section h2 { font-size: 2.7rem; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card:last-child { grid-column: 1 / -1; }
  .glossary-layout, .broker-guide { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 720px) {
  .market-hero { min-height: min(760px, 88svh); }
  .market-hero__video { display: none; }
  .market-hero__shade {
    background:
      linear-gradient(90deg, rgba(3,8,18,.96), rgba(5,14,31,.7)),
      linear-gradient(0deg, rgba(6,16,31,.94) 0%, rgba(6,16,31,.18) 64%);
  }
  .market-hero__inner { padding: 128px 20px 48px; }
  .market-hero h1 { max-width: 350px; margin-top: 14px; font-size: 3rem; line-height: 1.12; }
  .market-hero__copy { max-width: 390px; margin-top: 20px; font-size: 1rem; line-height: 1.8; }
  .market-hero__copy br { display: none; }
  .home-section__inner { padding: 68px 20px; }
  .home-section h2 { font-size: 2.15rem; line-height: 1.14; }
  .home-section .section-head { margin-bottom: 30px; }
  .feature-grid, .roadmap-list, .home-section--glossary .glossary-chips { grid-template-columns: 1fr; }
  .feature-card:last-child { grid-column: auto; }
  .feature-card__body { padding: 21px; }
  .roadmap-list { border-color: rgba(181,224,217,.2); }
  .roadmap-list li { min-height: 160px; border-right: 0; }
  .roadmap-list li:last-child { border-bottom: 0; }
  .roadmap-list a, .roadmap-list__disabled { padding: 20px 20px 20px 70px; }
  .roadmap-list__icon { position: absolute; top: 54px; left: 18px; margin: 0; }
  .roadmap-list strong { margin-top: 28px; }
  .roadmap-list__arrow { bottom: 20px; }
  .glossary-layout, .broker-guide { gap: 38px; }
  .broker-topic-list li { grid-template-columns: 30px minmax(0, 1fr); padding: 12px 0; }
  .broker-topic-list small { grid-column: 2; }
  .home-section--about .home-section__inner { padding-top: 76px; padding-bottom: 82px; }
}
@media (max-width: 390px) {
  .market-hero h1 { max-width: 320px; font-size: 2.75rem; }
  .market-hero__inner, .home-section__inner { padding-left: 18px; padding-right: 18px; }
  .feature-card h3 { font-size: 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .market-hero__video { display: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Five Japanese Topic Hubs */
.hub-page { width: 100%; max-width: none; margin: 0; padding: 0; background: #f8fafb; }
.hub-shell { width: min(100%, var(--max)); margin: 0 auto; padding-right: 24px; padding-left: 24px; }
.hub-label { color: #3485b8; font-size: 12px; font-weight: 820; line-height: 1.3; text-transform: uppercase; }
.hub-hero {
  min-height: 500px;
  overflow: hidden;
  border-bottom: 1px solid rgba(124,199,255,.2);
  background-color: #06101f;
  background-image:
    linear-gradient(rgba(124,199,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,199,255,.035) 1px, transparent 1px),
    linear-gradient(120deg, #06101f 0%, #0a2036 64%, #0c3140 100%);
  background-size: 48px 48px, 48px 48px, auto;
  color: #fff;
}
.hub-hero .hub-shell { padding-top: 104px; padding-bottom: 68px; }
.hub-breadcrumb { display: flex; align-items: center; gap: 7px; min-height: 28px; margin-bottom: 46px; color: rgba(255,255,255,.58); font-size: 14px; }
.hub-breadcrumb a { color: #8dcff4; text-decoration: none; }
.hub-breadcrumb a:hover { color: #fff; }
.hub-breadcrumb .lucide { width: 15px; height: 15px; }
.hub-hero__content { position: relative; max-width: 820px; padding-left: 82px; }
.hub-hero__icon { position: absolute; top: 1px; left: 0; display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(124,199,255,.34); border-radius: 8px; color: #7cc7ff; background: rgba(124,199,255,.08); }
.hub-hero__icon .lucide { width: 28px; height: 28px; }
.hub-hero h1 { margin-top: 14px; font-size: 64px; line-height: 1.05; font-weight: 820; }
.hub-hero__description { max-width: 720px; margin-top: 24px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.85; }
.hub-hero__audience { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: rgba(255,255,255,.58); font-size: 13px; }
.hub-hero__audience .lucide { width: 16px; height: 16px; color: #7cc7ff; }
.hub-band { width: 100%; }
.hub-band > .hub-shell { padding-top: 84px; padding-bottom: 84px; }
.hub-band h2, .hub-next-topic h2 { font-size: 40px; line-height: 1.18; font-weight: 790; }
.hub-band--definition { color: #0b2333; background: #e9f2f5; }
.hub-definition { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 28px 72px; align-items: start; }
.hub-definition .hub-label { grid-column: 1 / -1; }
.hub-definition > p:last-child { max-width: 700px; color: #425866; font-size: 17px; line-height: 1.9; }
.hub-band--start { color: #0b2333; background: #f8fafb; }
.hub-section-head { max-width: 760px; margin-bottom: 34px; }
.hub-section-head h2 { margin-top: 9px; }
.hub-section-head > p:last-child, .hub-section-head--split > p { margin-top: 15px; color: #566b78; font-size: 16px; }
.hub-featured-article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  min-height: 220px;
  padding: 34px;
  border: 1px solid #c9d9e0;
  border-radius: 8px;
  color: #0b2333;
  background: #fff;
  box-shadow: 0 20px 60px rgba(18,49,64,.08);
  text-decoration: none;
}
.hub-featured-article.is-publish { transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.hub-featured-article.is-publish:hover { transform: translateY(-2px); border-color: #6ca8cb; box-shadow: 0 24px 68px rgba(18,49,64,.13); }
.hub-featured-article__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 8px; color: #1767a1; background: #e6f2f8; }
.hub-featured-article__icon .lucide { width: 27px; height: 27px; }
.hub-featured-article__number { color: #3485b8; font-size: 12px; font-weight: 820; }
.hub-featured-article h3 { margin-top: 10px; margin-bottom: 0; font-size: 25px; line-height: 1.35; }
.hub-featured-article h3 + p { max-width: 700px; margin-top: 12px; color: #566b78; }
.hub-featured-article__status { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 13px; border: 1px solid #bad0dc; border-radius: 6px; color: #1767a1; font-size: 13px; font-weight: 780; white-space: nowrap; }
.hub-featured-article.is-draft .hub-featured-article__status { border-color: #e1c885; color: #7a5a12; background: #fff9e9; }
.hub-featured-article__status .lucide { width: 16px; height: 16px; }
.hub-band--learning { color: #fff; background: #071426; }
.hub-section-head--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 470px); gap: 48px; align-items: end; }
.hub-band--learning .hub-section-head > p, .hub-band--related .hub-section-head > p { color: #aab7c8; }
.hub-learning-legend { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: -8px 0 46px; color: rgba(255,255,255,.55); font-size: 12px; }
.hub-learning-legend span { display: inline-flex; align-items: center; gap: 7px; }
.hub-learning-legend span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #4aa6dc; }
.hub-concept-group { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 30px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.hub-concept-group + .hub-concept-group { margin-top: 46px; }
.hub-concept-group__head p { color: #7cc7ff; font-size: 11px; font-weight: 820; }
.hub-concept-group__head strong { display: block; margin-top: 9px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.4; }
.hub-learning-list { margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; overflow: hidden; list-style: none; }
.hub-learning-list li + li { border-top: 1px solid rgba(255,255,255,.12); }
.hub-learning-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 126px;
  gap: 20px;
  align-items: center;
  min-height: 154px;
  padding: 22px;
  color: #fff;
  background: #0b1c30;
  text-decoration: none;
}
.hub-learning-item.is-publish { transition: background .18s ease; }
.hub-learning-item.is-publish:hover { background: #102943; }
.hub-learning-item__number { align-self: start; color: #7cc7ff; font-size: 22px; font-weight: 760; line-height: 1; }
.hub-learning-item__cue { color: #7cc7ff; font-size: 12px; font-weight: 760; }
.hub-learning-item h3 { margin-top: 7px; margin-bottom: 0; font-size: 19px; line-height: 1.42; }
.hub-learning-item h3 + p { max-width: 660px; margin-top: 9px; color: #aab7c8; font-size: 14px; line-height: 1.65; }
.hub-learning-item__meta { display: flex; flex-wrap: wrap; gap: 9px 16px; margin-top: 13px; color: rgba(255,255,255,.5); font-size: 11px; }
.hub-learning-item__meta span { display: inline-flex; align-items: center; gap: 5px; }
.hub-learning-item__meta .lucide { width: 13px; height: 13px; }
.hub-learning-item__status { display: flex; align-items: center; justify-content: flex-end; gap: 6px; color: #7cc7ff; font-size: 12px; font-weight: 760; }
.hub-learning-item.is-draft .hub-learning-item__status { color: #e8c36e; }
.hub-learning-item__status .lucide { width: 15px; height: 15px; }
.hub-learning-item__status .lucide-arrow-right { margin-left: 3px; }
.hub-concept-group.is-profile-group { border-top-color: rgba(232,195,110,.34); }
.hub-concept-group.is-profile-group .hub-concept-group__head p { color: #e8c36e; }
.hub-learning-item.is-profile { background: #101b28; }
.hub-learning-item.is-profile .hub-learning-item__number, .hub-learning-item.is-profile .hub-learning-item__cue { color: #e8c36e; }
.hub-related-knowledge { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 30px; margin-top: 54px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.14); }
.hub-related-knowledge h3 { margin-top: 8px; font-size: 21px; }
.hub-related-knowledge ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; padding: 0; list-style: none; }
.hub-related-knowledge li, .hub-related-knowledge li a { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: center; min-height: 64px; color: inherit; text-decoration: none; }
.hub-related-knowledge li > a { grid-column: 1 / -1; min-width: 0; }
.hub-related-knowledge li { border-bottom: 1px solid rgba(255,255,255,.12); }
.hub-related-knowledge li span { color: #7cc7ff; font-size: 12px; }
.hub-related-knowledge li strong { font-size: 13px; line-height: 1.45; }
.hub-related-knowledge li small { color: #e8c36e; font-size: 11px; }
.hub-risk-notice { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 18px; align-items: center; margin-top: 42px; padding: 22px; border: 1px solid rgba(232,195,110,.38); border-radius: 8px; color: #f5dfab; background: rgba(232,195,110,.06); }
.hub-risk-notice > .lucide { width: 24px; height: 24px; }
.hub-risk-notice strong { font-size: 12px; }
.hub-risk-notice p { margin-top: 4px; color: rgba(255,255,255,.68); font-size: 13px; }
.hub-risk-notice a { display: inline-flex; align-items: center; gap: 7px; color: #f5dfab; font-size: 12px; font-weight: 760; }
.hub-risk-notice a .lucide { width: 14px; height: 14px; }
.hub-band--terms { color: #0b2333; background: #e9f2f5; }
.hub-terms { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: 72px; align-items: center; }
.hub-terms h2 { margin-top: 9px; }
.hub-terms > div:first-child > p:not(.hub-label) { max-width: 550px; margin-top: 18px; color: #566b78; }
.hub-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #1767a1; font-weight: 780; text-underline-offset: 4px; }
.hub-text-link .lucide { width: 16px; height: 16px; }
.hub-term-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hub-term-list a, .hub-term-list span { display: flex; align-items: center; min-height: 54px; padding: 0 16px; border: 1px solid #c8d9e0; border-radius: 6px; color: #19364a; background: rgba(255,255,255,.7); font-size: 14px; font-weight: 720; text-decoration: none; }
.hub-term-list a { border-color: #91bad0; color: #1767a1; }
.hub-term-list a:hover { background: #fff; }
.hub-band--related { color: #fff; background: #121923; }
.hub-related-topics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.hub-related-topics a { display: grid; grid-template-columns: 48px minmax(0, 1fr) 22px; gap: 6px 16px; align-items: center; min-height: 136px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; color: #fff; text-decoration: none; transition: border-color .18s ease, background .18s ease; }
.hub-related-topics a:hover { border-color: rgba(124,199,255,.5); background: rgba(124,199,255,.06); }
.hub-related-topics a > span { grid-row: span 2; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 7px; color: #7cc7ff; background: rgba(124,199,255,.08); }
.hub-related-topics a > span .lucide { width: 23px; height: 23px; }
.hub-related-topics strong { font-size: 18px; }
.hub-related-topics small { color: #aab7c8; line-height: 1.5; }
.hub-related-topics a > .lucide { grid-column: 3; grid-row: 1 / span 2; width: 18px; height: 18px; color: #7cc7ff; }
.hub-next-topic { color: #fff; background: #0b5969; }
.hub-next-topic .hub-shell { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 460px); gap: 56px; align-items: center; padding-top: 58px; padding-bottom: 58px; }
.hub-next-topic h2 { margin-top: 6px; font-size: 30px; }
.hub-next-topic .hub-label { color: #b7e9ee; }
.hub-next-topic a { display: grid; grid-template-columns: 44px minmax(0, 1fr) 20px; gap: 14px; align-items: center; min-height: 82px; padding: 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; color: #fff; background: rgba(255,255,255,.06); text-decoration: none; }
.hub-next-topic a span { display: grid; place-items: center; width: 44px; height: 44px; color: #d5fbff; }
.hub-next-topic a span .lucide { width: 24px; height: 24px; }
.hub-next-topic a > .lucide { width: 18px; height: 18px; }
.hub-next-topic a:hover { background: rgba(255,255,255,.12); }
.hub-band--trust { color: #0b2333; background: #f8fafb; }
.hub-trust { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
.hub-trust h2 { margin-top: 8px; font-size: 34px; }
.hub-trust > div:last-child > p { max-width: 660px; color: #566b78; font-size: 16px; line-height: 1.85; }
.hub-page a:focus-visible { outline: 3px solid #7cc7ff; outline-offset: 3px; }
@media (max-width: 900px) {
  .hub-hero h1 { font-size: 52px; }
  .hub-definition, .hub-section-head--split, .hub-terms, .hub-trust { grid-template-columns: 1fr; gap: 24px; }
  .hub-concept-group { grid-template-columns: 1fr; gap: 18px; }
  .hub-concept-group__head { display: flex; align-items: baseline; gap: 14px; }
  .hub-related-knowledge { grid-template-columns: 1fr; }
  .hub-next-topic .hub-shell { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 700px) {
  .hub-shell { padding-right: 20px; padding-left: 20px; }
  .hub-hero { min-height: 480px; }
  .hub-hero .hub-shell { padding-top: 86px; padding-bottom: 54px; }
  .hub-breadcrumb { margin-bottom: 32px; font-size: 13px; }
  .hub-hero__content { padding-left: 0; }
  .hub-hero__icon { position: static; width: 46px; height: 46px; margin-bottom: 18px; }
  .hub-hero__icon .lucide { width: 23px; height: 23px; }
  .hub-hero h1 { font-size: 40px; line-height: 1.12; }
  .hub-hero__description { margin-top: 19px; font-size: 16px; line-height: 1.75; }
  .hub-band > .hub-shell { padding-top: 64px; padding-bottom: 64px; }
  .hub-band h2 { font-size: 31px; }
  .hub-definition { gap: 18px; }
  .hub-definition > p:last-child { font-size: 16px; }
  .hub-featured-article { grid-template-columns: 48px minmax(0, 1fr); gap: 18px; min-height: 0; padding: 24px; }
  .hub-featured-article__icon { width: 46px; height: 46px; }
  .hub-featured-article h3 { font-size: 21px; }
  .hub-featured-article__status { grid-column: 2; justify-self: start; }
  .hub-learning-legend { margin-bottom: 34px; }
  .hub-concept-group + .hub-concept-group { margin-top: 38px; }
  .hub-learning-item { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 20px; }
  .hub-learning-item__number { font-size: 17px; }
  .hub-learning-item h3 { font-size: 17px; }
  .hub-learning-item__status { grid-column: 2; justify-content: flex-start; margin-top: 3px; }
  .hub-related-knowledge ul { grid-template-columns: 1fr; }
  .hub-risk-notice { grid-template-columns: 24px minmax(0, 1fr); }
  .hub-risk-notice a { grid-column: 2; }
  .hub-term-list, .hub-related-topics { grid-template-columns: 1fr; }
  .hub-related-topics a { min-height: 124px; padding: 20px; }
  .hub-next-topic .hub-shell { padding-top: 48px; padding-bottom: 48px; }
  .hub-next-topic a { min-width: 0; }
}
@media (max-width: 430px) {
  .hub-shell { padding-right: 18px; padding-left: 18px; }
  .hub-hero { min-height: 470px; background-size: 36px 36px, 36px 36px, auto; }
  .hub-hero h1 { font-size: 38px; }
  .hub-hero__audience { align-items: flex-start; }
  .hub-band > .hub-shell { padding-top: 56px; padding-bottom: 56px; }
  .hub-band h2 { font-size: 29px; }
  .hub-featured-article { grid-template-columns: 1fr; padding: 22px; }
  .hub-featured-article__status { grid-column: 1; }
  .hub-section-head--split { gap: 14px; }
  .hub-learning-item { grid-template-columns: 34px minmax(0, 1fr); padding: 18px 16px; }
  .hub-learning-item h3 + p { font-size: 13px; }
  .hub-related-knowledge li, .hub-related-knowledge li a { grid-template-columns: 28px minmax(0, 1fr); }
  .hub-related-knowledge li small { grid-column: 2; }
  .hub-risk-notice { padding: 18px; }
  .hub-related-topics a { grid-template-columns: 42px minmax(0, 1fr) 18px; gap: 5px 12px; }
  .hub-related-topics a > span { width: 42px; height: 42px; }
  .hub-next-topic a { grid-template-columns: 38px minmax(0, 1fr) 18px; padding: 14px; }
  .hub-next-topic a span { width: 38px; height: 38px; }
  .hub-trust h2 { font-size: 28px; }
}

.nav .nav-item--disabled { color: rgba(255,255,255,.48); cursor: not-allowed; }
.next-article[data-article-direction] > a,
.next-article[data-article-direction] > .next-article__draft { grid-template-columns: minmax(0, 1fr); min-width: 0; overflow-wrap: anywhere; }
.site-header[data-localized-ui] .brand { flex-shrink: 0; }
.site-header[data-localized-ui] .nav { justify-content: flex-end; min-width: 0; }
.site-footer[data-localized-ui] .nav { position: static; display: flex; background: none; border: 0; padding: 0; backdrop-filter: none; }
.site-footer[data-localized-ui] .nav > * { max-width: 100%; overflow-wrap: anywhere; letter-spacing: 0; }
@media (max-width: 720px) {
  .site-header[data-localized-ui] .nav { justify-content: flex-start; max-height: calc(100dvh - 140px); overflow-y: auto; }
  .site-header[data-localized-ui] .nav > * { max-width: 100%; overflow-wrap: anywhere; letter-spacing: 0; }
  .site-footer[data-localized-ui] .nav { gap: 4px; }
  .site-footer[data-localized-ui] .nav > * { width: auto; padding: 6px 0; }
}
.nav .nav-item--disabled small { margin-left: 4px; color: rgba(255,255,255,.62); font-size: .72rem; }
.glossary-chips .language-chip--disabled { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.035); color: rgba(255,255,255,.48); font-size: .92rem; cursor: not-allowed; }
.glossary-chips .language-chip--disabled small { color: rgba(255,255,255,.6); font-size: .72rem; }
@media (max-width: 720px) { .nav .nav-item--disabled { width: 100%; padding: 10px; } }
