.cnib-pulse{color:#fff;line-height:1.6;margin:20px 48px;border-radius:12px;padding:14px 28px;background:linear-gradient(90deg, #ff8c00, #ffb800);box-shadow:0 2px 16px rgba(255,140,0,0.22);display:flex;align-items:center;gap:12px;min-height:64px;overflow:hidden}.cnib-pulse,.cnib-pulse *{box-sizing:border-box}.cnib-pulse--clickable{cursor:pointer}.cnib-pulse--clickable:focus-visible{outline:2px solid #3264ff;outline-offset:2px}.cnib-pulse__brand{display:flex;align-items:center;gap:10px;flex:0 0 auto}.cnib-pulse__icon{font-size:22px;line-height:1}.cnib-pulse__title{color:#fff;font-size:16px;font-weight:700;white-space:nowrap}.cnib-pulse__viewport{flex:1 1 auto;min-width:0;overflow:hidden}.cnib-pulse__track{display:flex;width:100%;transition:transform .4s ease}.cnib-pulse__controls{display:flex;align-items:center;gap:8px;flex:0 0 auto}.cnib-pulse__nav{width:28px;height:28px;border:1px solid rgba(255,255,255,0.4);border-radius:50%;background:rgba(255,255,255,0.13);color:#fff;font:inherit;font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.cnib-pulse__nav:hover,.cnib-pulse__nav:focus-visible{background:rgba(255,255,255,0.24)}.cnib-pulse__nav:focus-visible{outline:2px solid #fff;outline-offset:2px}.cnib-pulse__dots{display:flex;align-items:center;gap:5px}.cnib-pulse__dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,0.46);cursor:pointer;transition:width .2s ease,background .2s ease}.cnib-pulse__dot.is-active{width:16px;border-radius:4px;background:#fff}.cnib-pulse-item{min-width:100%;display:flex;align-items:center;gap:8px}.cnib-pulse-item__label{flex:0 0 auto;padding:1px 7px;border-radius:999px;background:rgba(255,255,255,0.18);color:#fff;font-size:10px;font-weight:700;white-space:nowrap}.cnib-pulse-item__text{min-width:0;margin:0 0 0 6px;color:rgba(255,255,255,0.85);font-size:13px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media (max-width:960px){.cnib-pulse{margin:16px 20px;padding:14px 18px;align-items:flex-start;flex-wrap:wrap}.cnib-pulse__brand{width:100%}.cnib-pulse__viewport{flex-basis:calc(100% - 92px)}.cnib-pulse__controls{margin-left:auto}.cnib-pulse-item{align-items:flex-start}}@media (max-width:600px){.cnib-pulse{gap:9px 12px;min-height:118px}.cnib-pulse-item{display:block}.cnib-pulse-item__label{display:inline-flex;margin-bottom:5px}.cnib-pulse-item__text{-webkit-line-clamp:3}.cnib-pulse__dots{display:none}}@media (prefers-reduced-motion:reduce){.cnib-pulse__track,.cnib-pulse__dot{transition-duration:.01ms}}