:root {
  --ink: #f5f9fc;
  --muted: #9db0bd;
  --surface: #0b1822;
  --surface-2: #102431;
  --line: #274554;
  --cyan: #54d8ff;
  --gold: #f4c85a;
  --blue: #2c8bd1;
  --teal: #20a38f;
  --purple: #8257c7;
  --red: #d95a4b;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: #061019; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% -10%, rgba(38, 133, 177, .25), transparent 32rem),
    linear-gradient(180deg, #07131d, #071018 64%, #050c12);
}
button, a { font: inherit; }
button { color: inherit; }
.topbar {
  position: sticky;
  z-index: 10;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 10px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(84, 216, 255, .18);
  background: rgba(5, 15, 23, .92);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; overflow: hidden; border: 1px solid rgba(74,211,255,.45); border-radius: 12px; background: #07131d; box-shadow: 0 0 18px rgba(74,211,255,.12); }
.brand-mark img { display: block; width: 92%; height: 92%; object-fit: contain; }
.brand b, .brand small { display: block; }
.brand b { font-size: 13px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs { min-width: 0; overflow: hidden; color: #a7bbc7; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.breadcrumbs span + span::before { content: " / "; color: #4d6b7b; }
.home-button, .back-button, .tab, .source-link, .refresh-button {
  border: 1px solid #38677d;
  border-radius: 8px;
  background: #102634;
  color: #e8f8ff;
  font-weight: 850;
  cursor: pointer;
}
.home-button, .back-button { min-height: 38px; padding: 0 15px; font-size: 11px; letter-spacing: .08em; }
.home-button:hover, .back-button:hover, .source-link:hover, .refresh-button:hover { border-color: #68ddff; background: #143447; }
main { width: min(1280px, 100%); margin: 0 auto; padding: clamp(28px, 5vw, 68px); }
.hero-copy { max-width: 850px; margin-bottom: 34px; }
.eyebrow { margin: 0 0 11px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 850px; margin-bottom: 16px; font-size: clamp(37px, 5.5vw, 72px); line-height: .98; letter-spacing: -.045em; }
.hero-copy > p:last-child { max-width: 760px; color: #b6c8d2; font-size: clamp(15px, 2vw, 20px); line-height: 1.55; }
.section-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.section-card, .pattern-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--ink);
  background: linear-gradient(145deg, rgba(20, 48, 64, .9), rgba(8, 22, 32, .96));
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.section-card { min-height: 310px; padding: 27px; }
.section-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--accent); }
.section-card:hover, .pattern-card:hover { transform: translateY(-3px); border-color: var(--accent, var(--cyan)); box-shadow: 0 18px 44px rgba(0, 0, 0, .28); }
.section-number { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; color: white; background: var(--accent); font-size: 23px; font-weight: 900; }
.section-card h2 { margin: 28px 0 8px; font-size: 25px; }
.section-card strong { display: block; margin-bottom: 13px; color: var(--accent); font-size: 14px; }
.section-card p { color: #aebfca; line-height: 1.55; }
.section-card .open-label { position: absolute; right: 25px; bottom: 22px; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.future-card { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 24px; width: 100%; margin-top: 22px; padding: 28px 30px; overflow: hidden; border: 1px solid rgba(244, 200, 90, .48); border-radius: 20px; color: #fff; background: radial-gradient(circle at 88% 0%, rgba(244, 200, 90, .18), transparent 25rem), linear-gradient(135deg, #183142, #101b28 60%, #211c18); text-align: left; cursor: pointer; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.future-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.06) 48%, transparent 70%); transform: translateX(-100%); transition: transform .65s ease; }
.future-card:hover, .future-card:focus-visible { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 22px 54px rgba(0,0,0,.34), 0 0 34px rgba(244,200,90,.08); outline: none; }
.future-card:hover::before, .future-card:focus-visible::before { transform: translateX(100%); }
.future-badge { display: grid; min-width: 106px; min-height: 44px; place-items: center; padding: 0 14px; border: 1px solid #f4c85a; border-radius: 999px; color: #171106; background: #f4c85a; font-size: 10px; font-weight: 950; letter-spacing: .1em; }
.future-card-copy small { display: block; margin-bottom: 5px; color: #91dfff; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.future-card-copy strong { display: block; font-size: clamp(21px, 2.6vw, 31px); line-height: 1.12; }
.future-card-copy p { max-width: 790px; margin: 8px 0 0; color: #b9cad3; font-size: 13px; line-height: 1.55; }
.future-card-action { color: #ffe89b; font-size: 10px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.connect-strip { margin-top: 28px; padding: 22px; border: 1px solid #274554; border-radius: 18px; background: rgba(7, 22, 32, .74); }
.connect-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 15px; }
.connect-heading small { display: block; margin-bottom: 5px; color: #7edcff; font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.connect-heading h2 { margin: 0; font-size: clamp(20px, 2.4vw, 29px); }
.connect-heading p { max-width: 390px; margin: 0; color: #9fb3bf; font-size: 12px; text-align: right; }
.connect-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.connect-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 12px; min-height: 88px; padding: 14px; border: 1px solid #315263; border-radius: 13px; color: #f5f9fc; background: linear-gradient(145deg, #102a39, #0a1b26); text-align: left; text-decoration: none; }
.connect-card:not(:disabled):hover { border-color: #69dcff; transform: translateY(-2px); }
.connect-card:disabled { cursor: default; opacity: .82; }
.connect-card.is-discord { border-color: rgba(130,87,199,.7); }
.connect-card.is-beta { border-color: rgba(84,216,255,.55); }
.connect-card.is-social { border-color: rgba(244,200,90,.55); }
.connect-card.is-merch { border-color: rgba(244,200,90,.72); }
.connect-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #fff; background: #17445b; font-size: 12px; font-weight: 950; }
.is-discord .connect-icon { background: #6041a2; }
.is-beta .connect-icon { background: #16688c; }
.is-social .connect-icon { color: #171106; background: #f4c85a; }
.is-merch .connect-icon { color: #171106; background: linear-gradient(145deg, #ffe16d, #e8a621); box-shadow: 0 0 18px rgba(244,200,90,.23); }
.connect-logo { overflow: hidden; padding: 4px; }
.connect-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.connect-card small, .connect-card b, .connect-card em { display: block; }
.connect-card small { color: #8fdfff; font-size: 8px; font-weight: 950; letter-spacing: .09em; }
.connect-card b { margin: 3px 0 2px; font-size: 14px; }
.connect-card em { color: #95aab6; font-size: 10px; font-style: normal; }
.social-shortcuts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.social-shortcuts a { padding: 7px 10px; border: 1px solid #294957; border-radius: 999px; color: #b8d6e5; background: #091b26; font-size: 10px; font-weight: 800; text-decoration: none; }
.social-shortcuts a:hover { border-color: #f4c85a; color: #fff1bd; }
.view-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.view-heading h1 { margin: 4px 0 0; font-size: clamp(34px, 4vw, 58px); }
.view-heading p { max-width: 700px; margin: 10px 0 0; color: #aabec9; line-height: 1.5; }
.pattern-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pattern-card { min-height: 190px; padding: 24px; }
.pattern-card span { color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.pattern-card h2 { margin: 10px 0 8px; font-size: 27px; }
.pattern-card p { color: #aebfca; line-height: 1.5; }
.pattern-card b { position: absolute; right: 22px; bottom: 19px; color: #dff7ff; font-size: 11px; }
.pattern-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 20px; margin-bottom: 22px; }
.pattern-hero h1 { margin: 5px 0 8px; font-size: clamp(38px, 5vw, 66px); }
.pattern-hero p { max-width: 800px; color: #afc1cb; font-size: 17px; line-height: 1.5; }
.tabs { display: inline-grid; grid-template-columns: repeat(2, auto); gap: 6px; padding: 5px; border: 1px solid #284958; border-radius: 11px; background: #08151f; }
.tab { min-height: 40px; padding: 0 16px; border-color: transparent; background: transparent; color: #91a8b5; font-size: 11px; letter-spacing: .06em; }
.tab.is-active { border-color: var(--accent); color: white; background: color-mix(in srgb, var(--accent) 24%, #0a1e2a); }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 18px; }
.panel { border: 1px solid #284653; border-radius: 16px; background: rgba(11, 27, 38, .92); }
.visual-panel { overflow: hidden; }
.visual-panel img { display: block; width: 100%; min-height: 300px; object-fit: contain; background: #f4f7f8; }
.image-open { position: relative; display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; cursor: zoom-in; }
.image-open > span { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: #fff; background: rgba(3,17,25,.82); font-size: 9px; font-weight: 900; letter-spacing: .08em; opacity: 0; transform: translateY(4px); transition: opacity .16s ease, transform .16s ease; }
.image-open:hover > span, .image-open:focus-visible > span { opacity: 1; transform: translateY(0); }
.image-open:focus-visible { outline: 3px solid #7edcff; outline-offset: -3px; }
.visual-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #284653; }
.visual-tabs button { min-height: 43px; border: 0; background: #0d2230; color: #a8bac5; font-size: 11px; font-weight: 900; cursor: pointer; }
.visual-tabs button.is-active { color: #fff; background: #15405a; }
.mjo-composite-tool { min-height: 500px; padding: 18px; background: #0a1b26; }
.mjo-composite-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.mjo-composite-heading small { display: block; margin-bottom: 4px; color: #8fdfff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.mjo-composite-heading h2 { margin: 0; font-size: 20px; }
.mjo-variable-tabs { display: inline-flex; gap: 5px; }
.mjo-variable-tabs button, .mjo-periods button { min-height: 34px; padding: 0 10px; border: 1px solid #315669; border-radius: 7px; color: #a9c0cc; background: #102a38; font-size: 10px; font-weight: 900; cursor: pointer; }
.mjo-variable-tabs button.is-active, .mjo-periods button.is-active { border-color: #f4c85a; color: #181206; background: #f4c85a; }
.mjo-periods { display: grid; grid-template-columns: repeat(12, minmax(38px, 1fr)); gap: 4px; margin-bottom: 12px; }
.mjo-periods button { padding: 0 5px; }
.mjo-composite-image { overflow: hidden; border: 1px solid #365663; border-radius: 10px; background: #fff; }
.mjo-composite-image img { min-height: 360px; max-height: 650px; object-fit: contain; }
.mjo-composite-tool > p { margin: 12px 2px 0; color: #aec1ca; font-size: 11px; line-height: 1.5; }
.copy-panel { padding: 25px; }
.fact { padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid #263e49; }
.fact:last-child { border-bottom: 0; margin-bottom: 0; }
.fact span { display: block; margin-bottom: 6px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.fact p { margin: 0; color: #c1d0d8; line-height: 1.55; }
.phase-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.phase-box { padding: 18px; border: 1px solid #294653; border-radius: 12px; background: #0b1c28; }
.phase-box h3 { margin-bottom: 9px; font-size: 16px; }
.phase-box p { margin: 0; color: #adc0ca; font-size: 13px; line-height: 1.5; }
.current-card { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: 18px; }
.current-summary { padding: 25px; border: 1px solid color-mix(in srgb, var(--accent) 55%, #284653); border-radius: 16px; background: linear-gradient(150deg, color-mix(in srgb, var(--accent) 18%, #0a1c28), #091720); }
.current-summary small { display: block; color: #91a7b4; font-weight: 800; letter-spacing: .08em; }
.phase-chip { display: inline-block; margin: 16px 0 14px; padding: 9px 12px; border-radius: 9px; color: #fff; background: var(--accent); font-size: 18px; font-weight: 900; }
.current-summary p { color: #c0d0d8; line-height: 1.58; }
.confidence { display: flex; justify-content: space-between; gap: 10px; padding-top: 15px; border-top: 1px solid #31505f; color: #9db2bd; font-size: 11px; }
.live-panel { padding: 20px; }
.live-panel h2 { margin-bottom: 5px; font-size: 21px; }
.live-panel > p { color: #9fb4bf; font-size: 13px; line-height: 1.5; }
.live-images { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 12px; }
.live-figure { overflow: hidden; margin: 0; border: 1px solid #294955; border-radius: 11px; background: #fff; }
.live-figure img { display: block; width: 100%; min-height: 250px; object-fit: contain; background: #fff; }
.live-image-status { display: none; min-height: 130px; padding: 28px; place-items: center; color: #ffda75; background: #14242a; font-size: 13px; font-weight: 800; line-height: 1.55; text-align: center; }
.live-image-status b, .live-image-status span { display: block; }
.live-image-status span { margin-top: 7px; color: #b9cad3; font-size: 11px; font-weight: 500; }
.live-figure.is-loading .live-image-open { display: none; }
.live-figure.is-loading .live-image-status { display: grid; min-height: 250px; align-content: center; }
.live-figure.is-load-error .live-image-open { display: none; }
.live-figure.is-load-error .live-image-status { display: grid; }
.live-figure figcaption { padding: 10px 12px; color: #b9cad3; background: #0c202c; font-size: 11px; line-height: 1.4; }
.refresh-feedback { display: none; margin: 10px 0 0; padding: 9px 11px; border-radius: 7px; font-size: 11px; line-height: 1.45; }
.refresh-feedback.is-checking, .refresh-feedback.is-success, .refresh-feedback.is-error { display: block; }
.refresh-feedback.is-checking { color: #ffe49a; background: rgba(244,200,90,.1); }
.refresh-feedback.is-success { color: #91e8c7; background: rgba(63,181,139,.11); }
.refresh-feedback.is-error { color: #ffd0a1; background: rgba(210,117,54,.13); }
.refresh-button:disabled { cursor: wait; opacity: .72; }
.forward-forecast { overflow: hidden; margin-top: 14px; border: 1px solid #35515d; border-radius: 12px; background: #0a1d28; }
.forward-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border-bottom: 1px solid #35515d; }
.forward-heading b { display: block; margin-bottom: 4px; color: #73d6ff; font-size: 10px; letter-spacing: .1em; }
.forward-heading h3 { margin: 0; font-size: 17px; }
.forward-heading > span { color: #b7cad3; font-size: 10px; font-weight: 800; text-align: right; }
.forward-chart-open { background: #f7fafb; }
.forward-chart-open img { display: block; width: 100%; min-height: 340px; object-fit: contain; background: #f7fafb; }
.forward-forecast > p { margin: 0; padding: 11px 14px 13px; color: #b9cad3; font-size: 11px; line-height: 1.45; }
.forecast-coverage { margin-top: 14px; padding: 14px 16px; border: 1px solid #35515d; border-radius: 10px; background: #0d222e; }
.forecast-coverage > b { display: block; margin-bottom: 6px; color: #f0ca59; font-size: 10px; letter-spacing: .1em; }
.forecast-coverage p { margin: 0 0 10px; color: #c2d1d8; font-size: 12px; line-height: 1.5; }
.forecast-coverage > div { display: flex; flex-wrap: wrap; gap: 7px; }
.model-chip { display: inline-flex; min-height: 28px; align-items: center; padding: 0 9px; border: 1px solid #456574; border-radius: 999px; color: #d8e7ed; background: #173342; font-size: 9px; font-weight: 900; letter-spacing: .055em; }
.model-chip.is-limited { border-color: #9e7b2c; color: #ffe293; background: #372d16; }
.model-chip.is-missing { border-color: #6b4a55; color: #d9b7c2; background: #2b1c23; }
.image-lightbox { width: min(96vw, 1540px); max-width: none; height: min(94vh, 1080px); max-height: none; padding: 0; border: 1px solid #477384; border-radius: 16px; color: #effaff; background: #06151e; box-shadow: 0 24px 80px rgba(0,0,0,.65); }
.image-lightbox::backdrop { background: rgba(0, 7, 11, .88); backdrop-filter: blur(5px); }
.future-dialog { width: min(95vw, 1180px); max-width: none; max-height: 94vh; padding: clamp(28px, 4vw, 54px); overflow: auto; border: 1px solid #41606e; border-radius: 22px; color: #f5f9fc; background: radial-gradient(circle at 92% 0%, rgba(244,200,90,.16), transparent 24rem), linear-gradient(145deg, #102838, #07131d 72%); box-shadow: 0 26px 90px rgba(0,0,0,.7); }
.future-dialog::backdrop { background: rgba(0,7,11,.88); backdrop-filter: blur(6px); }
.future-dialog h2 { max-width: 760px; margin: 0 0 13px; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.035em; }
.future-intro { max-width: 760px; margin-bottom: 28px; color: #bdced7; font-size: 16px; line-height: 1.6; }
.future-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid #456b7d; border-radius: 50%; color: #fff; background: #102f40; font-size: 20px; cursor: pointer; }
.builder-preview { overflow: hidden; margin: 0 0 22px; border: 1px solid #315565; border-radius: 16px; background: #07131d; box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.builder-preview-bar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 16px; border-bottom: 1px solid #294958; background: #102735; }
.builder-preview-bar b, .builder-preview-bar small { display: block; }
.builder-preview-bar b { font-size: 13px; }
.builder-preview-bar small { margin-top: 3px; color: #86a5b4; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.preview-save { padding: 9px 12px; border: 1px solid #f4c85a; border-radius: 7px; color: #ffe7a0; background: rgba(244,200,90,.09); font-size: 8px; font-weight: 950; letter-spacing: .08em; }
.builder-preview-body { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 420px; }
.preview-controls { display: flex; flex-direction: column; gap: 16px; padding: 18px; border-right: 1px solid #274653; background: #0b1d28; }
.preview-controls > div { padding-bottom: 15px; border-bottom: 1px solid #263f4b; }
.preview-controls > div:last-child { border-bottom: 0; }
.preview-controls small, .preview-map-heading small, .preview-reasoning small { display: block; margin-bottom: 7px; color: #82a3b2; font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.preview-controls b { color: #eefaff; font-size: 12px; }
.preview-pills, .preview-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.preview-pills i, .preview-chips i { padding: 7px 8px; border: 1px solid #355666; border-radius: 6px; color: #a9bdc8; background: #102735; font-size: 8px; font-style: normal; font-weight: 850; }
.preview-pills i.is-selected { border-color: #54d8ff; color: #fff; background: #17425a; }
.preview-chips i { border-color: #725f32; color: #ffe091; background: #30291b; }
.preview-driver-note { display: block; margin-top: 8px; color: #87a8b7; font-size: 8px; font-style: normal; line-height: 1.4; }
.preview-scale { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.preview-scale i { height: 23px; border-radius: 4px; }
.cold-3 { background: #473081; } .cold-2 { background: #365db2; } .cold-1 { background: #5ea6d7; } .neutral { background: #d9e1e5; } .warm-1 { background: #f3bc67; } .warm-2 { background: #ed794e; } .warm-3 { background: #b9363e; }
.confidence-meter { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.confidence-meter i { height: 7px; border-radius: 99px; background: #f4c85a; }
.confidence-meter i:nth-child(n+4) { background: #294654; }
.preview-map { min-width: 0; padding: 17px; background: linear-gradient(180deg, #0b202d, #08151f); }
.preview-map-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.preview-map-heading b { font-size: 12px; }
.preview-legend { display: flex; align-items: center; gap: 5px; color: #a8bdc7; font-size: 8px; }
.preview-legend i { width: 10px; height: 10px; border-radius: 3px; background: #4e8ec9; }
.preview-legend i:nth-of-type(2) { background: #d9e1e5; }
.preview-legend i:nth-of-type(3) { background: #e36e4f; }
.preview-example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.preview-example-panel { overflow: hidden; border: 1px solid #49616b; border-radius: 11px; background: #f6f8f9; }
.preview-example-panel > span { display: block; padding: 9px 11px; color: #253f4e; background: #eef3f5; font-size: 9px; font-weight: 900; }
.preview-example-map { position: relative; height: 226px; overflow: hidden; background: radial-gradient(circle at 50% 50%, #f4f7f8, #e6edf0); }
.preview-example-map > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.preview-example-map::before, .master-map-base, .post-map-base { content: ""; position: absolute; background-color: #dce4e7; background-image: repeating-linear-gradient(28deg, transparent 0 46px, rgba(64,84,94,.18) 47px 49px), repeating-linear-gradient(92deg, transparent 0 67px, rgba(64,84,94,.15) 68px 70px); clip-path: polygon(3% 29%, 8% 17%, 22% 10%, 37% 14%, 49% 20%, 62% 20%, 72% 27%, 82% 23%, 92% 29%, 97% 40%, 93% 49%, 95% 61%, 87% 64%, 80% 75%, 68% 72%, 59% 84%, 49% 75%, 39% 78%, 29% 70%, 19% 66%, 11% 57%, 6% 47%); box-shadow: inset 0 0 0 2px rgba(48,69,80,.55); }
.preview-example-map::before { display: none; }
.preview-example-map::before { inset: 15% 5% 11%; }
.preview-example-map.is-temperature::before { background-color: #dce4e7; background-image: linear-gradient(180deg, rgba(226,102,76,.92) 0 42%, rgba(219,227,231,.95) 48% 57%, rgba(76,143,198,.92) 64% 100%), repeating-linear-gradient(28deg, transparent 0 46px, rgba(64,84,94,.18) 47px 49px); }
.preview-example-map.is-precipitation::before { background-color: #dce4e7; background-image: linear-gradient(180deg, rgba(214,225,229,.95) 0 45%, rgba(207,160,47,.88) 48% 58%, rgba(35,153,112,.92) 63% 100%), repeating-linear-gradient(28deg, transparent 0 46px, rgba(64,84,94,.18) 47px 49px); }
.example-region { position: absolute; z-index: 2; padding: 6px 8px; border: 1px solid rgba(255,255,255,.92); border-radius: 7px; color: #fff; font-size: 8px; font-style: normal; font-weight: 950; text-shadow: 0 1px 3px rgba(0,0,0,.72); box-shadow: 0 5px 14px rgba(0,0,0,.2); filter: none; }
.example-north { top: 23%; left: 38%; background: rgba(218,88,60,.9); }
.example-south { left: 38%; bottom: 17%; background: rgba(54,116,180,.92); }
.example-dry { top: 23%; left: 35%; background: rgba(211,155,42,.93); }
.example-wet { left: 38%; bottom: 17%; background: rgba(31,145,105,.93); }
.preview-reasoning { margin-top: 12px; padding: 13px 14px; border: 1px solid #2a4855; border-radius: 9px; background: #0d2431; }
.preview-reasoning p { margin: 0; color: #b7c8d0; font-size: 10px; line-height: 1.5; }
.finished-preview { margin: 0 0 22px; padding: 22px; border: 1px solid #355566; border-radius: 17px; background: linear-gradient(150deg, rgba(17,42,55,.95), rgba(7,21,30,.98)); }
.finished-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.finished-preview-heading small { display: block; margin-bottom: 6px; color: #7edcff; font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.finished-preview-heading h3 { margin: 0; font-size: clamp(22px, 3vw, 34px); }
.published-stamp { padding: 9px 12px; border: 1px solid #69cfae; border-radius: 999px; color: #a9f3dc; background: rgba(43,129,102,.14); font-size: 8px; font-weight: 950; letter-spacing: .08em; white-space: nowrap; }
.finished-product { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(240px, .65fr); overflow: hidden; border: 1px solid #304d5b; border-radius: 14px; background: #081722; }
.master-map-shell { min-width: 0; padding: 15px; border-right: 1px solid #2a4754; }
.master-map-title { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.master-map-title small, .master-map-title b { display: block; }
.master-map-title small { color: #76d9ff; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.master-map-title b { margin-top: 4px; font-size: 14px; }
.master-map-title > span:last-child { color: #9db3be; font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.master-layer-tabs { display: inline-flex; gap: 5px; margin: 0 0 10px; padding: 4px; border: 1px solid #315565; border-radius: 9px; background: #071822; }
.master-layer-tabs button { min-height: 32px; padding: 0 13px; border: 1px solid transparent; border-radius: 6px; color: #8fa7b3; background: transparent; font-size: 8px; font-weight: 950; letter-spacing: .08em; cursor: pointer; }
.master-layer-tabs button.is-active { border-color: #58c9f2; color: #fff; background: #174b67; box-shadow: 0 0 16px rgba(76,201,240,.15); }
.master-map-art { position: relative; height: 360px; overflow: hidden; border: 1px solid #54707a; border-radius: 11px; background: #eef3f5; }
.master-map-base { inset: 0; width: 100%; height: 100%; object-fit: contain; clip-path: none; background: none; box-shadow: none; }
.master-shade { position: absolute; z-index: 1; display: block; border-radius: 50%; opacity: .74; filter: blur(7px); mix-blend-mode: multiply; }
.master-shade { display: none; }
.shade-north { top: 23%; left: 19%; width: 66%; height: 25%; background: #ee7655; }
.shade-west { top: 42%; left: 7%; width: 29%; height: 31%; background: #e9835f; }
.shade-south { left: 25%; bottom: 10%; width: 62%; height: 30%; background: linear-gradient(90deg, #5d93ca, #2e9b7b); }
.shade-east { right: 4%; bottom: 20%; width: 23%; height: 36%; background: #35a27d; }
.master-map-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.3), transparent 20%, transparent 80%, rgba(255,255,255,.28)); }
.outlook-zone { position: absolute; z-index: 2; min-width: 112px; padding: 10px 13px; border: 2px solid rgba(255,255,255,.92); border-radius: 9px; color: #fff; font-size: 13px; font-weight: 950; line-height: 1.15; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.82); box-shadow: 0 8px 20px rgba(0,0,0,.27); }
.outlook-zone i { display: block; margin-top: 3px; font-size: 10px; font-style: normal; font-weight: 800; }
.master-label-set { display: none; }
.master-label-set.is-active { display: contents; }
.zone-north { top: 19%; left: 43%; background: rgba(210,72,51,.88); }
.zone-west { top: 45%; left: 24%; background: rgba(224,102,60,.87); }
.zone-south { left: 43%; bottom: 18%; background: rgba(54,116,180,.94); }
.zone-dry { background: rgba(204,145,31,.93); }
.zone-wet { background: rgba(28,143,107,.94); }
.zone-east { right: 13%; bottom: 25%; background: rgba(28,143,107,.92); }
.zone-finished-west { top: 38%; left: 20%; background: rgba(216,83,56,.92); }
.zone-finished-east { right: 12%; bottom: 28%; background: rgba(54,116,180,.94); }
.zone-finished-northwest { top: 23%; left: 12%; background: rgba(28,143,107,.94); }
.zone-finished-plains { left: 42%; bottom: 25%; background: rgba(204,145,31,.94); }
.master-legend { display: flex; flex-wrap: wrap; gap: 10px 13px; padding: 11px 3px 0; color: #aebfc8; font-size: 8px; }
.master-legend-set { display: none; }
.master-legend-set.is-active { display: flex; }
.master-legend span { display: inline-flex; align-items: center; gap: 5px; }
.master-legend i { width: 11px; height: 11px; border-radius: 3px; }
.legend-cold { background: #498ac9; } .legend-warm { background: #e36e4f; } .legend-wet { background: #2b9a75; } .legend-dry { background: #d9a62f; } .legend-mixed { background: #d9e1e5; }
.finished-summary { display: flex; flex-direction: column; gap: 0; padding: 17px; background: #0b1e29; }
.finished-summary > div { padding: 0 0 15px; margin-bottom: 15px; border-bottom: 1px solid #294552; }
.finished-summary > div:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.finished-summary small { display: block; margin-bottom: 7px; color: #7da1b1; font-size: 8px; font-weight: 950; letter-spacing: .11em; }
.finished-summary strong { display: block; margin-bottom: 7px; font-size: 14px; line-height: 1.35; }
.finished-summary p, .finished-summary li { color: #adbec7; font-size: 10px; line-height: 1.5; }
.finished-summary p { margin: 0; }
.finished-summary ul { padding-left: 17px; margin: 0; }
.evidence-list { display: flex; flex-wrap: wrap; gap: 5px; }
.evidence-list i { padding: 6px 7px; border: 1px solid #64542e; border-radius: 999px; color: #ffe091; background: #2e281b; font-size: 7px; font-style: normal; font-weight: 900; }
.summary-confidence { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; }
.summary-confidence small { grid-column: 1 / -1; margin-bottom: 0; }
.summary-confidence b { color: #ffe093; font-size: 12px; }
.summary-confidence > span { display: grid; grid-template-columns: repeat(5, 18px); gap: 3px; }
.summary-confidence > span i { height: 6px; border-radius: 99px; background: #f4c85a; }
.summary-confidence > span i:nth-child(n+4) { background: #294654; }
.community-preview { margin: 0 0 22px; padding: 22px; border: 1px solid #355566; border-radius: 17px; background: linear-gradient(150deg, rgba(14,35,48,.96), rgba(7,19,28,.98)); }
.community-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 17px; }
.community-heading > span:first-child { max-width: 730px; }
.community-heading small { display: block; margin-bottom: 6px; color: #7edcff; font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.community-heading h3 { margin: 0 0 7px; font-size: clamp(22px, 3vw, 34px); }
.community-heading p { margin: 0; color: #aebfc8; font-size: 12px; line-height: 1.5; }
.community-status { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid #406174; border-radius: 999px; color: #b9d1dc; background: #0c2230; font-size: 8px; font-weight: 950; letter-spacing: .08em; white-space: nowrap; }
.community-status i { width: 7px; height: 7px; border-radius: 50%; background: #58d8b1; box-shadow: 0 0 10px rgba(88,216,177,.7); }
.community-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 13px; }
.forecast-post, .discussion-thread { overflow: hidden; border: 1px solid #2f4d5b; border-radius: 13px; background: #091a25; }
.forecast-post header { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 13px 14px; border-bottom: 1px solid #294552; }
.avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; font-size: 9px; font-weight: 950; }
.avatar-cd { background: linear-gradient(145deg, #196d94, #0b3a53); }
.avatar-mr { background: linear-gradient(145deg, #8a4fa8, #48295e); }
.avatar-jt { background: linear-gradient(145deg, #a46d2f, #5d3c18); }
.forecast-post header b, .forecast-post header small { display: block; }
.forecast-post header b { font-size: 11px; }
.forecast-post header small { margin-top: 2px; color: #819eac; font-size: 8px; }
.forecast-post header button { padding: 7px 9px; border: 1px solid #3b6274; border-radius: 6px; color: #86bdd4; background: #102837; font-size: 7px; font-weight: 950; letter-spacing: .08em; }
.post-map { position: relative; height: 215px; overflow: hidden; border-bottom: 1px solid #294552; background: #f1f5f6; }
.post-map-base { inset: 0; width: 100%; height: 100%; object-fit: contain; clip-path: none; background: none; box-shadow: none; }
.post-band { position: absolute; display: block; border-radius: 50%; opacity: .78; filter: blur(6px); mix-blend-mode: multiply; }
.post-band { display: none; }
.post-warm { top: 20%; left: 17%; width: 68%; height: 31%; background: #ee7655; }
.post-wet { left: 24%; bottom: 8%; width: 66%; height: 34%; background: linear-gradient(90deg, #5c91c8, #2d9d77); }
.post-map > span { position: absolute; z-index: 2; padding: 6px 8px; border: 1px solid #fff; border-radius: 7px; color: #fff; font-size: 8px; font-weight: 950; text-shadow: 0 1px 3px rgba(0,0,0,.7); }
.post-map > span:nth-of-type(1) { top: 25%; left: 41%; background: rgba(216,83,56,.9); }
.post-map > span:nth-of-type(2) { left: 37%; bottom: 18%; background: linear-gradient(135deg, rgba(54,116,180,.94), rgba(28,143,107,.92)); }
.post-map.is-precipitation-post > span:nth-of-type(1) { top: 24%; left: 38%; background: rgba(204,145,31,.94); }
.post-map.is-precipitation-post > span:nth-of-type(2) { left: 39%; bottom: 17%; background: rgba(28,143,107,.94); }
.post-map.is-northern-track-post > span:nth-of-type(1) { top: 21%; left: 32%; max-width: 145px; background: rgba(28,143,107,.94); }
.post-map.is-northern-track-post > span:nth-of-type(2) { right: 13%; bottom: 20%; left: auto; background: rgba(204,145,31,.94); }
.post-copy { padding: 13px 14px; }
.post-copy > b { font-size: 13px; }
.post-copy p { margin: 6px 0 10px; color: #afc0c9; font-size: 10px; line-height: 1.5; }
.post-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.post-tags i { padding: 5px 7px; border: 1px solid #5f512f; border-radius: 999px; color: #ffdf87; background: #2b261b; font-size: 7px; font-style: normal; font-weight: 900; }
.forecast-post footer { display: flex; gap: 17px; padding: 11px 14px; border-top: 1px solid #294552; color: #8fa9b5; font-size: 8px; }
.comparison-card { padding: 14px; border-bottom: 1px solid #2a4653; background: #0d2431; }
.comparison-card > small { display: block; margin-bottom: 9px; color: #7fdcff; font-size: 8px; font-weight: 950; letter-spacing: .1em; }
.comparison-card > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; }
.comparison-card > div > span { padding: 9px; border: 1px solid #355563; border-radius: 8px; background: #0a1b26; }
.comparison-card b, .comparison-card i { display: block; }
.comparison-card b { font-size: 10px; }
.comparison-card i { margin-top: 3px; color: #aebfc8; font-size: 8px; font-style: normal; }
.comparison-card > div > strong { color: #f4c85a; font-size: 8px; }
.comparison-card > p { margin: 9px 0 0; color: #95abb6; font-size: 8px; }
.discussion-thread > article { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px; padding: 13px 14px; border-bottom: 1px solid #263f4c; }
.discussion-thread > article:last-child { border-bottom: 0; }
.discussion-thread article b { font-size: 10px; }
.discussion-thread article p { margin: 4px 0 7px; color: #adbec7; font-size: 9px; line-height: 1.5; }
.discussion-thread article small { color: #6fc6e9; font-size: 7px; font-weight: 850; }
.discussion-thread article.thread-reply { margin-left: 28px; border-left: 2px solid #315768; background: rgba(14,39,52,.55); }
.future-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.future-feature-grid article { position: relative; min-height: 158px; padding: 22px 22px 20px 62px; border: 1px solid #2e4c5a; border-radius: 14px; background: rgba(9,26,37,.82); }
.future-feature-grid article > span { position: absolute; top: 22px; left: 20px; color: #f4c85a; font-size: 11px; font-weight: 950; }
.future-feature-grid h3 { margin-bottom: 8px; font-size: 19px; }
.future-feature-grid p { margin: 0; color: #aebfca; font-size: 13px; line-height: 1.55; }
.future-note { display: flex; align-items: center; gap: 14px; margin-top: 18px; padding: 15px 17px; border-left: 3px solid #f4c85a; border-radius: 0 9px 9px 0; background: rgba(244,200,90,.08); }
.future-note b { color: #ffe390; white-space: nowrap; }
.future-note span { color: #c0d0d8; font-size: 12px; line-height: 1.45; }
.lightbox-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 10px 14px 10px 20px; border-bottom: 1px solid #284653; background: #0a1d28; }
.lightbox-toolbar p { margin: 0; color: #c7dce6; font-size: 13px; line-height: 1.35; }
.lightbox-toolbar button { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 1px solid #3c6c7d; border-radius: 8px; color: #fff; background: #123347; font-size: 10px; font-weight: 900; cursor: pointer; }
.lightbox-canvas { display: grid; height: calc(100% - 59px); place-items: center; overflow: auto; padding: clamp(24px, 3vw, 46px); background: #020b10; }
.lightbox-canvas img { display: block; max-width: 100%; max-height: 100%; object-fit: contain; background: #fff; }
.source-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.source-link, .refresh-button { display: inline-grid; min-height: 38px; place-items: center; padding: 0 13px; color: #e9f9ff; font-size: 10px; letter-spacing: .06em; text-decoration: none; }
.note { margin-top: 16px; padding: 14px 16px; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; color: #b8c9d2; background: rgba(74, 59, 17, .22); font-size: 12px; line-height: 1.5; }
.update-policy { display: grid; gap: 4px; margin-top: 16px; padding: 12px 0 0; border-top: 1px solid rgba(135,181,201,.25); }
.update-policy small { color: #7edcff; font-size: 8px; }
.update-policy b { color: #f4f8fa; font-size: 10px; line-height: 1.35; }
.update-policy span { color: #93aab5; font-size: 9px; line-height: 1.45; }
.cursor-orb { display: none !important; }

.beta-dialog { width: min(560px, calc(100vw - 28px)); padding: 0; border: 1px solid #3b6274; border-radius: 18px; color: #eefaff; background: linear-gradient(155deg, #0c2735, #06151f); box-shadow: 0 28px 90px rgba(0,0,0,.65); }
.beta-dialog::backdrop { background: rgba(0,7,12,.82); backdrop-filter: blur(5px); }
.beta-close { position: absolute; top: 13px; right: 13px; width: 36px; height: 36px; border: 1px solid #416579; border-radius: 8px; color: #fff; background: #123347; font-weight: 950; cursor: pointer; }
.beta-brand { display: flex; align-items: center; gap: 12px; padding: 21px 62px 17px 22px; border-bottom: 1px solid #294c5b; background: rgba(84,216,255,.05); }
.beta-brand img { width: 48px; height: 48px; object-fit: contain; }
.beta-brand small, .beta-brand b { display: block; }
.beta-brand small { margin-bottom: 4px; color: #78dcff; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.beta-brand b { font-size: 15px; }
.beta-dialog > h2 { margin: 23px 24px 6px; font-size: 27px; }
.beta-dialog > p { margin: 0 24px; color: #b7cbd4; font-size: 13px; line-height: 1.55; }
.beta-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 22px 24px 25px; }
.beta-form label { display: grid; gap: 6px; }
.beta-form label span { color: #9fc0cf; font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.beta-form input { min-width: 0; min-height: 44px; padding: 0 12px; border: 1px solid #3a5f70; border-radius: 8px; color: #fff; background: #061620; outline: none; }
.beta-form input:focus { border-color: #54d8ff; box-shadow: 0 0 0 3px rgba(84,216,255,.12); }
.beta-email, .beta-form button, .beta-status { grid-column: 1 / -1; }
.beta-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.beta-form button { min-height: 46px; border: 1px solid #f4c85a; border-radius: 8px; color: #171106; background: linear-gradient(145deg, #ffe16d, #e8a621); font-size: 11px; font-weight: 950; letter-spacing: .08em; cursor: pointer; }
.beta-form button:disabled { cursor: wait; opacity: .65; }
.beta-status { min-height: 18px; margin: 0; color: #b8cbd4; font-size: 11px; line-height: 1.5; }
.beta-status.is-success { color: #78e7be; }
.beta-status.is-error { color: #ff9c91; }

/* A compact native cursor with one unambiguous hotspot at the arrow tip. */
@media (max-width: 1200px) and (min-width: 901px) { .connect-links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  .section-grid, .pattern-grid, .detail-grid, .current-card, .connect-links { grid-template-columns: 1fr; }
  .section-card { min-height: 245px; }
  .pattern-hero { grid-template-columns: 1fr; }
  .future-card { grid-template-columns: 1fr; }
  .future-card-action { white-space: normal; }
  .builder-preview-body { grid-template-columns: 1fr; }
  .preview-controls { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid #274653; }
  .finished-product { grid-template-columns: 1fr; }
  .master-map-shell { border-right: 0; border-bottom: 1px solid #2a4754; }
  .community-layout { grid-template-columns: 1fr; }
  .mjo-composite-heading { align-items: flex-start; flex-direction: column; }
  .mjo-periods { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 620px) {
  .topbar { grid-template-columns: minmax(0, 1fr) auto; }
  .breadcrumbs { display: none; }
  main { padding: 24px 16px 54px; }
  .phase-columns { grid-template-columns: 1fr; }
  .brand small { display: none; }
  .forward-heading { align-items: flex-start; flex-direction: column; }
  .forward-heading > span { text-align: left; }
  .future-feature-grid, .preview-controls, .preview-example-grid { grid-template-columns: 1fr; }
  .connect-heading { align-items: flex-start; flex-direction: column; }
  .connect-heading p { text-align: left; }
  .future-feature-grid article { min-height: 0; }
  .future-note, .preview-map-heading, .finished-preview-heading, .master-map-title, .community-heading { align-items: flex-start; flex-direction: column; }
  .preview-example-map { height: 220px; }
  .finished-preview { padding: 14px; }
  .finished-product { overflow: visible; }
  .master-map-shell { padding: 12px; }
  .master-map-art { height: 245px; }
  .master-map-base { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 1; }
  .outlook-zone { min-width: 0; max-width: 132px; padding: 7px 8px; border-width: 1px; border-radius: 7px; font-size: 10px; }
  .outlook-zone i { font-size: 8px; }
  .zone-finished-west { top: 30%; left: 9%; }
  .zone-finished-east { right: 7%; bottom: 21%; }
  .zone-finished-northwest { top: 22%; left: 7%; }
  .zone-finished-plains { left: 39%; bottom: 20%; }
  .finished-summary { padding: 14px; }
  .master-layer-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .master-layer-tabs button { padding: 0 8px; }
  .beta-form { grid-template-columns: 1fr; padding: 18px; }
  .beta-email, .beta-form button, .beta-status { grid-column: auto; }
  .beta-dialog > h2 { margin: 20px 18px 6px; font-size: 23px; }
  .beta-dialog > p { margin: 0 18px; }
  .published-stamp { white-space: normal; }
  .community-status { white-space: normal; }
  .post-map { height: 250px; }
  .post-map-base { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 1; }
  .mjo-composite-tool { min-height: 0; padding: 12px; }
  .mjo-variable-tabs { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .mjo-variable-tabs button { padding: 0 6px; font-size: 8px; }
  .mjo-periods { grid-template-columns: repeat(4, 1fr); }
  .mjo-composite-image img { min-height: 0; }
}
