body.ai3d-page-active {
    opacity: 1 !important;
    filter: none !important;
}

.ai3d-left-submit .ai3d-generate {
    margin-top: 0;
}

.ai3d-right {
    align-self: stretch;
    min-width: 0;
    height: var(--ai3d-workspace-height);
    min-height: var(--ai3d-workspace-height);
    max-height: var(--ai3d-workspace-height);
    padding: 10px;
    border-radius: 20px;
}

.ai3d-left,
.ai3d-right,
.ai3d-preview-wrap,
.ai3d-preview-stage-viewport--single {
    box-sizing: border-box;
}

.ai3d-left-hero {
    padding: 15px 15px 17px;
    border-radius: 18px;
}

.ai3d-left-title {
    margin: 12px 0 8px;
    font-size: 24px;
}

.ai3d-left-desc {
    font-size: 12px;
    line-height: 1.7;
}

.ai3d-left .sec,
.ai3d-left-submit {
    margin-top: 12px;
    padding: 0;
    border-radius: 0;
}

.ai3d-toggle a,
.ai3d-subtoggle a,
.ai3d-seg a,
.ai3d-type a,
.ai3d-filter a {
    min-height: 48px;
    height: auto;
    padding: 0 13px;
    font-size: 15px;
}

.ai3d-subtoggle {
    margin: 12px 0;
    padding-bottom: 8px;
}

.ai3d-upload {
    min-height: 152px;
    padding: 14px;
    border-radius: 14px;
}

.ai3d-upload-empty {
    min-height: 120px;
}

.ai3d-select,
.ai3d-input {
    height: 44px;
    border-radius: 13px;
}

.ai3d-check {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 13px;
}

.ai3d-generate {
    margin-top: 14px;
    min-height: 50px;
    border-radius: 15px;
    font-size: 15px;
    box-shadow: 0 14px 28px rgba(35, 94, 223, 0.22);
}

.ai3d-job {
    min-height: 82px;
}

.ai3d-preview-wrap {
    height: 100%;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    border-radius: 20px;
}

.ai3d-preview-head {
    gap: 16px;
    margin-bottom: 14px;
}

.ai3d-preview-head-metric {
    padding: 12px 14px;
    border-radius: 16px;
}

.ai3d-preview-stage-viewport--single {
    height: 100%;
    min-height: 420px;
    min-height: clamp(420px, calc(var(--ai3d-workspace-height, calc(100vh - var(--ai3d-header-height, 72px) - 14px)) - 146px), 760px);
}

.ai3d-preview-wrap--workbench-only {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.ai3d-preview-stage--workbench-only {
    min-height: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}

.ai3d-preview-stage--workbench-only::before,
.ai3d-preview-stage--workbench-only::after {
    display: none;
}

.ai3d-preview-stage--workbench-only .ai3d-preview-stage-body--single {
    padding: 0;
}

.ai3d-preview-stage--workbench-only .ai3d-preview-stage-topbar {
    padding: 0 0 10px;
}

.ai3d-preview-stage--workbench-only .ai3d-preview-stage-viewport--single {
    overflow: hidden;
    border-radius: 18px;
    min-height: 420px;
    min-height: clamp(420px, calc(var(--ai3d-workspace-height, calc(100vh - var(--ai3d-header-height, 72px) - 14px)) - 118px), 760px);
}

.ai3d-preview-stage--workbench-only .ai3d-preview-stage-viewport {
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

.ai3d-preview-stage--workbench-only .ai3d-preview-stage-viewport::before,
.ai3d-preview-stage--workbench-only .ai3d-preview-stage-viewport::after {
    display: none;
}
