/* TikTok — split zone
   TikTok brand black bg, floating TikTok icons, iframe centered with white
   border + shadow. iframe at native 325x570 (vertical 9:16-ish), scaled
   with Math.min to fit. */

.tt-split-wrap {
    width: 100cqw;
    height: 100cqh;
    position: relative;
    overflow: hidden;
    background: #0D0D0D;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt-split-wrap iframe {
    position: relative;
    z-index: 1;
    width: 325px !important;
    height: 570px !important;
    max-width: none !important;
    max-height: none !important;
    border: 1cqmin double #25F4EE !important;
    border-radius: 0 !important;
    box-shadow: 0 0.4cqmin 1.2cqmin rgba(0,0,0,0.25), 0 1.2cqmin 3cqmin rgba(0,0,0,0.35);
    transform-origin: center center;
    background: #0D0D0D;
    flex-shrink: 0;
}

.tt-split-wrap,
.tt-split-wrap * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
