/**
 * Ecrans reseaux "maquettes fideles" v2 pour le phone mockup du hero (home + hubs).
 * Rendu par templates/parts/platform-screens/{slug}.php dans .jdp-platform-screen.
 * Vraies images (assets/images/social-screens/*.webp), icones SVG, polices de marque.
 * Tout est scope sous .jdp-platform-screen pour ne rien casser ailleurs.
 */

/* Police : Grand Hotel = logo Instagram (substitut libre du Billabong). Poppins 600/700
   (wordmarks ronds) est déjà servi en woff2 par fonts.css : on ne le redéclare pas ici,
   sinon ces TTF lourds écraseraient les woff2 sur toute la home et les hubs. */
@font-face{font-family:'Grand Hotel';src:url('../../fonts/GrandHotel-Regular.ttf') format('truetype');font-weight:400;font-display:swap}

/* ---- socle commun ---- */
.jdp-platform-screen{position:relative;overflow:hidden}
.jdp-platform-screen .app{position:absolute;inset:0;padding-top:38px;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.jdp-platform-screen svg{display:block}
.jdp-platform-screen .tnum{font-variant-numeric:tabular-nums}
.jdp-platform-screen .ph{background-size:cover;background-position:center;background-repeat:no-repeat}
/* Image principale de l'ecran = vraie <img> (alt/title SEO) qui remplit son conteneur. */
.jdp-platform-screen .bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.jdp-platform-screen .ig-img,.jdp-platform-screen .fb-img,.jdp-platform-screen .xt-tw .m,.jdp-platform-screen .sp-cover,.jdp-platform-screen .sc-art{position:relative}
.jdp-platform-screen .sb{position:absolute;top:0;left:0;right:0;height:38px;display:flex;align-items:center;justify-content:space-between;padding:12px 16px 0;font-size:11px;font-weight:600;z-index:7}
.jdp-platform-screen .sb .r{display:flex;gap:5px;align-items:center}
.jdp-platform-screen .sb .sig{width:14px;height:11px}
.jdp-platform-screen .sb .wifi{width:14px;height:11px}
.jdp-platform-screen .sb .bat{width:21px;height:11px}
.jdp-platform-screen .fb-word,.jdp-platform-screen .yt-logo,.jdp-platform-screen .sc-top .w,.jdp-platform-screen .tw-top .w,.jdp-platform-screen .sp-top .l b,.jdp-platform-screen .tt-nav,.jdp-platform-screen .fb-nav,.jdp-platform-screen .yt-nav div,.jdp-platform-screen .tt-top{font-family:'Poppins',sans-serif}
/* animations legeres (compositor) */
@keyframes jdp-scr-eq{0%,100%{transform:scaleY(.35)}50%{transform:scaleY(1)}}
@keyframes jdp-scr-live{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}
@keyframes jdp-scr-rise{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
.jdp-platform-screen .sp-lis .eq{display:inline-flex;align-items:flex-end;gap:2px;height:13px}
.jdp-platform-screen .sp-lis .eq i{width:3px;height:100%;background:#1DB954;border-radius:1px;transform-origin:bottom;animation:jdp-scr-eq 900ms ease-in-out infinite}
.jdp-platform-screen .sp-lis .eq i:nth-child(2){animation-duration:680ms;animation-delay:-220ms}
.jdp-platform-screen .sp-lis .eq i:nth-child(3){animation-duration:1120ms;animation-delay:-420ms}
.jdp-platform-screen .tw-live .vw i{animation:jdp-scr-live 1.2s ease-in-out infinite}
.jdp-platform-screen .tw-msg{animation:jdp-scr-rise .35s ease-out both}
@media(prefers-reduced-motion:reduce){.jdp-platform-screen .sp-lis .eq i,.jdp-platform-screen .tw-live .vw i,.jdp-platform-screen .tt-rail .disc{animation:none!important}}

/* ===== INSTAGRAM ===== */
.jdp-platform-screen .ig{background:#fff;color:#111;font-size:11.5px}
.jdp-platform-screen .ig>*{flex-shrink:0}
.jdp-platform-screen .ig-top{display:flex;align-items:center;justify-content:space-between;padding:5px 12px 7px}
.jdp-platform-screen .ig-logo{font-family:'Grand Hotel',cursive;font-size:26px;font-weight:400;line-height:1;padding:2px 0 0 2px}
.jdp-platform-screen .ig-top .i{display:flex;gap:15px}
.jdp-platform-screen .ig-top .i svg{width:20px;height:20px;stroke:#111;fill:none;stroke-width:1.8}
.jdp-platform-screen .ig-st{display:flex;gap:12px;padding:3px 12px 9px;overflow:hidden;flex-shrink:0}
.jdp-platform-screen .st{display:flex;flex-direction:column;align-items:center;gap:5px;width:58px;flex:0 0 auto;position:relative}
.jdp-platform-screen .st-ring{width:58px;height:58px;flex-shrink:0;border-radius:50%;padding:2.5px;background:conic-gradient(from 135deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5,#feda75)}
.jdp-platform-screen .st.seen .st-ring{background:#dbdbdb}
.jdp-platform-screen .st.self .st-ring{background:#e6e6e6}
.jdp-platform-screen .st-av{width:100%;height:100%;border-radius:50%;border:2.5px solid #fff;background-size:cover;background-position:center}
.jdp-platform-screen .st-lbl{font-size:10.5px;max-width:58px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#262626}
.jdp-platform-screen .st .plus{position:absolute;top:40px;left:38px;width:19px;height:19px;background:#0095f6;border:2.5px solid #fff;border-radius:50%;color:#fff;font-size:12px;line-height:15px;text-align:center;font-weight:700}
.jdp-platform-screen .ig-ph{display:flex;align-items:center;gap:9px;padding:5px 12px}
.jdp-platform-screen .ig-ph .av{width:30px;height:30px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .ig-ph .w{flex:1;line-height:1.15}
.jdp-platform-screen .ig-ph .w b{font-size:11.5px;display:flex;align-items:center;gap:4px}
.jdp-platform-screen .ig-ph .w small{color:#737373;font-size:10px}
.jdp-platform-screen .vf{width:11px;height:11px;flex:0 0 auto}
.jdp-platform-screen .ig-img{width:100%;height:196px;flex-shrink:0}
.jdp-platform-screen .ig-act{display:flex;align-items:center;gap:13px;padding:8px 12px 3px}
.jdp-platform-screen .ig-act svg{width:23px;height:23px;fill:none;stroke:#111;stroke-width:1.8}
.jdp-platform-screen .ig-act .lk{fill:#ed4956;stroke:#ed4956}
.jdp-platform-screen .ig-act .sp{flex:1}
.jdp-platform-screen .ig-lk{padding:0 12px;font-weight:600;font-size:11.5px}
.jdp-platform-screen .ig-cap{padding:2px 12px 0;font-size:11.5px;line-height:1.35}
.jdp-platform-screen .ig-cap b{font-weight:600}
.jdp-platform-screen .ig-nav{margin-top:auto;display:flex;justify-content:space-between;padding:9px 18px;border-top:.5px solid #dbdbdb}
.jdp-platform-screen .ig-nav svg{width:23px;height:23px;fill:none;stroke:#111;stroke-width:1.7}
.jdp-platform-screen .ig-nav .me{width:22px;height:22px;border-radius:50%;border:1.4px solid #111;background-size:cover;background-position:center}

/* ===== FACEBOOK ===== */
.jdp-platform-screen .fb{background:#fff;color:#050505;font-size:11.5px}
.jdp-platform-screen .fb-top{display:flex;align-items:center;justify-content:space-between;padding:6px 12px 8px}
.jdp-platform-screen .fb-word{color:#0866FF;font-weight:800;font-size:20px;letter-spacing:-1px}
.jdp-platform-screen .fb-top .i{display:flex;gap:8px}
.jdp-platform-screen .fb-top .i span{width:28px;height:28px;border-radius:50%;background:#e4e6eb;display:flex;align-items:center;justify-content:center}
.jdp-platform-screen .fb-top .i svg{width:16px;height:16px;fill:#050505}
.jdp-platform-screen .fb-comp{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:6px solid #f0f2f5}
.jdp-platform-screen .fb-comp .av{width:34px;height:34px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .fb-comp .in{flex:1;color:#65676b;font-size:12px}
.jdp-platform-screen .fb-comp .ph2 svg{width:20px;height:20px}
.jdp-platform-screen .fb-post{padding:8px 0 0}
.jdp-platform-screen .fb-ph{display:flex;align-items:center;gap:8px;padding:0 12px 7px}
.jdp-platform-screen .fb-ph .av{width:36px;height:36px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .fb-ph .w{flex:1;line-height:1.2}
.jdp-platform-screen .fb-ph .w b{font-size:12.5px}
.jdp-platform-screen .fb-ph .w small{color:#65676b;font-size:10.5px;display:flex;align-items:center;gap:3px}
.jdp-platform-screen .fb-txt{padding:0 12px 8px;font-size:12px;line-height:1.35}
.jdp-platform-screen .fb-img{width:100%;aspect-ratio:3/2}
.jdp-platform-screen .fb-cnt{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;color:#65676b;font-size:11px}
.jdp-platform-screen .fb-cnt .rx{display:flex;align-items:center;gap:3px}
.jdp-platform-screen .fb-cnt .rx i{width:16px;height:16px;border-radius:50%;display:inline-block;margin-left:-4px;border:1.5px solid #fff}
.jdp-platform-screen .fb-cnt .rx i:first-child{margin-left:0;background:linear-gradient(135deg,#18a4ff,#0866ff)}
.jdp-platform-screen .fb-cnt .rx i:nth-child(2){background:linear-gradient(135deg,#ff6680,#e2264d)}
.jdp-platform-screen .fb-bar{display:flex;border-top:.5px solid #ced0d4;border-bottom:6px solid #f0f2f5}
.jdp-platform-screen .fb-bar div{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 0;color:#65676b;font-size:11.5px;font-weight:600}
.jdp-platform-screen .fb-bar svg{width:17px;height:17px;fill:none;stroke:#65676b;stroke-width:1.9}
.jdp-platform-screen .fb-nav{margin-top:auto;display:flex;justify-content:space-between;padding:8px 16px}
.jdp-platform-screen .fb-nav svg{width:23px;height:23px;fill:none;stroke:#65676b;stroke-width:1.9}
.jdp-platform-screen .fb-nav .on svg{stroke:#0866FF}

/* ===== YOUTUBE ===== */
.jdp-platform-screen .yt{background:#fff;color:#0f0f0f;font-size:11.5px}
.jdp-platform-screen .yt-top{display:flex;align-items:center;justify-content:space-between;padding:7px 12px}
.jdp-platform-screen .yt-logo{display:flex;align-items:center;gap:4px;font-weight:800;letter-spacing:-.5px;font-size:14px}
.jdp-platform-screen .yt-logo .bug{width:25px;height:17px;background:#FF0000;border-radius:5px;display:flex;align-items:center;justify-content:center}
.jdp-platform-screen .yt-logo .bug svg{width:10px;height:10px;fill:#fff}
.jdp-platform-screen .yt-top .i{display:flex;gap:13px;align-items:center}
.jdp-platform-screen .yt-top .i svg{width:18px;height:18px;fill:none;stroke:#0f0f0f;stroke-width:1.8}
.jdp-platform-screen .yt-thumb{width:100%;aspect-ratio:16/9;position:relative}
.jdp-platform-screen .yt-thumb .dur{position:absolute;right:7px;bottom:7px;background:rgba(0,0,0,.85);color:#fff;font-size:10px;font-weight:700;padding:1px 4px;border-radius:4px}
.jdp-platform-screen .yt-thumb .pbar{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.35)}
.jdp-platform-screen .yt-thumb .pbar i{display:block;width:58%;height:100%;background:#FF0000}
.jdp-platform-screen .yt-meta{display:flex;gap:9px;padding:9px 12px 5px}
.jdp-platform-screen .yt-meta .ch{width:33px;height:33px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .yt-title{font-weight:600;font-size:12.5px;letter-spacing:-.01em;line-height:1.25}
.jdp-platform-screen .yt-sub{color:#606060;font-size:10.5px;margin-top:2px;display:flex;align-items:center;gap:4px}
.jdp-platform-screen .yt-act{display:flex;gap:7px;padding:2px 12px 9px;overflow:hidden}
.jdp-platform-screen .yt-chip{display:flex;align-items:center;gap:5px;background:#f2f2f2;border-radius:15px;padding:6px 10px;font-size:10.5px;font-weight:600;white-space:nowrap}
.jdp-platform-screen .yt-chip svg{width:14px;height:14px;fill:none;stroke:#0f0f0f;stroke-width:1.8}
.jdp-platform-screen .yt-sug{display:flex;gap:8px;padding:8px 12px;border-top:.5px solid #eee}
.jdp-platform-screen .yt-sug .t{width:112px;aspect-ratio:16/9;border-radius:8px;flex:0 0 auto;position:relative;overflow:hidden}
.jdp-platform-screen .yt-sug .t .dur{position:absolute;right:4px;bottom:4px;background:rgba(0,0,0,.85);color:#fff;font-size:8.5px;padding:1px 3px;border-radius:3px}
.jdp-platform-screen .yt-sug .info b{font-size:11px;font-weight:600;line-height:1.2;display:block}
.jdp-platform-screen .yt-sug .info small{color:#606060;font-size:10px}
.jdp-platform-screen .yt-nav{margin-top:auto;display:flex;justify-content:space-between;padding:7px 16px;border-top:.5px solid #eee}
.jdp-platform-screen .yt-nav div{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:8.5px;color:#606060}
.jdp-platform-screen .yt-nav svg{width:19px;height:19px;fill:none;stroke:#0f0f0f;stroke-width:1.7}
.jdp-platform-screen .yt-nav .pl{width:21px;height:21px;border-radius:50%;border:1.6px solid #0f0f0f;display:flex;align-items:center;justify-content:center;font-size:15px}

/* ===== X (TWITTER) ===== */
.jdp-platform-screen .xt{background:#000;color:#e7e9ea;font-size:11.5px}
.jdp-platform-screen .xt-top{display:flex;align-items:center;justify-content:space-between;padding:6px 14px}
.jdp-platform-screen .xt-top .av{width:28px;height:28px;border-radius:50%;background-size:cover;background-position:center}
.jdp-platform-screen .xt-top .xlogo{width:19px;height:19px;fill:#fff}
.jdp-platform-screen .xt-top .i svg{width:19px;height:19px;fill:none;stroke:#e7e9ea;stroke-width:1.8}
.jdp-platform-screen .xt-tabs{display:flex;border-bottom:.5px solid #2f3336}
.jdp-platform-screen .xt-tabs div{flex:1;text-align:center;padding:11px 0;font-size:12.5px;color:#71767b;font-weight:600;position:relative}
.jdp-platform-screen .xt-tabs .on{color:#e7e9ea}
.jdp-platform-screen .xt-tabs .on::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:44px;height:3.5px;border-radius:3px;background:#1d9bf0}
.jdp-platform-screen .xt-tw{display:flex;gap:9px;padding:10px 14px 4px}
.jdp-platform-screen .xt-tw .av{width:38px;height:38px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .xt-tw .b{flex:1;min-width:0}
.jdp-platform-screen .xt-tw .h{display:flex;align-items:center;gap:4px;font-size:13px;line-height:1.1}
.jdp-platform-screen .xt-tw .h b{font-weight:700}
.jdp-platform-screen .xt-tw .hh{color:#71767b;font-size:11.5px;line-height:1.2;margin-top:1px}
.jdp-platform-screen .xt-tw .txt{font-size:12.5px;line-height:1.35;margin:3px 0 8px}
.jdp-platform-screen .xt-tw .m{width:100%;aspect-ratio:16/9;border-radius:15px;overflow:hidden;border:.5px solid #2f3336}
.jdp-platform-screen .xt-act{display:flex;justify-content:space-between;padding:9px 4px 2px;color:#71767b}
.jdp-platform-screen .xt-act span{display:flex;align-items:center;gap:5px;font-size:10.5px}
.jdp-platform-screen .xt-act svg{width:16px;height:16px;fill:none;stroke:#71767b;stroke-width:1.8}
.jdp-platform-screen .xt-act .lk svg{fill:#f91880;stroke:#f91880}
.jdp-platform-screen .xt-act .lk{color:#f91880}
.jdp-platform-screen .xt-nav{margin-top:auto;display:flex;justify-content:space-between;padding:9px 20px;border-top:.5px solid #2f3336}
.jdp-platform-screen .xt-nav svg{width:22px;height:22px;fill:none;stroke:#e7e9ea;stroke-width:1.9}

/* ===== SPOTIFY ===== */
.jdp-platform-screen .sp{background:linear-gradient(180deg,#4d3a86 0%,#2a2140 46%,#121212 92%);color:#fff;font-size:11.5px}
.jdp-platform-screen .sp-top{display:flex;align-items:center;justify-content:space-between;padding:8px 14px}
.jdp-platform-screen .sp-top svg{width:17px;height:17px;fill:#fff}
.jdp-platform-screen .sp-top .l{text-align:center;line-height:1.2}
.jdp-platform-screen .sp-top .l small{display:block;font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:#d8d0e6}
.jdp-platform-screen .sp-top .l b{font-size:10.5px}
.jdp-platform-screen .sp-cover{margin:14px 16px 0;aspect-ratio:1/1;border-radius:6px;box-shadow:0 16px 36px -12px rgba(0,0,0,.7);overflow:hidden;background-size:cover;background-position:center}
.jdp-platform-screen .sp-info{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 0}
.jdp-platform-screen .sp-info .t b{font-size:15px}
.jdp-platform-screen .sp-info .t small{display:block;color:#b3b3b3;font-size:11.5px;margin-top:2px}
.jdp-platform-screen .sp-info svg{width:21px;height:21px}
.jdp-platform-screen .sp-bar{margin:15px 16px 0}
.jdp-platform-screen .sp-bar .tr{height:4px;border-radius:2px;background:rgba(255,255,255,.28);position:relative}
.jdp-platform-screen .sp-bar .tr i{position:absolute;left:0;top:0;bottom:0;width:34%;background:#fff;border-radius:2px}
.jdp-platform-screen .sp-bar .tr i::after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:11px;height:11px;border-radius:50%;background:#fff}
.jdp-platform-screen .sp-bar .tm{display:flex;justify-content:space-between;color:#b3b3b3;font-size:9.5px;margin-top:6px}
.jdp-platform-screen .sp-ct{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 0}
.jdp-platform-screen .sp-ct svg{fill:#fff}
.jdp-platform-screen .sp-ct .s{width:19px;height:19px;opacity:.92}
.jdp-platform-screen .sp-ct .pn{width:29px;height:29px}
.jdp-platform-screen .sp-ct .play{width:58px;height:58px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.jdp-platform-screen .sp-ct .play svg{width:25px;height:25px;fill:#000;margin-left:2px}
.jdp-platform-screen .sp-lis{display:flex;align-items:center;gap:7px;margin:16px 16px 0;background:rgba(0,0,0,.28);border-radius:10px;padding:8px 12px;font-size:11px}
.jdp-platform-screen .sp-lis b{color:#1DB954}

/* ===== TIKTOK ===== */
.jdp-platform-screen .tt{color:#fff;background:#000}
.jdp-platform-screen .tt-v{position:absolute;inset:0;background-size:cover;background-position:center}
.jdp-platform-screen .tt-v::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 22% 62%,rgba(0,0,0,.55))}
.jdp-platform-screen .tt-top{position:relative;z-index:3;display:flex;justify-content:center;gap:18px;padding:7px 0;font-size:13.5px;font-weight:600;text-shadow:0 1px 6px rgba(0,0,0,.5)}
.jdp-platform-screen .tt-top .of{opacity:.65}
.jdp-platform-screen .tt-top .on{position:relative}
.jdp-platform-screen .tt-top .on::after{content:"";position:absolute;left:22%;right:22%;bottom:-6px;height:2.5px;background:#fff;border-radius:2px}
.jdp-platform-screen .tt-top .sr{position:absolute;right:13px;top:7px}
.jdp-platform-screen .tt-top .sr svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:2}
.jdp-platform-screen .tt-rail{position:absolute;right:8px;bottom:92px;z-index:3;display:flex;flex-direction:column;align-items:center;gap:15px}
.jdp-platform-screen .tt-rail .b{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10.5px;font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.6)}
.jdp-platform-screen .tt-rail svg{width:31px;height:31px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.45))}
.jdp-platform-screen .tt-rail .av{width:42px;height:42px;border-radius:50%;border:1.5px solid #fff;position:relative;margin-bottom:5px;background-size:cover;background-position:center}
.jdp-platform-screen .tt-rail .av .p{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:18px;height:18px;border-radius:50%;background:#FE2C55;color:#fff;font-size:13px;line-height:16px;text-align:center;font-weight:700;border:1.5px solid #000}
.jdp-platform-screen .tt-rail .disc{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#333,#000);display:flex;align-items:center;justify-content:center;animation:jdp-scr-spin 4s linear infinite;margin-top:2px}
.jdp-platform-screen .tt-rail .disc span{width:17px;height:17px;border-radius:50%;background:linear-gradient(135deg,#FE2C55,#25F4EE)}
@keyframes jdp-scr-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.jdp-platform-screen .tt-rail .disc{animation:none}}
.jdp-platform-screen .tt-bot{position:absolute;left:12px;right:66px;bottom:66px;z-index:3;text-shadow:0 1px 6px rgba(0,0,0,.6)}
.jdp-platform-screen .tt-bot .u{font-weight:700;font-size:13.5px}
.jdp-platform-screen .tt-bot .c{font-size:11.5px;margin-top:4px;line-height:1.3}
.jdp-platform-screen .tt-bot .mu{display:flex;align-items:center;gap:6px;font-size:11px;margin-top:6px}
.jdp-platform-screen .tt-bot .mu svg{width:12px;height:12px;fill:#fff}
.jdp-platform-screen .tt-nav{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;justify-content:space-between;align-items:center;padding:7px 12px;background:linear-gradient(180deg,transparent,#000 65%)}
.jdp-platform-screen .tt-nav div{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:8.5px;color:#c8c8c8}
.jdp-platform-screen .tt-nav svg{width:21px;height:21px;fill:#fff}
.jdp-platform-screen .tt-nav .cr{width:36px;height:24px;border-radius:8px;background:linear-gradient(90deg,#25F4EE,#fff 50%,#FE2C55);display:flex;align-items:center;justify-content:center}
.jdp-platform-screen .tt-nav .cr span{width:32px;height:20px;border-radius:6px;background:#fff;color:#000;font-size:15px;line-height:20px;text-align:center;font-weight:800}

/* ===== SOUNDCLOUD ===== */
.jdp-platform-screen .sc{background:#f2f2f2;color:#333;font-size:11.5px}
.jdp-platform-screen .sc-top{display:flex;align-items:center;justify-content:space-between;padding:7px 12px;background:#f50;color:#fff}
.jdp-platform-screen .sc-top .w{font-weight:800;font-size:14px;letter-spacing:-.3px}
.jdp-platform-screen .sc-top .i{display:flex;gap:12px}
.jdp-platform-screen .sc-top .i svg{width:17px;height:17px;fill:#fff}
.jdp-platform-screen .sc-player{background:linear-gradient(160deg,#ff8a3d,#f50 60%,#c8390a);color:#fff;padding:14px 14px 12px}
.jdp-platform-screen .sc-art{width:100%;aspect-ratio:1/1;border-radius:5px;overflow:hidden;box-shadow:0 10px 26px -10px rgba(0,0,0,.5);margin-bottom:12px;background-size:cover;background-position:center}
.jdp-platform-screen .sc-tt{font-size:14px;font-weight:700}
.jdp-platform-screen .sc-ar{font-size:11.5px;opacity:.9;margin-top:1px}
.jdp-platform-screen .sc-wave{display:flex;align-items:flex-end;gap:1.5px;height:32px;margin:12px 0 4px}
.jdp-platform-screen .sc-wave i{flex:1;background:rgba(255,255,255,.45);border-radius:1px}
.jdp-platform-screen .sc-wave i.p{background:#fff}
.jdp-platform-screen .sc-time{display:flex;justify-content:space-between;font-size:9.5px;opacity:.9}
.jdp-platform-screen .sc-ctl{display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 0 2px}
.jdp-platform-screen .sc-ctl svg{fill:#fff}
.jdp-platform-screen .sc-ctl .s{width:20px;height:20px}
.jdp-platform-screen .sc-ctl .play{width:52px;height:52px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}
.jdp-platform-screen .sc-ctl .play svg{width:22px;height:22px;fill:#f50;margin-left:2px}
.jdp-platform-screen .sc-stats{display:flex;gap:14px;padding:10px 14px;color:#666;font-size:11px;background:#fff;border-bottom:1px solid #e5e5e5}
.jdp-platform-screen .sc-stats span{display:flex;align-items:center;gap:5px}
.jdp-platform-screen .sc-stats svg{width:14px;height:14px;fill:none;stroke:#999;stroke-width:1.9}
.jdp-platform-screen .sc-cmt{display:flex;gap:8px;padding:10px 14px;align-items:flex-start}
.jdp-platform-screen .sc-cmt .av{width:28px;height:28px;border-radius:50%;flex:0 0 auto;background-size:cover;background-position:center}
.jdp-platform-screen .sc-cmt .b{font-size:11px;line-height:1.3}
.jdp-platform-screen .sc-cmt .b b{font-weight:600}
.jdp-platform-screen .sc-cmt .b small{color:#999}
.jdp-platform-screen .sc-nav{margin-top:auto;display:flex;justify-content:space-between;padding:8px 16px;background:#fff;border-top:1px solid #e5e5e5}
.jdp-platform-screen .sc-nav svg{width:21px;height:21px;fill:none;stroke:#666;stroke-width:1.8}
.jdp-platform-screen .sc-nav .on svg{stroke:#f50}

/* ===== TWITCH ===== */
.jdp-platform-screen .tw{background:#0e0e10;color:#efeff1;font-size:11.5px}
.jdp-platform-screen .tw-top{display:flex;align-items:center;justify-content:space-between;padding:7px 12px}
.jdp-platform-screen .tw-top .w{color:#bf94ff;font-weight:800;font-size:14px}
.jdp-platform-screen .tw-top .i{display:flex;gap:12px;align-items:center}
.jdp-platform-screen .tw-top .i svg{width:18px;height:18px;fill:none;stroke:#efeff1;stroke-width:1.8}
.jdp-platform-screen .tw-top .i .av{width:26px;height:26px;border-radius:50%;background-size:cover;background-position:center}
.jdp-platform-screen .tw-live{position:relative;width:100%;aspect-ratio:16/9;background-size:cover;background-position:center}
.jdp-platform-screen .tw-live .lv{position:absolute;left:8px;top:8px;background:#eb0400;color:#fff;font-size:9px;font-weight:800;padding:2px 6px;border-radius:4px;letter-spacing:.03em}
.jdp-platform-screen .tw-live .vw{position:absolute;left:8px;bottom:8px;background:rgba(0,0,0,.6);color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;display:flex;align-items:center;gap:4px}
.jdp-platform-screen .tw-live .vw i{width:6px;height:6px;border-radius:50%;background:#eb0400}
.jdp-platform-screen .tw-meta{display:flex;gap:9px;padding:10px 12px 8px}
.jdp-platform-screen .tw-meta .av{width:38px;height:38px;border-radius:50%;flex:0 0 auto;border:2px solid #9147ff;background-size:cover;background-position:center}
.jdp-platform-screen .tw-title{font-weight:600;font-size:12.5px;line-height:1.25}
.jdp-platform-screen .tw-ch{color:#adadb8;font-size:11px;margin-top:2px}
.jdp-platform-screen .tw-cat{color:#bf94ff;font-size:11px;margin-top:2px}
.jdp-platform-screen .tw-tags{display:flex;gap:6px;margin-top:6px}
.jdp-platform-screen .tw-tags span{background:#26262c;color:#dedee3;font-size:9.5px;padding:3px 8px;border-radius:12px}
.jdp-platform-screen .tw-chat{flex:1;border-top:1px solid #26262c;padding:8px 12px;display:flex;flex-direction:column;gap:7px;overflow:hidden}
.jdp-platform-screen .tw-chat .h{color:#adadb8;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.jdp-platform-screen .tw-msg{font-size:11px;line-height:1.3}
.jdp-platform-screen .tw-msg b{font-weight:700}
.jdp-platform-screen .tw-msg .m1{color:#ff7096}
.jdp-platform-screen .tw-msg .m2{color:#00c8af}
.jdp-platform-screen .tw-msg .m3{color:#ffce46}
.jdp-platform-screen .tw-input{display:flex;align-items:center;gap:8px;margin:6px 12px 8px;background:#26262c;border-radius:8px;padding:8px 10px;color:#8d8d94;font-size:11px}
