/* SC extras over the WordPress replica: ticker + portal entry (P5). */
.sc-ticker{background:#101f38;color:#e8e4da;font:500 12px/1 Inter,system-ui,sans-serif;
  letter-spacing:.02em;position:relative;z-index:60}
.sc-ticker__inner{max-width:1200px;margin:0 auto;padding:8px 16px;display:flex;
  gap:18px;align-items:center;flex-wrap:wrap}
.sc-ticker__label{color:#9fb0cc;font-weight:600;white-space:nowrap}
.sc-ticker__items{display:flex;gap:18px;flex-wrap:wrap}
.sc-ticker__item{white-space:nowrap}
.sc-ticker__sym{color:#9fb0cc;font-weight:700}
.sc-ticker__val{color:#fff}
.sc-ticker__delta--up{color:#4ade80}
.sc-ticker__delta--down{color:#f87171}
.sc-ticker__portal{margin-left:auto;color:#d9c58a;text-decoration:none;font-weight:700;
  white-space:nowrap}
.sc-ticker__portal:hover{color:#fff}
li.sc-portal-item a{font-weight:700}
.sc-form-ok{background:#0f2c1e;color:#d9f5e5;border-radius:10px;padding:1rem 1.2rem;
  font:500 15px/1.5 Inter,system-ui,sans-serif}
.sc-form-err{color:#b91c1c;font:500 13px/1.4 Inter,system-ui,sans-serif;margin-top:.5rem}
@media (max-width:720px){.sc-ticker__portal{display:none}}
