.vibecoding-youtube-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7%;
}

.vibecoding-youtube-frame {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background: #12111a;
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

.vibecoding-youtube-canvas {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

html[data-theme="light"] .vibecoding-youtube-frame {
    background: #e8e6f0;
    box-shadow:
        0 22px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
    .vibecoding-youtube-container {
        padding: 6%;
    }
}
