.j3d-editor__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.j3d-editor__nav .btn-u {
    text-decoration: none;
}

.j3d-editor__crop-wrap {
    max-width: 100%;
    margin-bottom: 16px;
    background: #f5f5f5;
}

.j3d-editor__crop-wrap img {
    display: block;
    max-width: 100%;
}

.j3d-editor__rotate-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.j3d-editor__preview-wrap {
    margin: 16px 0;
    text-align: center;
    background: var(--j3d-primary-soft, #f6f7fd);
    padding: 16px;
    border-radius: 8px;
}

.j3d-editor__preview {
    max-width: 100%;
    max-height: 400px;
    transition: transform 0.2s ease;
}

.j3d-converter__hint {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
}