.dbanner{z-index:21;background:linear-gradient(90deg, var(--pitch-deep), #11643a 60%, var(--pitch-deep));color:#fff;position:relative}.dbanner__inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 18px;max-width:1112px;min-height:38px;margin:0 auto;padding:6px 24px;display:flex}.dbanner__lead{align-items:center;gap:9px;min-width:0;display:inline-flex}.dbanner__dot{background:#e7c982;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2.4s ease-in-out infinite dbannerPulse;box-shadow:0 0 #e7c98299}@keyframes dbannerPulse{0%{box-shadow:0 0 #e7c9828c}70%{box-shadow:0 0 0 6px #e7c98200}to{box-shadow:0 0 #e7c98200}}.dbanner__text{letter-spacing:-.01em;white-space:nowrap;color:#ffffffeb;font-size:12.5px;font-weight:600}.dbanner__count{align-items:center;gap:5px;display:inline-flex}.dbanner__unit{align-items:baseline;gap:2px;display:inline-flex}.dbanner__num{font-variant-numeric:tabular-nums;text-align:center;color:#fff;background:#ffffff21;border-radius:5px;min-width:22px;padding:1px 5px;font-size:12px;font-weight:600}.dbanner__lbl{color:#ffffff8c;font-size:10.5px;font-weight:600}.dbanner__cta{border-radius:var(--radius-full);color:#fff;white-space:nowrap;transition:background var(--transition-fast);background:#ffffff21;align-items:center;gap:5px;padding:4px 11px;font-size:12px;font-weight:600;display:inline-flex}.dbanner__cta:hover{background:#ffffff3d}.dbanner.is-closed{background:#2b2f37}.dbanner.is-closed .dbanner__dot{background:var(--text-tertiary);box-shadow:none;animation:none}@media (max-width:600px){.dbanner__inner{gap:5px 12px;padding:6px 14px}.dbanner__cta{display:none}.dbanner__text{font-size:12px}}
