:root {
  --home-ink: #0b1220;
  --home-muted: #607086;
  --home-blue: #0b5cff;
  --home-green: #08a981;
  --home-amber: #f59e0b;
  --home-line: #d8e0ea;
  --home-soft: #f5f7fa;
  --home-white: #ffffff;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-variant-numeric: tabular-nums;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--home-white); }
body { min-width: 320px; min-height: 100%; margin: 0; color: var(--home-ink); background: var(--home-soft); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.intel-shell { min-height: 100vh; display: flex; flex-direction: column; background: var(--home-soft); }
.intel-header {
  position: relative;
  z-index: 20;
  flex: 0 0 72px;
  height: 72px;
  display: grid;
  grid-template-columns: 300px 1fr 180px;
  align-items: center;
  padding: 0 42px;
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}
.intel-brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.intel-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #10131a; background: #ff9418; font-size: 23px; font-weight: 900; }
.intel-brand strong { display: block; font-size: 17px; }
.intel-brand small { display: block; margin-top: 3px; color: #6d798b; font: 600 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.intel-nav { display: flex; justify-content: center; gap: 34px; font-size: 14px; font-weight: 750; }
.intel-nav a { position: relative; padding: 27px 0; color: #526074; transition: color .2s ease; }
.intel-nav a:hover, .intel-nav a:focus-visible { color: var(--home-blue); }
.intel-status { display: flex; align-items: center; justify-content: flex-end; gap: 8px; color: #69778b; font-size: 12px; }
.intel-status i { width: 7px; height: 7px; border-radius: 50%; background: #3ad6ad; box-shadow: 0 0 0 4px #dcf8ef; }

.market-ribbon { flex: 0 0 58px; height: 58px; overflow: hidden; border-bottom: 1px solid var(--home-line); background: var(--home-white); }
.market-ribbon-track { display: flex; width: max-content; height: 100%; animation: marketScroll 36s linear infinite; }
.market-ribbon:hover .market-ribbon-track { animation-play-state: paused; }
.market-ribbon-group { flex: 0 0 auto; min-width: max(100vw, 1218px); display: grid; grid-template-columns: repeat(7, minmax(174px, 1fr)); }
.market-chip { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 0 24px; border-right: 1px solid var(--home-line); }
.market-chip img { width: 24px; height: 24px; object-fit: contain; }
.market-chip span { display: grid; gap: 2px; }
.market-chip strong { color: #101827; font: 750 13px/1.1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.market-chip small { color: #7b8798; font: 650 9px/1.1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.market-chip i { width: 32px; height: 13px; margin-left: auto; opacity: .75; background: repeating-linear-gradient(135deg, transparent 0 5px, #0aa981 6px 7px); }
@keyframes marketScroll { to { transform: translateX(-50%); } }

.intel-hero { flex: 1; min-height: calc(100vh - 208px); display: grid; grid-template-columns: minmax(390px, 39%) 1fr; border-bottom: 1px solid var(--home-line); background: var(--home-white); }
.intel-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 54px 5vw; border-right: 1px solid var(--home-line); background: var(--home-white); }
.intel-kicker { display: flex; align-items: center; gap: 12px; color: #087e6b; font: 750 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.intel-kicker::before { content: ""; width: 34px; height: 1px; background: #087e6b; }
.intel-copy h1 { margin: 26px 0 22px; color: var(--home-ink); font-size: clamp(64px, 7vw, 106px); line-height: .88; letter-spacing: 0; }
.intel-copy h1 span { color: var(--home-blue); }
.intel-copy > p { max-width: 510px; margin: 0; color: #536176; font-size: 17px; line-height: 1.75; }
.ai-synthesis { margin-top: 32px; border: 1px solid #cbd5e3; background: #f8fafc; }
.ai-synthesis header { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid var(--home-line); color: #657389; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ai-synthesis header b { color: #087e6b; }
.ai-output { height: 60px; display: flex; align-items: center; padding: 16px 18px; color: #152033; font-size: 14px; overflow: hidden; }
.ai-output::before { content: "AI"; flex: 0 0 26px; width: 26px; height: 26px; display: inline-grid; place-items: center; margin-right: 11px; color: #fff; background: var(--home-blue); font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.ai-output [data-ai-output] { display: block; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ai-cursor { flex: 0 0 7px; width: 7px; height: 15px; margin-left: 3px; background: var(--home-green); animation: cursorBlink .85s step-end infinite; }
@keyframes cursorBlink { 50% { opacity: 0; } }
.signal-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.signal-pills span { padding: 7px 9px; border: 1px solid #ccd6e3; color: #66758a; background: #fff; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.signal-board { min-width: 0; display: grid; grid-template-rows: 48px minmax(460px, 1fr) 54px; background: #f8fafc; }
.signal-board-head { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; border-bottom: 1px solid var(--home-line); color: #69778a; background: #fff; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.visual-live { display: flex; align-items: center; gap: 8px; color: #087e6b; }
.visual-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--home-green); box-shadow: 0 0 0 5px rgba(8, 169, 129, .1), 0 0 18px rgba(8, 169, 129, .35); animation: visualPulse 1.8s ease-in-out infinite; }
@keyframes visualPulse { 50% { opacity: .45; transform: scale(.72); } }

.signal-visual { position: relative; min-width: 0; min-height: 460px; overflow: hidden; isolation: isolate; background: #f8fafc; }
.signal-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(rgba(126, 144, 168, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(126, 144, 168, .12) 1px, transparent 1px); background-size: 58px 52px; }
#signalCanvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-focus { position: absolute; left: 50%; top: 50%; width: 128px; height: 128px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(11, 92, 255, .45); border-radius: 50%; color: var(--home-blue); background: rgba(255, 255, 255, .9); box-shadow: 0 0 0 16px rgba(11, 92, 255, .035), 0 0 0 32px rgba(11, 92, 255, .025), 0 18px 45px rgba(48, 76, 118, .13); transform: translate(-50%, -50%); text-align: center; }
.visual-focus::before, .visual-focus::after { content: ""; position: absolute; inset: -17px; border: 1px solid rgba(11, 92, 255, .12); border-radius: 50%; animation: orbitSpin 14s linear infinite; }
.visual-focus::after { inset: -34px; border-style: dashed; animation-duration: 22s; animation-direction: reverse; }
.visual-focus span { font: 850 15px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.visual-focus b { color: #607086; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.visual-focus i { width: 34px; height: 2px; margin: 2px auto 0; background: var(--home-green); box-shadow: 0 0 12px rgba(8, 169, 129, .55); }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.bubble-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.bubble-field::before,
.bubble-field::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 50%;
  width: 360px;
  height: 360px;
  border: 1px dashed rgba(11, 92, 255, .11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbitSpin 34s linear infinite;
}
.bubble-field::after {
  width: 470px;
  height: 470px;
  border-color: rgba(8, 169, 129, .09);
  animation-duration: 46s;
  animation-direction: reverse;
}
.signal-bubble {
  --bubble-color: 11, 92, 255;
  position: absolute;
  z-index: 2;
  width: 104px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 8px;
  border: 1px solid rgba(var(--bubble-color), .54);
  border-radius: 50%;
  color: rgb(var(--bubble-color));
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 0 0 9px rgba(var(--bubble-color), .035), 0 12px 28px rgba(36, 58, 92, .08);
  animation: bubbleFloat 7.2s ease-in-out infinite;
}
.signal-bubble::before,
.signal-bubble::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px solid rgba(var(--bubble-color), .17);
}
.signal-bubble::before { inset: -9px; }
.signal-bubble::after { inset: 13px; border-style: dashed; opacity: .7; animation: orbitSpin 18s linear infinite; }
.bubble-icon {
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--bubble-color), .26);
  border-radius: 50%;
  font: 800 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.signal-bubble strong { color: #172033; font-size: 13px; letter-spacing: 0; }
.bubble-chain { left: 9%; top: 14%; width: 112px; animation-delay: -1.4s; }
.bubble-official { --bubble-color: 8, 169, 129; left: 42%; top: 13%; width: 104px; animation-delay: -4.8s; }
.bubble-research { --bubble-color: 12, 159, 190; left: 8%; bottom: 13%; width: 108px; animation-delay: -3.1s; }
.bubble-campaign { --bubble-color: 245, 142, 11; left: 42%; bottom: 10%; width: 116px; animation-delay: -5.9s; }
@keyframes bubbleFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  35% { transform: translate3d(5px, -9px, 0); }
  68% { transform: translate3d(-4px, 5px, 0); }
}
.micro-bubble {
  --micro-color: 11, 92, 255;
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(var(--micro-color), .58);
  border-radius: 50%;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 0 0 5px rgba(var(--micro-color), .025);
  animation: microDrift 8.6s ease-in-out infinite;
}
.micro-1 { left: 5%; top: 35%; width: 12px; height: 12px; animation-delay: -1s; }
.micro-2 { left: 21%; top: 9%; width: 7px; height: 7px; animation-delay: -6s; }
.micro-3 { left: 29%; top: 22%; width: 15px; height: 15px; animation-delay: -3.5s; }
.micro-4 { --micro-color: 8, 169, 129; left: 55%; top: 18%; width: 9px; height: 9px; animation-delay: -5s; }
.micro-5 { --micro-color: 8, 169, 129; left: 61%; top: 36%; width: 13px; height: 13px; animation-delay: -2.2s; }
.micro-6 { --micro-color: 12, 159, 190; left: 18%; bottom: 8%; width: 10px; height: 10px; animation-delay: -7s; }
.micro-7 { --micro-color: 12, 159, 190; left: 31%; bottom: 20%; width: 14px; height: 14px; animation-delay: -.7s; }
.micro-8 { --micro-color: 245, 142, 11; left: 55%; bottom: 21%; width: 12px; height: 12px; animation-delay: -4.2s; }
.micro-9 { --micro-color: 245, 142, 11; left: 63%; bottom: 9%; width: 8px; height: 8px; animation-delay: -2.8s; }
.micro-10 { left: 25%; top: 42%; width: 6px; height: 6px; animation-delay: -5.6s; }
.micro-11 { --micro-color: 8, 169, 129; left: 48%; top: 44%; width: 7px; height: 7px; animation-delay: -1.9s; }
.micro-12 { --micro-color: 245, 142, 11; left: 37%; bottom: 5%; width: 6px; height: 6px; animation-delay: -6.7s; }
@keyframes microDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: .48; }
  45% { transform: translate3d(9px, -13px, 0) scale(1.16); opacity: .9; }
  75% { transform: translate3d(-5px, 5px, 0) scale(.92); opacity: .62; }
}

.visual-axis { position: absolute; display: flex; color: #8a96a7; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.visual-axis-x { left: 20px; right: 20px; bottom: 20px; justify-content: space-between; }
.visual-status { position: absolute; left: 20px; right: 20px; top: 18px; display: flex; justify-content: space-between; color: #728095; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.visual-status span { display: flex; align-items: center; gap: 7px; }
.visual-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--home-green); }
.visual-status b { color: #3f4f66; }

.featured-campaign {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 18px;
  width: min(316px, calc(100% - 36px));
  border: 1px solid #cbd6e4;
  border-radius: 4px;
  padding: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 34px rgba(28, 48, 80, .13);
  backdrop-filter: blur(12px);
}
.featured-campaign::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 68px;
  height: 3px;
  background: var(--home-blue);
}
.featured-campaign-head { display: flex; min-height: 22px; align-items: center; justify-content: space-between; gap: 12px; }
.featured-campaign-label { color: var(--home-blue); font-size: 11px; font-weight: 800; }
.featured-campaign-controls { display: flex; align-items: center; gap: 7px; }
.featured-campaign-controls button { width: 24px; height: 24px; border: 1px solid #d5deea; border-radius: 4px; padding: 0; color: #536176; background: #fff; cursor: pointer; line-height: 1; }
.featured-campaign-controls button:hover, .featured-campaign-controls button:focus-visible { border-color: var(--home-blue); color: var(--home-blue); outline: none; }
.featured-campaign-controls > span { display: flex; align-items: center; gap: 4px; }
.featured-campaign-controls > span i { width: 5px; height: 5px; border-radius: 50%; background: #c5cfdd; }
.featured-campaign-controls > span i.active { width: 14px; border-radius: 3px; background: var(--home-blue); }
.featured-campaign-platform { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; margin-top: 10px; }
.featured-campaign-platform img { width: 34px; height: 34px; border-radius: 6px; object-fit: contain; }
.featured-campaign-platform strong, .featured-campaign-platform small { display: block; }
.featured-campaign-platform strong { font-size: 14px; }
.featured-campaign-platform small { display: flex; align-items: center; gap: 6px; margin-top: 4px; color: #087e6b; font-size: 10px; font-weight: 750; }
.featured-campaign-platform small i { width: 6px; height: 6px; border-radius: 50%; background: var(--home-green); box-shadow: 0 0 0 4px rgba(8, 169, 129, .1); }
.featured-campaign-type { margin: 12px 0 5px; color: #69778a; font-size: 10px; font-weight: 750; }
.featured-campaign h2 { margin: 0; color: #101827; font-size: 18px; line-height: 1.35; letter-spacing: 0; }
.featured-campaign-description { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: #5c697d; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.featured-campaign-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 9px; }
.featured-campaign-tags span { min-height: 23px; display: inline-flex; align-items: center; border-radius: 4px; padding: 3px 7px; color: #36506f; background: #edf3fb; font-size: 10px; font-weight: 750; }
.featured-campaign-tags span:nth-child(n + 4) { display: none; }
.featured-campaign footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 12px; margin-top: 11px; padding-top: 11px; border-top: 1px solid #e1e7ef; }
.featured-campaign footer > span { color: #7a8799; font-size: 9px; line-height: 1.45; }
.featured-campaign footer a { min-height: 32px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border-radius: 4px; padding: 0 11px; color: #fff; background: var(--home-blue); font-size: 11px; font-weight: 800; white-space: nowrap; }
.featured-campaign footer a:hover, .featured-campaign footer a:focus-visible { background: #0049cc; outline: 3px solid rgba(11, 92, 255, .16); }
.signal-visual.has-campaign .visual-focus { left: 34%; }
.signal-visual:not(.has-campaign) .bubble-field::before,
.signal-visual:not(.has-campaign) .bubble-field::after { left: 50%; }
.signal-visual:not(.has-campaign) .bubble-chain { left: 17%; }
.signal-visual:not(.has-campaign) .bubble-official { left: 64%; }
.signal-visual:not(.has-campaign) .bubble-research { left: 16%; }
.signal-visual:not(.has-campaign) .bubble-campaign { left: 64%; }

.visual-legend { min-width: 0; display: flex; align-items: center; gap: 24px; padding: 0 22px; border-top: 1px solid var(--home-line); color: #647287; background: #fff; font-size: 10px; }
.visual-legend span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.visual-legend i { width: 18px; height: 2px; }
.legend-blue { background: var(--home-blue); }
.legend-green { background: var(--home-green); }
.legend-amber { background: var(--home-amber); }
.visual-legend strong { margin-left: auto; color: #8995a6; font-size: 9px; font-weight: 650; }

.intel-footer { min-height: 78px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 18px 42px; background: #fff; }
.footer-principles { display: flex; flex-wrap: wrap; gap: 28px; color: #657389; font-size: 12px; }
.footer-principles span { display: inline-flex; align-items: center; gap: 8px; }
.footer-principles span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #9aabba; }
.footer-community { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.footer-community > span { margin-right: 4px; color: #526074; font-size: 12px; }
.footer-social { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #d3dce8; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.footer-social:hover { border-color: var(--home-blue); transform: translateY(-2px); }
.footer-social img { width: 24px; height: 24px; object-fit: contain; }

@media (max-width: 1180px) {
  .intel-header { grid-template-columns: 260px 1fr 110px; padding: 0 24px; }
  .intel-nav { gap: 22px; }
  .intel-hero { grid-template-columns: minmax(0, 1fr); }
  .intel-copy { min-height: 520px; padding: 64px max(36px, 8vw); border-right: 0; border-bottom: 1px solid var(--home-line); }
  .intel-copy h1 { font-size: clamp(72px, 10vw, 104px); }
  .signal-board { min-height: 650px; }
  .signal-visual.has-campaign { min-height: 560px; }
}

@media (max-width: 820px) {
  .intel-header { width: 100%; min-width: 0; height: auto; min-height: 112px; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 62px 48px; padding: 0 18px; }
  .intel-brand { min-width: 0; align-self: center; }
  .intel-brand small { display: none; }
  .intel-status { align-self: center; }
  .intel-nav { width: 100%; min-width: 0; grid-column: 1 / -1; align-self: stretch; justify-content: flex-start; gap: 0; border-top: 1px solid #edf1f5; }
  .intel-nav a { flex: 1 1 25%; min-width: 0; padding: 16px 3px; text-align: center; white-space: nowrap; font-size: 12px; }
  .market-ribbon { height: 52px; flex-basis: 52px; }
  .market-ribbon-group { min-width: 1050px; grid-template-columns: repeat(7, minmax(150px, 1fr)); }
  .market-chip { padding: 0 18px; }
  .intel-hero { width: 100%; min-width: 0; min-height: auto; grid-template-columns: minmax(0, 1fr); }
  .intel-copy { width: 100%; min-width: 0; min-height: 570px; padding: 52px 24px; }
  .intel-copy h1 { font-size: clamp(62px, 19vw, 88px); }
  .signal-board { width: 100%; min-width: 0; min-height: 570px; grid-template-rows: 48px minmax(460px, 1fr) auto; overflow: hidden; }
  .signal-board-head { width: 100%; min-width: 0; padding: 0 18px; }
  .signal-visual { min-height: 460px; }
  .signal-visual.has-campaign { min-height: 650px; }
  .signal-visual.has-campaign .visual-focus { left: 50%; top: 29%; }
  .signal-visual.has-campaign .bubble-field::before,
  .signal-visual.has-campaign .bubble-field::after { left: 50%; top: 29%; }
  .signal-visual.has-campaign .bubble-chain { left: 11%; top: 8%; }
  .signal-visual.has-campaign .bubble-official { left: auto; right: 11%; top: 8%; }
  .signal-visual.has-campaign .bubble-research { left: 9%; top: 35%; bottom: auto; }
  .signal-visual.has-campaign .bubble-campaign { left: auto; right: 9%; top: 35%; bottom: auto; }
  .featured-campaign { right: 18px; bottom: 18px; width: min(340px, calc(100% - 36px)); }
  .visual-legend { min-height: 62px; flex-wrap: wrap; gap: 10px 18px; padding: 12px 18px; }
  .visual-legend strong { flex-basis: 100%; margin-left: 0; }
  .intel-footer { grid-template-columns: 1fr; padding: 24px; }
  .footer-community { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .intel-mark { width: 36px; height: 36px; }
  .intel-status span { display: none; }
  .intel-copy { min-height: 540px; }
  .intel-copy > p { font-size: 15px; }
  .ai-synthesis header span { min-width: 0; max-width: 210px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .signal-board { min-height: 530px; grid-template-rows: 58px minmax(410px, 1fr) auto; }
  .signal-board-head { align-items: flex-start; justify-content: center; flex-direction: column; gap: 6px; padding: 10px 16px; }
  .signal-visual { min-height: 410px; }
  .signal-visual.has-campaign { min-height: 660px; }
  .visual-focus { width: 102px; height: 102px; }
  .visual-focus::before { inset: -13px; }
  .visual-focus::after { inset: -25px; }
  .signal-bubble { width: 82px; gap: 5px; }
  .signal-bubble strong { font-size: 11px; }
  .bubble-chain { left: 4%; top: 13%; width: 86px; }
  .bubble-official { left: auto; right: 4%; top: 13%; width: 82px; }
  .bubble-research { left: 3%; bottom: 15%; width: 84px; }
  .bubble-campaign { left: auto; right: 3%; bottom: 13%; width: 90px; }
  .bubble-field::before { width: 260px; height: 260px; }
  .bubble-field::after { width: 340px; height: 340px; }
  .visual-status { left: 14px; right: 14px; top: 14px; }
  .visual-axis-x { left: 14px; right: 14px; bottom: 14px; }
  .signal-visual.has-campaign .visual-axis-x { display: none; }
  .featured-campaign { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 15px; }
  .featured-campaign h2 { font-size: 19px; }
  .featured-campaign footer { grid-template-columns: 1fr; align-items: stretch; gap: 10px; }
  .featured-campaign footer a { width: 100%; }
  .visual-legend { align-items: flex-start; gap: 9px 14px; padding: 12px 14px; }
  .visual-legend strong { line-height: 1.4; }
  .footer-principles { gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .market-ribbon-track, .ai-cursor, .visual-live i, .visual-focus::before, .visual-focus::after, .signal-bubble, .micro-bubble, .bubble-field::before, .bubble-field::after { animation: none; }
  .footer-social { transition: none; }
}

