.unb-wrapper{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #e2e8f0;height:500px;box-shadow:0 10px 25px rgb(0 0 0 / .08)}.unb-header{background:#0f172a;color:#fff;padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.unb-live{width:10px;height:10px;background:#ef4444;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.unb-marquee-container{overflow:hidden;height:430px}.unb-marquee-content{animation:scrollNotice 20s linear infinite}.unb-marquee-content:hover{animation-play-state:paused}@keyframes scrollNotice{0%{transform:translateY(0)}100%{transform:translateY(-50%)}}.unb-item{display:flex;gap:15px;padding:15px;margin:15px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc}.unb-date{min-width:60px;text-align:center;background:#fef3c7;color:#d97706;font-weight:700;border-radius:10px;padding:8px}.unb-date .day{display:block;font-size:20px}.unb-content h4{margin-bottom:6px;font-size:14px;font-weight:700}.unb-content p{font-size:12px;color:#64748b}