.bounce-collapse{display:flex;flex-direction:column}.bounce-collapse__item{border-bottom:1px solid rgba(5,5,5,.06)}.bounce-collapse__item:last-child{border-bottom:none}.bounce-collapse__header{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bounce-collapse__label{flex:1 1;min-width:0}.bounce-collapse__chevron{flex-shrink:0;transition:transform .3s ease}.bounce-collapse__chevron--active{transform:rotate(180deg)}.bounce-collapse__body{overflow:hidden}.bounce-collapse__content{padding:4px 16px 16px}.empty-state{flex-direction:column;text-align:center;padding:48px 24px;min-height:220px;width:100%;box-sizing:border-box}.empty-state,.empty-state__icon{display:flex;align-items:center;justify-content:center}.empty-state__icon{width:80px;height:80px;border-radius:50%;background:rgba(255,106,0,.08);color:#ff6a00;margin-bottom:20px;flex-shrink:0}.empty-state__icon svg{width:36px;height:36px}.empty-state__icon img{width:36px;height:36px;object-fit:contain}.empty-state__content{display:flex;flex-direction:column;gap:8px;max-width:360px}