/* STS v5.8.13 — Twitch-style featured live carousel */
html body .sts417-featured{position:relative;margin:0 0 24px;min-width:0;padding:18px 54px 28px;background:#0e0e10;overflow:hidden}
html body .sts417-stage{position:relative;height:300px;display:flex;align-items:center;justify-content:center;perspective:1200px}
html body .sts417-main-card{position:relative;z-index:3;display:grid;grid-template-columns:minmax(420px,720px) 260px;width:min(980px,72vw);height:300px;background:#18181b;box-shadow:0 16px 46px rgba(0,0,0,.58);transition:opacity .18s ease,transform .18s ease}
html body .sts417-featured.switching .sts417-main-card{opacity:.65;transform:scale(.992)}
html body .sts417-preview{position:relative;display:block;min-width:0;background-size:cover;background-position:center;text-decoration:none;overflow:hidden}
html body .sts417-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 45%,rgba(0,0,0,.68));pointer-events:none}
html body .sts417-live{position:absolute;z-index:4;left:12px;top:11px;padding:4px 7px;border-radius:4px;background:#e91916;color:#fff;font-size:12px;font-weight:900;line-height:1}
html body .sts417-play{position:absolute;z-index:4;left:50%;top:50%;width:0;height:0;border-top:44px solid transparent;border-bottom:44px solid transparent;border-left:65px solid #fff;filter:drop-shadow(0 4px 16px rgba(0,0,0,.55));transform:translate(-42%,-50%);transition:transform .18s ease}
html body .sts417-preview:hover .sts417-play{transform:translate(-42%,-50%) scale(1.08)}
html body .sts417-preview-bottom{position:absolute;z-index:4;left:16px;bottom:13px;display:flex;align-items:center;gap:8px;color:#fff;font-size:12px}.sts417-preview-bottom i{width:9px;height:9px;border-radius:50%;background:#f01818}.sts417-preview-bottom b{font-weight:900}
html body .sts417-info{min-width:0;padding:13px 12px;background:#18181b;color:#efeff1;overflow:hidden}
html body .sts417-creator{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;align-items:start}
html body .sts417-creator>img{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#27272c}
html body .sts417-creator strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#bf94ff;font-size:14px;font-weight:700}
html body .sts417-creator a{display:block;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#bf94ff;font-size:13px;text-decoration:none}
html body .sts417-creator span{display:block;margin-top:2px;color:#dedee3;font-size:12px}.sts417-creator span b{font-weight:400}
html body .sts417-tags{display:flex;flex-wrap:wrap;gap:5px;margin:12px 0 11px}
html body .sts417-tags span{padding:4px 8px;border-radius:999px;background:#3a3a3d;color:#efeff1;font-size:11px;font-weight:600;line-height:1}
html body .sts417-info>p{display:-webkit-box;margin:0;color:#dedee3;font-size:13px;line-height:1.42;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
html body .sts417-side{position:absolute;z-index:1;top:50%;width:31%;height:232px;padding:0;border:0;background:#16161a;opacity:.58;overflow:hidden;cursor:pointer;transform:translateY(-50%) scale(.94);transition:opacity .2s ease,transform .2s ease}
html body .sts417-side:hover{opacity:.8;transform:translateY(-50%) scale(.97)}
html body .sts417-side-left{left:-1.5%}.sts417-side-right{right:-1.5%}
html body .sts417-side-image{display:block;width:100%;height:100%;background-size:cover;background-position:center}
html body .sts417-side:after{content:"";position:absolute;inset:0;background:rgba(14,14,16,.25)}
html body .sts417-nav{position:absolute;z-index:7;top:50%;width:42px;height:42px;border:0;background:transparent;color:#fff;font-size:42px;line-height:1;cursor:pointer;transform:translateY(-50%);text-shadow:0 3px 14px #000}
html body .sts417-prev{left:8px}.sts417-next{right:8px}
html body .sts417-dots{position:absolute;z-index:7;left:50%;bottom:8px;display:flex;gap:6px;transform:translateX(-50%)}
html body .sts417-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#5a5a60;cursor:pointer}.sts417-dots button.active{background:#9147ff}
@media(max-width:1180px){html body .sts417-main-card{grid-template-columns:minmax(0,1fr) 235px;width:min(860px,78vw)}html body .sts417-side{width:25%}}
@media(max-width:900px){html body .sts417-featured{padding:12px 42px 24px}.sts417-stage{height:270px!important}.sts417-main-card{width:100%!important;height:270px!important;grid-template-columns:minmax(0,1fr) 220px!important}.sts417-side{display:none}.sts417-play{border-top-width:34px!important;border-bottom-width:34px!important;border-left-width:50px!important}}
@media(max-width:680px){html body .sts417-featured{padding:8px 0 22px}.sts417-nav{display:none}.sts417-stage{height:auto!important}.sts417-main-card{display:block!important;height:auto!important;width:100%!important}.sts417-preview{height:56vw;min-height:210px;max-height:340px}.sts417-info{padding:12px 14px 15px}.sts417-info>p{-webkit-line-clamp:2}.sts417-dots{bottom:5px}}

/* v5.8.14 carousel wiring and interaction polish */
html body .sts417-featured:focus-within .sts417-main-card{box-shadow:0 16px 46px rgba(0,0,0,.58),0 0 0 2px #9147ff}
html body .sts417-nav:focus-visible,
html body .sts417-side:focus-visible,
html body .sts417-dots button:focus-visible,
html body .sts417-preview:focus-visible{outline:2px solid #bf94ff;outline-offset:3px}
html body .sts417-featured.is-single .sts417-side,
html body .sts417-featured.is-single .sts417-nav,
html body .sts417-featured.is-single .sts417-dots{display:none}
html body .sts417-featured.is-empty .sts417-side,
html body .sts417-featured.is-empty .sts417-nav,
html body .sts417-featured.is-empty .sts417-dots{display:none}
@media(prefers-reduced-motion:reduce){html body .sts417-main-card,html body .sts417-side,html body .sts417-play{transition:none!important}}
