@media screen and (max-width: 960px) {
    .ai3d-shell {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .ai3d-left {
        flex: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: auto;
        min-height: 0;
        max-height: none;
        overflow: visible;
    }

    .ai3d-right {
        flex: none;
        width: 100%;
        min-width: 0;
    }

    .ai3d-preview-stage-viewport--single {
        min-height: 460px;
    }
}

html.ai3d-page-active,
body.ai3d-page-active {
    width: 100% !important;
    max-width: none !important;
    overflow-x: clip;
    overflow-y: auto;
    scrollbar-gutter: stable;
}

body.ai3d-page-active {
    zoom: 1 !important;
    margin: 0;
    background: #0c1119;
    color: #dce7ff;
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

