.header nav .trade-nav { display:flex; align-items:center; gap:6px; color:#ff9dc4; }
.header nav .trade-nav:hover { color:#ffd0e3; }
.trade-nav svg { width:14px; }
.trade-band { display:block; background:#f9e5ef; color:#331927; border-top:1px solid #ffffff18; border-bottom:1px solid #e5cbd6; }
.trade-band-inner { max-width:1280px; min-height:88px; margin:0 auto; padding:12px 0; display:flex; align-items:center; gap:28px; }
.trade-brand { display:flex; align-items:center; gap:14px; }
.trade-brand img { object-fit:contain; width:40px; height:40px; }
.trade-brand strong { font-size:22px; font-weight:550; white-space:nowrap; }
.trade-brand strong span { margin-left:5px; color:#b91860; }
.trade-context { font-size:12px; color:#855a6d; padding-left:28px; border-left:1px solid #d6b4c5; }
.trade-action { margin-left:auto; display:flex; align-items:center; gap:12px; font-size:13px; }
.trade-action svg { transition:transform .2s ease; }
.trade-band:hover { background:#f8d9e8; }
.trade-band:hover .trade-action svg { transform:translate(2px,-2px); }
#disclaimer-link { color:#b5c1b7; min-height:32px; display:inline-flex; align-items:center; }
.disclaimer summary:focus-visible { outline:2px solid #55763d; outline-offset:4px; }
@media(max-width:1500px) { .trade-band-inner { margin:0 7%; } }
@media(max-width:900px) { .header nav { gap:20px; } }
@media(max-width:760px) {
  .trade-band-inner { margin:0 20px; min-height:84px; gap:12px; }
  .trade-brand { gap:10px; }
  .trade-brand img { width:32px; height:32px; }
  .trade-brand strong { font-size:18px; }
  .trade-context { display:none; }
  .trade-action { font-size:11px; gap:5px; }
  .trade-action svg { width:16px; }
}
@media(max-width:359px) { .trade-brand strong { font-size:16px; } .trade-action { font-size:10px; } }
@media(prefers-reduced-motion:reduce) { .trade-action svg { transition:none; } }
