@keyframes holoHeadingSweep{0%{background-position:0 0}100%{background-position:220% 0}}
@keyframes holoBadgeBreathe{0%,100%{box-shadow:0 8px 20px rgba(35,119,170,.09)}50%{box-shadow:0 13px 28px rgba(255,115,182,.17)}}
@keyframes holoCardEnter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes holoLiveBeat{70%{box-shadow:0 0 0 9px rgba(255,56,100,0)}100%{box-shadow:0 0 0 0 rgba(255,56,100,0)}}

.holo-motion-section{opacity:0;transform:translateY(14px);transition:opacity .52s ease var(--holo-motion-delay,0ms),transform .52s cubic-bezier(.2,.72,.2,1) var(--holo-motion-delay,0ms)}
.holo-motion-section.holo-motion-visible{opacity:1;transform:none}

main section .section-title h2,
main section .section-head h2,
main section > h2{position:relative;width:max-content;max-width:100%;padding-bottom:7px}
main section .section-title h2:after,
main section .section-head h2:after,
main section > h2:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#35bdf8,#ff73b6,#8b5cf6,#35bdf8);background-size:220% 100%;animation:holoHeadingSweep 7s linear infinite}

.live-badge,
.badge,
.status{animation:holoBadgeBreathe 3.2s ease-in-out infinite}
.live-badge:before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:currentColor;box-shadow:0 0 0 0 rgba(255,56,100,.55);animation:holoLiveBeat 1.5s ease-out infinite}
.live-card,
.talent-card,
.collab-card,
.song-card,
.event-card{transform:translateZ(0);backface-visibility:hidden}
.live-thumb img,
.event-header-mini,
.song-card img{transition:transform .42s cubic-bezier(.2,.72,.2,1),filter .42s ease}
.live-card:hover .live-thumb img,
.collab-card:hover .event-header-mini,
.song-card:hover img{transform:scale(1.025);filter:saturate(1.04)}
.calendar-event{animation:holoCardEnter .3s ease both}
.links a,.chip{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}
.links a:hover,.chip:hover{transform:translateY(-1px)}

#sportsLiveShortcut[hidden]{display:none!important}
#sportsLiveShortcut{padding:0 18px 12px}
.sports-live-teaser{position:relative;display:grid;grid-template-columns:auto minmax(120px,1fr) auto minmax(120px,1fr) auto auto;align-items:center;gap:10px;overflow:hidden;max-width:1204px;margin:auto;padding:11px 13px;border:1px solid rgba(53,189,248,.34);border-radius:16px;background:linear-gradient(100deg,#fff0f7,#fff,#e8f8ff);color:#17304f;text-decoration:none;box-shadow:0 14px 38px rgba(35,119,170,.12)}
.sports-live-teaser:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(255,255,255,.7),transparent);transform:translateX(-120%);animation:holoSportsShine 5.5s ease-in-out infinite;pointer-events:none}.sports-live-teaser>*{position:relative}.sports-live-label{border-radius:999px;background:#e1f7ff;padding:6px 8px;color:#0f6f9f;font-size:9px;font-weight:950}.sports-live-label.live{background:#ffe1e9;color:#b51d43}.sports-live-label.live:before{content:"";display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#ef476f;animation:holoLiveBeat 1.4s ease-out infinite}.sports-live-team{display:flex;align-items:center;justify-content:flex-end;gap:7px;min-width:0;font-size:11px}.sports-live-team.home{justify-content:flex-start}.sports-live-team img,.sports-live-team>span{width:27px;height:27px;object-fit:contain}.sports-live-team>span{display:grid;place-items:center;border-radius:50%;background:#e1f7ff;font-size:7px}.sports-live-team b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sports-live-score{display:flex;align-items:center;gap:6px;font-size:22px;font-variant-numeric:tabular-nums}.sports-live-score i{font-style:normal;color:#94a3b8}.sports-live-state{color:#64748b;font-size:9px;font-weight:900;white-space:nowrap}.sports-live-open{border-radius:999px;background:#17304f;color:#fff;padding:7px 9px;font-size:9px;font-weight:950;white-space:nowrap}
@keyframes holoSportsShine{45%,100%{transform:translateX(120%)}}
@media(max-width:720px){#sportsLiveShortcut{padding:0 12px 10px}.sports-live-teaser{grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);gap:6px;padding:9px}.sports-live-label{grid-column:1/-1;width:max-content}.sports-live-state{grid-column:1/4}.sports-live-open{grid-column:4}.sports-live-team{font-size:9px}.sports-live-team img,.sports-live-team>span{width:23px;height:23px}.sports-live-score{font-size:18px}}

@media(prefers-reduced-motion:reduce){
  main section .section-title h2:after,
  main section .section-head h2:after,
  main section > h2:after,
  .live-badge,.badge,.status,.live-badge:before,.calendar-event{animation:none!important}
  .live-thumb img,.event-header-mini,.song-card img,.links a,.chip{transition:none!important}
  .sports-live-teaser:before,.sports-live-label.live:before{animation:none!important}
  .holo-motion-section{opacity:1!important;transform:none!important;transition:none!important}
}
