/* TinDancing: only service-specific visual accents. Shared video cards, comments and watch layout reuse TinSinger styles. */
.tindancing-stage-hero{
  min-height:320px;border-radius:28px;padding:44px 48px;display:flex;align-items:center;justify-content:space-between;gap:35px;
  overflow:hidden;position:relative;color:#fff;
  background:
    radial-gradient(circle at 84% 20%,rgba(255,255,255,.26),transparent 26%),
    radial-gradient(circle at 80% 85%,rgba(255,149,220,.24),transparent 33%),
    linear-gradient(118deg,#30095e,#7834d7 52%,#f1529c);
}
.tindancing-stage-hero:after{content:"";position:absolute;inset:auto -120px -165px auto;width:390px;height:390px;border-radius:50%;border:42px solid rgba(255,255,255,.11);transform:rotate(-19deg)}
.tindancing-stage-copy{position:relative;z-index:2}
.tindancing-stage-copy h1{font-size:43px;line-height:1.15;letter-spacing:-2.5px;margin:9px 0}
.tindancing-stage-copy p{max-width:540px;line-height:1.65;color:#ffe6f4}
.tindancing-stage-visual{position:relative;width:245px;height:210px;flex:0 0 245px;z-index:2}
.dance-figure{position:absolute;right:50px;top:43px;font-size:84px;filter:drop-shadow(0 18px 20px rgba(33,1,65,.3));transform:rotate(-8deg)}
.dance-spark{position:absolute;color:#fff5d1;font-size:27px;text-shadow:0 0 18px rgba(255,255,255,.72)}
.spark-one{left:8px;top:33px}.spark-two{right:14px;top:18px;font-size:19px}.spark-three{right:7px;bottom:30px;font-size:24px}
.dance-ring{position:absolute;border:2px solid rgba(255,255,255,.36);border-radius:50%;inset:17px 8px 10px 2px;transform:rotate(-20deg)}
.ring-two{inset:43px 35px 0 39px;border-color:rgba(255,233,159,.58);transform:rotate(28deg)}
.dancing-promo{background:linear-gradient(135deg,#5e22ba,#bd3ee5)!important}
.dancing-promo-alt{background:linear-gradient(135deg,#f44d9d,#ff8d4d)!important}
.dancing-discovery-tabs a.active{background:#8b34dd;border-color:#8b34dd}
.dancing-monthly-card{box-shadow:0 14px 28px rgba(94,24,150,.18)}
.dancing-rank-hero{background:linear-gradient(120deg,#481174,#9639d4 54%,#f0559e)}
.dancing-rank-tabs a.active{background:#8b34dd;border-color:#8b34dd}
.dancing-watch-layout .watch-player{box-shadow:0 20px 50px rgba(71,14,104,.14)}
@media (max-width:720px){
  .tindancing-stage-hero{min-height:264px;padding:31px 24px;border-radius:22px}
  .tindancing-stage-copy h1{font-size:32px;letter-spacing:-1.8px}
  .tindancing-stage-copy p{font-size:13px;max-width:65%}
  .tindancing-stage-visual{position:absolute;right:-15px;bottom:-5px;transform:scale(.82);transform-origin:bottom right}
}


/* TinDancing comment threads: replies are folded by default and profile links stay usable. */
.dancing-comment-profile{display:inline-flex;align-self:flex-start;flex:0 0 auto;border-radius:12px;text-decoration:none;outline:0}
.dancing-comment-profile:focus-visible{box-shadow:0 0 0 3px rgba(139,52,221,.26)}
.dancing-comment-profile .avatar{transition:transform .16s ease,box-shadow .16s ease}
.dancing-comment-profile:hover .avatar{transform:translateY(-1px);box-shadow:0 8px 18px rgba(80,30,136,.21)}
.dancing-comment-author{color:#202a45;text-decoration:none;font-size:13px;font-weight:850}
.dancing-comment-author:hover,.dancing-comment-author:focus-visible{color:#7a2fcb;text-decoration:underline;text-underline-offset:3px;outline:0}
.dancing-replies-toggle{color:#7a2fcb!important}
.dancing-comment-replies{display:grid;gap:0;margin-top:8px;padding-left:13px;border-left:2px solid #eadcff}
.dancing-comment-replies[hidden]{display:none!important}
.dancing-comment-replies>.dancing-comment.reply{margin:0;padding-left:0;border-left:0}
.dancing-comment-replies>.dancing-comment.reply>.dancing-comment-profile{margin-left:0}
@media(max-width:620px){
  .dancing-comment-replies{margin-left:-2px;padding-left:9px}
  .dancing-comment-author{font-size:12px}
}


/* Kept flat on purpose: TinDancing replies follow the same one-column layout as TinSinger. */
.dancing-comment-replies{display:contents}
.dancing-comment-replies[hidden]{display:none!important}
