.timeline-banner{position:fixed;top:0;left:0;right:0;z-index:180;background:#4f46e5;color:#fff;border-bottom:1px solid rgba(67,56,202,.32);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.14)}.banner-inner{max-width:1280px;margin:0 auto;padding:9px 16px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;font-size:12.5px;line-height:1.45;font-family:var(--sans,system-ui,sans-serif)}.banner-content{color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-width:0}.banner-title{font-weight:700;white-space:nowrap}.banner-days{white-space:nowrap;opacity:.92}.banner-sep{opacity:.45;white-space:nowrap}.banner-arrow{flex-shrink:0;opacity:.9}.banner-close{width:28px;height:28px;flex-shrink:0;border-radius:999px;border:1px solid hsla(0,0%,100%,.26);background:hsla(0,0%,100%,.08);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.banner-close:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.42)}.banner-close:active{background:hsla(0,0%,100%,.26)}@media (max-width:540px){.banner-secondary{display:none}.banner-inner{padding:8px 12px}.banner-content{justify-content:flex-start;gap:6px}}@media (max-width:420px){.banner-days,.banner-sep{display:none}}